@charset "utf-8";

/* coming-soon-regular - latin */
@font-face {
    font-family: 'Coming Soon';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/coming-soon-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('assets/fonts/coming-soon-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('assets/fonts/coming-soon-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('assets/fonts/coming-soon-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('assets/fonts/coming-soon-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('assets/fonts/coming-soon-v12-latin-regular.svg#ComingSoon') format('svg'); /* Legacy iOS */
  }  

/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/raleway-v19-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('assets/fonts/raleway-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('assets/fonts/raleway-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('assets/fonts/raleway-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('assets/fonts/raleway-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('assets/fonts/raleway-v19-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
  }  

html {
    scroll-behavior: smooth;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.banner_1 {
    height: 300px;
    width: 700px;
    margin: 0px;
    display: flex;
    align-items: center;
}
.hauptteil {
    width: 1280px;
    margin: auto;
    padding-bottom: 60px;
    min-height: 100%;
}

.textwrapper{
    display: flex;
    flex-flow: row;
    width: 1280px;
    margin: 0;
    padding-top: 10px;
}

.spalte_links {
    margin: 0;
    width: 1024px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.spalte_links a leistungen p{
    padding: 0;
    margin: 0;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
}

.spalte_rechts {
    margin: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 100px;
    border-left: 1px solid #75A9FF;
    width: 256px;
}

p {
    font-size: 1.2em;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
}

li{
    margin: 0;
    padding: 0;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 400;
}

.kontaktkasten {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 240px;
}

.kontaktkasten > p {
    margin: 0;
    padding: 0;
}


h1 {
    font-size: 2em;
    font-family: "Coming Soon";
    font-weight: 400;
    text-align: left;
    margin-top: 0.5em;
}

h2 {
    font-size: 1.8em;
    font-family: "Coming Soon";
    font-style: normal;
    font-weight: 400;
}

h3 {
    font-size: 1.5em;
    font-family: "Coming Soon";
    font-style: normal;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: black
}

.titelbild {
        width: 1280px;
        height: auto;
        padding: 0px;
        z-index: 10;
}

html, body {
         height: 100%;
}

header {
        background-color: #75A9FF;
}

body {
        background-image: url(assets/bg.png);
        background-repeat: repeat-y;
        background-position: center top;
        overflow-y: scroll;
}

footer {
        position: absolute;
        width: 100%;
        min-height: 40px;
        background-color: #75A9FF;
        bottom: 0;
        left: 0;
        text-align: center;
        line-height: 40px;
        font-family: "Ralway";
        font-style: normal;
        font-weight: 400;

}

footer a {
    text-decoration: underline;
        font-family: "Raleway";
        margin-right: 20px;
}

.navwrapper {
        margin: auto;
        height: 70px;
        background-color: #75A9FF;
    z-index: 9999;
}

.wrapper {
         left: 0px;
         top: 0px;
         min-height: 100%;
         position: relative;
}

.leistungen {
    border-spacing: 0;
    min-height: 200px;
    width: 100%;
    margin-bottom: 1em;
    background-color: #e0e0e0;
    transition: all 0.5s ease-out    
}

.leistungen:hover {
         background-color: #d0d0d0;
}

.leistungen p {
    padding-top: 10px
}

.leistungen_beschreibung {
    padding-left: 1em;
    padding-right: 1em;
    width: 500px;
}

.mitarbeiterprofil {
    margin-top: 20px;
    display: flex;
    flex-flow: row;
    height: auto;
    width: 100%;
    background-color: #dedede;
}

#slidercontainer {
    background-color: black;
    display: block;
    float: left;
    height:430px;
    width: 100%;
    overflow: auto;
    
}
.cycle-slideshow {
    display: block;
    float: left;
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0;
    align-content: center
}

.cycle-slideshow img{
    width: 100%;
    height: auto;
}

.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 100px;
    opacity: 0.5;
    filter: alpha(opacity=0.5);
    z-index: 800;
    height: 100%;
    cursor: pointer;
    transition: all 0.2s ease-out;  
}

.cycle-prev {
    left: 0;
    background: url(assets/prev.png) 50% 50% no-repeat;
}

.cycle-next {
    right: 0;
    background: url(assets/next.png) 50% 50% no-repeat;
}

.cycle-prev:hover, .cycle-next:hover {
    opacity: .9; filter: alpha(opacity=90)
}

.controller {
    opacity: 0.6;
    transition: all 0.2s ease-out;
}

.controller:hover {
    opacity: 1;
}


.link {
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

.ausmahlbild {
    width: 80%;
    margin-top: 10px;
}

.fett {
    font-weight: 600;
}

.figcaption_mittig {
    text-align: center;
}

.einzel {
    position: relative;
    width: 150px;
    margin: 10px;
    padding: 0;
    display: inline-block;
}

figure img{
    display: block;
    width: 100%;
}

.beispielbild {
    margin: 0;
    padding: 0;
}


.verband {
    position: relative;
    width: 80px;
    margin: 5px;
    padding: 0;
    display: inline-block;
}

.leistungen_bild {
    height: 200px;
    width: 200px;
    background-position: center;
    background-size: cover;
}
    

.figcap_imbild {
    position: absolute;
    bottom: 0px;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
    height: 40px;
}

.figcap_unterbild {
    margin: 0;
    padding: 0;
    width: 80px;
}

.button_default {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #75A9FF;
    width: 240px;
    height: 70px;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.2s ease-out;   
}

.spacer {
        height: 20px;
}

.button_default:hover {
    color: white;
    background-color: #49699f;
}

.button_default img {
    transition: all 0.2s ease-out;
}

.button_default:hover img {
    filter: invert(1);
}

.anfahrt_rt {
    width: 240px;
    height: auto;
    font-size: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
}

.link_button {
    border-radius: 5px;
    transition: all 0.2s ease-out;
    line-height: 1.5em;
    text-align: left;
    background-color: #75A9FF;
    width: 240px;
    height: auto;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: aliceblue;
    box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.47);
}

.link_button:hover {
    color: white;
    background-color: #49699f
}

.navigation_mobile{
        display: none;
    height: inherit;
    }

.impressum {
    margin-top: 2em;
}

.banner_wrapper {
    height: auto;
    width: 1280px;
    margin: auto;
    display: flex;
    flex-flow: row;
}

.banner_2 {
    width: 580px;
    font-size: 1.8em;
    padding-top: 40px;
}

.banner_info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    transition: all 0.2s ease-out;
    height: 70px;
}

.banner_info:hover {
    color: aliceblue;
}

.banner_info_pic {
    height: inherit;
    width: auto;
    padding: 20px;
}

.banner_info_text {
    width: auto;
    height: auto;
}

.banner_logo {
    height: auto;
    width: auto;
}

.content_box {
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.content_bild {
    object-fit: cover;
    object-position: center;
    height: auto;
    width: auto;
}

.content_container {
    background-color: #75A9FF;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row;
}

.grey{
    background-color: #dedede !important;
}

.content_text {
    text-align: justify;
    margin: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-size: 1em;
}

.width_40 {
    width: 40%;
}

.width_60 {
    height: 100%;
    width: 60%;
}

.trivia {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    background-color: aliceblue;
    box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.47);
    display: flex;
}

.trivia_bild {
    object-fit: cover;
    object-position: center;
    width: 70px;
    height: auto;
}

.trivia_text {
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    height: auto;
}

.right {
    margin-left: auto;
margin-right: 0;
}
.plain_text {
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
}

.blue_background {
    background-color: #75A9FF;
}

#prophylaxe {
}

.align_right {
    text-align: right;
    justify-content: flex-end;
}

.align_left {
    text-align: left;
}

.leistungen_nav_button {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    transition: all 0.2s ease-out;
    line-height: 1.5em;
    background-color: #75A9FF;
    padding: 10px;
    background-color: aliceblue;
    box-shadow: 3px 3px 13px 0px rgba(0,0,0,0.47);

}

.leistungen_nav_button:hover {
    color: white;
    background-color: #49699f
}

.leistungen_nav_button p{
    margin-left: 10px;
    margin-right: 10px;
}

.leistungen_nav_buttons {
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.leistungen_nav_buttons_wrapper {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
}



.mini_nav {
    padding-top: 10px;
    font-family: "Coming Soon";
    display: flex;
    flex-flow: row;
}

.mini_nav a {
    color: #49699f;
}

.mini_nav_active {
    color: #75A9FF !important;
}

.kontakt_wrapper {
    position: sticky;
    top: 80px;
}

.button_container {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 100%;
}

.button_pic {
    margin-right: 10px;
    background-size: cover;
    height: 50%;
    width: auto;
}

.detail_content_text {
    text-align: justify;
    word-break:normal;
    padding: 20px;
}

.text_pic {
    width: 200px;
    height: auto;
}

.upper_box {
    height: 400px;
}

.vertical_box {
    background-color: #75A9FF;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vertical_pic {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.sprechzeiten {
    background-color: #dedede;
    padding: 10px;
}

.sprechzeiten_collapse {
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
    background-color: #dedede;
    display: flex;
    align-items:center;
    justify-content: space-around;
}

.dropdown_arrow {
    height: 50%;
    transition: all 0.2s ease-out;
}

.rotated {
    transform: rotate3d(1,0,0,180deg);
}

.kontakt_aufnehmen_button {
    margin-bottom: 20px;
}

.overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.47);
    width: 100%;
    height: 100vh;
    z-index: 9999;
}

.overlay_box {
    position: sticky;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #dedede;
    height: auto;
}
.close_overlay_button {
    margin: 0;
    cursor: pointer;
    height: 80%;
    width: auto;
    margin: 2%;
}

.overlay_detail {
    margin: 5vh 10vh 10vh 10vh;
    text-align: center !important;
    background-color: aliceblue;
    padding: 10px;
}

.mail_schreiben_button {
    margin-bottom: 20px;
}

.nav_button_img {
    height: 80%;
    width: auto;
    max-width: 5vw;
}

.close_overlay_button_wrapper {
    max-height: 50px;
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mitarbeiter_profil_text {
    display: flex;
    flex-flow: column;
    justify-content: space-around;
}

.mitarbeiter_profil_bild {
    flex-shrink: 0;
    width: 25%;
    object-fit: cover;
    object-position: center top;
    margin-right: 10px;
}

.scrollup_button {
    position: absolute;
    bottom: 40px;
    background-color: transparent !important;
}

.scrollup_button:hover {
    color: black;
}

.scrollup_button:hover img {
    filter: none;
}

.nav_button_wrapper {
    min-width: 40%
}


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

    body{
        background-image: none;
    }
    
    .plain_text {
        text-align: left !important;
    }
    
    .content_text {
        text-align: left !important;
    }
    
    .banner_wrapper {
        width: 100%;
        flex-flow: column;
        align-items: center;
    }
    
    .banner_1 {
        width: 100%;
        height: auto;
    }
    
    .banner_logo {
        width: 100%;
    }
    
    .banner_2 {
        width: 100%;
    }
    
    .banner_info {
        margin-bottom: 5%;
        flex-direction: column;
        font-size: 0.8em;
        height: auto;
    }
    
    .banner_info_text {
        width: 100%;
        text-align: center;
        font-size: 5vw;
        height: auto;
    }
    
    .banner_info_pic {
        padding: 0;
        height: 10vw;
        width: auto;
    }
    
    #slidercontainer {
        height: auto;
    }
    
    .cycle-slideshow {
        width: 100%;
        height: auto;
    }
    
    .hauptteil {
        width: 100%;
    }
    
    .textwrapper {
        flex-flow: column;
        width: 100%;
    }
    
    .spalte_links {
        width: 100%;
    }
    
    .spalte_rechts {
        width: 100%;
        padding: 0;
    }
    
    .button_default {
        width: 50%;
        height: 100px;
    }
    
    .kontaktkasten {
        width: 50%;
        text-align: center;
    }
    
    .anfahrt_rt {
        width: 80%;
    }
    
    footer {
        margin: 0;
        background-color: none;
        position: static;
    }
    
    footer a {
        display: block;
    }
    
    .navwrapper {
        height: auto;
    }
    
    .navigation {
        display: none;
    }
    
    .navigation_mobile{
        display: block;
    }
    
    footer a {
        font-size: 1em;
        text-decoration: none;
    }
    
    .sprechzeiten_collapse {
        width: 100%;
    }
    
    .kontaktkasten {
        width: 80%;
    }
    
    .button_default {
        width: 80%;
    }
    
    .cycle-prev, .cycle-next {
        width: 15%;
        background-size: cover;
    }
    
    .detail_content_text {
        text-align: left;
    }
    
    .close_overlay_button {
        height: 80%;
    }
    
    .scrollup_button {
        margin: 10px auto 10px auto;
        position: static;
        bottom: 0;
    }
    
    .kontakt_wrapper {
        position: static;
    }

    .hauptteil {
        padding: 0;
    }
}

@media only screen and (max-width : 1000px) {
    .content_container {
        flex-flow: column;
    }
    
    .width_40{
        min-height: 400px;
        width: 100%;
    }
    
     .width_60{
         width: 100%;
    }
    
    .spalte_links {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .leistungen_nav_buttons_wrapper {
        justify-content: center;

    }
    
    .leistungen_nav_buttons {
        width: auto;
        flex-flow: column;
        justify-content: center;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
    }
    
    .leistungen_nav_button {
        justify-content: center;
        flex-wrap: nowrap;
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    
    .mini_nav {
        display: none;
    }
    
    .mitarbeiterprofil {
        flex-flow: column;
    }
    
    .mitarbeiter_profil_bild {
        width: 100%;
        margin: 0;
        max-height: 100vh;
    }
    
    .mitarbeiter_profil_text {
        padding: 10px;
    }
    
    .overlay {
        overflow: scroll;
        width: 100%;
    }
    
    .overlay_detail {
        margin: 5vh 0 15vh 0;
    }
}
