/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Schriftart Anfang  ----------------------------------------
----------------------------------------------------------------------------------------------------  */

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v20-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v20-latin-300.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v20-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v20-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  /* open-sans-600 - latin */
  @font-face {
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      src: url('fonts/open-sans-v28-latin-600.eot'); /* IE9 Compat Modes */
      src: local(''),
           url('fonts/open-sans-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
           url('fonts/open-sans-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
           url('fonts/open-sans-v28-latin-600.woff') format('woff'), /* Modern Browsers */
           url('fonts/open-sans-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
           url('fonts/open-sans-v28-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
    }
  /* open-sans-700 - latin */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/open-sans-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('fonts/open-sans-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/open-sans-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/open-sans-v20-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/open-sans-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/open-sans-v20-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
  }
  
  /* eb-garamond-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: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/eb-garamond-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-500 - 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: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/eb-garamond-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* eb-garamond-700 - 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: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/eb-garamond-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

  
* {
    font-family: 'Open Sans', sans-serif;
}

/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Schriftart Ende  ------------------------------------------
----------------------------------------------------------------------------------------------------  */

/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Farben Anfang  --------------------------------------------
----------------------------------------------------------------------------------------------------  */

:root {
    --primary-color: #f8ae00;
    --secondary-color: #f8f8f8;
    --secondary-transparent: rgba(238, 238, 238, 0.9);
    --text-color: #181716;
    --text-invert: #fff;
    --farbverlauf: linear-gradient(to right, #fac957 0%, #f8ae00 50%, #fac957 100%);
    --background: #fff;
}

/*------------------------------------------------------------------------------------------------------
-------------------------------------------  Farben Ende  ----------------------------------------------
----------------------------------------------------------------------------------------------------  */


/* Teamvorstellung Anfang */

h2.heading-team {
        text-align: center;
    letter-spacing: 0.15vw;
    color: var(--text-color);
    font-weight: 700;
    font-family: "EB Garamond";
    margin-top: 0;
    margin-bottom:0;
}

section.container:after, section.container:before {
    display: none;
}

figcaption h3 {
    text-align: center;
    margin: 3rem 0 0rem 0 !important;
    color: #18344c;
    font-weight: 400;
    font-size: 1.3vw;
    font-family: "EB Garamond";
}
figcaption a.more-link {
        text-align: center;
    margin: 3rem auto 0rem auto !important;
    color: #18344c;
    font-weight: 400;
    width: 180px;
}

.team-row-1 {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-around;
      padding-bottom: 2rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0 auto;
}

.home .team-box figcaption  p, .team-box figcaption  p {
    text-align: center;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
        font-size: 0.8vw;
}

.team-row-1 .team-box, .team-row-1 a  {
   width: 100%;
    -ms-flex-preferred-size: 26%;
        flex-basis: 26%;
    position:relative;
    margin-bottom:3rem;
}


.team-row-1 .team-box img {
    display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    width: 100%;
    border-radius: 15px;
    transition: all 450ms linear 0s;
}

.team-row-1 .team-box figure {
    background-size: cover;
    border-radius: 15px;
}

.teampic .team-row-1 .team-box img:not([src*="silhouette"]):hover {
    opacity: 0;
}

.team-box.sebastian figure {
    background-image: url(/wp-content/uploads/2023/08/sebastian-profil-hobby.jpg);
}
.team-box.well figure {
    background-image: url(/wp-content/uploads/2023/08/platzhalter-m-hochkant.jpg);
}
.team-box.maas figure {
    background-image: url(/wp-content/uploads/2023/08/maas-profil-hobby.jpg);
}
.team-box.pfandler figure {
    background-image: url(/wp-content/uploads/2023/08/pfandler-profil-hobby.jpg);
}
.team-box.heffner figure {
    background-image: url(/wp-content/uploads/2023/08/heffner-profil-hobby.jpg);
}
.team-box.kriechbaumer figure {
    background-image: url(/wp-content/uploads/2023/08/kriechbaumer-profil-hobby.jpg);
}
.team-box.kuehn figure {
    background-image: url(/wp-content/uploads/2023/08/kuehn-profil-hobby.jpg);
}
.team-box.zenz figure {
    background-image: url(/wp-content/uploads/2023/08/zenz-profil-hobby.jpg);
}
.team-box.hupfauer figure {
    background-image: url(/wp-content/uploads/2023/08/silhouette-w-hochkant.jpg);
}
.team-box.zenz figure {
    background-image: url(/wp-content/uploads/2023/08/zenz-profil-hobby.jpg);
}
.team-box.winkler figure {
    background-image: url(/wp-content/uploads/2023/08/winkler-profil-hobby.jpg);
}
.team-box.kenny figure {
    background-image: url(/wp-content/uploads/2023/08/kenny-profil-hobby.jpg);
}
.team-box.albiona figure {
    background-image: url(/wp-content/uploads/2023/08/albiona-profil-hobby.jpg);
}
.team-box.beavely figure {
    background-image: url(/wp-content/uploads/2023/08/platzhalter-m-hochkant.jpg);
}
.team-box.virag figure {
    background-image: url(/wp-content/uploads/2024/11/Dora-Virag_Hobby.jpg);
}
.team-box.kolbeck figure {
    background-image: url(/wp-content/uploads/2024/11/Gabriele-Kolbeck_Hobby.jpg);
} 
.team-box.loy figure {
    background-image: url(/wp-content/uploads/2024/11/Katharina-Loy_Hobby.jpg);
} 
.team-box.henning figure {
    background-image: url(/wp-content/uploads/2024/11/Monica-Henning-Bercea_Hobby.jpg);
} 


@media (max-width:991px) {
.team-row-1 .team-box, .team-row-1 a {
    -ms-flex-preferred-size: 100%;
       flex-basis: 100%;
}
figcaption h3 {
    text-align: center;
    margin: 3rem 0 0rem 0 !important;
    color: #18344c;
    font-weight: 400;
    font-size: 5.3vw;
    font-family: "EB Garamond";
}
.team-box figcaption p {
    text-align: center;
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    font-size: 4vw;
}

.team-row-1 .team-box {
    margin-bottom: 3rem;
}

.teampic:last-of-type .team-row-1:last-of-type .team-box:last-of-type {
    margin-bottom: 0rem;
}

.team-row-1 {
    padding-bottom:0;
}   
} 

@media (min-width: 992px) {
    .teampic:nth-of-type(1) .team-row-1:nth-of-type(2) {
        justify-content: space-around;
}

    .team-row-1:not(:first-of-type) {
        margin-top: 3rem;    
}
}
     
/* Teamvorstellung Ende */

/* Sprechzeiten Siegel Anfang */

.side-img > div {
    display:flex;
    flex-flow: row wrap;
    justify-content:space-between;
}
.side-img > div > div {
    flex-basis: 50%;
    width:50%;
    max-width:50%;
}

@media (min-width:1500px) and (max-width:1599px) {
    .side-img > div > div > div {
        transform:scale(0.8);
    }
    #sdoc {
        width:100% !important;
    }
    #ribbon {
        max-height: 17.43% !important;
        top: 13.4% !important;
    }
    #ribbon span {
        font-size:12px;
    }

}
@media (min-width:1400px) and (max-width:1499px) {
    .side-img > div > div > div {
        transform:scale(0.7);   
    }
    #sdoc {
        width:100% !important;
    }
    #ribbon {
        max-height: 17.43% !important;
        top: 13.4% !important;
    }
    #ribbon span {
        font-size:12px;
    }

}
@media (max-width:1399px) {
   .side-img > div > div {
        flex-basis: 100%;
        width:100%;
        max-width:100%;
    }
    .side-img > div > div > div {
        transform: translateY(-15%);
    }
}

@media (max-width:767px) {
    .side-img > div {
        padding-top: 3rem;        
    }
    .side-img > div > div > div {
        transform: none;
    }
}



/* Sprechzeiten Siegel Ende */

/*  SLIDER ROW ANFANG  ------------------------------------------------------------------------------------------------------  */
.slider-row {
    display:flex;
    flex-flow:row-reverse wrap;
    justify-content:space-between;
    width: 90%;
    margin: 205px auto 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.slider-row .slider-right {
    flex-basis: 70%;
    width:70%;
    max-width:70%;
}
.slider-row .slider-left {
    flex-basis: 25.5%;
    width:25.5%;
    max-width:25.5%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}

.slider-row .slider-left > a > img {
    width:220px;
    margin-left:33px;
    float:right;
}

.slider-row .slider-left > a {
        display: inline-block;
}
.slider-row .slider-left .slider-buttons {
    height:50px;
    margin-top: 11px;
}
.slider-row .slider-left .slider-buttons a {
    background: #f8ae00;
    width: 45px;
    height: 40px;
    display: inline-block;
    border-radius: 15px;
    float:right;
    margin-left:1rem;
}

.slider-row .slider-left .slider-buttons a img {
    padding:5px;
}
.slider-row .slider-left .slider-buttons a:nth-of-type(4) {
    margin-left:0;
}

.slider-row .slider-left .slider-buttons > a:nth-of-type(4) img {
    width: 38px;
    margin: 0px auto 0 auto;
    display: block;
    filter: drop-shadow(1px 0px 0px black);
}
.slider-row .slider-left .slider-buttons > a:nth-of-type(3) img {
    width: 39px;
    margin: 4px auto 0 auto;
    display: block;
    padding-top:2px;
}
.slider-row .slider-left .slider-buttons > a:nth-of-type(2) img {
    width: 38px;
    margin: 2px auto 0 auto;
    display: block;
    filter: drop-shadow(1px 0px 0px black);
}
.slider-row .slider-left .slider-buttons > a:nth-of-type(1) {
    display: inline-block;
    width: auto;
    color: #181716;
    padding: 7px 10px 0 10px;
    font-size: 15px;
    line-height:1.6;
}


@media (max-width:991px) {
     .slider-row {
        width:100%;
        margin-top: 0;
        padding-left: 0px;
        padding-right: 0px;
     }
     .slider-row .slider-left {
     flex-basis:100%;
     width:100%;
     max-width:100%;
     }
     .slider-row .slider-right {
     flex-basis:100%;
     width:100%;
     max-width:100%;
     }
     .slider-row .slider-left > a {
        display:none;
     }
     .slider-boxen { 
        display: none;
     }
     .slider-row .slider-left .slider-buttons {
        position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5000;
    background: white;
    margin-top: 0;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
     }
     .slider-row .slider-left .slider-buttons > a:nth-of-type(1) {
        float:left;
     }
     .slider-row .slider-left .slider-buttons > a:nth-of-type(4) {
        float:right;
     }

}

@media (min-width:1151px) and (max-width:1300px) {

.slider-row .slider-left {
    flex-basis: 28.5%;
    width: 28.5%;
    max-width: 28.5%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
}

@media (min-width:992px) and (max-width:1150px) {

.slider-row .slider-right {
    flex-basis: 65%;
    width:65%;
    max-width:65%;
}
.slider-row .slider-left {
    flex-basis: 30.5%;
    width:30.5%;
    max-width:30.5%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
}
}
@media (min-width:1400px) {
 .container {
    width:90%;
 }
 .container.home-teaser {
        width: 1400px;    
 }
 .container.menuezeile {
        width: 90%;    
 }
 
}

/*  SLIDER ROW ENDE  ------------------------------------------------------------------------------------------------------  */


/* Section Einleitung Anfang */

section.einleitung {
    
}

section.einleitung > div {
    margin: 0 auto;
    width: 85vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;    
}

section.einleitung .left {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;    
    overflow: visible;
    height: auto;
    display: block;
    position: relative;
}
section.einleitung .right {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;    
}
section.einleitung .left img {
    width:100%;    
    position:sticky;
    top:2rem;
}
section.einleitung .left .wp-block-video {
    width:100%;
    max-width:400px;
}
section.einleitung p.txt-xxl {
    font-size: 3.5rem;
    margin-bottom: 0;
    padding-top: 3rem;
    letter-spacing: 0.4vw;
    color: #f8ae00;
    line-height: 3.5rem;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "EB Garamond";
    
}
section.einleitung span.subline {
    font-size: 1.4vw;
    display: block;
    padding-bottom: 0rem;
}
section.einleitung ul {
    margin-bottom: 4rem;
    list-style-type: none;
    padding-left: 0;
    display: inline-block;
}
section.einleitung ul li {
    padding-bottom: 1rem;
    border-bottom: 1px solid #b3b3b3;
    padding-top: 1rem;
}    

@media (max-width:991px) {
    section.einleitung {
        padding-top:0;
    }
    section.einleitung > div {
        width: 100%;
    }

    section.einleitung .left {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;    
        height:auto;
        padding-bottom: 4rem;
    }
    section.einleitung .right {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; 
        padding-left:15px;
        padding-right:15px;           
    }
    h1 {
        font-size: 2.6rem;
    }
    section.einleitung span.subline {
        font-size: 2.5rem;
        
    }
    section.einleitung p.txt-xxl {
        font-size: 3rem;
    
    }
}

/* Section Einleitung Ende */

/* Jacobi speziell Anfang */

section.cta-lang.jacobi-cta {
    background: #f8f8f8;
}
section.cta-lang.jacobi-cta img {
    width:100%;
    position: sticky;
    top: 5rem;
}
section.cta-lang.jacobi-cta .right ul li {
    font-size: 1.2vw;
}
section.cta-lang.jacobi-cta.gespiegelt {
    background:#ffffff;
}
section.cta-lang.jacobi-cta.gespiegelt > div {
    flex-flow:row-reverse wrap;
}
section.cta-lang.jacobi-cta h2 {
    font-size:1.4vw;
    padding-bottom:2vw;
}
section.cta-lang.jacobi-cta ul {
    padding-top:5vw;
}
@media (max-width: 991px) {
 section.cta-lang.jacobi-cta .right ul li {
    font-size: 2rem;
}
section.cta-lang.jacobi-cta h2 {
font-size: 2.4rem;
}
section.cta-lang.jacobi-cta .left {
    padding-bottom:0;
}
}




/* Jacobi speziell Ende */

/* Buttons Anfang -----------------------------------------------------------------------------------------------*/

 a.cta-button {
    display: flex;
    align-items: center;
    padding: 1rem 3rem;
    border-radius: 5px;
    color: #181716;
    font-size: 1.1vw;
    border: 1px solid #181716;
    font-weight: 400;
    justify-content: space-between;
    letter-spacing: 1px;
    transition: all .3s;
    text-transform: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    width: fit-content;
    background: linear-gradient(to right, #f8ae00a6 0%, #f8ae00 50%, #f8ae00a6 100%);
}

a.cta-button:hover {
    color: #181716;
}

a.cta-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: white;
    transition: all .3s;
    border-radius: 5px;
    z-index: -1;
}

a.cta-button:after {
    background-image: url(/wp-content/uploads/2022/08/pfeil-icon.png);
    display: inline-block;
    background-size: 25px;
    background-repeat: no-repeat;
    width: 40px;
    height: 25px;
    content: '';
    margin: 0.5rem 0.5rem 0.5rem 1.5rem;
    transition: all 0.3s;
}

a.cta-button:hover:after {
    margin-left: 2rem;
}

a.cta-button:hover:after {
    background-image: url(/wp-content/uploads/2022/08/pfeil-icon.png);
}


a.cta-button:hover:before {
    width: 100%;
}

a.cta-button img {
    width: 24px;
    vertical-align: bottom;
    margin-left: 1rem;
    transition: all 0.4s ease;
}

@media (max-width:991px) {
     a.cta-button {
        font-size: 5vw;
        width:100%;
    }
}

/* Buttons Ende -----------------------------------------------------------------------------------------------*/


/* Section Ueber uns Anfang */

section.ueber-uns {
    background: #f8f8f8;
}
section.ueber-uns > div {
    margin: 0 auto;
    width: 65vw;
}

section.ueber-uns h2 {
    text-align: center;
    font-size: 2vw;
    margin-bottom:0;
}
section.ueber-uns h2 ~ span.subline {
    text-align: center;
    font-size: 1.4vw;
    display: block;
    padding-bottom: 5rem;
    font-weight: 700;
    font-family: "EB Garamond";
    letter-spacing: 3px;
}
section.ueber-uns p {
    text-align: left;
}

section.ueber-uns img {
    width: 65%;
    margin: 0 auto;
    display: block;
    padding-top: 5rem;
}

section.ueber-uns .praxis-video {
    width: 100%;
    max-width:800px;
    margin: 0 auto;
    display: block;
    padding-top: 5rem;
}
@media (max-width:991px) {
    section.ueber-uns > div {
        margin: 0 auto;
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
    section.ueber-uns h2 {
        font-size: 3rem;
        text-align:left;
    }
    section.ueber-uns h2 ~ span.subline {
        font-size: 2.5rem;
        text-align:left;
    }
    section.ueber-uns img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    section.ueber-uns {
        padding-bottom:0;
    }
}

/* Section Ueber uns Ende */

/* Bewegung ANFANG ---------------------------------------------------------------------------------------------*/



/* Bewegung ENDE ---------------------------------------------------------------------------------------------------*/


/* Section Vorteile Anfang */
section.vorteile {
    
}
section.vorteile > div {
    margin: 0 auto;
    width: 65vw;
}
section.vorteile h2 {
    text-align: center;
    font-size: 2vw;
    margin-bottom:0;
}
section.vorteile .subline {
         text-align: center;
    font-size: 1.4vw;
    display: block;
    padding-bottom: 5rem;
    font-weight: 700;
    font-family: "EB Garamond";
    letter-spacing: 3px;
}    
.vorteile-liste {
    display:flex;
    flex-flow:row wrap;
    justify-content: space-between;
}
.vorteile-liste > div {
    flex-basis: 45%;
    width:45%;
    max-width:45%;
}

.vorteile-liste h3 {
    font-size: 1.4vw;
    display: flex;
        font-family: "EB Garamond";
    letter-spacing: 3px;
    font-weight: 300;
    text-align: left;
    
    margin-bottom: 1rem;
}
.vorteile-liste p {
    
    padding-bottom: 3rem;
}
.vorteile-liste h3 i.fa {
    padding-right:2rem;
    font-size: 1.5vw;
}

@media (max-width:991px) {
    section.vorteile > div {
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
    .vorteile-liste > div {
        flex-basis: 100%;
        width:100%;
        max-width:100%;
    }
    section.vorteile h2 {
        font-size: 3rem;
        text-align:left;
    }
    section.vorteile .subline {
        font-size: 2.5rem;
        text-align:left;
    }
    .vorteile-liste h3 {
        font-size: 2.5rem;
    }
    .vorteile-liste h3 i.fa {
        font-size: 4rem;
    }
}


/* Section Vorteile Ende */

/* Section kurze CTA Anfang */

section.cta-kurz {
    
}
section.cta-kurz > div {
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    margin: 0 auto;
    width: 65vw;  
}
section.cta-kurz .bild {
    flex-basis:33%;
    width:33%;
    max-width:33%;
}
section.cta-kurz .bild img {
    width:100%;
}
section.cta-kurz .text {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
    position: relative;
	padding-bottom:55px;
}

section.cta-kurz h2 {
    font-size: 1.4vw;
    margin-bottom:0;
}
section.cta-kurz .subline {
    font-size: 1.4vw;
    display:block;
    padding-bottom:2rem;
    font-weight: 700;
    font-family: "EB Garamond";
    letter-spacing: 3px;
}

section.cta-kurz a.cta-button {
    position: absolute;
    bottom: 0;
}

@media (max-width:991px) {
    section.cta-kurz > div {
        width: 100%;
        padding-left:15px;
        padding-right:15px;   
    }
    section.cta-kurz .bild {
        flex-basis:100%;
        width:100%;
        max-width:100%;
    }
    section.cta-kurz .text {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        position: relative;
        padding-top:5rem;
    }
    section.cta-kurz a.cta-button {
        position: relative;
    }
    section.cta-kurz .subline {
        font-size: 2.5rem;
        padding-bottom:5rem;
    }
    section.cta-kurz h2 {
        font-size: 3rem;
    }
    section.cta-kurz .bild img {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    section.cta-kurz {
        padding-top:0;
    }

}


/* Section kurze CTA Ende */

/* Section Galerie Anfang */
section.galerie {
    
}
section.galerie > div {
    margin: 0 auto;
    width: 65vw;       
}
section.galerie > div .galerie-bilder {
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;       
}
section.galerie > div h2 {
    text-align: left;
    font-size: 2vw;
}
section.galerie > div .subline {
    font-size: 1.4vw;
    padding-bottom: 5rem;
    display: block;
}
section.galerie > div .galerie-bilder img {
    flex-basis: 49%;
    width: 49%;
    max-width: 49%;    
    margin-top: 2%;
}

section.galerie > div .galerie-bilder.quer img {
    flex-basis: 32.5%;
    width: 32.5%;
    max-width: 32.5%;    
    margin-top: 2%;
}

@media (max-width:991px) {
    section.galerie > div {
        margin: 0 auto;
        width: 100%;
        padding-left:15px;
        padding-right:15px;       
    }
    section.galerie > div h2 {
        font-size: 3rem;
    }    
    section.galerie > div .subline {
        font-size: 2.5rem;
    }
    section.galerie > div .galerie-bilder img {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;    
        margin-top: 2%;
    }
	section.galerie > div .galerie-bilder.quer img {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;    
        margin-top: 2%;
    }
}

/* Section Galerie Ende */

/* Section Anfahrt Anfang */

section.anfahrt {
    background: #f8f8f8;
}

section.anfahrt > div {
    margin: 0 auto;
    width: 65vw;   
    display:flex;
    flex-flow:row-reverse wrap;
    justify-content:space-between;  
}

section.anfahrt h2 {
    text-align: left;
    font-size: 2vw;
}
section.anfahrt > div .subline {
    font-size: 1.4vw;
    padding-bottom: 5rem;
    display: block;
}
section.anfahrt .karte {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;    
}
section.anfahrt .text {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;    
    position: relative;
	padding-bottom:7rem;
}
section.anfahrt a.cta-button {
    position: absolute;
    bottom: 0;
}

@media (max-width:991px) {
    section.anfahrt > div {
        width:100%;
        padding-left:15px;
        padding-right:15px;
    }
    section.anfahrt .karte {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-top:5rem;
    }
    section.anfahrt .text {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;    
        padding-top:0rem;
    }
    section.anfahrt a.cta-button {
        position: relative;
        bottom: 0;
    }
    section.anfahrt h2 {
        font-size: 3rem;
    }
    section.anfahrt > div .subline {
        font-size: 2.5rem;
    }

}


/* Section Anfahrt Ende */


/* Section CTA Lang Anfang */
section.cta-lang {
    background: #fff;
}

section.cta-lang > div {
    margin: 0 auto;
    width: 65vw;   
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;  
}

section.cta-lang .left {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;    
    position:relative;
	padding-bottom:8.5rem;
}
section.cta-lang .right {
    flex-basis: 45%;
    max-width: 45%;
    width: 45%;    
    position:relative;
}
section.cta-lang h2 {
    text-align: left;
    font-size: 2vw;
}
section.cta-lang .subline {
    font-size: 1.4vw;
    padding-bottom: 5rem;
    display: block;
}
section.cta-lang a.cta-button {
    position:absolute;
    bottom:0;
}
section.cta-lang .right ul {
    list-style-type: none;
    padding-left: 0;
}
section.cta-lang .right ul li {
    font-size: 1.6vw;
    line-height: 1;
    display: flex;
    padding-bottom: 2rem;
}
section.cta-lang .right ul li:before {
    content: "\f046";
    font-family: 'FontAwesome';
    padding-right: 3rem;
    font-size: 2vw;
}

@media (max-width:991px) {
    section.cta-lang > div {
        margin: 0 auto;
        width: 100%;
        padding-left:15px;
        padding-right:15px;   
    }
    section.cta-lang .left {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    section.cta-lang .right {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding-top:5rem;
    }
    section.cta-lang a.cta-button {
        position:relative;
    }
    section.cta-lang .right ul li {
        font-size: 2.5rem;
    }
    section.cta-lang .right ul li:before {
        font-size: 3rem;
    }
    section.cta-lang h2 {
        font-size: 3rem;
    }
    section.cta-lang .subline {
        font-size: 2.5rem;
    }
}



.feilnbacher-video {
	max-width:750px !important;
}

/* Section CTA Lang Ende */
.neupat {
    align-content: center;
}

/* Pop Up ANFANG */

#myModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;   
    z-index: 6000;        
}

.modal-body {
    padding: 1.5rem 2.5rem;
}

.modal-header .close {
 position:relative;
 width:20px;
    height: 30px;
    font-size: 30px;
 z-index:5000;
 
 }

.modal-title {
	text-align: center;
}

#myModal p:empty { 
    display: none;   
}

.modal-content {
    background: #fff;    
}

.content h2.modal-title {
    text-align:center;
    color: #2d8e9d;
    padding-bottom: 2rem;
}     

.modal-body > p {
    text-align: center;
    color: #555;;
}

.modal-body a {
    color: #2d8e9d;
    white-space: nowrap;
}

.modal-body a:hover {
    color: rgba(45, 142, 157, 0.7);
    text-decoration: underline;
}

.modal-body .pfeifercolor {
    color: #2d8e9d !important;
}

.modal-body > ul {
    text-align: left !important;
}

@media (min-width: 992px) {   
.modal-dialog {
    width: 100%;
    max-width: 900px;
}   
}

@media (max-width: 767px) {
#myModal {
   display:block;
}   
.content h2.modal-title {
   font-size:2rem;
}
}

/* Pop Up ENDE */

