@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);

html, body {width: 100%; height: auto}
p, h1, h2, h3, h4 {font-family: 'Roboto Condensed', sans-serif;}
h1 {color: #663266; font-size: 30px; font-weight: 700; line-height: 25px; text-transform: uppercase;}
h2 {color: #663266; font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 25px}
h3 {color: #663266; font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 25px}
h4 {color: #fff; font-size: 16px; font-weight: 300; text-transform: uppercase; line-height: 25px}
h5 {color: #663266; font-size: 20px; font-weight: 700; text-transform: uppercase; line-height: 25px}

p, ul li {color: #828282; font-size: 15px; line-height: 20px; line-height: 25px}

header {width: 100%; height: auto; position: absolute; top: 0; right: 0 }

nav {position: absolute; top: 20px; right: 3%; z-index: 100}
nav ul li {display: inline-block; padding-right: 8px}
nav ul li a {color: #663266; text-transform: uppercase; font-size: 15px; text-decoration: none}
nav ul li a:hover {font-weight: 700; border-bottom: 1px solid #d2ab6e}
.active {font-weight: 700; border-bottom: 1px solid #d2ab6e}

#sidenav {position: fixed; bottom: 0; right: 30px; z-index: 9999;}
#sidenav a {background-color: #d2ab6e; padding: 7px 15px 5px; color: #fff; text-decoration: none;}
#sidenav a:hover {background-color: #663266;}
#sidenav a:nth-of-type(1) {margin-right: 20px;}

strong {font-weight: 700}
.logo {width: 100%; height: auto;  background:#663266; margin-top: 66px}
.logo img {width: 100%; height: auto; max-width: 200px; border-left: 20px solid #d2ab6e; }

.text p {background-color: #ececec ;color: #663166;font-size: 13px;line-height: 20px;margin-top: 10px; padding: 13px;}
.wrapper {position: relative; padding: 66px 0 0 200px}
.content { position: relative; padding: 60px 0 80px 0}
.content span {color:#d2ab6e; text-transform: uppercase; font-weight: 700}
.g02 {padding-bottom: 20px; }
.g02 a {text-decoration: underline;}
.g04 a, .g08 a {text-decoration: underline; color: #663266}

.eyecatcher {position: relative; padding-top: 39px }
.eyecatcher img {width: 100%; height: auto}
.eyecatcher p {color: #fff; background:#d2ab6e; padding: 4px 12px; position: absolute; bottom: 50px; left: -40px; margin-bottom: 10px; text-transform: uppercase; font-size: 20px}
.eyecatcher p:last-of-type {margin-bottom: 50px}
.eyecatcher .icon {position: absolute; bottom: -1px; right: 0; max-width: 130px}

.dunkel {position: relative; width: 100%; height: auto; padding: 20px 0 20px 200px;background: #502751}
.hell {position: relative; width: 100%; height: auto; padding: 20px 0 20px 200px;background: #663266}
footer {position: relative; padding-bottom: 100px; background: #663266; margin-top: 50px}
footer p, footer a {color: #fff; font-size: 13px; text-decoration: none}
footer span {text-transform: uppercase; font-size: 16px; display: block; padding-bottom: 10px}
footer li, footer li label {list-style: none; color: #fff !important}

.log {position: absolute; bottom: 20px; right: 3%}
.auszeichnung {position: absolute; bottom: -15px; right: 5%; z-index: 10}
.auszeichnung img {width: 70px;}
.auszeichnung img:first-of-type {padding-bottom: 15px}
.log img {width: 140px; }

.content ul {padding-top: 10px; }
.content ul li {position: relative; padding-left: 24px}
.content ul li::before {content: url("../images/list.jpg"); padding-right: 8px; position: absolute; top: 2px; left: 0}

.padlinks {padding: 0 30px!important}
.padunten {padding-bottom: 40px !important}

form {padding-bottom: 50px}
#mobil-2 {display: none}
.link {color: #663266}
.kontaktformular {width: 100%; height: 822px;}

.link a {color: #663166; text-decoration: none}

/*  POPUP FENSTER  */

.popuplabel {color: #787878; cursor: pointer;font-size: 13px}
.popupinput {display: none}
.popupinput + .popup {
    box-sizing: border-box;
    position: fixed;
    display: block;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden; left: 0;
    top: 50%;
    left: 50%;
    z-index: 3645;
    opacity: 0;
    transition: all .8s ease, height .3s ease .3s;
}

.popupinput:checked + .popup {
    width: 100%;
    height: 100%;
    background-color: rgba(210,171,110,.8);
    padding: 60px 60px;
    opacity: 1;
    top: 0; left: 0;}

.box {
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #D2AB6E;
    padding: 5%;
    width: 100%; height: 100%; overflow: auto; box-sizing: border-box}
.box span {font-weight: 700; color:#D2AB6E }
.popup ul {padding-top: 20px}
.popup ul li {list-style: none; color: #666; font-family: 'Roboto Condensed', sans-serif;}
.popup ul {padding-left: 10px; padding-bottom: 15px}
.popup p {color: #666}
.popup label {position: absolute; top: 70px; right: 70px; width: 30px; height: 30px;}
.popup label::before, .popup label::after {content:""; display: block; width: 3px; height: 100%; background: #D2AB6E ; position: absolute; transform: rotate(45deg); cursor: pointer; left: 15px; top: 0}
.popup label::after {transform: rotate(-45deg)}
.popup strong {color:663266 }
.test {padding-top: 20px; position: relative}
.test-stimmtraining {padding: 50px 0 0 0; position: relative}
.test li {background: #f0f0f0; list-style: none; margin-bottom: 17px; text-align: center; padding: 4px 0; position: relative}
.test-stimmtraining li {display: inline-block; background: #f0f0f0; list-style: none; margin-bottom: 17px; text-align: center; padding: 4px 0; position: relative; width: 31%; margin-right: 20px}
.test li:hover, .test-stimmtraining li:hover {background: #D1AA73; }
.test .stimme::before, .test-stimmtraining .stimme::before {content: url("../images/icon-stimme.png"); position: absolute; top: 0; left: 0; width: 40px; height: 52px}
.test .pflege::before, .test-stimmtraining .pflege::before {content: url("../images/icon-pflegetipps.png"); position: absolute; top: 0; left: 0; width: 40px; height: 52px}
.test .symp::before, .test-stimmtraining .symp::before {content: url("../images/icon-symptome.png"); position: absolute; top: 0; left: 0; width: 40px; height: 52px}
.test label, .test-stimmtraining label {color: #663266;font-size: 15px; font-weight: 700; text-transform: uppercase; line-height: 25px; position: relative; z-index: 10}

/* ENDE */

@media screen and (max-width: 900px) {
    .kontaktformular {width: 90%; height: 800px;}
    .padlinks {padding: 40px 0 0 0 !important}
    .test-stimmtraining li {display: block; width: 80%; margin-right: 20px}
}

@media screen and (max-width: 700px) {
    .kontaktformular {width: 100%; height: 700px;}
    .wrapper {padding: 105px 0 0 0}
    .eyecatcher p {left: 20px}
    .eyecatcher {padding-top: 19px}
    .padlinks {padding: 40px 20px 0 20px !important}
    .test-stimmtraining li {margin-left: 20px; width: 90%}
}
@media screen and (max-width: 630px) {
    .logo {margin-top: 0}
    .wrapper {padding: 105px 0 0 0}
    .eyecatcher p {position: relative; width: 100%; left: 0; padding: 4px}
    .eyecatcher .icon {display: none}
    .content {padding: 0}
    .hell, .dunkel {padding: 20px 0 20px 20px}
    .popupinput:checked + .popup {padding: 10px}
    .popup label::before, .popup label::after {top: -48px; left: 60px}
    #mobil-2 {display: block;  margin-bottom: 10px}
    .btn-2 {
    font: 15px 'Roboto Condensed', sans-serif;
    color:#fff;
    background: #D2AB6E;
    cursor: pointer;
    display: inline-block;
    padding: 16px 0%;
    text-align: center;
    text-decoration: none;
    width: 100%;
        margin-bottom: 5px
    
}
     .btn-2:hover {background: #663266;}
}
