* {
   box-sizing: border-box;
   -webkit-font-smoothing: antialiased;
   padding: 0;
   margin: 0;
}
.breadcrumb {
   display: none !important;
}
.container.zindex5 {
   margin: 0 !important;
   padding: 0 !important;
   max-width: unset !important;
}
main {
   padding-top: 50px;
}
.container.is--wide {
   max-width: 1380px;
}
.layout__container {
   margin-bottom: 100px;
}
.layout__container.is--mb-big {
   margin-bottom: 200px;
}
.layout__container.is--nooverflow {
   overflow: hidden;
}
@media only screen and (max-width:767px) {
   .layout__container {
      margin-bottom: 60px !important;
   }
}


/* text */
.text {
   font-size: 20px;
   line-height: 28px;
}
.text h1 {
   font-size: 42px;
   line-height: 55px;
}
.text h2 {
   font-size: 32px;
   line-height: 40px;
   padding-top: 0;
}
.text h4 {
   font-size: 18px;
   line-height: 40px;
   font-weight: normal !important;
   margin: 0 !important;
   padding: 0 !important;
}
.text h1,
.text h2,
.text h3,
.text h4 {
   color: #015E9A;
   font-weight: bold;
   margin-bottom: 20px;
}
.text a {
   color: #B3C535;
   font-weight: 600;
   text-decoration: underline;
}
.text ul {
   padding-left: 50px;
}
.text blockquote {
   font-size: 24px;
   line-height: 30px;
   color: #B3C535;
   font-style: italic;
   max-width: 550px;
   margin: 20px 0 40px;
}
.text__image--1 {
   height: 100%;
   display: flex;
   align-items: flex-end;
   padding-bottom: 50px;
}
.text__image--1 img {
   max-width: unset !important;
   width: 600px;
}
.text__image--1.is--alt {
   justify-content: right;
}
.text__image--1.is--alt img {
   width: 320px;
   height: 220px;
   object-fit: cover;
   float: right;
   margin-right: -100px;
}
.text__image--2.is--alt img {
   width: 200px;
   height: 140px;
   object-fit: cover;
   max-width: unset !important;
   float: right;
}
.text__button {
   border: none !important;
   display: flex;
   align-items: center;
   padding: 0;
   padding-top: 20px;
   background-color: transparent;
   outline: none !important;
}
.text__button span {
   color: #B3C535;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin-left: 10px;
}
.text__button span:before {
   content: 'Mehr lesen';
}
.text__button[aria-expanded="true"] span:before {
   content: 'Weniger lesen';
}
.text__button[aria-expanded="true"] svg {
   transform: rotate(45deg);
}
@media only screen and (max-width:991px) {
   .text__image--1,
   .text__image--2 {
      display: none;
   }
}



/* hero */
.hero {
}
.hero__left {
   position: relative;
}
.hero__right {
   padding-top: 50px;
}
.hero__images {
   width: 50vw;
   margin-right: 0;
   position: absolute;
   top: 0;
   right: 0;
}
.hero__image {
   width: 100%;
   padding-top: 70%;
   position: relative;
   box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.hero__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.hero__image:nth-of-type(2) {
   width: 320px;
   height: 210px;
   padding-top: 0;
   position: absolute;
   right: -70px;
   bottom: -100px;
}
@media only screen and (max-width:991px) {
   .hero__images {
      width: calc(100% - 20px);
      position: relative;
      margin-bottom: 40px;
   }
   .hero__image:nth-of-type(2) {
      width: 200px;
      height: 130px;
      right: -20px;
      bottom: -50px;
   }
}


/* heroquote */
.heroquote {
   padding-top: 80px;
}
.heroquote__wrapper {
   position: relative;
}
.heroquote__bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.heroquote__content {
   display: flex;
   justify-content: right;
   align-items: flex-start;
   min-height: 490px;
}
.heroquote__text {
   background-color: #1A6E4A;
   color: #fff;
   width: 550px;
   padding: 40px;
   font-size: 30px;
   line-height: 36px;
   font-style: italic;
   margin-top: -80px;
}
.heroquote--alt {
   padding-top: 0;
   padding-bottom: 80px;
}
.heroquote--alt .heroquote__content {
   align-items: flex-end;
}
.heroquote--alt .heroquote__text {
   margin-bottom: -80px;
}
@media only screen and (max-width:991px) {
   .heroquote__content {
      min-height: 300px;
   }
   .heroquote__text {
      padding: 20px;
      font-size: 24px;
      line-height: 30px;
   }
}


/* banner */
.banner {
   background-color: #1A6E4A;
   color: white !important;
   padding: 60px 0;
   margin: 30px 0;
}
.banner h2 {
   color: white !important;
   margin-bottom: 20px !important;
}
.banner__button {
   width: 260px;
   height: 260px;
   background: #fff;
   border-radius: 50%;
   border: none;
   outline: 3px solid #fff;
   outline-offset: 10px;
   transform: rotate(-10deg);
   transition: 0.3s ease;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding: 0 30px;
   text-align: center;
}
.banner__button:hover {
   outline: 2px solid #fff;
   outline-offset: 5px;
   text-decoration: none;
}
.banner__button img {
}
.banner__button span {
   color: #1A6E4A !important;
   font-size: 18px;
   line-height: 24px;
   font-weight: bold;
   margin-top: 10px;
}
@media only screen and (max-width:991px) {
   .banner__button {
      margin: 40px auto 0;
   }
}


/* cta */
.cta {
   display: inline-block;
   border: 1px solid #fff;
   border-radius: 5px;
   background: transparent;
   color: #fff !important;
   padding: 8px 20px;
   transition: 0.3s ease;
   margin-top: 30px;
   font-size: 20px;
   line-height: 30px;
}
.cta:hover {
   background: #fff;
   color: #1A6E4A !important;
   text-decoration: none;
}


/* two-column */
.two-column {
   background-color: #1A6E4A;
   color: #fff;
   padding-top: 100px;
   padding-bottom: 150px;
}
.two-column .text h2,
.two-column .text h3,
.two-column .text h4 {
   color: #fff;
}
.two-column__images {
   position: relative;
   width: 100%;
   display: flex;
   justify-content: right;
   position: relative;
}
.two-column__image {
   width: 75% !important;
   padding-top: 85%;
   position: relative;
   margin-right: 8%;
   transform: rotate(10deg);
}
.two-column__image:nth-child(2) {
   position: absolute;
   transform: rotate(5deg);
   margin-right: 20%;
   margin-top: 4%;
}
.two-column__image:nth-child(3) {
   position: absolute;
   transform: rotate(-5deg);
   margin-right: 5%;
   margin-top: 10%;
}
.two-column__image img {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
   box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}
.two-column__play {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 150px;
   height: 150px;
   transform: translate(-30%, -20%);
   background: transparent;
   border: none;
   outline: none !important;
}
@media only screen and (max-width:767px) {
   .two-column {
      padding-top: 50px;
      padding-bottom: 100px;
   }
   .two-column__images {
      margin-top: 60px;
   }
   .two-column__play {
      transform: translate(-50%, -30%)
   }
}


/* videomodal */
#videomodal {
   position: fixed;
   top: 0;
   left: 0;
   display: flex;
   align-items: center;
   width: 100%;
   height: 100vh;
   background: rgba(0,0,0,0.9);
   opacity: 0;
   pointer-events: none;
   transition: 0.5s ease;
   z-index: 99999 !important;
}
#videomodal.active {
   opacity: 1;
   pointer-events: visible;
}
#videomodal iframe {
   width: 100% !important;
}
#videomodal-close {
   position: absolute;
   top: 20px;
   right: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 50px;
   height: 50px;
   background: transparent;
   border: 1px solid #fff;
   border-radius: 50%;
}
#videomodal-close img {
   width: 60% !important;
}
#videomodal-wrapper {
   width: 100%;
   padding-top: 56.25%;
   position: relative;
}
#videomodal-wrapper iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}


/* margin */
.margin {
   display: flex;
   flex-direction: column;
   gap: 40px;
   margin-top: 140px;
}
.margin__item {
   display: flex;
   flex-direction: column;
   gap: 10px;
}
@media only screen and (max-width:991px) {
   .margin {
      margin-top: 50px;
   }
}


/* link */
.link__anchor {
   text-decoration: none !important;
   display: flex;
   align-items: center;
}
.link__label {
   color: #B3C535;
   font-size: 20px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   margin-left: 10px;
}
