/*
Theme Name: Da Marienplatz
Author: Portalworks
Version: 1.0
*/

@font-face {
    font-family: 'PP Neue Montreal Book';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Book'), url('assets/fonts/ppneuemontreal-book.woff') format('woff');
}


@font-face {
    font-family: 'PP Neue Montreal Italic';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Italic'), url('assets/fonts/ppneuemontreal-italic.woff') format('woff');
}


@font-face {
    font-family: 'PP Neue Montreal Thin';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Thin'), url('assets/fonts/ppneuemontreal-thin.woff') format('woff');
}


@font-face {
    font-family: 'PP Neue Montreal Medium';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Medium'), url('assets/fonts/ppneuemontreal-medium.woff') format('woff');
}


@font-face {
    font-family: 'PP Neue Montreal SemiBold italic';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal SemiBold italic'), url('assets/fonts/ppneuemontreal-semibolditalic.woff') format('woff');
}


@font-face {
    font-family: 'PP Neue Montreal Bold';
    font-style: normal;
    font-weight: normal;
    src: local('PP Neue Montreal Bold'), url('assets/fonts/ppneuemontreal-bold.woff') format('woff');
}


@font-face {
    font-family: 'PP Acma Thin';
    font-style: normal;
    font-weight: normal;
    src: local('PP Acma Thin'), url('assets/fonts/PPAcma-Thin.woff') format('woff');
}


@font-face {
    font-family: 'PP Acma Light';
    font-style: normal;
    font-weight: normal;
    src: local('PP Acma Light'), url('assets/fonts/PPAcma-Light.woff') format('woff');
}


@font-face {
    font-family: 'PP Acma Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('PP Acma Semibold'), url('assets/fonts/PPAcma-Semibold.woff') format('woff');
}


@font-face {
    font-family: 'PP Acma Black';
    font-style: normal;
    font-weight: normal;
    src: local('PP Acma Black'), url('assets/fonts/PPAcma-Black.woff') format('woff');
}

/***************************************************************
                         ROOT
***************************************************************/

:root {
    --font-primary: "PP Neue Montreal Book", sans-serif;
    --primary-color: rgba(255, 111, 80, 1);
    --secondary-color: rgba(216, 245, 85, 1);
    --primary-font-color: rgba(52, 59, 52, 1);
    --acma-font-black: 'PP Acma Black', sans-serif;
    --neu-bold: 'PP Neue Montreal Bold', sans-serif;
}

/***************************************************************
                     BODY AND HTML
***************************************************************/
body {
    overflow-x: hidden;
}
html :where(.wp-block) {
    max-width: unset;
    margin: 0;
}
body.first-editor .navbar {
	display: none;
}
/***************************************************************
                  PREDEFINED CLASSES
***************************************************************/

.section-paddding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.container,
.row {
    --bs-gutter-x: 40px !important;
}

/***************************************************************
                      NAVIGATION
***************************************************************/
.navbar {
    padding-bottom: 6.5px;
    padding-top: 6.5px;
    border-bottom: 1px solid var(--secondary-color);
    background: transparent;

    &::after {
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        /* From https://css.glass */
        background: rgba(255, 255, 255, 0);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(4.8px);
        -webkit-backdrop-filter: blur(4.8px);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
}

.navbar .nav-item {
    width: fit-content;
}

#offcanvasNavbar ul.navbar-nav {
    gap: 24px;
}

.navbar .navbar-brand {
    margin-right: 26px;

    & img {
        height: 50px;
        width: auto;
        max-width: 100px;
        object-fit: contain;
    }
}

#offcanvasNavbar .nav-link {
    color: var(--secondary-color);
    font-family: var(--neu-bold);
    padding: 6px;
    position: relative;
    text-decoration: none;
}

#offcanvasNavbar .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--secondary-color);

    opacity: 0;
    transition: opacity 800ms ease-out;
}

#offcanvasNavbar .nav-link:hover::after {
    opacity: 1;
}

.btn-navbar {
    color: rgba(52, 59, 52, 1);
    font-family: var(--neu-bold);
    letter-spacing: 5%;
    font-size: 18px;
    background: var(--secondary-color);
    padding: 6px 6px;
    border-radius: 8px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: none;

    &:hover {
        border: 1px solid var(--secondary-color);
        color: var(--secondary-color);
    }
}

.navbar-toggler {
    padding: 0px;
    border: none;

    &:focus {
        box-shadow: none;
    }
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23d8f555' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#offcanvasNavbar .offcanvas-header {
    height: 74px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background: var(--primary-font-color);
}

#offcanvasNavbar .offcanvas-body {
    background: var(--primary-font-color);
}

/* Make offcanvas close button same size as hamburger */
.btn-close {
    width: 24px !important;
    height: 24px !important;
    padding: 0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    filter: none !important;
    background-size: 24px 24px !important;
    /* icon size */
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-right: 2px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='%23d8f555' stroke-linecap='round' stroke-width='2' d='M4 4l8 8M12 4l-8 8'/%3e%3c/svg%3e") !important;

    &:focus {
        box-shadow: none;
    }
}

/***************************************************************
                      HERO SECTION
***************************************************************/

.hero-section {
    position: relative;
    min-height: 200svh;
    background: var(--primary-font-color);
}

/* OUT OF FLOW */
.hero-bg-wrapper {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* STICKY LAYER */
.hero-bg-sticky {
    position: sticky;
    top: 0;
    height: auto;
    width: 100%;
    aspect-ratio: 1.54 / 1;
}

/* background */
.parralax-image-hero {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

& .overlay-section-parallax {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(203, 216, 206, .38);
}

/* distro belongs to sticky */
.distro-button {
    position: absolute;
    right: 12px;
    top: 110px;
    width: 120px;
    height: 120px;
    pointer-events: auto;
}

/* content above */
.hero-content {
    position: relative;
    z-index: 2;

    & .part-1-hero-content {
        min-height: 400px;
        padding-bottom: 54px;
        padding-top: 94px;
        max-width: 60%;

        & h1 {
            text-shadow: 3px 5px 7.7px rgba(0, 0, 0, 0.94);
            font-size: 48px;
            font-family: var(--acma-font-black);
            line-height: 1.04;
            color: var(--primary-color);
            padding: 28px 0px 28px 0px;
            margin: 0px;
        }

        & .text-hero-1 {
            text-shadow: 3px 5px 7.7px rgba(0, 0, 0, 0.94);
            font-size: 24px;
            font-family: var(--neu-bold);
            letter-spacing: 5%;
            color: var(--primary-color);
        }
    }

    & .part-2-hero-content {
        min-height: 400px;
        padding-bottom: 84px;

        & .image-box {
            width: 100%;
            height: auto;
            display: flex;
            justify-content: flex-end;

            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }
}


/***************************************************************
                      DERMSTAD SECTION
***************************************************************/

.dermstad-section {
    background: rgba(52, 59, 52, 1);

    & .image-block {
        width: 100%;
        height: auto;
        aspect-ratio: 1.26 / 1;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    & .disturber-block {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        left: 5px;
        top: 0;
        text-decoration: none;

        & .text-disturber {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: rgba(203, 216, 206, 1);
            font-size: 20px;
            font-family: var(--font-primary);
            color: var(--primary-font-color);
            letter-spacing: 5%;
            line-height: 1;

            & span {
                font-family: var(--acma-font-black);
                font-size: 24px;
                letter-spacing: 0%;
                margin-top: 5px;
                margin-bottom: 5px;
            }
        }

        & .arrow-image {
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            width: 35px;
            transition: 0.2s ease-out;
        }

        &:hover .arrow-image {
            margin-left: 20px;
        }
    }

    & .editor-block {
        color: var(--secondary-color);

        & h5 {
            font-size: 20px;
            font-family: var(--neu-bold);
            letter-spacing: 5%;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--secondary-color);
            line-height: 1.25;
        }

        & h2 {
            font-size: 36px;
            font-family: var(--acma-font-black);
            padding-top: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid var(--secondary-color);
            line-height: 1.05;
        }

        & p {
            margin-top: 20px;
            font-size: 18px;
            letter-spacing: 5%;
            font-family: var(--font-primary);
            line-height: 1.33;
        }
    }
}

.dermstad-section-second {
    background: rgba(203, 216, 206, 1);

    & .editor-block {
        color: var(--primary-font-color);

        & h5 {
            font-size: 20px;
            font-family: var(--neu-bold);
            letter-spacing: 5%;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--primary-font-color);
            line-height: 1.25;
        }

        & h2 {
            font-size: 36px;
            font-family: var(--acma-font-black);
            padding-top: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid var(--primary-font-color);
            line-height: 1.05;
        }

        & p {
            margin-top: 20px;
            font-size: 18px;
            letter-spacing: 5%;
            font-family: var(--primary-font-color);
            line-height: 1.33;
        }

        & ul {
            padding-left: 24px;
            padding-top: 35px;
        }

        & ul li {
            margin-bottom: 8px;
            font-size: 18px;
            letter-spacing: 5%;
            font-family: var(--primary-font-color);
            line-height: 1.33;
        }
    }

    & .disturber-block {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        right: 5px;
        bottom: -100px;
        text-decoration: none;
        top: unset;

        & .text-disturber {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--primary-color);
            font-size: 20px;
            font-family: var(--font-primary);
            color: var(--secondary-color);
            letter-spacing: 5%;
            line-height: 1;

            & span {
                font-family: var(--acma-font-black);
                font-size: 24px;
                letter-spacing: 0%;
                margin-top: 5px;
                margin-bottom: 5px;
            }
        }

        & .arrow-image {
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            width: 35px;
            transition: 0.2s ease-in-out;
        }

        &:hover .arrow-image {
            margin-left: 20px;
        }
    }

    & .distro-2-box {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        top: 0px;
        background: var(--secondary-color);
        right: 5px;
        color: var(--primary-font-color);
        font-size: 36px;
        line-height: 1.05;
        font-family: var(--acma-font-black);
    }

    & .image-block {
        aspect-ratio: 1.46 / 1;
    }
}

/***************************************************************
                  PARALLAX SECTION
***************************************************************/

.parallax-section {
    /* Set a specific height */
    min-height: 600px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    & h2 {
        text-shadow: 3px 4px 5.7px rgba(0, 0, 0, 0.57);
        font-size: 64px;
        font-family: var(--acma-font-black);
        line-height: 1.04;
        color: var(--secondary-color);
        padding: 20px 0px;
        border-top: 1px solid var(--secondary-color);
        border-bottom: 1px solid var(--secondary-color);
    }
}

.parallax-section-buttons {
    padding-top: 50px;
    padding-bottom: 50px;

    & .container {
        position: relative;
        z-index: 2;
    }

    & .text-box {

        & a {
            text-decoration: none;
            width: fit-content;
            margin: 0 auto;
            gap: 10px;

            &:hover .text-image-link {
                color: var(--primary-color);
            }

            &:hover img {
                filter: brightness(0) saturate(100%) invert(56%) sepia(34%) saturate(3447%) hue-rotate(328deg) brightness(107%) contrast(112%);
            }
        }

        & p {
            font-size: 24px;
            letter-spacing: 5%;
            color: var(--primary-font-color);
            font-family: var(--font-primary);
            margin-bottom: 30px;
        }

        & strong {
            font-family: var(--neu-bold);
        }

        & .text-image-link {
            font-size: 24px;
            letter-spacing: 5%;
            color: var(--primary-font-color);
            font-family: var(--font-primary);
        }
    }

    & .disturber-block {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        right: 5px;
        top: -160px;
        text-decoration: none;
        z-index: 4;

        & .text-disturber {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--secondary-color);
            font-size: 20px;
            font-family: var(--font-primary);
            color: var(--primary-font-color);
            letter-spacing: 5%;
            line-height: 1;

            & span {
                font-family: var(--acma-font-black);
                font-size: 24px;
                letter-spacing: 0%;
                margin-top: 5px;
                margin-bottom: 5px;
            }
        }

        & .arrow-image {
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            width: 35px;
            transition: 0.2s ease-out;
        }

        &:hover .arrow-image {
            margin-left: 20px;
        }
    }

    & .second-distro {
        width: 150px;
        height: 150px;
        top: -160px;
        background: var(--primary-font-color);
        color: var(--secondary-color);
        border-radius: 50%;

        & .distro-numbers {
            font-family: var(--acma-font-black);
            font-size: 28px;
        }
    }
}

/***************************************************************
                   ETAGE SECTION
***************************************************************/

.etage-section {
    background: rgba(203, 216, 206, 1);

    & .col-lg-6:first-child {
        position: relative;
        padding-top: 30px;
        padding-bottom: 30px;

        &::after {
            content: '';
            height: 100%;
            width: 1920px;
            right: 0px;
            background: var(--primary-font-color);
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
        }


        &::before {
            content: '';
            height: 100%;
            width: 1920px;
            right: -100%;
            background: var(--primary-font-color);
            position: absolute;
            top: 0;
            bottom: 0;
            z-index: 1;
        }
    }

    & .distro-2-box {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        top: -35px;
        background: var(--primary-color);
        left: 5px;
        color: var(--primary-font-color);
        font-size: 36px;
        line-height: 1.05;
        font-family: var(--acma-font-black);
        z-index: 3;
    }

    & .col-lg-6:last-child {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    & .disturber-block {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        right: 5px;
        top: -60px;
        text-decoration: none;
        z-index: 4;

        & .text-disturber {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: var(--secondary-color);
            font-size: 20px;
            font-family: var(--font-primary);
            color: var(--primary-font-color);
            letter-spacing: 5%;
            line-height: 1;

            & span {
                font-family: var(--acma-font-black);
                font-size: 24px;
                letter-spacing: 0%;
                margin-top: 5px;
                margin-bottom: 5px;
            }
        }

        & .arrow-image {
            bottom: 5px;
            left: 50%;
            transform: translateX(-50%);
            width: 35px;
            transition: 0.2s ease-out;
        }

        &:hover .arrow-image {
            margin-left: 20px;
        }
    }

    & .image-part-block {
        position: relative;
        z-index: 2;

        & .img-box {
            width: 100%;
            height: auto;
            aspect-ratio: 1.14 / 1;

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        & .editor-block {
            color: var(--primary-color);

            & h5 {
                font-size: 20px;
                font-family: var(--neu-bold);
                letter-spacing: 5%;
                padding-bottom: 20px;
                border-bottom: 1px solid var(--primary-color);
                line-height: 1.25;
            }

            & h2 {
                font-size: 36px;
                font-family: var(--acma-font-black);
                padding-top: 25px;
                padding-bottom: 25px;
                border-bottom: 1px solid var(--primary-color);
                border-top: 1px solid var(--primary-color);
                line-height: 1.05;
                margin-top: 30px;
                margin-bottom: 8px;
            }

            & p {
                margin-top: 20px;
                font-size: 18px;
                letter-spacing: 5%;
                font-family: var(--primary-color);
                line-height: 1.33;
            }

            & ul {
                padding-left: 24px;
                padding-top: 35px;
            }

            & ul li {
                margin-bottom: 8px;
                font-size: 18px;
                letter-spacing: 5%;
                font-family: var(--primary-font-color);
                line-height: 1.33;
            }
        }
    }

    & #myTab {
        border: none !important;
        margin-bottom: 24px;
        gap: 54px;

        & button {
            background: none;
            border: none;
            color: rgba(137, 141, 137, 1);
            font-size: 18px;
            font-family: var(--neu-bold);
            transition: none !important;
            padding: 0px;

            &.active {
                color: var(--primary-color);
            }
        }
    }

    & #myTabContent {

        & .tab-pane {
            transition: none !important;
        }
    }

    & .svg-part-block {

        & img {
            width: 100%;
            height: auto;
            object-fit: contain;
            max-height: 450px;
            max-width: 530px;
        }

        & .additional-text {
            margin-top: 12px;
            font-family: var(--font-primary);
            font-size: 18px;
        }

        & .editor-block {
            color: var(--primary-font-color);
            padding-bottom: 40px;

            & h5 {
                font-size: 20px;
                font-family: var(--neu-bold);
                letter-spacing: 5%;
                padding-bottom: 20px;
                border-bottom: 1px solid var(--primary-font-color);
                line-height: 1.25;
            }

            & h2 {
                font-size: 36px;
                font-family: var(--acma-font-black);
                padding-top: 25px;
                padding-bottom: 25px;
                border-bottom: 1px solid var(--primary-font-color);
                line-height: 1.05;
            }

            & p {
                margin-top: 20px;
                font-size: 18px;
                letter-spacing: 5%;
                font-family: var(--primary-font-color);
                line-height: 1.33;
            }

            & ul {
                padding-left: 24px;
                padding-top: 35px;
            }

            & ul li {
                margin-bottom: 8px;
                font-size: 18px;
                letter-spacing: 5%;
                font-family: var(--primary-font-color);
                line-height: 1.33;
            }
        }
    }
}

/***************************************************************
                      MAP SECTION
***************************************************************/

.map-section {
    background: var(--primary-font-color);

    & .map-link {
        color: rgba(203, 216, 206, 1);
        font-size: 24px;
        letter-spacing: 5%;
        font-family: var(--font-primary);
        text-decoration: none;
        gap: 10px;
        transition: none;

        &:hover {
            color: var(--primary-color);
        }

        &:hover img {
            filter: brightness(0) saturate(100%) invert(56%) sepia(34%) saturate(3447%) hue-rotate(328deg) brightness(107%) contrast(112%);
        }

        & img {
            height: 27px;
            width: auto;
            max-width: 27px;
            object-fit: contain;
            transition: none;
        }
    }

    & .map-bg-wrapper {
        position: sticky;
        top: 0;
        width: 100%;
        height: 60svh;

        & #myTab2Content {
            width: 100%;
            height: calc(100% - 87px);
        }


        & iframe {
            width: 100%;
            height: 100%;
            float: left;
        }

        & .tab-pane {
            width: 100%;
            height: 100%;
        }

        & .nav-tabs {
            height: 100%;
            border: none !important;
            display: flex;
            align-items: center;

            & .nav-link {
                display: flex;
                justify-content: center;
                height: fit-content;
                border: none;
                color: var(--primary-color);
                background: none;
                color: rgba(203, 216, 206, 1);
                font-size: 20px;
                letter-spacing: 5%;
                font-family: var(--font-primary);
                padding-left: 12px;
                padding-right: 12px;
                transition: none !important;

                &:hover {
                    border-color: var(--primary-font-color) !important;
                    color: var(--primary-color);
                }

                &.active {
                    color: var(--primary-color);
                    font-family: var(--neu-bold);
                }
            }
        }

        & .text-image-link {
            font-size: 20px;
        }
    }

    & .change-tabs-block {
        padding-left: 0px;
        padding-right: 0px;
    }

    & .map-content-block {

        & .img-box {
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1.58;

            & img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        }

        & h2 {
            padding-top: 25px;
            padding-bottom: 25px;
            border-top: 1px solid var(--primary-color);
            border-bottom: 1px solid var(--primary-color);
            color: var(--primary-color);
            font-family: var(--acma-font-black);
            font-size: 36px;
            margin-top: 30px;
            line-height: 1.05;
        }
    }

    & #mapAccordion {
        margin-top: 48px;
        margin-bottom: 96px;
    }

    & .accordion-header {
        margin: 0px !important;
        border: none !important;
        padding: 0px !important;
    }

    & .accordion-item {
        background: transparent;
        border: none;
        border-bottom: 1px solid var(--primary-color);
        border-bottom-right-radius: none !important;
        border-bottom-left-radius: none !important;
    }

    & .accordion-item:last-of-type {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    & .accordion-item:last-of-type>.accordion-collapse {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    & .accordion-button {
        background: transparent;
        border: none !important;
        box-shadow: none !important;
        color: var(--primary-color);
        font-size: 24px;
        font-family: var(--neu-bold);
        letter-spacing: 5%;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 0px;
        padding-left: 0px;

        &::after {
            content: "+";
            background: none !important;
            transition: none !important;
            width: unset !important;
            height: unset !important;
            transform: none !important;
            font-size: 24px;
            font-family: var(--font-primary);
        }

        /* When accordion is open */
        &:not(.collapsed)::after {
            font-family: var(--neu-bold);
        }
    }

    & .accordion-body {
        padding-bottom: 12px;
        padding-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }

    & .accordion-inside-item {
        width: auto;
        height: auto;

        & .img-box {
            width: 56px !important;
            height: auto !important;

            & img {
                object-fit: contain !important;
                width: 100%;
                height: 100%;
            }
        }

        & .inside-text {
            font-size: 18px;
            line-height: 1.33;
            font-family: var(--font-primary);
            color: var(--primary-color);
            margin-left: 10px;
        }
    }

    & .accordion-block {
        gap: 24px;
    }

    & .bottom-part-content-image {
        width: 100%;
        height: auto;
        aspect-ratio: 1.35 / 1;
        margin-top: 24px;
        margin-bottom: 77px;

        & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    & .bottom-part-content-map-block {

        & p {
            font-size: 18px;
            font-family: var(--font-primary);
            letter-spacing: 5%;
            color: var(--primary-color);
            margin-top: 28px;
            margin-bottom: 0px;
        }

        & strong {
            font-family: var(--neu-bold);
        }
    }
}

/***************************************************************
                    BERATUNGS SECTION
***************************************************************/

.beratungs-accordion {
    background: var(--primary-color);
    padding-top: 50px;
    padding-bottom: 50px;

    & .accordion-image-second {

        & h2 {
            padding-top: 25px;
            padding-bottom: 25px;
            border-top: 1px solid var(--primary-font-color);
            border-bottom: 1px solid var(--primary-font-color);
            color: var(--primary-font-color);
            font-family: var(--acma-font-black);
            font-size: 36px;
            margin-top: 30px;
            line-height: 1.05;
        }

        & .star-text {
            width: 65px;
            height: auto;
            max-height: 68px;

            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }

    & .images-accordion-block {
        gap: 10px;

        & .img-box {
            width: 117px;
            height: 117px;

            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }

        & .text-part {
            font-size: 18px;
            font-weight: var(--font-primary);
            color: var(--primary-font-color);
            letter-spacing: 5%;
        }
    }

    & .accordion-box {
        margin-top: 30px;
    }

    & .accordion-header {
        margin: 0px !important;
        border: none !important;
        padding: 0px !important;
    }

    & .accordion-item {
        background: transparent;
        border: none;
        border-bottom: 1px solid var(--primary-font-color);
        border-bottom-right-radius: none !important;
        border-bottom-left-radius: none !important;
    }

    & .accordion-item:last-of-type {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    & .accordion-item:last-of-type>.accordion-collapse {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    & .accordion-button {
        background: transparent;
        border: none !important;
        box-shadow: none !important;
        color: var(--primary-color);
        font-size: 24px;
        font-family: var(--neu-bold);
        letter-spacing: 5%;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-right: 0px;
        padding-left: 0px;
        color: var(--primary-font-color);

        &::after {
            content: "+";
            background: none !important;
            transition: none !important;
            width: unset !important;
            height: unset !important;
            transform: none !important;
            font-size: 24px;
            font-family: var(--font-primary);
        }

        /* When accordion is open */
        &:not(.collapsed)::after {
            font-family: var(--neu-bold);
        }
    }

    & .accordion-body {
        padding-bottom: 12px;
        padding-top: 10px;
        padding-right: 0px;
        padding-left: 0px;
    }

    & .editor-block {

        & ul {
            padding-left: 24px;
            margin-bottom: 0px;

            & li {
                margin-bottom: 8px;
                font-size: 18px;
                letter-spacing: 5%;
                font-family: var(--primary-font-color);
                line-height: 1.33;
                color: var(--primary-font-color);
            }
        }
    }
}

/***************************************************************
                      CONTACT SECTION
***************************************************************/

.contact-section {
    background: var(--primary-font-color);
    padding-top: 50px;
    padding-bottom: 50px;

    & .wpcf7-list-item {
        margin-left: 0;
    }
    & a {
        color: var(--primary-color);
    }
    & .contact-text-block {
        color: var(--primary-color);
        text-align: center;

        & p {
            font-size: 18px;
            letter-spacing: 5%;
            font-family: var(--font-primary);
            line-height: 1.33;
            margin-bottom: 20px;

            & strong {
                font-family: var(--neu-bold);
            }
        }

        & h2 {
            font-size: 36px;
            font-family: var(--acma-font-black);
            padding-top: 25px;
            padding-bottom: 25px;
            border-top: 1px solid var(--primary-color);
            border-bottom: 1px solid var(--primary-color);
            line-height: 1.05;
            margin-bottom: 30px;
        }

        & h5 {
            font-size: 24px;
            font-family: var(--neu-bold);
            letter-spacing: 5%;
            margin-bottom: 20px;
        }

        & .logo-box {
            margin-top: 50px;
            width: 100%;
            max-width: 340px;
            height: auto;
            max-height: 43px;
            margin: 0 auto;

            & img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
    }

    & .wpcf7-form-control-wrap {
        width: 100%;
        display: inline-block;
        border: none !important;
    }

    & .wpcf7-form-control {
        width: 100%;
        font-size: 18px;
        font-family: var(--font-primary);
        letter-spacing: 5%;
        color: var(--primary-font-color);
        padding: 13.5px 20px;
        border: none !important;

        &:focus {
            box-shadow: none !important;
            outline: none !important;
        }
    }

    & .form-wrpper p {
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;

        & br {
            display: none;
        }
    }

    & form {
        margin-top: 50px;
        margin-bottom: 10px;

        p {
            margin-bottom: 24px;
        }
    }

    & .wpcf7-submit {
        width: fit-content;
        background: rgba(203, 216, 206, 1);
        border-radius: 0;
        font-size: 24px;
        letter-spacing: 5px;
        color: var(--primary-font-color);
        font-family: var(--neu-bold);
        padding: 15px 20px;
        transition: none;

        &:hover {
            background: var(--primary-color);
            color: var(--secondary-color);
        }

        &:focus {
            background: var(--primary-color);
            color: var(--secondary-color);
        }
    }

    & .pitch-text {
        position: relative;
        padding-left: 30px;

        &::after {
            content: '';
            width: 3px;
            height: 3px;
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            background: #fff;
        }

        & p {
            font-size: 18px;
            color: #fff;
            letter-spacing: 5%;
            font-family: var(--font-primary);
        }
    }

    & .input-wrap .form-label {
        color: #fff !important;
        letter-spacing: 5%;
        font-family: var(--font-primary);
        font-size: 18px;
        margin-left: 10px;
        line-height: 1.33;
        margin-bottom: 0px;

        & a {
            color: #fff;
        }
    }
}


form .input-wrap p:first-child {
    display: flex;

    & .wpcf7-form-control-wrap {
        width: fit-content;
        height: fit-content;

        & .wpcf7-acceptance {
            padding: 0px;
        }

        & input {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;

            width: 39px;
            height: 39px;
            background: #fff;
            cursor: pointer;
            position: relative;

            border-radius: 0;

            &:focus {
                box-shadow: none !important;
                outline: none !important;
                border-color: #fff;
            }

            &:checked {
                background: var(--primary-color);
            }

            &:checked::after {
                content: "";
                position: absolute;
                top: 5px;
                left: 14px;
                width: 10px;
                height: 20px;
                border: solid #fff;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }
        }
    }
}

.form-check-input:checked {
    border-color: transparent !important;
}

/***************************************************************
                        FOOTER
***************************************************************/

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: var(--primary-color);

    & .left-part {
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: 5%;
        font-family: var(--neu-bold);
        color: var(--primary-font-color);
    }

    & .right-part {
        font-size: 18px;
        font-family: var(--neu-bold);
        line-height: 1.33;
        letter-spacing: 5%;

        & a {
            color: var(--primary-font-color);
            text-decoration: none;
            margin-bottom: 10px;
        }

        & .design-by {
            margin-bottom: 0px;
            font-size: 18px;
            font-family: var(--neu-bold);
            line-height: 1.33;
            letter-spacing: 5%;
            color: rgba(52, 59, 52, .6);
        }

        & .righrst-wrap {
            gap: 20px;
        }
    }
}

.section-404 {
    padding: 60px 0px;
    color: var(--secondary-color);
    background: var(--primary-font-color);
    min-height: calc(100svh - 344.733px) !important;
}

.section-404 {
    & h1 {
        font-size: 64px;
        font-family: var(--neu-bold);
    }
}

.section-404 {
    & h3 {
        font-size: 36px;
    }
}

.section-404 {
    & p {
        font-size: 20px;
    }
}

.section-404 {
    & .btn {
        min-width: 320px;
        font-size: 18px;
        letter-spacing: 0.9px;
        width: 320px;
        font-family: var(--neu-bold) !important;
        color: var(--primary-color) !important;
        background: var(--secondary-color) !important;
        border: 3px solid var(--secondary-color) !important;
        border-radius: 0 !important;
        min-height: 54px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.impressum-section {
    background: rgba(203, 216, 206, 1);
    padding-top: 46px;
    padding-bottom: 62px;
    color: var(--primary-font-color);
}

.impressum-section {
    & a {
        text-decoration: underline;
        font-size: 18px;
        letter-spacing: 0.9px;
        color: var(--primary-font-color);
    }
}

.editor-logo-link {
    display: inline-block;
    margin-bottom: 42px;
}

.impressum-section {

    & h1,
    & h2 {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 24px;
        font-family: var(--neu-bold);
        letter-spacing: 1.2px;
    }
}

.impressum-section {
    & h3 {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 18px;
        letter-spacing: 0.9px;
        font-family: var(--neu-bold);
    }
}

.impressum-section {
    & p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px;
        letter-spacing: 0.9px;
    }
}

.impressum-section {
    & p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 18px;
        letter-spacing: 0.9px;
    }
}

.impressum-section {
    & a {
        text-decoration: underline;
        font-size: 18px;
        letter-spacing: 0.9px;
        color: var(--primary-font-color);
    }
}

.impressum-section {
    & .back-arrow {
        width: 52px;
        max-height: 35px;
        height: auto;
        display: block;
        margin-top: 62px;
    }
}

/***************************************************************
                      RESPONSIVE
***************************************************************/
@media only screen and (min-width: 576px) {
    .section-404 {
        min-height: calc(100svh - 262.867px) !important;
    }
	footer {
		& .right-part {

			& .righrst-wrap {
				gap: 0px;
			}
		}
	}
}

@media only screen and (min-width: 768px) {

    /* HERO */
    .hero-section {

        & .distro-button {
            width: 200px;
            height: 200px;
            top: 164px;
        }

        /* content above */
        .hero-content {

            & .part-1-hero-content {
                min-height: 630px;
            }

            & .part-2-hero-content {
                min-height: 630px;
            }
        }
    }
}

@media only screen and (min-width: 992px) {

    /* PRE-DEFINED CLASSES */
    .section-paddding {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .section-404 {
        padding: 120px 0px;
        color: var(--secondary-color);
    }


    /* HEADER-SECTION */
    .navbar .navbar-brand {

        & img {
            height: 70px;
        }
    }

    #offcanvasNavbar .offcanvas-body {
        background: transparent;
    }

    /* STICKY LAYER */
    .hero-bg-sticky {
        height: 100svh;
        aspect-ratio: unset;
    }

    .hero-content {
        height: 100%;
    }

    /* HERO-SECTION */
    .hero-section {
        height: 200svh;

        & .parralax-image-hero {
            height: 100svh;
        }

        & .distro-button {
            width: 261px;
            height: 261px;
        }

        & .part-1-hero-content {
            height: 50%;
            min-height: unset;
            max-width: unset;

            & h1 {
                font-size: 84px;
            }
        }

        & .part-2-hero-content {
            min-height: unset;
            height: 50%;
        }
    }

    /* DERMSTAD SECTION */
    .dermstad-section {

        & .disturber-block {
            left: 0px;
            width: 324px;
            height: 324px;
            right: unset;
            top: unset;
            bottom: -115px;

            & .text-disturber {
                font-size: 38px;

                & span {
                    font-size: 57px;
                }
            }

            & .arrow-image {
                bottom: 10px;
                left: 50%;
                transform: translateX(-50%);
                width: 57px;
            }
        }

        & .editor-block {

            h5 {
                font-size: 24px;
            }

            & h2 {
                font-size: 48px;
            }
        }
    }

    .dermstad-section-second {
        & .disturber-block {
            width: 291px;
            height: 291px;
            bottom: 25px;
            left: 67px;

            & .text-disturber {
                font-size: 24px;

                & span {
                    font-size: 48px;
                }
            }

            & .arrow-image {
                bottom: 10px;
                left: 50%;
                transform: translateX(-50%);
                width: 57px;
            }

            & .editor-block {
                h5 {
                    font-size: 24px;
                }

                & h2 {
                    font-size: 48px;
                }
            }
        }

        & .distro-2-box {
            width: 176px;
            height: 176px;
            font-size: 48px;
            top: -90px;
        }
    }

    .parallax-section {
        /* Set a specific height */
        min-height: 800px;

        & h2 {
            font-size: 84px;
            padding: 30px 0px;
        }
    }

    .etage-section {
        & .image-part-block {
            padding-right: 20px;

            & .editor-block {
                h5 {
                    font-size: 24px;
                }

                & h2 {
                    font-size: 48px;
                    margin-top: 48px;
                    margin-bottom: 13px;
                }
            }
        }


        & .col-lg-6:first-child {

            &::before {
                display: none;
            }
        }

        & .distro-2-box {
            width: 176px;
            height: 176px;
            font-size: 48px;
            top: -67px;
            left: 300px;
        }

        & .disturber-block {
            width: 324px;
            height: 324px;
            right: unset;
            left: 66px;
            top: -300px;

            & .text-disturber {
                font-size: 38px;

                & span {
                    font-size: 57px;
                }
            }

            & .arrow-image {
                bottom: 10px;
                left: 50%;
                transform: translateX(-50%);
                width: 57px;
            }
        }

        & .col-lg-6:first-child {
            padding-top: 48px;
            padding-bottom: 48px;
        }

        & .col-lg-6:last-child {
            padding-top: 48px;
            padding-bottom: 48px;
        }

        & .svg-part-block {
            padding-left: 20px;

            & .editor-block {
                padding-bottom: 80px;

                h5 {
                    font-size: 24px;
                }

                & h2 {
                    font-size: 48px;
                }
            }
        }
    }

    .map-section {

        & .map-content-block {

            & h2 {
                font-size: 48px;
                margin-top: 48px;
            }
        }

        & .map-bg-wrapper {
            height: 100svh;

            & #myTab2Content {
                height: calc(100% - 78px);
            }

            & .nav-tabs {

                & .nav-link {
                    font-size: 24px;
                }
            }

            & .change-tabs-block {
                height: 78px;
                padding-left: 60px;
                padding-right: 40px;
            }

            & .text-image-link {
                font-size: 24px;
            }
        }
    }

    .beratungs-accordion {
        padding-top: 125px;
        padding-bottom: 72px;

        & .accordion-image-second {

            & h2 {
                font-size: 48px;
            }
        }

        & .accordion-box {
            margin-top: 22px;
        }
    }


    .parallax-section-buttons {
        padding-bottom: 108px;
        padding-top: 108px;

        & .text-box {
            padding-top: 63px;
            padding-bottom: 63px;

            & p {
                margin-bottom: 46px;
            }
        }

        & .disturber-block {
            left: 159px;
            width: 324px;
            height: 324px;
            right: unset;
            top: 0;

            & .text-disturber {
                font-size: 38px;

                & span {
                    font-size: 57px;
                }
            }

            & .arrow-image {
                bottom: 10px;
                left: 50%;
                transform: translateX(-50%);
                width: 57px;
            }
        }

        & .second-distro {
            width: 271px;
            height: 271px;
            top: 162px;
            left: -10px;

            & .distro-numbers {
                font-size: 48px;
            }
        }
    }

    & .contact-section {
        padding-top: 100px;
        padding-bottom: 100px;

        & form {
            margin-top: 10px;
        }

        & .contact-text-block {
            max-width: 545px;

            & h2 {
                font-size: 48px;
                margin-bottom: 54px;
            }

            & .logo-box {
                margin-top: 70px;
            }
        }

        & .input-wrap .form-label {
            margin-left: 33px;
        }
    }

    footer {

        & .right-part {

            & .design-by {
                margin-bottom: 40px;
            }
        }
    }
}

@media only screen and (min-width: 1200px) {
    .navbar .navbar-brand {
        margin-right: 74px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1408px;
    }

    .container-large {
        max-width: 1552px;
    }
}