/* roboto-condensed-300 - latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 300;
src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
src: local(''),
    url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300italic - latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 300;
src: url('../fonts/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
src: local(''),
    url('../fonts/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 400;
src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
    url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-italic - latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 400;
src: url('../fonts/roboto-condensed-v25-latin-italic.eot'); /* IE9 Compat Modes */
src: local(''),
    url('../fonts/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: normal;
font-weight: 700;
src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
src: local(''),
    url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700italic - latin */
@font-face {
font-family: 'Roboto Condensed';
font-style: italic;
font-weight: 700;
src: url('../fonts/roboto-condensed-v25-latin-700italic.eot'); /* IE9 Compat Modes */
src: local(''),
    url('../fonts/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}


body{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 26px
}
#white-half {
    background-color: white; 
    width: 65vw;
    height: 100vh;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 150px 100px 100px 150px;
}
#green-half {
    background-color: #7F8234;
    color: white;
    width: 35vw;
    height: 100vh;
    display: inline-block;
    padding: 150px 0px 50px 50px;
    background-image: url("/image/leaf.svg");
    background-repeat: no-repeat;
    background-position: 80% 102% ;
    background-size: auto 40%;
    box-sizing: border-box;
}
#green-half a {
    color:white;
    font-weight: 500;
}
#main {
    max-height: 100vh;
    position: relative;
    margin: 0px;
    display: flex;
    max-width: 100vw;
}
body { margin: 0px}
ul {
    margin: 0px;
    padding: 0px;
}
ul#footer-menu {
    list-style: none;
    display: flex;
    padding: 20px;
}
footer a {
    font-size: 22px;
    margin: 8px;
    font-weight: 400;
}
a {
    color: #7F8234;
    text-decoration: none;
}
#doctors-list li {
    list-style: none;
    padding-left: 40px;
}
h2, h1 {
    font-size: 40px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 400;
}

h2.doctor:after,
h1.doctor:after {
    content: "";
    background-image: url("../image/1.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: -40px;
}
h3 {
    margin-top: 0px;
    font-size: 26px;
    max-width: 40%;
    margin-right: 0px;
    font-weight: 300;
}

#logo {
    width: 640px;
}
#picture {
    position: relative;
    padding-left: 40px;
    margin-bottom: 100px;
}
#picture::after {
    position: absolute;
    content: "";
    background-image: url("/image/logo-leaf.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    left: 0;
    height: 200%;
    transform: translateX(-50%);
    bottom: 0px;
}
footer {
    position: absolute;
    bottom: 0;
    font-size: 18px;
}
#sprechzeiten h2{
    margin-bottom: 10px;
    margin-top: 0px;
}
#green-half table {
    color:white;
}
table {
    padding: 0px;
    font-weight: 300;
}
td {
    padding: 0px;
}
#sprechzeiten table {
    font-size: 26px; 
}
.sprechzeiten-tag {
    width: 62.5%;
}
.sprechzeiten-zeit {
    width: auto;
}
#anschrift{
    margin-top: 50px;
}
#anschrift li{
    list-style: none;
    padding-block: 2px;
}
#anschrift li#anschrift-strasse,
#anschrift li#anschrift-ort,
#anschrift li#anschrift-fon,
#anschrift li#anschrift-fax {
    display: inline-block
}

#back-button {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px;
    font-size: 20px;
}

/* IMPRESSUM */
#main-impressum footer,
#main-datenschutz footer {
    position: fixed;
    bottom: 0;
    left: 0;
}

#main-impressum,
#main-datenschutz {
    padding: 50px 200px 65px 200px;
}


#main-impressum #titel-impressum,
#main-datenschutz #titel-datenschutz {
    color: #7F8234;
    font-weight: 500;
    font-size: 60px;
}


@media (max-width:1400px) {
    #logo {
        width: 500px;
    }
    #picture {
        position: relative;
        padding-left: 40px;
        margin-bottom: 50px;
    }
    #picture::after {
        width: 90px;
        left: 0;
        height: 175%;
        transform: translateX(-50%);
    }
    #white-half {
        width: 60vw;
        padding: 100px 100px 100px 100px;
    }
    #green-half {
        width: 40vw;
        padding: 100px 50px 50px 50px;
        
    }
    h3 { max-width: 70%;}
    h2, h1 {
        font-size: 36px;
    }
    body, h3, #sprechzeiten table{
        font-size: 24px;
        line-height: 1.3;
    }
}
@media (max-width:1150px) {
    #logo {
        width: 425px;
    }
    #picture::after {
        transform: translateX(-30%);
    }
    #picture {
        position: relative;
        padding-left: 40px;
        margin-bottom: 50px;
    }
    #white-half {
        width: 60vw;
        padding: 75px 50px 50px 50px;
    }
    h2, h1 {
        font-size: 30px;
    }
    h3 {
        max-width: 90%;
    }
    #green-half {
        width: 40vw;
        padding: 75px 50px 50px 50px;
    }
    footer a{
        font-size: 18px;
    }
}
@media (max-width:1000px) {
    h2,h1  {
        font-size: 32px;
    }
    body, h3, #sprechzeiten table{
        font-size: 22px;
        line-height: 1.3;
    }
    #logo {
        width: 400px;
    }
    #picture::after {
        transform: translateX(-30%);
    }
    #white-half {
        width: 60vw;
        padding: 75px 75px 75px 75px;
    }
    #green-half {
        width: 40vw;
        padding: 75px 50px 50px 50px;
    }
}
@media (max-width:900px) {
    h3 {
        max-width: 70%;
    }
    #logo {
        width: 400px;
    }
    #picture::after {
        transform: translateX(-30%);
    }
    #white-half {
        width: 60vw;
        padding: 75px 75px 75px 75px;
    }
    #green-half {
        width: 40vw;
        padding: 75px 50px 50px 50px;
    }
    #main-impressum,
    #main-datenschutz {
        padding: 50px 100px 65px 100px;
    }
}
@media (max-width:899px) {
    #logo {
        width: 50%;
    }
    footer {
        bottom: 0;
        left: 0;
        height: auto;
    }
    footer a {
        color: white;
    }
    #main {
        flex-direction: column;
    }
    #green-half {
        max-width: 100vw;
        width: 100vw;
        padding: 50px 50px 50px 50px;
        height: 40vh;
        display: flex;
        flex-direction: row;
    }
    #white-half {
        width: 100vw;
        padding: 50px 50px 50px 50px;
        height: 60vh;
    }
    #picture {
        margin-bottom: 50px;
    }
    #anschrift, #sprechzeiten {
        width: 50%;
    }
    h2, h1 {
        font-size: 30px;
    }
    body, h3, #sprechzeiten table{
        font-size: 20px;
        line-height: 1.3;
    }
}
/* @media only screen and (max-width:750px) {
    #logo {
        width: 70%;
    }
    #green-half {
        background-image: none;
    }
    h2,h1  {
        font-size: 28px;
    }
    body, h3, #sprechzeiten table{
        font-size: 20px;
        line-height: 1.3;
    }
    #green-half {
        max-width: 100vw;
        width: 100vw;
        padding: 5px 5px 5px 5px;
        height: 40vh;
        display: flex;
        flex-direction: row;
    }
    #white-half {
        width: 100vw;
        padding: 5px 5px 5px 5px;
        height: 60vh;
    }
} */
@media only screen and (max-width:750px) {
    #main-impressum,
    #main-datenschutz {
        padding: 25px 25px 65px 25px;
    }
    #picture {
        text-align: center;
        margin-top: 50px;
    }
    #picture::after {
        width: 90px;
        left: 60px;
        transform: translateX(0);
    }
    #logo {
        width: 70%;
    }
    #green-half {
        background-image: none;
    }
    h2, h1 {
        font-size: 28px;
    }
    body, h3, #sprechzeiten table{
        font-size: 20px;
        line-height: 1.3;
    }
    #main {
        max-height: unset;
    }
    #sprechzeiten, #anschrift {
        display: block;
        width: 100vw;
    }
    #green-half {
        max-width: 100vw;
        width: 100vw;
        padding: 25px 0px;
        height: 100%;
        display: block;
        text-align: center;
    }
    #green-half table {
        display: inline;
    }
    #green-half #sprechzeiten span {
        display: block;
        width: 100%;
    }
    #white-half {
        width: 100vw;
        padding: 25px 25px 25px 25px;
        height: 100%;
        text-align: center;
    }
    footer {
        position: relative;
        text-align: center;
        width: 100%;
        justify-content: center;
        display: flex;
    }
    footer a {
        color: #7F8234;
    }
    #doctors-list li {
        padding-left: 0px;
    }
    #doctors-list li h2:after,
    #doctors-list li h1:after {
        background-image: none;
    }
    h3 {width: 100%; display: block; max-width: 100%;}
}
@media only screen and (max-width:300px) {
    #logo {
        width: 100%;
    }
    #picture::after {
        width: 90px;
        left: 10px;
        transform: translateX(0);
    }
}

@media (max-width:1920px) and (max-height:750px) {
    #main {
        height: auto;
        margin-bottom: 0px;
        max-height: unset;
    }
    #green-half {
        max-height: 100%;
        height: unset;
    }
    #white-half {
        max-height: 100%;
        height: 100%;
    }
    footer {
        position: absoulte;
        bottom: 0;
        left: 0;
    }
    footer a {
        color: #7F8234;
    }
}

.underlined {
    text-decoration: underline !important;
}