.block-custom-banner {
    margin-top: 0 !important;
}

.custom-banner-foreground-wrapper {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.custom-banner-inner {
    position: relative;
}

.custom-banner-overlay {
    position: absolute;
    width: 75%;
    height: 100%;
    right: 0;
}

.custom-banner-overlay.custom-banner-overlay-blue {
    background: linear-gradient(90deg, rgb(0 214 249) 20%, rgb(0 214 249 / 0%));
}
.custom-banner-overlay.custom-banner-overlay-neon {
    background: linear-gradient(90deg, rgb(191 234 12) 20%, rgb(191 234 12 / 0%));
}
.custom-banner-overlay.custom-banner-overlay-green {
    background: linear-gradient(90deg, rgb(0 91 82) 20%, rgb(0 91 82 / 0%));
}


.custom-banner-foreground-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left center;
}

figure.custom-banner-foreground.section-inner {
    height: 200px;
}

figure.custom-banner-background img {
    height: 40vw;
    width: 75%;
    object-fit: cover;
    max-height: 75rem;
    margin-left: auto;
}

.custom-banner-background.custom-banner-background-green {
    background: #015a52;
}
.custom-banner-background.custom-banner-background-neon {
    background: #bfea0c;
}
.custom-banner-background.custom-banner-background-blue {
    background: #00d6f9;
}


/* Responsive */
@media only screen and (max-width: 1100px) {

figure.custom-banner-background img {
    height: 50vw;
}
	
}


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

figure.custom-banner-background img {
    height: 60vw;
}
	
}
.coalition-of-change-category-inner:last-of-type {
    border: none;
}

.coalition-of-change-category-inner {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 2em;
    margin-bottom: 6rem;
    border-bottom: 2px solid #bfea0c;
    padding-bottom: 6rem;
}
.coalition-of-change-content-inner figure {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    /* Not needed if it's a block element, like a div */
    width: 100%;
}

.coalition-of-change-content-inner figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.coalition-of-change blockquote {
    padding: 0;
}

.coalition-of-change-content-inner blockquote {
    margin: 0 0 4rem 0;
    padding: 0;
    border: none;
}

cite.author {
    font-family: 'Soehne halbfett', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: inherit;
    font-weight: normal;
    letter-spacing: normal;
}

cite.jobtitle {
    margin-top: 0.5rem;
    font-weight: normal;
    font-family: inherit;
}

.coalition-of-change-content-inner a svg {
    background: #bfea0c;
    width: 30px;
    height: 30px;
    padding: 8px;
    padding-left: 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.coalition-of-change-content-inner a {
    display: flex;
    align-items: center;
    line-height: 1.1;
    text-decoration: none;
    position: relative;
    font-size: 1.7rem;
    letter-spacing: normal;
    font-family: 'Soehne halbfett', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}

.coalition-of-change-content-inner a span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: currentColor;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}


.coalition-of-change-content-inner a:hover span:after {
    width: 100%;
    left: 0;
    background: currentColor;
}

.coalition-of-change-content-inner a span {
    position: relative;
}

.coalition-of-change-logos img:hover {
    opacity: 1;
}

.coalition-of-change-logos img {
    opacity: 0.3;
    cursor: pointer;
    transition: .3s;
}

.coalition-of-change-logos img.slick-current {
    opacity: 1;
}


.coalition-of-change-logos .slick-list {
    padding: 0 !IMPORTANT;
}
.coalition-of-change-logos .slick-track:before {
    display: none;
}

.coalition-of-change-logos .slick-track img {
    width: 100% !important;
    max-width: 15rem !important;
    margin: auto;
    height: auto;
}

.coalition-of-change-logos.slider-1.slick-initialized.slick-slider {
    margin-top: 4rem;
}
.coalition-of-change-logos .slick-track {
    transform: none !important;
    display: grid !important;
    justify-content: flex-start;
    width: 100% !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2em;
}

.coalition-of-change-category-inner-left p {
    max-width: 55rem;
}



/* Responsive */
@media only screen and (max-width: 900px) {

.coalition-of-change-category-inner {
	grid-template-columns: 100%;
}
	
}

.cta-banner h3 {
  font-family: 'Soehne schmal extrafett kursiv', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 0.85;
    font-weight: normal;
	font-size: 3.5rem;
	    margin: 0 0 1.5rem 0;
	    width: 60%;
    max-width: 90rem;
	    z-index: 10;
    position: relative;
}

@media (min-width: 700px) {
	.cta-banner h3 {
		    font-size: 4.5rem;
	}
}

@media (min-width: 900px) {
	.cta-banner h3 {
		    font-size: 5.5rem;
	}
}

.cta-banner {
    border-radius: 10px;
    overflow: hidden;
	    position: relative;
}
.cta-banner-content {
    padding: 4rem;
    min-height: 35rem;
    display: flex;
    flex-direction: column;
}


.cta-banner-content p {
    margin-bottom: 4rem;
    width: 60%;
    max-width: 45rem;
	    z-index: 10;
    position: relative;
}

.cta-banner .parallaxvisual img {
     height: calc(100% + 100px);
    object-fit: contain;
	position: relative;
        object-position: bottom right;
}

.cta-banner .parallaxvisual {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    overflow: hidden;
    margin-left: auto;
    z-index: 1;
    object-fit: contain;
    height: 100%;
}

.cta-banner .parallaxvisual:before {
       content: "";
    width: 40rem;
    height: 40rem;
    display: block;
    background: #005b52;
    background-image: linear-gradient(to top right, #00d6f9, #005b52);
    position: absolute;
    border-radius: 100%;
    bottom: 0;
    right: 0;
    transform: translate(25%, 30%);
}

.cta-banner .wp-block-button {
    margin-bottom: 0;
    margin-top: 0;
}

.cta-banner .wp-block-button a.wp-block-button__link:before {
    background: #bfea0c;
}
.cta-banner-bottom {
   display: grid;
    grid-template-columns: auto 1fr;
	align-items: center;
	margin-top: auto;
}

.cta-banner-dot-line {
       width: 130%;
       height: 50%;
       background: linear-gradient(to bottom right, #00d6f9 calc(50% - 1px), #005b52, #00d6f9 calc(50% + 1px) );
       margin-left: 3rem;
       position: relative;
       margin-bottom: auto;
}

.cta-banner-dot-line:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #005b52;
    border-radius: 100%;
    transform: translate(-50%, 50%);
    left: 0;
    bottom: 0;
}







/* Responsive */
@media only screen and (min-width: 900px) {
.cta-banner .parallaxvisual:before {
    content: "";
    width: 35rem;
    height: 35rem;
}
	
}





@media only screen and (max-width: 600px) {
.cta-banner-content {
    padding: 2.5rem;
}
.cta-banner-content p {
    width: 100%;
}

.cta-banner h3 {
    width: 100%;
}

.cta-banner-dot-line {
    display: none;
}
.cta-banner .parallaxvisual {
    width: 60vw;
}	
.cta-banner .parallaxvisual img {
 
    z-index: 2;
    position: relative;
}

.cta-banner .parallaxvisual:before {
    z-index: 1;
    width: 55vw;
    height: 55vw;  
}
	
}

.choice-portrait h3 {
  font-family: 'Soehne schmal extrafett kursiv', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 0.85;
    font-weight: normal;
	font-size: 4.5rem;
	max-width: 48rem;
}



@media (min-width: 900px) {
	.choice-portrait h3 {
		    font-size: 5.5rem;
	}
}


.choices-portrait {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
}

.choice-portrait {
    padding: 3rem;
    border-radius: 10px;
	position: relative;
    z-index: 2;
	display: flex;
    flex-direction: column;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}


.choice-portrait p {
    margin-bottom: 3rem;
}
.choice-portrait h3 {
    margin: 0 !important;
}





/* Has Image */
.choice-portrait-image {
    position: relative;
    z-index: -1;
    height: 40rem;
    margin: -3rem -3rem -6rem -3rem;
}

.choice-portrait-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom right;
}

.choice-portrait.has-image h3 {
    position: absolute;
}

.choice-portrait-image:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgb(0 91 82 / 0%), rgb(0 91 82));
    bottom: 0;
}

.choice-portrait.has-neon-green-background-color .choice-portrait-image:after {
	background: linear-gradient(rgb(191 234 11 / 0%), rgb(191 234 11));
}

.choice-portrait.has-bright-blue-background-color .choice-portrait-image:after {
	background: linear-gradient(rgb(1 214 249 / 0%), rgb(1 214 249));
}

.choice-portrait .wp-block-button {
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
}

.choice-portrait .wp-block-button a {
    width: 100%;
}

.choice-portrait.has-neon-green-color a.wp-block-button__link {
    background: #bfea0c;
    color: #005b52 !important;
}

.choice-portrait.has-bright-blue-color a.wp-block-button__link {
    background: #00d7f9;
    color: #005b52 !important;
}
.choice-portrait.has-bright-blue-color  a.wp-block-button__link:before {
    background: #bfea0c !important;
}

.choice-portrait.has-bright-blue-background-color  a.wp-block-button__link:before {
    background: #bfea0c !important;
}





.cta-choices-dots-line  {
    position: relative;
    width: calc(100% - 50px);
    margin-left: auto;
    height: 15rem;
    background: linear-gradient(to top right, #005b52 calc(50% - 1px), #00d6f9, #005b52 calc(50% + 1px) );
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
	z-index: -1;
}

.cta-choices-dots-line:before {
    content: "";
    display: block;
    width: 125px;
    height: 125px;
    position: absolute;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    left: 0;
    top: 0;
	background: #00d6f9;
    background-image: linear-gradient(to bottom right, #005b52, #00d6f9);
}

.cta-choices-dots-line:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #00d6f9;
    border-radius: 100%;
    transform: translate(50%, 50%);
    right: 0;
    bottom: 0;
}



.choice-portrait.has-neon-green-color .cta-choices-dots-line {
    background: linear-gradient(to top right, #005b52 calc(50% - 1px), #bfea0b, #005b52 calc(50% + 1px) );
}

.choice-portrait.has-neon-green-color .cta-choices-dots-line:before {
    background: #bfea0b;
    background-image: linear-gradient(to bottom right, #005b52, #bfea0b);
}

.choice-portrait.has-neon-green-color .cta-choices-dots-line:after {
    background: #bfea0b;
}



.choice-portrait.has-bright-blue-color .cta-choices-dots-line {
    background: linear-gradient(to top right, #005b52 calc(50% - 1px), #00D6F9, #005b52 calc(50% + 1px) );
}

.choice-portrait.has-bright-blue-color .cta-choices-dots-line:before {
    background: #bfea0b;
    background-image: linear-gradient(to bottom right, #005b52, #00D6F9);
}

.choice-portrait.has-bright-blue-color .cta-choices-dots-line:after {
    background: #00D6F9;
}



.choice-portrait.has-neon-green-background-color .cta-choices-dots-line {
    background: linear-gradient(to top right, #bfea0b calc(50% - 1px), #005b52, #bfea0b calc(50% + 1px) );
}

.choice-portrait.has-neon-green-background-color .cta-choices-dots-line:before {
    background: #bfea0b;
    background-image: linear-gradient(to bottom right, #bfea0b, #005b52);
}

.choice-portrait.has-neon-green-background-color .cta-choices-dots-line:after {
    background: #005b52;
}



.choice-portrait.has-bright-blue-background-color .cta-choices-dots-line {
    background: linear-gradient(to top right, #00d6f9 calc(50% - 1px), #005b52, #00d6f9 calc(50% + 1px) );
}

.choice-portrait.has-bright-blue-background-color .cta-choices-dots-line:before {
    background: #00d6f9;
    background-image: linear-gradient(to bottom right, #00d6f9, #005b52);
}

.choice-portrait.has-bright-blue-background-color .cta-choices-dots-line:after {
    background: #005b52;
}


/* Sustainability report */
.choice-portrait.image-style-cover .choice-portrait-image:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 40%;
    background: linear-gradient( #005b52, #fff0);
    top: 0;
}

.choice-portrait.image-style-cover .choice-portrait-image img {
    object-fit: cover;
	object-position: center;
}
.choice-portrait.image-style-cover .choice-portrait-image {
    margin: 0 -3rem;
    height: 30rem;
}

.choice-portrait.image-style-cover.has-neon-green-background-color .choice-portrait-image:before {
    background: linear-gradient(#bfea0b, #fff0);
}

.choice-portrait.image-style-cover.has-bright-blue-background-color .choice-portrait-image:before {
    background: linear-gradient(#00d6f9, #fff0);
}



/* Responsive */
@media only screen and (min-width: 1000px) {
	

}


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

.choices-portrait {
    grid-template-columns: 1fr 1fr;
}
	
}


@media only screen and (max-width: 600px) {
.choices-portrait {
    grid-template-columns: 1fr;
}
}
.choice h3 {
  font-family: 'Soehne schmal extrafett kursiv', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 0.85;
    font-weight: normal;
	font-size: 3.5rem;
	max-width: 48rem;
}

@media (min-width: 700px) {
	.choice h3 {
		    font-size: 4.5rem;
	}
}

@media (min-width: 900px) {
	.choice h3 {
		    font-size: 5.5rem;
	}
}


.choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.choice {
    padding: 4rem;
    border-radius: 10px;
	position: relative;
    z-index: 2;
	    display: flex;
    flex-direction: column;
	overflow: hidden;
	width: 100%;
	height: 50rem;
	    box-sizing: border-box;
}


.choice p {
    max-width: 40rem;
}
.choice h3 {
        margin-top: 0 !important;
    margin-left: 0 !important;
	margin-bottom: 1.5rem !important;
}
.choice .parallaxvisual:after {
    content: "";
    width: 50rem;
    height: 50rem;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    z-index: -1;
    transform: translate(30%, 30%);
    background-image: linear-gradient(to top right, currentColor, transparent);
}

.choice .parallaxvisual img {
	max-width: 55rem;
    margin-left: auto;
}

.parallaxvisual {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.parallaxvisual img {
    width: 100%;
    height: calc(100% + 100px);
    object-fit: cover;
    object-position: bottom;
}

.choice .wp-block-button {
    margin-top: auto;
    margin-bottom: 0;
	    margin-right: auto;
}

.choice.has-neon-green-color a.wp-block-button__link {
    background: #bfea0c;
    color: #005b52 !important;
}

.choice.has-bright-blue-color a.wp-block-button__link {
    background: #00d7f9;
    color: #005b52 !important;
}
.choice.has-bright-blue-color  a.wp-block-button__link:before {
    background: #bfea0c !important;
}

.choice.has-bright-blue-background-color  a.wp-block-button__link:before {
    background: #bfea0c !important;
}

/* Choices full width */
/* .choices.choices-full-width {
    display: block;
}
.choices.choices-full-width .choice {
    aspect-ratio: auto;
    min-height: 40rem;
    margin-bottom: 4rem;
}

.choices.choices-full-width p {
    max-width: 50rem;
} */

.choices.choices-full-width .choice:last-child:nth-of-type(odd):not(:first-child) {
    grid-column-start: 1;
    grid-column-end: 3;
}
@supports (aspect-ratio: auto) {
.choices.choices-full-width .choice:last-child:nth-of-type(odd):not(:first-child) {
    aspect-ratio: 2.1 / 1;
}
}


/* Responsive */
@media only screen and (min-width: 1000px) {
	@supports (aspect-ratio: auto) {
	  .choice {
		aspect-ratio: 1 / 1;
	   height: auto;
		  
 	 }
}
	
}


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

.choices {
    grid-template-columns: 1fr;
}
	
.choices.choices-full-width .choice:last-child:nth-of-type(odd):not(:first-child) {
    grid-column-start: 1;
    grid-column-end: 2;
}
@supports (aspect-ratio: auto) {
.choices.choices-full-width .choice:last-child:nth-of-type(odd):not(:first-child) {
    aspect-ratio: 1 / 1;
}
}

}


@media only screen and (max-width: 600px) {
.choice .parallaxvisual:after {
    width: 80vw;
    height: 80vw;
}
.choice {
    padding: 2.5rem;
	height: auto;
min-height: 45rem;
}
.choice {
		aspect-ratio: 1 / 1;
	   height: auto;
		  
 	 }	
}
.cta-large h2 {
  font-family: 'Soehne schmal extrafett kursiv', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 0.85;
    font-weight: normal;
	font-size: 4.5rem;
}

@media (min-width: 700px) {
	.cta-large h2 {
		    font-size: 5.5rem;
	}
}

@media (min-width: 900px) {
	.cta-large h2 {
		    font-size: 7rem;
	}
}
.cta-large-content a.wp-block-button__link {
	width: auto;
}
.cta-large {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.cta-large-content {
    width: 66.66%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
}

.cta-large-content h2 {
    margin-top: 0;
	line-height: 0.85;
	    margin-left: 0;
}

.cta-large-content p {
	max-width: 60rem;
	margin-bottom: 4rem;
}

.cta-large .parallaxvisual img {
     height: calc(100% + 100px);
	width: 100%;
	    object-fit: cover;
}

.cta-large .parallaxvisual {
    position: relative;
    top: 0;
    left: 0;
    width: 33.33%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    z-index: 1;
    max-height: 55rem;
}

.cta-large .wp-block-button {
    margin-bottom: 0;
    margin-top: auto;
}



/* Responsive */
@media only screen and (max-width: 900px) {

.cta-large {
    flex-direction: column-reverse;
}

.cta-large-content {
    width: 100%;
}

.cta-large .parallaxvisual {
    width: 100%;
    height: 40vw;
}

.cta-large .parallaxvisual img {
    object-position: center;
}
	
}

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

.cta-large-content {
    padding: 2.5rem;
}
	
}
.cta-personal-contact h2 {
  font-family: 'Soehne schmal extrafett kursiv', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    line-height: 0.85;
    font-weight: normal;
	font-size: 3.5rem;
    padding-right: 2rem;
	max-width: 50rem;
}
/* .block-call-to-action-personal-contact {
    scroll-margin-top: 100px;
} */
@media (min-width: 700px) {
	.cta-personal-contact h2 {
		    font-size: 4.5rem;
	}
}

@media (min-width: 900px) {
	.cta-personal-contact h2 {
		    font-size: 5.5rem;
	}
}

.cta-personal-contact {
    padding: 4rem;
    border-radius: 10px;
    align-items: center;
}



.cta-personal-contact h2 {
     margin: 0 !IMPORTANT;
   
}

.cta-personal-contact-info {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1rem;
    align-items: center;
}

.cta-personal-contact-info h5 {
    margin-top: 0 !important;
	 margin-bottom: 0.5rem !important;
}

.block-call-to-action-personal-contact .wp-block-column {
    margin: 0;
}


.cta-personal-contact .wp-block-button {
  
    margin: 2rem 0 0 0;
}



.cta-personal-contact figure {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    /* Not needed if it's a block element, like a div */
    width: 100%;
}


.cta-personal-contact figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 100%;
}




.cta-personal-contact-info p {
    margin: 0;
}



/* Has contact form */
.cta-personal-contact.has-contact-form figure {
    margin-left: 0;
}
.cta-personal-contact.has-contact-form .wp-block-column:first-of-type {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cta-personal-contact.has-contact-form .cta-personal-contact-info {
    display: flex;
    align-items: center;
}
.cta-personal-contact.has-contact-form input[type="text"], .cta-personal-contact.has-contact-form input[type="email"] {
    background: inherit;
}
.cta-personal-contact.has-contact-form .cta-personal-contact-info img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    object-fit: cover;
    margin-right: 1rem;
}
.cta-personal-contact.has-contact-form select.wpcf7-select {
    background-color: inherit;
}
p.cta-personal-contact-subtitle {
    margin-bottom: auto;
    margin-top: 2rem;
	padding-right: 2rem;
	max-width: 45rem;
}


.cta-personal-contact-image {
    margin: 0 0 auto 0;
    padding: 4rem 2rem 3rem 0;
}

.cta-personal-contact-image img {
    width: 100%;
}

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

.cta-personal-contact.has-contact-form .cta-personal-contact-info {
	margin: 2.5rem 0;
}
p.cta-personal-contact-subtitle {
    margin-top: 0;
}
	.cta-personal-contact-image {
    padding: 0;
    margin: 4rem 0 1rem 0;
}
}
/* Responsive */
@media only screen and (max-width: 900px) {

.cta-personal-contact h2 {
    margin-bottom: 1.5rem !important;
}
.cta-personal-contact figure {
    width: 125px;
    padding-bottom: 125px;
    margin-left: auto;
}
	
}

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

	.cta-personal-contact  {
    padding: 2.5rem;
}
.cta-personal-contact figure {
    width: 75px;
    padding-bottom: 75px;
    margin-left: auto;
}
.cta-personal-contact-info {
    align-items: flex-start;
}
}


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

.cta-personal-contact-info {
    display: flex;
    flex-direction: column-reverse;
}

.cta-personal-contact figure {
    margin-left: 0;
    margin-bottom: 1.5rem;
}

}
.cta-tiny {
    padding: 3rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.cta-tiny h4 {
    margin: 0;
}




/* Responsive */
@media only screen and (max-width: 900px) {
.cta-tiny {
    flex-direction: column;
    align-items: flex-start;
}

.cta-tiny h4 {
    margin-bottom: 1.5rem;
}

	
}

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

	.cta-tiny {
    padding: 2.5rem;
}
	
}

.flexible-text-layout-two-columns h3 {
    margin-top: 0 !important;
}

.flexible-text-layout-two-columns .wp-block-column .text-layout-cta:first-of-type h5 {
    margin-top: 0.5rem !important;
}

.flexible-text-layout-two-columns h5 {
    margin-top: 4.5rem !important;
    margin-bottom: 1.5rem !important;
}

.text-layout-cta a svg {
    background: #bfea0c;
    width: 30px;
    height: 30px;
    padding: 8px;
    padding-left: 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.text-layout-cta a {
    display: flex;
    align-items: center;
    line-height: 1.1;
    text-decoration: none;
    position: relative;
    font-size: 1.7rem;
    letter-spacing: normal;
    font-family: 'Soehne halbfett', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}

.text-layout-cta a span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: currentColor;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}


.text-layout-cta a:hover span:after {
    width: 100%;
    left: 0;
    background: currentColor;
}

.text-layout-cta a span {
    position: relative;
}


.flexible-text-layout-two-columns.content-alignment-centred {
    margin-left: auto;
    margin-right: auto;
}


/* New update remove columns */

.block-flexible-text-layout-two-columns.stacked .wp-block-columns {
   display: block;
   max-width: 80rem;
	    margin-left: auto;
    margin-right: auto;
}


.block-flexible-text-layout-two-columns.stacked .wp-block-column {
    margin-left: 0 !important;
}



/* New update remove columns */

.block-flexible-text-layout-two-columns.stacked .wp-block-columns {
   display: block;
   max-width: 80rem;
}


.block-flexible-text-layout-two-columns.stacked .wp-block-column {
    margin-left: 0 !important;
}




/* Responsive */
@media only screen and (max-width: 900px) {

.text-layout-cta {
    padding-left: 4rem;
}
	
}

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

.text-layout-cta {
    padding-left: 2.5rem;
}
	
}

.text-layout-cta img {
    width: 8rem;
    height: 8rem;
    object-fit: contain;
    object-position: center;
    margin-top: 6rem;
}

.text-layout-cta h5 {
    margin-top: 3.5rem;
    margin-bottom: 1.5rem;
}
.text-layout-cta-wrapper {
/*     display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: var(--wp--style--block-gap,2em); */
}

.text-layout-cta a svg {
    background: #bfea0c;
    width: 30px;
    height: 30px;
    padding: 8px;
    padding-left: 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.text-layout-cta a {
    display: flex;
    align-items: center;
    line-height: 1.1;
    text-decoration: none;
    position: relative;
    font-size: 1.7rem;
    letter-spacing: normal;
    font-family: 'Soehne halbfett', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}

.text-layout-cta a span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: currentColor;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}


.text-layout-cta a:hover span:after {
    width: 100%;
    left: 0;
    background: currentColor;
}

.text-layout-cta a span {
    position: relative;
}


.flexible-text-layout-two-columns h3 {
    margin-top: 0 !important;
}

.flexible-text-layout-two-columns .wp-block-column .text-layout-cta:first-of-type h5 {
    margin-top: 0.5rem !important;
}

.flexible-text-layout-two-columns h5 {
    margin-top: 4.5rem !important;
    margin-bottom: 1.5rem !important;
}

.text-layout-cta a svg {
    background: #bfea0c;
    width: 30px;
    height: 30px;
    padding: 8px;
    padding-left: 10px;
    border-radius: 100px;
    margin-right: 10px;
}

.text-layout-cta a {
    display: flex;
    align-items: center;
    line-height: 1.1;
    text-decoration: none;
    position: relative;
    font-size: 1.7rem;
    letter-spacing: normal;
    font-family: 'Soehne halbfett', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
}

.text-layout-cta a span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: currentColor;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}


.text-layout-cta a:hover span:after {
    width: 100%;
    left: 0;
    background: currentColor;
}

.text-layout-cta a span {
    position: relative;
}




/* Responsive */
@media only screen and (max-width: 900px) {

.text-layout-cta {
    padding-left: 4rem;
}
	
}

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

.text-layout-cta {
    padding-left: 2.5rem;
}
	
}

/* Block: Stats */
.block-stats__inner {
    margin: 0 auto;
    max-width: 120rem;
}

/* Row of stat items */
.block-stats__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 4rem;
}

/* Each stat column */
.block-stats__item {
    display: flex;
    align-items: center;
    gap: 3rem;
}

/* Circle wrapper — positions the number over the SVG */
.block-stats__circle-wrap {
    position: relative;
    width: 30%;
    min-width: 30%;
}

/* SVG fills the wrapper, rotated so progress starts at top */
.block-stats__circle {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

/* Background track */
.block-stats__circle-track {
    fill: none;
    stroke: #ccf7fe;
    stroke-width: 35;
}

/* Animated fill — green stroke, round caps */
.block-stats__circle-fill {
    fill: none;
    stroke: #00d6f9;
    stroke-width: 35;
    stroke-dasharray: 502.65;
    stroke-dashoffset: 502.65;
}
.block-stats__circle-fill--inner {
    stroke: #ccf7fe;
    stroke-width: 35;
    stroke-dasharray: 2 502;
}

/* Number overlay centered inside the circle */
.block-stats__circle-number {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-stats__circle-value {
    font-size: clamp(2.5rem, 4vw, 3.875rem);
    font-weight: 900;
    line-height: 1;
    color: #351834;
}

.block-stats__circle-percent {
    font-size: clamp(1.25rem, 2vw, 2.125rem);
    font-weight: 900;
    line-height: 1;
    color: #351834;
}

/* Label below the circle */
.block-stats__label {
    margin: 0;
}

/* Tablet */
@media (max-width: 1000px) {
 .block-stats__items {
    grid-template-columns: 1fr;
}

.block-stats__item {
    max-width: 70rem;
}   
}

/* Mobile */
@media (max-width: 768px) {
   
}

.block-header-homepage .entry-header {
    background: #005b52;
    margin: 0;
    padding: calc(4rem + 100px) 0 4rem 0;
	transition: height 0.3s ease-out;
}

.singular.page-template-default .block-header-homepage .entry-header-inner {
    grid-template-columns: 2fr 2fr 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr auto;
    display: grid;
    grid-gap: 0;
}

.entry-header-inner-text-1 {
   grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
justify-content: flex-end;
	    z-index: 1;
}
.entry-header-inner-text-2 {
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
	padding-top: 2.5rem;
	    z-index: 1;
}



.block-header-homepage .entry-header-inner > * {
    margin: 0;
	text-align: left;
}
.block-header-homepage .entry-header-inner > * {
    margin-left: 0;
	text-align: left;
}

.block-header-homepage {
	    overflow: hidden;
    margin-top: 0 !important;
}

.dotsline:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #00d6f9;
    border-radius: 100%;
    transform: translate(-50%, 50%);
    left: 0;
    bottom: 0;
}

.dotsline:before {
    transform: translate(-50%, 50%) scale(100);
    transform: translate(-50%, 50%) scale(1);
    transition: 0.75s ease-in;
    z-index: 10;
}

.dotsline:after {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    background: #00d6f9;
    border-radius: 100%;
    transform: translate(50%, -50%);
    right: 0;
    top: 0;
	    background-image: linear-gradient(to top left, #005b52, #00d6f9);
}

.dotsline {
    position: relative;
    width: auto;
    height: 100%;
    background: linear-gradient(to bottom right, #005b52 calc(50% - 1px), #00d6f9, #005b52 calc(50% + 1px) );
}
.block-header-homepage .entry-header-inner .dotsline {
        grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 5;
}



.block-header-homepage h1.entry-title {
    margin:  0;
	    max-width: 75rem;
}

.block-header-homepage .intro-text {
    margin: 0 !important;
}

.block-header-homepage .wp-block-buttons {
	    display: block;
	margin-top: 4rem;
}

.block-header-homepage .entry-header-inner .intro-text p {
    margin: 0;
    max-width: 49rem;
    line-height: normal;
}

.block-header-homepage .entry-header-inner .homeheadervisual {
    z-index: 1;
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 100%;
    object-fit: unset;
	transform: scale(1.2);
}
.block-header-homepage .entry-header-inner .homeheadervisual img {
    height: auto;
    object-fit: contain;
}


a.scroll {
    color: #07897C !important;
    text-decoration: none;
    display: block;
    transition: .3s;
	    margin-top: 8rem;
}

a.scroll svg {
    margin: auto;
    width: 10rem;
    margin-top: 1rem;
}

a.scroll:hover {
    transform: translateY(1.5rem);
}

@media only screen and (max-width: 1220px) {
.block-header-homepage .entry-header {
	padding: 80px 0 4rem 0;
}
	
a.scroll {
    margin-top: 5rem;
}
}

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

.singular.page-template-default .block-header-homepage .entry-header-inner {
    grid-template-rows: auto 1fr 1fr auto;
    grid-template-columns: 2fr 1fr 1fr;
}

.entry-header-inner-text-1 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 4;
	    padding-bottom: 2rem;
}

.entry-header-inner-text-2 {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 4;
}

.block-header-homepage .entry-header-inner .dotsline {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 3;
	    margin-left: 10px;
}

.block-header-homepage .entry-header-inner .homeheadervisual {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
	transform: scale(1);
}

.block-header-homepage .entry-header {
    padding: calc(4rem + 70px) 0 4rem 0;
}

.block-header-homepage .entry-header-inner {
    margin-top: 0;
    margin-bottom: 0;
}

a.scroll {
    margin-top: 4rem;
}
	
}


@media only screen and (max-width: 600px) {
	
.dotsline:after {
    width: 40vw;
    height: 40vw;
}
.block-header-homepage .wp-block-buttons .wp-block-button {
    display: block;
    margin-top: 1rem;
}

.block-header-homepage .wp-block-buttons .wp-block-button a {
    display: block;
}

.block-header-homepage .wp-block-buttons {
    margin-top: 2rem;
}
	.block-header-homepage h1.entry-title {
		margin-bottom: 2rem;
	}	
	
}

ul.jobs {
    margin: 0;
    padding: 0;
}

ul.jobs li {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid;
    margin: 0;
    padding: 1.5rem 0;
}

ul.jobs li p {
    margin: 0;
}
ul.jobs li:first-of-type {
    padding-top: 0;
}
ul.jobs li:last-of-type {
    border: none;
}


ul.jobs a svg {
    background: #bfea0c;
    width: 30px;
    height: 30px;
    padding: 8px;
    padding-left: 10px;
    border-radius: 100px;
    margin-left: 10px;
}

ul.jobs a {
    display: flex;
    align-items: center;
    line-height: 1.1;
    text-decoration: none;
    position: relative;
    font-size: 1.7rem;
    letter-spacing: normal;
    font-family: 'Soehne halbfett', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
	    min-width: 13rem;
    justify-content: flex-end;
}

ul.jobs a span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: currentColor;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
}


ul.jobs a:hover span:after {
    width: 100%;
    left: 0;
    background: currentColor;
}

ul.jobs a span {
    position: relative;
}
.partner-carousel-content-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
	    align-items: flex-start;
	gap: var(--wp--style--block-gap,2em);
}
.partner-carousel-content-inner blockquote {
	    margin: 0;
    padding: 0;
    border: none;
}
.partner-carousel-content-inner iframe {
	width: 100% !Important;
}
.partner-carousel-logos img:hover {
    opacity: 1;
}

.partner-carousel-logos img {
    opacity: 0.3;
    cursor: pointer;
    transition: .3s;
}

.partner-carousel-logos .slick-current img {
    opacity: 1;
}

.partner-carousel-logos figure.slick-slide img {
    height: 60px;
    max-width: 150px;
    width: 100%;
    object-fit: contain;
    margin: auto;
}

cite.author {
    margin-top: 3rem;
    font-family: 'Soehne halbfett', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: inherit;
    font-weight: normal;
}

cite.jobtitle {
    margin-top: 0.5rem;
    font-weight: normal;
    font-family: inherit;
}


.partner-carousel-content-inner figure {
	position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  /* Not needed if it's a block element, like a div */
  width: 100%;
}
.partner-carousel-content-inner figure img {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	object-fit: cover;
}

.partner-carousel-logos .slick-track {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
	margin-bottom: 1rem;
}
.partner-carousel-logos figure.slick-slide {
    padding: 0 1rem;
}

.partner-carousel-logos .slick-list {
    padding: 0 !important;
}

.partner-carousel-logos .slick-track:before, .partner-carousel-logos .slick-track:after {
    display: none;
}




.slick-next, .slick-prev {
    width: 30px !important;
    height: 30px !important;
    background: black !important;
    color: #fff !important;
}

.slick-next:before, .slick-prev:before {
    font-family: 'Inter var' !important;
    font-weight: 700;
    opacity: 1 !important;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
	opacity: .5;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: inherit;
    background: #000;
}

.partner-carousel-logos {
    overflow: visible;
}


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

.partner-carousel-logos .slick-list {
   
    overflow: visible;
}

}





/* Responsive */
@media only screen and (max-width: 900px) {

.partner-carousel-content-inner {
    display: block;
}

.partner-carousel-content-inner .video {
    margin-bottom: 3rem;
}
	
}

.block-popup {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    max-width: unset;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
	display: none;
}

.block-popup.active {
    display: flex !important;
}


.block-popup.active {
    display: flex !important;
    animation: fadeIn 0.6s ease forwards;
}

.block-popup.closing {
    animation: fadeOut 0.6s ease forwards;
}

/* Fade animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}




.popup-content {
    width: calc(100% - 4rem);
    max-width: 100rem;
    background: #fff;
    padding: 4rem;
    border-radius: 1rem;
    position: relative;
    max-height: calc(100% - 4rem);
    overflow: auto;
}

.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 91 82 / 40%);
    z-index: -1;
}

.popup-content-left figure {
    position: relative;
    height: 0;
    padding-bottom: 150%;
    overflow: hidden;
    /* Not needed if it's a block element, like a div */
    width: 100%;
	
}

.popup-content-left img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
	
}

.popup-content-inner {
    display: flex;
    gap: 6rem;
    margin-top: -4rem;

}

.popup-content-left {
    flex: 1;
}

.popup-content-right {
    flex: 2;
}

.popup-footer {
    display: flex;
    gap: 6rem;
    margin-top: 1em;
}

.popup-footer-image {
    flex: 1;
}

.popup-footer-text {
    flex: 2;
    font-size: 80%;
}

img.popup-logo {
    height: 60px;
    margin-bottom: 1em;
	object-fit: contain;
    max-width: 40%;
}

.popup-footer-image img {
    height: 40px;
    object-fit: contain;
}

button.popup-close {
    position: sticky;
    z-index: 4;
    top: 0;
    left: 100%;
    padding: 0;
    width: 4rem;
    height: 4rem;
    font-size: 120%;
    text-decoration: none ! IMPORTANT;
    background: #f3f5f5;
    color: #005B52;
}



@media only screen and (max-width: 800px) {
	.popup-content {
		padding: 3rem;
	}
.popup-content-inner {
    flex-direction: column;
    gap: 2em;
}

.popup-content-left figure {
    padding-bottom: 50%;
}

.popup-footer {
    gap: 3rem;
    flex-direction: row-reverse;
}
	
}
/* Related Posts */
.related-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	    margin-bottom: 4rem;
}
.related-posts .item {
    width: calc(33% - 1.5rem);
}


.block-stats {
    display: flex;
    align-items: center;
    gap: 6rem;
    padding: 8rem 4rem;
}



.block-stats__image {
    width: 50%;
    flex-shrink: 0;
}

.block-stats__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.block-stats__image img {
    max-width: 80rem;
    margin-left: auto;
}

.block-stats__right {
    flex: 1;
    max-width: 80rem;
}

h2.block-stats__title {
    margin: 0 0 8rem 0;
}

.block-stats__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem 2rem;
}

.block-stats__number {
    font-size: clamp(36px, 4vw, 56px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.block-stats__ending {
    font-size: 0.6em;
}

.block-stats__label {
    margin: 0;
}


@media (max-width: 500px) {
  .block-stats__grid {
        grid-template-columns: 1fr ;
    }
}

@media (max-width: 700px) {
 
	.block-stats {
		padding: 2.5rem 2.5rem 5rem 2.5rem;
	}

    .block-stats__image {
        width: 100%;
    }

 
}

@media (max-width: 900px) {

.block-stats {
    flex-direction: column;
    align-items: flex-start;
}

.block-stats__image {
    width: 100%;
    max-width: 80rem;
}

.block-stats__right {
    width: 100%;
}
	
}
.sticky-text-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sticky-text-right {
    width: 100%;
    max-width: 80rem;
}

.sticky-text-left {
    position: absolute;
    width: 20%;
    left: 0;
    top: 0;
    height: 100%;
}


.sticky-text-left h4 {
    position: sticky;
    top: 100px;
    margin: 0 0 2rem 0;
}



/* Responsive */
@media only screen and (max-width: 1300px) {

.sticky-text-inner {
    flex-direction: column;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.sticky-text-left {
    position: relative;
    width: 100%;
}
	
}
.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;

}

.block-team h4 {
    margin-top: 8rem;
    margin-bottom: 4rem;
}

.team-members .team-member {
    margin-bottom: 6rem;
}

.block-team img {
    width: 100%;
}



.team-member figure {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    /* Not needed if it's a block element, like a div */
    width: 100%;
}



.team-member figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member p {
    margin: 2rem 0 0.5rem 0;
}

.team-member p.has-small-font-size {
    margin-top: 0;
}
.team-member {
    width: calc(33.33% - 3rem);
}
.team-member:nth-child(-n+3) {
    width: calc(33.33% - 3rem);
}
.team-member:nth-child(n+8):nth-child(-n+10) {
 width: calc(33.33% - 3rem);
}

.team-member:nth-child(-n+3) figure {
    padding-bottom: 100%;
}
.team-member:nth-child(n+8):nth-child(-n+10) figure {
    padding-bottom: 100%;
}
.team-member a svg {
    transition: transform 0.15s ease-in-out;
}
.team-member a:hover svg {
 transform: scale(1.1);
}






/* Responsive */
@media only screen and (max-width: 900px) {

.team-member figure {
    padding-bottom: 125% !important;
}
.team-member {
    width: calc(50% - 2rem) !Important;
}
	
}

@media only screen and (max-width: 450px) {
.team-member {
    width: 100% !Important;
}
	
}


.headerdotsline {
    position: relative;
    width: auto;
    height: 100%;
    background: linear-gradient(to top right, #005b52 calc(50% - 1px), #00d6f9, #005b52 calc(50% + 1px) );
    grid-row-start: 2;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
}

.headerdotsline:before {
    content: "";
    display: block;
    width: 13vw;
    height: 13vw;
    position: absolute;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    left: 0;
    top: 0;
	background: #00d6f9;
    background-image: linear-gradient(to bottom left, #005b52, #00d6f9);
}

.headerdotsline:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    background: #00d6f9;
    border-radius: 100%;
    transform: translate(50%, 50%);
    right: 0;
    bottom: 0;
}


.text-layout-graphic-element-inner {
    display: flex;
	gap: 2rem;
    padding: 4rem 0 8rem 0;

}

.text-layout-graphic-element-inner.graphic-element-position-left {
    flex-direction: row-reverse;
}

.text-layout-graphic-element-inner-left {
    width: 50%;
}

.text-layout-graphic-element-inner-left h2 {
    margin-top: 0;
}

.text-layout-graphic-element-inner-left p:last-of-type {
    margin: 0;
}

.text-layout-graphic-element-inner-right {
  	width: 50%;
	padding-right: 150px;
    padding-top: 150px;
}

.text-layout-graphic-element-inner .headerdotsline img {
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 150px;
    height: 150px;
    object-fit: contain;
    z-index: 1;
    transform: translate(-50%, 50%);
}

.text-layout-graphic-element-inner .headerdotsline:before {
    top: 100%;
    bottom: 0;
    width: 20px;
    height: 20px;
	background: #bfea0c !important;
}

.text-layout-graphic-element-inner .headerdotsline:after {
   background: #bfea0c;
    background-image: linear-gradient(to bottom left, #fff, #bfea0c) !important;
    width: 300px;
    height: 300px;
    bottom: 100%;
}

.text-layout-graphic-element-inner.graphic-element-position-right .headerdotsline {
    background: linear-gradient(to top left, #ffffff calc(50% - 1px), #bfea0c, #ffffff calc(50% + 1px) ) !important;
}
.text-layout-graphic-element-inner.graphic-element-position-left .headerdotsline {
    background: linear-gradient(to top right, #ffffff calc(50% - 1px), #bfea0c, #ffffff calc(50% + 1px) ) !important;
}


.text-layout-graphic-element-inner.graphic-element-position-left .text-layout-graphic-element-inner-right {
	padding-right: 0;
	padding-left: 150px;
}

.text-layout-graphic-element-inner.graphic-element-position-left  .headerdotsline:after {
    right: 100%;
}

.text-layout-graphic-element-inner.graphic-element-position-left  .headerdotsline img {
    left: 0;
}

.text-layout-graphic-element-inner.graphic-element-position-left  .headerdotsline:before {
    left: 100%;
}





/* Responsive */
@media only screen and (max-width: 900px) {

.text-layout-graphic-element-inner {
    flex-direction: column-reverse !important;
}

.text-layout-graphic-element-inner-left {
    width: 100%;
}

.text-layout-graphic-element-inner-right {
    width: 100%;
    height: 50vw;
}

.text-layout-graphic-element-inner .headerdotsline:after {
    width: 40vw;
    height: 40vw;
}

.text-layout-graphic-element-inner.graphic-element-position-left .text-layout-graphic-element-inner-right {
    padding-left: 20vw;
}

.text-layout-graphic-element-inner-right {
    padding-top: 20vw;
        padding-right: 20vw;
}

.text-layout-graphic-element-inner {
    padding: 4rem 0 0 0;
    gap: 2rem;
}
.text-layout-graphic-element-inner .headerdotsline img {
    width: 25vw;
    height: 25vw;
}
}
.block-stats__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem
}

.block-stats__item {
    display: flex;
    align-items: center;
    gap: 3rem
}

.block-stats__circle-wrap {
    position: relative;
    width: 30%;
    min-width: 30%
}

.block-stats__circle {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg)
}

.block-stats__circle-track {
    fill: none;
    stroke: #ccf7fe;
    stroke-width: 35
}

.block-stats__circle-fill {
    fill: none;
    stroke: #00d6f9;
    stroke-width: 35;
    stroke-dasharray: 502.65;
    stroke-dashoffset: 502.65
}

.block-stats__circle-fill--inner {
    stroke: #ccf7fe;
    stroke-width: 35;
    stroke-dasharray: 2 502
}

.block-stats__circle-number {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.block-stats__circle-value {
    font-size: clamp(2.5rem, 4vw, 3.875rem);
    font-weight: 900;
    line-height: 1;
    color: #351834
}

.block-stats__circle-percent {
    font-size: clamp(1.25rem, 2vw, 2.125rem);
    font-weight: 900;
    line-height: 1;
    color: #351834
}

.block-stats__label {
    margin: 0
}

.block-timeline {
    position: relative;
	padding: 8rem 0;
}

.block-timeline__heading {
    margin-bottom: 60px
}

.block-timeline__quote {
    width: 35%;
}

.block-timeline__quote h3 {
    margin: 0;
    width: 100%;
    position: sticky;
    top: 200px;
	font-family: 'Soehne buch', "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	max-width: 90%;
}

#site-content {
    overflow: visible;
}

.block-timeline__track-wrap {
    position: relative;
	display: flex;
}

.block-timeline__track, .block-timeline__fill {
    position: absolute;
    left: calc(35% + 100px);
    top: 3rem;
    bottom: -8rem;
    width: 1px;
}

.block-timeline__track {
    background: #d0ddd8
}

.block-timeline__fill {
    background: #1a5240;
    height: 0;
    transition: height 0.05s linear;
    will-change: height;
	width: 2px;
    margin-left: -0.5px;
}

.block-timeline__items {
    display: flex;
    flex-direction: column;
    width: 65%;
}

.block-timeline__item {
    display: grid;
    grid-template-columns: 80px 40px 1fr;
    align-items: start;
    padding: 2rem 0;
    position: relative;
}

.block-timeline__year {
    font-size: clamp(20px, 2.5vw, 23px);
    font-weight: 700;
    color: #1a5240;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
}

.block-timeline__dot {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 9px;
    position: relative;
    z-index: 1
}

.block-timeline__dot::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1a5240;
    flex-shrink: 0;
    transition: transform 0.3s ease
}

.block-timeline__item:hover .block-timeline__dot::before {
    transform: scale(1.5)
}

.block-timeline__content {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    padding-left: 12px;
    max-width: 600px
}

.block-timeline__background {
    position: absolute;
    right: 0;
    top: 16rem;
    width: 25%;
    height: calc(100% - 16rem);
	max-width: 50rem;
}

.block-timeline__background img {
    position: sticky;
    top: 150px;
	    width: 100%;
}



@media (max-width: 1000px) {

.block-timeline__track-wrap {
    flex-direction: column-reverse;
    gap: 6rem;
}

.block-timeline__track, .block-timeline__fill {
    left: 100px;
}

.block-timeline__quote {
    margin-left: 130px;
    width: 50%;
}


}




@media (max-width: 640px) {
    .block-timeline__track-wrap {
        padding-left:0
    }
	
	.block-timeline__items {
		width: 85%;
	}
	
	    .block-timeline__quote {
        margin-left: 35px;
        width: 85%;
    }
	
	.block-timeline__background {
   
    width: 35%;
	}
   
	.block-timeline__track, .block-timeline__fill {
        left: 9px;
    }

    .block-timeline__item {
        grid-template-columns: 20px 1fr;
        grid-template-rows: auto auto;
        margin-left: 0;
        padding-left: 0;
        gap: 0 12px
    }

    .block-timeline__year {
        grid-column: 2;
        grid-row: 1;
        text-align: left;
        font-size: 28px;
        padding-right: 0
    }

    .block-timeline__dot {
        grid-column: 1;
        grid-row: 1 / 3;
        padding-top: 10px
    }

    .block-timeline__content {
        grid-column: 2;
        grid-row: 2;
        padding-left: 0
    }
}

.block-video figure {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    /* Not needed if it's a block element, like a div */
    width: 100%;
}

.block-video figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-video-block-embed iframe {
    display: none;
}

.custom-video-block-placeholder {
    position: relative;
}

.custom-video-block-placeholder .play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-video-block-placeholder .play-inner {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #005b52;
    border-radius: 100px;
    padding: 20px;
    transition: .3s;
	border: none;

}
.custom-video-block-placeholder .play:hover .play-inner {
    transform: scale(1.1);
}
