@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@400;700;800;900&display=swap');



.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
  }
  .hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }


a{
    text-decoration: none;
}

a {
    color: inherit; /* This will make the link color inherit from its parent */
    text-decoration: none; /* Optional: removes underline from links */
}

.big-number-block-wrapper .text-1,
.big-number-block-wrapper .text-2,
.big-number-block-wrapper .text-3 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}


.is-style-bold-32px-darkblue { 
    color: #1C4F69;
    font-family: Mulish;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 125%; /* 40px */
}


.main-img-caption{
    color: rgba(38, 63, 61, 0.50);
    font-family: Mulish;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
}

.wp-block-columns{
    display: flex;
    flex-direction: row;
    column-gap: 80px;
}

.wp-block-columns.gap-80px{
    column-gap: 80px;
}


p b{
    font-weight: 900;
}

 

figure.photo-and-text-caption{
    display: flex;
    flex-direction: column;
}

figure.photo-and-text-caption img{
    align-self: center;
}

.img-wrapper .caption{
    color: rgba(38, 63, 61, 0.50);
    font-family: Mulish;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%;
}

.wp-block-embed-youtube{
    margin-top: 0;
    margin-bottom: 0;
}


body{
    margin-bottom: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}

html{
    overflow-x: hidden;
}

a:active{
    color:unset !important;
}

.spended:active{
    color: white !important;
}

.hvr-shrink{
    display: block !important;
}

.spended:hover{
    color: white !important;
}

.patenschaft:active{
    color: #018374;
}

.patenschaft:hover{
    color: #018374 !important;
}


/*.button{
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 17.5px 40px;
    width: fit-content;
}*/



.wp-element-button {
    background: rgba(1,131,116,0);
    transition: all 0.3s ease-out;
    color: #018374;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid #018374;
    padding: 17.5px 40px;
    display: block;

}


.wp-element-button:hover{
    background: rgb(1,131,116);
    color: white;
}



.section-white-bg .button,
.section-light-green-bg .button{
    border: 2px solid #018374;
    color: #018374;
}

.section-dark-blue-bg{
    background: #1C4F69;
}

.section-light-green-bg{
    background: #E3F7F5;
}

.section-dark-blue-bg h2{
    color: #28DFCD;
}

.section-dark-blue-bg p{
    color: white;
}

.section-dark-blue-bg .button{
    color: #28DFCD;
    border: 2px solid #28DFCD;
}

.section-dark-blue-bg h2{
    color: #28DFCD;
}

.section-white-bg h2,
.section-light-green-bg h2{
    color: #018374;
}

.section-white-bg p{
    color: #263F3D;
}

.two-column-section{
    height: fit-content;
}

.two-column-section .content{
    /* padding: 100px 0; */
    display: flex;
    column-gap: 80px;
}

.fade-in-left{
    opacity: 0;
}

.fade-in-right{
    opacity: 0;
}

.fade-in{
    opacity: 0;
}

.fade-in-bottom{
    opacity: 0;
}

.two-column-section .content .text-wrapper{
    display:flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 800px;
}

.button{
    display: block;
}



.two-column-section .main-img{
    min-width: 300px;
    object-fit:cover;
    height: fit-content;
    width: 800px;
    object-position: top;
    max-height: 400px;
}

@media (min-width: 1600px) and (max-width: 1780px) {
  .width-container{
      max-width: 1500px !important;
  }

}

@media (min-width: 1280px) and (max-width: 1599px) {
  .width-container{
      max-width: 1250px !important;
  }

  .two-column-section .content .text-wrapper{
      max-width: 600px !important;
  }
}


header{
  /* max-width: 1680px; */
  margin: 0 auto;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;   
}

.header-desktop{
  background: white;
}

.header-desktop .bottom-section{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 76px;
  margin-top: 10px;
  max-width: 1680px;
  margin: 0 auto;
}

.header-desktop .top-section{
  height: 36px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 5px;
  background: #D9ECEA;
}

header .top-section .inner {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 36px;
}

header .navigation-wrapper{
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: center;
}

.header-desktop #main-header-menu{
  column-gap: 15px;
  color: #263F3D;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  height: 52px;
}

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

#main-header-menu .menu-item-has-children{
    /* padding-right: 25px; */
    border-radius: 50px;
}

.header-desktop #main-header-menu .menu-item-has-children > a{
    padding-right: 35px !important;
}

#main-header-menu .menu-item-has-children.current-menu-item{
    padding-right: 0 !important;
}

.header-desktop #main-header-menu .menu-item-has-children.current-menu-item::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 11.4549L14.6669 7L16 8.27256L10 14L4 8.27256L5.33407 7L10.0009 11.4549L10 11.4549Z' fill='%23E6F9F7'/%3E%3C/svg%3E");
    top: 26%;
    /* transform: translateY(-50%); */
    right: 10px;
}

.menu-item-has-children > .sub-menu{
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    /* margin-top: 4px; */
    padding-top: 4px;
    transition: 0.3s ease-out;
}

.menu-item-has-children > .sub-menu a{
    color: #018374;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: #E6F9F7;
    /* padding: 10px 16px; */
    width: fit-content;
 }

 .header-desktop .menu-item-has-children > .sub-menu a{
    white-space: nowrap;

 }

 .header-desktop #main-header-menu > li > a {
    color: #018374;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: rgba(1, 131, 116, 0);
    padding: 10px 16px;
    white-space: nowrap;
    width: fit-content;
 }

 .header-desktop #main-header-menu > li.current_page_item > a {
background: rgb(1, 131, 116);
}


.header-desktop #main-header-menu > li > a:not([href])  {
    pointer-events: none;
}

 .header-desktop #main-header-menu > li > a:hover{
    background: rgb(1, 131, 116);
    color: white;
 }

 .header-desktop .menu-item-has-children > .sub-menu a:hover{
    background: #018374 !important;
    color: white !important;
 }

.header-desktop #main-header-menu .menu-item-has-children::after{
    position: absolute;
    right: 10px;
    top: 10px;
    content: "";
    display: block; /* or inline-block */
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 11.4549L14.6669 7L16 8.27256L10 14L4 8.27256L5.33407 7L10.0009 11.4549H10Z' fill='%23018374'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}


.header-mobile .item-has-children-wrapper .arrow{
    position: relative;
    display: block; /* or inline-block */
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 11.4549L14.6669 7L16 8.27256L10 14L4 8.27256L5.33407 7L10.0009 11.4549H10Z' fill='%23018374'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    cursor: pointer;
}


.header-mobile .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.item-has-children-wrapper.active .arrow{
    transform:  scaleY(-1);
}

.header-mobile .menu-item-has-children > .sub-menu {
    padding-top: 0;
}

/* .header-mobile .sub-menu li:not(:first-child) {
    margin-top: 12px;
} */

.header-mobile .sub-menu li:not(:first-child) {
    margin-top: 0px;
}

.header-mobile .sub-menu li:first-child {
    margin-top: 5px;
}


#main-header-menu > li{
    align-self: center;
}

.patenschaft{
    color: #018374;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    border: 2px solid #018374;
    padding: 10px 20px;
    height: fit-content;
    align-self: flex-end;
    background: rgba(1, 131, 116, 0);
    margin-left: 10px;
    align-self:center;
    transition: all 0.3s ease-out;
    white-space: nowrap;
}

.patenschaft:hover{
    background: rgba(1, 131, 116, 1);
    color: white !important;
}

#header-logo {
    width: auto;
    align-self: center;
}


.patenschaft:visited{
    color: #018374;
}

.spended{
    color: white;
     background: linear-gradient(90deg, #A32638 0%, #DE3049 100%);
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 50px;
    /* border: 2px solid #A32638; */
    padding: 12px 22px;
    height: fit-content;
    align-self: flex-end;

    align-self:center;
    transition: background 0.3s ease-out;
}

.spended:hover{
    background: linear-gradient(90deg, #DE3049  0%, #A32638 100%);
}

.spended:visited{
    color: white;
}

#main-header-menu a{
    color: #018374;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-desktop #main-header-menu a{
    padding: 10px 16px;
}

header .top-section .wrapper{
    display:flex;
    flex-direction: row;
    column-gap: 16px;
    align-items: flex-end;
}

header .top-section .wrapper a{
    color: rgba(38, 63, 61, 0.65);
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: fit-content;
    align-self: center;
}

.header-desktop .current-menu-item.menu-item-has-children > a{
    padding: 10px 12px 10px 16px;
    border-radius: 50px;
    background: #018374;
    color: white !important;
    padding-right: 35px !important; 
}

.header-desktop .current-menu-item > a{
    background: #018374 !important;
    color: white !important;
}

header .top-section .wrapper .line{ 
    width: 1px;
    height: 20px;
    background: rgba(38, 63, 61, 0.65);
    top: 2px;
}

header .top-section .wrapper .search-icon{
    position: absolute;
    margin-left: 8px;
    margin-top: -3px;
}

.search-button{
    margin-right: 25px;
}

.hvr-underline-reveal:before{
    height: 2px !important;
    background:#28DFCD;
}


footer .top-section{
    height: fit-content;
    background: #263F3D;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .top-section a{
    color: white;
}

footer .top-section a:active{
    color: white !important;
}


footer .top-section a:hover{
    color: white !important;
}

footer .top-section h5{
    color: #28DFCD;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 22.4px */
}

footer .top-section section{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

footer .top-section .inner{
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


footer .bottom-section .inner{
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 30px;
}
footer .column-3 img {
    width: 300px;
}
footer .bottom-section .bottom-part {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

footer .bottom-section .bottom-part a{
    display: block;
    color: rgba(255, 255, 255, 0.60);
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

footer .bottom-section .bottom-part a:active{
    color: rgba(255, 255, 255, 0.60);
}

footer .bottom-section .bottom-part a:hover{
    color: rgba(255, 255, 255, 0.60);
}


footer .bottom-section .inner .logo{
    height: 41px;
    width: auto;
}

footer .bottom-section .column-2 .inner{
    border-left: 2px solid #28DFCD;
    background: rgba(5, 184, 164, 0.20);
    display: flex;
    padding: 16px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 3px;
    flex-direction: column;
}

footer .bottom-section .column-2 p{
    color: #FFF;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
}

footer .bottom-section .column-2 p b{
    color: #FFF;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 19.6px */
}


footer .column-1 .top-part{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}

footer .column-1 .top-part p{
    color: #FFF;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

footer .bottom-section .column-1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.footer-column-equal{
    width: calc((100% - 70px) / 3 );
    padding-right: 30px;
    box-sizing: border-box;
}

.footer-column-4{
    width: 215px;

}

footer .bottom-section{
    background: #018374;
}

.footer-socials-wrapper{
    display: flex;
    flex-direction: row;
    column-gap: 16px;
}


.header-desktop #main-header-menu .menu-item-has-children:hover::after {
    transform: scaleY(-1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 11.4549L14.6669 7L16 8.27256L10 14L4 8.27256L5.33407 7L10.0009 11.4549L10 11.4549Z' fill='%23E6F9F7'/%3E%3C/svg%3E")
}

.button{
    cursor: pointer;
}

.button.hover-inverse-green{
    background: rgba(1,131,116,0);
    transition: all 0.3s ease-out;
    color: #018374;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    border: 2px solid #018374;
}



.button.hover-inverse-green:hover{
    background: rgba(1,131,116,1);
    color: white;
}

.button.hover-inverse-green:hover a{
    color: white !important;
}

.wp-block-buttons{
    display: flex;
}

.cards-wrapper.cards-with-numbers {
    
}

.cards-wrapper.cards-with-numbers .card{
    background: #01C5AF;
    display: flex;
    flex-direction: column;
    opacity: 0;
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

.has-text-align-center{
    text-align: center;
}




/* PAGINATION */


.pagination{
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: fit-content;
    column-gap: 4px;
    margin-top: 80px;
}

.pagination .page-numbers {
    display: flex;
    flex-direction: row;
    column-gap: 4px;
}

.pagination .page-numbers a{
    color: #263F3D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    display:block;
    align-self: center;
    padding: 4px 8px;
    border-radius: 50px;

}

.pagination .page-numbers a:hover{
    background: #05B8A4;
    color: white;
}

.pagination .pagination-button{
    color: #263F3D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    border-radius: 50px;
    background: #E3F7F5;
    padding: 4px 16px;
}

.pagination .pagination-button:hover{ 
    background: #05B8A4;
    color: white;
}



.pagination .page-numbers .current{
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 20px */
    display:block;
    align-self: center;
    padding: 4px 8px;
    border-radius: 50px;
    background: #05B8A4;
    color: white;
}


.page-top-section {
    height: 528px;
    width: 100%;
    position: relative;
    background-size: cover;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position-x: right;
    align-items: center;
    display: flex;
}

.page-top-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1380px;
    height: 100%;
    background: linear-gradient(90deg, rgba(22, 32, 31, 0.90) 7.81%, rgba(36, 44, 43, 0.00) 100%);
    z-index: 1;
}



.page-top-section .content{ 
    z-index:2;
    position: relative;
    max-width: 640px;
}

.page-top-section .content p{
    margin-top: 16px;
    color: white;
    
}

.page-top-section p a{
    color: var(--Luminous-Green, #28DFCD);
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: underline;
}




.section-light-green-bg .main-img-caption{
    color: rgba(38, 63, 61, 0.50);
    font-family: Mulish;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.section-light-green-bg .text-wrapper h2{
    color: #1C4F69;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
}


.section-light-green-bg .text-wrapper p{
    color: #263F3D;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}







.section-pattern-bg{
    position: relative;
    background: #018374;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-pattern-bg h2{
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 52.8px */
    position: relative;
    z-index:50;
    margin-bottom: 28px;
}

.section-1{
    opacity: 0;
}

.section-pattern-bg p{
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    margin-top: 16px;
    position: relative;
    z-index:50;
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
}

.section-pattern-bg .button{
    color: #FFF;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: #F55C40;
    padding: 17.5px 40px;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    position: relative;
    z-index:50;

}

.section-pattern-bg .bg-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.photo-plus-text p strong{
    font-weight: 900;
}

.photo-plus-text{
    width: 1248px;
    margin-left:50%;
    transform: translateX(-50%);
}

.photo-plus-text{
    margin-bottom: 0 !important;
}

.photo-plus-text figure{
    margin-top: 0;
    margin-bottom: 0;
}


.photo-plus-text .image-column{
    flex-shrink: 0;
}

.wp-element-caption{
    color: rgba(38, 63, 61, 0.50);
    font-family: Mulish;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
    margin-top: 5px;
}

.photo-plus-text .wfw-quote-wrapper{
    flex-direction: column !important;
    row-gap: 16px;
}

.full-width-align-center{
    width: 1680px;
    margin-left: 50%;
    transform: translateX(-50%);
}


.photo-and-text-caption{
    color: rgba(38, 63, 61, 0.50);
    font-family: Mulish;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

body{
    overflow: hidden;
}


.section-1 .bg-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.wp-block-gallery{
    display: flex;
    flex-direction: row;
    width: 1248px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.wfw-cta-banner .button{
    color: #FFF;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: #F55C40;
    display: block;
    margin-top: 40px;
}

.wfw-cta-banner p a{
    color: white;
    text-decoration: underline;
}

.wfw-cta-banner{
    max-width: 1920px;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

 

.wp-block-button__link{
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
}

.wfw-cta-banner.no-bg-image .inner{
    justify-content: center !important;
}

.lightbox .lb-image{
    border: none !important;
}


.wfw-cta-banner .inner{
    max-width: 1680px;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
}

.wfw-cta-banner .background-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
    z-index: -2;
}

.wfw-cta-banner .background-shadow{
    width: 1400px;
    display: block;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
}

.wfw-cta-banner.align-left .background-shadow{
    background: linear-gradient(90deg, rgba(22, 32, 31, 0.95) 0%, rgba(36, 44, 43, 0.00) 100%);
    left: 0;
}

.wfw-cta-banner.align-right .background-shadow{
    background: linear-gradient(270deg, rgba(22, 32, 31, 0.95) 0%, rgba(36, 44, 43, 0.00) 100%);
    right: 0;
}

.wfw-cta-banner.align-right .inner{
    justify-content: flex-end;
}

.wfw-cta-banner.align-center .background-shadow{
    background: linear-gradient(0deg, rgba(22, 32, 31, 0.90) 0%, rgba(36, 44, 43, 0.00) 100%);
    width: 100%;
}

.wfw-cta-banner.align-center .inner{
    justify-content: center;
}

.wfw-cta-banner.align-center .content-wrapper{
    max-width: 800px !important;
    align-items: center;
}

.wfw-cta-banner.align-center .content-wrapper p{
    text-align: center;
}




.wfw-cta-banner .title{
    color: #FFF;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
}

.wfw-cta-banner p{
    color: #FFF;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    margin-top: 16px;
}


.wfw-cta-banner.align-left .content-wrapper{
    max-width: 600px;
    width: 100%;
}



.wfw-cta-banner .default-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.wfw-cta-banner.no-bg-image .content-wrapper{
    max-width: 800px !important;
    width: 100%;
    align-items: center;
}

.wfw-cta-banner.no-bg-image p {
    text-align: center;
}

.wfw-cta-banner .content-wrapper{
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
}


.narrow-text-container{
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.narrow-container{
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.big-image-small-text{
    display:flex;
    flex-direction: row;
    column-gap: 80px;
}

.big-image-small-text .image-wrapper{
    max-width: 780px;
    width: 100%;
    flex-shrink: 0;
}

.big-image-small-text h2{
    color:  #018374;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.big-image-small-text .image-wrapper p{
    color: rgba(38, 63, 61, 0.50);
    font-family: Mulish;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.narrow-text-container h2{
    color: #018374;
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    margin-bottom: 60px;
}




.page-top-section {
    min-height: 528px;
    height: fit-content;
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    /* background: url(/dev/2023//womenforwomen/wp-content/themes/womenforwomen/images/Unser-Ansatz.png); */
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position-x: right;
    opacity: 0;
}

.page-top-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1380px;
    height: 100%;
    background: linear-gradient(90deg, rgba(22, 32, 31, 0.90) 7.81%, rgba(36, 44, 43, 0.00) 100%);
    z-index: 1;
}



.page-top-section .content{ 
    z-index:2;
    position: relative;
    max-width: 640px;
}

.page-top-section .content p{
    margin-top: 16px;
    color: white;
}


.wfw-quote-wrapper{
    background: #FDF3F3;
    display: flex;
    flex-direction: row;
    padding: 24px;
    column-gap: 16px;

}

.wfw-quote-wrapper svg{
    width: 33px;
    flex-shrink: 0;
}

.wfw-quote-wrapper .text{
    color: #A32638;
    font-family: Mulish;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 39.2px */
}


.wfw-quote-wrapper .author{
    color: #A32638;
    margin-top: 20px;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; /* 22.4px */
}




.big-number-block-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 24px;
}

.big-number-block-wrapper .text-1, 
.big-number-block-wrapper .text-2{
    text-align: center;
}

.big-number-block-wrapper .card-single{
    background: #E6F9F7;
    padding: 16px;
}

.big-number-block-wrapper .text-1 {
    color: #018374;
    font-family: Mulish;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 70.4px */
}

.big-number-block-wrapper .text-2 {
    color: #018374;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 26.4px */
}

.big-number-block-wrapper .text-3{
    color: #263F3D;
    text-align: center;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%; /* 17.5px */
}

.big-number-block-wrapper.three-column .card-single{
    width: calc( 33.333% - 16px);
}

.big-number-block-wrapper .text-3{
    margin-top: 24px;
}

.number-cards-wrapper{
    display: flex;
    flex-direction: row;
    width: 100%;
    column-gap: 32px;
}

.number-cards-wrapper .big-text{
    color: #FFF;
    font-family: Mulish;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 60px */
}

.number-cards-wrapper .small-text{
    color: #263F3D;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.number-cards-wrapper .card{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 20px 24px;
    box-sizing: border-box;
    background: #01C5AF;
}
.number-cards-wrapper.three-column .card{
    width: calc(33.333% - 21.332px);
}

.wfw-small-container{
    width: 1248px;
    margin: 0 auto;
}

.site-header li {
    color: #263F3D;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.site-header ul {
    margin-left: 0;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.wysiwyg-text a{
    color: #018374;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-decoration-line: underline;
}

.section{ 
    padding-top: 100px;
    padding-bottom: 100px;
}

.wysiwyg-text h2{
    margin-bottom: 24px;
    font-size: 40px;
}

figure{
    margin-block-start: 0;
    margin-block-end: 0;
}

.section-heading-description{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-heading-description.align-left h2{
    text-align: left !important;
}

.section-heading-description.align-left p{
    text-align: left !important;
}

/* .section-heading-description h2{
    text-align: center;
} */

/* .section-heading-description p{
    text-align: center;
} */

html {
    scroll-behavior: smooth;
}

.section-image-text{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-image-text.without-paddings{
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

.without-paddings{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wp-block-embed-youtube iframe{
    width: 100% !important;
    height: 450px !important;
}

.gutenberg-content a{
    color: #018374;
    font-weight: 700;
    text-decoration: underline;
}

.gutenberg-content .has-large-font-size{
    font-size: 22px;
}

.section-image-text.without-padding{
    padding-top: 0px !important;
    padding-bottom: 0 !important;
}

.section-image-text img{
    width: 780px !important;
}

.column-with-image{
    width: 780px;
}

.column-with-image figure{
    width: 780px;
}

.has-darkgreen-color{
    color: #1C4F69;
}

.is-style-thin-uppercase { 
    font-family: Mulish;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 32px */
    letter-spacing: 1px; 
    text-transform: uppercase;
    margin-bottom:0 !important;
}


.is-style-heading-h2-darkgreen { 
    color: #1C4F69;
    font-family: Mulish;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
    text-transform: uppercase;
}


.section-image-text.has-light-blue-color-background-color{
    background: #E6F9F7;
    width: 1920px !important;
}

.block-section{
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-video-text iframe{
    width: 100%;
    min-height: 439px;
}

.container-small{
    max-width: 768px;
    margin: 0 auto;
}



.header-mobile{
    height: 64px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index:10;
    background: rgba(1, 131, 116, 0);
    transition: background 0.5s ease-out;
}

.header-mobile.active{
    height: 100vh;
    background: rgba(1, 131, 116, 0.75);

}

.header-mobile .top-section .inner{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index:2;
    background: white;
    height: 64px;
    border-bottom: 2px solid #E6F9F7;
}

.header-mobile .top-section{
    background: white;

}



.header-mobile .header-logo{
    width: 223px;
    height: 34px;
}

.header-mobile .burger-button{
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.header-mobile .sub-menu .current_page_item a {
    /* background: #018374; */
    color: white;
}

.header-mobile .sub-menu .current_page_item{
    background:#018374 !important;
}

.header-mobile a{
    text-wrap:wrap !important;
}

.header-mobile .top-part a{
    background: none !important;
}

.header-mobile a:hover{
    background: none !important;
}

.header-mobile .sub-menu .menu-item{
    /* background-color: #E6F9F7; */
    width: fit-content;
    border-radius: 50px;
    padding: 7px 12px;
    /* text-align: center; */
}

.header-mobile .bottom-section{
    position: relative;
    height: calc(100% - 64px);
    width: 280px;
    right: 0;
    z-index: 0;
    background: white;
    margin-left: auto;
    overflow-y: scroll;
    display: none;
}

.header-mobile.active .bottom-section{
    display: block;
}

.header-mobile nav ul{
    list-style:none ; 
}

.header-mobile #main-header-menu a{
    text-wrap: wrap;
    display: block;
    color: #018374;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.header-mobile .menu-item-has-children > .sub-menu{
    margin-left: 0;
}

.header-mobile #main-header-menu .menu-item-has-children{
    position: relative;
}

.header-mobile #main-header-menu .menu-item-has-children.current-menu-item::after{
    top: 0;
}

.header-mobile #main-header-menu .menu-item-has-children::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 11.4549L14.6669 7L16 8.27256L10 14L4 8.27256L5.33407 7L10.0009 11.4549H10Z' fill='%23018374'/%3E%3C/svg%3E") !important;
}

.header-mobile .menu-item-has-children > .sub-menu a{
    /* padding: 7px 12px; */
    width: fit-content;
    display:block;
    font-size: 14px;
}

.header-mobile #main-header-menu .item-has-children-wrapper a {
    width: calc(100% - 40px);
}

.header-mobile .top-part{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 32px;
    height: calc(100% - 287px);
    overflow-y: scroll;
}

.header-mobile .bottom-section{
    transition: opacity 0.5s ease-out;
    opacity: 0;
}

.header-mobile.active .bottom-section{
    opacity: 1;
}


.header-mobile .bottom-part .row-1{
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding: 24px 20px;
    row-gap: 8px;
}

.header-mobile .bottom-part .row-2{
    padding: 24px 20px 48px 20px;
}

.header-mobile .bottom-part{
    height: 140px;
}

.header-mobile.active .burger-button .non-active{
    display: none;
}

.header-mobile .burger-button .non-active{
    display: block;
}

.header-mobile .burger-button .active{
    display: none;
}

.header-mobile.active .burger-button .active{
    display: block;
}

.header-mobile .patenschaft{
    width: 100%;
    text-align: center;
}

.header-mobile .patenschaft:focus{
    color:#1C4F69;
}

.header-mobile .patenschaft:active{
    color:#1C4F69 !important;

}

.spended:active, .spended:focus {
    background: linear-gradient(90deg, #A32638 0%, #DE3049 100%) !important;
    /* Add other necessary styles to maintain the button appearance */
}

.header-mobile .spended{
    width: 100%;
    text-align: center;
}

figure.aligncenter {
    display: flex;
}

figure.aligncenter img{
    margin: 0 auto;
}

.header-mobile .search-button{
    width: 100%;
    margin-right: 0;
    border-radius: 50px;
    background: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    height: 40px;
    align-items: center;
    color: rgba(38, 63, 61, 0.30);
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header-mobile .row-2 .buttons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 24px;
}

.header-mobile .row-2 .buttons-wrapper a{
    color: rgba(38, 63, 61, 0.65);
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.button.white {
    background: rgba(255, 255, 255, 0) !important;
    border-radius: 50px;
    border: 2px solid #FFF;
    transition: 0.3s ease-out !important;
    color: white;
}

 .button.white:hover{
    background: rgba(255, 255, 255, 1) !important;
    color: rgba(1,131,116,1) !important;
}


.header-mobile .row-2{
    background: #D9ECEA;
    height: 100%;
}

#mobile-main-header-menu{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.header-mobile .item-has-children-wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.item-has-children-wrapper{
    padding: 6px 12px;
    margin-bottom: 8px;
}

.header-mobile .item-has-children-wrapper a{ 
    color: #018374;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-mobile .current_page_item .item-has-children-wrapper{
    background: #018374;   
    border-radius: 50px;    
}

.header-mobile .current_page_item .item-has-children-wrapper a{
    color: white;
}

.header-mobile .current_page_item .item-has-children-wrapper .arrow{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 11.4549L14.6669 7L16 8.27256L10 14L4 8.27256L5.33407 7L10.0009 11.4549L10 11.4549Z' fill='%23E6F9F7'/%3E%3C/svg%3E");
}



.top-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-top-section .bg-image-mobile{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.section-padding{
    padding: 100px 0;
} 

.mailchimp-section{
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    height: fit-content;
    position: relative;
}

.mailchimp-section .mc-inputs-wrapper{
    display: flex;
    flex-direction: row;
    column-gap: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.mailchimp-section label{
    display:flex;
    flex-direction: column;
    color:  #E6F9F7;
    font-family: Mulish;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    width: 100%;
}

.mailchimp-section label input{
    height: 48px !important;
    border-radius: 2px;
    width: 100%;
    background: #FFF;
    color: #263F3D;

    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    padding-left: 16px;
}

.mailchimp-section label input[type="email"]::placeholder {
    color: rgba(38, 63, 61, 0.50);
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.mailchimp-section input[type="submit"] {
    display: flex;
    height: 60px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #F55C40;
    color: #FFF;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 0;
    margin: 0 auto;
    margin-top: 32px;
}

.mailchimp-section img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit:cover;
    z-index: -1;
    top: 0;
}

.mailchimp-section h2{
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 44px */
    text-transform: uppercase;
    margin-bottom: 16px;
}

.mailchimp-section p{
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.mailchimp-section .description a{
    color:  #28DFCD;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: underline;
}



.cards-wrapper-repeater{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 40px;
}

.cards-wrapper-repeater .card{
    display: flex;
    padding: 20px 24px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
    background: #01C5AF;
}

.cards-wrapper-repeater .card .big-text{
    color: #FFF;
    text-align: center;
    font-family: Mulish;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 60px */
}

.cards-wrapper-repeater .card .small-text{
    color:  #1C4F69;
    text-align: center;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
}



















.white-round-cards{
    background: #E6F9F7;
    flex-direction: column;
}

.white-round-cards h2{
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    color: #1C4F69;
}

.white-round-cards .cards-wrapper{
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}

.white-round-cards .cards-wrapper .card {
    display: flex;
    padding: 16px 24px 24px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    align-self: stretch;
    background-color: white;
    border-radius: 16px;
}

.white-round-cards .cards-wrapper .card h3{
    color:  #018374;
    font-family: Mulish;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 28.8px */
}

.white-round-cards .cards-wrapper .card .text{
    color: #263F3D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.white-round-cards .inner{
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.white-round-cards .inner .bottom-text a{
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration-line: underline;
    color: #018374;
}



.wfw-quote-wrapper .author i{
    font-weight: 400;
    font-style:normal;
}
















.related-posts .cards-wrapper{
    display:flex;
    flex-direction: row;
    column-gap: 60px;
}

.related-posts{
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}

.related-posts .cards-wrapper .card{
    width: calc(33.333% - 30px);
    display:flex;
    flex-direction:column;
    row-gap: 16px;
}

.related-posts h2{
    color: #1C4F69;
    text-align: center;
    font-family: Mulish;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
}

.related-posts .cards-wrapper .card img{
    width: 100%;
    height: 288px;
}

.related-posts .cards-wrapper .card h3{
    color: #263F3D; 
    font-family: Mulish;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
}

.related-posts .cards-wrapper .card h3:hover{
    color: #018374;
}

.is-style-heading-h2-green{
    color: #018374;
    font-size: 32px;
}

.related-posts .cards-wrapper .card p{
    color: #263F3D;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.wfw-cta-banner.align-center h2{
    text-align: center;
}


.wfw-cta-banner p{
    margin-top: 28px !important;
}

.wp-block-button.button {
    padding: 0;
}

.has-light-blue-color-background-color{
    background: #E6F9F7;
}

.fullwidth-block{
    width: 100vw;
    transform: translateX(-50%);
    margin-left:50%;
}


.button {
    text-decoration: none !important;
}

.button-orange{
    color: #FFF;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: #F55C40;
    display: flex;
    height: 60px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.wp-block-button.orange .wp-element-button {
    background: #F55C40 !important;
    transition: all 0.3s ease-out;
    color: white !important;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    border: none !important;
    padding: 17.5px 40px;
    display: block;
}


.two-column-section .img-wrapper {
    display: flex;
    flex-direction: column;

}

.extra-narrow-container{
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.page-top-section .button{
    margin-top: 32px;
}

.related-pages-wrapper .card img{
    object-fit: cover;
}

.searchform-header{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: inherit; /* Use the font from the parent element */
    font-size: 100%; /* Reset font size */
    color: inherit; /* Use the font color from the parent element */
    background-color: transparent; /* Reset background color */
    -webkit-appearance: none; /* Remove default styles in WebKit browsers */
    -moz-appearance: none; /* Remove default styles in Firefox */
    appearance: none; /* Standard way to remove default styles */
    position: relative;
    z-index:5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.searchform-header svg{
    position: absolute;
    right: 0;
    z-index:-1;
}

.searchform-header input{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-family: inherit; /* Use the font from the parent element */
    font-size: 100%; /* Reset font size */
    color: inherit; /* Use the font color from the parent element */
    background-color: transparent; /* Reset background color */
    -webkit-appearance: none; /* Remove default styles in WebKit browsers */
    -moz-appearance: none; /* Remove default styles in Firefox */
    appearance: none; /* Standard way to remove default styles */
}

.searchform-header input[type="submit"]{
    width: 20px;
    cursor: pointer;
    height: 25px;
}

.searchform-header input[type="text"] {
    width: 50px;
    color: rgba(38, 63, 61, 0.65);
    font-family: Mulish;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-heading-description h2{
    color: #018374;
    text-align: center;
    font-family: Mulish;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
    margin-bottom: 60px;
}

.section-heading-description p {
    color: #263F3D;
    text-align: center;
    font-family: Mulish;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
}

.section-image-text{
    margin-left:50%;
    transform:translateX(-50%);
    width: 1248px;
}

.section-video-text{
    margin-left:50%;
    transform:translateX(-50%);
    width: 1248px;
}

.button.hover-inverse-blue {
    background: rgba(40, 223, 205, 0);
    transition: all 0.3s ease-out;
}


.button.hover-inverse-blue:hover{
    background: rgba(40, 223, 205, 1);
    color:white;
}


.button.white{
    background: rgba(255, 255, 255, 0) !important;
    border-radius: 50px;
    border: 2px solid #FFF;
    transition: 0.3s ease-out !important;
}

.button.white:hover{
    background: rgba(255, 255, 255, 1) !important;
    color: rgba(1,131,116,1) !important;
}

.fade-in-stagger .card{
    opacity: 0;
}

.fade-in{
    opacity: 0;
}

.gutenberg-content p{
    margin-bottom: 20px;
}


.wfw-cta-banner.animation h2{
    opacity: 0;
}

.wfw-cta-banner.animation p{
    opacity: 0;
}


#loading-gif {
    margin-top: 15px;
}

.full-width-custom{
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
    max-height: 500px;
    overflow: hidden;
}

.full-width-custom img{
    width: 100%;
    object-fit: cover;
}



.wp-block-group.section-image-text ul{
    margin-left:20px;
}

.narrow-container-forced{
    width: 1248px;
    transform: translateX(-50%);
    margin-left: 50%;
}

.related-posts-block .cards-wrapper .card{
    max-width: calc( 33.33% - 40px);
}


.gutenberg-content .big-number-block-wrapper{
    width: 100%;
    max-width: 1248px;
    margin-left:50% !important;
    transform: translateX(-50%) !important;
}

.page-top-section .button {
    color: #FFF;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 50px;
    background: #F55C40;
    padding: 17.5px 40px;
}

.cards-wrapper .wp-block-group__inner-container{
        display: flex;
        flex-direction: row;
        column-gap: 60px;
        row-gap: 60px;
}



.card .wp-block-group__inner-container{
    min-height: 274px;
    display: flex;
    flex-direction: column;
    width: 100%;
}



.cards-wrapper .wp-block-group__inner-container .card{
    /* flex-shrink: 0; */
    width: calc(33.333% - 40px) !important;
}

.cards-wrapper .wp-block-group__inner-container .card p{
    color: #263F3D;
    font-family: Mulish;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    margin-top: 16px;
    text-align: center;
}

.two-column-1248px{
    margin-left: 50%;
    transform: translateX(-50%);
    width: 1248px;
    gap: 80px;
}

.full-width{
    width: 100vw;
    transform: translateX(-50%);
    margin-left: 50%;
}

.current-button-wrapper{
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    flex-direction: column;
}

.current-button-content {
    opacity: 0;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    position: relative;
    display:none;
    padding-left: 60px;
    padding-right: 60px;
}

.current-button-content h3{
    text-align: center;
    font-family: Mulish;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
}



.current-button-content.active {
    opacity: 1;
    display:block;
}

.progress-svg{
   transform: rotate(-90deg);
}

.section-1 .description-wrapper i{
  color: #28DFCD;
  font-style: normal;
}

@media (max-width: 1000px) {
    .header-desktop{
        display:none;
    }

    .gutenberg-content .big-number-block-wrapper{
        width: 100%;
        margin-left: 0%;
        transform: none;
    }

    .two-column-section{
        /* padding-left:20px;
        padding-right: 20px; */
    }

    .page-template-template-kontakt .section-1 h1{
        font-size: 28px;
    }

    .cards-wrapper .wp-block-group__inner-container{
        flex-direction: column;
        align-items: center;
       
}

.cards-wrapper .wp-block-group__inner-container .card{
    /* flex-shrink: 0; */
    width: 100% !important;
}

.cards-wrapper .wp-block-group__inner-container .card p{ 
    text-align: center;
    font-size:20px !important;
}

    .wfw-quote-wrapper p.text{
        font-size: 24px !important;
    }

    .narrow-container-forced{
        width: 100%;
    }

    .gutenberg-content .big-number-block-wrapper{
        padding-left:0;
        padding-right: 0;
    }

    .page-top-section{
        min-height: fit-content;
    }

    .page-top-section .description-wrapper.empty{
        padding: 0 !important;
    }

    .related-posts-block .cards-wrapper .card{
        max-width: 100%;
    }

    .related-posts-block .heading{
        margin-bottom: 40px !important;
    }

    .related-posts-block .cards-wrapper .card{
        min-height: fit-content !important;
    }

    .related-posts-block .cards-wrapper .card a.title{
        font-size: 22px !important;
    }

    .photo-plus-text .image-column{
        flex-direction: column;
        flex-basis: 0 !important;
        width: 100%;
    }

    .wfw-image-gallery{
        flex-direction: column !important;
        width: 100% !important;
    }

    .section-video-text{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-video-text figure{
        height:200px !important;
    } 

    .section-video-text figure iframe{
        height:200px !important;
    } 

    .section-video-text figure iframe{
        min-height:200px !important;
    } 

    .photo-plus-text{
        width: 100%;
    }

    .section-image-text {
        width: 100% !important;
    }

    .big-number-block-wrapper .text-1{
        font-size: 30px !important;
    }

    .section-heading-description h2{
        margin-bottom: 30px;
    }

    .section-image-text.has-light-blue-color-background-color{
        width: 100vw !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-image-text{
        width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    .gutenberg-content{
        padding-left: 20px;
        padding-right: 20px;
    }

    .gutenberg-content .section-image-text{
        padding-left: 0 !important; 
        padding-right: 0 !important;
    }

    .section-image-text .column-with-image{
        width: 100%;
    }

    .section-image-text .column-with-image figure{
        width: 100%;
    }

    .wp-block-columns {
        column-gap: 40px;
    }

    .big-image-small-text{
        flex-direction: column;
        row-gap: 20px;
    }

    .mailchimp-section .mc-inputs-wrapper{
        flex-direction: column;
    }

    .container-small{
        padding-right: 20px;
        padding-left: 20px;
    }

    .big-number-block-wrapper{
        flex-direction: column !important;
        row-gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .column-with-image{
        width: 100%;
    }

    .section-image-text{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .column-with-image figure{
        width: 100%;
    }

    .section-image-text img{
        width: 100% !important;
        object-fit: cover;
    }

    .wfw-cta-banner{
        width: 100vw !important;
    }


    .related-pages-wrapper {
        width: 100% !important;
    }

    .related-pages-wrapper a{
        width: 100% !important;
    }

    .narrow-container{
        width: 100% !important;
    }

    .wfw-cta-banner .inner{
        padding-left: 20px;
        padding-right: 20px;
    }

    .related-pages-wrapper{
        flex-direction: column !important;
        row-gap: 20px;
    }

    .related-pages-wrapper .card{
        width: 100% !important;
    }

    .related-pages-wrapper .card img{
        object-fit: cover;
    } 


    .bottom-section-related-pages {
        flex-direction: column;
    }
    
    .cards-wrapper-repeater{
        flex-direction: column;
        row-gap: 20px;
    }

    .cards-wrapper-repeater p.small-text{
        font-size: 15px !important;
    }

    .cards-wrapper-repeater h3.big-text{
        font-size: 40px !important;
    }

    .cards-wrapper-repeater p.text-2{
        font-size: 20px !important;
    }


    .images-grid{
        flex-direction: column !important;
    }



    .wp-block-columns{
        flex-direction: column !important;
        row-gap: 20px;
    }

    .section-image-text img{
        height: 208px;
        object-fit: cover;
    }

    .images-grid .card{
        width: 100% !important ;
    }

    .images-grid .text-1{
        font-size: 23px !important;
    }

    .images-grid .text-2{
        font-size: 23px !important;
    }

    .is-style-thin-uppercase{
        font-size: 16px !important;
    }

    .section-heading-description{
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .big-number-block-wrapper .card-single{
        width: 100% !important;
    }

    .spacer-60px{
        height: 30px !important;
    }
    .cards-with-numbers .card{
        width: 100% !important;
    }


    .mobile-padding{
        padding-left: 20px;
        padding-right: 20px;
    }

    .two-column-section .content{
        flex-direction: column;
        gap: 30px;
    }

    .cards-with-numbers {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .cards-wrapper .card{
        width: 100% !important;
 }


    .two-column-section .main-img{
        object-fit:contain;

    }

    .wfw-text-with-image-block .content-wrapper{
        flex-direction: column !important;
    }

    .wfw-text-with-image-block .content-wrapper {
        display: flex;
        flex-direction: row;
        width: 100% !important;
        transform: none !important;
        margin-left: 0 !important;
        gap: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .wp-block-image figure{
        max-height: 380px;
    }

    .spacer-100px{
        height:50px !important;
    }

    .spacer-32px{
        height:20px !important;
    }

    .spacer-24px{
        height:15px !important;
    }

    .spacer-12px{
        height:6px !important;
    }

    .wp-block-image figure img{
        object-fit: contain;
    }

    .page-top-section{
        padding-top: 64px;
        /* margin-top: 18px; */

    }

    .page-top-section .button{
        margin-top:24px !important;
    }


   
 

 

    .two-column-section .main-img{
        width: 100% !important;
        object-fit: cover !important;
        max-height: 220px;
    }


    .cards-wrapper{
        flex-direction: column !important;
        row-gap: 15px;
    }
    
    .cards-wrapper.cards-with-numbers .card{

        opacity: 1;
    
    }

    .cards-wrapper.cards-with-numbers {
        gap: 20px;
    }

    .two-column-section .content .text-wrapper{
        row-gap: 20px !important;
        /* padding-top: 40px; */
    }

    .two-column-section .button{
        padding-top: 15.5px !important;
        padding-bottom: 15.5px !important;
        margin-top: 20px;
    }

    footer .bottom-section .column-1{
        row-gap: 40px;
    }

    footer .bottom-section .inner{
        row-gap: 40px;
    }

    footer .column-1 .top-part{
        row-gap: 40px;
    }

    footer .bottom-section .inner .logo{
        width: 275px;
        height: auto;
    }


    footer .bottom-section .bottom-part{
        row-gap: 24px;
    }

    footer .bottom-section .bottom-part a{
        text-decoration: underline;
        font-size: 13px;
    }


    .header-mobile{
        display:flex;
    }

    /* .width-container{
        padding-left:20px;
        padding-right: 20px;
    } */

    .page-top-section h1{
       font-size: 28px; 
    }

    .page-top-section .width-container{
        padding-left: 0;
        padding-right: 0;
    }

    .page-top-section .description-wrapper{
        background: #018374;
        padding: 20px 20px 64px 20px; 
        position: relative;
    }

    .page-top-section{
        justify-content: flex-start;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .page-top-section h1{
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
        z-index: 5;
        margin-top: -24px;
    }

    .page-top-section .button{
        width: 100%;
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
        padding-top: 15.5px !important;
        padding-bottom: 15.5px !important;
    }

    .section-1 .content{
        max-width: 100%;
    }

    .section-1::before{
        display: none;
    }

    .page-top-section p{
        color: #FFF;
        font-family: Mulish;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 21px */
        margin-top: 0 !important;
    }

    .page-top-section .description-wrapper::after{
        content: '';
        position: absolute;
        bottom: 100%;
        width: 100%;
        height: 200px;
        background: linear-gradient(0deg, rgba(22, 32, 31, 0.90) 7.81%, rgba(36, 44, 43, 0.00) 100%);
        z-index: 1;
        left: 0;
        z-index:-5;
    }

    .page-top-section .bg-image-mobile{
        position: relative;
        min-height: 375px;
        height: 100%;
        object-fit: cover;
    }

    .page-top-section .bg-image{
        display: none;
    }

    .section-padding{
        padding: 64px 20px !important;
    }

    .image-text-element{
        flex-direction: column !important;
        height: fit-content !important;
    }

    .image-text-element .main-img{
        width: 100% !important;
        height: 208px !important;
        object-fit: cover !important
    }
    
    .image-text-element h2{
        color: #018374;
        font-family: Mulish;
        font-size: 24px;
        font-style: normal;
        font-weight: 900;
        line-height: 120%; /* 28.8px */
        text-transform: uppercase;
    }

    .image-text-element .text-wrapper{
        margin-top: 40px;
        row-gap: 20px !important;
    }

    .image-text-element .text-wrapper .button{
        padding: 15.5px 40px !important;
        width: 100%;
        text-align: center;
    }

    .image-text-element .text-wrapper p{
        font-family: Mulish;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 24px */
    }

    footer .top-section .inner{
        flex-direction: column;
        row-gap: 40px;
    }

    .footer-socials-wrapper a{
        width: 40px;
        height: 40px;
    }

    .footer-socials-wrapper a svg{
        width: 40px;
        height: 40px;
    }

    footer .top-section .footer-column-4{
        row-gap: 20px !important;
    }

    footer .column-1 .top-part{
        flex-direction: column;
    }

    footer .bottom-section .inner{
        flex-direction: column-reverse;
        padding: 40px 20px 48px 20px;
    }
    

    footer .bottom-section .bottom-part{
        flex-direction: column;
    }

    footer .bottom-section .column-2 .inner{
        gap: 8px;
    }


    footer .bottom-section{
        height: fit-content;
    }
    
    footer .top-section{
        padding: 48px 20px;
    }

    footer .top-section a{
        color: #FFF;
        font-family: Mulish;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%; /* 19.6px */
    }

    .footer-column-equal{
        width: 100% !important;
        padding-right:0 !important;
    }
}

@media (min-width: 1001px) {
  .header-mobile{
      display:none;
  }

  .page-top-section  .bg-image-mobile{
      display: none;
  }

}


@media (min-width: 1001px) and (max-width: 1350px) {
  .width-container{
      max-width: 1000px !important;
  }

  .two-column-section .content{
      flex-direction: column;
      gap: 30px;
  }

  .two-column-section .main-img{
      object-fit: contain;
  }

  .two-column-section .content {
      max-width: 768px !important;
      margin: 0 auto !important;
  }

  .two-column-section .content .text-wrapper{
      max-width: 100% !important;
  }

  .two-column-section .img-wrapper{
      width: 100% !important;
  }

  .two-column-section .content .text-wrapper{
      width: 100% !important;
  }

  .section-image-text .wp-block-columns{
      flex-direction: column !important;
      gap: 30px !important;
  }

  .section-image-text .column-with-image{
      width: 100% !important;
  }

  .wfw-cta-banner.narrow-text .inner{
      padding-left:50px;
      padding-right: 50px;
  }

  .two-column-section .main-img{
      object-fit:contain;

  }

  .gutenberg-content .big-number-block-wrapper{
      width: 100%;
      max-width: 1000px;
      margin-left: 0%;
      transform: none;
  }


  footer .column-1 .top-part{
      gap: 20px;
  }


  .mobile-padding{
      padding-left:20px;
      padding-right: 20px;
  }
  
  .narrow-container{
      width: 100% !important;
  }

  .section-1 {
      padding-top: 80px;
  }

  .section-image-text.has-light-blue-color-background-color{
      width: 100vw !important;
      padding-left: 30px;
      padding-right: 30px;
  }

  .section-image-text{
      width: 100% !important;
      /* padding-left: 30px;
      padding-right: 30px; */
  }

  .section-image-text .column-with-image{
      width: 50%;
  }

  .section-image-text .column-with-image figure{
      width: 100%;
  }

  .wp-block-columns {
      column-gap: 40px;
  }


  .two-column-section .main-img{
      width: 100% !important;
      height: fit-content !important;
      object-fit: contain;
  }

  .two-column-section .img-wrapper .main-img{
      width: 100% !important;

  }


  .header-desktop{
      display: none !important; 
  }

  .header-mobile{
      display: flex !important;
  }

  footer .bottom-section .inner{
      column-gap: 20px;
  }

  .section-3 .content h2{
      max-width: 230px;
  }

  .section-3 .card .number{
      font-size: 42px;
  }

  .section-3 .card .text{
      font-size: 14px;
  }

  .section-2 .content .main-img{
      /* width: 400px !important; */
  }

  .narrow-container{
      padding-left:50px;
      padding-right: 50px;
  }

  .width-container{
      padding-left:50px;
      padding-right: 50px;
  }

  .two-column-section .img-wrapper{
      width: 50%;
      flex-shrink: 1;
  }

  .two-column-section .main-img img{
      width: 100%;
  }

  .two-column-section .img-wrapper img{
      width: 100%;
  }

  .two-column-section .text-wrapper{
      width: 50%;
  }
}


@media (min-width: 1300px) and (max-width: 1600px) {
    /* .section-3 .content h2{
        max-width: 375px;
        padding-left:20px;
        box-sizing: border-box;
    } */

    #header-logo {
        width: 250px;
    }
    .header-desktop #main-header-menu > li > a {
        padding-left: 6px;
    }
}

@media (min-width:500px) and (max-width: 999px) {
    .page-top-section .bg-image-mobile{
        max-height: 500px;
    }

    .two-column-section img{
        height:400px !important;
    }
}


@media (min-width: 1000px) {
    .bg-image-mobile{
        display: none;
    }
}


@media (max-width: 499px) {
  .two-column-section .main-img{
      height: 208px !important;
  }

  .youtube-embed iframe{
      height: 208px !important;
  }
}

@media (max-width: 1700px) {
  .wfw-image-gallery{
      width: 100% !important;
      padding-left:20px;
      padding-right: 20px;
  }
}


@media (min-width: 1351px) {
  body{
      padding-top: 112px;
  }
}

@media (max-width: 1350px) {
  body{
      padding-top: 64px;
  }

  .two-column-1248px{
      flex-direction: column;
      width: 100%;
      gap: 40px;
  }
  .cards-wrapper .wp-block-group__inner-container img{
      max-width: 350px;
  }

  .cards-wrapper .wp-block-group__inner-container{
      row-gap: 15px;
  }   
}

@media (min-width: 1350px) {
    .wfw-cta-banner.narrow-text .inner{
        max-width: 1248px !important;
    }
}


@media (min-width: 800px) and (max-width: 1500px) {
  .wp-block-gallery.columns-default figure{
      width: calc(50% - 8px);
  }

 .wp-block-gallery.columns-default{
      width: 780px;
      
  }
}

@media (max-width: 799px) {

  .wp-block-gallery.columns-default{
      flex-direction: column;
      align-items: center;
  }

  .wp-block-gallery.columns-default figure{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
  }

 .wp-block-gallery.columns-default {
      width: 100%;
  }

 .wp-block-gallery.columns-default {

      box-sizing: border-box;
  }
}