@charset "UTF-8";
@font-face {
    font-family: 'Merriweather';
    src: url('fonts/merriweather-light-webfont.woff2') format('woff2'),
         url('fonts/merriweather-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather Italic';
    src: url('fonts/merriweather-italic-webfont.woff2') format('woff2'),
         url('fonts/merriweather-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather Bold';
    src: url('fonts/merriweather-bold-webfont.woff2') format('woff2'),
         url('fonts/merriweather-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@keyframes fadein {
    0% { 
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}
@keyframes flyin-top {
    0% { 
        opacity: 0;
        top: -140px;       
    }
    100% { 
        opacity: 1;
        top: 0px;
    }
}
@keyframes flyin-left {
    0% { 
        opacity: 0;
        left: -100px;    
    }
    40% { 
        opacity: 0.2;
        left: 10px;
    }
    70% {
        left: -5px;
    }
    100% { 
        opacity: 1;
        left: 0px;
    }
}
@keyframes flyin-left-easy {
    0% { 
        opacity: 0;
        left: -140px;    
    }
    100% { 
        opacity: 1;
        left: 0px;
    }
}
@keyframes flyin-to-top {
     0% { 
        opacity: 0;
        top: 40px;    
    }
    100% { 
        opacity: 1;
        top: 0px;
    } 
}
@keyframes flyin-right {
    0% { 
        opacity: 0;
        right: -240px;
    }
    100% { 
        opacity: 1;
        right: 0px;
    }
}

html {
    font-size: 100%;
}
* {
	margin:0px;
	padding:0px;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
body {
    font-size: 1rem;
    font-family: 'Merriweather', serif;
    color: #4e4e4e;
    hyphens: auto;
}
b, strong {
    font-family: 'Merriweather Bold', serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #c18e98;
    margin-bottom: 1rem;
}
h6 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #b18585;
    font-size: 3rem;
    line-height: 3.4rem;
    margin-bottom: 1rem;
}
h1 {
    font-size: 3rem;
    line-height: 3rem;
}
h1 {
    font-size: 1.9rem;
    line-height: 1.9rem;
}
li {
    list-style-position: inside;
}
a {
    text-decoration: none;
}
a:link {
    color: #c18e98;
}
a:visited {
    color: #c18e98;
}
a:hover {
    color: crimson;
}
.abbrev {
    color: crimson;
}
.abkuerzungen {
    width: 48%;
    margin: auto;
}
h1 a:link {
    color: !important;
}
h1 a:visited {
    color: crimson !important;
}
h1 a:hover {
    color: #c18e98;
}

button {
    border: none;
    background-color: white;
}
#mainksid form input {
    font-family: 'Roboto Condensed', sans-serif;
    width: 70%;
    font-size: 1.4em;
    padding: 10px;
    border: 1px dotted #ccc;
    display: inline;
    color: darkgray;
}
input [type=submit] {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    padding: 10px;
    color: white;
    width: 70%;
}
.lgn input {
    font-family: 'Roboto Condensed', sans-serif;
    color: darkgray;
    font-size: 1.2rem;
    padding: 10px;
    width: 70%;
    margin: auto;
}
#mainksid form textarea {
    width: 70%;
    margin: auto;
}
label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    color: deeppink;
}
.kidinput {
    background-color: floralwhite;
}
.termincontainer {
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 3fr; 
    padding: 2rem;
    grid-gap: 20px;
}
.termindatum {
    padding: 20px;
    background-color: #fff1ed;
    min-height: 250px;
    color: #a32639;
    font-size: 1.3rem;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: right;
    border-radius: 13px;
}
.termindatum a:link {
    font-size: 1rem;
    text-decoration: none;
    color:crimson;
}
.termindatum a:visited {
    color:crimson;
}
.termindatum a:hover {
    color:coral;
}
.termindatum img {
    height: 30px;
}
.termincontent {
    font-size: 1rem;
    color: #868686;
    padding: 10px 40px 10px 40px; 
    border-left: 1px dotted #ccc;
    margin-bottom: 3rem;
}
textarea {
    width: 50%;
    padding: 14px;
    font-size: 1.2rem;
    line-height: 1.7rem;
    border: 1px solid #d1d1d1;
}

/*   Ende Basis / Start Struktur*/

#cntntwrppr {
    position:relative;
    width: 100%;
    padding-top: 150px;

}
#cntwr_stammdaten {
    position: block;
    width: 80%; 
    margin: auto;
    padding-top: 360px;
}
#stammheader {
    position: fixed;
    width: 100%;
    height: 325px;
    background-color: #f5f5f5; 
    z-index: 100;
    box-shadow: 10px 0px 30px #d1d1d1;  
}
.centered {
    width:100%;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    background-color: white; 
}
.centeredberichte {
    width:70%;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    background-color: white; 
    font-size: 0.9rem;
    color: coral;
}
.centered img {
    width:12%;
    display: inline;
    min-width: 130px;
}
.centered input {
    font-size: 1.1rem;
    padding: 10px;
    color: #c18e98;
    border: 1px dotted #ccc;
} 
form.netwnpls fieldset.hgstatistik {
  background-color: #fffcf1;
}
form.netwnpls fieldset.hgverm-odd {
  background-color: #fff8f5;
}
form.netwnpls fieldset.hgverm-even {
  background-color: #f7fbff;
}

form.netwnpls fieldset.hgverm-odd label {
  display: inline;
}
form.netwnpls fieldset.hgverm-even label {
  display: inline; 
}
form.netwnpls fieldset.hgverm-odd input {
  display: inline; 
}
form.netwnpls fieldset.hgverm-even input {
  display: inline; 
}

.terminnavleiste {
    width:74%;
    margin: auto;
    text-align: center;
    background-color: #c18e98;
    height: 42px;
    color: white;
    padding-top: 12px;
}
.terminnavleiste img {
    height:30px;
}
.terminnavleiste a:link {
    color:#ffd9e1;
    text-decoration: none;
}
.terminnavleiste a:visited {
    color:#ffd9e1;
}
.terminnavleiste a:hover {
        color:white;
}

.idfarbe {
    color: crimson;
}
#headcontainer {
    width:76%;
    margin: auto;
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 3px;
    font-size: 0.94rem;
}
#headcontainer div {
    padding-top: 10px;
    padding-left: 10px;
}
#headcontainer div:nth-child(3) {
   text-align: center; 
}
section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; 
    font-size: 0.94rem;
    color: #717171;
}
section div {
    padding: 2rem;
    min-height: 100px;
    vertical-align: top;
    margin-bottom: 3rem;
}
section div b:first-child {
    color:#d98394;
}
#cntwr_stammdaten section.sectrenner {
    width:100%;
    min-height: 320px;
    background-color: #faeef1;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 13px;
}
#cntwr_stammdaten .sectrenner img {
    width: 50%;
}
main { 
    width: 86%;
    background-color: white;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 15px;
    z-index: 200;
    margin-bottom: 5vw;
}
#datasuchemain {
    width: 90%;
    background-color: white;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    z-index: 200;
    margin-bottom: 5vw;
}
#mainepdf {
    display: block;
    width: 70%;
    margin: auto;
    text-align: left;
    background-color: white;
    z-index: 200;
}
#mainksid {
    width: 86%;
    background-color: white;
    margin: auto;
    z-index: 200;
    margin-bottom: 5vw;
}
#mainaside {
    min-height: 400px;
    background-color: #fff4f6;
    padding: 40px;
}
#suchfeld {
    position: fixed;
    top: 19vw;
    right: 0;
    width: 40vw;
    height: 12vw;
    padding: 30px;
    z-index: 250;
}
header {
    position: fixed;
    width: 100%;
    height: 8vw;
    min-height: 80px;
    background-color: #f7f7f7;  
    box-shadow: 10px 0px 30px #d1d1d1;  
    z-index: 300;
}

#logo {
    position: absolute;
    left: 8vw;
    top: 2.8vw;
    width: 30vw;
}
#logo img {
    width: 50%;
    min-width: 160px;
}
#teilpr a:link {
    display: inline;
    font-size: 2.2rem;
    color: #c18e98;
}
#teilpr a:visited {
    color: #c18e98;
}
#teilpr a:hover {
    color: crimson;
}
#stammheader #headcontainer a:link {
    font-family: 'Merriweather', serif;
    font-size: 0.85rem;
    color: crimson;
    text-decoration: none;
}
#stammheader #headcontainer a:visited {
    color: crimson;;
}
#stammheader #headcontainer a:hover {
    color: #797979;
}
footer {
    position: relative;
    top: 18vw;
    background-color: #575757;  
    width: 100%;
    padding: 4rem 0 2rem 0;
    min-height: 400px;
}
#footercontent {
    width:94%;
    margin:auto;
    display:grid;
    grid-gap: 10px; 
    grid-template-rows: minmax(min-content, min-content);  
    grid-template-columns: repeat(17, 1fr);
    grid-template-areas: 
        
        ". . footermain footermain footermain footermain footermain footermain footermain footermain footeraside footeraside footeraside footeraside footeraside footeraside .";
}
#footermain {
        grid-area: footermain;
        color:#ffe7e7;
        font-weight:300;
        padding: 30px;
        padding-top: 30px;
        text-align: left;
        font-size: 0.85rem;
        line-height: 1.45rem;
}
#footeraside {
        grid-area: footeraside;
        font-size: 0.85rem;
        color:white;
        font-weight:300;
        padding: 20px;
        padding-top: 60px;
        text-align: left; 
        line-height: 1.6rem;
}
#footeraside a:link {
    border: none;
    text-decoration: none;
    color: white;
    padding: 4px;
    font-size: 1.15rem;
    line-height: 1.7rem;
    letter-spacing: 0.8;   
}
#footeraside a:visited {
    color: white;
}
#footeraside a:hover {
    color: #fffae7;
}
#footeraside a:active {
    color: #fffae7;
}
#footermain a:link {
    border: none;
    text-decoration: underline;
    color: white !important;
    padding: 4px;
    letter-spacing: 0.4;   
}
#footermain a:visited {
    color: white;
}
#footermain a:hover {
    color: #fffae7;
    text-decoration: none;
}
#footermain a:active {
    color: #fffae7;
}
#footermain a:focus {
    color: #fffae7;
    background-color: lightcoral;
}
main div.einzelklient {
    position: relative;
    width:80%;
    margin:auto;
    padding: 40px;
    margin: 40px;
    background-color: #fcf3f5;
    color: #8d8c8c;
    font-size: 1.7rem;
    line-height: 2.5rem;
    border-radius: 17px;
}
main div.einzelklient a:link {
    border: none;
    text-decoration: none;
    color: #c18e98;
    padding: 4px;
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: 0.8;   
}
main div.einzelklient a:visited {
    color: #c18e98;
}
main div.einzelklient a:hover {
    color: coral;
}
#mainksid div.einzelklient {
    position: relative;
    width:80%;
    margin:auto;
    padding: 40px;
    margin: 40px;
    background-color: #fcf3f5;
    color: #8d8c8c;
    font-size: 1.7rem;
    line-height: 2.5rem;
    border-radius: 17px;
}
#mainksid div.einzelklient a:link {
    border: none;
    text-decoration: none;
    color: #c18e98;
    padding: 4px;
    font-size: 1.7rem;
    line-height: 1.7rem;
    letter-spacing: 0.8;   
}
#mainksid div.einzelklient a:visited {
    color: #c18e98;
}
#mainksid div.einzelklient a:hover {
    color: coral;
}
.buttonlink {
    padding-top: 2rem;
}
.buttonlink a:link {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.3rem;
    line-height: 1.7rem;
    letter-spacing: 0.025rem;
    border-radius: 9px;
    text-decoration: none;
    background-color: #DB1414;
    padding: 20px;
    color: white;
}
.buttonlink a:visited {
    background-color: #DB1414;
    color: white;
}
.buttonlink a:hover {
    background-color: #ff7f50;
    color: white;
}
.buttonlink a:focus {
    background-color: #953d2d;
    color: white;
}
#drpdwn-nav {
    position: fixed;
    display: none;
    top: 7vw;
    width: 100vw;
    background-color: #804752;
    z-index: 1000;
    padding-left: 10vw;
}
#drpdwn-content {
    display: flex;
	justify-content: flex-start;
    column-gap: 30px;
    margin-bottom: 3rem;
}
#drpdwn-content div {
    padding: 20px;
}
#drpdwn-nav h3 {
    color: rgb(255, 240, 200);
}
#drpdwn-nav h4 {
    color: #ffffff;
    margin-bottom: 1em;
}
#drpdwn-nav a:link {
    font-size: 1rem;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ebebeb;
}
#drpdwn-nav a:visited {
    color: #ebebeb;
    display: inline;
}
#drpdwn-nav a:hover {
    color: #e0c0c0;
}
#drpdwn-nav a:active {
    color: #e0c0c0;
}
#mainksid h1.bluehdl {
    color: #a32682 !important;
}
#mainksid h2.bluehdl {
    color: #a32682 !important;
}
.lftline {
    border-left: 1px dotted #C6C6C6;
	padding: 20px;
    min-width: 20%;
}
.frgbgn {
    display: block;
    text-align: left;
    width: 100%;
    margin: auto;
    background-color: #f2f2f2;
    padding: 50px;
    font-size: 1rem;
    line-height: 2rem;
}
.netwnpls {
    display: block;
    text-align: left;
    width: 100%;
    margin: auto;
    background-color: #f7f7f7;
    padding: 50px;
    font-size: 1rem;
    line-height: 2rem;
}
.formsuche {
    display: block;
    text-align: left;
    width: 100%;
    margin: auto;
    font-size: 0.9rem;
    line-height: 1.1rem;
}
#mainksid .frgbgn fieldset {
    border: none;
    border-bottom: 1px dotted #c18e98;
    padding: 3rem;
}
#mainksid .frgbgn label {
    font-size: 1.4rem;
    line-height: 2rem;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #c18e98;
}
#mainksid .frgbgn input {
    padding: 12px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    width: 100%;
}

#mainksid .frgbgn input[type=submit] {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    padding: 10px;
    background-color: #ededed;
    color: #c18e98 !important;
    width: 100%;
}
#mainksid .frgbgn input[type="radio"] {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     padding: 12px;
     background-color: white;
     border: Solid Thin #606060;
     font-size: 0.3rem;
}

#mainksid .frgbgn input[type="radio"]:checked {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background-color: #c18e98;
     border: Solid 1px #242424;
}
#mainksid .frgbgn input[type="checkbox"] {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     padding: 12px;
     background-color: white;
     border: Solid Thin #4b4b4b;
    font-size: 0.3rem;
}
#mainksid .frgbgn input[type="checkbox"]:checked {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background-color: #a32682;
}



#mainaside .formsuche input[type="radio"] {
    -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     padding: 10px;  
     font-size: 0.3rem;
    background-color: white;
     display: inline !important;
     border: 1px solid #c18e98;
}
#mainaside .formsuche input[type="radio"]:checked {
    -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     padding: 10px;  
     font-size: 0.3rem;
     display: inline !important;
     background-color: #c18e98;
     border: 1px solid #c18e98;
}

#mainaside .formsuche fieldset {
    border: none;
    border-bottom: 1px dotted #c18e98;
    padding: 20px;
    text-align: left;
}
#mainaside .formsuche label {
    font-size: 1.1rem;
    line-height: 1.2rem;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: crimson;
}
#mainaside .formsuche input {
    padding: 10px;
    font-size: 1rem;
    line-height: 1.1rem;
    width: 100%;
    border: none;
}
#mainaside .formsuche input[type=submit] {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9rem;
    padding: 10px;
    background-color: white;
    color: #c18e98 !important;
    width: 100%;
    border: none;
}

#mainaside .formsuche input[type="checkbox"] {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;    
     padding: 10px;  
     font-size: 0.3rem;
     display: inline;
     background-color: white;
     border: Solid Thin #4b4b4b;
    
}
#mainaside .formsuche input[type="checkbox"]:checked {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background-color: #a32682;
}


#mainksid .netwnpls fieldset {
    border: none;
    border-bottom: 1px dotted #c18e98;
    padding: 3rem;
}
#mainksid .netwnpls label {
    font-size: 1.4rem;
    line-height: 2rem;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #a32682;
}
#mainksid .netwnpls input {
    padding: 12px;
    font-size: 1.1rem;
    line-height: 1.5rem;
    width: 100%;
}
#mainksid .netwnpls input[type=submit] {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    padding: 10px;
    background-color: #ededed;
    color: #a32682 !important;
    width: 100%;
}
#mainksid .lgn input[type=submit] {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.6rem;
    padding: 10px;
    background-color: #ededed;
    color: #c7a7ae !important;
    width: 70%;
}
#mainksid .netwnpls input[type="radio"] {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     padding: 12px;
     background-color: white;
     border: Solid Thin #606060;
     font-size: 0.3rem;
}
#mainksid .netwnpls input[type="radio"]:checked {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background-color: #a32682;
     border: Solid 1px #a32682;
}
#mainksid .netwnpls input[type="checkbox"] {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     padding: 12px;
     background-color: white;
     border: Solid Thin #4b4b4b;
    font-size: 0.3rem;
}
#mainksid .netwnpls input[type="checkbox"]:checked {
     -moz-appearance: none;
     -webkit-appearance: none;
     appearance: none;
     background-color: #a32682;
}
#mainksid .netwnpls textarea {
    width: 100%;
}
#mainksid .frgbgn textarea {
    width: 100%;
}
.weiss {
    color:cornsilk;
}
.box {
    padding: 10px;
    font-size: 1.1rem;
    color: #a0757d;
    border: 1px solid #ccc;
}
.berichtdiv {
    color: crimson;
    text-align: right;
}
.erlaeuterung {
    color: coral;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 0.9rem;    
}
#mobileheader {
    display: none;
}
#mobileheaderlogo {
    
}
#mobileheader button {
   
}
#mobileheader button img {
    width: 10vw;
}
#offcanvas {
    position: relative;
    top: 1rem;
    display: none;
    padding-left: 2em;
    background-image: linear-gradient(to top, #fff, floralwhite);
}
#offcanvas div {
   padding-top: 2em;
    text-align: left;
    width: 30%;
    margin-left: -0.5em;
}
#offcanvas div img {
    width: 9vw;
}
#offcanvas a {
    display: block;
    max-width: 70%;
}
#offcanvas a:link {
    color: #DB1414;
    font-weight: 300;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 0.9rem;
    padding:10px;
}
#offcanvas a:visited {
    color: #DB1414;
}
#offcanvas a:hover {
    color: coral;
}
#offcanvas a:active {
    color: coral;
}
.nplusanzeige {
    color: crimson !important;
}
.indexkopf {
    display: block;
    width: 100%;
    padding: 12px;
    color: #c18e98;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    background-color: #fcfcfc;
    border-top: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
}
.indexkopf a:link {
    display: inline;
    background-color: crimson;
    padding: 10px;
    color: white;
    font-size: 1.8rem;
    box-shadow: 10px 0px 30px #d1d1d1; 
}
.indexkopf a:visited {
    background-color: crimson;
    color: white;
}
.indexkopf a:hover {
    color: #ffb295;
}
.marked {
    background-color: coral;
    color: white;
}
.marked2 {
    background-color: #ffcfbd;
}
.aggregat {
    background-color: #fffae7;
    padding: 0 10% 0 33%;
    text-align: left;
    color: crimson;
    font-size: 1rem;
    line-height: 1.5rem;
}
.aggregattp {
    background-color: #f6ffe7;
    padding: 0 25% 0 25%;
    text-align: left;
}

.responsive-video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
.responsive-video {
		position: relative;
		padding-bottom: 56.25%; 
		padding-top: 0px;
		height: 0;
		overflow: hidden;
        border: 20px
}
.zwsp {
		-webkit-column-count: 2; 
		-moz-column-count: 2; 
		column-count: 2;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		column-gap: 40px;
		text-align:left;		
}
.warnung {
    font-size: 1.1rem;
    line-height: 1.5rem;
    color: #c18e98;
}
.warnung2 {
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: crimson;
}
.warnung3 {
    font-size: 0.9rem;
    line-height: 1.4rem;
    color: #a065ba;
}
.centered h1.fred {
    color:crimson;
}
.tmin {
        font-family: 'Merriweather', serif;
        font-size: 1rem;
        line-height: 1.2rem;
        color: brown;
}
.tmin2 {
        font-family: 'Merriweather', serif;
        font-size: 1rem;
        line-height: 1.2rem;
        color: #988989;
}
#teilpr {
    position: absolute;
    right: 5rem;
    top: 3rem;
    text-align: right;
    width: 70%;
}

@media screen and (max-width: 740px) {

    #stammheader {
        display: block;
        position: relative;
        margin:auto;
        width: 100%;
        height: auto;
        background-color: #f5f5f5; 
        
    }
    #headcontainer {
        width:90%;
        margin: auto;
        display:block;
    }
    #headcontainer div {
        width: 100%;
        padding: 10px;
        text-align: left;
    }
    
    .zwsp {
		-webkit-column-count: 1; 
		-moz-column-count: 1; 
		column-count: 1;
		text-align:left;		
    }
    #mainksid .frgbgn fieldset {
        border: none;
        border-bottom: 1px dotted #c18e98;
        padding: 3rem;
    }
    #mainksid .frgbgn label {
        font-size: 1.3rem;
        line-height: 1.7rem;
        text-decoration: none;
        font-family: 'Roboto Condensed', sans-serif;
        color: #c18e98;
    }
    #mainksid .frgbgn input {
        padding: 12px;
        font-size: 1rem;
        line-height: 1.4rem;
        width: 100%;
    }
    #mainksid .frgbgn input[type=submit] {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.3rem;
        padding: 10px;
        background-color: #ededed;
        color: #c18e98 !important;
        width: 100%;
    }
    #mainksid .frgbgn input[type="radio"] {
         -moz-appearance: none;
         -webkit-appearance: none;
         appearance: none;
         padding: 12px;
         background-color: white;
         border: Solid Thin #606060;
         font-size: 0.3rem;
    }

    #mainksid .frgbgn input[type="radio"]:checked {
         -moz-appearance: none;
         -webkit-appearance: none;
         appearance: none;
         background-color: #c18e98;
         border: Solid 1px #242424;

    }

    #mainksid .frgbgn input[type="checkbox"] {
         -moz-appearance: none;
         -webkit-appearance: none;
         appearance: none;
         padding: 12px;
         background-color: white;
         border: Solid Thin #4b4b4b;
        font-size: 0.3rem;
    }

    #mainksid .frgbgn input[type="checkbox"]:checked {
         -moz-appearance: none;
         -webkit-appearance: none;
         appearance: none;
         background-color: #c18e98;
    }
    h1 {
        font-size: 2.3rem;
        line-height: 2.3rem;
    }
    
}
