.block-header-video {
position: relative;
height: 60rem;
}
.block-header-video video {
width: 100%;
height: 100%;
}
.block-header-video video.video-click-toggle {
cursor: pointer;
} .block-header-video .scroll-down-icon {
position: absolute;
bottom: 1.25rem;
left: 50%;
transform: translateX(-50%);
cursor: pointer;
}
.block-header-video .scroll-down-icon:hover {
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 100% { transform: translateX(-50%) translateY(0); }
50%      { transform: translateX(-50%) translateY(10px); }
} @media only screen and (max-width: 1440px) {
.block-header-video {
height: 48.75rem;
}
.block-header-video .scroll-down-icon {
bottom: 2.75rem;
}
}
@media only screen and (max-width: 1199px) {
.block-header-video {
height: 42.5rem;
}
.block-header-video .scroll-down-icon {
bottom: 0.75rem;
}
}
@media only screen and (max-width: 767px) {
.block-header-video {
height: 46.875rem;
}
.block-header-video .scroll-down-icon {
bottom: 1rem;
}
}.block-teaser-list-v1 {
padding: 6rem 0;
}
.teasers-container .teaser {
display: flex;
flex-direction: column;
gap: 2rem;
}
.teasers-container .teaser img {
height: 21.438rem;
width: 100%;
object-fit: cover;
border-radius: 5px;
}
.teasers-container .teaser .teaser-content {
display: flex;
flex-direction: column;
gap: 1rem;
}
.teasers-container .teaser .teaser-content * {
margin-bottom: 0;
} @media only screen and (max-width: 1199px) {
.block-teaser-list-v1 .teasers-wrapper {
padding: 0;
}
.teasers-container {
width: 100%;
overflow-x: auto;
overflow-y: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
padding: 0 1.5rem;
}
.teasers-container .row {
flex-wrap: nowrap;
}
.teasers-container .col-teaser {
width: calc(17.25rem + 2rem);
}
}
@media only screen and (max-width: 991px) {
.block-teaser-list-v1 {
padding: 4rem 0;
}
.block-teaser-list-v1 .header-wrapper .subheader {
font-size: var(--font-size-h4);
line-height: var(--line-height-h4);
letter-spacing: 0.008rem;
}
.teasers-container .col-teaser {
width: calc(17.25rem + 1.5rem);
}
.teasers-container .teaser img {
height: 24.688rem;
}
.teasers-container .teaser .teaser-content p {
font-size: var(--font-size-h6);
line-height: var(--line-height-h6);
}
}
@media only screen and (max-width: 575px) {
.teasers-container {
padding: 0 1rem;
}
}.block-line-divider {
height: 0.25rem;
background: var(--text-color);
opacity: 0.1;
}.block-text {
padding: 8rem 0;
} @media only screen and (max-width: 1440px) {
.block-text {
padding: 6rem 0;
}
.block-text .header-wrapper {
gap: 3rem;
}
}
@media only screen and (max-width: 991px) {
.block-text {
padding: 4rem 0;
}
.block-text .header-wrapper {
gap: 1rem;
}
.block-text .second_text {
margin-top: 1rem;
}
}
@media only screen and (max-width: 767px) {
.block-text {
padding: 3rem 0;
}
}.block-icon-text-teaser {
background: var(--bg-box);
padding: 6rem 0;
}
.block-icon-text-teaser .teaser-content {
display: flex;
flex-direction: column;
gap: 1.5rem;
margin-bottom: 2.5rem;
} @media only screen and (max-width: 1199px) {
.block-icon-text-teaser {
padding: 4rem 0;
}
.block-icon-text-teaser .teaser-content {
margin-bottom: 2rem;
}
}
@media only screen and (max-width: 991px) {
.block-icon-text-teaser {
padding: 3rem 0;
}
.block-icon-text-teaser .icon-text-teaser {
gap: 2rem;
align-items: center;
text-align: center;
}
.block-icon-text-teaser .icon-text-teaser .icon {
margin: 0;
}
.block-icon-text-teaser .teaser-content {
margin-bottom: 4rem;
}
.block-icon-text-teaser .item:last-child .teaser-content {
margin-bottom: 2.5rem;
}
}.block-post-teaser-list {
padding: 8rem 0;
}
.post-teaser-container .post-teaser {
position: relative;
border-radius: 5px;
overflow: hidden;
height: 100%;
display: block;
text-decoration: none;
padding-bottom: 5rem;
}
.post-teaser-container .post-teaser .image {
height: 23.667rem;
}
.post-teaser-container .post-teaser img {
height: 100%;
width: 100%;
object-fit: cover;
}
.post-teaser-container .post-teaser .post-teaser-content {
padding: 2rem;
}
[data-theme="dark"] .post-teaser-container .post-teaser .post-teaser-content {
}
.post-teaser-container .post-teaser .post-teaser-content .post-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1.5rem;
}
.block-post-teaser-list .post-teaser .post-teaser-content .author {
display: inline-block;
}
.post-teaser .post-teaser-content .post-meta .tag,
.post-teaser .post-teaser-content .post-meta .reading-time {
position: relative;
display: inline-block;
}
.post-teaser .post-teaser-content .post-meta .tag:not(:last-child):after {
content: ',';
}
.post-teaser .post-teaser-content .post-meta .reading-time:before {
content: ' | ';
}
.post-teaser-container .post-teaser .post-teaser-content .title {
font-weight: var(--font-weight-semi-bold);
height: 4.375rem;
margin-bottom: 1rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.post-teaser-container .post-teaser .icon {
position: absolute;
bottom: 2rem;
right: 2rem;
width: 3rem !important;
margin-left: auto;
transition: margin 0.3s ease;
}
.post-teaser-container .post-teaser:hover .icon {
margin-right: -0.5rem;
} @media only screen and (max-width: 1440px) {
.block-post-teaser-list {
padding: 6rem 0;
}
}
@media only screen and (max-width: 1199px) {
.post-teaser-container .row {
--bs-gutter-y: 2rem;
}
}
@media only screen and (max-width: 991px) {
.block-post-teaser-list {
padding: 4rem 0;
}
.post-teaser-container .post-teaser .image {
height: 24.75rem;
}
.post-teaser-container .post-teaser .post-teaser-content .title {
margin-bottom: calc(1rem + 1.25rem);
}
.block-post-teaser-list .btn {
margin-top: 4rem;
}
}@keyframes hero-gradient-animation {
0% {
--c-0: hsla(273.97058823529414, 76%, 37%, 1);
--s-start-0: 0%;
--s-end-0: 67%;
--x-0: 0%;
--y-0: 99%;
--x-1: 84%;
--y-1: 72%;
--c-1: hsla(219.7058823529412, 77%, 41%, 1);
--s-start-1: 0%;
--s-end-1: 81%;
--x-2: 93%;
--y-2: 95%;
--s-start-2: 0%;
--s-end-2: 66%;
--c-2: hsla(236, 73%, 56%, 1);
--y-3: 8%;
--x-3: 89%;
--s-start-3: 0%;
--s-end-3: 150%;
--c-3: hsla(206, 100%, 9%, 1);
}
100% {
--c-0: hsla(273.97058823529414, 100%, 50%, 1);
--s-start-0: 3;
--s-end-0: 61;
--x-0: 90%;
--y-0: 18%;
--x-1: 6%;
--y-1: 12%;
--c-1: hsla(199.8529411764706, 74%, 47%, 1);
--s-start-1: 3;
--s-end-1: 61;
--x-2: 16%;
--y-2: 30%;
--s-start-2: 3;
--s-end-2: 61;
--c-2: hsla(236, 100%, 23%, 1);
--y-3: 43%;
--x-3: 73%;
--s-start-3: 3;
--s-end-3: 61;
--c-3: hsla(231.61764705882354, 56%, 10%, 1);
}
}
@property --c-0 {
syntax: '<color>';
inherits: false;
initial-value: hsla(273.97058823529414, 76%, 37%, 1)
}
@property --s-start-0 {
syntax: '<percentage>';
inherits: false;
initial-value: 0%
}
@property --s-end-0 {
syntax: '<percentage>';
inherits: false;
initial-value: 67%
}
@property --x-0 {
syntax: '<percentage>';
inherits: false;
initial-value: 0%
}
@property --y-0 {
syntax: '<percentage>';
inherits: false;
initial-value: 99%
}
@property --x-1 {
syntax: '<percentage>';
inherits: false;
initial-value: 84%
}
@property --y-1 {
syntax: '<percentage>';
inherits: false;
initial-value: 72%
}
@property --c-1 {
syntax: '<color>';
inherits: false;
initial-value: hsla(219.7058823529412, 77%, 41%, 1)
}
@property --s-start-1 {
syntax: '<percentage>';
inherits: false;
initial-value: 0%
}
@property --s-end-1 {
syntax: '<percentage>';
inherits: false;
initial-value: 81%
}
@property --x-2 {
syntax: '<percentage>';
inherits: false;
initial-value: 93%
}
@property --y-2 {
syntax: '<percentage>';
inherits: false;
initial-value: 95%
}
@property --s-start-2 {
syntax: '<percentage>';
inherits: false;
initial-value: 0%
}
@property --s-end-2 {
syntax: '<percentage>';
inherits: false;
initial-value: 66%
}
@property --c-2 {
syntax: '<color>';
inherits: false;
initial-value: hsla(236, 73%, 56%, 1)
}
@property --y-3 {
syntax: '<percentage>';
inherits: false;
initial-value: 8%
}
@property --x-3 {
syntax: '<percentage>';
inherits: false;
initial-value: 89%
}
@property --s-start-3 {
syntax: '<percentage>';
inherits: false;
initial-value: 0%
}
@property --s-end-3 {
syntax: '<percentage>';
inherits: false;
initial-value: 150%
}
@property --c-3 {
syntax: '<color>';
inherits: false;
initial-value: hsla(206, 100%, 9%, 1)
}
.block-100-gradient-teaser {
--c-0: hsla(273.97058823529414, 76%, 37%, 1);
--x-0: 0%;
--y-0: 99%;
--x-1: 84%;
--y-1: 72%;
--c-1: hsla(219.7058823529412, 77%, 41%, 1);
--x-2: 93%;
--y-2: 95%;
--c-2: hsla(236, 73%, 56%, 1);
--y-3: 8%;
--x-3: 89%;
--c-3: hsla(206, 100%, 9%, 1);
background-color: hsla(214.41176470588238, 75%, 33%, 1);
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 2766 2766' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"), radial-gradient(circle at var(--x-0) var(--y-0), var(--c-0) var(--s-start-0), transparent var(--s-end-0)), radial-gradient(circle at var(--x-1) var(--y-1), var(--c-1) var(--s-start-1), transparent var(--s-end-1)), radial-gradient(circle at var(--x-2) var(--y-2), var(--c-2) var(--s-start-2), transparent var(--s-end-2)), radial-gradient(circle at var(--x-3) var(--y-3), var(--c-3) var(--s-start-3), transparent var(--s-end-3));
animation: hero-gradient-animation 10s linear infinite alternate;
background-blend-mode: overlay, normal, normal, normal, normal;
padding: 8.542rem 0 8.583rem;
color: var(--color-white);
}
.block-100-gradient-teaser.lessSpace {
padding-bottom: 7.083rem;
}
.block-100-gradient-teaser .image img {
height: 13.396rem;
}
.block-100-gradient-teaser .header-wrapper {
gap: 1.5rem;
}
.block-100-gradient-teaser .header.withlink {
width: 85%;
}
.block-100-gradient-teaser .icon-arrow-right-white {
transition: all 0.3s ease;
}
[data-theme="dark"] .block-100-gradient-teaser .icon-arrow-right-white {
background-image: url('data:image/svg+xml;charset=utf-8,<svg width="49" height="49" viewBox="0 0 49 49" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M39.667 23.9199L23.5142 39.6699H21.3374L36.7227 24.6699H8.16699V23.1699H36.7227L21.3389 8.16992H23.5142L39.667 23.9199Z" fill="white"/><path d="M23.6665 7.79492L40.2046 23.9199L23.6665 40.0449H20.416L35.8013 25.0449H7.79199V22.7949H35.8013L20.4175 7.79492H23.6665ZM37.644 23.5449H8.54199V24.2949H37.644L22.2588 39.2949H23.3618L39.1294 23.9199L23.3618 8.54492H22.2603L37.644 23.5449Z" fill="white"/><path d="M39.667 23.9199L23.5142 39.6699H21.3374L36.7227 24.6699H8.16699V23.1699H36.7227L21.3389 8.16992H23.5142L39.667 23.9199Z" stroke="white" stroke-width="0.1"/><path d="M23.6665 7.79492L40.2046 23.9199L23.6665 40.0449H20.416L35.8013 25.0449H7.79199V22.7949H35.8013L20.4175 7.79492H23.6665ZM37.644 23.5449H8.54199V24.2949H37.644L22.2588 39.2949H23.3618L39.1294 23.9199L23.3618 8.54492H22.2603L37.644 23.5449Z" stroke="white" stroke-width="0.1"/></svg>');
}
.block-100-gradient-teaser .icon-arrow-right-white:hover {
animation: bounceRight 2s infinite;
}
.block-100-gradient-teaser .icon-arrow-right-white:focus-visible {
outline: 2px solid var(--color-white);
}
@keyframes bounceRight {
0%, 100% { transform: translateX(0); }
50%      { transform: translateX(10px); }
} @media only screen and (max-width: 1199px) {
.block-100-gradient-teaser {
padding: 4.334rem 0 2.961rem;
}
.block-100-gradient-teaser .image img {
height: 12.018rem;
}
.block-100-gradient-teaser .header-wrapper {
margin-top: 1.5rem;
}
.block-100-gradient-teaser .header.withlink {
width: calc(100% - 3.5rem);
}
.block-100-gradient-teaser .icon-arrow-right-white {
margin-right: 3.5rem;
margin-top: 3.625rem;
}
}
@media only screen and (max-width: 991px) {
.block-100-gradient-teaser {
padding: 3.75rem 0 3.729rem;
}
.block-100-gradient-teaser .image img {
height: 11.146rem;
}
.block-100-gradient-teaser .header-wrapper {
margin-top: 4rem;
}
.block-100-gradient-teaser .header {
font-size: var(--font-size-h2-mobile);
line-height: var(--line-height-h2-mobile);
}
.block-100-gradient-teaser .header.withlink {
width: 100%;
}
.block-100-gradient-teaser .icon-arrow-right-white {
margin-right: 0;
margin-top: 1.5rem;
}
}.block-text-bild-teaser-mit-button {
padding: 8rem 0;
}
.block-text-bild-teaser-mit-button .primary-bg {
border-radius: 5px;
position: relative;
overflow: hidden;
}
.block-text-bild-teaser-mit-button .image {
min-height: 32.125rem;
height: 100%;
}
.block-text-bild-teaser-mit-button .image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.text-teaser-mit-button {
padding: 2rem 2rem 2rem 0;
gap: 1rem;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.text-teaser-mit-button .subheader {
font-weight: var(--font-weight-semi-bold);
line-height: 2.625rem;
}
.text-teaser-mit-button .btn {
margin-top: 1rem;
} @media only screen and (max-width: 1440px) {
.block-text-bild-teaser-mit-button {
padding: 6rem 0;
}
}
@media only screen and (max-width: 1199px) {
.block-text-bild-teaser-mit-button {
padding: 4rem 0;
}
}
@media only screen and (max-width: 991px) {
.block-text-bild-teaser-mit-button .image {
min-height: 14.938rem;
height: 14.938rem;
}
.text-teaser-mit-button {
padding: 2rem;
gap: 0.5rem;
}
.text-teaser-mit-button .subheader {
font-weight: var(--font-weight-regular);
line-height: 2.813rem;
}
.text-teaser-mit-button .text {
font-size: var(--font-size-h6);
line-height: var(--line-height-h6);
}
}.block-teaser-list-v2 {
padding: 8rem 0;
}
.teasers-list-container .teaser {
position: relative;
border-radius: 5px;
overflow: hidden;
height: 100%;
display: block;
text-decoration: none;
}
.teasers-list-container .teaser img {
height: 23.5rem;
width: 100%;
object-fit: cover;
}
.teasers-list-container .teaser .teaser-content {
padding: 2rem;
}
.teasers-list-container .teaser .teaser-content .title {
margin-top: 0.5rem;
margin-bottom: 1.5rem;
}
.teasers-list-container .teaser .teaser-content .subheader {
font-weight: var(--font-weight-semi-bold);
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
height: 4.375rem;
margin-bottom: 1rem;
width: 70%;
}
.teasers-list-container .teaser .teaser-content .icon {
margin-left: auto;
transition: margin 0.3s ease;
background-size: 3.875rem;
width: 3.875rem;
height: 3.875rem;
}
.teasers-list-container .teaser:hover .icon {
margin-right: -0.5rem;
} @media only screen and (max-width: 1440px) {
.block-teaser-list-v2 {
padding: 6rem 0;
}
}
@media only screen and (max-width: 1199px) {
.block-teaser-list-v2 {
padding: 4rem 0;
}
.teasers-list-container .teaser .teaser-content .subheader {
width: 100%;
}
}
@media only screen and (max-width: 991px) {
.teasers-list-container .row {
--bs-gutter-y: 2rem;
}
.teasers-list-container .teaser img {
height: 14.688rem;
}
.teasers-list-container .teaser .teaser-content .title {
margin-top: 1.5rem;
}
.teasers-list-container .teaser .teaser-content .subheader {
-webkit-line-clamp: 1;
height: auto;
word-break: break-all;
margin-bottom: 3rem;
}
}.prefooter {
background: var(--bg-box);
padding: 8rem 0 0;
}
.prefooter .contact_person-container {
margin-top: 6rem;
display: flex;
flex-direction: column;
gap: 3rem;
margin-bottom: 3rem;
}
#contact-filter #country-filter {
display: none;
}
.contact_person-container #contact-results-message {
font-weight: var(--font-weight-semi-bold);
display: none;
}
.contact_person-container .contact_persons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 2rem;
row-gap: 3rem;
display: none;
}
.contact_person-container .contact_persons .contact-person {
flex: 0 0 auto;
width: calc(33.33333333% - 2rem);
border-left: 2px solid var(--text-color);
padding-left: 1.375rem;
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.contact_person-container .contact_persons .contact-person .gap-8 {
gap: 0.5rem;
display: flex;
flex-direction: column;
}
.contact_person-container .contact_persons .contact-person a {
text-decoration: none;
}
.prefooter .contact-form-container {
display: flex;
align-items: center;
gap: 1.5rem;
margin-top: 2rem;
}
.prefooter .image {
position: relative;
max-height: 61.125rem;
min-height: 2rem;
overflow: hidden;
}
.prefooter .image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: left top;
position: relative;
padding-left: calc((100vw - var(--containerImage)) / 2);
}
@media only screen and (min-width: 576px) {
.prefooter .image {
--containerImage: 540px;
}
}
@media only screen and (min-width: 768px) {
.prefooter .image {
--containerImage: 720px;
}
}
@media only screen and (min-width: 992px) {
.prefooter .image {
--containerImage: 960px;
}
}
@media only screen and (min-width: 1200px) {
.prefooter .image {
--containerImage: 1140px;
}
}
@media only screen and (min-width: 1400px) {
.prefooter .image {
--containerImage: 1200px;
}
} @media only screen and (max-width: 1440px) {
.prefooter {
padding: 6rem 0 0;
}
.prefooter .image {
max-height: 56.125rem;
}
}
@media only screen and (max-width: 1199px) {
.prefooter {
padding: 4rem 0 0;
}
.prefooter .image {
max-height: 58.125rem;
}
}
@media only screen and (max-width: 991px) {
.prefooter {
padding: 3rem 0 0;
}
.prefooter .contact_person-container {
margin-top: 2rem;
margin-bottom: 2rem;
gap: 2rem;
}
.contact_person-container .contact_persons {
row-gap: 2rem;
}
.contact_person-container .contact_persons .contact-person {
width: 100%;
}
.prefooter .image {
max-height: 19.375rem;
margin-top: 3rem;
}
}