/*
Theme Name: <strong>cranialideal.ch</strong>
Author: LEXO GmbH
Author URI: https://www.lexo.ch/
Version: 1.0
*/

/* BASE / GENERAL */

:root {
    --header-nav-height: 88px;
    --header-mini-nav-height: 69px;
}

html, body {
    scroll-behavior: smooth;
    scroll-padding-top: var(--header-nav-height);
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.has-popup {
    overflow-y: hidden;
}


/* Animations Section */
[data-animation-effect] {
    animation-duration: var(--animation-duration);
    animation-timing-function: linear;
    animation-fill-mode: forwards;
        --image-scale: 1.05;
    --edge-translation: calc(
        (var(--image-scale) - 1) / (var(--image-scale) * 2) * 100%
    );
}

[data-animation-effect="left-to-right"].animate {
    animation-name: leftToRight;
}

[data-animation-effect="right-to-left"].animate {
    animation-name: rightToLeft;
}

[data-animation-effect="top-to-bottom"].animate {
    animation-name: topToBottom;
}

[data-animation-effect="bottom-to-top"].animate {
    animation-name: bottomToTop;
}

[data-animation-effect="zoom-in"].animate {
    animation-name: zoomIn;
}

[data-animation-effect="zoom-out"].animate {
    animation-name: zoomOut;
}

[data-animation-effect="top-left-to-bottom-right"].animate {
    animation-name: topLeftToBottomRight;
}

[data-animation-effect="top-right-to-bottom-left"].animate {
    animation-name: topRightToBottomLeft;
}

[data-animation-effect="bottom-left-to-top-right"].animate {
    animation-name: bottomLeftToTopRight;
}

[data-animation-effect="bottom-right-to-top-left"].animate {
    animation-name: bottomRightToTopLeft;
}


/*
 * Seo title
 */

.margin-regular {
    margin-bottom: 3.6rem;
}

.margin-small {
    margin-bottom: 1.8rem;
}

.margin-none {
    margin-bottom: 0;
}

#page-content:not(.auto-hyphenation-disabled) {
    flex: 1 0 auto;
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 6 3 3;
    -webkit-hyphenate-limit-lines: 2;
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 6 3 3;
    -moz-hyphenate-limit-lines: 2;
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 6 3 3;
    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 6 3 3;
    hyphenate-limit-lines: 2;
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
}

#page-wrapper {
    overflow-x: clip;
}

:is(#page-content, #flexible-content) .section {
    position: relative;
    padding: 100px 0;
}

body.error404 #page-content .section {
    padding-top: 200px;
}
.no-heroes + .anchor-menu-container.hide + #flexible-content .section:first-child,
.no-heroes + #flexible-content .section:first-child {
    padding-top: calc(80px + (var(--header-nav-height) - var(--header-mini-nav-height)));
}

:is(#page-content, #flexible-content) .section .container.section-container-full {
    /* overflow-x: hidden; */
    --fc-container-width: 100%;
    --fc-container-padding: 0;
}
:is(#page-content, #flexible-content) .section .section-container {
    transition: opacity 1.25s ease, transform 1.25s ease;

}
/* :is(#page-content, #flexible-content) .section .section-container.queued-animation:not(.queued-animation-active) {
    transform: translateY(-25px) scale(0.95);
    opacity: 0;
} */
:is(#page-content, #flexible-content) .section .section-container:not(:has(#blog-results)).queued-animation:not(.queued-animation-active) {
    transform: translateY(-25px) scale(0.95);
    opacity: 0;
}
:is(#page-content, #flexible-content) .section.section-text-align-center .fcb-columns {
    align-items: center;
}

:is(#page-content, #flexible-content) .section:not(.section-separator-none):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 10%);
    width: 100%;
    height: 32px;
}

:is(#page-content, #flexible-content) .section.section-separator-ltr:before {
    clip-path: polygon(0 0, 100% 0%, 100% 2px, 0% 100%);
}

:is(#page-content, #flexible-content) .section.section-separator-balanced:before {
    height: 16px;
}

:is(#page-content, #flexible-content) .section.section-separator-rtl:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 2px);
}

:is(#page-content, #flexible-content) .section .section-background {
    position: absolute;
    z-index: -1;
    overflow: hidden;
}

:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="cover"] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"] {
    width: auto;
    height: auto;
    max-height: 100%;
}
:is(.safari, #page-content, #flexible-content) .section .section-background[data-background-image-type="contain"] {
    width: 100%;
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="top-left"] {
    top: 0;
    left: 0;
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="center-left"] {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="bottom-left"] {
    bottom: 0;
    left: 0;
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="top-center"] {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="center"] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="bottom-center"] {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="top-right"] {
    top: 0;
    right: 0;
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="center-right"] {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"][data-background-image-positon="bottom-right"] {
    bottom: 0;
    right: 0;
}
:is(#page-content, #flexible-content) .section .section-background .section-background-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

:is(#page-content, #flexible-content) .section .section-background.section-background-image-opacity.section-background-image-overlay-none .section-background-image {
    opacity: 0.1;
    filter: grayscale(1);
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="contain"] .section-background-image {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
}
:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="cover"][data-background-image-positon="top"] .section-background-image {
    object-position: top center;
}

:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="cover"][data-background-image-positon="center"] .section-background-image {
    object-position: center;
}

:is(#page-content, #flexible-content) .section .section-background[data-background-image-type="cover"][data-background-image-positon="bottom"] .section-background-image {
    object-position: bottom center;
}

:is(#page-content, #flexible-content) .section .section-background.background-size-minimum .section-background-image {
    height: auto;
}
:is(#page-content, #flexible-content) .section:not(.section.section-blank-background):is(.section-background-image-overlay-a) .section-background:after,
:is(#page-content, #flexible-content) .section:not(.section.section-blank-background):is(.section-background-image-overlay-b) .section-background:after,
:is(#page-content, #flexible-content) .section:not(.section.section-blank-background):is(.section-background-image-overlay-c) .section-background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}
:is(#page-content, #flexible-content) .section:not(.section.section-blank-background):is(.section-background-image-overlay-a) .section-background:after {
    background: transparent linear-gradient(105deg, #172031D8 0%, #1E2531B5 30%, #28303E76 42%, #28303EDC 58%, #28303ED0 79%, #28303E 100%) 0% 0%;
}
:is(#page-content, #flexible-content) .section:not(.section.section-blank-background):is(.section-background-image-overlay-b) .section-background:after {
    background: transparent linear-gradient(106deg, #041315 0%, #091F23B3 30%, #091F2375 42%, #020E10DB 58%, #091F23D1 79%, #000000 100%) 0% 0%;
}
:is(#page-content, #flexible-content) .section:not(.section.section-blank-background):is(.section-background-image-overlay-c) .section-background:after {
    background: transparent linear-gradient(106deg, #1C1C18D9 0%, #171714B3 30%, #30312975 42%, #1D1D1ADE 58%, #1E1F1BD8 79%, #000000 100%) 0% 0% 
}


:is(#page-content, #flexible-content) .section.section-blank-background .section-background:after {
    --gray-color: rgb(245 245 246);
}

:is(#page-content, #flexible-content) .section.background-overlay-a {
    background: var(--color-section-bgr);
    z-index: 0;
}

:is(#page-content, #flexible-content) .section.background-overlay-b {
    background: var(--color-section-bgr-second);
    z-index: 0;
}

:is(#page-content, #flexible-content) .section.background-overlay-c::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 195px;
    background: transparent linear-gradient(180deg, #E4E7F0 0%, #F0F3F400 100%) 0% 0% no-repeat padding-box;    
    opacity: 0.3;
    z-index: -1;
}

:is(#page-content, #flexible-content) .section .section-background.background-overlay-d:after {
    background: #f4f5fa;
}
:is(#page-content, #flexible-content) .section.section-margin-negative {
    margin-top: -100px;
}

@media (min-width: 769px) {
    :is(#page-content, #flexible-content) .section.section-padding-remove_top {
        padding-top: 0;
    }
    
    :is(#page-content, #flexible-content) .section.section-padding-remove_bottom {
        padding-bottom: 0;
    }
}

:is(#page-content, #flexible-content) .section.section-padding-add_top {
    padding-top: 210px;
}
:is(#page-content, #flexible-content) .section.section-padding-add_bottom {
    padding-bottom: 210px;
}
:is(#page-content, #flexible-content) .section.section-padding-keep_desktop_padding {
    padding: 100px 0;
}

.acf-image-focus {
    user-select: none;
    pointer-events: none;
}

.hide,
.hidden {
    display: none !important;
}

@media (max-width: 767px) {
    .xs-hide,
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .sm-hide,
    .hidden-sm {
        display: none !important;
    }

    .hide-on-tablet {
        display: none !important;
    }
}


@media (min-width: 992px) and (max-width:1199px) {
    .md-hide,
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .lg-hide,
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 769px) and (max-width:1400px) {
    .button-group-container[data-alignment="right"] {
        justify-content: flex-end !important;
    }

    .button-group-container[data-alignment="center"] {
        justify-content: center !important;
    }

    .fcb-columns[data-elements-count="2"] .button-group-container {
        gap: 10px;
        justify-content: flex-start;
    }
    .fcb-columns[data-elements-count="2"] .button-group-container .button {
        display: flex;
        align-items: center;
        font-size: 1.5rem;
        line-height: 3.1rem;
        padding: 10px 15px;
        letter-spacing: 1px;
    }
    .fcb-columns[data-elements-count="2"] .button-group-container .button.arrow::after {
        width: 38px;
        height: 38px;
        line-height: 3.8rem;
        margin-left: 14px;
    }
    .fcb-columns[data-elements-count="2"] .button-group-container .regular-link::before {
        position: unset;
    }
    .fcb-columns[data-elements-count="2"] .button-group-container .button.arrow:hover::after {
        box-shadow: rgba(113, 113, 113, 0.1) 0px 0px 0px 8px;
    }
    .fcb-columns[data-elements-count="2"] .button-group-container .button::after{
        font-size: 2.1rem;
    }
}

@media (min-width: 769px) and (max-width:1124px) {
    #flexible-content .content-gallery-slider .slide_nav {
        font-size: 3rem;
    }
    #flexible-content .content-gallery-slider .slide_nav::after {
        width: 39px;
        height: 75px;
    }
    #flexible-content .video-container .content-video-link .video-play-button {
        font-size: 70px;
    }
}

.clear-link-style {
    color: inherit;
    text-decoration: none;
}

.flex-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-overlay:not([data-footer-overlay="none"]):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.bg-overlay[data-footer-overlay="a"]::before {
    background: transparent linear-gradient(105deg, #172031D8 0%, #1E2531B5 30%, #28303E76 42%, #28303EDC 58%, #28303ED0 79%, #28303E 100%) 0% 0%;
}
.bg-overlay[data-footer-overlay="b"]::before {
    background: transparent linear-gradient(106deg, #041315 0%, #091F23B3 30%, #091F2375 42%, #020E10DB 58%, #091F23D1 79%, #000000 100%) 0% 0%;
}
.bg-overlay[data-footer-overlay="c"]::before {
    background: transparent linear-gradient(106deg, #1C1C18D9 0%, #171714B3 30%, #30312975 42%, #1D1D1ADE 58%, #1E1F1BD8 79%, #000000 100%) 0% 0% 
}

table:not(.block-info-table, .colored-table, .clear-style-table) td {
    padding: 10px 0;
    border: none;
}
table.clear-style-table td {
    padding: 0;
    text-align: left;
    border: none;
}
.floating-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    color: var(--color-black);
    background: #FFF;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 50px;
    transform: translate(-33.33%, -33.33%);
    box-shadow: 0 10px 20px #00000029;
    pointer-events: none;
}

.floating-icon:before,
.floating-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    border-radius: 50%;
    background: #FFF;
    transform: translate(-50%, -50%);
    box-shadow: 0px 10px 20px #00000029;
    z-index: -1;
}

.floating-icon:before {
    width: 150px;
    height: 150px;
    opacity: 0.1;
}

.floating-icon:after {
    width: 125px;
    height: 125px;
    opacity: 0.3;
}
.border-bottom-spacer {
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}
.border-left-spacer {
    position: relative;
    border-left: 1px solid rgb(255 255 255 / 25%);
}
.menu-active .border-left-spacer {
    border-left: 1px solid rgb(255 255 255 / 6%);
}
.border-left-spacer:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    width: 1px;
    height: 56px;
    background-color: #D5D5D5;
    opacity: 0.1;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* HEADER */

header {
    position: relative;
    height: 88px;
}

#header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-nav-height);
    box-sizing: border-box;
    box-shadow: 0px 12px 24px #0000000D;
    transition: opacity .5s, height .35s;
    z-index: 20;
}

.menu-active #header-nav {
    z-index: 35;
}

#header-nav.queued-animation:not(.queued-animation-active) {
    opacity: 0;
}

#header-nav:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-header);
    transition: background-color .35s;
    z-index: 1;
}
#header-nav::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 7px;
    background-color: #03171F;
    box-shadow: 0px 12px 24px #0000000D;
    opacity: 0.06;
    transition: background-color .35s;
    z-index: 20;
}
#header-nav .header-gradient {
    position: absolute;
    bottom: -57px;
    left: 0;
    width: 100%;
    height: 57px;
    background: transparent linear-gradient(0deg, #1783B100 0%, #1783B1 100%) 0% 0% no-repeat padding-box;
    opacity: 0.08;
    z-index: 0;
    pointer-events: none;
}
body.page-template-template-landing-page #header-nav:before {
    background-color: transparent;
}

body.mini #header-nav {
    height: var(--header-mini-nav-height);
}

#header-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-medium);
    font-size: 1.8rem;
    height: 100%;
    padding: 0 30px;
    z-index: 9999;
}

#header-block-left {
    display: flex;
    align-items: center;
}

#header-block-left .header-logo img {
    display: block;
    max-height: 92px;
    width: auto;
}
body #header-block-left .header-logo img {
    transition: all .35s;
}
body.mini #header-block-left .header-logo img {
    max-height: 52px;
}

#header-block-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    max-height: 47px;
    box-sizing: border-box;
}
#header-block-right .desktop-header-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 26px;
    margin-bottom: 0;
    text-transform: uppercase;
}

#header-block-right .desktop-header-menu li {
    margin-bottom: 0;
    list-style: none;
}
.desktop-header-menu li a {
    padding: 20px 0;
    transition: color .25s;
}

.desktop-header-menu li a:is(:hover, :focus),
.desktop-header-menu li.current_menu_item a {
    color: var(--primary-color);
}
#header-logo {
    width: auto;
    max-width: 315px;
    margin-left: 20px;
    height: auto;
    max-height: 100%;
}

.main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: var(--color-menu-bgr);
    overflow-y: auto;
}
.main-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--menu-bg) center/cover no-repeat;
    opacity: 0.06;
    filter: grayscale(1);
    z-index: -1;
}
.main-menu .menu-wrappper {
    position: absolute;
    top: var(--header-nav-height);
    left: 0;
    width: 100%;
    height: calc(100% - var(--header-nav-height));
    overflow-y: auto;
}
body.mini .main-menu .menu-wrappper {
    top: var(--header-mini-nav-height);
    height: calc(100% - var(--header-mini-nav-height));
}


.main-menu .menu-wrappper::-webkit-scrollbar {
    width: 3px; 
}
.main-menu .menu-wrappper::-webkit-scrollbar-track {
    background: #e9e9e9;
}
.main-menu .menu-wrappper::-webkit-scrollbar-thumb {
    background: #b1b0b0;
    border-radius: 6px;
}
.main-menu .menu-wrappper::-webkit-scrollbar-thumb:hover {
    background: #dfdada;
    opacity: 0.2; 
}
.header-menu-close {
    display: none;
    font-size: 3.4rem;
    color: #fff;
    cursor: pointer;
}
.menu-active .header-menu-close {
    display: block;
}
.menu-active .header-menu-opener {
    display: none !important; 
}
.main-menu .menu-lower {
    display: flex;
    gap: 35px;
    margin-top: 140px;
    padding: 0 110px 40px;
}
.main-menu .main-menu-logo-link {
    display: block;
}
.main-menu .main-menu-logo {
    position: fixed;
    bottom: -20px;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: left top;
}
.main-menu .main-menu-logo img {
    border-radius: 0 0 4px 4px;
}
.main-menu .main-menu-logo img {
    display: block;
    transition: opacity .3s ease;
}
.main-menu #header-menu {
    flex: 1;
}
.main-menu .menu-companyinfo {
    position: relative;
    padding-bottom: 36px;
    margin-bottom: 36px;
}
.main-menu .menu-companyinfo::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--color-border-spacer);
    opacity: 1;
}

.main-menu-logo-link:hover .main-menu-logo img {
    opacity: 0.8;
}

.main-menu .company-info-newsletter {
    flex: 0 1 23%;
    color: #fff;
}
.main-menu .company-info-newsletter .youtube-instagram {
    display: none;
}
.main-menu .comapny-working-hours .mon-thu, 
.main-menu .comapny-working-hours .fri {
    color: #fff;
}

.menu-newsletter-form {
    flex-direction: column;
    gap: 20px;
}
.menu-newsletter-form .form-label-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.form-label-text .news-letter-title {
    font-size: 2.6rem;
    letter-spacing: 0.52px;
}
.menu-newsletter-form .form-fields {
    position: relative;
    flex-direction: column;
    gap: 10px;
}
.menu-newsletter-form input.newsletter-email {
    padding: 16px 19px;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    color: var(--color-main);
}
.menu-newsletter-form .newsletter-button {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 2px;
    padding: 20px 0 16px 0;
}
/* s-header */
.s-header {
    align-items: center;
    gap: 11px;
    padding-right: 30px;
    z-index: 9999;
}
.s-header .phone .header-phone-icon {
    color: #00B5EA;
    font-size: 3.4rem;
}
.s-header .phone a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    height: 56px;
    padding-left: 26px;
    transition: color 0.25s ease;
}
.menu-active .s-header .phone a {
    color: #fff;
}
.s-header div a:is(:hover, :focus, :focus-within) {
    color: var(--primary-color);
    text-decoration: none;
}

.s-header .phone a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #D5D5D5;
}

.s-header .phone {
    position: relative;
}
.s-header .header-phone-number {
    flex-direction: column;
}
.s-header .header-phone-number .header-phone-text {
    font-family: var(--font-light);
    font-size: 1.4rem;
    line-height: 1.6rem;
}
.menu-active .s-header .header-phone-number .header-phone-text {
    color: rgba(255, 255, 255, 0.7);
}
.s-header .header-phone-number span {
    line-height: 2rem;
}
.s-header div.phone a:is(:focus, :focus-within) {
    color: #fff;
}
#header-menu-button {
    padding-left: 30px;
    align-items: center;
    height: 56px;
    gap: 15px;
    z-index: 9999;
}
#header-menu-button {
    display: none;
    font-size: 1.6rem;
    color: #32353d;
    transition: color 0.25s ease;
}
#header-menu-button a:is(:hover, :focus, :focus-within){
    color: rgb(255 255 255 / 70%);
}
#header-menu-button .header-menu-opener {
    display: flex;
    align-items: center;
    gap: 17px;
    cursor: pointer;
    transition: opacity .3s;
}

.header-menu-opener-icon {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.header-menu-opener-icon span {
    width: 45px;
    height: 2px;
    background-color: #32353d;
    transition: width .3s;
}

.header-menu-opener-icon .second {
    width: 35px;
}
.header-menu-opener:hover {
    opacity: 0.7;
}
.header-menu-opener:hover .second {
    width: 45px;
}
.header-menu-opener:hover .third {
    width: 35px;
}

/*
 * Info popup
 */

 body.info-modal-active {
    overflow: hidden;
}
body.info-modal-active #info-popup-wrapper #ipw-contant-wrapper {
    overflow-y: auto;
}

#info-popup-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,0.7);
    transition: opacity .35s ease, visibility .35s ease;
    transform: translate(-50%, -50%);
}

#info-popup-wrapper:is(.active) {
    opacity: 1;
    visibility: visible;
}
#popup-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1000px;
    width: auto;
    height: auto;
    max-height: calc(100vh - 220px);
    background-color: #fff;
    box-shadow: 0px 10px 20px #00000017;
    border: 1px solid #EBEFF4;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}
#ipw-close {
    position: absolute;
    top: -57px;
    right: -57px;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 52px;
    line-height: 54px;
    background-color: #fff;
    cursor: pointer;
    color: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4px rgba(246,247,250,0.4);
    transition: box-shadow 0.25s;
    z-index: 999;
}

#ipw-close:is(:hover) {
    box-shadow: 0px 0px 0px 8px rgba(246,247,250,0.4);
}

#ipw-contant-wrapper {

    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0px 10px 20px #00000017;
    border: 1px solid #EBEFF4;
    border-radius: 12px;
}
#ipw-contant-wrapper::-webkit-scrollbar {
    width: 12px;
}
#ipw-contant-wrapper::-webkit-scrollbar-thumb {
    background: #b1b0b0;
    border-radius: 12px;
}
#ipw-contant-wrapper::-webkit-scrollbar-track {
    background: transparent;
}

#ipw-content {
    padding: 20px;
}

#ipw-content img {
    display: block;
    max-width: 100%;
    height: auto;
}
#ipw-content > p:last-child {
    margin-bottom: 0;
}

/*
 *
 * Badge Icon
 *
 */
.badge-icon-wrap {
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.badge-icon {
    width: 183px;
    height: 183px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 3s;
    z-index: 1;
}

.badge-icon img {
    display: block;
    border-radius: 50%;
    border: 14px solid #f6f7fa;
    box-shadow: 0px 6px 30px #0C638839;
    transition: transform 0.3s, border 0.3s;
}
#close-badge:is(:hover, :focus) {
    opacity: 0.8;
}
.badge-icon:is(:hover,:focus) img {
    transform: scale(1.02);
    border-width: 0;
}
.badge-icon-wrap.fixed-position {
    position: fixed;
    left: 30px;
    bottom: 15px;
}
#close-badge {
    font-family: 'icomoon' !important;
    font-weight: bolder;
    display: block;
    position: absolute;
    top: -4px;
    left: -15px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    background-color: #00A6E5;
    border: 4px solid rgba(255, 255, 255, 0.8);
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 10;
}
#close-badge::before {
    content: '\e976';
    font-family: var(--font-icons) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    background-color: #00A6E5;

}
/* Hero section */
.hero-section {
    position: relative;
    height: 790px;
}
.hero-section:before {
    content: '';
    background-image: var(--hero-bgr);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 790px;
    width: 100%;
    z-index: 1;
}
.hero-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 790px;
    width: 100%;
    background: transparent linear-gradient(111deg, #000000D8 0%, #000000B5 30%, #00000076 42%, #000000DC 58%, #000000D0 79%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0.9;
    z-index: 2;
}
.hero-wrapper {
    position: relative;
    max-width: 1577px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    z-index: 5;
    overflow: visible;
}
.title-logo-container {
    padding: calc(128px + var(--header-nav-height)) 85px 0;
    margin-bottom: 75px;
    justify-content: space-between;
    align-items: center;
}
.title-subtitle h1 {
    margin-bottom: 3rem;
}
.hero-logo {
    display: block;
    max-height: 250px;
}

#hero-slider .slide_nav {
    position: absolute;
    left: -120px;
    top: 25%;
    z-index: 100;
    font-size: 66px;
    color: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
#hero-slider .slide_nav:hover {
    opacity: 1;
}
#hero-slider .slide_nav.slide_next {
    left: auto;
    right: -120px;
}
/* Single Blog */
.no-heroes + .single-blog-container {
    padding-top: 135px;
}
.blog-fc-content .two-columns .column {
    flex: 1;
}
.blog-fc-content .two-columns {
    gap: 30px;
}
.single-blog-container {
    padding-top: 64px;
}
.tax-blog-container {
    padding-top: 140px;
    padding-bottom: 140px;
    gap: 27px;
}
.tax-blog-container #blog-results {
    flex: 1 0 859px;
}
.no-heroes + .blog-wrapper .single-blog-container {
    padding-top: calc(150px + (var(--header-nav-height) - var(--header-mini-nav-height)));
}

.blog-wrapper {
    position: relative;
}
.blog-wrapper .blog-background {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    overflow: hidden;
}
.tax-blog-category .blog-wrapper .blog-background,
.no-heroes + .blog-wrapper .blog-background {
    top: var(--header-nav-height);
}
.blog-wrapper .blog-background .blog-background-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;

}
.single-blog-container,
.tax-blog-container {
    width: 1346px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.single-blog-content {
    flex: 1 0 859px;
}
.single-blog-date-category-holder {
    line-height: 20px;
}
.single-blog-date-holder {
    position: relative;
    padding-right: 16px;
}
.single-blog-date-holder::after {
    content: '';
    position: absolute;
    top: 0;
    right: 8px;
    width: 1px;
    height: 100%;
    background-color: #c1c1c1;
}
.single-blog-top-category-holder {
    flex-wrap: wrap;
}

.single-blog-top-category-holder a {
    position: relative;
    text-decoration: none;
    color: var(--color-main);
}


.single-blog-top-category-holder a:not(:last-child) {
    position: relative;
    padding-right: 16px;
}

.single-blog-top-category-holder a:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0;
    right: 8px;
    width: 1px;
    height: 100%;
    background-color: #c1c1c1;
}
.single-blog-title-holder  {
    margin-bottom: 88px;
}
.single-blog-content-container {
    gap: 27px;
    padding-bottom: 140px;
}

.single-blog-current-kw-holder a {
    text-decoration: none;
    color: var(--color-main);
}


.single-blog-current-image-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 6px;
}
.single-blog-current-image-holder a {
    transition: transform .3s ease;
    z-index: 1;
}
.single-blog-current-image-holder a:hover + img {
    transform: scale(1.08);
}
.single-blog-current-image-holder img {
    display: block;
    width: 100%;
    transition: transform .3s ease;
}
.single-blog-current-image-holder img:hover {
    transform: scale(1.08);
}
.single-blog-image-keywords-holder {
    margin-bottom: 43px;
}
.single-blog-current-kw-holder {
    gap: 5px;
    flex-wrap: wrap;
}

.single-blog-current-kw-holder span {
    padding: 8px 12px;
    background-color: var(--color-section-bgr);
    border-radius: 4px;
    text-transform: uppercase;
}
.single-blog-sidebar {
    background-color: #fff;
    border: 1px solid #d0d1d1;
    border-radius: 6px;
}
.single-blog-category-title-holder {
    border-bottom: 2px solid var(--color-main);
}
.single-blog-category-title-holder h5 {
    padding: 20px 18px;
    margin-bottom: 0;
}
.single-blog-category-list {
    padding: 0;
    margin-bottom: 38px;
}
.single-blog-category-list a {
    display: block;
}
.single-blog-category-list a:not(:first-child) {
    border-top: 1px solid #D0D1D1;
}
.single-blog-category-list a:last-child {
    border-bottom: 1px solid #D0D1D1;
}

#page-content .single-blog-category-list li {
    justify-content: space-between;
    padding: 18px;
    margin-bottom: 0;
    list-style-type: none;
    transition: background-color .3s ease;
}
#page-content .single-blog-category-list li span {
    transition: color .3s ease;
}

#page-content .single-blog-category-list a.active li,
#page-content .single-blog-category-list a:hover li {
    background-color: var(--color-section-bgr);
}
#page-content .single-blog-category-list a.active li span:first-child,
#page-content .single-blog-category-list a:hover li span:first-child {
    color: var(--color-button);
}
.single-blog-term-count {
    color: #afafaf;
}
.single-blog-recent-posts-title-holder {
    margin-bottom: 0;
    border-bottom: 2px solid var(--color-main);
}
.single-blog-recent-posts-title-holder h5 {
    padding: 0 18px 20px 18px;
    margin-bottom: 0;
}
.single-blog-recent-posts-holder {
    border-bottom: 1px solid #D0D1D1;
}
.single-blog-recent-posts-container a:last-child .single-blog-recent-posts-holder {
    border-bottom: none;
}
.single-blog-recent-posts-wrapper {
    padding: 16px 23px 16px 19px;
    gap: 13px;
    
}
.single-blog-recents-posts-image-wrapper {
    overflow: hidden;
    flex: 0 1 100px;
    border-radius: 6px;
    border: 1px solid #EDEDED;
}
#page-content .single-blog-recents-posts-image-wrapper img {
    display: block;
    aspect-ratio: 1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
    border-radius: unset;
    transition: transform .3s ease;
}
#page-content .single-blog-recent-posts-wrapper:hover img {
    transform: scale(1.10);
}
#page-content .single-blog-recent-posts-wrapper:hover .single-blog-recents-posts-title {
    color: var(--color-button);
}
.single-blog-recents-posts-date {
    color: #8e8b88;
    font-size: 1.6rem;
}
.single-blog-recents-posts-title-wrapper {
    flex: 1;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.single-blog-recents-posts-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .3s ease;
}

.related-articles-container {
    margin-top: 50px;
    background-color: #fff;
    border: 1px solid #d0d1d1;
    border-radius: 6px;
}

.related-blog-posts-title {
    padding: 20px 18px;
    margin-bottom: 0;
    border-bottom: 2px solid var(--color-main);
}

.related-post-row {
    padding: 18px;
}

.related-post-row:not(:last-child) {
    border-bottom: 1px solid #d0d1d1;
}

.related-post-row .related-post-link h4 {
    margin-bottom: 0;
    color: var(--color-link);
    transition: color 0.3s;
}

.related-post-row .related-post-link {
    text-decoration: none;
}

.related-post-row .related-post-link:hover h4 {
    color: var(--color-hover);
}

/* Single Blog */

/* Single Angebot */

.single-angebot {
    padding-top: 108px;
    transition: opacity 1.25s ease, transform 1.25s ease;
}

.single-angebot.queued-animation:not(.queued-animation-active) {
    transform: translateY(-25px) scale(0.95);
    opacity: 0;
}
.angebot-top-content .icon-container {
    border-radius: 50%;
    box-shadow: 0px 0px 0px 11px rgba(246, 247, 250, 1);
}
.angebot-top-content {
    gap: 61px;
    justify-content: flex-start;
    align-items: center;
}
.angebot-top-content .single-angebot-icon {
    font-size: 95px;
    color: #00B5EA;
    background-color: #fff;
    border-radius: 50%;
    padding: 22px;
    box-shadow: 0px 6px 30px #0C638839;
}
.single .angebot-top-content .single-angebot-icon span::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.angebot-top-content .top-content > :last-child {
    margin-bottom: 0;
}
/* Single Angebot */

.single-hero-slide{
    border-radius: 6px;
    overflow: hidden;
}
.full-width-content-multy-slider-images-slide {
    border-radius: 20px;
    overflow: hidden;
} 
.single-hero-slide a,
.single-hero-slide img,
.full-width-content-multy-slider-images-slide a,
.full-width-content-multy-slider-images .swiper-slide img,
.blog-block .blog-img-wrap a,
.blog-block .blog-img-wrap img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease;
}

.single-hero-slide img {
    width: 100%;
}

.full-width-content-multy-slider-images-slide:hover img,
.single-hero-slide:hover img {
    transform: scale(1.05)
}

.single-hero-slide a,
.blog-block .blog-img-wrap a,
.single-blog-current-image-holder a {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 108px;
    height: 108px;
    border-radius: 50%;    
    transform: translate(-50%, -50%);
}
.single-hero-slide a::before,
.blog-block .blog-img-wrap a::before,
.single-blog-current-image-holder a::before{
    content: '\e92c';
    font-family: var(--font-icons);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    font-size: 108px;
    line-height: 108px;
    color: #FFFFFF;
    border-radius: 50%;
    opacity: 0.8;
}
.single-hero-slide:hover a,
.blog-block .blog-img-wrap a:hover,
.single-blog-current-image-holder:hover a  {
    transform: translate(-50%, -50%) scale(1.1);
}

/*
 * Button Group block
 */
.button-group-container {
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.button-group-container[data-alignment="center"] {
    justify-content: center;
}
.button-group-container[data-alignment="left"] {
    justify-content: flex-start;
}
.button-group-container[data-alignment="right"] {
    justify-content: flex-end;
}
.button-group-container .button-group-button {
    flex: 0 0 auto;
}

/*
 * Full width content multy slider
 */

.full-width-content-multy-slider-hero-content-wrap {
    position: relative;
    padding-top: 130px;
    padding-bottom: calc(((100% / 2.017) / 2) + 50px);
    z-index: 2;

    background-color: var(--color-multy-content-slider-bg);
}
.full-width-content-multy-slider-hero-content-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-image: var(--multy-content-slider-bg);
    z-index: 1;
}
.full-width-content-multy-slider-hero-content-wrap[data-multy-content-slider-overlay="d"]::before {
    opacity: 0.12;
    filter: grayscale(1);
}
.full-width-content-multy-slider-hero-content-wrap:not([data-multy-content-slider-overlay="d"]):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
}
.full-width-content-multy-slider-hero-content-wrap[data-multy-content-slider-overlay="a"]:after {
    background: transparent linear-gradient(111deg, #172031D8 0%, #1E2531B5 30%, #28303E76 42%, #28303EDC 58%, #28303ED0 79%, #28303E 100%) 0% 0%;
}
.full-width-content-multy-slider-hero-content-wrap[data-multy-content-slider-overlay="b"]:after {
    background: transparent linear-gradient(106deg, #041315 0%, #091F23B3 30%, #091F2375 42%, #020E10DB 58%, #091F23D1 79%, #000000 100%) 0% 0%;
}
.full-width-content-multy-slider-hero-content-wrap[data-multy-content-slider-overlay="c"]:after {
    background: transparent linear-gradient(106deg, #1C1C18D9 0%, #171714B3 30%, #30312975 42%, #1D1D1ADE 58%, #1E1F1BD8 79%, #000000 100%) 0% 0% 
}

.full-width-content-multy-slider-hero-content > :last-child {
    margin-bottom: 0;
}

.full-width-content-multy-slider-hero-content,
.full-width-content-multy-slider-hero-content,
.full-width-content-multy-slider-content {
    width: 1316px;
    margin: 0 auto;
}

.bullet-menu-wrapper {
    margin-bottom: 45px;
    border-bottom: 1px solid #8E8E8E;
    width: 1316px !important;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.full-width-content-multy-slider-content-slide .button.arrow {
    padding: 18px 16px 18px 18px;
}
@media (max-width: 1380px) {
    .full-width-content-multy-slider-hero-content,
    .full-width-content-multy-slider-content,
    .bullet-menu-wrapper {
        width: 95% !important;
    }
    .tax-blog-container,
    .single-blog-container {
        width: 100%;
    }
    .single-blog-content,
    .tax-blog-container #blog-results {
        flex: 1 0 65%;
    }
    :is(a, button).link-button.link-button-outlined:not(.clear-link-style) {
        padding: 12px 24px;
        font-size: 1.6rem;
        letter-spacing: 2px;
    }
}

.full-width-content-multy-slider-hero-content {
    position: relative;
    z-index: 2;
}


.full-width-content-multy-slider-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    z-index: 5;
}

.full-width-content-multy-slider-images:not([data-top-content="false"]) {
    margin-top: calc(-1 * ((100% / 2.017) / 2));
    position: relative;
}


.full-width-content-multy-slider-wrapper .swiper{
    overflow: visible;
}

.full-width-content-multy-slider-images .slide_nav {
    position: absolute;
    left: -120px;
    top: 50%;
    z-index: 100;
    font-size: 66px;
    color: var(--color-button);
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.full-width-content-multy-slider-images .slide_nav:hover {
    opacity: 1;
}
.full-width-content-multy-slider-images .slide_nav.slide_next {
    left: auto;
    right: -120px;
}

.bullet-menu-wrapper .swiper-pagination {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; 
    -ms-overflow-style: none;  
}

.bullet-menu-wrapper .swiper-pagination::-webkit-scrollbar {
    display: none;
}

.bullet-menu-wrapper .swiper-pagination-bullet {
    flex: 1 0 auto;
    width: auto;
    height: auto;
    padding: 16px 15px;
    border: none;
    background: transparent;
    font-size: 2.6rem;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    text-align: center;
    color: var(--color-main);
    position: relative;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
    transition:
        background-color .25s ease-in-out,
        color .25s ease-in-out,
        border-color .25s ease-in-out,
        padding .25s ease-in-out;
    opacity: 1;
    margin: 0 !important;
}

.bullet-menu-wrapper .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid var(--color-button);
    opacity: 0;
    transition: opacity .5s;
}

.bullet-menu-wrapper .swiper-pagination-bullet:hover::after,
.bullet-menu-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
}
/*
 * Block slider
 */
 #blocks {
    display: flex;
    padding-left: 0;
    gap: 8px;
    list-style-type: none;
    --block-height: 900px;
    color: #fff;
    overflow: hidden;
}

.hero-wrapper-container{
    margin: 0 30px;
}


#blocks li.swiper-slide {
    position: relative;
    flex: 1;
    height: var(--block-height);
    margin-bottom: 0;
    transition: flex 0.25s;
    border-radius: 6px;
    background-color: #001227;
}

#blocks li.swiper-slide::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: var(--block-bgr);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0.4; 
    transition: opacity 0.5s;
    border-radius: 6px;
    z-index: 1;
}

#blocks li.swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg, #081727 0%, #08172700 100%);
    opacity: 0.9;
    border-radius: 6px;
    z-index: 2;
}

#blocks:not([data-items-count="2"], [data-items-count="1"]):not(:hover) li:first-child:before,
#blocks:hover li:hover:before {
    opacity: 1;
}
#blocks .block-badge {
    position: absolute;
    width: 134px;
    height: auto;
    left: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s;
}
#blocks:not([data-items-count="2"], [data-items-count="1"]):not(:hover) li:first-child .block-badge,
#blocks:not([data-items-count="2"], [data-items-count="1"]):hover li:hover .block-badge {
    opacity: 1;
}
#blocks li h4 {
    color: #fff;
}

#blocks:not([data-items-count="2"], [data-items-count="1"]) li .button.arrow:is(:hover, :focus) {
    color: #A6A4A2;
}
#blocks:not([data-items-count="2"], [data-items-count="1"]) li .button.arrow:is(:hover, :focus)::after {
    color: #fff;
    background-color: #A6A4A2;
}
#blocks .content-wrap {
    position: absolute;
    left: 50%;
    bottom: -100%;
    transform: translateX(-50%);
    max-width: 620px;
    min-width: 600px;
    text-align: center;
    transition: bottom 0.5s;
    z-index: 5;
}
#blocks:not(:hover) li:first-child .content-wrap,
#blocks:hover li:hover .content-wrap,
#blocks[data-items-count="2"] li .content-wrap,
#blocks[data-items-count="1"] li .content-wrap {
    bottom: 60px;
}

.block-slider-arrows {
    display: none;
}


@media (max-width: 1650px) {
    .main-menu .company-info {
        flex: 0 1 auto;
    }
    .main-menu .header-menu {
        grid-template-columns: repeat(2, 1fr);    
    }
    .map-top-content {
        padding-bottom: 170px;
    }
    .google-rating-container .slide_prev {
        left: -60px !important;
    }
    .google-rating-container .slide_next {
        right: -60px !important;
    }
}

@media (max-width: 1600px) {
    #blocks {
        --block-height: 800px;
    }

    .image-content-slider-container.only-one-slide .swiper-wrapper{
        justify-content: unset !important;
    }

    .full-width-content-multy-slider-images .slide_nav {
        display: none;
    }
}
@media (max-width: 1500px) {
    #blocks {
        --block-height: 700px;
    }
}
@media (max-width: 1400px) {
    #blocks {
        --block-height: 600px;
    }
    #blocks .content-wrap {
        min-width: 500px;
        max-width: 500px;
    }
    #blocks:not(:hover) li:first-child .content-wrap,
    #blocks:hover li:hover .content-wrap,
    #blocks[data-items-count="2"] li .content-wrap,
    #blocks[data-items-count="1"] li .content-wrap {
        bottom: 10px;
    }
    .menu-lower .header-menu {
        grid-template-columns: repeat(2, 1fr);
    }

    .sponsorship-navigation-slider .slide_nav {
        display: none !important;
    }

}
@media (max-width: 1300px) {
    #blocks {
        --block-height: 500px;
    }
    #blocks .content-wrap {
        min-width: 450px;
        max-width: 450px;
    }
    #blocks li h4 {
        font-size: 3.2rem;
        line-height: 3.6rem;
        margin-bottom: 1rem;
    }
    #blocks li p {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }
    #blocks li p.ts_26 {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 1024px) {

    .block-slider-arrows {
        display: flex;
        justify-content: space-between;
        padding: 0 8px;
    }

    .block-slider-arrows .slide_nav {
        align-items: center;
        gap: 5px;
        font-size: 36px;
        color: var(--color-main);
        opacity: 40%;
        cursor: pointer;
        transition: opacity 0.3s;
    }

    .block-slider-arrows .slide_next {
        flex-direction: row-reverse;
    }

    .block-slider-arrows .slide_nav span {
        font-family: var(--font-medium);
        font-size: 1.8rem;
        text-transform: uppercase;
    }

    .block-slider-arrows .slide_nav:is(:hover) {
        opacity: 100%;
    }

    #blocks {
        padding-bottom: 25px;
        --block-height: 100%;
        display: flex; 
        flex-wrap: nowrap;
        overflow: visible;
        gap: 0px;
        margin: 0;
        transition-timing-function: linear !important;
    }
    .hero-wrapper-container {
        margin: 0;
    }

    #blocks.swiper-wrapper li.swiper-slide {
        display: flex;
        flex-direction: column;
        height: auto;
        background-color: unset;
        overflow: hidden;
        flex: 0 0 auto !important;
        padding: 0 15px;
        box-sizing: border-box;
    }

    #blocks li.swiper-slide::before{
        display: block;
        position: relative;
        left: unset;
        bottom: unset;
        flex: 0 1 auto;
        height: fit-content;
        opacity: 100%;
        aspect-ratio: 1.650;
        border-radius: 6px 6px 0 0;
    }

    #blocks li.swiper-slide::after {
        display: none;
    }

    #blocks .content-wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
        bottom: unset;
        left: unset;
        flex: 1;
        max-width: unset;
        min-width: unset;
        padding: 18px 27px;
        transform: unset;
        color: var(--color-main);
        background-color: #F7F7F7;
        box-sizing: border-box;
        border-radius: 0 0 6px 6px;
    }

    #blocks .content-wrap > * {
        color: var(--color-main);
    }

    #blocks:not(:hover) li:first-child .content-wrap,
    #blocks:hover li:hover .content-wrap,
    #blocks[data-items-count="2"] li .content-wrap,
    #blocks[data-items-count="1"] li .content-wrap {
        bottom: unset;
    }

    #blocks .hero-block-slider-element::before {
        opacity: 70%;
        z-index: 1;
    }

    #blocks .hero-block-slider-element::after {
        height: 100%;
    }

    #blocks .hero-block-slider-element .block-badge {
        opacity: 100%;
    }

    .child-pages-wrapper .child-pages-pagination {
        display: none !important;
    }
    
}
/*
 * Anchor menu
 */

.anchor-menu-container {
    position: sticky;
    top: 48px;
    background-color: transparent;
    z-index: 10;
    padding-top: 20px;
}

.anchor-menu-container.adjusted-top {
    top: 100px;
}

body.mini .anchor-menu-container.adjusted-top {
    top:60px;
}

.anchor-menu-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 22%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.anchor-menu-container .container {
    justify-content: center;
}

.anchor-menu-wrapper {
    width: 100%;
    border-bottom: 1px solid #8E8E8E;
    z-index: 1;
}

.anchor-menu {
    width: 100%;
    justify-content: center;
}

.anchor-menu-slider {
    position: relative;
}

.anchor-menu-slider::before,
.anchor-menu-slider::after {
	content: '';
	position: absolute;
	top: 0;
	width: 25%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}

.anchor-menu-wrapper .slide_nav {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    font-size: 2.6rem;
    color: var(--color-button);
    opacity: 70%;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 1;
    display: none;
}

.anchor-menu-wrapper .slide_prev {
    left: 0;
}

.anchor-menu-wrapper .slide_next {
    right: 0;
}

.anchor-menu-wrapper .slide_nav:hover {
    opacity: 100%;
}

a.anchor-menu-elem {
    position: relative;
    width: 100%;
    border-bottom: none;
    border-right: none;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    text-transform: capitalize;
    letter-spacing: 0.52px;
    text-align: center;
    text-decoration: none;
    padding: 16px 10px;
    color: var(--color-hover);
    background-color: transparent;
    transition:
        background-color .25s ease-in-out,
        color .25s ease-in-out,
        border-color .25s ease-in-out,
        padding .25s ease-in-out;
}

a.anchor-menu-elem[aria-hidden="true"] {
    user-select: none;
    pointer-events: none;
}

a.anchor-menu-elem::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    color: var(--color-main);
    border-bottom: 3px solid var(--color-main);
    text-decoration: none;
    opacity: 0%;
    transition: opacity .5s, color .3s;
}

.anchor-menu-elem:is(:hover),
.anchor-menu-elem.active {
    color: var(--color-main);
}

.anchor-menu-elem:is(:hover)::after,
.anchor-menu-elem.active::after {
    opacity: 100%;
}

@media (min-width: 1920px) {
    .full-width-content-multy-slider-hero-content-wrap {
        padding-bottom: 500px
    }
}


/*
 * Masonry layouts blog
 */

.kfh-keyword>input[type="checkbox"] {
    display: none;
}
.kfh-keyword>label {
    display: inline-block;
    max-width: 100%;
    border: 1px solid #aaaaaa;
    user-select: none;
    padding: 18px 26px;
    cursor: pointer;
    transition: all 0.25s ease;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.kfh-keyword>label:is(:hover) {
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
}
.kfh-keyword>input:checked+label {
    border-color: #aaaaaa;
    background-color: var(--color-hover);
    color: white;
}
#keywords-filter-holder {
    gap: 10px;
    flex-wrap: wrap;
}
#blog-results-section {
    margin-top: 69px;
}
#blog-results {
    display: grid;
    column-gap: 16px;
    row-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(420px,1fr));
    grid-auto-rows: 20px;
    transition: opacity .3s ease;
    opacity: 1;
}
#blog-results-inner.loading #blog-results {
    opacity: 0;
}
.blog-block {
    background-color: #fff;
    box-shadow: 0px 3px 12px #0000001A;
    border-radius: 6px;
    overflow: hidden;
    transition: opacity 1.25s ease, transform 1.25s ease;
}
.blog-block.queued-animation:not(.queued-animation-active) {
    transform: translateY(-25px) scale(0.95);
    opacity: 0;
}
.blog-block .blog-block-inner {
    position: relative;
    transition: transform 0.33s;
}
.blog-block:hover .blog-block-inner {
    transform: translateY(-92px);
}
.blog-block .blog-img-wrap {
    position: relative;
}
.blog-block .blog-img-wrap a {
    width: 100px;
    height: 100px;
}
.blog-block .blog-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1.461;
    max-width: 100%;
}
.blog-content-holder {
    padding: 0 21px 1px;
}
.blog-category .blog-cat-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    column-gap: 12px;
    flex-wrap: wrap;
}
.blog-category .blog-cat-list a {
    transition: opacity 0.3s;
}
.blog-category .blog-cat-list a:hover {
    opacity: 0.7;
}
.blog-category .blog-cat-list li {
    position: relative;
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #8e8b88;
}
.blog-category .blog-cat-list li:not(:last-child):after {
    content: "|";
    position: absolute;
    top: 0;
    right: -8px;
}
.blog-link-holder {
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -67px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.blog-block:hover .blog-block-inner .blog-link-holder {
    opacity: 1;
    visibility: visible;
}

/* First element */

@media (min-width: 1025px) {
    .blog-block:first-child {
        grid-column: span 2;
        grid-row-end: span 18;
    }
    .blog-block:first-child .blog-block-inner {
        height: 100%;
    }
    .blog-block:first-child:hover .blog-block-inner {
        transform: none;
    }
    .blog-block:first-child .blog-img-wrap {
        height: 100%;
    }
    .blog-block:first-child .blog-img-wrap:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 74%;
        background: transparent linear-gradient(0deg, #081727 0%, #08172700 100%) 0% 0% no-repeat padding-box;
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }
    .blog-block:first-child:hover .blog-img-wrap:before {
        opacity: 1;
    }
    .blog-block:first-child .blog-image {
        aspect-ratio: 1.626865672;
        margin-bottom: 0;
    }
    .blog-block:first-child .blog-block-inner .blog-content-holder {
        transition: transform 0.33s ease;
    }
    .blog-block:first-child:hover .blog-block-inner .blog-content-holder {
        transform: translateY(-50px);
    }
    .blog-block:first-child .blog-content-holder {
        position: absolute;
        left: 0;
        bottom: 0;
        padding-bottom: 15px;
    }
    .blog-block:first-child .blog-link-holder {
        visibility: visible;
        opacity: 1;
        bottom: -50px;
        justify-content: left;
        padding-left: 21px;
    }
    .blog-block:first-child:hover .blog-link-holder {
        bottom: 22px;
    }
    .blog-block:first-child .blog-link-holder a {
        background: transparent;
        padding: 0;
        border: none;
        color: #fff;
    }
    .blog-block:first-child .blog-link-holder a.button.light::after {
        width: 50px;
        height: 50px;
        padding-left: 0;
        margin-left: 13px;
        color: var(--color-main);
        line-height: 50px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        transition: all .25s;
        box-shadow: rgba(113, 113, 113, 0) 0px 0px 0px 0px;
    }
    .blog-block:first-child .blog-link-holder a:hover {
        color: #a6a4a2;
    }
    .blog-block:first-child .blog-link-holder a.button.light:hover:after {
        color: #fff;
        background-color: #a6a4a2;
        box-shadow: rgba(113, 113, 113, 0.1) 0px 0px 0px 16px;
    }
    .blog-block:first-child .blog-content,
    .blog-block:first-child .blog-content h5 {
        color: #fff;
    }
    .blog-block:first-child .blog-category .blog-cat-list li {
        color: #d9d9d9;
    }
    .offer-item:has(.offer-link):hover .icon-holder .angebot-icon {
        transform: scale(1.1);
    }
    .offer-item:hover .video-link {
        top: -62px;
    }
    .angebot-container .video-link:hover .angebot-play-icon {
        font-size: 78px;
    }
    #blocks li .button.arrow {
        color: #fff;
    }
    #blocks li .button.arrow::after {
        background-color: #fff;
        color: var(--color-heading);
    }
    #blocks:not([data-items-count="2"], [data-items-count="1"]):not(:hover) li.hero-block-slider-element:first-child,
    #blocks:not([data-items-count="2"], [data-items-count="1"]):hover li.hero-block-slider-element:hover {
        flex: var(--block-height) 0 1;
    }

    .hide-on-desktop {
        display: none !important;
    }
}
@media (max-width: 1390px) {
    #blog-results {
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    }
}

/*
*   Resources Filter
*/
#resources-filter-holder {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 70px;
}
#resources-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 64px;
    transition: opacity .3s ease;
    opacity: 1;
}
#resources-results-inner.loading #resources-results {
    opacity: 0;
}

/*
*
*/

/*
 * Latest blog post fc block
 */
.latest-blog-posts-wrap {
    padding: 0 30px;
    max-width: 1904px;
    margin: 0 auto;
}
.latest-blog-posts {
    gap: 2%;
}
.single-blog-post {
    position: relative;
    flex: 1;
    /* height: 700px; */
    box-sizing: border-box;
}
.single-blog-post:first-child {
    flex: 800px 0 1;
    padding: 0 16px;
    background-color: var(--color-boxes-bgr-overlay);
    border-radius: 6px;
}
.single-blog-post:first-child:after {
    content: '';
    background-image: var(--bgr-image);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.4;
    transition: opacity 0.2s;
}
.single-blog-post:first-child:hover:after {
    opacity: 0.3;
}
.single-blog-post-first-content-wrap {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    padding: 0 44px;
    color: #fff;
    box-sizing: border-box;
    z-index: 5;
    transition: all 0.2s;
}
.single-blog-post:first-child:hover .single-blog-post-first-content-wrap {
    bottom: 50%;
    transform: translateY(50%);
}
.single-blog-post-first-content-wrap .blog-post-title h4 {
    color: #fff;
}
.single-blog-post:first-child .single-blog-post-link .button.arrow {
    padding: 18px 16px 18px 5px;
    color: #fff;
}
.single-blog-post:first-child .single-blog-post-link .button.arrow::after {
    background-color: #fff;
    color: var(--color-heading);
}
.single-blog-post:first-child .single-blog-post-link .button.arrow:hover {
    color: #A6A4A2;
}
.single-blog-post:first-child .single-blog-post-link .button.arrow:hover::after {
    color: #fff;
    background-color: #A6A4A2;
}
.single-blog-post:not(:first-child):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.2s;
}
.single-blog-post:not(:first-child) {
    padding: 0 16px;
    flex-direction: column;
}
.single-blog-post:not(:first-child):hover:before {
    opacity: 0.06;
}
.single-blog-post img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1.155;
    max-width: 100%;
    /* max-height: 372px; */
}
.single-blog-post:not(:first-child) .single-blog-post-link .button.arrow {
    padding: 18px 16px 18px 5px;
}
.single-blog-post:not(:first-child) .single-blog-post-img-wrap {
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px;
}
.single-blog-post:not(:first-child) img {
    transition: transform 0.2s;
}
.single-blog-post:not(:first-child):hover img {
    transform: scale(1.05);
}
.single-blog-post:not(:first-child) .blog-post-date {
    color: var(--color-regular);
}
.single-blog-post:not(:first-child) .single-blog-post-content,
.single-blog-post:not(:first-child) .blog-post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-blog-post:not(:first-child) .blog-post-title {
    margin-bottom: 20px;
}
.single-blog-post:not(:first-child) .single-blog-post-content p,
.single-blog-post:not(:first-child) .blog-post-title h5 {
    margin-bottom: 0;
}

@media (max-width: 1800px) {
    .latest-blog-posts {
        gap: 1%;
    }
    .single-blog-post:first-child {
        flex: 1.5 0 auto;
        margin-right: 16px;
    }

    #hero-slider .slide_nav {
        left: -70px;
    }
    #hero-slider .slide_nav.slide_next {
        right: -70px;
    }
    .section-container-full .full-width-content-multy-slider-images .slide_nav {
        display: none;
    }

}

@media (max-width: 1690px) {
    #hero-slider {
        padding: 0 16px;
    }
    #hero-slider .slide_nav {
        left: 16px;
        top: 50%;
    }
    #hero-slider .slide_nav.slide_next {
        right: 16px;
    }
}

@media (max-width: 1600px) {
    .latest-blog-posts {
        flex-wrap: wrap;
        row-gap: 1%;
        column-gap: 1%;
    }
    .single-blog-post {
        height: auto;
    }
    .single-blog-post:first-child {
        flex: 1;
    }

    .single-blog-post-first-content-wrap .single-blog-post-content {
        display: none;
    }
}
@media (max-width: 1260px) {
    .single-blog-post:last-child {
        display: none;
    }
    .single-blog-post-first-content-wrap {
        padding: 0 19px;
        bottom: 50%;
        transform: translateY(50%);
    }
}
@media (max-width: 680px) {
    .single-blog-post {
        flex: 1 0 100%;
        margin-bottom: 30px;
    }
    .single-blog-post:not(:first-child):before {
        opacity: 0.1;
    }

    .single-blog-post:first-child {
        height: 500px;
        margin-left: 16px;
    }
    .single-blog-post:last-child {
        display: block;
    }
}
@media (max-width: 500px) {
    .single-blog-post:first-child {
        height: 400px;
    }
}
@media (max-width: 380px) {
    .single-blog-post:first-child {
        height: 300px;
        margin-left: 0;
        margin-right: 0;
    }
    .brochure .brochure-thumbnail-group {
        padding: 0;
    }
    .brochure-thumbnail-group .brochure-thumbnail {
        max-width: 100% !important;
    }
    .section .row_children_2 .brochure-thumbnail-group {
        height: auto;
    }
}

/* POPUP */

.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(37 38 43 / 80%);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    z-index: 30;
    transition: opacity 0.25s;
}

.popup:not(.popup-active) {
    opacity: 0;
    pointer-events: none;
    user-select: none;
}

.popup-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right: 20px;
    color: #FFF;
    background: none;
    border: 1px solid #FFF;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    transition: transform 0.125s ease;
    letter-spacing: 0;
}

.popup-close:active {
    transform: scale(0.9);
}
/*
 * List subpages fc block
 */
.list-all-subpages-wrapper {
    max-width: 1832px;
    margin: 0 auto;
}

.list-all-subpages-wrap {
    margin: 0 auto;
    overflow: hidden !important; 
    position: relative; 
}

.child-page-container {
    padding: 0 15px;
    flex: none;
    width: 100%;
    margin-bottom: 30px;
    width: auto;
    transition: height 0.3s ease;
    box-sizing: border-box;
}

.list-all-subpages-pagination {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    padding-bottom: 50px;
}

.list-all-subpages-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 11px !important;
    background-color: #2B333B;
    opacity: 40%;
    transition: background-color 0.25s, opacity 0.25s;
}

.list-all-subpages-pagination .swiper-pagination-bullet-active {
    transform: scale(2);
    background-color: var(--color-button);
    opacity: 100%;
}


@media (max-width: 1846px) {

    .list-all-subpages-wrapper {
        max-width: 1374px;
    }
}
@media (max-width: 1400px) {

    .list-all-subpages-wrapper {
        max-width: 1230px;
    }

    .list-all-subpages-wrap.few-slides-padding .child-page-container {
        flex: 0 0 380px !important;
    }

}
@media (max-width: 1244px) {

    .list-all-subpages-wrapper {
        max-width: 820px;
    }

    .list-all-subpages-wrapper .slider .list-all-subpages {
        justify-content: unset !important;
    }
}
@media (max-width: 1200px) {
    .anchor-menu-container .container {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .anchor-menu-container:before {
        height: calc(100% - 2px);
    }
    .anchor-menu-wrapper {
        border-bottom: unset;
    }
    .anchor-menu-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }

    .anchor-menu-slider .swiper-wrapper {
        display: flex;
    }

    a.anchor-menu-elem {
        height: auto;
        padding: 16px 0px;
    }

    a.anchor-menu-elem::after {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50%
    }

    a.anchor-menu-elem:is(:focus)::after {
        opacity: 0%;
    }

    .anchor-menu-wrapper .slide_nav {
        display: flex !important;
    }

    .image-content-slider-container {
        padding-bottom: 45px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .image-content-slider-container .slide_nav {
        display: none;
    }


}
@media (max-width: 834px) {
    .list-all-subpages-wrapper {
        max-width: 410px;
    }

    .list-all-subpages-wrap.variant_a .slide_prev,
    .list-all-subpages-wrap.variant_a .slide_next{
        display: none;
    }
}
@media (max-width: 480px) {
    .list-all-subpages-wrapper {
        max-width: 320px;
    }

    .child-page-container {
        padding: 0 10px !important;
    }

    .list-all-subpages-wrap.variant_a .slide_next{
        right: 10px !important;
    }
    
    .list-all-subpages-wrap.variant_a .slide_prev {
        left: 10px !important;
    }
    #blocks li .button.arrow {
        font-size: 1.4rem;
        line-height: 3.3rem;
        letter-spacing: 0;
    }
    #blocks li .button.arrow::after {
        width: 33px;
        height: 33px;
        font-size: 1.6rem;
        line-height: 3.3rem;
    }

    .list-all-subpages-wrap.few-slides-padding .child-page-container,
    .list-all-subpages-wrap.max-per-row .child-page-container {
        flex: 0 0 300px !important;
        padding: 0 !important;
    }

    .list-all-subpages-wrapper .slider .child-page-container {
        flex:none !important;
        padding: 0 10px !important;
        margin: 0 0 30px 0 !important;
    }
}

.child-page-container a {
    text-decoration: none;
}

.subpage-block .child-page-content {
    flex-direction: column;
    height: 100%;
    box-shadow: 0px 3px 12px #0000001A;
    transition: box-shadow .25s;
    border-radius: 6px;
    background-color: #fff;
}
.child-pages-wrapper .subpage-block .child-page-content {
    box-shadow: unset;
}
.subpage-block .child-page-content .content-wrap {
    flex: 1 0 auto;
    flex-direction: column;
    padding: 0 20px;
    color: var(--color-main);
}
.child-pages-wrapper .subpage-block .child-page-content .content-wrap {
    text-align: left;
    padding: 0 16px 16px 16px;
}
.subpage-block .child-page-content .content-wrap .content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--color-main);
}

.subpage-block .child-page-content .image-wrap {
    overflow: hidden;
    margin-bottom: 23px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.subpage-block .child-page-content img {
    display: block;
    height: auto;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 1.460;
    max-width: 100%;
    max-height: 293px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: transform .25s;
}

.single-blog-post-link {
    justify-content: flex-end;
    margin-top: auto;
}
.subpage-block .child-page-content .content-wrap .single-blog-post-link .button.arrow {
    padding: 18px 16px 18px 5px;
}
.subpage-block:hover .child-page-content {
    box-shadow: 0px 6px 24px #0000002B;
}
.subpage-block:hover .child-page-content img {
    transform: scale(1.05);
}
.subpage-block:hover .button.arrow {
    color: var(--color-hover);
}
.subpage-block:hover .button.arrow:after {
    background-color: var(--color-hover);
    box-shadow: rgba(113, 113, 113, 0.1) 0px 0px 0px 16px;
}


 /* Vatiant A */

.list-all-subpages-wrap.four-per-row .swiper-wrapper,
.list-all-subpages-wrap.three-per-row .swiper-wrapper,
.list-all-subpages-wrap.two-per-row .swiper-wrapper,
.list-all-subpages-wrap.max-per-row .swiper-wrapper{
    flex-wrap: wrap;
    justify-content: center;
}

.list-all-subpages-wrap.four-per-row .slide_prev,
.list-all-subpages-wrap.four-per-row .slide_next,
.list-all-subpages-wrap.three-per-row .slide_prev,
.list-all-subpages-wrap.three-per-row .slide_next,
.list-all-subpages-wrap.two-per-row .slide_prev,
.list-all-subpages-wrap.two-per-row .slide_next,
.list-all-subpages-wrap.max-per-row .slide_prev,
.list-all-subpages-wrap.max-per-row .slide_next {
    display: none !important;
}

.list-all-subpages-wrap.three-per-row .swiper-wrapper{
    max-width: 1374px;
    margin: auto;
}

.list-all-subpages-wrap.two-per-row .swiper-wrapper{
    max-width: 916px;
    margin: auto;
}

.list-all-subpages-wrap.max-per-row .child-page-container {
    flex: 0 0 428px;
    padding: 0;
    margin: 0 15px 30px 15px;
}

.list-all-subpages-wrapper:has(> .list-all-subpages-wrap.max-per-row) {
    max-width: unset;
}

.list-all-subpages-wrap.variant_a .slide_prev,
.list-all-subpages-wrap.variant_a .slide_next {
    top: 50%;
    width: 74px;
    height: 74px;
    font-size: 4rem;
    text-align: center;
    line-height: 7.4rem;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    background-color: var(--color-menu-bgr);
    transform: translateY(-100%);
    opacity: 0.9;
    transition: opacity 0.25s;
    margin-top: 0 !important;
    position: absolute;
    border-radius: 50%;
}

.list-all-subpages-wrap.variant_a .slide_prev:hover,
.list-all-subpages-wrap.variant_a .slide_next:hover {
    opacity: 1;
}

.list-all-subpages-wrap.variant_a .slide_next {
    right: 30px;
}

.list-all-subpages-wrap.variant_a .slide_prev {
    left: 30px;
}

.list-all-subpages-wrap.few-slides-padding .child-page-container {
	flex: 0 0 428px;
	width: auto !important;
	max-width: 100%;
	height: auto !important;
	margin: 0 15px 30px 15px;
	padding: 0;
	box-sizing: border-box;
	transition: height 0.3s ease;
}

.list-all-subpages-wrap.few-slides-padding .list-all-subpages {
	justify-content: center;
}

.list-all-subpages-wrap.single-slide-only .list-all-subpages {
	justify-content: center !important;
}



 /* Vatiant B */

.list-all-subpages-wrapper:has(> .list-all-subpages-wrap.variant_b) {
    max-width: unset;
}

.list-all-subpages-wrap.variant_b.has-only-one-slide .list-all-subpages{
    justify-content: center;
} 

.list-all-subpages-wrap.variant_b .child-page-container {
    padding: 0 50px;
    text-align: center;
    width: 100%;
}

.list-all-subpages-wrap.variant_b .child-page-container a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 27px;
    border-radius: 7px;
}

.list-all-subpages-wrap.variant_b .child-page-container a:hover::after {
    width: 60px;
    height: 60px;
    background-color: #fff;
}

.list-all-subpages-wrap.variant_b:not(.child-pages) .child-page-container a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 53px;
    height: 53px;
    content: "\e911";
    font-family: var(--font-icons) !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    z-index: 5;
    color: var(--color-button);
    background-color: rgb(255 255 255 / 80%);
    border-top-left-radius: 7px;
    transition: all .25s;
}

.list-all-subpages-wrap.variant_b .child-page-container a:hover::after {
    width: 60px;
    height: 60px;
    background-color: #fff;
}

.list-all-subpages-wrap.variant_b .child-page-container a img {
    width: 100%;
    transition: transform .25s;
}

.list-all-subpages-wrap.variant_b .child-page-container a:hover img {
    transform: scale(1.05);
}

.list-all-subpages-wrap.variant_b .slide_prev,
.list-all-subpages-wrap.variant_b .slide_next {
    position: absolute;
    top: calc((((100vw - 280px) - (3 * 100px)) / 3) / 2);
    transform: translateY(-50%);
    width: 74px;
    height: 74px;
    font-size: 4rem;
    text-align: center;
    line-height: 7.4rem;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    background-color: var(--color-menu-bgr);
    border-radius: 50%;
    opacity: 80%;
    transition: opacity .25s;
    margin-top: 0;
}

.list-all-subpages-wrap.variant_b .slide_prev:hover,
.list-all-subpages-wrap.variant_b .slide_next:hover {
    opacity: 1;
}

.list-all-subpages-wrap.variant_b .slide_next {
    right: 48px;
}

.list-all-subpages-wrap.variant_b .slide_prev {
    left: 48px;
}

/* Variant child pages slider on inner page*/
.full-width-container .child-pages {
    flex-direction: row;
    gap: 0px;
    padding: 130px calc((100% / 3.5) / 2) 105px;
}

.child-pages-wrapper.few-slides .full-width-container .child-pages {
    padding: 130px 0 105px;
}

.child-pages-pagination.pagination-hidden {
    display: none !important;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.list-all-subpages.child-pages-slider .child-page-container {
    padding: 0 3px;
    margin-bottom: 0;
    height: auto;
    flex-shrink: 0;
} 

.custom-pagination-bullet {
	cursor: pointer;
	pointer-events: auto;
	z-index: 2;
}

.list-all-subpages.child-pages-slider .subpage-block .child-page-content .image-wrap {
    border-radius: 6px;
}

.list-all-subpages.child-pages-slider .subpage-block .child-page-content img {
    aspect-ratio: 1.216 !important;
    max-height: unset;
    width: 100%;
}

.list-all-subpages.child-pages-slider .child-page-container a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 16px;
    border-radius: 6px;
}

.list-all-subpages.child-pages-slider .child-page-container a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #0B264500 0%, var(--color-boxes-bgr-overlay) 100%);
    opacity: 0%;
    transition: opacity 0.3s ease;
    border-radius: 6px;
}

.list-all-subpages.child-pages-slider .child-page-container a:hover::after {
    opacity: 10%;
}

.list-all-subpages.child-pages-slider .subpage-block .child-page-content {
    background-color: unset;
}

.child-pages-wrapper .child-pages-slider .subpage-block .child-page-content .content-wrap {
    padding: 0 0 6px;
}

.child-pages-wrapper .child-pages-slider .subpage-block .child-page-content .content-wrap h5 {
    margin-bottom: 11px;
}

.child-pages-wrapper .subpage-block:hover .child-page-content {
    box-shadow: unset;
}

.child-pages-wrapper .child-pages-pagination  {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    padding-bottom: 50px;
}

.child-pages-wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 11px !important;
    background-color: #2B333B;
    opacity: 40%;
    transition: background-color 0.25s, opacity 0.25s;
}

.child-pages-wrapper .swiper-pagination-bullet-active {
    transform: scale(2);
    background-color: var(--color-button);
    opacity: 100%;
}

.child-wapper-arrows{
    display: flex;
    justify-content: space-between;
}

.child-wapper-arrows .icon-icon3:before {
    content: "";
}

.child-wapper-arrows .icon-icon3::after {
    content: "\e903";
}

.child-wapper-arrows .slide_nav {
    font-size: 3.7rem;
    align-items: center;
    color: #ACB1BC;
    transition: color 0.3s;
}

.child-wapper-arrows .slide_nav span {
    font-family: var(--font-medium);
    font-size: 2rem;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 1500px) {
    .list-all-subpages-wrap.variant_b .child-page-container {
        padding: 0 25px;
    }

    .list-all-subpages-wrap.variant_b .slide_prev,
    .list-all-subpages-wrap.variant_b .slide_next  {
        top: calc((((100vw - 160px) - (3 * 60px)) / 3) / 2);
    }


}

@media (min-width: 1280px) {
    .list-all-subpages-wrap.variant_b.has-three-slides .list-all-subpages {
        justify-content: center;
    } 

    .child-pages-wrapper.has-two-slides .full-width-container .child-pages {
        justify-content: center;
    }
}


@media (max-width: 1280px) {

    .list-all-subpages-wrap.variant_b .slide_prev,
    .list-all-subpages-wrap.variant_b .slide_next {
        top: calc((((100vw - 280px) - (2 * 60px)) / 2) / 2);
    }

    .full-width-container .child-pages,
    .child-pages-wrapper.few-slides .full-width-container .child-pages {
        padding: 60px 0 0px;
    }

    #footer-upper .slide_nav.footer-slide_next,
    #footer-upper .slide_nav.footer-slide_prev {
        width: 60px;
        font-size: 4rem;
    }

}

@media (min-width: 1780px) {
    .child-pages-wrapper.has-three-slides .full-width-container .child-pages {
        justify-content: center;
    }
}


@media (max-width: 850px) {
    .list-all-subpages-wrap.variant_b .slide_prev,
    .list-all-subpages-wrap.variant_b .slide_next  {
        top: calc(((100vw - 280px) - 160px) / 2);
    }

    #popup-modal-content {
        width:80% !important;
    }
}

@media (min-width: 850px) {
    .list-all-subpages-wrap.variant_b.has-two-slides .list-all-subpages {
        justify-content: center;
    } 
}

@media (min-width: 641px) {
    .child-pages-wrapper.has-only-one-slide .full-width-container .child-pages  {
        justify-content: center;
    }
}


@media (min-width: 1025px) {
    .child-wapper-arrows .slide_next,
    .child-wapper-arrows .slide_prev {
        display: none !important;
    }
}


@media (max-width: 768px) {
    .list-all-subpages.variant_b .child-page-container {
        padding: 0 15px;
    }

    .list-all-subpages-wrap.variant_b .slide_prev, 
    .list-all-subpages-wrap.variant_b .slide_next {
        display: none !important;
    }
}

@media (max-width: 560px) {

    .child-wapper-arrows .slide_nav {
        font-size: 2.5rem;
    }

    .child-wapper-arrows .slide_nav span {
        font-size: 1.6rem;
    }

    .full-width-container .child-pages,
    .child-pages-wrapper.few-slides .full-width-container .child-pages {
        padding: 40px 0 0px;
    }
}

/*
 * List subpages on child page
 */

.child-pages-wrapper {
    position: relative;
    background: var(--child-pages-bgr) right/contain no-repeat;
}
.child-pages-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 195px;
    background: linear-gradient(0deg, #71717100 0%, #717171 100%);
    opacity: 0.1;
}
.child-page-container .container {
    justify-content: center;
}
.child-pages {
    width: 100%;
    flex-direction: column;
    gap: 106px;
    padding: 130px 0 105px 0;
}
.child-pages .child-page-row {
    align-items: center;
    gap: 30px;
    width: 100%;
    transition: opacity 1.25s ease, transform 1.25s ease;
}
.child-page-row.queued-animation:not(.queued-animation-active) {
    transform: translateY(75px) scale(0.95);
    opacity: 0;
}
.child-page-content .child-page-subtitle {
    margin-bottom: 53px;
}
.child-page-row .child-page-image-holder,
.child-page-row .child-page-content {
    flex: 1;
}
.child-page-row .child-page-content a.button.arrow {
    display: block;
    text-align: right;
}
@media (min-width: 1101px) {
    .child-page-row:nth-child(even) .child-page-image-holder {
        order: 2;
    }
    
    .child-page-row:nth-child(even) .child-page-content {
        order: 1;
    }
}

.child-page-image-holder .child-page-image {
    display: block;
    width: 100%;
    aspect-ratio: 1.560 !important;
    border-radius: 6px;
}

.header-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 35px;
    row-gap: 60px;
    color: #fff;
    height: 100%;
    font-family: var(--font-h5);
    font-size: 3.2rem;
}

.header-menu,
.header-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu > .menu-item {
    gap: 31px;
    position: relative;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: auto / span 2;
}

.header-menu .menu-item > a {
    position: relative;
    display: flex;
    width: 100%;
    padding-bottom: 35px;
    border-bottom: 1px solid rgb(255 255 255 / 6%);
    transform-origin: center center;
    transition: opacity .25s;
    align-items: flex-end;
}
.header-menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #080808;
    opacity: 1;
}
.header-menu > .menu-item > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.06;
}
.header-menu > .menu-item > .sub-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0 16px;
    width: fit-content;
    transform-origin: top center;
    box-shadow: 0 5px 20px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.header-menu > .menu-item > .sub-menu > .menu-item {
    display: flex;
    gap: 14px;
}

.header-menu > .menu-item > .sub-menu > .menu-item > a {
    position: relative;
    display: block;
    padding-bottom: 0;
    padding-left: 43px;
    color: #fff;
    font-family: var(--font-regular);
    font-size: 2.6rem;
    line-height: 2.8rem;
    opacity: 0.6;
    border-bottom: none;
    text-align: left;
    transform-origin: center center;
    transition: opacity 0.25s, color 0.25s;
}

.header-menu > .menu-item > .sub-menu > .menu-item a::before {
    content: '\e917';
    position: absolute;
    left: 0;
    top: 0;
    font-family: var(--font-icons);
    display: inline-block;
    margin-right: 10px;
    opacity: 0.6;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: opacity 0.25s, color 0.25s;
    border: none;
}

.header-menu > .menu-item > .sub-menu > .menu-item > a:is(:hover, :focus),
.header-menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a,
.header-menu > .menu-item > .sub-menu > .menu-item a:is(:hover, :focus)::before,
.header-menu > .menu-item > .sub-menu > .menu-item.current-menu-item a::before {
    opacity: 1;
}

#header-lang-switcher {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    padding: 0 38px;
    gap: 17px;
    font-size: 2rem;
    line-height: 2.8rem;
    z-index: 9999;

}
/* disable lng switcher */
#header-nav[data-lang-switcher-visibility="disabled"] #header-lang-switcher {
    display: none;
}

.header-lang-switcher-menu-item {
    color: rgb(255 255 255 / 60%);
    transition: all 0.2s ease;
}
a.header-lang-switcher-menu-item.current-lang,
a.header-lang-switcher-menu-item:is(:hover, :focus) {
    color: #fff;
    text-decoration: underline;
}

#header-slider-wrapper {
    position: relative;
}

#header-slider {
    color: #FFF;
    height: 735px;
    margin-bottom: 0;
}
#header-slider .slide_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6.7rem;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
#header-slider .slide_prev {
    left: 62px;
}
#header-slider .slide_next {
    right: 65px;
}
.header-slider-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.header-slider-item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.header-slider-item[data-slide-anchor="center"] .row {
    margin-right: 0;
}

.header-slider-item-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.header-slider-item-background .acf-image-focus {
    width: 100% !important;
    height: 100% !important;
}

.header-slider-item-content {
    display: flex;
    align-items: center;
    height: 100%;
    transition: opacity 1.5s ease;
}

.header-slider-item[data-slide-anchor="left"] .header-slider-item-content {
    background: linear-gradient(to right, rgb(0 0 0 / 70%) 0%, transparent 50%);
}

.header-slider-item[data-slide-anchor="left"][data-custom-overlay] .header-slider-item-content {
    background: var(--color-header-slider-custom-overlay);
}

.header-slider-item[data-slide-anchor="left"] .header-slider-item-content > .container > .row {
    justify-content: flex-start;
}

.header-slider-item[data-slide-anchor="center"] .header-slider-item-content {
    background: rgb(0 0 0 / 20%);
}

.header-slider-item[data-slide-anchor="center"][data-custom-overlay] .header-slider-item-content {
    background: var(--color-header-slider-custom-overlay);
}

.header-slider-item[data-slide-anchor="center"] .header-slider-item-content > .container > .row {
    justify-content: center;
}

.header-slider-item[data-slide-anchor="right"] .header-slider-item-content {
    background: linear-gradient(to left, rgb(0 0 0 / 70%) 0%, transparent 50%);
}

.header-slider-item[data-slide-anchor="right"][data-custom-overlay] .header-slider-item-content {
    background: var(--color-header-slider-custom-overlay);
}

.header-slider-item[data-slide-anchor="right"] .header-slider-item-content > .container > .row {
    justify-content: flex-end;
}

.header-slider-item-content-wrapper {
    transition: opacity 2s ease, transform 1.5s ease;
}
.header-slider-item[data-slide-anchor="center"] .header-slider-item-content-wrapper {
    text-align: center;
}

.header-slider-item-content-wrapper p {
    font-size: 24px;
    line-height: 32px;
}

#header-badge-container {
    position: absolute;
    left: 0;
    z-index: 5;
    text-align: right;
    transform: translateY(-50%);
}

#header-slider[data-header-size="large"] ~ #header-badge-container {
    top: 725px;
}

#header-slider[data-header-size="medium"] ~ #header-badge-container {
    top: 600px;
}

#header-slider[data-header-size="small"] ~ #header-badge-container {
    top: 475px;
}

#header-badge {
    width: 170px;
    height: 170px;
    user-select: none;
    filter: drop-shadow(0 10px 20px #00000017);
    transition: opacity 1s ease, transform 0.75s ease;
}

#header-badge.queued-animation:not(.queued-animation-active) {
    transform: rotateY(360deg) scale(0.5);
    opacity: 0;
}

/* FOOTER */

footer hr {
    background: rgb(0 0 0 / 5%);
}

#footer-upper {
    position: relative;
    padding: 0;
    --override-color: #FFF;
}

footer .container {
    flex-wrap: wrap;
    transition: opacity 1.25s ease, transform 1.25s ease;
}

footer .container.queued-animation:not(.queued-animation-active) {
    transform: translateY(-25px) scale(0.95);
    opacity: 0;
}
.footer-slider {
    position: relative;
    margin: 0 -2px 3px;
}
.footer-slider.image-slider {
    margin-bottom: 0;
}
#footer-upper .slide_nav {
    position: absolute;
    top: 0;
    font-size: 6.7rem;
    width: 100px;
    height: 100%;
    color: #fff;
    background-color: rgba(92,101,124, 0.2);
    cursor: pointer;
    transition: background-color 0.25s;
    z-index: 1;
}

#footer-upper .slide_nav::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.25s;
}

#footer-upper .slide_nav:is(:focus, :hover) {
    background-color: rgba(92,101,124, 0.7);

}

#footer-upper  .slide_nav:is(:focus, :hover)::before {
    opacity: 1;
}

#footer-upper .footer-slide_prev {
    left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
#footer-upper .footer-slide_next {
    right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#footer-upper .footer-slider-image-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer-upper .footer-slider-image-holder img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.755;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    height: 100%; 
}

#footer-upper-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: var(--color-footer-bg);
}

#footer-upper-background .acf-image-focus {
    width: 100% !important;
    height: 100% !important;
}

#footer-upper-background[data-footer-overlay="d"] .acf-image-focus {
    opacity: 0.12;
    filter: grayscale(1);
}

#footer-center {
    color: #fff;
    background-color: var(--primary-color);
    padding: 110px 0 100px;
}

#footer-center .comapny-working-hours a {
    color: #fff;
}
#footer-center .comapny-working-hours a:is(:hover, :focus) {
    color: #DBEAF0;
}
#footer-center h5 {
    color: #fff;
}
#footer-center > .container {
    justify-content: space-between;
}

#footer-address {
    margin-bottom: 40px;
}

#footer-address :last-child {
    margin-bottom: 0;
}

.company-info-container .phone-email {
    margin-bottom: 24px;
}

#footer-center .company-info-container p {
    margin-bottom: 13px;
}
.footer-menu-links {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-menu-links > a {
    position: relative;
    display: inline-block;
    width: max-content;
    margin-left: 23px;
    text-transform: uppercase;
    transform-origin: center center;
    transition: color 0.2s, transform 0.125s ease;
}
.footer-menu-links > a::before {
    content: '\e903';
    font-family: var(--font-icons);
    position: absolute;
    top: 0;
    left: -23px;
    font-size: 1.4rem;
    transition: color 0.25s;
}
.footer-menu-links > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: color 0.25s, width 0.25s;
}
.footer-menu-links > a:is(:hover, :focus)::after {
    width: 100%;
}
.footer-menu-links > a:is(:hover, :focus) {
    color: #DBEAF0;
}

.footer-menu-links > a:active {
    transform: scale(0.95);
}
#footer-logo {
    margin-bottom: 40px;
}
#footer-logo img {
    max-width: 303px;
}

#footer-lower {
    color: #fff;
    background: var(--secondary-color);
    padding: 0;
}

#footer-lower .lower {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 40px;
    width: 100%;
    padding: 36px 0;
}

#footer-lower-menu {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
}

.footer-lower-menu-item > a {
    display: inline-block;
    transform-origin: center center;
    transition: color 0.2s, transform 0.125s ease;
}

.footer-lower-menu-item > a:is(:hover, :focus) {
    color: #DBEAF0;
}

.footer-lower-menu-item > a:active {
    transform: scale(0.95);
}

.footer-lower-menu-separator:not(:last-child):after {
    content: '|';
    color: #fff;
}

.youtube-instagram {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-sc-icon a {
    color: #fff;
    font-size: 43px;
    transform-origin: center center;
    transition: color 0.2s, transform 0.125s ease;
}

.footer-sc-icon a:is(:hover, :focus) {
    color: #DBEAF0;
    text-decoration: none;
}

.footer-sc-icon a:active {
    transform: scale(0.9125);
}

.comapny-working-hours .mon-thu {
    margin-bottom: 40px;
}

.comapny-working-hours .mon-thu,
.comapny-working-hours .fri {
    color: #777777;
}

:focus-visible {
    outline: 2px solid var(--color-main);
}

/* CONTACT FORM SECTION */

#contact-form-row {
    flex-direction: column;
    gap: 14px;
}

.contact-form-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

#contact-form-privacy-policy {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

#contact-form-message-field-wrapper {
    height: 100%;
}

/* RESOURCE LISTING */

.resource-listing {
    background: #FFF;
    border-radius: 8px;
    margin: 0;
    padding: 32px;
    box-shadow: 0 10px 20px #00000017;
    transition: opacity 1.25s ease, transform 1.25s ease;
}

.resource-listing.queued-animation:not(.queued-animation-active) {
    transform: translateY(-25px) scale(0.95);
    opacity: 0;
}

.resource-listing-heading {
    margin-bottom: 24px;
}

.resource-listing-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.resource-listing-list a {
    text-decoration: none;
}
.resource-listing-list a:hover {
    text-decoration: underline;
}

/* FORM */

.generic-form {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.form-input-wrapper {
    display: flex;
    position: relative;
    gap: 12px;
}
.generic-form .input-wrapper {
    display: flex;
    gap: 12px;
}
.generic-form .form-input-fields {
    width: calc(50% - 6px);
}

.form-input {
    color: #32353D;
    border: 1px solid #cacdd6;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    padding: 18px 26px;
    box-sizing: border-box;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    transition: border 0.2s;
}

.form-input:is(:hover, :focus, :not(:placeholder-shown)) {
    border-color: #32353D;
    outline: none;
}

.form-input::placeholder {
    color: #32353D;
    opacity: 1;
    text-transform: uppercase;
}

textarea.form-input {
    min-height: 246px;
    resize: vertical;
}
.privacy-policy {
    display: flex;
    align-items: center;
}
.privacy-policy-checkbox {
    width: 34px;
    height: 34px;
    margin-right: 13px;
}

.generic-form button[type="submit"] {
    margin: 0;
}
.form-checkbox-container {
    position: relative;
}

/* Base for label styling */

.form-checkbox-container [type="checkbox"] ~ label {
    display: inline-block;
    text-transform: initial;
    color: #4b4b4b;
    line-height: 1.2em;
    margin-bottom: 0;
    align-items: center;
}

.form-checkbox-container [type="checkbox"]:not(:checked),
.form-checkbox-container [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.form-checkbox-container [type="checkbox"]:not(:checked) ~ label,
.form-checkbox-container [type="checkbox"]:checked ~ label {
    position: relative;
    padding-left: 48px;
    padding-right: 30px;
    cursor: pointer;
    color: var(--color-main);
    /* min-height: 54px; */
}

/* checkbox aspect */
.form-checkbox-container [type="checkbox"]:not(:checked) ~ label:before,
.form-checkbox-container [type="checkbox"]:checked ~ label:before {
    content: '';
    position: absolute;
    left:0; 
    top: 50%;
    transform: translateY(-50%);
    width: 32px; 
    height: 32px;
    border: 1px solid #cacdd6;
    background: #fff;
    border-radius: 6px;
}

/* checked mark aspect */
.form-checkbox-container [type="checkbox"]:not(:checked) ~ label:after,
.form-checkbox-container [type="checkbox"]:checked ~ label:after {
    content: '';
    background-color: var(--color-hover);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 5px;
    transition: all .2s;
    border-radius: 4px;
}

/* checked mark aspect changes */
.form-checkbox-container [type="checkbox"]:not(:checked) ~ label:after {
    opacity: 0;
    transform: translateY(-50%) scale(0);
}

.form-checkbox-container [type="checkbox"]:checked ~ label:after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}

form em {
    position: absolute;
    top: 50%;
    right: 6px;
    height: 28px;
    line-height: 28px;
    z-index: 5;
    font-style: normal;
    transform: translateY(-50%);
}

form em:before {
    content: "\e926";
    font-family: var(--font-icons);
    font-size: 22px;
    color: #db0132;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

span.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 0;
    right: 32px;
    background: #db0132;
    padding: 6px 10px;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #FFF;
    overflow: visible;
    font-family: var(--font-h1);
    text-align: center;
}

form em.hover-active {
    width: 90%;
    text-align: right;
}

span.error.hover-active:after {
    content: "";
    display: inline-block;
    border: 6px solid #db0132;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 7px;
    right: -12px;
}

/* --------------------------- */
/* --RESPONSIVE MEDIA UPDATE-- */
/* --------------------------- */

.youtube-responsive-container {
    position: relative;
    padding-top: calc(9 / 16 * 100%);
    height: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
    
.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.youtube_container {
    margin-bottom: 25px;
}

.video_link {
    display: block;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.video_link:after {
    content: '\e971';
    font-family: var(--font-icons) !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    font-size: 11rem;
    line-height: 110px;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    opacity: 0.8;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 5;
}
.video_link > img {
    transition: transform 0.3s ease;

}
.video_link:focus {
    outline: none;
}
.video_link:hover img {
    transform: scale(1.05);
}
.video_link:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.08);
}
.video_link:active:after {
    transform: translate(-50%, -50%) scale(0.9);
}

.video-wrapper {
    position: relative;
}

.video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #e2e2e2;
}

.video-play-button {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    background-image: url(images/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
}
.video-play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-play-button[data-link-type="internal"] {
    background-image: url('images/internal_link.svg');
}

.video-play-button[data-link-type="external"] {
    background-image: url('images/external_link.svg');
} 


/* L-NOTIFY */

#l-notify {
    position: fixed;
    left: 0;
    bottom: 0;
    color: #FFF;
    background: var(--color-hover);
    width: 100%;
    padding: 25px 15px;
    visibility: hidden;
    font-family: var(--font-h5);
    font-size: 2.5rem;
    line-height: 1.3em;
    text-align: center;
    z-index: 100;
    transform: translate(0,100%);
    transition: transform .25s, opacity .25s, visibility .25s;
}


#l-notify.l-error{
    background-color: #db0132;
}

#l-notify.active {
    visibility: visible;
    transform: translate(0,0);
}

/*
 * General
 */

#page-content img,
#page-content video {
    max-width: 100%;
    height: auto;
}

#page-content video {
    display: block;
}


.queued-animation.queued-animation-instant {
    transition: none !important;
}


/* BROCHURE */

.brochure {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    /* margin-bottom: 16px; */
    box-shadow: 0px 3px 12px #0000001A;
    border-radius: 6px;
    overflow: hidden;
    transition: opacity 1.25s ease, transform 1.25s ease;
    background-color: #fff;
}

.fcb-column:has(.brochure) {
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 30px; */
}

.brochure.queued-animation:not(.queued-animation-active) {
    transform: translateY(75px) scale(0.95);
    opacity: 0;
}
.brochure-image-container {
    overflow: hidden;
}
.brochure-thumbnail-group {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: var(--brochure-thumbnail-bg);
    background-size: cover;
    background-position: center center;
    padding: 26px 0;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #dfe0ea;
    transition: transform 0.3s ease;
}

.brochure-thumbnail {
    max-width: 270px !important;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    user-select: unset;
    pointer-events: unset;
}


.brochure-title-subtitle-group {
    flex-direction: column;
    padding: 26px 30px 15px 30px;
}

.brochure-title-subtitle-group a {
    margin-top: 10px;
}

.brochure-button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    margin-top: auto;
}

.brochure-button-group > .link-button {
    margin: 0 !important;
}

.brochure-fullscreen-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border: none;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    font-family: var(--font-h1);
    font-size: 20px;
    line-height: 24px;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

span.brochure-fullscreen-button:is(:hover, :focus) {
    transform: scale(1.1);
}

.brochure-fullscreen-button:active {
    transform: scale(0.95);
}

.brochure-fullscreen-button-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-black);
    background-color: #fff;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    font-size: 21px;
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s;
    letter-spacing: 0;
    border: 1px solid var(--color-black);
}

.brochure-fullscreen-button-icon.over-image {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 85px;
    height: 85px;
    transform: translate(-50%, -50%);
    background-color: var(--color-button);
    border: none;
    color: #fff;
    font-size: 30px;
    line-height: 85px;
    text-align: center;
    opacity: 0.7;
    box-shadow: 0px 10px 20px #00000029;
    /* border-radius: unset; */
    cursor: pointer;
    z-index: 1;
}

.brochure-thumbnail-group:has(.brochure-thumbnail:hover) .brochure-fullscreen-button-icon.over-image,
.brochure-fullscreen-button-icon.over-image:hover {
    opacity: 0.9;
}
.brochure-thumbnail-group .brochure-fullscreen-button-icon.over-image + .brochure-thumbnail:hover {
    transform: scale(1.03);
}
.brochure-fullscreen-button-icon.over-image:hover + .brochure-thumbnail {
    transform: scale(1.03);
}
.brochure-thumbnail-group .brochure-fullscreen-button-icon.over-image + .brochure-thumbnail {
    cursor: pointer;
}
.brochure-fullscreen-button.play-button {
    width: 100%;
}

.brochure-fullscreen-button:is(:hover, :focus) .brochure-fullscreen-button-icon  {
    background-color: var(--color-black);
    color: #fff;
    box-shadow: 0px 10px 20px #00000029;
}

a.link-button.link-button-outlined {
    width: 100%;
}

.brochure-button-group:has(.brochure-fullscreen-button) a.link-button.link-button-outlined {
    width: auto;
}
#resources-results .brochure-thumbnail-group,
.row_children_2 .brochure-thumbnail-group {
    /* height: 422px; */
}

.brochure-popup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 128px);
    height: calc(100% - 128px);
}

.brochure-popup-object {
    width: 100%;
    height: 100%;
}

/* Accordion */

.accordion {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.accordion-holder {
    background-color: #f4f5fa;
    border-radius: 6px;
}
.accordion-holder .title-holder {
    display: flex;
    justify-content: space-between;
    padding: 13px 33px 13px 26px;
    background-color: #dfe0ea;
    border-radius: 6px;
    cursor: pointer;
}

.accordion-holder .accordion-content {
    padding: 32px 26px 40px 26px;
}

.title-holder .icon-text {
    display: flex;
    align-items: center;
    gap: 26px;
}
.title-holder .show-details,
.title-holder .hide-details {
    font-family: var(--font-regular);
}
.title-holder .hide-details {
    display: none;
}
.title-holder.active .hide-details {
    display: inline-block;
}
.title-holder.active .show-details {
    display: none;
}
.title-holder .accordion-icon {
    font-size: 2.5rem;
    transition: transform 0.5s;
}
.title-holder.active .accordion-icon {
    transform: rotate(180deg);
}

/* Accordion */

/* Map */

.contact-section-wrapper {
    width: 1356px;
    margin: 0 auto;
    padding: 0 30px;
}
.map-bottom-content {
    display: flex;
    gap: 2%;
}
.map-bottom-content .map-bottom-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: calc((100% - 1356px) / 2);
    min-width: 400px;
}
.map-bottom-content .map-holder {
    overflow: hidden;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.map-bottom-content .map-holder a {
    position: relative;
    display: block;
    overflow: hidden;
}
.map-bottom-content .map-holder p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    margin-bottom: 0;
    color: var(--color-main);
    background: #fff;
    border-radius: 4px 0px;
    opacity: 0.8;
    z-index: 1;
    display: table;
}
#page-content .map-bottom-content .map-holder img {
    display: block;
    height: 100%;
    object-fit: cover;
    transition: transform .3s;
}
.map-bottom-content .map-holder a:is(:hover, :focus) img {
    transform: scale(1.05);
}

/* Map */

.image-content-slider-container {
    padding-bottom: 90px;
    padding-left: 300px;
    padding-right: 300px;
}

.image-content-slider-container.only-one-slide .swiper-wrapper{
    justify-content: center;
}

.image-content-slider-container.few-slides{
    padding-left: 15px;
    padding-right: 15px;
}

.image-content-slider-container.few-slides .single-slider {
    margin: 0px;
}

.image-content-slider-container .single-slider {
    position: relative;
    width: 100%;
    margin: 0 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 40px;
}

.single-slider .image-content-slider-image {
    display: block;
    width: 100%;
    transition: all .3s;
}

.single-slider .content-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1;
    box-sizing: border-box;
    color: #fff;
    padding: 40px 52px 47px 58px;
    transition: opacity 0.3s;
    z-index: 1;
}

.image-content-slider-container .content-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.63;
    transition: opacity 0.3s;
    background-color: var(--color-overlay-slide);
    z-index: 1;
}

.image-content-slider-container .single-slider.video:has(.image-content-slider-video-play):hover .image-content-slider-image {
    transform: scale(1.15);
}

.single-slider .content-wrapper[data-vertical-alignment="top"] {
    justify-content: flex-start;
}
.single-slider .content-wrapper[data-vertical-alignment="center"] {
    justify-content: center;
}
.single-slider .content-wrapper[data-vertical-alignment="bottom"] {
    justify-content: flex-end;
}

.content-wrapper .content {
    z-index: 1;
}
.content-wrapper .content > * {
    color: #fff;
}
.image-content-slider-container .image-content-slider-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10.9rem;
    color: #FFFFFF;
    opacity: 0.8;
    z-index: 5;
    transition: opacity 0.25s;
}
.image-content-slider-container .image-content-slider-video-play:is(:hover, :focus) {
    opacity: 0.5;
    color: #fff;
}
.content-wrapper .button.arrow {
    color: #fff;
    z-index: 1;
}
.content-wrapper .button.arrow {
    display: inline-flex;
    align-self: self-end;
    align-items: center;
    margin-top: auto;
}
.content-wrapper .button.arrow::after {
    background-color: #fff;
    color: var(--color-main);
    transition: background-color .3s, color .3s, box-shadow .3s, transform .3s;
}

.content-wrapper .button.arrow:is(:hover, :focus)::after {
    transform: scale(1.08);
}

.image-content-slider-container .slide_nav {
    position: absolute;
    top: calc(50% - 55px);
    transform: translateY(-50%);
    font-size: 6.7rem;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
    transition: opacity .25s;
    z-index: 1;
}
.image-content-slider-container .slide_nav:is(:hover, :focus) {
    opacity: 1;
}
.image-content-slider-container .slide_prev {
    left: 77px;
}
.image-content-slider-container .slide_next {
    right: 77px;
} 

.image-content-slider-pagination {
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
}

.image-content-slider-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 11px !important;
    background-color: #2B333B;
    opacity: 40%;
    transition: background-color 0.25s, opacity 0.25s;
}

.image-content-slider-pagination .swiper-pagination-bullet-active {
    transform: scale(2);
    background-color: var(--color-button);
    opacity: 100%;
}  

.fcb-columns:has(.custom-editor-content[data-width="medium"]) .button-group-container {
    max-width: 490px;
    margin: 0 auto;
}

.fcb-columns:has(.custom-editor-content[data-width="small"]) .button-group-container {
    max-width: 420px;
    margin: 0 auto;
}

.fcb-columns:has(.custom-editor-content[data-width="max"]) .button-group-container {
    max-width: 100%;
    margin: 0 auto;
}

.custom-editor-content {
    box-sizing: border-box;
}
.custom-editor-content[data-width="medium"] {
    max-width: 490px;
    margin: 0 auto;
}
.custom-editor-content[data-width="small"] {
    max-width: 420px;
    margin: 0 auto;
}
.box-content {
    padding: 30px 16px 32px 33px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
    box-shadow: 0px 10px 20px #00000017;
}
.content-gallery-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    container-type: inline-size;
}

.content-gallery-slider .swiper-button-lock {
    opacity: 1 !important;
    pointer-events: auto !important;
    display: block !important; 
}

.content-gallery-slider .gallery-image-wrapper .gallery-image {
    display: block;
    aspect-ratio: 1.360;
    object-fit: cover;
    object-position: center;
    width: 100%;
    transition: transform .3s;
}
.content-gallery-slider .slide_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 4.4rem;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
.content-gallery-slider .slide_nav::before {
    position: relative;
    opacity: 0.6;
    transition: opacty .3s;
    z-index: 3;
}
.content-gallery-slider .slide_nav::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 52px;
    height: 134px;
    opacity: 0.7;
    transform: translateY(-50%);
    background-color: var(--color-button);
    transition: opacity .3s;
}

.content-gallery-slider .slide_next {
    right: 0;
}
.content-gallery-slider .slide_prev {
    left: 0;
}
.content-gallery-slider .slide_prev::after {
    left: 0;
    border-radius: 0px 8px 8px 0px;
}
.content-gallery-slider .slide_next::after {
    right: 0;
    border-radius: 8px 0px 0px 8px;
}
.content-gallery-slider:is(:hover, :focus) .slide_nav::after {
    opacity: 1;
}
.content-gallery-slider:is(:hover, :focus) .gallery-image {
    transform: scale(1.1);
}
.content-gallery-slider .slide_nav:is(:hover, :focus)::before {
    opacity: 1;
}
.video-container {
    position: relative;
    container-type: inline-size;
}
.video-container .img-cover {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
}
.video-container .content-video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    transition: transform .25s ease-in-out;
    z-index: 2;
}
.video-container .content-video-link .video-play-button {
    color: #fff;
    opacity: 0.8;
    font-size: 108px;
    border-radius: 50%;
    background-color: #939598;
}
.video-container .img-cover img {
    display: block;
    width: 100%;
    transition: transform .3s ease-in-out;
}
.video-container video {
    aspect-ratio: 1;
    border-radius: 6px;
}
.video-container .img-cover:is(:hover, :focus) .content-video-link {
    transform: translate(-50%, -50%) scale(1.15);
}
.video-container .img-cover:is(:hover, :focus) img {
    transform: scale(1.1);
}
.team-container.team-list .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    column-gap: 60px;
    row-gap: 70px;
    justify-content: center;
}

.team-list + .team-navigation-slider {
    display: none;
}


.team-container.few-slides .swiper-wrapper{
    justify-content: center;
}

.team-container.team-list .team-member {
    flex: 0 1 306px;
    margin: 0;
}

.team-container.swiper {
    margin-bottom: 62px;
    padding: 30px 15px 0 15px;
}

.team-container .team-member {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
}

.team-container .team-member span {
    display: block;
}

.team-member .team-career-link {
    position: relative;
    padding-right: 17px;
}
.team-member .team-career-link::after {
    content: '\e903';
    font-family: var(--font-icons);
    font-size: 1.4rem;
    line-height: 33px;
    position: absolute;
    top: 0;
    right: 0;
}

.team-member .team-member-lower {
    flex-wrap: wrap;
    justify-content: center;
}
.team-container .team-member .team-member-profession {
    flex: 1 0 100%;
    margin-bottom: 42px;
}
.team-member .image-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 23px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 28px rgba(246,247,250,1);
    -moz-box-shadow: 0px 0px 0px 28px rgba(246,247,250,1);
    box-shadow: 0px 0px 0px 18px rgba(246,247,250,1);
    max-width: calc(100% - 30px);
    width: 100%;

}
.team-container.team-slider .image-container {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 28px rgba(246,247,250,1);
    -moz-box-shadow: 0px 0px 0px 28px rgba(246,247,250,1);
    box-shadow: 0px 0px 0px 18px rgba(246,247,250,1);
}
.team-container .team-member h5 {
    flex: 1 0 100%;
    margin-bottom: 18px;
    text-align: center;
}
.team-container .team-member img {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s;
    object-fit: cover;

}
.team-member .team-profile-image {
    position: relative;

    z-index: 5;
}
.team-member .team-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.team-member .image-container:hover + h5 {
    color: var(--primary-color);
}
.team-member .image-container:hover .team-profile-image {
    transform: scale(1.1);
}

.team-navigation-slider {
	position: relative;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-navigation-slider .slide_nav {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 6.7rem;
    color: #ACB1BC;
    opacity: 1;
    cursor: pointer;
    transition: color .25s;
    z-index: 5;
}

.team-navigation-slider .slide_nav:is(:hover, :focus) {
    color: var(--color-button);
}

.team-navigation-slider .slide_nav span {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: var(--font-semibold);
}

.team-navigation-slider  .slide_next {
        flex-direction: row-reverse;
    }

.team-navigation-slider .slide_next[aria-disabled="true"],
.team-navigation-slider .slide_prev[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
}

.team-navigation-slider .slide_nav:not([aria-disabled="true"]):is(:hover, :focus) {
    opacity: 100%; 
}

.team-navigation-slider .slide_prev {
    left: 0;
}

.team-navigation-slider .slide_next {
    right: 0;
}

.team-bullets.swiper-pagination {
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
}

.team-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 11px !important;
    background-color: #2B333B;
    opacity: 40%;
    transition: background-color 0.25s, opacity 0.25s;
}

.team-bullets  .swiper-pagination-bullet-active {
    transform: scale(2);
    background-color: var(--color-button);
    opacity: 100%;
} 

.sponsorship-container {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}

.sponsorship-container .swiper-wrapper{
    padding-bottom: 50px;
}

.single-sponsorship {
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 10px 20px #00000017;
}

.single-sponsorship .sponsorship-link {
    position: relative;
    display: block;
    height: 100%;
    color: #31AEE2;
    text-decoration: none;
}

.single-sponsorship .sponsorship-link::after {
    content: '\e90f';
    font-family: var(--font-icons);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 62px;
    font-size: 31px;
    background: rgba(230,235,240, 0.8);
    color: #31AEE2;
    border-radius: 6px 0px;
    text-align: center;
    line-height: 60px;
    transition: all 0.25s;
    z-index: 1;
}

.single-sponsorship .sponsorship-link:hover .sponsorship-image {
    transform: scale(1.1);
}

.single-sponsorship .sponsorship-link:hover h5 { 
    color: #2FA3D3;
}

.single-sponsorship .sponsorship-link:hover::after {
    font-size: 35px;
}

.single-sponsorship-upper {
    position: relative;
    margin-bottom: 45px;
}

.single-sponsorship-upper .single-sponsorship-image-container {
    overflow: hidden;
}

.single-sponsorship-upper .sponsorship-image {
    max-height: 315px;
    width: 100%;
    transition: transform 0.25s;
}

.single-sponsorship-upper .sponsorship-type {
    position: absolute;
    bottom: -21px;
    left: -7px;
    padding: 7px 32px;
    color: #fff;
    background-color: #2FA3D3;
    border-radius: 9px 9px 9px 0px;
}

.single-sponsorship-upper .sponsorship-type::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 7px;
    height: 10px;
    background-color: #1E7193;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.single-sponsorship-lower {
    padding: 0 70px 0 20px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}

.single-sponsorship-lower .sponsorship-link-title {
    position: relative;
    font-family: var(--font-semibold);
    padding-bottom: 20px;
    padding-left: 25px;
}

.single-sponsorship-lower .sponsorship-link-title::before {
    content: '\e90e';
    font-family: var(--font-icons) !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}

.sponsorship-navigation-slider {
    position: relative;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sponsorship-navigation-slider .slide_nav {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    font-size: 6.7rem;
    color: #ACB1BC;
    opacity: 1;
    cursor: pointer;
    transition: color .25s;
    z-index: 5;
}

.sponsorship-navigation-slider .slide_nav span {
    font-size: 2rem;
    text-transform: uppercase;
    font-family: var(--font-semibold);
}

.sponsorship-navigation-slider .slide_next {
    flex-direction: row-reverse;
    right: 0;
}

.sponsorship-navigation-slider .slide_prev {
    left: 0;
}

.sponsorship-navigation-slider .slide_next[aria-disabled="true"],
.sponsorship-navigation-slider .slide_prev[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
}

.sponsorship-navigation-slider .slide_nav:not([aria-disabled="true"]):is(:hover, :focus) {
    opacity: 100%;
}

.sponsorship-navigation-slider .swiper-pagination {
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
}

.sponsorship-navigation-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 11px !important;
    background-color: #2B333B;
    opacity: 0.4;
    transition: background-color 0.25s, opacity 0.25s;
}

.sponsorship-navigation-slider .swiper-pagination-bullet-active {
    transform: scale(2);
    background-color: var(--primary-color);
    opacity: 1;
}

.show-all-ratings {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
}
.rating-container .rating-upper {
    align-items: center;
    gap: 12px;
}
.rating-upper .average-rating {
    margin-bottom: 0;
}
.rating-upper .average-star-rating {
    gap: 5px;
}
.average-star-rating .star-rating {
    font-size: 2.4rem;
    color: #EDBA41;
}
.rating-upper .total-reviews {
    color: #939393;
}
.rating-container .rating-lower p {
    margin-bottom: 0;
}

.google-review-slider {
    position: relative;
}

.section-container-full .google-navigation-wrapper {
    position: relative;
}

.section-container-full .google-navigation-wrapper .slide_prev {
    left: 0;
}

.section-container-full .google-navigation-wrapper .slide_next {
    right: 0;
}

.section-container-full .google-navigation-wrapper .slide_next,
.section-container-full .google-navigation-wrapper .slide_prev{
    top: 0;
    transform: none;
}

.section-container-full .google-navigation-wrapper  .swiper-pagination {
    bottom: -50px;
    box-sizing: border-box;
    padding: 0 175px;
    pointer-events: none;
}

.section-container-full .individual-review-container {
    margin-bottom: 15px;
}

.individual-review-container {
    position: relative;
    margin-bottom: 80px;
}

.individual-review-container .swiper-wrapper {
    padding-top: 15px;
    margin: 0 15px;
}

.individual-review-container[data-image-name-direction="column"] .swiper-wrapper {
    margin: 0;
}

.individual-review.swiper-slide {
    display: flex;
    justify-content: flex-start;
    height: auto;
    padding: 37px 25px 40px;
    box-sizing: border-box;
    border-radius: 12px;
    transition: background-color 0.2s;
}

.individual-review {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.individual-review img {
    width: 113px;
    margin-bottom: 26px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 12px rgba(246, 247, 250, 1);
}
.individual-review-upper {
    align-items: center;
    justify-content: center;
}
.individual-review-container[data-image-name-direction="row"] .individual-review-upper {
    align-items: flex-start;
    justify-content: center;
    gap: 35px;
}
.individual-review-container[data-image-name-direction="row"] .individual-review {
    align-items: flex-start;
}
.individual-review-container[data-image-name-direction="row"] .individual-star-rating {
    justify-content: flex-start;
}
.individual-review-container[data-image-name-direction="column"] .individual-review-upper {
    flex-direction: column;
}
.name-rating-container {
    flex-direction: column;
}
.individual-review-container[data-image-name-direction="column"] .name-rating-container {
    align-items: center;
}
.individual-review .individual-star-rating {
    justify-content: center;
    gap: 5px;
    margin-bottom: 26px;
}
.individual-review .individual-star-rating .star-rating {
    font-size: 3rem;
    color: #EDBA41;
}
.individual-review .individual-review-text[data-limited-content] {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.individual-review .individual-review-text > :last-child {
    margin-bottom: 0;
}

.google-rating-container {
    position: relative; 
}

.google-rating-container.no-arrows .slide_prev,
.google-rating-container.no-arrows .slide_next {
    display: none !important;
}

.google-rating-container .slide_nav {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    font-size: 6.7rem;
    color: #5C657C;
    cursor: pointer;
    transition: color 0.25s;
    z-index: 1;
}

.google-rating-container .slide_prev {
    left: -132px;
}

.google-rating-container .slide_next {
    right: -132px;
}

.google-rating-container .slide_nav:is(:hover, :focus) {
    color: var(--primary-color);
}

.google-rating-container .swiper-pagination {
    bottom: -75px;
}

.google-rating-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 11px !important;
    background-color: #2B333B;
    opacity: 40%;
    transition: background-color 0.25s, opacity 0.25s;
}

.google-rating-container .swiper-pagination-bullet-active {
    transform: scale(2);
    background-color: var(--color-button);
    opacity: 100%;
}

.certifications-container {
    flex-wrap: wrap;
    gap: 70px;
}
.certifications-container .certificate {
    flex: 0 0 calc((100% - 2 * 70px) / 3);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 43px;
    height: auto;
    text-align: center;
}
.certifications-container .certificate a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 43px;
}
.certifications-container .certificate .icon-holder {
    position: relative;
    width: max-content;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 21px rgba(246, 247, 250, 1);
    z-index: 1;
}
.icon-holder .certificate-icon {
    display: block;
    padding: 46px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 6px 30px #0C638839;
    transition: transform 0.25s;
}
.certifications-container .icon-holder .certificate-icon span::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.certifications-container .certificate a:hover .certificate-icon {
    transform: scale(1.1);
}

.certifications-container .certificate a:hover h5 {
    color: var(--primary-color);
}

.certifications-container .certificate .certificate-icon {
    color: var(--primary-color);
    font-size: 115px;
    z-index: 2;
}
.angebot-container {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
    row-gap: 240px;
    padding-top: 170px;
}
.offer-item {
    position: relative;
    flex: 0 1 calc((100% / 3) - 20px);
    position: relative;
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 10px 20px #00000017;
    border: 1px solid #EBEFF4;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.offer-item::after {
    content: '';
    position: absolute;
    bottom: -11px;
    left: 22px;
    width: calc(100% - 44px);
    height: 11px;
    background-color: #00B5EA;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.offer-item:has(.more-info)::after {
    display: none;
}
.offer-item:not(:has(.offer-link)) {
    padding: 20px;
}
.offer-item a:hover,
.offer-item a {
    color: inherit;
}
.offer-item .more-info {
    position: absolute;
    bottom: -11px;
    left: 22px;
    width: calc(100% - 44px);
    height: 58px;
    font-family: var(--font-medium);
    line-height: 58px;
    background-color: #00B5EA;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0px 10px 20px #00000017;
    transition: bottom 0.3s ease;
    z-index: -1;
}
.offer-item:hover .more-info {
    bottom: -58px;
}

.offer-item .icon-holder {
    position: relative;
    width: max-content;
    margin: -170px auto 44px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 21px rgba(246, 247, 250, 1);
}
.icon-holder .angebot-icon {
    display: block;
    font-size: 165px;
    color: #00B5EA;
    padding: 55px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 6px 30px #0C638839;
    transition: transform 0.25s;
    z-index: 3;
}

.offer-item .icon-holder .angebot-icon,
.offer-item .icon-holder .angebot-icon::before {
    position: relative;
    z-index: 5;
}
.offer-item .video-link {
    position: absolute;
    top: 86px;
    left: 50%;
    text-align: center;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    transform: translateX(-50%);
    transition: top 0.25s, font-size 0.25s;
    z-index: 10;
}
.offer-item .video-link .angebot-play-icon {
    border-radius: 50%;
    font-size: 62px;
    line-height: 100px;
    color: #00A6E5;
    background-color: #fff;
    opacity: 0.8;
    box-shadow: 0px 0px 0px 6px rgba(250, 250, 250, 0.8);
    transition: top 2s, font-size 0.25s;
    z-index: 6;
}
.offer-item .offer-link {
    display: block;
    height: 100%;
    padding: 20px 20px 40px;
    box-sizing: content-box;
}
.offer-item:has(.offer-link):is(:hover, :focus) h5 {
    color: #00B5EA;
}

.offer-item .icon-holder .angebot-icon span::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-table {
    width: 100%;
}
.info-table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}
.info-table th {
    background-color: #e9eaf2;
    padding: 11px;
    font-weight: normal;
    line-height: 22px;
}
.info-table th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 5px 5px 5px 21px;
}
.info-table th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 5px 21px 5px 5px;
}
.info-table tbody tr td {
    padding: 9px;
    line-height: 24px;
}
.info-table tbody tr:nth-child(even) {
    background-color: #e9eaf2;
}
.info-table tbody tr td:first-child {
    padding-left: 25px;
}
.info-table tbody tr td:last-child {
    padding-right: 25px;
}
.info-table tbody tr:nth-child(even) td:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.info-table tbody tr:nth-child(even) td:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.info-table tbody tr:nth-child(odd):last-child td {
    border-bottom: 4px solid #e9eaf2;
}
.th_9,
.td_9 {
    width: 60px;
    text-align: center;
}
.th_1,
.td_1 {
    width: 120px;
}
.table-checked {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 1.7rem;
    text-align: center;
    line-height: 3.2rem;
    border-radius: 8px;
    color: #fff;
    background-color: var(--color-button);
}
.table-unchecked {
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid #CDCED9;
    border-radius: 8px;
    background-color: #fff;
    margin: 0 auto;
}

.home-hero-section {
    position: relative;
}
.home-hero-section img {
    display: block;
    width: 100%;
}
.home-hero-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translateX(-50%) scale(1);
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 3.2rem;
    vertical-align: middle;
    transition: transform .3s ease;
    z-index: 1;
    cursor: pointer;
}
.home-hero-icon::before {
    content: '\e904';
    font-family: var(--font-icons);
    color: var(--color-button);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform .3s ease;
}

.home-hero-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 19px;
    transition: box-shadow .3s ease;
}

.home-hero-icon:is(:hover, :focus) {
    transform: translateX(-50%) scale(1.22);
}
.home-hero-icon:is(:hover, :focus)::after {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 12px;
}
.home-hero-icon:is(:hover, :focus)::before {
    transform: translate(-50%, -50%) scale(1.01);
}

#floating-sidemenu * {
    box-sizing: border-box;
}

#floating-sidemenu {
    --fs-height: 330px;
    position: fixed;
    z-index: 20;
    color: white;
    width: 460px;
    height: var(--fs-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: white;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 25%);
    user-select: none;
    letter-spacing: 2px;
    transition: transform 0.25s ease;
}

#floating-sidemenu.custom-position {
    top: var(--fs-top, auto);
    transform: translateX(0) translateY(var(--fs-translateY, 0));
}

#floating-sidemenu.side-left {
    left: 0;
    border-radius: 0 8px 8px 0;
    transform: translateX(-415px) translateY(var(--fs-translateY, 0));
}

#floating-sidemenu.side-left.active {
    transform: translateX(0) translateY(var(--fs-translateY, 0));
}

#floating-sidemenu.side-right {
    right: 0;
    flex-direction: row-reverse; 
    border-radius: 8px 0 0 8px;
    transform: translateX(415px) translateY(var(--fs-translateY, 0));
}

#floating-sidemenu.side-right.active {
    transform: translateX(0) translateY(var(--fs-translateY, 0));
}


#fs-trigger {
    writing-mode: vertical-rl;
    width: 45px;
    height: 100%;
    font-size: 1.8rem;
    padding: 15px 7px;
    align-items: center;
    justify-content: space-between;
    background-color: var(--sidemenu-main-link-color);
    cursor: pointer;
    transition: background-color 0.25s ease;
    display: flex;
    border-radius: 0 6px 6px 0;
}

#floating-sidemenu.side-right #fs-trigger {
    border-radius: 6px 0 0 6px;
    flex-direction: row-reverse; 
}

#fs-trigger:hover {
    background-color: var(--sidemenu-main-link-hover-color);
}

#floating-sidemenu.side-right #fs-trigger #fst-content{
    transform: rotate(180deg);
}

#fst-content {
    display: flex;
    gap: 7px;
    align-items: center;
}

#fstc-icon {
    transform: rotate(90deg);
    display: flex;
}

.fst-icon {
    transition: transform 0.25s ease;
    transform: rotate(45deg);
}

#floating-sidemenu.active .fst-icon {
    transform: rotate(0deg);
}

#fs-navigation {
    flex: 1;
    display: grid;
    align-content: baseline;
    gap: 5px;
    padding: 5px;
    height: 100%;
    overflow-y: auto;
}

#fs-navigation .fs-nav-item {
    background-color: var(--sidemenu-main-link-color);
    color: white;
    text-decoration: none;
    padding: 10px;
    height: calc((var(--fs-height) - 25px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    transition: all 0.25s ease;
}

#fs-navigation .fs-nav-item:hover {
    background-color: var(--sidemenu-main-link-hover-color);
}


/*
 *
 * HANDLE PDF EMBED ON IOS DEVICES
 *
 */

body .show-ios {
    display: none;
}

body.safari.iphone .show-ios,
body.safari.osx .show-ios,
body.safari.tablet .show-ios {
    display: unset;
}

body.safari.iphone .hide-ios,
body.safari.osx .hide-ios,
body.safari.tablet .hide-ios {
    display: none !important;
}

@keyframes leftToRight {
    0% {
        transform: scale(var(--image-scale))
        translate(calc(-1 * var(--edge-translation)), calc(-1 * var(--edge-translation)));
    }
    100% {
        transform: scale(var(--image-scale)) translate(var(--edge-translation), var(--edge-translation));
    }
}

@keyframes rightToLeft {
    0% {
        transform: scale(var(--image-scale)) translateX(var(--edge-translation));
    }
    100% {
        transform: scale(var(--image-scale))
        translateX(calc(-1 * var(--edge-translation)));
    }
}

@keyframes topToBottom {
    0% {
        transform: scale(var(--image-scale))
        translateY(calc(-1 * var(--edge-translation)));
    }
    100% {
        transform: scale(var(--image-scale)) translateY(var(--edge-translation));
    }
}

@keyframes bottomToTop {
    0% {
        transform: scale(var(--image-scale)) translateY(var(--edge-translation));
    }
    100% {
        transform: scale(var(--image-scale))
        translateY(calc(-1 * var(--edge-translation)));
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(var(--image-scale));
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(var(--image-scale));
    }
    100% {
        transform: scale(1);
    }
}

@keyframes topLeftToBottomRight {
    0% {
        transform: scale(var(--image-scale))
        translate(calc(-1 * var(--edge-translation)), calc(-1 * var(--edge-translation)));
    }
    100% {
        transform: scale(var(--image-scale)) translate(var(--edge-translation), var(--edge-translation));
    }
}

@keyframes topRightToBottomLeft {
    0% {
        transform: scale(var(--image-scale)) translate(var(--edge-translation), calc(-1 * var(--edge-translation)));
    }
    100% {
        transform: scale(var(--image-scale)) translate(calc(-1 * var(--edge-translation)), var(--edge-translation));
    }
}

@keyframes bottomLeftToTopRight {
    0% {
        transform: scale(var(--image-scale)) translate(calc(-1 * var(--edge-translation)), var(--edge-translation));
    }
    100% {
        transform: scale(var(--image-scale)) translate(var(--edge-translation), calc(-1 * var(--edge-translation)));
    }
}

@keyframes bottomRightToTopLeft {
    0% {
        transform: scale(var(--image-scale)) translate(var(--edge-translation), var(--edge-translation));
    }
    100% {
        transform: scale(var(--image-scale)) translate(calc(-1 * var(--edge-translation)), calc(-1 * var(--edge-translation)));
    }
}

/*
 *
 * MEDIA QUERY
 *
 */

@media (max-width: 560px) {
    .yt-embed-popup-container iframe {
        width: 90%;
    }
}

@media (max-width: 1599px) {

    .image-content-slider-container {
        padding-left: 260px;
        padding-right: 260px;
    }

    .image-content-slider-container .single-slider {
        margin: 0;
    }

}

@media (max-width: 1600px) {
    .hero-section {
        min-height: auto;
    }
    .team-container .team-member h5 {
        font-size: 2.8rem;
        margin-bottom: 10px;
    }

    .google-rating-container .slide_nav {
        display: none;
    }
}

@media (max-width: 1331px) {
    .contact-section-wrapper {
        width: auto;
    }
}

@media (max-width: 1410px) {
    .map-bottom-content .map-bottom-content-wrapper {
        padding-left: 30px;
    }
}

@media (max-width: 1280px) {

    h1, .h1 {
        font-size: 36px;
        line-height: 38px;
        margin-bottom: 18px;
    }

    .ts_50, h2, .h2 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 18px;
    }

    h3, .h3 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    h4, .h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    h5, .h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    h6, .h6 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .ts_26 {
        font-size: 2rem;
    }

    .ts_22 {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

    :is(#page-content, #flexible-content) .section.section-padding-add_top {
        padding-top: 180px;
    }

    :is(#page-content, #flexible-content) .section.section-padding-add_bottom {
        padding-bottom: 180px;
    }

    :is(#page-content, #flexible-content) .section:not(.section-separator-none):before {
        height: 12px;
    }

    body {
        font-size: 16px;
    }

    p, ul, ol {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    a.isolated-link:not(.link-button, .clear-link-style) {
        font-size: 16px;
        line-height: 24px;
        margin: 16px auto;
    }

    :is(a, button).link-button:not(.clear-link-style) {
        font-size: 16px;
    }

    ul.check-list li {
        padding: 6px 0 6px 45px;
        text-align: left;
    }

    ul.check-list li:before {
        top: 18px;
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    
    ul.check-list li:not(:last-child) {
        margin-bottom: 8px;
    }

    ul.angle-bracket-list li {
        padding: 0 0 12px 20px;
        text-align: left;
    }

    ul.check-list,
    ul.angle-bracket-list,
    ul.arrow-list {
        margin: 16px 0;
    }

    ul.arrow-list li {
        padding-left: 30px;
        text-align: left;
    }

    ul.arrow-list li:before {
        top: 0;
        font-size: 18px;
    }
    ul.check-list-regular li {
        padding: 12px 0 8px 32px;
    }
    ul.check-list-regular li:before {
        top: 11px;
    }
    ul.check-list-border li {
        padding: 13px 0 13px 32px;
    }
    ul.check-list-border li:before {
        top: 11px;
    }

    :is(#page-content, #flexible-content) .section {
        padding: 50px 0;
    }
    header {
        height: 60px;
    }
    #header-block-right .desktop-header-menu {
        display: none;
    }

    .s-header {
        display: none;
    }

    .menu-active .s-header {
        display: flex;
    }

    #header-menu-button {
        display: flex;
    }
    .no-heroes + .anchor-menu-container.hide + #flexible-content .section:first-child,
    .no-heroes + #flexible-content .section:first-child {
        padding-top: 100px;
    }

    #header-slider {
        height: 420px;
    }

    #header-slider .slide_nav {
        font-size: 5rem;
    }

    #header-slider .slide_next {
        right: 26px;
    }
    #header-slider .slide_prev {
        left: 26px;
    }
    #header-slider ~ #header-badge-container {
        top: 420px !important;
    }

    .header-slider-item-background .acf-image-focus {
        object-position: center center !important;
    }

    .header-slider-item[data-slide-anchor="right"] .header-slider-item-content,
    .header-slider-item[data-slide-anchor="left"] .header-slider-item-content {
        background: none;
    }

    .header-slider-item-content.queued-animation:not(.queued-animation-active) {
        opacity: 1 !important;
    }

    .header-slider-item-content-wrapper {
        position: absolute;
        left: 0;
        bottom: 6px;
        background: rgb(0 0 0 / 50%);
        border-radius: 14px;
        width: calc(100% - 16px);
        margin: 0 8px;
        padding: 10px 32px 4px 32px;
        box-sizing: border-box;
        text-align: center;
    }

    .home-hero-icon {
        display: none;
    }

    #header-badge-container {
        text-align: center;
    }

    #header-badge {
        width: 80px;
        height: 80px;
    }

    .header-slider-item .header-slider-item-content-wrapper.queued-animation:not(.queued-animation-active) {
        transform: translateX(-30px) scale(0.95) !important;
    }

    .main-menu .menu-lower {
        flex-direction: column;
        margin-bottom: 70px;
    }
    .main-menu .company-info-newsletter {
        max-width: 410px;
    }
    .menu-active .s-header .phone a::before {
        display: none;
    }
    .form-input {
        font-size: 16px;
        line-height: 24px;
    }

    #partner-form-benefits {
        background: none;
        border-radius: 0;
        padding: 0;
    }

    #partner-form-wrapper {
        padding: 18px;
    }


    #footer-upper .footer-slider .slide_nav {
        width: 60px;
        font-size: 4rem;
    }

    #footer-upper p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 26px;
    }

    #footer-lower .row {
        flex-direction: column-reverse;
    }

    .footer-sc-icon {
        justify-content: flex-start;
    }

    .floating-icon {
        left: 50%;
        transform: translate(-50%, -33.33%);
    }

    blockquote {
        margin: 70px 0 32px 0;
        padding: 64px 12px 18px 12px;
    }

    blockquote:before,
    blockquote:after {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .footer-menu-links {
        gap: 25px;
        font-size: 16px;
    }

    .floating-icon {
        width: 75px;
        height: 75px;
    }

    .floating-icon:before {
        width: 125px;
        height: 125px;
    }

    .floating-icon:after {
        width: 100px;
        height: 100px;
    }

    #footer-lower {
        padding: 0;
    }
    #footer-center {
        padding: 35px 0;
    }

    #footer-center .container {
        gap: 35px;
    }

    #footer-nav {
        flex-direction: column;
        gap: 35px;
    }

    #header-logo {
        width: 200px;
        height: 40px;
        margin: 0;
    }

    body.burger-open {
        overflow: hidden;
    }

    body.burger-open .header-mobile-burger-closed-icon,
    body:not(.burger-open) .header-mobile-burger-open-icon {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0);
    }
    .header-menu {
        flex-direction: column;
        list-style-type: none;
        padding: 0;
    }

    body:not(.burger-open) #header-block-center {
        opacity: 0;
        transform: scale(0);
    }

    #header-lang-switcher {
        padding: 0 12px;
    }

    #header-lang-switcher-button,
    .header-lang-switcher-menu-item {
        font-size: 18px;
    }

    :root {
        --header-nav-height: 60px;
        --header-mini-nav-height: 60px;
    }
    #header-block-left .header-logo img {
        max-height: 52px;
    }
    #header-block-right {
        padding: 7px 0;
    }

    .anchor-menu-container {
        top: 60px;
        padding-top: 0;
    }

    .map-bottom-content .map-bottom-content-wrapper {
        min-width: 270px;
    }

    :is(#page-content, #flexible-content) .contact-map-section.contact-map-section-last,
    :is(#page-content, #flexible-content) .contact-map-section:not(.contact-map-section-last) {
        min-height: unset;
    }

    #flexible-content.contact-template .section:first-child,
    :is(#page-content, #flexible-content) .contact-map-section.contact-map-section-last {
        padding-bottom: 48px;
    }

    .hero-section {
        height: 650px;
    }

    .blog-link-holder .button {
        padding: 15px 15px 11px 15px;
        letter-spacing: 1px;
    }

    .single-blog-title-holder {
        margin-bottom: 25px;
    }
    .image-content-slider-container .slide_nav {
        font-size: 4.7rem;
    }
    .image-content-slider-container .slide_next {
        right: 30px;
    }
    .image-content-slider-container .slide_prev {
        left: 30px;
    }
    .angebot-container {
        padding-bottom: 70px;
    }
    .angebot-container .offer-item {
        flex: 0 1 calc((100% / 2) - 15px); 
    }

    .individual-review-container[data-image-name-direction="row"] .individual-review-upper {
        gap: 0;
        flex-direction: column;
        align-items: center;
    }
    .individual-review-container[data-image-name-direction="row"] .individual-review {
        align-items: center;
    }
    .individual-review-container[data-image-name-direction="row"] .individual-star-rating {
        justify-content: center;
    }
    .individual-review-container[data-image-name-direction="row"] .name-rating-container {
        align-items: center;
    }

    #badge-wrapper {
        display: none;
    }
    .team-member .team-career-link::after {
        line-height: 25px;
    }
    .team-container .team-member .team-member-profession {
        margin-bottom: 30px;
    }
    .single-sponsorship .sponsorship-link::after {
        width: 50px;
        height: 52px;
        font-size: 2.7rem;
        line-height: 52px;
    }
    .single-sponsorship .sponsorship-link:hover::after {
        font-size: 3rem;
    }
    .team-navigation-slider {
        height: 37px;
        margin-top: 20px;
    }
    .team-navigation-slider .slide_nav {
        font-size: 3.7rem;
    }

    .team-bullets.swiper-pagination {
        display: none;
    }
}

@media (min-width: 1025px) and (max-width: 1381px) {
    .blog-block:first-child .blog-image {
        aspect-ratio: unset;
    }
    .tax-blog-container #blog-results {
        grid-template-columns: repeat(auto-fill, minmax(50%, 0fr));
    }
    .tax-blog-container .blog-block:first-child .blog-image {
        height: 100% !important;
    }
}

@media (max-width: 1281px) {
    .brochure-button-group:has(.brochure-fullscreen-button) a.link-button.link-button-outlined {
        width: 100%;
    }
    .brochure-fullscreen-button,
    .brochure-fullscreen-button-icon.over-image {
        display: none;
    }
    .brochure-button-group {
        justify-content: center;
    }
    .brochure-thumbnail-group .brochure-fullscreen-button-icon.over-image + .brochure-thumbnail {
        cursor: initial;
    }
    .brochure-thumbnail-group .brochure-fullscreen-button-icon.over-image + .brochure-thumbnail:hover {
        transform: none;
    }
}

@media (max-width: 1100px) {
    .child-pages {
        gap: 50px;
        padding: 60px 0 60px 0;
    }
    .child-pages .child-page-row {
        flex-direction: column;
    }
    .child-page-row .child-page-image-holder, 
    .child-page-row .child-page-content {
        width: 100%;
    }

    .map-bottom-content .map-holder {
        margin-top: 0;
    }
    .map-bottom-content {
        flex-direction: column;
        gap: 30px;
    }
    .map-bottom-content .map-bottom-content-wrapper {
        padding: 0 15px;
    }
    .map-bottom-content .map-holder {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media (max-width: 1024px) {
    .info-table table thead {
        display: none;
    }
    .info-table tbody {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .info-table tbody tr {
        flex: 0 0 calc(50% - 10px);
        padding: 10px 0;
    }
    .info-table tbody tr {
        background-color: #e9eaf2;
    }
    .info-table tbody tr td {
        display: block;
        padding: 5px 10px;
    }
    .info-table tbody tr td:before {
        content: attr(data-th) ":";
        display: inline-block;
        margin-right: 5px;
        width: auto;
        font-weight: bold;
    }
    .info-table tbody tr td:last-child,
    .info-table tbody tr td:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .th_1, .td_1,
    .th_9, .td_9 {
        width: auto;
        text-align: left;
    }
    .table-checked,
    .table-unchecked {
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 1.4rem;
        line-height: 2.4rem;
        vertical-align: middle;
        box-sizing: border-box;
    }
    .info-table tbody tr:nth-child(odd):last-child td {
        border-bottom: none;
    }
    .info-table tbody tr:nth-child(even):last-child {
        border-bottom: 4px solid #e9eaf2;
    }

    .single-slider .content-wrapper {
        padding: 20px;
    }

    .image-content-slider-container .content-wrapper::before {
        opacity: 0.79;
    }
    .image-content-slider-container .single-slider[data-content="true"]:is(:hover, :focus) .image-content-slider-image {
        filter: unset;
    }

    .kfh-keyword>label {
        padding: 10px 15px;
        letter-spacing: 1px;
    }
    .single-blog-content-container {
        flex-direction: column;
    }

    .blog-link-holder {
        position: static;
        padding-bottom: 5px;
        visibility: visible;
        opacity: 1;
    }
    .blog-block:hover .blog-block-inner {
        transform: none;
    }

    #resources-results {
        row-gap: normal;
    }
    .brochure {
        height: auto;
        margin-bottom: 30px;
    }
    .resource-listing,
    .content-gallery-slider {
        margin-bottom: 30px;
    }
    .certifications-container .certificate .icon-holder {
        box-shadow: 0px 0px 0px 10px rgba(246, 247, 250, 1);
    }
    .certifications-container .certificate .certificate-icon {
        font-size: 75px;
    }
    .offer-item .video-link {
        width: 80px;
        height: 80px;
    }
    .offer-item .video-link .angebot-play-icon {
        font-size: 45px;
        line-height: 80px;
    }
    #popup-modal-content {
        width:85%;
        height: auto;
    }
    .mlr_230,
    .mlr_140 {
        margin-left: 50px;
        margin-right: 50px;
    }
    .full-width-content-multy-slider-content,
    .bullet-menu-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .full-width-content-multy-slider-content {
        width: calc(100% - 60px) !important;
    }
    .bullet-menu-wrapper {
        position: relative;
        width: calc(100% - 32px) !important;
    }
    .bullet-menu-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 1px;
        width: 100%;
        height: 1px;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: -1;
    }

    .full-width-content-multy-slider-wrap .bullet-menu-wrapper {
        border-bottom: unset;
    }
    .full-width-container:has(.list-all-subpages.child-pages-slider) {
        padding-bottom: 40px;
    }
    .child-pages.list-all-subpages.child-pages-slider {
        margin-bottom: 30px;
    }
    .image-content-slider-wrapper {
        padding-bottom: 45px;
    }

    .offer-item .more-info {
        bottom: -58px;
    }
    .single-sponsorship-upper .sponsorship-image {
        max-height: 100%;
    }
    .header-menu {
        height: auto;
    }

    .bullet-menu-wrapper .swiper-pagination-bullet-active {
        display: block; 
    }

    .full-width-content-multy-slider-images .slide_nav {
        left: 0;
        top: 100%;
        font-size: 26px;
        transform: translateY(60%);
        display: block;
    }

    .section-container-full .full-width-content-multy-slider-images .slide_nav {
        display: block !important;
    }

    .full-width-content-multy-slider-images .slide_nav.slide_next {
        right: 0;
    }

    .bullet-menu-wrapper .swiper-pagination-bullet::after {
        bottom: 0px;
        left: 50%;
        width: 50%;
        transform: translateX(-50%);
    } 

    .swiper-pagination-bullet:only-child {
        display: block !important; 
    }


    .bullet-menu-wrapper {
        bottom: 0 !important;
        position: relative;
        z-index: 2;
    }

    .bullet-menu-wrapper .mobile-title {
        line-height: inherit;
        position: relative;
        width: 100%;
        border-bottom: none;
        border-right: none;
        display: inline-block;
        font-size: 2.6rem;
        text-transform: capitalize;
        letter-spacing: 0.52px;
        text-align: center;
        text-decoration: none;
        padding: 16px 15px;
        color: var(--color-main);
        background-color: transparent;
        transition: background-color 0.25s ease-in-out,
                    color 0.25s ease-in-out,
                    border-color 0.25s ease-in-out,
                    padding 0.25s ease-in-out;
        z-index: 4; 
    }

    .bullet-menu-wrapper .swiper-slide {
        display: flex;
    }

    .bullet-menu-wrapper .mobile-title::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%);
        width: 55%;
        border-bottom: 3px solid var(--color-button);
        opacity: 0;
        transition: opacity 0.5s;
        will-change: opacity;
    }

    .bullet-menu-wrapper .mobile-title:hover::after,
    .bullet-menu-wrapper .is-current-title .mobile-title::after {
        opacity: 1;
    }

    .mobile-title-slider-mask {
        position: relative;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
    }

    .mobile-title-slider-mask::before,
    .mobile-title-slider-mask::after {
        content: '';
        position: absolute;
        top: 0;
        width: 60px;
        height: 100%;
        z-index: 3;
        background: white;
        pointer-events: none;
    }

    .mobile-title-slider-mask::before {
        left: 0;
    }

    .mobile-title-slider-mask::after {
        right: 0;
    }

}

@media (max-width: 991px) {
    .brochure-button-group :is(a, button).link-button.link-button-outlined:not(.clear-link-style) {
        padding: 10px 12px;
    }
    #resources-results .brochure-thumbnail-group {
        padding: 0;
    }
    #resources-results .brochure-thumbnail-group .brochure-thumbnail {
        max-width: 100% !important;
        aspect-ratio: 1.5 !important;
    }
    .certifications-container .certificate {
        flex: 0 0 calc((100% - 70px) / 2);
    }
    .offer-item .icon-holder {
        margin: -110px auto 35px;
        box-shadow: 0px 0px 0px 12px rgba(246, 247, 250, 1);
    }
    .icon-holder .angebot-icon {
        font-size: 95px;
        padding: 25px;
    }
    .angebot-container {
        padding-top: 120px;
        row-gap: 180px;
    }
    .offer-item .video-link {
        top: 15px;
    }
}

@media (max-width: 920px) {

    .s-header {
        gap: 7px;
        padding-right: 20px;
    }
    #header-lang-switcher {
        padding: 0 10px;
    }
    #header-menu-button {
        padding-left: 20px;
        font-size: 1.6rem;
    }
    #header-menu-button .header-menu-opener {
        gap: 10px;
    }
    .header-menu-opener-icon {
        gap: 6px;
    }
    .header-menu-opener-icon span {
        width: 40px;
    }
    .header-menu-opener-icon .second {
        width: 30px;
    }
    .header-menu-opener:hover .second {
        width: 40px;
    }
    .header-menu-opener:hover .third {
        width: 30px;
    }
    .hero-section {
        height: 550px;
    }
    .hero-section:before {
        height: 550px;
    }
    .hero-section:after {
        height: 550px;
    }
    .title-logo-container {
        gap: 15px;
    }
    .title-logo-container {
        flex-direction: column;
        text-align: center;
    }

    #footer-center > .container {
        justify-content: center;
    }
    .main-menu .menu-lower {
        padding: 0 30px;
    }
    .main-menu .main-menu-logo {
        position: static;
        display: inline-block;
        margin-bottom: 33px;
        transform: unset;
        transform-origin: unset;
    }
    .main-menu .main-menu-logo img {
        max-width: 100%;
        height: auto;
        border-radius: 4px;
    }
    .main-menu-logo-link {
        display: inline-block;
        margin-bottom: 33px;
    }
    .main-menu-logo-link .main-menu-logo {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    #header-container {
        padding: 0 15px;
    }
    .menu-lower .header-menu {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
        font-size: 2.8rem;
    }
    .main-menu .menu-lower {
        margin-top: 80px;
    }
    .header-menu .menu-item > a {
        padding-bottom: 20px;
    }
    .header-menu > .menu-item > .sub-menu {
        width: 100%;
    }

    .generic-form .input-wrapper,
    #contact-form-privacy-policy {
        flex-direction: column;
    }
    .generic-form .form-input-fields {
        width: 100%;
    }
    .contact-form-column {
        margin-top: 20px;
        gap: 12px;
    }

    button, .button {
        display: block;
        text-align: center;
        padding: 16px 12px 16px 12px;
        font-size: 1.6rem;
        line-height: 1.6rem;
        letter-spacing: 2px;
    }
    
    :is(#page-content, #flexible-content) .section.section-padding-keep_desktop_padding,
    :is(#page-content, #flexible-content) .section.section-padding-add_top {
        padding-top: 80px;
    }
    :is(#page-content, #flexible-content) .section.section-padding-keep_desktop_padding,
    :is(#page-content, #flexible-content) .section.section-padding-add_bottom {
        padding-bottom: 80px;
    }
    #resources-results {
        grid-template-columns: repeat(1, 1fr);
    }
    .tax-blog-container {
        flex-direction: column;
    }
    .fcb-section .fcb-columns[data-elements-count='2'][data-distribution='1/2 1/2']:has(.custom-editor-content) {
        grid-gap: 30px;
    }
    .custom-editor-content[data-width="medium"],
    .custom-editor-content[data-width="small"] {
        max-width: 100%;
    }
    .certifications-container .certificate {
        flex: 0 0 100%;
    }
    .angebot-container .offer-item {
        flex: 0 1 100%; 
        max-width: 447px;
    }
    .offer-item:has(.offer-link) {
        margin-bottom: 46px;
    }
    .video-container .content-video-link .video-play-button {
        font-size: 75px;
    }
    .mlr_230,
    .mlr_140 {
        margin-left: 0;
        margin-right: 0;
    }
    a.anchor-menu-elem {
        font-size: 20px;
        line-height: 20px;
    }

    .single-angebot {
        padding-top: 70px;
    }
    .angebot-top-content {
        gap: 40px;
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .angebot-top-content .single-angebot-icon {
        font-size: 65px;
    }
    .google-rating-container {
        padding-bottom: 0;
    }

    .individual-review-container {
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .google-rating-container .slide_nav {
        top: 100%;
        font-size: 3rem;
        transform: translateY(50%);
        display: block;
    }

    .google-rating-container .slide_prev {
        left: 0 !important;
    }

    .google-rating-container .slide_next {
        right: 0 !important;
    }

    .google-rating-container .swiper-pagination {
        display: none;
    }

    hr{
        margin: 0;
    }

    .custom-editor-content[data-width="medium"],
    .custom-editor-content[data-width="small"],
    .fcb-columns:has(.custom-editor-content[data-width="medium"]) .button-group-container,
    .fcb-columns:has(.custom-editor-content[data-width="small"]) .button-group-container
    {
        max-width: 100%;
    }

    .button-group-container .button-group-button {
        width: 100%;
        text-align: center;
    }

    .child-page-content .child-page-subtitle {
        margin-bottom: 33px;
    }

    #ipw-close {
        top: -63px;
        right: -50px;
    }

    .section-container-full .individual-review-container {
        margin-bottom: 0;
    }

    .section-container-full .google-navigation-wrapper .slide_prev {
        left: 15px;
    }

    .section-container-full .google-navigation-wrapper .slide_next {
        right: 15px;
    }

    .section-container-full .individual-review.swiper-slide {
        padding: 37px 25px 15px;
    }
}

@media (max-width: 767px) {
    body:not(.menu-active) .s-header,
    body:not(.menu-active) #header-lang-switcher {
        display: none;
    }
    body:not(.menu-active) #header-menu-button {
        padding-left: 0;
    }
    body:not(.menu-active) #header-menu-button.border-left-spacer {
        border-left: none;
    }
    body:not(.menu-active) #header-menu-button.border-left-spacer:before {
        display: none;
    }

    .ml_80 {
        margin-left: unset;
    }
    .single-hero-slide a,
    .full-width-content-multy-slider-images-slide a,
    .blog-block .blog-img-wrap a,
    .single-blog-current-image-holder a {
        width: 70px;
        height: 70px;
    }

    .single-hero-slide a::before, 
    .full-width-content-multy-slider-images-slide a::before, 
    .blog-block .blog-img-wrap a::before, 
    .single-blog-current-image-holder a::before {
        font-size: 70px;
        line-height: 70px;
    }

    .accordion-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .image-content-slider-container .image-content-slider-video-play {
        font-size: 8rem;
    }


    .hide-on-mobile {
        display: none;
    }

        #floating-sidemenu {
        width: 100%;
    }
    
    #floating-sidemenu.custom-position.side-left {
        top: var(--fs-top, 0);
        left: 0;
        right: auto;
        transform: translate(calc(-100% + 45px), var(--fs-translateY, 0));
    }

    #floating-sidemenu.custom-position.side-left.active {
        transform: translate(0, var(--fs-translateY, 0));
    }

    #floating-sidemenu.custom-position.side-right {
        top: var(--fs-top, 0);
        right: 0;
        left: auto;
        transform: translate(calc(100% - 45px), var(--fs-translateY, 0));
    }

    #floating-sidemenu.custom-position.side-right.active {
        transform: translate(0, var(--fs-translateY, 0));
    }


}
@media (max-width: 650px) {
    .single-hero-slide a,
    .full-width-content-multy-slider-images-slide a,
    .blog-block .blog-img-wrap a,
    .single-blog-current-image-holder a {
        width: 50px;
        height: 50px;
    }

    #hero-slider .slide_nav {
        font-size: 32px;
    }

    .title-logo-container {
        padding: 128px 15px 0;
    }

    .blog-fc-content .two-columns {
        flex-direction: column;
    }

    .video_link:after {
        width: 80px;
        height: 80px;
        font-size: 8rem;
        line-height: 80px;
    }
    
    .bullet-menu-wrapper .mobile-title {
        font-size: 2rem;
    }


    .bullet-menu-wrapper .mobile-title::after {
        width: 55%;
    }

    .full-width-content-multy-slider-images .slide_nav {
        font-size: 2rem;
        transform: translateY(100%);
    }
}
@media (max-width: 580px) {
    .show-all-ratings {
        flex-direction: column;
        align-items: unset;
        gap: 20px;
        margin-bottom: 30px;
    }
    #header-slider {
        height: 290px;
    }

    #ipw-close {
        top: -45px;
        width: 35px;
        height: 35px;
        line-height: 36px;
        font-size: 36px;
        right: -20px;
    }
}

@media (max-width: 560px) {

    .info-table tbody {
        gap: 16px;
    }
    .info-table tbody tr {
        flex: 1 0 100%;
    }
    .info-table tbody tr:nth-child(even) {
        background-color: transparent;
    }

    .s-header {
        display: none;
    }
    .menu-active .s-header {
        display: flex;
    }
    .header-menu > .menu-item > .sub-menu > .menu-item > a {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
    #footer-center > .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .youtube-instagram {
        justify-content: center;
    }
    .comapny-working-hours .mon-thu {
        margin-bottom: 20px;
    }
    .footer-menu-links {
        align-items: flex-start;
    }
    #footer-lower-menu {
        flex-direction: column;
        gap: 12px;
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
        align-items: center;
    }
    .footer-lower-menu-separator {
        display: none;
    }
    #footer-lower{
        padding: 0;
    }
    #footer-lower .lower {
        flex-direction: column;
        align-items: center;
        gap: 0;
        padding: 30px 0;
        text-align: center;
    }
    .footer-menu-links {
        gap: 12px;
    }
    .kfh-keyword>label {
        padding: 7px 12px;
        letter-spacing: unset;
        font-size: 1.4rem;
    }
    #blog-results-section {
        margin-top: 40px;
    }

    .child-pages {
        gap: 40px;
        padding: 40px 0 40px 0;
    }
    .team-navigation-slider {
        height: 25px;
    }
    .team-navigation-slider .slide_nav {
        font-size: 25px;
    }
    .team-navigation-slider .slide_nav span {
        font-size: 1.6rem;
    }
}
@media (max-width: 500px) {
    .hero-section {
        height: 450px;
    }
    .hero-section:before {
        height: 450px;
    }
    .hero-section:after {
        height: 450px;
    }
    .child-pages {
        gap: 70px;
    }
    .menu-active #header-block-left {
        display: none;
    }
    #header-block-left .header-logo img {
        max-width: 250px;
        max-height: 50px;
    }
    body.mini #header-block-left .header-logo img {
        max-height: 50px;
    }
    .menu-active #header-container {
        justify-content: flex-end;
    }
    #header-menu-button .header-menu-opener {
        gap: 7px;
    }
    #header-menu-button .header-menu-opener span {
        font-size: 1.8rem;
    }
    #header-nav #header-menu-button .header-menu-opener-icon {
        gap: 4px;
    }
    .header-menu-opener-icon span {
        width: 35px;
        height: 2px;
    }
    
    .header-menu-opener-icon .second {
        width: 20px;
    }

    .header-menu-opener:hover .second {
        width: 35px;
    }
    .header-menu-opener:hover .third {
        width: 20px;
    }
    
    .map-bottom-content .map-holder img {
        min-height: 350px;
        object-fit: cover;
    }
    #blog-results {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
    .offer-item:not(:has(.offer-link)),
    .offer-item .offer-link {
        padding: 12px 12px 45px;
    }
    .angebot-top-content {
        width: 100%;
    }
    .offer-item .more-info {
        bottom: -45px;
        left: 15px;
        width: calc(100% - 30px);
        height: 45px;
        font-size: 1.3rem;
        line-height: 45px;
    }
    .offer-item:hover .more-info {
        bottom: -45px;
    }
    .block-slider-arrows {
        padding: 0 12px;
    }
    .block-slider-arrows .slide_nav {
        font-size: 28px;
    }
    .block-slider-arrows .slide_nav span {
        font-size: 1.6rem;
    }
}

@media (max-width: 380px) {
    #header-block-left .header-logo img {
        max-width: 125px;
    }
    #footer-logo img {
        max-width: 260px;
    }
    .team-container.team-list .team-member {
        flex: 0 1 245px;
    }
    #header-slider {
        height: 240px;
    }

    #ipw-close {
        top: -40px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
        right: -16px;
    }
}