.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@media screen{
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;background-color:#000;color:#FFF;padding:.5em}#toTop:hover{background-color:#FFF;color:#000}#toTop:active,#toTop:focus{outline:none}
}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/fonts/roboto-v50-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../../files/fonts/roboto-v50-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/fonts/roboto-v50-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../../files/fonts/roboto-v50-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
    --white: #fff;
    --maincolor: #8091AF;
    --blue: #314060;
    --red: rgb(192, 3, 24);
    --text-blue: rgb(50, 65, 96);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}




html {
    height: 100%;

}

body {
    font-family: Roboto, sans-serif;
    font-size: 1.125em;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--maincolor);
}

figure {
    margin: 0;
    padding: 0;

}

img {
    display: block;
    width: 100%;
    height: auto;

}

.team_image {
    width: 100%;
    max-width: 522px;
    margin: 0 auto 2em;
}

.team_image figcaption {
    padding: .5em 0;
    text-align: center;
}

.team_image1 {
    width: 100%;
    max-width: 522px;
    margin: 1em auto 2em;
}

.team_image1 figcaption {
    padding: .5em 0;
    text-align: center;
}

/* -------------------------Fonts-------------------------- */



.title h1 {
    font-size: clamp(1.125rem, 9vw, 10rem);
    margin: 0;
    padding: 1em 0 0.5em;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    text-align: justify;
    letter-spacing: 2px;
}


h2 {
    font-size: clamp(1.125rem, 8vw, 3rem);
    margin: 0;
    padding: 0 0 .5em;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 2.5px;
}

h3 {
    font-size: clamp(1.125rem, 7vw, 2.75rem);
    font-weight: 400;
    line-height: 1.25;
    margin: 0;
    padding: 0;
}

h4 {
    font-size: clamp(1.125rem, 5vw, 2rem);
    margin: 0;
    padding: 2rem 0 .25rem;
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0 0 1em;
    line-height: 1.5;
}

/* -------------------Seitengeruest---------------------- */

#header {
    height: 64px;
    position: fixed;
    width: 100%;
    background-color: var(--maincolor);
}


header .inside {
    margin: 0 auto;
    padding: 0 2em;
    height: 64px;
        width: 100%;
        max-width: 1140px;

}

main {
    margin: 0 auto;
    padding: 0;
}

.contents {
/* outline: 1px solid red;  */
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 4em;
}


#Home {
    width: 100%;
    margin: 0;
    padding: 6em 2em 1em;
    height: auto;
    min-height: 100vh;
    color: var(--white)
}

#Sprechzeiten {
    background-color: var(--white);
    width: 100%;
    margin: 0;
    padding: 4em 2em 4em;
    height: auto;
    min-height: 100vh;
    color: var(--text-blue);
}

#Unser_Team {
    width: 100%;
    margin: 0;
    padding: 4em 2em 1em;
    height: auto;
    min-height: 100vh;
    color: var(--white)
}

#Leistungen {
    background-color: var(--white);
    color: var(--text-blue);
    width: 100%;
    margin: 0;
    padding: 4em 2em 1em;
    height: auto;
    min-height: 100vh;

}

#Leistungen ul {
    margin: 0;
    padding: 0 2em 2em;
    column-width: 250px;
    column-gap: 4em;
    line-height: 1.5;
}


#Leistungen ul li ul {
    margin: 0;
    padding: 0 0 0 1em;
}

#Impressionen {
    width: 100%;
    margin: 0;
    padding: 4em 2em 1em;
    height: auto;
    min-height: 90vh;
    color: var(--white)
}

#Kontakt {
    width: 100%;
    margin: 0;
    padding: 4em 2em 1em;
    height: auto;
    min-height: 70vh;
    color: var(--white)
}

#Datenschutz, #Impressum {
    background-color:var(--white);
    color: var(--text-blue);
}

#Datenschutz .contents,
#Impressum .contents {
    font-size: 1rem;
    padding: 4em 2em;
}

#Datenschutz .contents h2,
#Impressum  .contents h2 {
    padding-top: 1rem;
    font-size: clamp(1.125rem, 6vw, 3rem);
}

#Datenschutz .contents h3,
#Impressum .contents h3 {
   font-size: clamp(1.125rem, 5vw, 3rem);
}

footer {
    margin: 0 auto;
    padding: 2em 1em;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

#toTop {
    background-color: var(--text-blue);
    cursor: pointer;
    z-index: 10;
}


@media (min-width: 679px) {

    .home1 {
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        display: flex;
        align-items:center;
        flex-direction: row-reverse;
    }

    .title {
        width: 60%;
    }

    .animals {
        width: 40%;
        padding-top: 3em;

    }

    .animals img {
        width: 100%;
        max-width: 340px;
        height: auto;
    }

    .title h1 {
        font-size: clamp(2rem, 0.9437rem + 3.3803vw, 5rem);
        margin: 0;
        padding: 1em 0 0.5em;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .title h2 {
        font-size: clamp(1.125rem, 5vw, 3rem);
        margin: 0;
        padding: 0 0 5px 0;
        line-height: 1.125;
        font-weight: 400;
        text-transform: none;
    }

    .title h3 {
        font-size: clamp(1.125rem, 4vw, 2rem);
        margin: 0;
        padding: 0 0 5px 0;
        line-height: 1.25;
        font-weight: 400;
        text-transform: none;
    }

    .infotext {

        margin: 0 auto;
         width: 100%;
        max-width: 1080px;
        font-size: 1.25rem;

    }

    .tables {
        display: flex;
        justify-content: space-between;
        width: 100%;
        max-width: 860px;
        font-size: 1.25rem;
        margin: 0 auto;
        padding: 0;
    }

    .table1,
    .table2 {
        width: 45%;
    }



    .table2 {
        margin-left: auto;
    }

    .table1 h4,
    .table2 h4,
    .notdienst-phone h4 {
        font-size: 1.25rem;
    }

      .team {
        display: flex;
        gap: 2em;
        width: 100%;
        max-width: 1068px;
        margin: 0 auto;
        padding: 0;
    }

    .team_image,
    .team_image1 {
        width: 50%;
        max-width: 516px;
        padding-bottom: 2em;
        margin: 0 auto;
    } 

}


@media (min-width: 679px) {
    .tables {
        font-size: 1.125rem;

    }
}



@media (min-width:1080px) {


    .title {
        width: 65%;
    }

    .animals {
        width: 35%;

    }

    .tables {
        display: flex;
        justify-content: space-between;
        width: 100%;
        /* max-width: 860px; */
        font-size: 1.25rem;
        margin: 0 auto;
        padding: 0;
    }

 /*    .table1,
    .table2 {
        width: 39%;
    } */

    .table1 h4,
    .table2 h4,
    .notdienst-phone h4 {
        font-size: 1.5rem;
    }

    .notdienst-phone {
        max-width: 860px;
        margin: 0 auto;
    }

    #Leistungen .contents  {
/*     outline: 1px solid red; */
    width: 100%;
    max-width: 760px;
    margin: 0 auto;

}

   #Leistungen .contents p {
    padding: 0 1em;
   }

.liste-leistungen {
 /*    background-color: aqua; */
    padding: 0 1.5em;
}
}

/* Speziell für iPhone 5 und SE  Hochformat - ca. 320-568px Viewport  */


@media only screen and (min-width:250px) and (max-width: 350px) and (orientation: portrait) {
 
    .tables {
        font-size: .75rem;

    }

}





/* Speziell für iPhone 5 und SE  Hochformat - ca. 320-568px Viewport  */

/*
@media only screen and (min-width: 310px) and (max-width: 341px) and (orientation: portrait) {

    body {
        font-size: 1em;
    }

    h2 {
        font-size: clamp(1.125rem, 7vw, 3rem);
        margin: 0;
        padding: 1em 0 .5em;
        line-height: 1.25;
        font-weight: 400;
        letter-spacing: 2.5px;
    }

    h3 {
        font-size: clamp(1.125rem, 6vw, 2.75rem);
        font-weight: 400;
        line-height: 1.8;
    }

    h4 {
        font-size: clamp(1.125rem, 5.5vw, 2rem);
        margin: 0;
        padding: 2rem 0 .25rem;
    }

    .title h1 {
        font-size: clamp(1.125rem, 8.5vw, 5rem);
        margin: 0;
        padding: 1em 0 0.5em;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        text-align: justify;
    }

    .title h2 {
        font-size: clamp(1.125rem, 8vw, 3rem);
        margin: 0;
        padding: 0 0 5px 0;
        line-height: 1.125;
        font-weight: 400;
        text-transform: none;
    }

    .tables {
        font-size: 1rem;
    }

    p {
        margin: 0;
        padding: 0 0 2em;
        font-size: 1rem;
        line-height: 1.5;
    }

    ul {
        font-size: 1rem;
    }

}


/* Speziell für Galaxy A52 (1080x2400) Hochformat - ca. 360-412px Viewport  */

/*
@media only screen and (min-width: 342px) and (max-width: 375px) and (orientation: portrait) {


    .title h1 {
        font-size: clamp(1.125rem, 9vw, 5rem);
        margin: 0;
        padding: 1em 0 0.5em;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        text-align: justify;
    }

    .title h2 {
        font-size: clamp(1.125rem, 8vw, 3rem);
        margin: 0;
        padding: 0 0 5px 0;
        line-height: 1.125;
        font-weight: 400;
        text-transform: none;
    }

    .tables {
        font-size: 1.125rem;
    }
}

/* Speziell für iphone 13 (1170x2532) Hochformat - ca. 390-844px Viewport  */

/*
@media only screen and (min-width: 376px) and (max-width: 844px) and (orientation: portrait) {

    body {
        font-size: 1.125em;
    }

    .title h1 {
        font-size: clamp(1.125rem, 9vw, 5rem);
        margin: 0;
        padding: 1em 0 0;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;

    }

    .title h2 {
        font-size: clamp(2rem, 1.2958rem + 2.2535vw, 4rem);
        margin: 0;
        padding: 10px 0 5px;
        line-height: 1.125;
        font-weight: 400;
        text-transform: none;
    }

}




@media (min-width: 679px) {

 .home1 {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding: 0 1.5em;
    }
    

    .title h1 {
        font-size: clamp(2rem, 0.9437rem + 3.3803vw, 5rem);
        margin: 0;
        padding: 1em 0 0.5em;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


    h4 {
        font-size: clamp(1.125rem, 2.5vw, 2rem);
        margin: 0;
        padding: 1rem 0 .25rem;
    }

   

    .infotext {

          padding: 0 1.5em;

    }

    .title {
        width: 60%;
        /*         outline: 1px solid rgb(205, 174, 50); 
    }
    /*

    .animals {
        width: 40%;
        /*       outline: 1px solid rgb(102, 83, 8); 
    }
/*
    .tables {

        justify-content: space-around;
        font-size: 1rem;
        margin: 0 auto;
        display: flex;
        width: 100%;
        max-width: 630px;

    }

    .table.content-text {
        margin: 0;
        padding: 0;
        width: 44%;
        background-color: var(--white);
        border-collapse: collapse;
        border: none;
        border-color: white;
    }

    .notdienst-phone {
        margin: 0 auto;
        width: 100%;
        max-width: 600px;
        margin: 0 auto;

    }

    .table2 {
        width: 300px;
    }

       .team_image,
    .team_image1 {
        width: 100%;
        max-width: 532px;
        margin-bottom: 2em;
        margin: 0 auto;
    }

}

@media (min-width: 900px) {


    #Sprechzeiten {
    background-color: var(--white);
    }

    #main {
        width: 100%;

    }
    #Home {
        width: 100%;
        margin: 0 auto;
 max-width: 1174px;
 padding: 0;

    }

    .home1 {
        padding: 1.25em;
    }

        .home2  {
             width: 100%;
        margin: 0 auto;
 max-width: 1174px;
          padding: 0 1.25em;

    }


    .content-text {
        outline: 1px solid red;
        width: 100%;
        max-width: 1174px;
        margin: 0 auto;
        padding: 1em 2em;

    }

    .tables {
        margin: 0 auto;
        position: relative;
        width: 100%;
        max-width: 880px;
    }

    .table2 {
        width: 300px;
    }

    .notdienst-phone {
        margin: 0 auto;
        width: 100%;
        max-width: 880px;
        margin: 0 auto;

    }


    .team {
        display: flex;
        gap: 2em;
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }


}
:root {
  --white: #fff;
  --maincolor: #8091af;
  --blue: #314060;
  --red: rgb(192, 3, 24);
}


.mobile_menu {
    font-family: Roboto, sans-serif;
}


.mobile-nav {
  z-index: 1000;
  position: relative;
  height: 50px;
  top: 1em;
  left: 2.5em;
  color: #fff;

}

@media only screen and (min-width: 360px) and (max-width: 412px) and (orientation: portrait) {
    .mobile-nav {
    width: 100%;
    height: 50px;
    position: relative;
    top: 12px;
    left: 2.5em;
    color: #fff;
}

}



/* ---------Mobile Navigation------------ */

.menu-btn {
  z-index: 10000;
  display: block;
  position: relative;
  left: -0.25em;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 50px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  background-color: var(--maincolor);
  /* outline: 1px solid yellow; */
}

.menu-btn__burger {
  width: 50px;
  height: 4px;
  background: var(--white);
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  background: var(--white);
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}

.menu-btn__burger::before {
  transform: translateY(-12px);
}

.menu-btn__burger::after {
  transform: translateY(12px);
}

/* #navigation.sticky .menu-btn {
    z-index: 1000;
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
} */

.onepagenav {
  margin: 0;
  padding: 4em 0 0 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  place-items: center;
  background-color: var(--maincolor);
}

.module-onepage-navigation {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  margin: 0;
  padding: 2em 0;
}

.module-onepage-navigation ul {
   margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 2;
}

.module-onepage-navigation a {
  color: var(--white);
  text-decoration: none;
}

.module-onepage-navigation a:hover {
  color: var(--white);
  text-decoration: underline;
}

@media (min-width: 680px) {
  .module-onepage-navigation {
  font-size: 2.25rem;
  margin: 0;
  padding: 2em 0; }
}



.contact-box-text, .datenschutz {
margin: 0;
padding: 0 1em;
  color: var(--white);
   font-size: 1.125em;
     text-align: center;
  line-height: 1.5;
}

.contact-box-text a, .datenschutz a {
  color: white;
  text-decoration: none;
}


/* .onepagenav .contact-box {
  margin: 0;
  padding: 0 0 2em 0;
  font-size: 1.125em;
  text-align: center;
  background-color: cyan;
}

.onepagenav .contact-box .content-text p {
  margin: 0;
  padding: 0 0 2em 0;
  font-size: 1.5em;
  text-align: center;
}  */
/* ANIMATION */

.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.mobile_menu .inner {
  background-color: var(--maincolor);
  width: 100%;
}

.mobile_menu_overlay {
  width: 80%;
}

.mobile_menu .logo_neg {
  padding: 2em 3em 1em;
}

nav.mod_customnav {
  margin: 0;
  padding: 0;
  text-align: left;
}

nav.mod_customnav a.trail {
  margin: 0;
  padding: 0;
  font-size: var(--fs-450);
}

nav.mod_customnav ul {
  margin: 0;
  padding: 1em 0 0 1em;
}

nav.mod_customnav li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #fff;
  line-height: 2;
  border-bottom: 1px solid white;
  padding: 0 0 0 1em;
}

nav.mod_customnav li a {
  color: #fff;
  text-decoration: none;
}

nav.mod_customnav .active {
  background-color: var(--maincol);
  color: var(--white);
}

.mobile_menu .cookie-settings a {
  border-bottom: 1px solid #999;
  color: #666;
  display: block;
  padding: 8px 0 8px 20px;
  text-decoration: none;
  font-weight: 400;
}

.mobile_menu .contact-box {
  color: #fff;
  display: block;
  padding: 1em 0 3em 2.25em;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1rem;
}

.mobile_menu .contact-box a {
  color: #fff;
  text-decoration: none;
}

.mobile-navi {
  z-index: 100;
  margin: 0;
  padding: 0;
  margin-top: 0.5rem;
  background-color: var(--red);
}

nav.mobile-navi ul {
  margin: 0;
  padding: 1em 0 0 1.5rem;
  list-style: none;
  font-size: 1rem;
}

nav.mobile-navi ul li {
  color: #fff;
  line-height: 2;
  border-bottom: 1px solid white;
  padding: 0 0 0 1em;
}

nav.mobile-navi ul .level_2 {
  margin: 0;
  padding: 0;
}

nav.mobile-navi ul li ul li {
  border-bottom: none;
  border-top: 1px solid white;
}

nav.mobile-navi ul li a {
  text-decoration: none;
  color: white;
}

:root {
    --white: #fff;
    --maincolor: #8091AF;
    --blue: #314060;
    --red: rgb(192, 3, 24);
    --text-blue: rgb(50, 65, 96);
    --sliderbutton: rgba(214, 227, 249, 0.7);
    --sliderbutton_1: rgba(214, 227, 249, 0.2);
}

#Impressionen .content-swiper {
width: 100%;
 max-width: 1080px;
 margin: 1em auto;
}


.content-swiper-inner .swiper .swiper-wrapper .swiper-slide .content-image figure img {
    width: 100%;
    height: auto;
   
}

.swiper-slide .content-image {
       width: 80%;
    height: auto;
     margin: 0 auto;
}


.swiper-button-prev, .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: .75em;
      transition: .3s;
          background-color: var(--sliderbutton_1);

}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: var(--sliderbutton);

}

@media (max-width: 480px) {

    .swiper-button-prev, .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: .5em;
}

}

@media only screen and (min-width: 310px) and (max-width: 341px) and (orientation: portrait) {
 
   .swiper-slide .content-image {
       width: 100%;
    height: auto;
     margin: 0 auto;
}


}













 


