﻿
:root {
    --primary: #d0152a;
    --secondary: #f29400;
    --tertiary: #e5dac9;
    --light-orange: #fdf4e4;
    --dark-orange: #FDEACE;
    --very-dark-orange: #F6730C;
    --grey: #f2f2f2;
    --hover-background-gray: #d9d9d9;
    --title-font: 'Simpliugli';
    --subtitle-font: 'Roboto Regular';
    --standard-font: 'Roboto Light';
    --standardBackend-font: 'Roboto';
    z-index: 0;
    /*responsive font size*/
    --fs-xl: 5rem;
    --fs-800: 2.5rem;
    --fs-600: 2rem;
    --fs-500: 1.5rem;
    --fs-400: 1.2rem;
    --fs-300: 1rem;
}

@font-face {
    font-family: 'Simpliugli';
    src: url('../css/simpliugli/simpliugli_new.otf') format('opentype');
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../css/roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Regular';
    src: url('../css/roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Aptos Narrow';
    src: url('../css/Aptos Narrow/Aptos Narrow.ttf') format('truetype');
}

@font-face {
    font-family: 'Aptos Narrow Bold';
    src: url('../css/Aptos Narrow/Aptos Narrow Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Aptos Narrow Italic';
    src: url('../css/Aptos Narrow/Aptos Narrow Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'Aptos Narrow Bold Italic';
    src: url('../css/Aptos Narrow/Aptos Narrow Bold Italic.ttf') format('truetype');
}



html, body {
    font-family: var( --standard-font);
    /*    font-family: var( --standardBackend-font);*/
    font-size: 13px;
}

body {
    --section-inline-padding: 10em;
    --section-max-width: 120em;
}

footer {
    --section-inline-padding: 10em;
    --section-max-width: 120em;
}

a:hover {
    color: var(--secondary);
}

input[type="checkbox"]:checked:after {
    content: '\002714';
    background-color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 13px;
    height: 13px;
    border-radius: 3px;
}

.tm-background {
    background-color: white;
}

.tm-page {
    position: relative;
    z-index: 1;
    min-height: 20em;
    background-color: white;
    overflow: hidden;
    font-family: var(--standard-font);
}

.tm-valign {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
}

.tm-halign {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 100%;
    margin: auto;
}

.k-breadcrumb-item a {
    gap: 5px;
}

.k-breadcrumb-item a .k-breadcrumb-item-text {
    line-height: 1;
}

.tm-tilted-box {
    height: 38vh;
    width: 150vw;
    position: absolute;
    z-index: 2;
}

.tm-orange {
    background-color: var(--secondary);
}

.tm-white {
    background-color: white;
}

.tm-light-orange {
    background-color: var(--light-orange);
}

.tm-dark-orange {
    background-color: var(--dark-orange);
}

.tm-balls {
    height: 60vw;
    width: 60vw;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.standard-form-input {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .standard-form-input label {
        margin: 0;
        padding: 0;
        width: 25%;
        margin-right: 10px;
    }

    .standard-form-input input {
        flex: 1 1 auto;
        height: 3rem;
        padding: 4px 8px;
        font-size: 14px;
    }


    .pr-40px {
        padding-right: 40px;
    }


.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), .e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), .e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) {
    border-color: var(--light-orange);
}

.e-input-group:not(.e-disabled) .e-input-group-icon:hover, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover {
    background-color: var(--secondary);
}

.e-calendar .e-content td.e-selected.e-focused-date span.e-day {
    background-color: var(--secondary);
    color: #fff;
}

.e-ddl.e-input-group .e-input-value {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 8px;
}

.e-dialog.fullscreen {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    max-width: 100% !important;
}

.tm-rounded-button {
    height: 2.5em;
    border: none;
    outline: none !important;
    border-radius: 5rem;
    text-transform: uppercase;
    font-size: 1.0rem;
}

.tm-arrow {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: translateY(-10%);
    color: var(--secondary);
    font-size: 40pt;
    z-index: 3;
    cursor: pointer;
}

    .tm-arrow:active {
        transform: translateY(-10%) rotate(180deg);
    }


.tm-navbar {
    font-family: var(--standard-font);
    font-size: var(--fs-400);
    position: relative;
    color: var(--primary);
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em 1em;
    z-index: 10;
    cursor: default;
}

    .tm-navbar .tm-navbar-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .tm-navbar .tm-navbar-logo img {
            min-height: 2.5em;
            max-height: 7em;
            padding: 1em 0 1em 0;
            cursor: pointer;
        }

    .tm-navbar ul {
        list-style-type: none;
        width: 70%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

        .tm-navbar ul li {
            display: flex;
            width: 25%;
            flex-direction: row;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

            .tm-navbar ul li a {
                display: flex;
                align-content: center;
                justify-content: center;
                align-items: center;
                color: var(--primary);
                text-transform: capitalize;
                cursor: pointer;
            }

    .tm-navbar .tm-navbar-item-wrapper {
        display: flex;
        width: 30%;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 2vw;
    }

        .tm-navbar .tm-navbar-item-wrapper .tm-navbar-item {
            display: flex;
            width: 100%;
            justify-content: center;
            flex-direction: row;
            align-items: center;
            cursor: pointer;
            border: none;
        }

            .tm-navbar .tm-navbar-item-wrapper .tm-navbar-item .icon-with-text {
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: center;
                gap: min(5%, 0.5em);
                border-bottom: 3px solid transparent;
            }

        .tm-navbar .tm-navbar-item-wrapper .tm-navbar-icon {
            font-size: var(--fs-500);
            padding-bottom: 5px;
            border-bottom: 3px solid transparent;
        }

    .tm-navbar ul li.hide {
        display: none;
    }

.small-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .small-button-wrapper button {
        outline: none;
        border: none;
        height: 2.5em;
        width: 2.5em;
        padding: 0;
    }

        .small-button-wrapper button i {
            font-size: 16px;
        }

            .small-button-wrapper button i:before {
                height: 100% !important;
                width: 100% !important;
            }

button.rounded {
    border-radius: 50% !important;
}


.w-40px {
    width: 40px;
}

.hamburger {
    display: none;
    background-color: white;
    cursor: pointer;
    font-size: var(--fs-600);
}


.hamburger-wrapper {
    width: 25%;
}

.tab-wrapper {
    width: 100%;
    display: none;
    align-items: center;
}


.tm-navbar-popup-container {
    position: relative;
    width: 100%;
}

    .tm-navbar-popup-container .popup-list-wrapper {
        display: flex;
        justify-content: center;
    }

        .tm-navbar-popup-container .popup-list-wrapper .popup-list {
            background-color: white;
            width: 100%;
            max-width: 10em;
            padding-block: min(5%, 0.5em);
            border-radius: 0 0 0.25em 0.25em;
            opacity: .95;
        }

            .tm-navbar-popup-container .popup-list-wrapper .popup-list .popup-list-item {
                display: flex;
                justify-content: center;
                padding-block: 5%;
                padding-inline: 10%;
                align-items: center;
                gap: 7%;
                opacity: 1;
            }

                .tm-navbar-popup-container .popup-list-wrapper .popup-list .popup-list-item span {
                    font-size: var(--fs-300);
                }




.tm-navbar ul li a {
    border-bottom: 3px solid transparent;
}

.tm-navbar ul li :hover {
    border-bottom: 3px solid var(--primary);
}

.e-schedule.timetable .e-vertical-view .e-time-cells-wrap {
    height: 100% !important;
}


.popup-list-item:hover,
.popup-list-item:focus {
    background-color: #fdf4e4;
    transition: background-color 0.25s ease-in-out;
}

button.x-button {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    aspect-ratio: 1;
    border: none;
    color: white;
    background-color: red;
    outline: none;
}

.project-info-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    padding-inline: 1em;
}

    .project-info-bar h1 {
        font-weight: bolder;
        color: white;
        text-transform: none;
        font-size: var(--fs-500);
        margin-top: 0;
    }

    .project-info-bar span {
        font-size: var(--fs-400);
        color: white;
        text-align: center;
    }

    .project-info-bar a {
        text-decoration: underline;
        color: white;
        font-size: var(--fs-400);
    }

    .project-info-bar p:last-of-type {
        margin-bottom: 0;
    }

@media (max-width: 50em) {
    .tm-navbar {
        position: relative;
        width: 100%;
        flex-direction: column;
    }

        .tm-navbar ul, .tm-navbar .tm-navbar-item-wrapper {
            display: none;
        }

        .tm-navbar .hamburger-dropdown {
            width: 100%;
            height: 100vh;
            padding-block: 2em;
        }

            .tm-navbar .hamburger-dropdown ul {
                display: flex;
                flex-direction: column;
                width: 100%;
                gap: 1em;
            }

                .tm-navbar .hamburger-dropdown ul li {
                    width: 100%;
                }

                    .tm-navbar .hamburger-dropdown ul li a {
                        width: 100%;
                    }



            .tm-navbar .hamburger-dropdown .tm-navbar-item-wrapper {
                display: flex;
                flex-direction: column;
                width: 100%;
                gap: 1em;
                padding-block: 1em;
            }

        .tm-navbar .tm-navbar-logo {
            min-width: 10em;
        }

            .tm-navbar .tm-navbar-logo img {
                padding: 0;
            }

    .hamburger {
        position: relative;
        display: flex;
        justify-content: center;
        width: 2em;
    }

        .hamburger i:hover {
            --fa-beat-scale: 1.1;
            -webkit-animation: fa-beat 0.5s ease-in-out;
            -moz-animation: fa-beat 0.5s ease-in-out;
            -o-animation: fa-beat 0.5s ease-in-out;
            animation: fa-beat 0.5s ease-in-out;
        }

    .hamburger-wrapper {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .tab-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .tm-navbar ul li a {
        border-bottom: none;
    }

    .tm-navbar ul li :hover {
        border-bottom: none;
    }
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

/* ========= OFFER =========*/
.tm-offer {
    margin: 0;
    position: relative;
    display: flex;
    z-index: 3;
}

    .tm-offer div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-inline: clamp(1em, 10%, 20em);
        padding-top: 3em;
    }

        .tm-offer div h1 {
            font-family: var(--title-font);
            font-size: var(--fs-xl);
            font-weight: normal;
            text-transform: uppercase;
            color: white;
        }

        .tm-offer div h3 {
            font-family: var(--subtitle-font);
            text-transform: uppercase;
            color: white;
            font-size: var(--fs-500);
            text-align: center;
        }

        .tm-offer div p {
            margin-block: var(--fs-300);
            color: white;
            text-align: center;
            font-size: 1.2rem;
        }

@media (min-width: 100em) {
    .tm-offer div {
        padding-inline: clamp(2em, 30% + 1rem, 70em);
        padding-top: 3em;
    }

    .tm-offer .tm-tilted-box {
        height: 48em !important;
    }
}

@media (max-width: 50em) {
    .tm-offer div {
        padding-top: 0;
    }

    .tm-offer .tm-tilted-box {
        height: 40em !important;
        width: 150vw !important;
    }
}

@media (max-width: 30em) {
    .tm-offer .tm-tilted-box {
        height: 55em !important;
        width: 150vw !important;
    }
}

.tm-accordion-wrapper {
    position: relative;
    width: 100%;
    margin: 20vh 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .tm-accordion-wrapper .tm-home-accordion {
        position: relative;
        z-index: 3;
        background-size: cover;
        background-repeat: no-repeat;
        background-position-y: 30%;
        background-position-x: center;
        height: 18vh;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-top-left-radius: 50em;
        border-bottom-left-radius: 50em;
        max-width: 120em;
        width: 80%;
        margin-top: 5em;
    }

        .tm-accordion-wrapper .tm-home-accordion .tm-button-wrapper {
            height: 50%;
            width: 100%;
            display: flex;
            justify-content: flex-end;
            align-content: flex-end;
            flex-wrap: wrap;
        }

            .tm-accordion-wrapper .tm-home-accordion .tm-button-wrapper button {
                position: relative;
                height: 8vh;
                width: 8vh;
                display: flex;
                background-color: white;
                border-radius: 50%;
                outline: none;
                border: none;
                margin: 0 10% 0 0;
                transform: translateY(25%);
                align-items: center;
                justify-content: center;
            }

                .tm-accordion-wrapper .tm-home-accordion .tm-button-wrapper button img {
                    width: 40%;
                    height: 40%;
                    padding: 0 0 10% 0;
                }


        .tm-accordion-wrapper .tm-home-accordion .tm-home-accordion-title {
            width: 70%;
            height: 100%;
            position: relative;
            display: flex;
            align-content: flex-end;
            flex-wrap: wrap;
            padding-left: 20%;
            padding-bottom: 3%;
            text-transform: uppercase;
            font-family: var(--subtitle-font);
            font-size: var(--fs-800);
            color: white;
            white-space: normal;
            word-break: break-all;
        }

@media (max-width: 50em) {
    .tm-accordion-wrapper .tm-home-accordion .tm-home-accordion-title {
        font-size: var(--fs-500);
    }
}

@media (max-width: 30em) {
    .tm-accordion-wrapper .tm-home-accordion .tm-home-accordion-title {
        font-size: var(--fs-400);
    }

    .tm-accordion-wrapper .tm-home-accordion .right .tm-home-accordion-more-wrapper .tm-home-accordion-more-button span {
        font-size: var(--fs-300);
    }
}

.tm-accordion-wrapper .tm-home-accordion .right {
    width: 30%;
    height: 100%;
    padding: 0;
    margin: 0;
}

    .tm-accordion-wrapper .tm-home-accordion .right .tm-home-accordion-more-wrapper {
        display: flex;
        width: 100%;
        height: 50%;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-content: flex-start;
        margin: 0vh 0 0 0;
        font-size: var(--fs-500);
    }

        .tm-accordion-wrapper .tm-home-accordion .right .tm-home-accordion-more-wrapper .tm-home-accordion-more-button {
            position: relative;
            margin: 10% 0 0 0;
            width: 70%;
            min-width: 10em;
            height: 35%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            border-top-left-radius: 25px;
            border-bottom-left-radius: 25px;
            background-color: white;
            cursor: pointer;
            /*transform: scale(1) translateZ(0);
            transition: transform 0.3s;
            will-change: transform;*/
        }

            .tm-accordion-wrapper .tm-home-accordion .right .tm-home-accordion-more-wrapper .tm-home-accordion-more-button span {
                height: 100%;
                display: flex;
                align-items: center;
                text-transform: uppercase;
                color: var(--secondary);
                margin-left: 1.5em;
                font-size: var(--fs-400);
            }

/*.tm-accordion-wrapper .tm-home-accordion .right .tm-home-accordion-more-wrapper .tm-home-accordion-more-button:hover {
                transform: scale(1.1) translateZ(0);
                transition: transform 0.5s ease-in-out;
                will-change: transform;
            }*/

.tm-accordion-wrapper .tm-balls {
    max-width: 80em;
    max-height: 80em;
}

@media (max-width: 50em) {
    .tm-accordion-wrapper {
        margin-top: 12vh;
    }
}

@media (max-width: 25em) {
    .tm-accordion-wrapper .tm-balls {
        display: none;
    }
}

/*============= KITA Liste =============*/

.tm-page .collapsible-container-content {
    width: 80%;
    max-width: 120em;
    display: flex;
    justify-content: flex-end;
}



.tm-accordion-wrapper .tm-category-list {
    position: relative;
    z-index: 2;
    width: 80%;
    padding: 1vh 1vw 1vh 1vw;
    background-color: var(--light-orange);
    max-width: 96em;
}



.tm-category-list .list-item {
    margin: 1em 0 0 0;
    width: 100%;
    max-width: 96em;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 4vh;
}

.list-item h1 {
    width: 50%;
    font-size: 1rem;
    padding: 0 0 0 3vw;
    color: black;
}

.list-item div {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.5em;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

    .list-item div i {
        font-size: 1.2rem;
    }

.list-item button {
    width: 20%;
    min-width: 10em;
    margin: 0 2vw 0 2vw;
}

    .list-item button:focus {
        border: none;
        outline: none;
    }

.list-item .sign-up-button {
    background-color: var(--secondary);
    color: white;
}

.list-item .queue-button {
    background-color: white;
    color: var(--secondary);
    border: 2px solid var(--secondary);
}

    .list-item .queue-button:focus {
        border: 2px solid var(--secondary);
    }

@media (max-width: 50em) {

    .tm-accordion-wrapper .tm-category-list {
        padding-inline: 1em;
        margin-left: 7em;
    }

    .tm-category-list .list-item {
        display: flex;
        flex-direction: column;
        border-radius: 1em;
    }

    .list-item h1 {
        padding: 0;
        margin: 0;
        width: 100%;
        margin-block: 1em;
        text-align: center;
    }

    .list-item div {
        width: auto;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .list-item button {
        width: 50%;
        min-width: 8em;
        margin-block: 1em;
        font-size: var(--fs-300);
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.tm-category-list.municipalities .list-item {
    justify-content: space-between;
}

@media (max-width: 40em) {
    .tm-accordion-wrapper .tm-home-accordion .tm-home-accordion-title {
        width: 50%;
    }
}

/* ====== LOCATION ======*/

.tm-location-wrapper {
    position: relative;
    margin-top: 15vh;
}

    .tm-location-wrapper .tm-locations {
        position: relative;
        z-index: 3;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-inline: clamp(1em, 20% + 1rem, 50em);
        gap: 5em;
    }

        .tm-location-wrapper .tm-locations article {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            width: 40%;
        }

            .tm-location-wrapper .tm-locations article h1 {
                width: 100%;
                font-family: var(--title-font);
                font-weight: normal;
                text-transform: uppercase;
                text-align: left;
                line-height: normal;
                color: white;
                font-size: var(--fs-xl);
            }

            .tm-location-wrapper .tm-locations article p {
                color: white;
                width: 100%;
                text-align: left;
                margin: 0;
                font-size: 1rem;
            }

        .tm-location-wrapper .tm-locations .tm-map {
            height: 40em;
            width: 60%;
            background-color: transparent;
            background-image: url("../Images/tagesmuetter/Karte.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position-x: center;
            background-position-y: center;
            filter: brightness(0) invert(1);
        }

@media (max-width: 120em) {
    .tm-location-wrapper .tm-tilted-box {
        height: 45vh !important;
    }
}

@media (max-width: 70em) {
    .tm-location-wrapper .tm-tilted-box {
        height: 45vh !important;
    }

    .tm-location-wrapper .tm-locations {
        padding-inline: clamp(5em, 10% + 1rem, 20em);
    }
}

@media (max-width: 40em) {
    .tm-location-wrapper .tm-locations {
        padding-inline: 2em;
    }

        .tm-location-wrapper .tm-locations article {
            display: none;
        }

        .tm-location-wrapper .tm-locations .tm-map {
            width: 100%;
        }

    .tm-location-wrapper .tm-tilted-box {
        height: 35vh !important;
    }
}

/* ========== STATISTICS ========== */

.tm-statistics-wrapper {
    margin-top: 20vh;
    margin-bottom: 5vh;
    position: relative;
}

    .tm-statistics-wrapper .tm-statistics {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin: 0;
        justify-content: center;
        gap: 10vw;
        z-index: 3;
    }

        .tm-statistics-wrapper .tm-statistics .tm-statistics-item {
            height: 20em;
            width: 20%;
            background-color: transparent;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            justify-content: center;
        }

.tm-statistics-item i {
    color: var(--secondary);
    font-size: 2.5rem;
}


.tm-statistics-item .tm-statistics-item-data {
    color: var(--secondary);
    font-weight: bold;
    font-size: 3rem;
    margin-top: .5em;
}

.tm-statistics-item .tm-statistics-item-label {
    color: var(--secondary);
    font-size: 1.5rem;
    margin: 0 20% 0 20%;
    text-align: center;
}

.tm-statistics-wrapper .tm-balls {
    min-width: 15em;
    min-height: 15em;
}

@media (max-width: 120em) {
    .tm-statistics-wrapper {
        margin-top: 10vh;
    }
}

@media (max-width: 40em) {
    .tm-statistics-wrapper .tm-balls {
        display: none;
    }

    .tm-statistics-wrapper .tm-statistics {
        flex-direction: column;
        gap: 3em;
    }

    .tm-statistics-wrapper {
        margin-top: 0vh;
    }

    .tm-statistics-item .tm-statistics-item-label {
        margin: 0;
    }

    .tm-statistics-wrapper .tm-statistics .tm-statistics-item {
        width: 100%;
    }
}

footer {
    overflow-x: hidden;
}

    footer b {
        font-family: var(--subtitle-font);
        font-weight: 500;
    }

    footer div.socials {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5em;
    }

    footer div.socials a {
        color: white;
    }

        footer div.socials a i {
            font-size: var(--fs-500);
        }

        footer div.socials a svg {
            height: 20px;
            width: 20px;
            fill: white;
        }

        .tm-contactdetails {
            position: relative;
            z-index: 3;
            height: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: center;
            align-items: center;
            gap: clamp(2rem, 7vw + 1rem, 30rem);
            margin: 10em 0 3em 0;
        }

    .tm-contactdetails .tm-contactdetails-item {
        color: white;
        z-index: 2;
    }

@media (max-width: 50em) {
    .tm-contactdetails {
        display: block;
    }

    .tm-contactdetails-item {
        margin: 1em 2em;
    }

    .tm-contactdetails .tm-tilted-box {
        height: 25em !important;
        width: 120em !important;
    }
}

.tm-fineprint {
    font-family: var(--standard-font), sans-serif;
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 12.5rem;
    max-width: var(--section-max-width);
    display: flex;
    background-color: white;
    padding: 2em 0;
    margin: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .tm-fineprint .tm-copyright {
        flex: 0 1 20rem;
        display: flex;
        justify-content: flex-start;
        text-align: center;
        align-items: center;
        font-size: var(--fs-400);
    }

    .tm-fineprint .tm-impressum {
        flex: 0 1 20rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        font-size: var(--fs-400);
    }

        .tm-fineprint .tm-impressum ul {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
            gap: 1em;
            margin: 0;
            padding: 0;
            max-width: 100%;
            flex-wrap: wrap;
        }

            .tm-fineprint .tm-impressum ul li {
                list-style-type: none;
                text-decoration: underline;
                font-weight: bolder;
                cursor: pointer;
            }

@media (max-width: 50em) {
    .tm-fineprint {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .tm-fineprint .tm-copyright {
            padding: 0;
        }

        .tm-fineprint .tm-impressum {
            padding: 0;
        }
}

@media (max-width: 30em) {
    .tm-fineprint .tm-impressum ul {
        margin-top: 1em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}



/*=================LOGIN=================*/

.tm-login-button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-button {
    height: 2.5em;
    border: none;
    outline: none !important;
    border-radius: 5rem;
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 1.0rem;
    width: clamp(7em, 10%, 15em);
}


.tm-login-wrapper {
    position: relative;
    z-index: 1;
    height: fit-content;
    width: 100%;
    display: flex;
}

.tm-login-header-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    padding: 5em var(--section-inline-padding) 10em var(--section-inline-padding);
    background-color: var(--secondary);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

    .tm-login-header-wrapper .tm-login-header-container {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: var(--section-max-width);
    }

.tm-login-wrapper .tm-login-info {
    position: relative;
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    z-index: 2;
    padding: 0;
    margin-top: 2em;
    justify-content: center;
    align-items: flex-start;
}

    .tm-login-wrapper .tm-login-info .tm-login-info-text-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-inline: 1em;
    }

        .tm-login-wrapper .tm-login-info .tm-login-info-text-wrapper::before {
            content: "";
            position: absolute;
            width: 40em;
            height: 40em;
            top: -6em;
            left: -12em;
            border-radius: 50%;
            background-color: white;
            z-index: 0;
        }

        .tm-login-wrapper .tm-login-info .tm-login-info-text-wrapper::after {
            content: "";
            position: absolute;
            width: 12em;
            height: 12em;
            top: -6em;
            right: -8em;
            border-radius: 50%;
            background-color: var(--light-orange);
            z-index: 0;
        }




    .tm-login-wrapper .tm-login-info h1 {
        z-index: 3;
        width: 100%;
        text-align: left;
        color: var(--secondary);
        font-family: var(--title-font);
        font-weight: normal;
        font-size: 4rem;
        text-align: left;
    }

    .tm-login-wrapper .tm-login-info p {
        z-index: 3;
        text-align: left;
        width: 100%;
        color: var(--secondary);
        font-size: 1.2rem;
    }

.tm-login-form {
    position: relative;
    z-index: 2;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tm-login-form .password-forgotten {
        margin-top: 1em;
        display: flex;
        justify-content: center;
        color: white;
    }

        .tm-login-form .password-forgotten u {
            cursor: pointer;
        }

.tm-login-wrapper .tm-login-input-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1vh 0 0 0;
    padding-inline: 0.5em;
}

    .tm-login-wrapper .tm-login-input-wrapper input {
        padding-inline: 1em;
        height: 2.5em;
        border: none;
        outline: none;
        border-radius: 5rem;
        color: var(--secondary);
        font-size: 1.0rem;
        background-color: var(--light-orange);
    }

    .tm-login-wrapper .tm-login-input-wrapper label {
        color: white;
        padding-left: 1%;
    }

    .tm-login-wrapper .tm-login-input-wrapper button {
        width: 50%;
        margin: 2vh 25% 0 25%;
        height: 2.5em;
    }

    .tm-login-wrapper .tm-login-input-wrapper span {
        margin: 0.5vh 0 0 0;
        height: 2.5em;
        border-radius: 5rem !important;
        outline: none;
        border-color: white;
        display: flex;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        box-shadow: none;
    }

.tm-login-input-wrapper .k-form-field-error .k-input {
    border: 1px red solid !important;
}

    .tm-login-input-wrapper .k-form-field-error .k-input::after {
        display: none;
    }

.tm-login-wrapper .k-form-field-wrap {
    margin: 0 !important;
}

.tm-page .tm-login-wrapper form {
    width: 100%;
    max-width: 500px;
}

.tm-login-wrapper .tm-balls.tm-white {
    --ball-radius: 55em;
    transform: rotate(-5deg) translate(calc(25vw - (var(--ball-radius)/2)), 35%);
    height: var(--ball-radius);
    width: var(--ball-radius);
    top: calc(100% - (var(--ball-radius) / 2) - 10em);
}

.tm-login-wrapper .tm-balls.tm-light-orange {
    width: 12em;
    height: 12em;
    right: 0em;
    top: 1em;
    display: block;
}

.tm-login-wrapper .tm-tilted-box {
    transform: rotate(5deg);
    top: -10em;
    left: -10em;
    width: max(120em, 120vw);
    height: 38em;
    overflow-y: hidden;
    position: absolute;
}

.tm-login-title {
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

    .tm-login-title h1 {
        position: relative;
        padding: 0;
        color: white;
        font-family: var(--title-font);
        font-weight: normal;
        font-size: 4rem;
        text-align: center;
        max-width: 100%;
    }

.list .k-master-row .k-datepicker button.k-button {
    background-color: #5c5751;
}

@media (max-width: 150em) {

    .tm-login-wrapper .tm-balls.tm-white {
        --ball-radius: 40em;
        transform: rotate(-5deg) translate(calc(25vw - (var(--ball-radius)/2)), 15%);
        height: var(--ball-radius);
        width: var(--ball-radius);
        top: calc(100% - (var(--ball-radius) / 2) - 10em);
    }

    .tm-login-wrapper .tm-balls.tm-light-orange {
        width: 8em;
        height: 8em;
        right: 0em;
        top: 1em;
        display: block;
    }
}

@media (max-width: 65em) {
    .tm-login-wrapper .tm-login-info {
        display: none;
    }

    .tm-login-title {
        display: flex;
    }

    /* === Login === */
    .tm-login-wrapper {
        flex-direction: column;
    }

        .tm-login-wrapper .tm-login-info {
            width: 100%;
            height: 6em;
            color: white;
            padding: 0;
            margin-top: 2em;
        }

            .tm-login-wrapper .tm-login-info h1 {
                color: white;
                margin: 0;
            }

            .tm-login-wrapper .tm-login-info p {
                display: none;
            }

    .tm-login-wrapper .tm-login-form {
        width: 100%;
        margin-top: 0%;
        display: flex;
        justify-content: center;
    }

    .tm-login-header-wrapper .tm-login-header-container {
        flex-direction: column;
    }
}

@media (max-width: 60em) {
    .tm-page .tm-login-wrapper form {
        max-width: 100%;
    }
}



.tm-register-wrapper {
    position: relative;
    padding: 0 var(--section-inline-padding);
    margin: 2em 0 3em 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

.tm-register-info-container {
    display: block !important;
}

.tm-register-wrapper .tm-register-info {
    position: absolute;
    top: 1em;
    margin: 0;
    z-index: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

        .tm-register-wrapper .tm-register-info::after {
            content: "";
            position: absolute;
            width: 50em;
            height: 50em;
            background-color: var(--dark-orange);
            border-radius: 50%;
        }


.tm-register-info-text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline: 1em;
}

        .tm-register-wrapper .tm-register-info h1 {
            position: relative;
            z-index: 3;
            padding: 0;
            color: var(--secondary);
            font-family: var(--title-font);
            font-weight: normal;
            font-size: 4rem;
        }

        .tm-register-wrapper .tm-register-info p {
            position: relative;
            z-index: 3;
            color: var(--secondary);
            padding: 0;
        }

    .tm-register-wrapper .form-wrapper {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .tm-register-wrapper form {
        width: 100%;
    }

.tm-register-wrapper .tm-form-wrapper {
    width: 100%;
    max-width: 80em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
    }

        .tm-register-wrapper .tm-form-wrapper .k-wizard-content {
            overflow-x: hidden;
        }

    .tm-register-wrapper form .left-form {
        width: 50%;
        padding: 0 7% 0 7%;
        max-width: 90em;
    }

    .tm-register-wrapper form .right-form {
        z-index: 2;
        width: 50%;
        padding: 0 7% 0 7%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }


.tm-register-wrapper .tm-registration-title {
    color: var(--secondary);
    text-align: left;
    width: 100%;
    padding: 1em 5px 0 5px;
    min-height: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .tm-register-wrapper .tm-register-input-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 1vh 0 0 0;
        padding-inline: 0.5em;
    }

        .tm-register-wrapper .tm-register-input-wrapper input {
            margin: .5vh 0 0 0;
            padding-inline: 1em;
            height: 2.5em;
            border: none;
            outline: none;
            border-radius: 5rem;
            color: var(--secondary);
            font-size: 1.0rem;
        }

            .tm-register-wrapper .tm-register-input-wrapper input[type="radio"] {
                margin: 0;
                padding: 0;
                height: 1.5em;
                width: 1.5em;
                background-color: white;
                outline: none !important;
                box-shadow: none !important;
            }

                .tm-register-wrapper .tm-register-input-wrapper input[type="radio"]:checked {
                    background-color: var(--secondary);
                }





        .tm-register-wrapper .tm-register-input-wrapper span {
            margin: 0.5em 0 0 0;
            height: 2.5em;
            border-radius: 5rem !important;
            outline: none;
            border-color: white;
            display: flex;
            align-items: center;
            align-content: center;
            flex-wrap: wrap;
            flex-direction: row;
        }

            .tm-register-wrapper .tm-register-input-wrapper span input {
                margin: 0;
            }

            .tm-register-wrapper .tm-register-input-wrapper span button {
                margin: 0;
                outline: none;
                border: none;
                border-color: transparent;
                background-color: #f5f5f5;
                transition: background-color .2s ease-in-out;
            }

                .tm-register-wrapper .tm-register-input-wrapper span button:hover {
                    background-color: var(--dark-orange);
                    transition: background-color .2s ease-in-out;
                }

        .tm-register-wrapper .tm-register-input-wrapper label {
            margin: 0 0 0 .5em;
        }

        .tm-register-wrapper .tm-register-input-wrapper span button span {
            margin: 0;
        }

        .tm-register-wrapper .tm-register-input-wrapper textarea {
            width: 100%;
            border: none;
            border-radius: 1rem;
            outline: none;
            margin-top: 2%;
            height: 7em;
            min-height: 3em;
            padding: 0.5em 1em;
        }

button.skeleton-button-row {
    outline: none;
    width: 100%;
    height: 37px;
    background-color: transparent;
    border: 1px dashed var(--secondary);
    border-radius: 0;
    color: var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
}

    button.skeleton-button-row:hover {
        border-style: solid;
    }

.application-child-picker-component .k-dropdownlist {
    height: 37px !important;
}

.standard-textarea {
    padding: 8px;
}

    .standard-textarea textarea {
        resize: none;
        height: 3.75rem !important;
        font-size: 1rem;
        line-height: 1.25;
        overflow: auto;
        padding: 0 !important;
    }

    .standard-textarea textarea::-webkit-scrollbar {
        display: none;
    }

.rounded-textarea-container {
    width: 100%;
    border-radius: 18px !important;
    box-shadow: none !important;
    min-height: 37px;
    height: fit-content;
    outline: none;
    border-width: 1px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: white;
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding: 8px;
}
    .tm-telerik .rounded-textarea-container textarea, .rounded-textarea-container textarea {
        height: 4.5em;
        width: 100%;
        background-color: transparent;
        border: none;
        outline: none;
        padding-block: 0;
        line-height: 1.5;
        overflow-y: auto !important;
        resize: none;
    }

        .rounded-textarea-container textarea::-webkit-scrollbar {
            display: none;
        }


        .tm-register-wrapper form .twins {
            width: 100%;
            display: flex;
        }

        .tm-register-wrapper form .twins .left {
            padding: 0;
            width: 50%;
            flex: none;
            margin: 0;
        }

        .tm-register-wrapper form .twins .right {
            padding: 0 0 0 0;
            width: 50%;
            flex: none;
            margin: 0;
        }

    .tm-register-wrapper .tm-login-data {
        margin: 5vh 0 0 0;
    }

    .tm-register-wrapper .tm-second-legal-guardian {
        margin: 0 0 0 0;
    }

    .tm-register-wrapper .tm-contact-info {
        margin: 5vh 0 0 0;
    }

    .tm-register-wrapper .tm-checkbox-wrapper {
        margin: 2vh 0 0 0vw;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

        .tm-register-wrapper .tm-checkbox-wrapper label {
            margin: 2px 0 0 1vw;
        }

        .tm-register-wrapper .tm-checkbox-wrapper input {
            border-radius: 0px 0px;
        }

            .tm-register-wrapper .tm-checkbox-wrapper input:checked {
                background-color: var(--secondary);
                outline: none;
                border-color: white;
                border: none;
                box-shadow: none;
            }

            .tm-register-wrapper .tm-checkbox-wrapper input:focus {
                box-shadow: none;
            }

    .tm-register-wrapper .tm-register-button {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2em;
    }

        .tm-register-wrapper .tm-register-button button {
            background-color: var(--secondary);
            color: white;
            width: fit-content;
            max-width: 100%;
            height: 2.5em;
            font-size: 13px;
        }

.tm-register-wrapper .k-dropdownlist .k-input-inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding-left: 1em;
}

        .tm-register-wrapper .k-dropdownlist .k-input-inner .k-input-value-text {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            margin: 0;
            height: auto;
            max-height: 2em;
        }

.k-dropdownlist button.k-button-solid-base:hover {
    /*background-color: inherit;*/
}

.tm-register-input-wrapper .k-form-field-error .k-form-field-wrap span {
    border: 1px red solid !important;
}

.hide-first-row table.e-resource-column-table tbody tr:first-of-type {
    /*display: none;*/
}

.hide-first-row table.e-content-table tr:first-of-type {
    /*display: none;*/
}

.fix-first-row table.e-content-table tr:first-of-type {
    /*display: none;*/
}

.custom-schedule-tool-bar {
    border: 1px solid #dee2e6;
    border-bottom: none;
}

.custom-schedule-tool-bar .e-toolbar-item {
    border-right: 1px solid #dee2e6;
    border-top: none;
    border-bottom: none;
    border-left: none;
}

.e-toolbar.custom-schedule-tool-bar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child,
.e-toolbar.custom-schedule-tool-bar .e-toolbar-items:not(.e-tbar-pos):not(.e-toolbar-multirow) .e-toolbar-item:first-child {
    margin-left: 0;
}
/*.fix-first-row table.e-resource-column-table tbody tr:first-of-type {
    position: fixed;
}

.fix-first-row table.e-resource-column-table tbody tr:nth-of-type(2) {
    position: fixed;
}

.fix-first-row table.e-resource-column-table tbody tr:nth-of-type(n+3) {
    top: 60px;
    position: relative;
}

.fix-first-row table.e-content-table tr:nth-of-type(1) {
    position: fixed;
}

    .fix-first-row table.e-content-table tr:nth-of-type(1) td {
        border: none;
    }

.fix-first-row .e-event-table {
    transform: translateY(-60px);
}*/
.tm-register-wrapper .error {
    border: 1px red solid !important;
}

.tm-register-wrapper .form-wrapper .k-form > fieldset.no-legend {
    height: 55em;
}

fieldset.k-form-fieldset.pickup-contacts-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

fieldset.k-form-fieldset.pickup-contacts-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 4em !important;
    position: relative;
}

    fieldset.k-form-fieldset.pickup-contacts-item::after {
        content: "";
        position: absolute;
        bottom: -2.5em;
        border-top: 1px dashed var(--secondary);
        width: calc(100% - 20px);
        padding: 0 2em;
    }


.button-red-border button {
    border: 1px solid red !important;
}

.error-drop-zone .upload-file-list-container.drop-zone {
    border-color: red;
}
/*.tm-register-input-wrapper .k-input-solid::after, .k-input-flat::after, .k-input-outline::after, .k-picker-solid::after, .k-picker-flat::after, .k-picker-outline::after {
    display: none;
}*/

.tm-register-wrapper .k-form-field-wrap {
    margin: 0 !important;
}

.tm-register-wrapper form .twins.eighty-twenty .left {
    width: 80%;
}

.tm-register-wrapper form .twins.eighty-twenty .right {
    width: 20%;
}

.tm-register-wrapper .tm-balls {
    height: 55em;
    width: 55em;
    transform: translate(-60%, -50%);
}

@media (max-width: 90em) {
    .tm-register-wrapper .tm-register-info .tm-balls.tm-dark-orange {
        height: 40em;
        width: 40em;
    }
}

@media (max-width: 60em) {
    .tm-register-wrapper {
        display: block;
    }

        .tm-register-wrapper .form-wrapper .k-form > fieldset.no-legend {
            height: fit-content;
        }

            .tm-register-wrapper .form-wrapper .k-form > fieldset.no-legend > fieldset.no-legend > fieldset.no-legend {
                padding-inline: 0!important;
            }


            .tm-register-wrapper .tm-register-info {
                position: relative;
                align-items: center;
            }

            .tm-register-wrapper .tm-register-info h1 {
                padding: 0;
            }

            .tm-register-wrapper .tm-register-info p {
                display: none;
            }

        .tm-register-wrapper .form-wrapper {
            display: block;
        }

            .tm-register-wrapper .form-wrapper .left-form {
                width: 100%;
            }

            .tm-register-wrapper .form-wrapper .right-form {
                width: 100%;
            }

        .tm-register-wrapper .tm-balls {
            display: none;
        }
}

@media (max-width: 30em) {
    /* === Register === */

    .tm-register-wrapper form .twins.eighty-twenty {
        flex-direction: column;
    }

        .tm-register-wrapper form .twins.eighty-twenty .left {
            width: 100%;
        }

        .tm-register-wrapper form .twins.eighty-twenty .right {
            width: 100%;
        }
}

.tm-telerik .k-list-container .k-selected,
.tm-telerik .k-list-container .k-focus,
.tm-telerik .k-list-container .k-focus:hover {
    background-color: var(--secondary);
    color: white;
}

.tm-page .k-wizard {
    min-height: 70em;
    width: 100%;
}

.tm-telerik .k-step-success .k-step-link .k-step-indicator {
    border-color: var(--secondary);
    background-color: white;
    color: var(--secondary);
}

.tm-telerik .k-step-current .k-step-link .k-step-indicator {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: white;
}

.tm-telerik .k-step .k-step-link .k-step-indicator .k-icon {
    margin: 0;
}

.tm-telerik .k-step .k-step-label .k-step-label-optional {
    color: black;
}

.tm-telerik .k-stepper .k-progressbar .k-selected {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.tm-telerik .k-step-error .k-step-link .k-step-indicator {
    background-color: red !important;
    border-color: red !important;
    color: white !important;
}

    .tm-telerik .k-step-error .k-step-link .k-step-indicator .k-icon {
        color: white !important;
    }

.tm-telerik .k-wizard-buttons-right {
    display: flex;
    flex-direction: row;
    gap: 1em;
}

.tm-telerik .k-wizard-buttons .k-button-solid-base {
    background-color: white;
    border: none;
    border-radius: 1em !important;
    box-shadow: none !important;
    margin: 0;
    min-width: 7em;
}

    .tm-telerik .k-wizard-buttons .k-button-solid-base span {
        color: var(--secondary);
    }

.tm-telerik .k-wizard-buttons .k-button-solid-primary {
    background-color: var(--secondary);
    border: none;
    border-radius: 1em;
    box-shadow: none;
    outline: none;
    min-width: 7em;
}

.tm-register-wrapper .tm-register-input-wrapper .k-switch {
    margin: 0;
    height: 3em;
    width: 6em;
}

    .tm-register-wrapper .tm-register-input-wrapper .k-switch .k-switch-track {
        height: 100%;
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
        outline: none;
    }

        .tm-register-wrapper .tm-register-input-wrapper .k-switch .k-switch-track .k-switch-label-on,
        .tm-register-wrapper .tm-register-input-wrapper .k-switch .k-switch-track .k-switch-label-off {
            margin: 0;
        }

.tm-register-wrapper .tm-register-input-wrapper .k-switch-thumb-wrap {
    margin: 0;
    height: 100%;
}

    .tm-register-wrapper .tm-register-input-wrapper .k-switch-thumb-wrap .k-switch-thumb {
        margin: 0;
        height: 100%;
    }

        .tm-register-wrapper .tm-register-input-wrapper .k-switch-thumb-wrap .k-switch-thumb::before {
            display: none;
        }


.e-treeview .e-text-content {
    padding: 0;
}

.e-treeview {
    height: fit-content;
    overflow-y: auto;
    /*width: 100%;*/
}

    .e-treeview.e-interaction.e-fullrow-wrap .e-text-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
.e-schedule .e-timeline-month-view .e-appointment {
   /* height: fit-content;*/
}

.jumper.schedulerTemplate {
    position: relative;
    padding: 0 5px;
    height: 100%;
}

.schedulerTemplate .error-icon {
    flex: 0 0 auto;
    position: relative;
    right: 1px;
    height: 100%;
    width: 24px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .schedulerTemplate .error-icon i {
        font-size: 1.2rem;
    }

.treeview-external-drag #waitlist .icon-wrapper {
    position: absolute;
    height: 100%;
    width: 34px;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .treeview-external-drag #waitlist .icon-wrapper .icon {
        height: 28px;
        width: 28px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .treeview-external-drag #waitlist .icon-wrapper .icon i {
            font-size: 1.2rem;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0;
            padding: 0;
        }

        .treeview-external-drag #waitlist .icon-wrapper .icon:hover {
            background-color: white;
        }

.e-treeview.e-drag-item .icon-wrapper {
    display: none;
}

.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
    padding: 0;
    display: block;
}

.schedule-drag-drop.e-schedule .e-timeline-view .e-date-header-wrap table col,
.schedule-drag-drop.e-schedule .e-timeline-view .e-content-wrap table col {
    width: 120px !important;
}

.schedule-drag-drop.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
.schedule-drag-drop.e-schedule .e-timeline-month-view .e-content-wrap table col {
    width: 120px !important;
}

.tm-page .validation-message {
    padding-top: 0.5em;
}

.tm-page .invalid {
    outline: 1px solid red !important;
}


/*================= NEWS =================*/


.news .list-wrapper .list-item {
    grid-template-columns: 2fr 6fr 1fr 2fr 1fr;
    padding-block: 0.5em;
}

    .news .list-wrapper .list-item span.title-image {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

.news .list-wrapper:has(.generic-empty-container) {
    height: 21em !important;
}

/*================ Bills ==================*/

.bills .list-wrapper .list-item {
    grid-template-columns: 10fr 2fr;
}

    .bills .list-wrapper .list-item span {
        color: black;
    }

@media(max-width: 30em) {
    .bills .list-wrapper .list-item {
        grid-template-columns: none;
        grid-template-rows: 2fr 1fr;
        padding-block: 1em;
        gap: 0.5em;
    }
}

.bills .generic-empty-container span {
    color: black;
    font-size: var(--fs-400);
}

.bills .list-wrapper:has(.generic-empty-container) {
    height: 21em !important;
}

/* =============== DETAIL =============== */
.tm-detail-header {
    position: relative;
    z-index: 1;
    height: fit-content;
    width: 100%;
    padding: 0 var(--section-inline-padding);
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-infos {
    z-index: 2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100em;
}

    .project-infos .grid {
        display: grid;
        width: 100%;
        justify-items: center;
        align-items: start;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

        .project-infos .grid > div {
            width: clamp(20em, 100%, 20em);
        }

.tm-detail-header .header-info-box span {
    font-size: var(--fs-400);
}

.tm-detail-header .header-title {
    position: relative;
    width: 100%;
    max-width: var(--section-max-width);
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5em;
}

        .tm-detail-header .header-title h1 {
            color: white;
            font-family: var(--title-font);
            font-size: var(--fs-xl);
            font-weight: lighter;
            margin: 0;
            hyphens: auto;
        }

        .tm-detail-header .header-title h3 {
            color: white;
            margin: 0 0 0 0;
            font-size: var(--fs-500);
        }

    .tm-detail-header .tm-valign .tm-tilted-box {
        transform: rotate(4deg) translate(-5%, -45%);
        height: 65em;
        z-index: 0;
        width: 110%;
    }

.center-headline-container {
    height: 30em;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .center-headline-container h1 {
        position: relative;
        font-family: var(--title-font);
        font-size: var(--fs-xl);
        color: white;
        font-weight: lighter;
        word-break: break-word;
        hyphens: auto;
        width: 100%;
        max-width: min(50rem, 100%);
    }

.tm-detail-header .header-info-row {
    width: 80%;
    max-width: 100em;
}

.tm-detail-header .header-info-box {
    color: white;
    padding-inline: 1em;
}

    .tm-detail-header .header-info-box h1 {
        color: white;
        font-size: var(--fs-500);
        word-wrap: break-word;
        hyphens: auto;
    }

@media (max-width: 50em) {
    .project-infos .grid {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
    }

        .project-infos .grid > div {
            width: 100%;
            margin-block: 10px;
        }
}
/*.tm-header-info {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 70%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 5vh 0 0 0;
    padding: 0 15% 0 15%;
    color: white;
}

    .tm-header-info h1 {
        color: white;
        font-size: 1.2rem;
        margin: 0;
    }

    .tm-header-info .left {
        position: relative;
        width: 30%;
        height: 100%;
        flex: 0 1 auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-header-info .middle {
        position: relative;
        width: 25%;
        height: 100%;
        flex: 0 1 auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-header-info .top-cell {
        height: 30%;
    }

    .tm-header-info .bottom-cell {
        height: 70%;
        width: 100%;
        margin: 5% 0 0 0;
    }

    .tm-header-info .right {
        width: 45%;
        height: 100%;
        margin: 0 0 0 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 7%;
    }

.text-align-right {
    text-align: right;
}*/

.extra-info-wrapper {
    width: 100%;
    background-color: white;
    padding: 2em;
}

    .extra-info-wrapper h1 {
        margin: 0;
        padding: 0;
        font-size: var(--fs-400);
        color: var(--secondary);
    }


    .extra-info-wrapper textarea {
        min-height: 2em;
    }

    .extra-info-wrapper .k-textarea {
        margin-top: .5em;
    }


    .extra-info-wrapper .k-datepicker {
        margin-top: 0.5em;
    }

    .extra-info-wrapper .k-form-field {
        margin: 0;
    }


.tm-week-item {
    width: 100%;
    background-color: white;
    padding: 1.5em;
    display: flex;
    align-items: center;
    flex-direction: row;
    cursor: pointer;
}


    .tm-week-item.disabled {
        background-color: #fafafa;
        transition: background-color 0.25s ease-in-out;
    }

    .tm-week-item.disabled:hover {
        background-color: white;
        transition: background-color 0.5s ease-in-out;
    }

    .tm-week-item .k-dropdownlist.tm-telerik span.k-input-inner {
        justify-content: center;
    }

    .tm-week-item span.title {
        color: var(--secondary);
        font-size: var(--fs-600);
        font-weight: bolder;
    }

    .tm-week-item span.subtitle {
        font-size: var(--fs-400);
        color: black;
    }



.week-plan-item-row {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

    .week-plan-item-row .date-details {
        flex: 0 0 auto;
        padding: 0 1rem;
        width: max(18rem, 25%);
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .days .week-plan-item-row .date-details {
            width: 15rem;
        }


        .week-plan-item-row .date-details h1 {
            color: var(--secondary);
            font-size: var(--fs-600);
            font-weight: bolder;
            margin: 0 0 10px 0;
        }

        .week-plan-item-row .date-details span.subtitle {
            font-size: var(--fs-400);
            color: black;
        }

    .week-plan-item-row .type-select-wrapper {
        flex: 1 1 auto;
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
        height: 100%;
        gap: 1rem;
        padding: 0 1rem;
    }

        .week-plan-item-row .type-select-wrapper .item {
            position: relative;
            border: 3px solid white;
            cursor: pointer;
            text-align: center;
            user-select: none;
            color: black;
            background-color: #fafafa;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 7rem;
            min-width: 10rem;
            flex: 1 1 0;
            padding: 1rem;
            transition: none;
        }

            .week-plan-item-row .type-select-wrapper .item:hover {
                border: 3px solid var(--secondary);
            }


.tm-week-item.disabled .week-plan-item-row .type-select-wrapper .item {
    background-color: white;
    transition: none;
}
.tm-week-item.disabled:hover .week-plan-item-row .type-select-wrapper .item {
    background-color: #fafafa;
    transition: background-color 0.5s ease-in-out;
}


            .week-plan-item-row .type-select-wrapper .item.selected {
                border-color: var(--secondary);
                background-color: var(--secondary);
                color: white;
            }

.week-plan-item-row .type-select-wrapper .item .title {
    color: var(--secondary);
    font-weight: bolder;
    font-size: var(--fs-400);
    margin: 0 0 5px 0;
    max-width: 100%;
    hyphens: auto;
}

.week-plan-item-row .type-select-wrapper .item .subtitle {
    font-size: var(--fs-400);
    color: black;
}

.week-plan-item-row .type-select-wrapper .item.selected .title {
    color: white;
}

.week-plan-item-row .type-select-wrapper .item.selected .subtitle {
    color: white;
}

.tm-week-item .checkbox-wrapper {
    flex: 0 0 auto;
    width: 32px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

@media (max-width: 70em) {
    .tm-detail-header .header-info-row {
        width: 80%;
    }

    .week-plan-item-row {
        flex-direction: column;
        align-items: start;
        gap: 1rem;
        width: 100%;
    }

        .week-plan-item-row .date-details {
            width: 100%;
            text-align: center;
        }

    .days .week-plan-item-row .date-details {
        width: 100%;
    }

            .week-plan-item-row .type-select-wrapper {
                width: 100%;
            }

    .tm-week-item .checkbox-wrapper {
        display: none;
    }
}

@media (max-width: 60em) {
    .days .week-plan-item-row .type-select-wrapper {
        flex-direction: column;
    }

    .days .week-plan-item-row .type-select-wrapper .item {
        flex: 1;
        height: fit-content;
    }
}
@media (max-width: 50em) {

    .tm-detail-header .header-info-row {
        width: 100%;
        padding-inline: 0;
        padding-bottom: 0 !important;
        gap: 1em;
        flex-direction: column;
    }

        .tm-detail-header .header-info-row * {
            padding: 0 !important;
        }

    .tm-detail-header .header-info-box {
        max-width: 100%;
    }

        .tm-detail-header .header-info-box .empty {
            display: none;
        }

        .tm-detail-header .header-info-box.fees,
        .tm-detail-header .header-info-box.days {
            width: 25em;
        }

    .tm-detail-header .tm-balls {
        display: none;
    }

    .center-headline-container h1 {
        margin: 0;
        max-width: 100%;
        text-align: center;
        word-break: break-word;
        hyphens: auto;
    }

    .tm-detail-header .header-title h3 {
        max-width: 100%;
        text-align: left;
        word-break: break-word;
        hyphens: auto;
    }

    .center-headline-container {
        height: 26em;
    }

    .tm-detail-header .tm-valign .tm-tilted-box {
        height: 40em;
        left: -5%;
    }

        .tm-detail-header .tm-valign .tm-tilted-box.has-cells {
            height: 70em;
            transform: rotate(4deg) translate(-5%, -50%);
            width: calc(110% + 5em);
            left: -5em;
        }

    .tm-detail-header .header-title h1 {
        padding-inline: 0.25em;
    }

    .tm-detail-header .header-title h3 {
        padding-inline: 1em;
    }

    .tm-week-item {
        display: flex;
        flex-direction: column;
    }

}

button.filter-button {
    height: 100%;
    aspect-ratio: 1;
    outline: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.tm-appointment-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5em 0em;
    padding: 0 var(--section-inline-padding);
}

.tm-appointment-wrapper {
    width: 100%;
    max-width: 100em;
    min-height: 20vh;
    position: relative;
    z-index: 2;
    background-color: var(--light-orange);
    padding: 2em 2em 4em 2em;
}

.tm-appointment-section .empty:not(.item) {
    width: 100%;
    max-width: 100em;
    min-height: 40rem;
    position: relative;
    z-index: 2;
    background-color: var(--light-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .tm-appointment-section .empty h3 {
        color: var(--secondary);
        font-size: var(--fs-500);
        max-width: 100%;
    }

    .tm-appointment-section .empty h4 {
        color: black;
        font-size: var(--fs-400);
        max-width: 100%;
        margin: 0;
    }

.tm-appointment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em 0em;
}

    .tm-appointment-header h1 {
        font-size: var(--fs-500);
        margin: 0;
        text-transform: uppercase;
        color: var(--secondary);
        max-width: 100%;
        word-wrap: break-word;
        width: 100%;
    }

.allow-alternative-service-wrapper {
    display: flex;
    align-items: center;
    gap: 1em;
}

    .switch-label {
        text-transform: none;
        font-size: var(--fs-300);
    }

.application-child-picker-component .k-dropdownlist.telerik-blazor.tm-telerik {
    background-color: white;
}

    .application-child-picker-component .k-dropdownlist.telerik-blazor.tm-telerik .k-input-inner {
        height: unset;
    }

.tm-week-item .k-dropdownlist.telerik-blazor.tm-telerik {
    background-color: white;
}

    .tm-week-item .k-dropdownlist.telerik-blazor.tm-telerik .k-input-inner {
        height: unset;
    }

.tm-appointment-list-item .k-dropdownlist.telerik-blazor.tm-telerik .k-input-inner {
    height: unset;
}

.file-image-button {
    height: 100%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .file-image-button button {
        height: 100%;
        aspect-ratio: 1;
        outline: none;
        border: 1px #e6e9f0 solid;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .file-image-button button i {
            font-size: 1.125rem;
        }

        .file-image-button button:hover i {
            font-weight: bolder;
        }

.contact-extra-information .file-image-button {
    max-height: 42px;
    height: 42px;
}
/*.tm-appointment-wrapper h1 {
        color: var(--secondary);
        text-transform: uppercase;
        font-size: 1.5rem;
        padding: 4vh 5vw 2vh 5vw;
    }*/
.tm-appointment-wrapper .tm-appointments {
    padding: 0 3em;
    display: flex;
    gap: 1em;
    flex-direction: column;
}

.tm-appointment-wrapper .submit-button {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 3em;
}

    .tm-appointment-wrapper .submit-button button {
        background-color: var(--secondary);
        color: white;
        width: 8em;
        /* width: clamp(10em, 25%, 25em); */
        outline: none;
    }


.tm-appointment-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    padding: 2em;
    cursor: pointer;
}

    .tm-appointment-list-item .tm-timepicker-wrapper {
        flex: 1 1 auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 1em;
        justify-content: flex-start;
    }
        .tm-appointment-list-item .tm-timepicker-wrapper .k-timepicker {
            max-width: 15em;
        }

.day-plan-item-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

    .tm-appointment-list-item h1 {
        color: var(--secondary);
        text-transform: uppercase;
        margin: 0;
        width: 10rem;
        font-size: 1.2rem;
    }

    .tm-appointment-list-item .button-wrapper {
        width: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tm-appointment-list-item .button-wrapper button {
            width: 80%;
            outline: none;
        }

        .tm-appointment-list-item .button-wrapper .available {
            color: white;
            background-color: var(--secondary);
        }

        .tm-appointment-list-item .button-wrapper .queue {
            color: var(--secondary);
            background-color: white;
            border: 2px solid var(--secondary);
        }

    .tm-appointment-list-item.disabled {
        background-color: rgb(250,250,250);
        transition: background-color 0.25s ease-in-out;
    }

        .tm-appointment-list-item.disabled h1 {
            color: grey;
            transition: color 0.25s ease-in-out;
        }

        .tm-appointment-list-item.disabled:hover {
            background-color: white;
            transition: background-color 0.25s ease-in-out;
        }

        .tm-appointment-list-item.disabled:hover h1 {
            color: var(--secondary);
            transition: color 0.25s ease-in-out;
        }

    .tm-appointment-list-item .time-span-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .tm-appointment-list-item .tm-timepicker-wrapper .timespan-day-plan-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }

@media(max-width: 70em) {
    .day-plan-item-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-appointment-list-item .time-span-wrapper {
        
    }

        .tm-appointment-list-item .tm-timepicker-wrapper .timespan-day-plan-wrapper {
            display: flex;
            align-items: flex-start;
        }

    .tm-appointment-list-item:not(.disabled) .tm-timepicker-wrapper {
        margin-top: 10px;
    }
}






        .rounded-pick-button {
            position: relative;
            background-color: var(--light-orange);
            height: 2.5em;
            border: none !important;
            outline: none !important;
            box-shadow: none !important;
            border-radius: 5rem !important;
            text-transform: uppercase;
        }

    .rounded-pick-button input {
        width: 65%;
        height: 100% !important;
        display: flex;
        align-items: center;
    }

    .rounded-pick-button button {
        width: 35%;
        padding: 0 !important;
        background-color: transparent;
        transition: background-color .2s ease-in-out;
        border: none;
        box-shadow: none;
        background-image: none;
    }

.tm-timepicker-wrapper .rounded-pick-button button:hover {
    background-color: var(--dark-orange);
    transition: background-color .5s ease-in-out;
}

.rounded-pick-button button:focus {
    border: none;
    outline: none;
}

.rounded-pick-button button span {
    color: transparent;
    background-image: url(../Images/tagesmuetter/arrow-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 60%;
    width: 60%;
    max-width: 1.5em;
}

.custom-modal .k-window-titlebar {
    background-color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    padding: 12px 14px 12px 12px;
}





/*.timepicker-popup {
    padding: 0 0 0 0;
}

    .timepicker-popup .k-time-header .k-time-now {
        display: none !important;
    }

    .timepicker-popup .k-item:hover {
        color: var(--secondary);
    }

    .timepicker-popup .k-button-solid-base:hover {
        background-color: var(--light-orange);
    }

    .timepicker-popup .k-button-solid-primary {
        background-color: var(--secondary);
        border-color: var(--secondary);
    }

    .timepicker-popup .k-time-list-wrapper .k-title {
        color: black;
    }

    .timepicker-popup .k-focus .k-title {
        color: var(--secondary);
    }

    .timepicker-popup .k-time-now {
        color: var(--secondary);
    }

    .timepicker-popup .k-time-cancel .k-button-text {
        color: black;
    }*/



.k-time-header button.k-time-now {
    color: black;
}

    .k-time-header button.k-time-now:hover {
        background-color: transparent !important;
    }

    .k-time-header button.k-time-now.k-button:hover::before {
        opacity: 0;
    }

    .k-time-header button.k-time-now.k-button:hover .k-button-text {
        color: var(--secondary);
    }

.tm-childpicker-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40%;
    justify-content: center;
}

    .tm-childpicker-wrapper .tm-childpicker {
        width: fit-content;
        max-width: 100%;
        padding-inline: 5%;
    }

@media (max-width: 50em) {

    .tm-appointment-header {
        flex-direction: column;
        gap: 2em;
    }

    .tm-childpicker-wrapper {
        width: 100%;
        padding: 0.5em 0em;
    }

    .tm-appointment-wrapper {
        width: 100%;
        padding: 2em 0em;
    }

    section.tm-appointment-section {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1em 0em;
    }
}

@media (max-width: 42em) {
    section.tm-appointment-section {
        padding-inline: 0;
    }

    .tm-appointment-wrapper .tm-appointments {
        padding: 0 var(--section-inline-padding);
    }

    .tm-appointment-list-item .tm-timepicker-wrapper > span {
        flex-direction: column;
        /*margin-top: 10px;*/
    }

    .tm-appointment-list-item .tm-timepicker-wrapper > span .k-timepicker {
        width: 100%;
        max-width: 100%;
    }

    .tm-appointment-list-item .time-span-wrapper {
        /*margin-top: 10px;*/
    }

    .tm-appointment-list-item .tm-timepicker-wrapper .timespan-day-plan-wrapper {
        gap: 10px;
    }
}

@media(max-width: 70em) {
    .tm-detail-header .tm-balls {
        display: none;
    }
}


    /* ================= Profile ================= */
.payout-list-component {
    margin: 2em 0 5em 0;
}

    .payout-list-component h1 {
        font-size: 1.5rem;
    }

/* ================= Profile ================= */

    .tm-overview-section {
        position: relative;
        z-index: 1;
    }

        .tm-overview-section .tm-overview-wrapper {
            position: relative;
            display: flex;
            flex-direction: row;
        }

            .tm-overview-section .tm-overview-wrapper .tm-tilted-box {
                transform: rotate(5deg) translate(-7%, -10em);
                width: 120vw;
                height: 38em;
                z-index: 0;
            }

            .tm-overview-section .tm-overview-wrapper .tm-overview-title {
                position: relative;
                width: 50%;
            }

                .tm-overview-section .tm-overview-wrapper .tm-overview-title h1 {
                    position: relative;
                    margin: 0;
                    font-family: var(--title-font);
                    color: white;
                    font-weight: lighter;
                    font-size: 5rem;
                    padding: 1em 0 0 2em;
                }

    .tm-overview-links-wrapper {
        position: relative;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5em 0 0 0;
        gap: 2em;
    }

    .tm-overview-link-container {
        position: relative;
        width: 50%;
        height: 5em;
        padding: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: white;
        border-radius: 5rem;
        overflow-x: hidden;
        cursor: pointer !important;
    }

        .tm-overview-link-container .image-container {
            position: relative;
            height: 100%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }



        .tm-overview-link-container:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: transparent;
            border-radius: 0 5rem 5rem 0;
            z-index: 2;
        }

        .tm-overview-link-container:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background-color: var(--light-orange);
            transition: all .5s;
            border-radius: 0 5rem 5rem 0;
            z-index: 1;
        }

    .no-before:before {
        display: none;
    }

    .tm-overview-link-container:hover {
        color: #fff;
    }

        .tm-overview-link-container:hover:before {
            width: 100%;
        }

    .tm-overview-link-container button {
        display: inline-block;
        width: 10%;
        height: 100%;
        background-color: transparent;
        outline: none !important;
        border: none;
        transition: all .5s;
        position: relative;
        overflow: hidden;
        z-index: 3;
    }

        .tm-overview-link-container button img {
            position: relative;
            height: 1em;
            transform: rotate(270deg);
            z-index: 4;
        }

    .tm-overview-link-container .tm-overview-link-label {
        width: 90%;
        height: 100%;
        padding: 1% 0 1% 10%;
        display: flex;
        align-items: center;
        z-index: 4;
    }


        .tm-overview-link-container .tm-overview-link-label i {
            width: 15%;
            font-size: 2rem;
            color: var(--secondary);
            display: flex;
            align-items: center;
        }

        .tm-overview-link-container .tm-overview-link-label span {
            width: 85%;
            color: var(--secondary);
            font-size: 1.2rem;
            text-transform: uppercase;
            word-wrap: break-word;
            padding: 0.5em;
        }

    @media (max-width: 80em) {
        .tm-overview-section .tm-overview-wrapper .tm-tilted-box {
            height: 44em;
        }

        .tm-overview-section .tm-overview-wrapper {
            display: block;
            width: 100%;
        }

            .tm-overview-section .tm-overview-wrapper .tm-overview-title {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding-top: 2em;
            }

                .tm-overview-section .tm-overview-wrapper .tm-overview-title h1 {
                    padding: 0;
                    margin: 0;
                }

            .tm-overview-section .tm-overview-wrapper .tm-overview-links-wrapper {
                width: 100%;
                padding: 2em 0 0 0;
            }
    }

    @media (max-width: 80em) {
        .tm-overview-section .tm-overview-wrapper .tm-overview-links-wrapper .tm-overview-link-container {
            min-width: 20em;
        }
    }

    .tm-calendar-section-wrapper {
        position: relative;
        margin-top: 8em;
    }

        .tm-calendar-section-wrapper .tm-tilted-box {
            transform: rotate(-4deg) translate(-5%, -50%);
            width: 120vw;
            height: 60em;
            z-index: 0;
        }

    .tm-calendar-section {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 30vh;
    }


        .tm-calendar-section .left {
            height: 100%;
            width: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            margin: 0;
            flex: 0 1 auto;
        }

        .tm-calendar-section .calendar-wrapper {
        }

        .tm-calendar-section .tm-childpicker-wrapper {
            position: relative;
            width: 100%;
            margin-block: 1em;
        }

        .tm-calendar-section .right {
            height: 100%;
            width: 50%;
            margin: 0;
            padding: 0;
            flex: 0 1 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .tm-calendar-section .right .explanation {
                max-width: 25em;
                display: flex;
                flex-direction: column;
                gap: 2em;
            }

        .tm-calendar-section .button-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1vh;
        }

            .tm-calendar-section .button-wrapper button {
                background-color: var(--secondary);
                color: white;
                width: 100%
            }


        .tm-calendar-section .k-calendar {
            border: none !important;
        }

            .tm-calendar-section .k-calendar .k-other-month {
                color: #222222;
            }

        .tm-calendar-section .k-button-text {
            color: var(--secondary) !important;
        }

        .tm-calendar-section .k-button-icon {
            color: var(--secondary) !important;
        }

        .tm-calendar-section .k-calendar .k-selected .k-link {
            background-color: var(--light-orange);
            color: black !important;
        }

            .tm-calendar-section .k-calendar .k-selected .k-link:hover {
                background-color: var(--light-orange);
            }



        .tm-calendar-section .k-focus .k-link {
            background-color: var(--secondary) !important;
        }

        .tm-calendar-section .k-today {
            color: var(--secondary);
            font-weight: bold;
        }

    .calendar-wrapper .tm-align {
        position: absolute;
        left: 25%;
        right: 0;
        top: 50%;
        bottom: 50%;
        margin: auto;
    }

    .calendar-wrapper .tm-balls {
        background-color: white;
        transform: translate(-50%, -32%);
        z-index: 0;
        height: clamp(40em, 50vw, 60em);
        width: clamp(40em, 50vw, 60em);
    }

    @media (max-width: 80em) {
        .tm-calendar-section-wrapper .tm-tilted-box {
            transform: rotate(-4deg) translate(-5%, -12em);
            height: 38em;
        }
    }

    @media (max-width: 50em) {

        .tm-calendar-section .left {
            width: 100%;
        }

        .tm-calendar-section .right {
            display: none;
        }

        .calendar-wrapper .tm-align {
            left: 50%;
        }
    }


    .tm-overview-children-section {
        margin: 20vh 0 10vh 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .tm-overview-children-section .tm-overview-children-wrapper {
            position: relative;
            background-color: var(--light-orange);
            width: clamp(22em, 70vw, 100em);
            padding: 4em;
        }

            .tm-overview-children-section .tm-overview-children-wrapper h1 {
                color: var(--secondary);
                font-size: var(--fs-500);
                text-transform: uppercase;
                padding: 0 0 0 2em;
            }

            .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list {
                padding: 2em 0 0 0;
                display: flex;
                flex-direction: column;
                gap: 2em;
            }

                .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item {
                    background-color: white;
                    display: flex;
                    flex-direction: row;
                    padding: 1em 3em;
                    font-size: var(--fs-400);
                }

                    .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item .name {
                        color: var(--secondary);
                        font-weight: bold;
                        width: 30%;
                        display: flex;
                        align-items: center;
                    }

                    .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item .birthday {
                        color: var(--secondary);
                        width: 50%;
                        display: flex;
                        align-items: center;
                    }

                    .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item .button-wrapper {
                        width: 20%;
                        display: flex;
                        align-items: center;
                        justify-content: flex-end;
                    }

                        .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item .button-wrapper button {
                            background-color: var(--secondary);
                            color: white;
                            padding-inline: 2em;
                        }

                .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .add-button {
                    color: white;
                    background-color: var(--secondary);
                    height: fit-content;
                    display: flex;
                    justify-content: center;
                    cursor: pointer;
                }

                    .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .add-button button {
                        background-color: transparent;
                        border: none;
                        outline: none;
                        color: white;
                        height: fit-content;
                    }

                        .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .add-button button div {
                            font-size: var(--fs-600);
                            font-weight: bold;
                        }

    @media (max-width: 50em) {
        .tm-overview-children-section .tm-overview-children-wrapper h1 {
            margin: 0;
            padding: 0;
        }

        .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item {
            padding: 1em 1em;
            flex-direction: column;
        }

            .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item .name {
                width: 100%;
                text-align: center;
                justify-content: center;
            }

            .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item .birthday {
                width: 100%;
                text-align: center;
                justify-content: center;
            }

            .tm-overview-children-section .tm-overview-children-wrapper .tm-overview-children-list .tm-overview-children-list-item .button-wrapper {
                width: 100%;
                text-align: center;
                justify-content: center;
            }
    }



    /*=========== Registrierung Kinder =============*/
    .tm-page {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }

    .tm-child-register-title-wrapper {
        background-color: var(--light-orange);
        position: relative;
        height: 30em;
    }

        .tm-child-register-title-wrapper .title-wrapper h1 {
            height: 50%;
            margin: 0;
            padding: 1em 0 0 2em;
            font-family: var(--title-font);
            color: white;
            position: relative;
            z-index: 2;
            font-size: 5rem;
            font-weight: normal;
        }

        .tm-child-register-title-wrapper .tm-balls {
            background-color: var(--dark-orange);
            z-index: 0;
            transform: translate(-40%, -40%);
            width: clamp(35em, 40vw, 80em);
            height: clamp(35em, 40vw, 80em);
        }

        .tm-child-register-title-wrapper .child-silhouettes {
            position: absolute;
            z-index: 2;
            left: 60%;
            top: 25%;
            width: 40%;
            height: 100%;
            background-image: url(../Images/tagesmuetter/Kinder-silhouetten.svg);
            background-repeat: no-repeat;
        }

        .tm-child-register-title-wrapper .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 7em));
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
            flex-direction: column;
        }

            .tm-child-register-title-wrapper .orange-box .child-register-header-wrapper {
                position: relative;
                height: 100%;
                width: 100%;
                max-width: var(--section-max-width);
                display: flex;
                justify-content: center;
                align-items: flex-start;
                flex-direction: column;
            }

                .tm-child-register-title-wrapper .orange-box .child-register-header-wrapper h1 {
                    max-width: 100%;
                    margin: 15px 0 0 0;
                    color: white;
                    text-transform: uppercase;
                    font-family: var(--title-font);
                    font-size: var(--headline-fs-xl);
                    font-weight: lighter;
                    word-wrap: break-word;
                    hyphens: auto;
                }

                .tm-child-register-title-wrapper .orange-box .child-register-header-wrapper .image-wrapper {
                    position: absolute;
                    right: 0;
                    bottom: -10em;
                    width: 50em;
                    height: 30em;
                }

                    .tm-child-register-title-wrapper .orange-box .child-register-header-wrapper .image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        background-repeat: no-repeat;
                        background-size: contain;
                        background-position: center;
                    }

    .tm-form-wrapper .k-wizard .k-wizard-buttons {
        padding-inline: 0.5rem;
    }

    .tm-form-wrapper .k-wizard .k-wizard-steps {
        margin-top: 1em;
    }

    @media(max-width: 90em) {
        .tm-child-register-title-wrapper .orange-box .child-register-header-wrapper .image-wrapper {
            width: 30em;
            height: 30em;
        }
    }

    @media(max-width: 70em) {
        .tm-child-register-title-wrapper .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 4em));
        }

            .tm-child-register-title-wrapper .orange-box .child-register-header-wrapper .image-wrapper {
                display: none;
            }
    }

    @media(max-width: 30em) {
        .tm-form-wrapper .k-wizard {
            padding-inline: 0;
        }

            .tm-form-wrapper .k-wizard .k-wizard-steps {
                margin: 0;
            }

            .tm-form-wrapper .k-wizard .k-stepper .k-step-label {
                display: none;
            }
    }

    .custody-section {
        margin-top: 2em;
        padding-inline: 0.5em;
        min-height: 10em;
    }

        .custody-section h1 {
            font-size: var(--fs-300);
            font-weight: normal;
            margin-left: 0.5vw;
            color: black;
            text-transform: none;
        }

        .custody-section .custody-wrapper {
            padding: 0em 1em;
            background-color: white;
            border-radius: 10px;
        }

            .custody-section .custody-wrapper .custody-item {
                display: flex;
                flex-direction: column;
                padding: 1em 0em;
            }

                .custody-section .custody-wrapper .custody-item .head-row {
                    width: 100%;
                    display: flex;
                    gap: 1em;
                    align-items: center;
                }

                    .custody-section .custody-wrapper .custody-item .head-row .custody-name {
                        min-width: 10em;
                    }

                .custody-section .custody-wrapper .custody-item .bottom-row {
                    width: 100%;
                    padding: 1em 0em 0em 0em;
                }

                .custody-section .custody-wrapper .custody-item textarea {
                    width: 100%;
                    height: fit-content;
                    min-height: 5em;
                    padding: 0.5em;
                }

                .custody-section .custody-wrapper .custody-item .bottom-row .input-label {
                    padding: 0.5em 0em;
                }




    @media(max-width: 70em) {
        .tm-child-register-title-wrapper .child-silhouettes {
            display: none;
        }

        .tm-child-register-title-wrapper .title-wrapper {
            display: flex;
            justify-content: center;
        }

            .tm-child-register-title-wrapper .title-wrapper h1 {
                padding-inline: 0;
                text-align: center;
                width: 5em;
            }
    }

    .tm-register-wrapper .upload-component {
        /*margin: 2em 0 0 0;*/
    }

    .tm-register-wrapper .upload-file-list-container {
    }

        .tm-register-wrapper .upload-file-list-container .upload-file-empty {
            color: black;
        }

    .tm-register-wrapper .drop-zone {
        border: 1px dashed var(--secondary);
        padding: 0;
    }

    .tm-register-wrapper .upload-component .upload-file-new .k-button-solid {
        border: none;
        background-color: var(--secondary);
    }

    .error-drop-zone .upload-file-new button {
        background-color: red !important;
    }

    @media (max-width: 50em) {
        .tm-register-wrapper .tm-balls {
            display: none;
        }

    .tm-child-register-title-wrapper .tm-balls {
        display: none;
    }
}
.admin-actions {
    position: absolute;
    top: 100%;
    left: calc(50% - 21px);
    z-index: 999;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .admin-actions button {
        opacity: 0.7;
    }

/*============== TM Loader ==============*/
.tm-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    z-index: 1000;
    background-color: white;
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tm-loading-animation {
        position: relative;
        display: flex;
        min-height: 2em;
        min-width: 2em;
        height: 5vw;
        width: 5vw;
        max-height: 10em;
        max-width: 10em;
        background-color: var(--primary);
        perspective: 50px;
        transform: rotateX(0deg) rotateY(0deg) rotate(45deg);
        animation: tm-rotate 5s linear infinite;
    }

    @keyframes tm-rotate {
        0% {
            transform: rotateY(0deg) rotateX(0deg) rotate(45deg);
        }

        20% {
            transform: rotateY(90deg) rotateX(0deg) rotate(45deg);
        }

        40% {
            transform: rotateY(180deg) rotateX(0deg) rotate(45deg);
        }

        60% {
            transform: rotateY(270deg) rotateX(0deg) rotate(45deg);
        }

        80% {
            transform: rotateY(360deg) rotateX(0deg) rotate(45deg);
        }

        100% {
            transform: rotate(360deg) rotateX(180deg) rotate(45deg);
        }
    }

    /* ============= Generic ============= */

    .generic-page {
        --header-height: clamp(15em, 0px, 40em);
        --header-ball-diameter: 20em;
        --center-component-width: clamp(20em, 80vw, 150em);
        --section-margin: 10em 0em;
    }

        .generic-page .generic-header {
            position: relative;
            height: var(--header-height);
        }

            .generic-page .generic-header .tm-tilted-box {
                background-color: var(--secondary);
                transform: rotate(2.5deg) translate(-5%, -5em);
                height: calc(var(--header-height) + 10em);
                width: 120vw;
            }

            .generic-page .generic-header .title {
                position: relative;
                z-index: 3;
                padding: 5em 0 0 10%;
            }

                .generic-page .generic-header .title h1 {
                    font-family: var(--title-font);
                    font-size: var(--fs-xl);
                    color: white;
                    margin: 0;
                    padding: 0;
                    font-weight: normal;
                }

            .generic-page .generic-header .icon-wrapper {
                position: relative;
                display: flex;
                justify-content: flex-end;
                padding-right: 12%;
            }

                .generic-page .generic-header .icon-wrapper .tm-balls {
                    position: absolute;
                    transform: translate(0%, -20%);
                    z-index: 2;
                    background-color: white;
                    height: var(--header-ball-diameter);
                    width: var(--header-ball-diameter);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .generic-page .generic-header .icon-wrapper .tm-balls i {
                        font-size: var(--fs-xl);
                        color: var(--secondary);
                        transform: translate(0%, -30%);
                    }

    @media (max-width: 50em) {
        .generic-page .generic-header .icon-wrapper {
            display: none;
        }

        .generic-page .generic-header .title {
            padding-block: 5em;
            padding-inline: 2em;
            display: flex;
            justify-content: center;
            margin-top: 2em;
        }

            .generic-page .generic-header .title h1 {
                hyphens: auto;
            }
    }

    .generic-section {
        position: relative;
        height: fit-content;
        margin: var(--section-margin);
    }

.generic-section-center-content {
    position: relative;
    display: flex;
    z-index: 2;
    height: fit-content;
    margin: var(--section-margin);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 var(--section-inline-padding);
}

        .generic-section-center-content .tm-valign .tm-tilted-box {
            transform: translate(-5%, -50%) rotate(-3deg);
            height: 25em;
            width: 120vw;
            z-index: 0;
        }

    .generic-page .generic-list-wrapper {
        position: relative;
        background-color: var(--dark-orange);
        min-height: 20em;
        width: var(--center-component-width);
    }

        .generic-page .generic-list-wrapper .generic-list-header {
            position: relative;
            min-height: 5em;
            padding: 1em 5em;
            padding-top: 2em;
        }

            .generic-page .generic-list-wrapper .generic-list-header .generic-list-header-item {
                width: 15em;
            }

        .generic-page .generic-list-wrapper .generic-list-content {
            padding: 1em 5em;
            padding-bottom: 3em;
            display: flex;
            flex-direction: column;
            gap: 2em;
        }

            .generic-page .generic-list-wrapper .generic-list-content .generic-list-item {
                min-height: 5em;
                background-color: white;
                display: flex;
                flex-direction: row;
                align-items: center;
                padding-inline: 5em;
            }

                .generic-page .generic-list-wrapper .generic-list-content .generic-list-item span {
                    width: 20%;
                    color: var(--secondary);
                }

                .generic-page .generic-list-wrapper .generic-list-content .generic-list-item .icon-wrapper {
                    position: relative;
                    width: 40%;
                    height: 100%;
                    display: flex;
                    justify-content: flex-end;
                    color: var(--secondary);
                    font-size: var(--fs-500);
                    gap: 0.5em;
                }

                    .generic-page .generic-list-wrapper .generic-list-content .generic-list-item .icon-wrapper i {
                        cursor: pointer;
                    }



    .generic-list-wrapper .tm-telerik tr.k-master-row {
        height: 5em;
    }

    .tm-telerik .k-grid-header thead tr th {
        text-align: center;
    }

    .generic-list-wrapper .tm-telerik .k-grid-content {
        height: 35em;
    }

    .list.k-grid .k-grid-content {
        height: fit-content !important;
    }

    .generic-horizontal-bar {
        min-height: 4em;
        width: var(--center-component-width);
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 5px;
        padding: 1em 2em;
    }

        .generic-horizontal-bar h1 {
            margin: 0;
            color: var(--secondary);
            font-weight: bolder;
            font-size: var(--fs-500);
        }

        .generic-horizontal-bar .filter {
            /*max-width: 12em;*/
            width: fit-content;
        }

            .generic-horizontal-bar .filter .button-wrapper {
                width: 4em;
            }

                .generic-horizontal-bar .filter .button-wrapper button {
                    position: relative;
                    z-index: 1;
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    height: 2.5em;
                    border-radius: 5rem !important;
                    padding: 0 10% 0 10%;
                    cursor: pointer !important;
                    outline: none;
                    border: none;
                    background-color: var(--light-orange);
                    color: black;
                    display: flex;
                    justify-content: center;
                }

                .generic-horizontal-bar .filter .button-wrapper span {

                }

                .generic-horizontal-bar .filter .button-wrapper button i {
                }



        .generic-horizontal-bar:has(.start):has(.end) {
            justify-content: space-between;
        }

        .generic-horizontal-bar .start {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1em;
        }

        .generic-horizontal-bar .end {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 1em;
        }

    @media (max-width: 50em) {
        .generic-horizontal-bar {
            flex-direction: column;
        }

            .generic-horizontal-bar .start {
                width: 100%;
                justify-content: center;
                padding: 1em;
            }

            .generic-horizontal-bar .end {
                width: 100%;
                justify-content: center;
            }
    }

.generic-center-component {
    font-size: 1rem;
    position: relative;
    min-height: 30em;
    background-color: var(--light-orange);
    width: var(--center-component-width);
    max-width: var(--section-max-width);
}

        .generic-center-component .header {
            height: 7em;
            display: flex;
            align-items: center;
        }

        .generic-center-component .content {
            position: relative;
            padding: 2em 2em;
            min-height: 35rem;
        }

            .generic-center-component .content .scrollable-wrapper {
                background-color: white;
                position: relative;
                overflow-y: auto;
                height: 100%;
                width: 100%;
            }

                .generic-center-component .content .scrollable-wrapper .list-wrapper {
                    height: fit-content;
                    display: flex;
                    flex-direction: column;
                    gap: 2em;
                    padding-right: 1em;
                }

    .scrollable-wrapper::-webkit-scrollbar-thumb {
        background: var(--secondary);
        border-radius: 10px;
    }

    .scrollable-wrapper::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .scrollable-wrapper::-webkit-scrollbar {
        width: 1em;
    }

    .generic-center-component .content .scrollable-wrapper .list-wrapper .list-item {
        min-height: 5em;
        background-color: white;
        display: grid;
        align-items: center;
        cursor: pointer;
    }


        .generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            text-align: center;
            align-items: center;
        }

            .generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content.icon-button-wrapper {
                gap: 1em;
                color: black;
                font-size: var(--fs-500);
            }

                .generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content.icon-button-wrapper i {
                    cursor: pointer;
                }

            .generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content.icon-wrapper {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: var(--fs-600);
                color: var(--secondary);
            }


    .generic-empty-container {
        position: relative;
        background-color: white;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .generic-news-bar-wrapper {
        margin-block: 5em;
        position: relative;
        display: flex;
        justify-content: center;
    }

    .generic-news-bar {
        width: 100%;
        height: fit-content;
        background-color: transparent;
    }

        .generic-news-bar .generic-news-list-wrapper {
            overflow-x: scroll;
            padding: 2em 2em 4em 2em;
        }

            .generic-news-bar .generic-news-list-wrapper .scrollable-content {
                width: fit-content;
            }

            .generic-news-bar .generic-news-list-wrapper .generic-news-list-container {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                gap: 5em;
            }

                .generic-news-bar .generic-news-list-wrapper .generic-news-list-container .generic-news-list-item {
                    height: 30em;
                    width: 25em;
                    background-color: white;
                    padding: 0.5em;
                    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
                    transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
                }

                    .generic-news-bar .generic-news-list-wrapper .generic-news-list-container .generic-news-list-item:hover {
                        box-shadow: 0px 30px 40px 0px rgb(0 0 0 / 20%);
                        transform: translateY(-6px);
                        transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
                    }

            .generic-news-bar .generic-news-list-wrapper .scroll-control {
                --control-width: 2em;
                position: absolute;
                z-index: 100;
                height: 30em;
                width: var(--control-width);
                display: flex;
                align-items: center;
            }

                .generic-news-bar .generic-news-list-wrapper .scroll-control .image-container {
                }

                .generic-news-bar .generic-news-list-wrapper .scroll-control img {
                    aspect-ratio: 2/1;
                    height: 1em;
                    cursor: pointer;
                }

    .generic-news-list-item .image-wrapper {
        height: 40%;
        background-color: transparent;
        display: flex;
        justify-content: center;
    }

        .generic-news-list-item .image-wrapper .image {
            width: auto;
            height: 100%;
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            aspect-ratio: 2/1;
        }

    .generic-news-list-item .text-wrapper {
        height: 45%;
        padding: 1em 2em;
        overflow: hidden;
    }

        .generic-news-list-item .text-wrapper h3 {
            margin: 0;
            color: var(--secondary);
            text-align: center;
            height: 20%;
        }

        .generic-news-list-item .text-wrapper p {
            margin: 0;
            text-align: center;
            overflow-wrap: break-word;
            height: 80%;
            text-overflow: ellipsis;
        }

    .generic-news-list-item .button-wrapper {
        height: 8%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .generic-news-list-item .button-wrapper button {
            position: relative;
            outline: none;
            border: none;
            height: 2em;
            border-radius: 0;
            min-width: 8em;
            background-color: var(--secondary);
            color: white;
            overflow: hidden;
        }

            .generic-news-list-item .button-wrapper button:before {
                content: '';
                position: absolute;
                left: -1.5em;
                top: -1px;
                width: 1.5em;
                height: calc(2em + 1px);
                background-color: var(--light-orange);
                clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%, 50% 50%);
                z-index: 1;
            }

            .generic-news-list-item .button-wrapper button:hover {
                color: #fff;
            }

                .generic-news-list-item .button-wrapper button:hover:before {
                    left: 100%;
                    transition: left .3s .2s;
                }




    .generic-news-list-item .date-wrapper {
        height: 7%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .generic-news-list-wrapper::-webkit-scrollbar {
        display: none;
    }

    @media (max-width: 50em) {
        .generic-section-center-content .tm-tilted-box {
            display: none;
        }

        .generic-section-center-content .generic-center-component {
            width: 100%;
        }

            .generic-section-center-content .generic-center-component .header {
                width: 100%;
            }

                .generic-section-center-content .generic-center-component .header .generic-horizontal-bar {
                    width: 100%;
                }

        .timesheet .generic-horizontal-bar .end {
            display: flex;
            flex-direction: column-reverse;
        }
    }



    .error .drop-zone {
        border-color: #d51923;
    }

        .error .drop-zone .upload-file-empty {
            color: #d51923;
        }

    .error label {
        color: #d51923;
    }
    /*=============================================*/

    .tm-telerik textarea {
        min-height: 4em;
        padding: 0.5em;
    }

    .notification-parent {
        position: fixed;
        z-index: 1000;
        bottom: 0px;
        right: 0px;
        padding: 0 1em 1em 0;
    }

    .tm-notification {
        position: relative;
        width: 100%;
    }

    .k-notification-group .k-notification {
        display: flex;
        font-size: 1.2rem;
        min-height: 3em;
        max-width: 80vw;
        opacity: .9;
        align-items: center;
        justify-content: center;
        gap: 0.5em;
    }

        .k-notification-group .k-notification span.telerik-blazor.k-svg-icon {
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 16px;
        }

        .k-notification-group .k-notification span.k-notification-actions {
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 16px;
        }

    .k-notification .k-icon {
        margin: 0;
    }


    /* ============== Opening Hours ============= */
    .openinghours-section {
        display: flex;
        justify-content: center;
        margin: 2em 0 0 0;
    }

.openinghours-wrapper {
    position: relative;
    background-color: white;
    padding: 0em 2em 1em 2em;
    max-width: 100%;
    width: 80rem;
}

        .openinghours-wrapper .openinghours-header {
            padding: 0;
            margin: 0;
            min-height: 5em;
            width: 100%;
            display: flex;
            align-items: center;
        }

            .openinghours-wrapper .openinghours-header h3 {
                margin: 0;
            }

        .openinghours-wrapper .openinghours-content {
            padding-top: 1em 0em;
        }

            .openinghours-wrapper .openinghours-content .openinghours-list-wrappper {
                display: flex;
                flex-direction: column;
            }

                .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item {
                    height: 4em;
                    display: flex;
                    align-items: center;
                    padding: 1em;
                    border-top: 1px grey solid;
                }

                    .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .timepickers {
                        flex: 1 1 auto;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        gap: 1em;
                        font-size: var(--fs-400);
                        font-weight: normal;
                    }

                        .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .timepickers .k-timepicker {
                            max-width: 7em;
                            min-width: 6em;
                            height: 2.5em;
                        }

                        .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .timepickers .k-numerictextbox {
                            max-width: 7em;
                            min-width: 6em;
                            height: 2.5em;
                        }

                            .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .timepickers .k-numerictextbox .k-input-inner {
                                height: 100%;
                            }

.openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .timepickers .k-timepicker input {
    height: 100%;
}

                    .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .button-wrapper {
                        flex: 0 0 auto;
                        width: 10rem;
                        display: flex;
                        justify-content: flex-start;
                        gap: 1rem;
                    }

                        .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .button-wrapper button {
                            outline: none !important;
                            border: none;
                            min-height: 2em;
                            width: clamp(4em, 70%, 6em);
                            border-radius: 5em;
                        }

                            .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .button-wrapper button:hover {
                                background-color: var(--light-orange);
                                transition: background-color .5s ease-in-out;
                            }

                        .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .button-wrapper .cancel {
                            width: 2em;
                            height: 2em;
                            border-radius: 50%;
                            background-color: red !important;
                            color: white;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                        .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .button-wrapper .enable {
                            width: 2em;
                            height: 2em;
                            border-radius: 50%;
                            background-color: var(--secondary) !important;
                            color: white;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }

                .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .form-button-wrapper {
                    padding: 1em 0em 0em 0em;
                    display: flex;
                    justify-content: flex-end;
                }



    /* =============== FormItems =============== */
    .textarea-with-recommendation {
        display: flex;
        flex-direction: row;
        margin-top: 0.5em;
    }

        .textarea-with-recommendation label {
            width: 25%;
        }

        .textarea-with-recommendation textarea {
            min-height: 3em;
            flex: 1 1 auto;
            padding-inline: 0.5em;
        }
}

.textarea-with-recommendation .button-wrapper {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .textarea-with-recommendation .button-wrapper button {
        outline: none !important;
        border: none;
        border-radius: 50%;
        width: 3em;
        height: 3em;
    }

        .textarea-with-recommendation .button-wrapper button:hover {
            background-color: var(--secondary);
            color: white;
            transition: all .5s ease-in-out;
        }


.coordinator-section {
    display: flex;
    justify-content: start;
    margin-top: 5em;
}

    .coordinator-section .form-wrapper {
        background-color: white;
        padding: 1em;
        max-width: 100%;
        width: 80rem;
    }

        .coordinator-section .form-wrapper .form-content {
            display: flex;
            flex-direction: row;
            padding: 2em 4em;
            border-bottom: 1px grey solid;
            align-items: center;
            justify-content: space-around;
        }

            .coordinator-section .form-wrapper .form-content .button-wrapper {
                width: 10%;
                display: flex;
                justify-content: center;
            }

                .coordinator-section .form-wrapper .form-content .button-wrapper button {
                    width: 2.5em;
                    height: 2.5em;
                }

        .coordinator-section .form-wrapper .form-button-wrapper {
            padding: 1em 4em 0em 1em;
            display: flex;
            justify-content: flex-end;
        }

.personell-section {
    display: flex;
    justify-content: center;
    margin-top: 5em;
}

    .personell-section .form-wrapper {
        background-color: white;
        padding: 1em;
        width: clamp(50em,100vw,100em);
    }

        .personell-section .form-wrapper .form-content {
            display: flex;
            flex-direction: row;
            padding: 2em 4em;
            border-bottom: 1px grey solid;
            align-items: center;
            justify-content: space-around;
            gap: 2em;
        }

        .personell-section .form-wrapper .form-button-wrapper {
            padding: 1em 4em 0em 1em;
            display: flex;
            justify-content: flex-end;
        }

        .personell-section .form-wrapper .form-content .grid-wrapper h1 {
            color: var(--secondary);
            font-size: var(--fs-400);
        }


/* ================ FileList ================*/
.filelist-section {
    display: flex;
    justify-content: center;
    margin-block: 1em;
}

    .filelist-section .filelist-wrapper {
        padding: 1em;
        background-color: var(--light-orange);
        background-color: white;
        width: 100%;
        border-radius: 0.5em;
    }

        .filelist-section .filelist-wrapper .filelist-header {
            padding: 0.5em 1em;
            display: flex;
            align-items: center;
            border-bottom: 1px grey solid;
        }

    .filelist-section .dfilelist-wrapper .filelist-header h3 {
        margin: 0;
    }

    .filelist-section .filelist-wrapper .filelist-content {
        padding: 1em;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        gap: 1em 2em;
    }

        .filelist-section .filelist-wrapper .filelist-content .filelist-item {
            padding: 1em 1em;
            width: 25%;
            max-width: 18em;
            min-width: 15em;
        }

            .filelist-section .filelist-wrapper .filelist-content .filelist-item .image-container {
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                height: 15em;
                overflow: hidden;
            }

                .filelist-section .filelist-wrapper .filelist-content .filelist-item .image-container .hide-container {
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: transparent;
                    cursor: pointer;
                }

                    .filelist-section .filelist-wrapper .filelist-content .filelist-item .image-container .hide-container i {
                    }

                .filelist-section .filelist-wrapper .filelist-content .filelist-item .image-container img {
                    max-width: 10em;
                    max-height: 15em;
                }

                .filelist-section .filelist-wrapper .filelist-content .filelist-item .image-container .show {
                    filter: none;
                }

                .filelist-section .filelist-wrapper .filelist-content .filelist-item .image-container .k-icon {
                    font-size: 5em;
                }



            .filelist-section .filelist-wrapper .filelist-content .filelist-item .file-name {
                margin-top: 1em;
                display: flex;
                justify-content: center;
            }

            .filelist-section .filelist-wrapper .filelist-content .filelist-item .k-card-actions {
                display: flex;
                justify-content: center;
            }

                .filelist-section .filelist-wrapper .filelist-content .filelist-item .k-card-actions button {
                    /*background-color: transparent;*/
                    width: 50%;
                    padding: 0.5em 0;
                }

                    .filelist-section .filelist-wrapper .filelist-content .filelist-item .k-card-actions button:hover {
                        /*background-color: var(--light-orange);*/
                        transition: all .5s ease-in-out;
                    }

            .filelist-section .filelist-wrapper .filelist-content .filelist-item .k-card-footer {
                color: black;
                display: flex;
                justify-content: center;
            }

.filelist-window {
    max-width: min(80vw, 70rem);
    max-height: 80vh;
    width: 60%;
}

    .filelist-window img {
        width: 100%;
        height: auto;
    }

@media(max-width: 50rem) {
    .filelist-window {
        max-width: 90vw;
        width: 100%;
    }
}

.k-card-actions.k-actions-start.k-card-actions-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .k-card-actions.k-actions-start.k-card-actions-horizontal button {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3rem;
    }

.control-section .e-fullrow {
    height: 2rem;
}
/* Application Preview */
section.application-preview-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 60em;
    padding-inline: var(--section-inline-padding);
    margin: 0 0 5em 0;
}

.application-preview-section .application-preview-wrapper {
    z-index: 2;
    width: 100%;
    max-width: 100em;
    padding: 1em;
    background-color: var(--light-orange);
    /* border-radius: 10px; */
}

.application-preview-wrapper .application-header-row {
    margin: 10px 0 0 0;
    padding: 0 1em;
}

    .application-preview-wrapper .application-header-row .title {
        display: none;
        font-size: var(--fs-xl);
        font-weight: bolder;
        font-family: var(--title-font);
        color: var(--secondary);
    }

    .application-preview-wrapper .application-header-row .subtitle {
        font-size: var(--fs-600);
        font-weight: lighter;
        font-family: var(--subtitle-font);
        color: var(--secondary);
        margin-bottom: 10px;
    }

    .application-preview-wrapper .application-header-row > span {
        font-size: var(--fs-400);
        font-family: var(--standard-font);
    }

    .application-preview-wrapper .checkbox-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-block: 0.5em;
        gap: 0.5em;
    }

        .application-preview-wrapper .checkbox-row input[type="checkbox"] {
            accent-color: var(--secondary);
        }

.application-preview-wrapper .application-body {
    padding: 1em;
    overflow-y: auto;
    scrollbar-color: var(--secondary) transparent;
}

    .application-preview-wrapper .application-body::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .application-preview-wrapper .application-body::-webkit-scrollbar {
        width: 1em;
    }

    .application-preview-wrapper .application-body::-webkit-scrollbar-thumb {
        background: var(--secondary);
        border-radius: 10px;
    }

    .application-preview-wrapper .application-body .card-wrapper {
        /*border-radius: 5px;*/
    background-color: white;
    padding: 1em;
}

        .application-preview-wrapper .application-body .card-wrapper .title {
            font-weight: bolder;
            font-size: var(--fs-400);
        }

        .application-preview-wrapper .application-body .card-wrapper .card-body {
            padding: 0.5em 0em;
        }

            section.child-contact-section .card-wrapper {
                margin-top: 1em;
            }

.application-preview-wrapper .checkbox-row span {
    font-size: var(--fs-300);
}

.application-preview-wrapper .application-body .card-wrapper .card-body span {
    font-size: var(--fs-300);
}

section.timetable-section .card-wrapper {
    margin-top: 1em;
}

section.extra-info-section .card-wrapper {
    margin-top: 1em;
}


    @media(max-width: 30em) {
        section.application-preview-section {
            padding: 0;
        }
    }
    /* TIMETABLE */
    /*.timetable {
    padding: 1.5em;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    gap: 1.5em;
}
    .timetable .timetable-item {
        border-color: rgba(0, 0, 0, 0.08);
        border-style: solid;
        border-width: 1px;
        border-radius: 5px;
        color: #424242;
        background-color: #ffffff;
        width: 100%;
        height: 5em;
        display: grid;
        grid-template-columns: 1fr 3fr;
        padding: 1em;
        box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
        align-items: center;
    }

        .timetable .timetable-item .weekday-container {
            width: 100%;
            padding-inline: 2em;
        }

        .timetable .timetable-item .time-container {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .timetable .timetable-item .time-container .from {

            }
                .timetable .timetable-item .time-container .from::before {

                }


                .timetable .timetable-item .time-container .line {
                }

            .timetable .timetable-item .time-container .to {

            }

                .timetable .timetable-item .time-container .to::before {

                }
*/
    .payment-detail-list {
    --grid-ratio: 1fr 1fr 1fr 1fr 1fr;
    padding: 1.5em;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
}

    .payment-detail-list .payment-detail-header {
        height: 4em;
        display: grid;
        align-items: center;
        grid-template-columns: var(--grid-ratio);
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }

        .payment-detail-list .payment-detail-header span {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 1px solid rgba(0,0,0,0.08);
            font-weight: bolder;
        }

            .payment-detail-list .payment-detail-header span:last-child {
                border: none;
            }


    .payment-detail-list .payment-detail-item {
        height: 4em;
        display: grid;
        align-items: center;
        grid-template-columns: var(--grid-ratio);
    }


        .payment-detail-list .payment-detail-item span {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 1px solid rgba(0,0,0,0.08);
        }

            .payment-detail-list .payment-detail-item span:last-child {
                border: none;
            }

            .payment-detail-list .payment-detail-item span.control {
                display: flex;
                justify-content: center;
                align-items: center;
                gap: 1em;
            }

                .payment-detail-list .payment-detail-item span.control button {
                    width: clamp(3em,20%,7em);
                    height: 2em;
                    outline: none;
                    border: none;
                    border-radius: 4px;
                    padding: 0;
                }

                    .payment-detail-list .payment-detail-item span.control button:hover {
                        background-color: #686765;
                        color: white;
                        transition: all .3s ease-in-out;
                    }

.payment-detail-item .new-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .payment-detail-item .new-item button {
        outline: none;
        border: none;
        min-width: 130px;
        height: 32px;
        white-space: nowrap;
        border-radius: 2px;
        background-color: #686765;
        color: white;
        text-transform: uppercase;
    }

        .payment-detail-item .new-item button:hover {
            background-color: #5c5751;
        }

.k-window.tm-telerik.paymentdetails {
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 30%);
}

.payment-detail-list .button-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1em;
}

    .payment-detail-list .button-container button {
        outline: none;
        border: none;
        min-width: 130px;
        height: 32px;
        white-space: nowrap;
        border-radius: 2px;
        background-color: #686765;
        color: white;
        text-transform: uppercase;
    }

        .payment-detail-list .button-container button:hover {
            background-color: #5c5751;
        }


.admin-button {
    background-color: #5c5751 !important;
    border-color: #5c5751 !important;
    color: white !important;
    font-size: 14px !important;
    width: 3em !important;
    min-width: 3em !important;
    max-width: 3em !important;
    height: 2.5em !important;
    min-height: 2.5em !important;
    max-height: 2.5em !important;
    border-radius: 5px !important;
    margin: 0 !important;
}


html.k-webkit {
    background: #fbf4e3;
}

.brand-link {
    min-height: 72px;
}

    .brand-link .brand-image {
        max-height: 56px;
    }


.main-sidebar {
    background-color: white;
    border-radius: 0px 5px 7px 0px;
}


.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #f0930b;
    color: #fff;
}


.nav-sidebar .nav-item > .nav-link {
    color: #686765;
    font-size: 13px;
    font-weight: 600;
    vertical-align: center;
}

.nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #fadbaa;
    color: #7e674f;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: #fadbaa;
    background-color: #f1f1f1;
    color: #686765;
    vertical-align: center;
}

.navbar {
    background-color: #f0930b;
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
    color: #686765;
}

    .nav-treeview > .nav-item > .nav-link:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:hover {
        background-color: #fadbaa;
        color: #686765;
    }

.nav-treeview > .nav-item > .nav-link:focus, .nav-treeview > .nav-item > .nav-link:hover {
    background-color: rgba(255,255,255,.1);
    color: #686765 !Important;
}

.service-list .service-card-wrapper .service-card-more-chip p {
    margin: 0;
}

.nav-treeview > .nav-item > .nav-link {
    color: #f0930b;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.nav-pills .nav-link {
    border-radius: 1px;
}

.frontend-user-name[b-s6r97eizj3], .frontend-user-name-multirow[b-s6r97eizj3] {
    color: #ffffff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #686765;
}

.contact-extra-information .custom-phone-container {
    height: 39px;
}

    .contact-extra-information .custom-phone-container .iti {
        height: 100%;
        width: 100%;
    }

    .contact-extra-information .custom-phone-container input {
        height: 100%;
        width: 100%;
        outline: none;
        border: 1px rgba(0, 0, 0, 0.3) solid;
    }

.box {
    background: white !important;
}

.contact-extra-information-files .filelist-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1em;
}

.contact-extra-information-files .filelist-item {
    height: 20em;
    width: 18em;
}

.contact-extra-information-files .k-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-extra-information-files .k-card-body {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 16px 0 16px;
}

.contact-extra-information-files .image-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .contact-extra-information-files .image-container img {
        position: relative;
        max-height: 5em;
        width: auto;
    }

.contact-extra-information-files .file-name {
    padding-block: 8px;
}

.contact-extra-information-files .box-body h1 {
    margin: 0 0 10px 0;
    text-transform: none;
    font-size: var(--fs-400);
    font-weight: bolder;
}

.contact-extra-information-files .box-body h3 {
    margin: 0 0 10px 0;
    text-transform: none;
    font-size: var(--fs-300);
    font-weight: normal;
}

.popup-default-item-fix .k-list-optionlabel::before {
    display: none;
}

.row-button {
    width: 100%;
    outline: none!important;
    border: none;
    text-align: center;
    padding: 8px 16px;
}

    .row-button.frontend {
        color: white;
        background-color: var(--secondary);
        height: 37px;
    }


.content-wrapper {
    background: #fbf4e3;
    height: fit-content;
    min-height: 100vh !important;
}

.box-title {
    text-transform: none;
    color: #686765 !important;
}

.personalstatistic .box-header {
    font-size: 1rem;
    display: flex;
    align-items: center;
    padding-block: 2em 1em !important;
    padding-inline: 2em !important;
}

.personalstatistic .box-body {
    padding: 1em 2em;
}

.small-box h3 {
    color: white;
}

.form .left .block {
    margin-block: 1em;
    padding: 0.5em;
}

    .form .left .block h3 {
        margin-bottom: 1em;
    }

.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
    background-color: #fbf4e3 !important;
    color: white;
}

.nav-treeview > .nav-item > .nav-link.active {
    background-color: #f0930b !important;
    color: #fff !important;
    border-left-color: #686765;
    border-radius: 4px 0px 0px 4px;
}

.options {
    background: #8b8986;
    background: #8b8986;
}

.toolbarbutton {
    color: #fff;
    background-color: #8b8986 !important;
    border-color: #8b8986 !important;
    border-color: #8b8986 !important;
    gap: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #686765;
    border-color: #686765;
}

.list .k-input-icon {
    background: #686765;
}


div.k-tabstrip.telerik-blazor.k-tabstrip-top.tabstrip-fullscreen > div.k-tabstrip-items-wrapper.k-hstack > ul > li.k-tabstrip-item.k-item.k-active.k-tab-on-top {
    border-bottom: 5px solid #686765;
}


.k-breadcrumb {
    color: #f0930b;
}

.k-breadcrumb-link {
    color: #f0930b;
}

.btn-default {
    background: #686765;
}


.btn-primary.focus, .btn-primary:focus {
    background-color: #5c5751 !important;
    border-color: #5c5751 !important;
}

.btn-primary:hover {
    background-color: #5c5751 !important;
    border-color: #5c5751 !important;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item.k-active {
    border-top: 5px solid #686765;
}

.searchGlobal {
    border-radius: 35px;
}

.k-tabstrip-items *, .k-tabstrip-items *::before, .k-tabstrip-items *::after {
    color: #78624a !important;
}


.form {
    background: white;
}

.small-box {
    background-color: #f0930b !important;
    color: white;
}

.floating-menu-button {
    background-color: #f0930b !important;
}

    .floating-menu-button:hover {
        background-color: #686765 !important;
    }

.floating-sub-menu-button {
    background-color: #f0930b !important;
}


.list .k-grid-header {
    background-color: #dde3e6 !important;
}

    .list .k-grid-header div {
        background-color: white !important;
        color: #686765 !important;
    }

.k-grid {
    color: #3a2e22;
}

    .k-grid td {
        background-color: #f7f6f3 !important;
        border: 1px solid white !important;
    }

.list .k-icon-button.k-button-md > .k-button-icon {
    color: white;
}

.k-grid .k-grid-filter, .k-grid .k-header-column-menu, .k-grid .k-hierarchy-cell .k-icon {
    color: #78624a;
}

.k-grid td.k-state-selected, .k-grid td.k-selected, .k-grid tr.k-state-selected > td, .k-grid tr.k-selected > td {
    background-color: rgb(217 217 217) !important;
}

.tm-telerik .k-grid-content .k-grid-table tbody .k-master-row span.positive {
    color: limegreen;
}

.tm-telerik .k-grid-content .k-grid-table tbody .k-master-row span.negative {
    color: red;
}


.k-dialog-titlebar {
    background-color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #dee2e6;
    padding: 12px 14px 12px 12px;
}

.e-dialog .e-dlg-header {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.e-dlg-header, .e-dlg-header * {
    color: #212529;
    font-size: 18px;
    font-weight: 500;
}

button.telerik-blazor.k-button.k-button-flat.k-rounded-md.k-button-rectangle.k-button-md.k-button-flat-base {
    /*    color: #30271d !important;*/
}

.k-window-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #212529;
}

.tm-telerik.k-window .k-window-content .k-form {
    overflow-y: auto;
    max-height: 70vh;
}

.templaterow-actions {
    padding-top: 40px;
    padding-right: 7px;
}

.k-button-solid-primary {
    border-color: #686765;
    background-color: #686765;
    background-image: none;
}

.k-pager-numbers .k-link.k-state-selected, .k-pager-numbers .k-link.k-selected {
    color: var(--secondary);
    background-color: #fbf4e3;
}


.input-field-sm {
    border: 1px #e6e9f0 solid;
    background: white;
    color: #30271d !important;
}


.k-form, .k-form-inline {
    color: #30271d;
}

.doc-label {
    color: #30271d;
}

.k-switch-on .k-switch-track {
    border-color: #f0930b;
    color: white;
    background-color: #f0930b;
}


.k-input-solid {
    color: #000000;
}

.k-disabled [disabled], .k-disabled .k-disabled, .k-widget[disabled] [disabled], .k-widget[disabled] .k-disabled, .k-disabled [disabled], .k-disabled .k-disabled {
    color: #000000;
    color: #000000;
}


.role-Box {
    background: white;
}


.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -900px;
    width: 340px;
    height: 340px;
    background: #fadbaa;
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 60s infinite ease-in;
}

    .bubble:nth-child(1) {
        width: 440px;
        height: 440px;
        left: 40%;
        animation-duration: 110s;
    }

    .bubble:nth-child(2) {
        width: 320px;
        height: 320px;
        left: 70%;
        animation-duration: 70s;
        animation-delay: 1s;
    }

    .bubble:nth-child(3) {
        width: 100px;
        height: 100px;
        left: 85%;
        animation-duration: 64s;
        background: #d0152a;
        animation-delay: 5s;
        display: none;
    }


@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-1200px);
    }
}


.controlbox {
    background: white;
}


.NormalDay {
    /*    color: green;
    font-weight: bold !important;*/
}

.NoWorkDay {
    /*    color: #d0162b !important;*/
    font-weight: bold !important;
    opacity: 0.8;
}


.e-schedule .e-vertical-view .e-time-cells-wrap table td {
    border-width: 0px;
}


.ipointer {
    color: #686765 !Important;
}


.content-trasparent {
    background: antiquewhite;
    min-height: 300px;
    padding: 40px;
}

.pointer {
    cursor: pointer;
}

.k-tabstrip {
    width: 100%;
}


.e-toolbar .e-tbar-btn:hover {
    /*height: 32px;
    min-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    background: #686765;
    border-color: #6c757d;
    border-radius: 0;
    color: #6c757d;*/
}


.k-button-solid-base:hover, .k-button-solid-base.k-hover {
    background-color: #5c5751;
}

    .k-button-solid-base:hover svg, .k-button-solid-base.k-hover svg {
        color: white;
    }

    .e-footer-content .e-btn.e-flat:not([DISABLED]) {
        background-color: #fdfeff52;
        border-color: #ced4da;
        color: #000000;
    }

.e-footer-content .e-btn:hover.e-flat:not([DISABLED]) {
    background-color: #5c5751;
    color: #fff;
    border-color: #ddd;
}

.e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]) {
    background-color: #686765;
    border-color: #686765;
    color: #fff;
}

.e-footer-content .e-btn:hover.e-primary.e-flat:not([DISABLED]) {
    background-color: #5c5751;
}

.e-toolbar .e-tbar-btn:active {
    background: #5c5751;
    border-color: #5c5751;
    box-shadow: none;
    color: #fff;
}


.k-button-solid-base.k-selected {
    border-color: #5c5751;
    color: white;
    background-color: #5c5751;
}

.k-toolbar {
    color: #686765;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner ::placeholder {
    color: #686765 !Important;
    color: #686765 !Important;
}

.k-picker-solid {
    border-color: rgba(0, 0, 0, 0.08) !important;
}


.k-column-title {
    color: #686765;
}

.k-pager-numbers .k-link {
    color: #686765;
}

.floating-menu-button:hover {
    background-color: #686765 !important;
}

.floating-sub-menu-button:hover {
    background-color: #686765 !important;
}


.btn-newproduct {
    background: #686765;
    color: white;
}


.tm-registration-title {
    font-weight: 600;
    font-size: var(--fs-400);
}

.page-title-inner {
    z-index: 9000;
}

.h1 {
    z-index: 9000;
}

.page-title-box {
    position: relative;
    z-index: 0;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner::placeholder {
    color: #30271d !Important;
    color: #30271d !Important;
}

    .k-input-md .k-input-inner::placeholder, .k-picker-md::placeholder .k-input-inner::placeholder {
        color: #30271d !Important;
        color: #30271d !Important;
    }


k-chip-solid-base {
    border-color: #bbe3e7;
    color: #686765;
    background-color: #edf8f9;
}

.k-icon {
    /*margin-right: 3px;*/
}

.btn-default:hover {
    background-color: #686765;
    border-color: #686765;
}

.card-container:hover {
    border-color: #686765;
}

.k-form-buttons .btn-secondary {
    color: white
}


    .k-form-buttons .btn-secondary:hover {
        color: white
    }



.k-form-buttons .btn-primary {
    background-color: #5c5751;
    border-color: #5c5751;
    color: white;
}

ul.k-radio-list.with-padding {
    padding-inline: 5px;
}

ul.k-radio-list li {
    gap: 1em;
}

input[type=checkbox] {
    accent-color: var(--secondary);
}

.upload-file-actions {
    background-color: #5c5751;
}

.k-button.k-button-solid-Primary {
    background: #5c5751;
    color: white;
}

button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md {
    background-color: white;
    border-color: #ced4da;
    color: #000000;
    transition: none;
}

    button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:hover {
        background-color: #5c5751;
        color: #fff;
        border-color: #ddd;
        transition: none;
    }

.upload-file-list-container {
    border: 1px dashed #5c5751;
}

.upload-file-empty {
    color: #5c5751;
}

.dropzone-drag {
    border: 1px solid #5c5751;
    background-color: #dfdfdf;
}

.drop-zone {
    border: 1px dashed #686765;
}

.k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    border-color: #686765;
    background-color: #686765;
}

.k-calendar .k-calendar-td.k-state-selected .k-link, .k-calendar .k-calendar-td.k-selected .k-link {
    background-color: #f0930b;
}

.k-picker-solid:hover, .k-picker-solid.k-hover,
.k-picker-solid:focus, .k-picker-solid.k-focus {
    border-color: rgba(0, 0, 0, 0.16);
}

.k-list-container .k-selected,
.k-list-container .k-focus,
.k-list-container .k-focus:hover {
    background-color: var(--secondary);
    color: white;
}

button.telerik-blazor.k-button.k-button-solid.k-rounded-md.k-button-rectangle.k-button-md.k-button-solid-base {
    border-width: 0px;
    color: white;
    padding: 4px 8px;
}

.k-toolbar .k-button-solid-base {
    background: white;
    min-width: 80px;
}

    .k-toolbar .k-button-solid-base:hover {
        border-color: #686765;
        background-color: #686765;
    }

        .k-toolbar .k-button-solid-base:hover .k-button-text {
            color: white;
        }

textarea {
    outline: none !important;
}

.k-calendar {
    border: none !important;
}

    .k-calendar .k-other-month {
        color: #222222;
    }

    .k-calendar .k-button-text {
        color: var(--secondary) !important;
    }

    .k-calendar .k-button-icon {
        color: var(--secondary) !important;
    }

    .k-calendar .k-selected .k-link {
        background-color: var(--light-orange);
        color: black !important;
    }

        .k-calendar .k-selected .k-link:hover {
            background-color: var(--light-orange);
        }

.tm-telerik .k-focus .k-link {
    background-color: var(--secondary) !important;
}

.k-today {
    color: var(--secondary);
    font-weight: bold;
}

.k-timepicker .k-button:hover {
    background-color: var(--secondary);
    color: white;
    transition: none;
}

.tm-telerik .k-grid thead tr {
    color: var(--secondary);
}

.tm-telerik th.k-header {
    color: var(--secondary);
}

.tm-telerik .k-switch-label-on {
    color: white !important;
}

.tm-telerik .k-switch-thumb.k-rounded-full::before {
    width: 150%;
    height: 150%;
}

.k-drop-hint {
    color: var(--secondary);
}

.k-drag-clue {
    color: var(--secondary);
}


.k-drop-hint-line {
    background-color: var(--secondary);
}

.k-drop-hint-h .k-drop-hint-start {
    border-left-color: var(--secondary);
}

.k-drop-hint-h .k-drop-hint-end {
    border-right-color: var(--secondary);
}


.k-drop-hint-v .k-drop-hint-start {
    border-top-color: var(--secondary);
}

.k-drop-hint-v .k-drop-hint-end {
    border-bottom-color: var(--secondary);
}

.k-column-resizer:hover {
    color: transparent;
}

/* ugly blue border */
.k-input-solid:focus-within::after {
    display: none;
}

.k-input-solid::after {
    display: none;
}


.red span {
    color: red !important;
}

.green span {
    color: green !important;
}

.yellow span {
    color: yellow !important;
}

.no-shadow {
    box-shadow: none !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar {
    width: 0;
}

.sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0 !important;
}

.sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 0 !important;
}

.check-element {
    width: 24px !important;
    height: 24px !important;
    border: 1px solid #808080 !important;
    border-radius: 20px !important;
    cursor: pointer !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

    .check-element:hover {
        border-color: var(--very-dark-orange) !important;
        background-color: var(--dark-orange) !important;
    }

.check-element-aktive {
    border-color: var(--very-dark-orange) !important;
    background-color: var(--dark-orange) !important;
}

    .check-element-aktive:hover {
        border-color: var(--very-dark-orange) !important;
        background-color: var(--dark-orange) !important;
    }

.small-style .check-element {
    width: 18px !important;
    height: 18px !important;
    border-radius: 9px !important;
}

.small-style .check-description-data {
    line-height: 20px !important;
}

.small-style .checkitem-item-container {
    background-color: white !important;
}

    .small-style .checkitem-item-container:hover {
        text-decoration: underline;
    }

        .small-style .checkitem-item-container:hover .check-element {
            border-color: var(--very-dark-orange) !important;
            background-color: var(--dark-orange) !important;
        }

.responsible-container:hover {
    background-color: inherit !important;
}

    .responsible-container:hover .card-icon {
        background-color: var(--hover-background-gray) !important;
    }

.card-icon {
    border-color: var(--very-dark-orange) !important;
}

.numeric-edit-grid .k-grid-edit-cell {
    padding: unset !important;
}

.numeric-edit-grid .k-input-inner {
    height: 32px;
    padding: 2px 5px;
}

.numeric-edit-grid .k-input-spinner.k-spin-button {
    height: 32px;
}

    .numeric-edit-grid .k-input-spinner.k-spin-button .k-button-solid {
        padding: unset;
    }

    .numeric-edit-grid .k-input-spinner.k-spin-button .k-button-solid {
        padding: unset;
    }

        .numeric-edit-grid .k-input-spinner.k-spin-button .k-button-solid .k-button-icon {
            font-size: 17px;
        }

.tm-notification .k-notification-wrap > .k-notification-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    padding-inline: 1em;
    display: flex;
    align-items: center;
}

.tm-notification .k-notification-wrap > .k-icon {
    margin-right: 4px;
    -ms-flex: none;
    flex: none;
    height: 100%;
    width: 1em;
    margin: 0;
}

.tm-notification .k-notification-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 2em;
    align-items: center;
}

nav.frontend-navbar .navbar-content-wrapper .navbar-content .user-tool-wrapper .navbar-language-switch-wrapper .frontend-language-container {
    width: 100%;
    gap: 0;
}

label.frontend-language-button.font-normal {
    margin: 0;
}


.k-window .k-window-titlebar .k-window-actions .k-button .k-icon.k-button-icon {
    color: black;
}

.k-command-cell .k-icon.k-button-icon {
    transition: color .1s ease-in-out;
    margin: 0;
}

.k-command-cell button.telerik-blazor.k-button.btn.btn-secondary.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base.k-icon-button {
    min-width: 2.5em;
    width: fit-content;
    height: 2em;
    background-color: #8b8986;
    color: white;
}

.tm-telerik.travelexpenses .k-command-cell span.k-icon.k-button-icon {
    color: #424242;
}

button.telerik-blazor.k-button.btn.btn-secondary.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base.k-icon-button:hover .k-icon.k-button-icon {
    color: white;
}

button.telerik-blazor.k-button.btn.btn-secondary.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base.k-icon-button:hover {
    background-color: #424242;
    transition: all .2s ease-in-out;
}

.sum-wrapper {
    padding: 1em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.k-grid .k-button.k-button-solid.k-rounded-md.k-button-md.k-button-solid-base {
    min-width: 5rem;
}

th.k-header.k-touch-action-none {
    color: var(--secondary);
    text-align: center;
    font-weight: normal;
}

.k-pager-numbers .k-link:hover, .k-pager-numbers .k-link.k-state-hover, .k-pager-numbers .k-link.k-hover {
    color: var(--secondary);
    background-color: var(--light-orange);
}

.k-pager-numbers .k-link:focus, .k-pager-numbers .k-link.k-state-focus, .k-pager-numbers .k-link.k-focus {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(242, 148, 0, 0.12);
}

.k-calendar .k-nav-today, .k-calendar .k-calendar-nav-today {
    color: #686765;
}

    .k-calendar .k-nav-today:hover, .k-calendar .k-nav-today.k-hover, .k-calendar .k-nav-today:focus, .k-calendar .k-nav-today.k-focus, .k-calendar .k-calendar-nav-today:hover, .k-calendar .k-calendar-nav-today.k-hover, .k-calendar .k-calendar-nav-today:focus, .k-calendar .k-calendar-nav-today.k-focus {
        color: #686765;
    }

.k-calendar .k-calendar-td.k-state-selected:hover .k-link, .k-calendar .k-calendar-td.k-selected:hover .k-link, .k-calendar .k-calendar-td.k-state-selected.k-state-hover .k-link, .k-calendar .k-calendar-td.k-selected.k-hover .k-link, .k-calendar .k-calendar-td.k-selected:hover .k-link, .k-calendar .k-calendar-td.k-selected.k-hover .k-link {
    background-color: var(--secondary);
}

.tm-appointment-list-item .tm-timepicker-wrapper span.k-icon.k-i-clock.k-button-icon {
    color: transparent;
}

.tm-appointment-list-item .tm-timepicker-wrapper .timespan-day-plan-wrapper .k-dropdownlist.tm-telerik.frontend {
    min-width: 14rem;
}



/*Timetable Syncfusion*/

.timetable.e-schedule .e-vertical-view .e-header-cells .e-header-date {
    display: none;
}

.timetable .e-control.e-toolbar.e-lib.e-schedule-toolbar.e-keyboard.e-toolpop {
    display: none;
}

.timetable .e-appointment.e-lib.e-draggable.e-appointment-border {
    background-color: #424242;
}

.timetable .schedulerTemplate div:first-child {
    display: none;
}

.e-schedule.timetable .e-vertical-view .e-header-cells.e-current-day {
    color: var(--secondary);
}

.e-schedule.timetable .e-vertical-view .e-day-wrapper .e-appointment {
    background-color: #424242;
}

.e-schedule.timetable .e-vertical-view .e-clone-time-indicator, .e-schedule.timetable .e-vertical-view .e-current-time {
    color: var(--secondary);
}

.e-schedule.timetable .e-vertical-view .e-current-timeline {
    border-color: var(--secondary);
}

.e-schedule.timetable .e-vertical-view .e-previous-timeline {
    border-color: var(--secondary);
}

.e-schedule.timetable .e-content-wrap, .e-schedule.timetable .e-scroll-container {
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
}

    .e-schedule.timetable .e-scroll-container::-webkit-scrollbar-track, .e-schedule.timetable .e-content-wrap::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .e-schedule.timetable .e-scroll-container::-webkit-scrollbar, .e-schedule.timetable .e-content-wrap::-webkit-scrollbar {
        width: 16px;
    }

    .e-schedule.timetable .e-scroll-container::-webkit-scrollbar-thumb, .e-schedule.timetable .e-content-wrap::-webkit-scrollbar-thumb {
        background: transparent;
        border-radius: 10px;
    }

.e-schedule.timetable .e-table-container {
    min-height: 30em;
}

.e-schedule.timetable .e-content-wrap {
    min-height: 30em;
}

.timetable .schedulerTemplate div span {
    white-space: pre-wrap;
}

.timetable table.e-schedule-table.e-content-table {
    height: 100%;
    border-right: 1px solid #dee2e6;
}

.timetable table.e-schedule-table {
    height: 100%;
}


.date-chip {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5em;
    width: 5em;
}

    .date-chip::before {
        content: '';
        position: absolute;
        z-index: -1;
        background-color: var(--light-orange);
        width: 5em;
        height: 2em;
        border-radius: 2em;
    }


.coordinator-section .button-wrapper button {
    min-width: 3em;
}

tr.k-table-row.green-row td {
    /*background-color: #ebffe3 !important;*/
}
tr.k-table-row.red-row td {
    /*background-color: #ffd1da !important;*/
}
.tm-telerik.k-dropdownlist span.k-icon.k-i-caret-alt-down.k-button-icon {
    color: transparent;
    background-image: url(../Images/tagesmuetter/arrow-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 100%;
    width: 100%;
    max-width: 1.5em;
}

.tm-telerik button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-rectangle.k-button-md.k-button-solid-base.k-icon-button {
    width: 5em;
    height: 100%;
}

.big-header-titles th.k-header.k-table-th {
    max-width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 50em) {
    .tm-telerik button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-rectangle.k-button-md.k-button-solid-base.k-icon-button {
        max-width: 20%;
        min-width: 3em;
    }
}

.k-dropdownlist.tm-telerik span.k-input-inner {
    width: calc(100% - 4em);
    min-width: calc(100% - 4em);
    max-width: calc(100% - 4em);
}

.k-dropdownlist.telerik-blazor.tm-telerik {
    border: none;
    border-radius: 5rem !important;
    background-color: var(--light-orange);
    height: 2.5em;
}

.tm-telerik .k-button-solid-base:hover, .tm-telerik .k-button-solid-base.k-hover {
    /*background-color: var(--dark-orange);
    transition: background-color .5s ease-in-out;*/
    border: none;
}

.tm-telerik.k-picker-solid:focus-within {
    box-shadow: none;
}

    .tm-telerik.k-picker-solid:focus-within::after {
        display: none !important;
    }

.tm-telerik .k-list-item:focus, .tm-telerik .k-list-optionlabel:focus, .tm-telerik .k-list-item.k-focus, .tm-telerik .k-focus.k-list-optionlabel {
    box-shadow: none;
}

.tm-telerik .k-button-solid-base:active, .tm-telerik .k-button-solid-base.k-active {
    box-shadow: none;
}

.tm-telerik.list.k-grid .k-grid-footer {
    padding: 0 calc(1em + 1px) 0 0;
    background-color: transparent;
}

.tm-telerik.list.fix-footer.k-grid .k-grid-footer {
    padding-right: 0;
}

.tm-telerik.fix-footer.k-grid .k-grid-content {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .tm-telerik.fix-footer.k-grid .k-grid-content::-webkit-scrollbar {
        display: none;
    }


    .tm-telerik.k-grid .k-grid-content {
        scrollbar-color: var(--secondary) transparent;
        overflow: auto;
    }

    .tm-telerik.k-grid .k-grid-content::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .tm-telerik.k-grid .k-grid-content::-webkit-scrollbar {
        width: 1em;
    }

    .tm-telerik.k-grid .k-grid-content::-webkit-scrollbar-thumb {
        background: var(--dark-orange);
        border-radius: 10px;
    }

.tm-telerik.k-grid .k-grid-header thead tr th {
    font-size: var(--fs-400) !important;
    font-weight: bolder;
    hyphens: auto;
    white-space: normal;
    vertical-align: middle;
}

.fix-footer .k-grid-footer-wrap {
    margin-right: 0;
}

.rounded-pick-button button:hover span::before {
    color: transparent;
}

.k-grid.tm-telerik .k-grid-footer td {
    color: black;
    text-align: center;
}

.tm-telerik.list.k-grid .k-grid-header {
    background-color: transparent !important;
}

table.k-grid-header-table.k-table.k-table-md {
    height: 100%;
}

.templaterow-actions button i,
.templaterow-actions button .k-icon {
    margin: 0;
}

.document-detail .k-datepicker,
.document-detail .k-datepicker .k-input-inner,
.document-detail .k-numerictextbox,
.document-detail .k-numerictextbox .k-input-inner {
    height: 42px;
}

.document-detail .list .k-master-row .k-datepicker button {
    background-color: #5c5751;
}

.empty button.plus-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 1em;
    color: white;
    outline: none;
    border: none;
    background-color: var(--secondary);
    border-radius: 1000em;
}

.timesheet .timesheet-cards-wrapper {
    padding: 2rem 2rem 0 2rem;
    width: 100%;
    display: none;
}

.timesheet-cards {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
    width: 100%;
    max-width: 80rem;
    overflow-y: auto;
}

    .timesheet-cards::-webkit-scrollbar {
        width: 1rem;
        background-color: transparent;
    }

    .timesheet-cards::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .timesheet-cards::-webkit-scrollbar-thumb {
        background: var(--secondary);
        border-radius: 10px;
    }

.timesheet-card {
    width: 100%;
    border: 1px solid #686765;
    border-radius: 5px;
    padding: 1rem;
}

    .timesheet-card .title {
        color: #686765;
        font-weight: bolder;
        font-size: var(--fs-500);
    }

    .timesheet-card .subtitle {
        font-size: var(--fs-400);
        margin-top: 5px;
        font-style: italic;
        font-weight: bolder;
    }

    .timesheet-card .header {
        padding-bottom: 5px;
        border-bottom: 1px solid #686765;
    }

    .timesheet-card .body {
        height: fit-content;
    }

    .timesheet-card .grid {
        padding: 1rem 0 0 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        font-size: var(--fs-400);
        column-gap: 1rem;
    }

        .timesheet-card .grid .item {
            width: max(20rem, 50%);
            max-width: 100%;
            display: flex; 
            flex-direction: row;
            align-items: center;
            padding-right: 1rem;
        }

            .timesheet-card .grid .item div {
                font-size: var(--fs-400);
            }

            .timesheet-card .grid .item div:first-child {
                flex: 1 1 auto;
                max-width: 18rem;
            }

.timesheet .orange-box {
    --shape: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
    flex-direction: column;
}

.timesheet .header-section {
    height: 30rem;
}

.timesheet .header-wrapper {
    position: relative;
    max-width: var(--section-max-width);
    width: 100%;
    margin: 0;
}

    .timesheet .header-wrapper h1 {
        font-family: var(--title-font);
        font-size: var(--fs-xl);
        color: white;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }

.timesheet .tm-balls {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 20rem;
    color: var(--secondary);
    font-size: var(--fs-xl);
    position: absolute;
    right: 0;
    top: 2rem;
}

.timesheet .generic-section-center-content {
    margin-top: 5em;
}

.timesheet-cards .timesheet-card:first-of-type .body .grid div.gapperino {
    flex: 0 0 100% !important;
}

.timesheet .sum-table-wrapper {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .timesheet .sum-table-wrapper .sum-table {
        background-color: #f7f6f3 !important;
        padding: 0.5rem 7rem;
        font-size: 14px;
        font-weight: bold;
    }

.timesheet .generic-horizontal-bar {
    padding-inline: 0;
    margin-bottom: 10px;
}

@media(max-width: 70em) {
    .timesheet .timesheet-cards-wrapper {
        display: block;
    }
    .timesheet .list {
        display: none;
    }
    .timesheet .sum-table-wrapper {
        display: none;
    }
    .timesheet .tm-balls {
        display: none;
    }
    .timesheet .header-wrapper {
        text-align: center;
    }
    .timesheet .header-section {
        height: 25rem;
    }
    .timesheet .generic-section-center-content {
        margin-top: 2rem;
    }

    .timesheet .generic-horizontal-bar {
        padding: 2rem 2rem 0 2rem;
        margin-bottom: 0;
    }
}

@media(max-width: 50em) {
    .timesheet .timesheet-cards-wrapper {
        padding-inline: 0;
    }
    .timesheet .generic-section-center-content {
        margin-top: 0;
    }

    .generic-horizontal-bar .start {
        flex-direction: column;
    }
}

.bills.generic-center-component .content .scrollable-wrapper .list-wrapper .list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

    .bills.generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content {
        text-align: left;
        font-size: 14px;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .bills.generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content.icon-button-wrapper {
        justify-content: center;
        flex: 0 0 auto;
        width: 10rem;
        flex-direction: row;
    }

@media(max-width: 50rem) {
    .bills.generic-section-center-content {
        padding-inline: 0;
    }

    .bills.generic-center-component .content .scrollable-wrapper .list-wrapper .list-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-block: 2rem;
        gap: 1rem;
    }

        .bills.generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content {
            text-align: center;
        }

            .bills.generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content.icon-button-wrapper {
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
                gap: 1rem;
                margin-top: 0.5rem;
            }
}

.list-item .e-tooltip {
    width: fit-content;
}

.list.resize-header-row .k-grid-header {
    max-height: 5rem !important;
}
/* CLEAN TOOLBAR */
.k-window.clean .k-window-content .k-toolbar button {
    height: 2.5em;
    width: 3em;
    min-width: 0;
}

.k-window.clean .k-window-content .k-toolbar .k-button-group {
    height: 2.5em;
    gap: 0.5em;
}

.k-window.clean .k-window-content,
.k-window.k-dialog .k-window-content,
.k-dialog-wrapper .k-window .k-window-content {
    padding: 12px 16px;
}

.k-editor.clean .k-toolbar.k-editor-toolbar button {
    height: 2.5em;
    width: 3em;
    min-width: 0;
}

.k-editor.clean .k-toolbar.k-editor-toolbar .button-group {
    height: 2.5em;
    gap: 0.5em;
}

.k-window.standard-window {
    height: 40em !important;
}
/**/
button.clean-button {
    outline: none;
    border: none;
    min-width: fit-content;
    background-color: white;
    padding: 4px 8px;
}

fieldset.k-form-fieldset.no-legend.clean .k-form-field-wrap {
    margin-left: 0 !important;
}

.telerik-blazor.k-chip.k-chip-md.k-rounded-md.k-chip-solid.k-chip-solid-base span {
    color: var(--secondary);
}

.telerik-blazor.k-chip.k-chip-md.k-rounded-md.k-chip-solid.k-chip-solid-base.k-selected span {
    color: white;
}

.tm-telerik .k-button-solid-base {
    border: 0;
}

.create-login-user-button {
    height: 2em;
    width: fit-content;
    padding: 0 1em;
    outline: none;
    border: none;
    background-color: #5c5751;
    color: white;
    border-radius: 5px;
}

.telerik-blazor.k-chip.k-chip-md.k-rounded-md.k-chip-solid.k-chip-solid-base.k-selected {
    background-color: var(--secondary);
}

.k-chip-solid-base:focus, .k-chip-solid-base.k-focus {
    box-shadow: none;
    background-color: inherit;
}

.k-chip-solid-base {
    border-color: var(--secondary);
    color: var(--secondary);
    background-color: var(--light-orange);
}

    .k-chip-solid-base:hover, .k-chip-solid-base.k-hover {
        background-color: var(--dark-orange);
    }


.budget-grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, clamp(50em, 100%, 80em));
    gap: 2em 1em;
}

.small-inline-button {
    width: 2.5rem !important;
    min-width: 2.5rem !important;
}

.error-message {
    margin: 5px 0 0 0;
    color: red;
    font-size: 1rem;
    max-width: 100%;
    hyphens: auto;
    word-wrap: break-word;
}


.cap {
    text-transform: capitalize;
}

    .cap > * {
        text-transform: capitalize;
    }

.verify-email-wrapper {
    background-color: var(--light-orange);
    width: clamp(25em, 50%, 50em);
    height: fit-content;
    min-height: 15rem;
    padding: 1em;
}

    .verify-email-wrapper h1 {
        color: var(--secondary);
        hyphens: auto;
    }

.email-edit-icon {
}

    .email-edit-icon > span {
        margin: 0;
    }

button.k-button.my-cancel-button {
    background-color: white;
    color: #5c5751;
    border: 1px solid #5c5751;
}

    button.k-button.my-cancel-button:hover {
        color: #5c5751;
    }

        button.k-button.my-cancel-button:hover .k-button-text {
            color: #5c5751;
        }

.linkbutton {
    min-width: 2.5em !important;
    width: fit-content;
    padding: 4px !important;
    height: 2em;
    background-color: #8b8986 !important;
    height: 29px !important;
}




/* Telerik fix */
div.k-form-field.tm-telerik.frontend label {
    color: white;
    margin-left: 5px;
    width: fit-content;
    max-width: 100%;
}

.tm-register-wrapper div.k-form-field.tm-telerik.frontend label {
    color: black;
}

div.k-form-field.tm-telerik.frontend span.k-textbox.k-input.telerik-blazor.k-input-solid.k-rounded-md.k-input-md {
    margin-top: 5px;
    border-radius: 10em !important;
    background-color: var(--light-orange);
}

div.k-form-field.tm-telerik.frontend span.k-dateinput.telerik-blazor.k-input.k-input-md.k-input-solid.k-rounded-md {
    margin-top: 5px;
    border-radius: 10em !important;
    background-color: var(--light-orange);
}

.tm-register-wrapper div.k-form-field.tm-telerik.frontend span.k-textbox.k-input.telerik-blazor.k-input-solid.k-rounded-md.k-input-md {
    background-color: white;
}

div.k-form-field.tm-telerik.frontend span.k-textbox.k-input.telerik-blazor.k-input-solid.k-rounded-md.k-input-md input {
    padding-inline: 1em;
}

.tm-register-wrapper div.k-form-field.tm-telerik.frontend span.k-dateinput.telerik-blazor.k-input.k-input-md.k-input-solid.k-rounded-md {
    background-color: white;
}

fieldset.no-legend legend {
    display: none !important;
}

fieldset.no-legend {
    margin: 0 !important;
}

.center-content {
    display: flex;
    justify-content: center;
    height: fit-content;
}

fieldset.fixed-height {
    min-height: 20em;
}

.width-fit {
    width: fit-content !important;
}

.gapperino {
    gap: 1em;
}

.small-gap {
    gap: 0.5em;
}

    .w-80 {
        width: 80% !important;
    }

.w-20 {
    width: 20% !important;
}

.w-50-small-100 {
    width: 50%;
}

.tm-register-title {
    display: none !important;
}

.tm-register-title h1 {
    text-align: center;
    font-family: var(--title-font);
    font-size: 4rem;
    font-weight: lighter;
    color: var(--secondary);
}

.tm-register-wrapper .form-wrapper {
    position: relative;
    z-index: 0;
    width: 100%;
}

    .tm-register-wrapper .form-wrapper .k-form > fieldset.no-legend > fieldset.no-legend > fieldset.no-legend {
        position: relative;
        z-index: 2;
    }

.tm-register-container {
    max-width: var(--section-max-width);
    width: 100%;
    display: flex;
    justify-content: center;
}

.row-small-column {
    flex-direction: row;
}

.k-animation-container.telerik-blazor.tm-telerik.dropdown .k-child-animation-container {
    /*padding-right: 4em;*/
    transition-duration: 0ms!important;
}

    .k-animation-container.telerik-blazor.tm-telerik.dropdown .k-child-animation-container li {
        transition-duration: 0ms;
    }

    .k-animation-container.telerik-blazor.tm-telerik.dropdown .k-child-animation-container .k-popup {
        box-shadow: none;
        border-radius: 0 0 10px 10px;
        border-color: rgba(0, 0, 0, 0.3) !important;
        border-top: 0px;
        overflow: hidden;
    }

.k-animation-container.telerik-blazor.tm-telerik.dropdown.lighter .k-child-animation-container .k-popup {
    border-color: rgba(240,240,240) !important;
}

        span.telerik-blazor.k-dropdownlist.tm-telerik.frontend.k-picker.k-picker-solid.k-picker-md.k-rounded-md {
            border: 1px solid;
            border-color: rgba(0, 0, 0, 0.3) !important;
            width: 100%;
        }

span.telerik-blazor.k-dropdownlist.tm-telerik.no-border.k-valid.k-picker.k-picker-solid.k-picker-md.k-rounded-md {
    border: none;
    outline: none!important;
    box-shadow: none;
}

.tm-register-wrapper .upload-file-new button {
    height: 37px;
}

.tm-register-wrapper .k-form-field.tm-telerik.frontend span.telerik-blazor.k-dropdownlist.tm-telerik.frontend.k-picker.k-picker-solid.k-picker-md.k-rounded-md {
    margin-top: 5px;
    background-color: white;
    height: 37px;
}

span.telerik-blazor.k-dropdownlist.tm-telerik.frontend.k-picker.k-picker-solid.k-picker-md.k-rounded-md[aria-expanded="true"] {
    border-radius: 18px 18px 0 0 !important;
}

    .tm-register-wrapper .k-form-field.tm-telerik.frontend span.telerik-blazor.k-dropdownlist.tm-telerik.frontend.k-invalid.k-picker.k-picker-solid.k-picker-md.k-rounded-md {
        border-color: red !important;
    }

.tm-appointment-list-item span.telerik-blazor.k-dropdownlist.tm-telerik.frontend.k-picker.k-picker-solid.k-picker-md.k-rounded-md {
    border: none;
    background-color: var(--light-orange);
}

.tm-appointment-list-item .k-dropdownlist {
    max-width: 15em;
}

.tm-register-wrapper .k-form-field.tm-telerik.frontend .custom-phone-container .iti {
    width: 100%;
    margin-top: 5px;
}

    .tm-register-wrapper .k-form-field.tm-telerik.frontend .custom-phone-container .iti .iti__flag-container {
        width: 4em;
    }

        .tm-register-wrapper .k-form-field.tm-telerik.frontend .custom-phone-container .iti .iti__flag-container .iti__selected-flag {
            justify-content: center;
        }

        .tm-register-wrapper .k-form-field.tm-telerik.frontend .custom-phone-container .iti .iti__flag-container:hover .iti__selected-flag {
            background-color: transparent;
        }

ul.iti__country-list {
    overflow-y: auto;
}


div.k-form-field.tm-telerik.frontend input[type=checkbox] {
    accent-color: var(--secondary);
}

.tm-register-wrapper .k-form-field.tm-telerik.frontend .custom-phone-container input {
    margin-top: 5px;
    padding-left: 52px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.3) !important;
    height: 37px;
    background-color: white;
    border-radius: 50em;
    width: 100%;
    outline: none !important;
}

.k-form-field.tm-telerik.frontend.k-form-field-error .custom-phone-container input,
.tm-register-wrapper .k-form-field.tm-telerik.frontend.k-form-field-error .custom-phone-container input {
    border: 1px solid red !important;
}

.tm-telerik.frontend .k-dropdownlist button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4em;
    /*background-color: #ebebeb;*/
    transition: background-color .25s ease-in-out;
    padding: 0 8px 0 0;
}

    .tm-telerik.frontend .k-dropdownlist button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button span,
    .tm-telerik.frontend.k-dropdownlist button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button span {
        background-image: url(../Images/tagesmuetter/arrow-orange.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 20px;
    }

    .tm-telerik.frontend .k-dropdownlist button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button svg,
    .tm-telerik.frontend.k-dropdownlist button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button svg {
        display: none;
    }

    .tm-telerik.frontend .k-dropdownlist button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button:hover {
        /*background-color: var(--light-orange);
        transition: all .5s ease-in-out;*/
    }

.tm-telerik.frontend span.k-maskedtextbox.k-input.telerik-blazor.k-input-solid.k-rounded-md.k-input-md {
    border-radius: 10em !important;
    height: 37px;
    margin-top: 5px;
}

div.k-form-field.tm-telerik.frontend span.k-textbox.k-input.k-invalid.telerik-blazor.k-input-solid.k-rounded-md.k-input-md {
    border: 1px red solid !important;
}

.k-window.k-dialog {
    background-color: white;
    min-width: 20em !important;
    height: fit-content;
}

    .k-window.k-dialog .k-dialog-content {
        background-color: white;
    }

    .k-window.k-dialog .k-window-actions.k-dialog-actions {
        margin: 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-start;
    }

.k-grid-table.k-table td {
    text-align: center;
}

th.k-header.k-touch-action-none.k-table-th.k-filterable {
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

.hide-last-column-content th.k-header.k-table-th:last-child span {
    display: none;
}

.k-window-titlebar-actions button {
    color: #212529;
}

    .k-window-titlebar-actions button:hover .k-icon {
        color: inherit;
    }

.background-transparent-detail-cell .k-detail-cell {
    background-color: transparent !important;
}

.background-transparent-detail-cell .k-grid {
    border: 1px solid rgba(33, 37, 41, 0.1);
}

.grid-3-cols {
    max-width: 100%;
    height: fit-content;
    display: grid;
    gap: 1em 0.5em;
    grid-template-columns: 1fr 1fr 1fr;
}

.tm-telerik.k-dropdownlist .k-button-solid-base:hover, .tm-telerik.k-dropdownlist .k-button-solid-base.k-hover {
    background-color: transparent;
}

.tm-telerik.k-dropdownlist button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button {
    width: 4em;
    border: none;
    margin: 0;
}

    .tm-telerik.k-dropdownlist button.telerik-blazor.k-button.k-input-button.k-button-solid.k-button-md.k-button-solid-base.k-icon-button span {
        margin: 0;
    }

.no-margin-form-item .k-form-field-wrap {
    margin: 0 !important;
}

.travelexpenses .k-icon {
    margin: 0;
}

.k-grid.travelexpenses .k-grid-header {
    /* magic number things */
    padding: 0 13px 0 0;
}

.k-split-button.WhiteSplitButton {
    color: white;
    height: 50px;
}

    .k-split-button.WhiteSplitButton > * {
        color: white;
    }

.uppercase {
    text-transform: uppercase;
}

@media(max-width: 60em) {
    .tm-register-title {
        display: flex !important;
    }

    .tm-register-info-container {
        display: none !important;
    }

    .tm-register-wrapper .form-wrapper {
        width: 100%;
    }

    .row-small-column {
        flex-direction: column;
    }

    .w-50-small-100 {
        width: 100%;
    }
}


.bigGreenButton {
    background: green !important;
}

.bigRedButton {
    background: red !important;
}

.yearmonthstepper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

    .yearmonthstepper input {
        height: 2.5em;
        width: 5em;
        background-color: white;
        border: none;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    .yearmonthstepper .stepper {
        width: 3em;
        height: 2.5em;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #424242;
        color: white;
        cursor: pointer;
    }

        .yearmonthstepper .stepper:hover {
            transition: all .1s ease-in-out;
            background-color: white;
            color: #424242;
        }


.orange {
    color: #f0930b
}

.k-timepicker.clean .k-button.k-icon-button {
    border: none;
}

    .k-timepicker.clean .k-button.k-icon-button:hover {
        background-color: #5c5751;
    }

    .k-timepicker.clean .k-button.k-icon-button .k-button-icon.k-icon.k-i-clock {
        margin: 0;
        min-width: 16px !important;
    }

.k-animation-container.clean .k-popup.k-timepicker-popup .k-time-now span.k-button-text {
    color: #424242;
    background-color: transparent;
}

.k-animation-container.clean .k-popup.k-timepicker-popup .k-time-now:hover {
    background-color: transparent;
    color: white;
}

.k-animation-container.clean .k-popup.k-timepicker-popup .k-time-list-wrapper .k-title {
    color: #424242;
}

.list .k-master-row .grid-command-button-wrapper {
    min-width: 2.5em;
    width: fit-content;
    height: 2em;
    background-color: #8b8986;
    border-radius: 5px;
}

    .list .k-master-row .grid-command-button-wrapper button {
        min-width: 2.5em !important;
    }

        .list .k-master-row .grid-command-button-wrapper button:hover {
            background-color: #424242;
            transition: all .2s ease-in-out;
            color: white;
        }

.admin-actions svg {
    height: 16px;
    width: 16px;
}

.frontend-login-edit .k-form-field.k-disabled {
    height: 39px;
}

.frontend-login-edit span.k-textbox.k-input.form-control.telerik-blazor.k-input-solid.k-rounded-md.k-input-md {
    height: 100%;
}

.frontend-login-edit label.k-label.k-form-label {
    margin-top: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.frontend-login-edit .k-form-field > h3 {
    margin-bottom: 1.5em;
}

.frontend-login-edit .k-form-field-wrap {
    display: flex;
    align-items: center;
}

.frontend-login-edit span.k-form-error.k-invalid-msg {
    padding-left: calc(25% + 10px);
}

.frontend-login-edit .password-quality-bar {
    padding-left: calc(25% + 10px);
}

.user-settings-content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 4em;
    padding-block: 4em;
}

@media(max-width: 50em) {
    .user-settings-content-wrapper {
        padding-inline: 0;
    }

    .frontend-login-edit span.k-form-error.k-invalid-msg {
        padding-left: 0;
    }

    .frontend-login-edit .password-quality-bar {
        padding-left: 0;
    }
}



.e-schedule .e-vertical-view .e-time-cells-wrap table td.e-time-slots {
    position: relative;
    overflow: visible;
}

    .e-schedule .e-vertical-view .e-time-cells-wrap table td.e-time-slots::before {
        content: "";
        position: absolute;
        width: 30%;
        top: -1px;
        right: 0;
        border-bottom: 1px lightgrey dashed;
    }

    .e-schedule .e-vertical-view .e-time-cells-wrap table td.e-time-slots > span {
        position: absolute;
        width: 100%;
        top: -9px;
        left: 0;
    }

        .e-schedule .e-vertical-view .e-time-cells-wrap table td.e-time-slots > span::before {
            content: "";
            position: absolute;
            width: 30%;
            top: 50%;
            right: 0;
            border-bottom: 1px lightgrey solid;
        }



/* ============== new homepage ==============*/
/* generics */
.orange-box {
    --shape: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
    position: relative;
    z-index: 1;
    background-color: orange;
    color: white;
    width: 100%;
    height: 40em;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: var(--shape);
}

.custom-grid {
    --row-templates: repeat(3, 1fr);
    display: grid;
    justify-content: center;
    grid-template-columns: var(--row-templates);
    justify-items: center;
    align-items: center;
    width: 100%;
}

    .custom-grid > div:nth-child(1) {
        justify-self: flex-start;
    }

    .custom-grid > div:nth-child(2) {
        justify-self: center;
        text-align: center;
    }

    .custom-grid > div:nth-child(3) {
        justify-self: flex-end;
    }


@media(max-width: 50em) {
    .custom-grid {
        --row-templates: repeat(1, 1fr);
        justify-items: start;
        gap: 1em;
    }

        .custom-grid > div:nth-child(n) {
            justify-self: center;
            width: 100%;
            text-align: center;
        }
}

.bg-orange {
    background-color: var(--secondary);
}

.bg-light-orange {
    background-color: var(--light-orange);
}

/* specific */

.homepage-fixed-hover-button {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1em;
    min-width: 18em;
    right: 0;
    top: 40%;
    z-index: 9;
    background-color: transparent;
    font-size: 1rem;
}

    .homepage-fixed-hover-button .list-item {
        padding: 1em;
        border-radius: 5px 0 0 5px;
        color: var(--secondary);
        font-size: var(--fs-400);
        background-color: white;
        box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
        cursor: pointer;
    }

        /*.homepage-fixed-hover-button .list-item:nth-child(2n) {
            background-color: var(--light-orange);
        }

        .homepage-fixed-hover-button .list-item:nth-child(2n+1) {
            background-color: var(--dark-orange);
        }*/

        .homepage-fixed-hover-button .list-item span > div {
            width: 100%;
        }

            .homepage-fixed-hover-button .list-item span > div div:first-child {
                width: 100%;
            }

        .homepage-fixed-hover-button .list-item span p {
            margin: 0;
            width: 100%;
        }

@media(max-width: 50rem) {
    .homepage-fixed-hover-button {
        top: 12rem;
    }
}


        div.homepage {
            --headline-fs-xl: var(--fs-xl);
            --headline-fs-m: 4rem;
            --headline-fs-s: 3rem;
            --subtitle-fs-xl: var(--fs-600);
            --subtitle-fs-m: var(--fs-600);
            --subtitle-fs-s: var(--fs-500);
            --paragraph-fs-xl: var(--fs-500);
            --paragraph-fs-m: var(--fs-500);
            --paragraph-fs-s: var(--fs-400);
            font-size: 1rem;
        }

    div.homepage > * {
        padding: 0;
        margin: 0;
    }

    div.homepage .landing-section {
        --landing-section-height: 60em;
        height: var(--landing-section-height);
        width: 100%;
    }

        div.homepage .landing-section .landing-image {
            position: absolute;
            height: var(--landing-section-height);
            width: 100%;
            background-image: url(../Images/tagesmuetter/Tagesmuetter_doc_0054_web.jpg);
            background-repeat: no-repeat;
            background-size: cover;
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            background-position: center center;
        }



.landing-section .orange-box {
    --shape: polygon(0 0, 100% 50%, 100% 100%, 0 100%);
    height: 25em;
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    justify-content: flex-end;
    gap: 1em;
    padding-block: 5em;
    padding-inline: var(--section-inline-padding);
}

    .landing-section .orange-box .landing-text-wrapper {
        width: 100%;
        max-width: var(--section-max-width);
    }

    .landing-section .orange-box h1 {
        color: white;
        font-family: var(--title-font);
        font-weight: normal;
        font-size: var(--headline-fs-xl);
        margin: 0;
        padding: 0;
        line-height: 1;
        max-width: 100%;
        word-wrap: break-word;
        hyphens: auto;
    }

    .landing-section .orange-box h3 {
        color: white;
        font-family: var(--standard-font);
        font-weight: lighter;
        font-size: var(--subtitle-fs-xl);
        margin: 0;
        padding: 0;
        max-width: 40%;
        word-wrap: break-word;
        text-transform: none;
    }

@media (min-width: 125em) {
    div.homepage .landing-section .landing-image {
        background-position: center 40%;
        background-size: cover;
    }
}

@media (max-width: 70em) {
    .landing-section .orange-box {
        --shape: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
        height: 20em;
        padding-block: 2em;
    }

        .landing-section .orange-box h1 {
            font-size: var(--headline-fs-m);
        }

        .landing-section .orange-box h3 {
            font-size: var(--subtitle-fs-m);
            max-width: 50%;
        }
}

@media (max-width: 58em) {
    .landing-section .orange-box {
        height: 24em;
    }
}

@media (max-width: 50em) {

    div.homepage .landing-section {
        --landing-section-height: 35em;
    }

        div.homepage .landing-section .landing-image {
            background-position: 30% center;
            background-size: cover;
        }

    .landing-section .orange-box {
        --shape: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
        height: 20em;
        padding-block: 2em;
    }

        .landing-section .orange-box h1 {
            font-size: var(--headline-fs-m);
        }

        .landing-section .orange-box h3 {
            font-size: var(--subtitle-fs-m);
            max-width: 80%;
        }
}

@media (max-width: 30em) {
    .landing-section .orange-box h1 {
        font-size: var(--headline-fs-s);
    }

    .landing-section .orange-box h3 {
        font-size: var(--subtitle-fs-s);
        max-width: 80%;
    }
}

div.homepage .about-us-section {
    width: 100%;
    height: fit-content;
}

.about-us-section .orange-box {
    --shape: polygon(0 0, 100% 0%, 100% 80%, 0 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-block: 5em 10em;
    padding-inline: var(--section-inline-padding);
    flex-direction: column;
    gap: 2em;
    height: fit-content;
}

    .about-us-section .orange-box .about-us-text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: var(--section-max-width);
    }

    .about-us-section .orange-box h1 p {
        color: var(--secondary);
        font-family: var(--title-font);
        font-size: var(--headline-fs-xl);
        font-weight: lighter;
        padding: 0;
        margin: 0;
        max-width: 100%;
        margin: 0 0 20px 0;
        word-wrap: break-word;
        hyphens: auto;
    }

    .about-us-section .orange-box p {
        color: var(--secondary);
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-xl);
        font-weight: normal;
        padding: 0;
        margin: 0;
        white-space: break-spaces;
        text-align: center;
        word-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
    }

@media(max-width: 70em) {
    .about-us-section .orange-box {
        --shape: polygon(0 0, 100% 0%, 100% 85%, 0 100%);
        padding-block: 2em 6em;
        gap: 1em;
    }

        .about-us-section .orange-box h1 p {
            font-size: var(--headline-fs-m);
        }

        .about-us-section .orange-box p {
            font-size: var(--paragraph-fs-m);
        }
}

@media(max-width: 50em) {
    .about-us-section .orange-box {
        --shape: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
    }

        .about-us-section .orange-box h1 p {
            font-size: var(--headline-fs-m);
        }

        .about-us-section .orange-box p {
            font-size: var(--paragraph-fs-m);
        }
}

@media(max-width: 30em) {
    .about-us-section .orange-box h1 p {
        font-size: var(--headline-fs-s);
    }

    .about-us-section .orange-box p {
        font-size: var(--paragraph-fs-s);
    }
}

div.homepage .statistics-section {
    height: fit-content;
}

    div.homepage .statistics-section .statistics-section-body {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5em var(--section-inline-padding);
    }

.statistics-section .statistics-wrapper {
    width: 100%;
    max-width: var(--section-max-width);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin: 2em 0;
    gap: 1em;
}

.statistics-section .statistics-card {
    max-width: min(30em, 100%);
    width: 100%;
    height: 25em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding: 3em 0;
}

    .statistics-section .statistics-card .card-icon {
        color: var(--secondary);
        font-size: var(--headline-fs-xl);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .statistics-section .statistics-card .card-value {
        color: var(--secondary);
        font-weight: bold;
        font-size: var(--fs-xl);
        font-family: var(--subtitle-font);
    }

    .statistics-section .statistics-card .card-title {
        color: var(--secondary);
        font-size: var(--subtitle-fs-xl);
        font-family: var(--standard-font);
        font-weight: lighter;
        text-align: center;
        max-width: 100%;
    }

.statistics-section .statistics-bar-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--light-orange);
    padding: 0 var(--section-inline-padding);
    height: fit-content;
}

.statistics-section .statistics-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: var(--section-max-width);
    width: min(100%, 100em);
    padding-block: 2em;
    gap: 2em;
}

    .statistics-section .statistics-bar .since-box {
        width: 20em;
        height: 17em;
        flex: 0 0 auto;
    }

        .statistics-section .statistics-bar .since-box .since-box-value {
            position: absolute;
            width: 20em;
            height: 14em;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .statistics-section .statistics-bar .since-box .since-box-value > div {
                font-size: 10rem;
                color: #FAD7A1;
                font-weight: bold;
                font-family: var(--subtitle-font);
            }

        .statistics-section .statistics-bar .since-box .since-box-text {
            padding: 30% 0 0 30%;
            position: relative;
            z-index: 1;
        }

            .statistics-section .statistics-bar .since-box .since-box-text > div {
                font-size: 4.5rem;
                text-transform: uppercase;
                font-family: var(--title-font);
                color: var(--secondary);
                line-height: 1;
                letter-spacing: -1px;
            }

    .statistics-section .statistics-bar .statistics-paragraph {
        flex: 1 1 auto;
    }

        .statistics-section .statistics-bar .statistics-paragraph p {
            color: var(--secondary);
            font-size: var(--paragraph-fs-xl);
            font-family: var(--standard-font);
            margin-bottom: 1em;
        }

@media(max-width: 70em) {
    .statistics-section .statistics-card .card-icon {
        font-size: var(--headline-fs-m);
    }

    .statistics-section .statistics-card .card-value {
        font-size: var(--headline-fs-m);
    }

    .statistics-section .statistics-card .card-title {
        font-size: var(--subtitle-fs-m);
    }
}

@media(max-width: 55em) {
    .statistics-section .statistics-wrapper {
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-columns: 1fr;
    }
    .statistics-section .statistics-card {
        padding-bottom: 0;
        height: 20em;
    }
}

    @media(max-width: 50em) {

        .statistics-section .statistics-card .card-icon {
            font-size: var(--headline-fs-m);
        }

        .statistics-section .statistics-card .card-value {
            font-size: var(--headline-fs-m);
        }

        .statistics-section .statistics-card .card-title {
            font-size: var(--subtitle-fs-m);
        }

        .statistics-section .statistics-bar .statistics-paragraph {
            margin-top: 1em;
        }

        .statistics-section .statistics-bar {
            flex-direction: column;
            gap: 0;
            width: 100%;
        }

            .statistics-section .statistics-bar .statistics-paragraph p {
                font-size: var(--paragraph-fs-m)
            }
    }

    @media(max-width: 30em) {
        .statistics-section .statistics-card {
            height: 15em;
        }

            .statistics-section .statistics-card .card-icon {
                font-size: var(--headline-fs-s);
            }

            .statistics-section .statistics-card .card-value {
                font-size: var(--headline-fs-s);
            }

            .statistics-section .statistics-card .card-title {
                font-size: var(--subtitle-fs-s);
            }

        .statistics-section .statistics-bar .statistics-paragraph {
            margin-top: 1em;
        }

        .statistics-section .statistics-bar {
            padding: 2em 2em;
        }

            .statistics-section .statistics-bar .statistics-paragraph p {
                font-size: var(--paragraph-fs-s)
            }
    }

    div.homepage section.learn-more-section {
        height: fit-content;
        padding: 4em 0;
    }

    .learn-more-section .title-wrapper {
        padding: 0em 2em 4em 2em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .learn-more-section .title-wrapper h1 {
            font-family: var(--title-font);
            color: var(--secondary);
            font-size: var(--headline-fs-xl);
            margin: 0;
            padding: 0;
            font-weight: lighter;
            hyphens: auto;
            text-align: center;
        }

    .learn-more-section .navigation-card-wrapper {
        width: 100em;
        display: grid;
        justify-items: center;
        grid-template-columns: repeat(4, 1fr);
        max-width: 100%;
    }

        .learn-more-section .navigation-card-wrapper .navigation-card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            max-width: 20em;
            width: 100%;
            height: 25em;
            background-color: var(--light-orange);
            overflow: hidden;
            cursor: pointer;
        }

            .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-header {
                flex: 0 0 auto;
                height: 7em;
                width: 100%;
                display: flex;
                justify-content: flex-end;
                align-items: flex-end;
                padding: 0;
            }

                .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-header .navigation-card-button {
                    width: 5em;
                    height: 5em;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: var(--secondary);
                    border-radius: 50%;
                    margin-right: -1em;
                    user-select: none;
                }

                    .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-header .navigation-card-button .navigation-card-header-image-wrapper {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 2em;
                        height: 3em;
                        user-select: none;
                    }

                    .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-header .navigation-card-button img {
                        max-height: 1rem;
                        transform: rotate(270deg);
                        filter: brightness(0) invert(1);
                        user-select: none;
                    }

            .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body {
                flex: 1 1 auto;
                padding: 0 3em 3em 3em;
                display: grid;
                justify-items: center;
                grid-template-rows: 4fr 6fr 3fr;
                max-height: calc(100% - 7em);
            }

                .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body .navigation-card-icon {
                    color: var(--secondary);
                    font-size: 4rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body .navigation-card-title {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body .navigation-card-title h1 {
                        margin: 0;
                        padding: 0;
                        color: var(--secondary);
                        text-transform: none;
                        font-size: var(--subtitle-fs-xl);
                        font-family: var(--subtitle-font);
                        font-weight: bolder;
                        text-align: center;
                        hyphens: auto;
                    }

                .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body .navigation-card-subtitle {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body .navigation-card-subtitle h3 {
                        padding: 0;
                        margin: 0;
                        color: var(--secondary);
                        text-transform: none;
                        text-align: center;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: 1.2rem;
                        hyphens: auto;
                    }

    @media(max-width: 100em) {
        .learn-more-section .title-wrapper {
            padding: 0em 2em 4em 2em;
        }

        .learn-more-section .navigation-card-wrapper {
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 4em 0;
            width: 50em;
        }
    }

    @media(max-width: 70em) {
        .learn-more-section .title-wrapper h1 {
            font-size: var(--headline-fs-m);
        }

        .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body .navigation-card-title h1 {
            font-size: var(--subtitle-fs-m);
        }
    }

    @media(max-width: 50em) {
        .learn-more-section .title-wrapper h1 {
            font-size: var(--headline-fs-m);
        }

        .learn-more-section .navigation-card-wrapper {
            grid-template-columns: 1fr;
            grid-template-rows: repeat(4, 1fr);
            gap: 4em 0;
            width: 50em;
        }

            .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body .navigation-card-title h1 {
                font-size: var(--subtitle-fs-m);
            }
    }

    @media(max-width: 30em) {
        .learn-more-section .title-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .learn-more-section .navigation-card-wrapper .navigation-card .navigation-card-body .navigation-card-title h1 {
            font-size: var(--subtitle-fs-s);
        }
    }

    div.homepage section.map-section .orange-box {
        --shape: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
        padding: 10em;
        height: fit-content;
    }

    section.map-section .orange-box .map-bar {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100em;
    }

    section.map-section .orange-box .map-description {
        width: 20em;
        max-width: 100%;
        flex: 0 0 auto;
    }

        section.map-section .orange-box .map-description h1 p {
            color: white;
            font-family: var(--title-font);
            font-size: var(--headline-fs-xl);
            font-weight: lighter;
            line-height: 0.8;
            margin: 0;
            padding: 0;
            word-break: break-word;
            hyphens: auto;
        }

        section.map-section .orange-box .map-description > p {
            color: white;
            font-family: var(--standard-font);
            font-size: var(--paragraph-fs-s);
            font-weight: lighter;
            margin: 0;
            padding: 0;
            word-break: break-word;
            hyphens: auto;
            margin-top: 2em;
        }

        section.map-section .orange-box .map-description > button {
            align-self: start;
            margin: 1em 0 0 0;
            outline: none;
            border: none;
            height: 2.5em;
            font-size: var(--paragraph-fs-s);
            color: var(--secondary);
            background-color: white;
            padding: 0 2em;
            border-radius: 2em;
            text-transform: uppercase;
            font-weight: bold;
        }

            section.map-section .orange-box .map-description > button p {
                margin: 0;
            }

            section.map-section .orange-box .map-wrapper {
                flex: 1 1 auto;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 5em;
            }

        section.map-section .orange-box .map-wrapper .map-clean {
            position: relative;
            max-width: 100%;
            height: 30em;
            object-fit: contain;
            width: 100%;
            user-select: none;
        }

        section.map-section .orange-box .map-wrapper .map-pins {
            position: absolute;
            width: 100%;
            height: 30em;
            padding: 0 5em;
        }

    @media(max-width: 70em) {
        div.homepage section.map-section .orange-box {
            --shape: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
            padding: 8em 5em;
        }

        section.map-section .orange-box .map-bar {
            flex-direction: column;
            gap: 2em;
        }

        section.map-section .orange-box .map-description {
            width: 30em;
            text-align: center;
        }

            section.map-section .orange-box .map-description h1 p {
                font-size: var(--headline-fs-m);
            }

            section.map-section .orange-box .map-description > p {
                font-size: var(--paragraph-fs-m);
            }

        section.map-section .orange-box .map-wrapper {
            padding: 0;
        }
    }

    @media(max-width: 50em) {

        div.homepage section.map-section .orange-box {
            padding: 6em 2em;
        }

        section.map-section .orange-box .map-description h1 p {
            font-size: var(--headline-fs-m);
        }

        section.map-section .orange-box .map-description > p {
            font-size: var(--paragraph-fs-m);
        }

        section.map-section .orange-box .map-description {
            padding: 0 2em;
            width: 32em;
            max-width: 100%;
        }
    }

    @media(max-width: 30em) {
        div.homepage section.map-section .orange-box {
            padding: 6em 0em;
        }

        section.map-section .orange-box .map-description h1 p {
            font-size: var(--headline-fs-s);
        }

        section.map-section .orange-box .map-description > p {
            font-size: var(--paragraph-fs-s);
        }

        section.map-section .orange-box .map-wrapper .map-clean {
            height: 20em;
        }
    }

    div.homepage section.service-section {
        height: fit-content;
        padding: 4em 0 0 0;
    }

    section.service-section .service-wrapper {
        padding: 0;
        width: fit-content;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        section.service-section .service-wrapper > h1 {
            font-family: var(--title-font);
            color: var(--secondary);
            font-size: var(--headline-fs-xl);
            margin: 0;
            padding: 0 0.5em;
            font-weight: lighter;
            hyphens: auto;
            text-align: center;
        }

        section.service-section .service-wrapper h3 {
            color: var(--secondary);
            font-family: var(--standard-font);
            font-size: var(--paragraph-fs-xl);
            font-weight: normal;
            padding: 0 2em;
            margin: 0;
            white-space: break-spaces;
            text-align: center;
            text-transform: none;
            margin-top: 1em;
            word-wrap: break-word;
            hyphens: auto;
        }

        section.service-section .service-wrapper .services {
            width: 100em;
            max-width: 100%;
            height: fit-content;
            padding: 2em;
        }

    @media(max-width: 70em) {
        section.service-section .service-wrapper > h1 {
            font-size: var(--headline-fs-m);
        }

        section.service-section .service-wrapper h3 {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 50em) {
        section.service-section .service-wrapper > h1 {
            font-size: var(--headline-fs-m);
        }

        section.service-section .service-wrapper h3 {
            font-size: var(--paragraph-fs-m);
        }

        section.service-section .service-wrapper .services {
            padding-block: 0;
        }
    }

    @media(max-width: 30em) {
        section.service-section .service-wrapper > h1 {
            font-size: var(--headline-fs-s);
        }

        section.service-section .service-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }

        section.service-section .service-wrapper .services {
            padding: 0;
        }
    }


    div.homepage section.news-section {
        height: fit-content;
        padding: 4em 0 0 0;
    }

        div.homepage section.news-section .section-body {
            width: 100%;
            padding-inline: var(--section-inline-padding);
            display: flex;
            justify-content: center;
            align-items: center;
        }

    section.news-section .news-component-wrapper {
        width: 100%;
        max-width: var(--section-max-width);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 4em 0;
    }

    @media(max-width: 70em) {
        section.news-section .news-component-wrapper {
            padding: 2em 0;
        }
    }

    @media(max-width: 50em) {
    }

    @media(max-width: 30em) {
    }


    div.homepage section.jobs-section {
        padding: 2em;
        position: relative;
        height: fit-content;
    }

    section.jobs-section .jobs-content-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100em;
    }

    section.jobs-section .jobs-title-wrapper {
        flex: 0 0 auto;
        width: 40em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        section.jobs-section .jobs-title-wrapper h1 {
            font-family: var(--title-font);
            color: var(--secondary);
            font-size: var(--headline-fs-xl);
            margin: 0;
            padding: 0;
            font-weight: lighter;
            hyphens: auto;
            text-align: center;
            max-width: 4em;
        }

    section.jobs-section .jobs-body-wrapper {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 8em 0;
    }

        section.jobs-section .jobs-body-wrapper .jobs-body-text-wrapper {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            padding: 2em;
            max-width: 50em;
        }

        section.jobs-section .jobs-body-wrapper h1 {
            color: var(--secondary);
            font-family: var(--subtitle-font);
            font-size: var(--subtitle-fs-xl);
            font-weight: bolder;
            padding: 0;
            margin: 0;
            white-space: break-spaces;
            text-align: start;
            text-transform: none;
            word-wrap: break-word;
            hyphens: auto;
            max-width: 70%;
        }

        section.jobs-section .jobs-body-wrapper .jobs-body-paragraph {
            color: var(--secondary);
            font-family: var(--standard-font);
            font-size: var(--paragraph-fs-s);
            font-weight: lighter;
            line-height: 1.5;
            margin: 0;
            padding: 0;
            word-break: break-word;
            hyphens: auto;
            max-width: 100%;
        }

            section.jobs-section .jobs-body-wrapper .jobs-body-paragraph p {
                margin: 0;
                padding: 0;
                margin-top: 1.5em;
            }

            section.jobs-section .jobs-body-wrapper button {
                align-self: start;
                margin: 2em 0 0 0;
                outline: none;
                border: none;
                height: 2.5em;
                min-width: 15em;
                font-size: var(--paragraph-fs-s);
                color: white;
                background-color: var(--secondary);
                padding: 0 2em;
                border-radius: 2em;
                text-transform: uppercase;
            }

                section.jobs-section .jobs-body-wrapper button p {
                    margin: 0;
                }


@media(max-width: 100em) {
    section .jobs-section .jobs-body-wrapper h1 {
        max-width: 100%;
    }
}

    @media(max-width: 70em) {
        section.jobs-section .jobs-content-wrapper {
            flex-direction: column;
            padding: 2em 0;
            max-width: 100%;
        }

        section.jobs-section .jobs-body-wrapper {
            padding: 1em 0;
        }

            section.jobs-section .jobs-body-wrapper .jobs-body-text-wrapper {
                align-items: center;
                padding: 2em 2em 0 2em;
            }

        section.jobs-section .jobs-title-wrapper {
            max-width: 100%;
        }

            section.jobs-section .jobs-title-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

        section.jobs-section .jobs-body-wrapper h1 {
            font-size: var(--subtitle-fs-m);
            text-align: center;
        }

        section.jobs-section .jobs-body-wrapper .jobs-body-paragraph p {
            font-size: var(--paragraph-fs-s);
            text-align: center;
        }

        section.jobs-section .jobs-body-wrapper button {
            align-self: center;
        }
    }

    @media(max-width: 50em) {
        section.jobs-section .jobs-title-wrapper h1 {
            font-size: var(--headline-fs-m);
        }

        section.jobs-section .jobs-body-wrapper h1 {
            font-size: var(--subtitle-fs-m);
        }

        section.jobs-section .jobs-body-wrapper .jobs-body-paragraph p {
            font-size: var(--paragraph-fs-s);
        }
    }

    @media(max-width: 30em) {
        section.jobs-section .jobs-title-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        section.jobs-section .jobs-body-wrapper h1 {
            font-size: var(--subtitle-fs-s);
        }

        section.jobs-section .jobs-body-wrapper .jobs-body-paragraph p {
            font-size: var(--paragraph-fs-s);
        }
    }

    section.jobs-section .bubble {
        --bubble-diameter: 10em;
        --window-height: 100%;
        --bubble-steps: 100px;
        width: var(--bubble-diameter);
        height: var(--bubble-diameter);
        display: block;
        animation: rise-homepage 60s infinite ease-in;
    }

        section.jobs-section .bubble:nth-child(1) {
            --bubble-diameter: 20em;
            --bubble-steps: -0.5em;
            left: 10%;
            animation-duration: 23s;
        }

        section.jobs-section .bubble:nth-child(2) {
            --bubble-diameter: 15em;
            --bubble-steps: -1em;
            left: 30%;
            animation-duration: 40s;
            animation-delay: 1s;
        }

        section.jobs-section .bubble:nth-child(3) {
            --bubble-diameter: 12em;
            --bubble-steps: 75px;
            left: 80%;
            animation-duration: 15s;
            animation-delay: 5s;
            background: #fadbaa;
        }

    @keyframes rise-homepage {
        0% {
            bottom: calc(var(--bubble-diameter) * -1);
            transform: translateX(0);
        }

        50% {
            transform: translate(var(--bubble-steps));
        }

        100% {
            bottom: calc(var(--window-height) + 50px);
            transform: translateX(calc( var(--bubble-diameter) * -1));
        }
    }


    /*Paedagogik der Vielfalt*/

    .paedagogik-der-vielfalt {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-header .orange-box .paedagogik-der-vielfalt-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 {
        height: fit-content;
    }

        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
            }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0 10em 0 0;
                }

                    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 40em;
                    height: 25em;
                    max-width: 100%;
                    position: relative;
                    flex: 0 0 auto;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-image-wrapper > img {
                        -moz-transform: scaleX(-1);
                        -o-transform: scaleX(-1);
                        -webkit-transform: scaleX(-1);
                        transform: scaleX(-1);
                        width: 100%;
                        height: 100%;
                    }

                    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

    @media(max-width: 100em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-text-wrapper {
            padding: 0 8em 0 0;
        }
    }

    @media(max-width: 70em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body {
            flex-direction: column-reverse;
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 5em 0 0 0;
            }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 20em;
            }
    }

    @media(max-width: 50em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: 15em;
                width: 20em;
            }
    }

    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 {
        height: fit-content;
    }

        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            overflow: hidden;
        }

        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body {
            width: 100%;
            max-width: var(--section-max-width);
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                word-wrap: break-word;
                hyphens: auto;
            }


            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .image-wrapper {
                float: left;
                width: 40em;
                height: 25em;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0 6em 1em 0;
            }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--light-orange);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-text-wrapper > p {
                    text-align: justify;
                }



    @media(max-width: 100em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-top .section-body-text-wrapper > p {
            padding: 0 0 0 4em;
        }
    }

    @media(max-width: 70em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-top {
            flex-direction: column;
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-top .image-wrapper {
                width: 30em;
                height: 20em;
            }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-top .section-body-text-wrapper {
                padding: 2em 0 0 0;
                min-height: auto;
            }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-top .section-body-text-wrapper > p {
                    padding: 0;
                }

        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-bottom {
            padding-top: 2em;
        }
    }

    @media(max-width: 30em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-2 .section-body .section-body-top .image-wrapper {
            height: 15em;
            width: 20em;
        }
    }


    .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 {
        height: fit-content;
    }

        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            width: 100%;
            background-color: var(--light-orange);
            overflow: hidden;
        }

        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: var(--section-max-width);
            flex-direction: column;
            padding: 5em 8em;
            position: relative;
            z-index: 1;
        }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-body i {
                position: absolute;
                z-index: 0;
                color: white;
                font-size: 20rem;
                top: 0;
                margin: -0.35em 0 0 1.5em;
            }

            .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-body .section-body-text-wrapper {
                flex: 1 1 auto;
                height: fit-content;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-body .section-body-text-wrapper p {
                    margin: 0;
                    position: relative;
                    z-index: 1;
                }

                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-body .section-body-text-wrapper > p {
                    color: var(--secondary);
                    font-size: var(--paragraph-fs-s);
                    margin: 0;
                    text-align: center;
                    word-wrap: break-word;
                    hyphens: auto;
                }


                .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-body .section-body-text-wrapper > h3 {
                    color: var(--secondary);
                    font-size: var(--paragraph-fs-s);
                    margin: 0;
                    padding: 1em 0 0 0;
                    word-wrap: break-word;
                    hyphens: auto;
                    position: relative;
                    z-index: 1;
                }

    @media(max-width: 70em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-body {
            padding-inline: 4em;
        }
    }

    @media(max-width: 50em) {
        .paedagogik-der-vielfalt section.paedagogik-der-vielfalt-section-3 .section-body {
            padding-inline: 2em;
        }
    }

    .paedagogik-der-vielfalt section.learn-more-section {
        padding: 5em 0 10em 0;
    }


    /* Unsere Vision */

    .vision {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }

        .vision section.vision-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .vision section.vision-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .vision section.vision-header .orange-box .vision-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .vision section.vision-header .orange-box .vision-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .vision section.vision-header .orange-box .vision-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .vision section.vision-header .orange-box .vision-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .vision section.vision-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .vision section.vision-header .orange-box .vision-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .vision section.vision-header .orange-box .vision-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .vision section.vision-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .vision section.vision-header .orange-box .vision-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .vision section.vision-header .orange-box .vision-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .vision section.vision-header .orange-box .vision-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .vision section.vision-header .orange-box .vision-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .vision section.vision-section-1 {
        height: fit-content;
    }

        .vision section.vision-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .vision section.vision-section-1 .orange-box .section-body {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
            }

                .vision section.vision-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0 10em 0 0;
                }

                    .vision section.vision-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .vision section.vision-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 35em;
                    height: 24em;
                    max-width: 100%;
                    position: relative;
                    flex: 0 0 auto;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .vision section.vision-section-1 .orange-box .section-body .section-body-image-wrapper > img {
                        -moz-transform: scaleX(-1);
                        -o-transform: scaleX(-1);
                        -webkit-transform: scaleX(-1);
                        transform: scaleX(-1);
                        width: 100%;
                        height: 100%;
                    }

                    .vision section.vision-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .vision section.vision-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .vision section.vision-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

    @media(max-width: 100em) {
        .vision section.vision-section-1 .orange-box .section-body .section-body-text-wrapper {
            padding: 0 8em 0 0;
        }
    }

    @media(max-width: 70em) {
        .vision section.vision-section-1 .orange-box .section-body {
            flex-direction: column-reverse;
        }

            .vision section.vision-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 5em 0 0 0;
            }

            .vision section.vision-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 20em;
            }
    }

    @media(max-width: 50em) {
        .vision section.vision-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .vision section.vision-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .vision section.vision-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: 15em;
                width: 20em;
            }
    }

    .vision section.vision-section-2 {
        height: fit-content;
    }

        .vision section.vision-section-2 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            overflow: hidden;
        }

        .vision section.vision-section-2 .section-body {
            width: 100%;
            max-width: var(--section-max-width);
        }

            .vision section.vision-section-2 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .vision section.vision-section-2 .section-body .image-wrapper {
                float: left;
                width: 38em;
                height: 25em;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0 8em 1em 0;
            }

                .vision section.vision-section-2 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .vision section.vision-section-2 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--light-orange);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -45px 30px 0;
                }

            .vision section.vision-section-2 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .vision section.vision-section-2 .section-body .section-body-text-wrapper > p {
                    text-align: justify;
                }

    @media(max-width: 70em) {
        .vision section.vision-section-2 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .vision section.vision-section-2 .section-body .image-wrapper {
                margin: 0;
            }

            .vision section.vision-section-2 .section-body .section-body-text-wrapper {
                margin-top: 2em;
            }
    }

    @media(max-width: 50em) {
        .vision section.vision-section-2 .section-body .image-wrapper {
            width: 38em;
            max-width: 100%;
            height: auto;
        }
    }


    .vision section.vision-section-3 {
        height: fit-content;
    }

        .vision section.vision-section-3 .orange-box {
            --shape: polygon(0 10%, 100% 0%, 100% 100%, 0 98%);
            height: fit-content;
            background-color: var(--light-orange);
            padding: 4em 0 0 0;
            overflow: hidden;
        }

            .vision section.vision-section-3 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                    .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-transform: none;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body {
                    width: 100%;
                    max-width: var(--section-max-width);
                    padding: 4em 0;
                }

                    .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        flex: 1 1 auto;
                        height: 100%;
                    }

                        .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper > p {
                        }


                    .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
                        float: right;
                        position: relative;
                        width: 35em;
                        height: 20em;
                        max-width: 100%;
                        margin: 0 0 0 7em;
                    }

                        .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i {
                            position: absolute;
                            color: var(--secondary);
                        }

                            .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(1) {
                                font-size: 25rem;
                                right: 0;
                                top: 0;
                                margin: -0.52em -0.42em 0 0;
                            }

                            .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(2) {
                                font-size: 7rem;
                                bottom: 0;
                                left: 0;
                                margin: 0 0 0.4em -0.5em;
                            }

                        .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper > img {
                            width: 100%;
                            height: 100%;
                        }

    @media(max-width: 100em) {
        .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
            width: 30em;
            height: 18em;
        }
    }

    @media(max-width: 70em) {
        .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body {
            display: flex;
            flex-direction: column-reverse;
            align-items: center;
        }

        .vision section.vision-section-3 .orange-box {
            --shape: polygon(0 7%, 100% 0%, 100% 100%, 0 98%);
        }

            .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }

            .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
                margin: 2em 0 0 0;
            }
    }

    @media(max-width: 50em) {
        .vision section.vision-section-3 .orange-box {
            --shape: polygon(0 5%, 100% 0%, 100% 100%, 0 98%);
            padding: 1em 0 0 0;
        }

            .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-m);
            }

            .vision section.vision-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
                height: auto;
                width: 30em;
                max-width: 100%;
            }
    }

    @media(max-width: 30em) {
        .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .vision section.vision-section-3 .orange-box .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .vision section.vision-section-4 {
        height: fit-content;
    }

        .vision section.vision-section-4 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

            .vision section.vision-section-4 .section-content-wrapper .section-body-text-wrapper {
                padding: 4em 0;
                max-width: var(--section-max-width);
            }

                .vision section.vision-section-4 .section-content-wrapper .section-body-text-wrapper > p {
                    color: var(--secondary);
                    text-align: center;
                    font-size: var(--paragraph-fs-s);
                    word-wrap: break-word;
                    hyphens: auto;
                }


    .vision .learn-more-section .orange-box {
        height: fit-content;
        background-color: var(--light-orange);
        padding: 10em 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .vision .learn-more-section .navigation-card-wrapper .navigation-card {
        background-color: white;
    }

    .vision footer.homepage {
        background-color: var(--light-orange);
    }

    @media(max-width: 70em) {
        .vision .learn-more-section .orange-box {
            --shape: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
        }
    }

    @media(max-width: 50em) {
        .vision .learn-more-section .orange-box {
            --shape: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
        }
    }

    /* Qualität */

    .quality {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }

        .quality section.quality-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .quality section.quality-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .quality section.quality-header .orange-box .quality-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .quality section.quality-header .orange-box .quality-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .quality section.quality-header .orange-box .quality-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .quality section.quality-header .orange-box .quality-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .quality section.quality-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .quality section.quality-header .orange-box .quality-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .quality section.quality-header .orange-box .quality-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .quality section.quality-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .quality section.quality-header .orange-box .quality-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .quality section.quality-header .orange-box .quality-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .quality section.quality-header .orange-box .quality-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .quality section.quality-header .orange-box .quality-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .quality section.quality-section-1 {
        height: fit-content;
    }

        .quality section.quality-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .quality section.quality-section-1 .orange-box .section-body {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
            }

                .quality section.quality-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0 10em 0 0;
                }

                    .quality section.quality-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .quality section.quality-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 35em;
                    height: 24em;
                    max-width: 100%;
                    position: relative;
                    flex: 0 0 auto;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .quality section.quality-section-1 .orange-box .section-body .section-body-image-wrapper > img {
                        -moz-transform: scaleX(-1);
                        -o-transform: scaleX(-1);
                        -webkit-transform: scaleX(-1);
                        transform: scaleX(-1);
                        width: 100%;
                        height: 100%;
                    }

                    .quality section.quality-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .quality section.quality-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .quality section.quality-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

    @media(max-width: 100em) {
        .quality section.quality-section-1 .orange-box .section-body .section-body-text-wrapper {
            padding: 0 8em 0 0;
        }
    }

    @media(max-width: 70em) {
        .quality section.quality-section-1 .orange-box .section-body {
            flex-direction: column-reverse;
        }

            .quality section.quality-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 5em 0 0 0;
            }

            .quality section.quality-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 20em;
            }
    }

    @media(max-width: 50em) {
        .quality section.quality-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .quality section.quality-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .quality section.quality-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: 15em;
                width: 20em;
            }
    }

    .quality section.quality-section-2 {
        height: fit-content;
    }

        .quality section.quality-section-2 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            overflow: hidden;
        }

        .quality section.quality-section-2 .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: var(--section-max-width);
            flex-direction: column;
        }

            .quality section.quality-section-2 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .quality section.quality-section-2 .section-body .section-body-top {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                position: relative;
                height: fit-content;
            }

                .quality section.quality-section-2 .section-body .section-body-top .image-wrapper {
                    flex: 0 0 auto;
                    width: 35em;
                    height: 22em;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .quality section.quality-section-2 .section-body .section-body-top .image-wrapper img {
                        height: 100%;
                        width: 100%;
                    }

                    .quality section.quality-section-2 .section-body .section-body-top .image-wrapper i {
                        position: absolute;
                        color: var(--light-orange);
                        font-size: 8rem;
                        right: 0;
                        bottom: 0;
                        margin: 0 -45px 30px 0;
                    }

                .quality section.quality-section-2 .section-body .section-body-top .section-body-text-wrapper {
                    flex: 1 1 auto;
                    height: fit-content;
                    min-height: 25em;
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                }

                    .quality section.quality-section-2 .section-body .section-body-top .section-body-text-wrapper > p {
                        text-align: justify;
                        padding: 0 0 0 8em;
                    }


            .quality section.quality-section-2 .section-body .section-body-bottom {
                padding-top: 3em;
            }

    @media(max-width: 100em) {
        .quality section.quality-section-2 .section-body .section-body-top .section-body-text-wrapper > p {
            padding: 0 0 0 4em;
        }
    }

    @media(max-width: 70em) {
        .quality section.quality-section-2 .section-body .section-body-top {
            flex-direction: column;
        }

            .quality section.quality-section-2 .section-body .section-body-top .image-wrapper {
                width: 30em;
                height: 20em;
            }

            .quality section.quality-section-2 .section-body .section-body-top .section-body-text-wrapper {
                padding: 2em 0 0 0;
                min-height: auto;
            }

                .quality section.quality-section-2 .section-body .section-body-top .section-body-text-wrapper > p {
                    padding: 0;
                }

        .quality section.quality-section-2 .section-body .section-body-bottom {
            padding-top: 2em;
        }
    }

    @media(max-width: 30em) {
        .quality section.quality-section-2 .section-body .section-body-top .image-wrapper {
            height: 15em;
            width: 20em;
        }
    }


    .quality section.quality-section-3 {
        height: fit-content;
    }

        .quality section.quality-section-3 .orange-box {
            --shape: polygon(0 10%, 100% 0%, 100% 100%, 0 98%);
            height: fit-content;
            background-color: var(--light-orange);
            padding: 4em 0 0 0;
            overflow: hidden;
        }

            .quality section.quality-section-3 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                    .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-transform: none;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    gap: 7em;
                    padding: 4em 0;
                }

                    .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        flex: 1 1 auto;
                        height: 100%;
                    }

                        .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper > p {
                        }


                    .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
                        flex: 0 0 auto;
                        position: relative;
                        width: 35em;
                        height: 20em;
                        align-self: center;
                        max-width: 100%;
                    }

                        .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i {
                            position: absolute;
                            color: var(--secondary);
                        }

                            .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(1) {
                                font-size: 25rem;
                                right: 0;
                                top: 0;
                                margin: -0.52em -0.42em 0 0;
                            }

                            .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(2) {
                                font-size: 7rem;
                                bottom: 0;
                                left: 0;
                                margin: 0 0 0.4em -0.5em;
                            }

                        .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper > img {
                            width: 100%;
                            height: 100%;
                        }

    @media(max-width: 100em) {
        .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
            width: 30em;
            height: 18em;
        }

        .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body {
            gap: 4em;
        }
    }

    @media(max-width: 70em) {
        .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body {
            flex-direction: column;
        }

        .quality section.quality-section-3 .orange-box {
            --shape: polygon(0 7%, 100% 0%, 100% 100%, 0 98%);
        }

            .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .quality section.quality-section-3 .orange-box {
            --shape: polygon(0 5%, 100% 0%, 100% 100%, 0 98%);
            padding: 1em 0 0 0;
        }

            .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-m);
            }

            .quality section.quality-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
                height: auto;
                max-width: 100%;
                width: 30em;
            }
    }

    @media(max-width: 30em) {
        .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .quality section.quality-section-3 .orange-box .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .quality section.quality-section-4 {
        height: fit-content;
    }

        .quality section.quality-section-4 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

            .quality section.quality-section-4 .section-content-wrapper .section-header {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
                flex-direction: column;
            }

                .quality section.quality-section-4 .section-content-wrapper .section-header > h1 {
                    margin: 0;
                    color: var(--secondary);
                    font-family: var(--title-font);
                    font-size: var(--headline-fs-xl);
                    font-weight: lighter;
                    max-width: 100%;
                    word-break: break-word;
                    hyphens: auto;
                }

                .quality section.quality-section-4 .section-content-wrapper .section-header > h3 {
                    margin: 0;
                    color: var(--secondary);
                    font-family: var(--subtitle-font);
                    font-size: var(--subtitle-fs-s);
                    text-transform: none;
                    font-weight: lighter;
                    padding: 5px 0 0 0;
                    max-width: 100%;
                    word-break: break-word;
                    hyphens: auto;
                }

            .quality section.quality-section-4 .section-content-wrapper .section-body-text-wrapper {
                padding: 4em 0;
                max-width: var(--section-max-width);
            }

                .quality section.quality-section-4 .section-content-wrapper .section-body-text-wrapper > p {
                    color: var(--secondary);
                    text-align: center;
                    font-size: var(--paragraph-fs-s);
                    word-wrap: break-word;
                    hyphens: auto;
                    margin: 0;
                }


    @media(max-width: 70em) {

        .quality section.quality-section-4 .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-m);
        }

        .quality section.quality-section-4 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-xl);
        }
    }

    @media(max-width: 50em) {
        .quality section.quality-section-4 .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-m);
        }

        .quality section.quality-section-4 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 30em) {
        .quality section.quality-section-4 .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .quality section.quality-section-4 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }



    .quality section.quality-section-5 {
        height: fit-content;
    }

        .quality section.quality-section-5 .orange-box {
            --shape: polygon(0 0%, 100% 15%, 100% 100%, 0 95%);
            height: fit-content;
            background-color: var(--light-orange);
            padding: 4em 0 0 0;
            overflow: hidden;
        }

            .quality section.quality-section-5 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header > h1 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                    .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-transform: none;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    gap: 7em;
                    padding: 4em 0;
                }

                    .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        flex: 1 1 auto;
                        height: 100%;
                    }


                    .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper {
                        flex: 0 0 auto;
                        position: relative;
                        width: 35em;
                        height: 24em;
                        align-self: center;
                        max-width: 100%;
                    }

                        .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper i {
                            position: absolute;
                            color: var(--secondary);
                        }

                            .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(1) {
                                font-size: 7rem;
                                right: 0;
                                bottom: 0;
                                margin: 0 -0.5em 20px 0;
                            }

                        .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper > img {
                            width: 100%;
                            height: 100%;
                        }

    @media(max-width: 100em) {
        .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper {
            width: 30em;
            height: 18em;
        }

        .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body {
            gap: 4em;
        }
    }

    @media(max-width: 70em) {
        .quality section.quality-section-5 .orange-box .section-content-wrapper .section-body {
            flex-direction: column;
        }

        .quality section.quality-section-5 .orange-box {
            --shape: polygon(0 7%, 100% 0%, 100% 100%, 0 98%);
        }

            .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .quality section.quality-section-5 .orange-box {
            --shape: polygon(0 5%, 100% 0%, 100% 100%, 0 98%);
            padding: 1em 0 0 0;
        }

            .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .quality section.quality-section-5 .orange-box .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .quality section.quality-section-6 {
        height: fit-content;
    }

        .quality section.quality-section-6 .section-content-wrapper {
            position: relative;
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
            overflow: visible;
        }

            .quality section.quality-section-6 .section-content-wrapper i {
                position: absolute;
                color: var(--light-orange);
                font-size: 15rem;
                top: 0;
                margin: -50px -40% 0 0;
                z-index: 0;
            }

            .quality section.quality-section-6 .section-content-wrapper .section-header {
                position: relative;
                z-index: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
                flex-direction: column;
            }

                .quality section.quality-section-6 .section-content-wrapper .section-header > h1 {
                    margin: 0;
                    color: var(--secondary);
                    font-family: var(--title-font);
                    font-size: var(--headline-fs-xl);
                    font-weight: lighter;
                    max-width: 100%;
                    word-break: break-word;
                    hyphens: auto;
                }

                .quality section.quality-section-6 .section-content-wrapper .section-header > h3 {
                    margin: 0;
                    color: var(--secondary);
                    font-family: var(--subtitle-font);
                    font-size: var(--subtitle-fs-s);
                    text-transform: none;
                    font-weight: lighter;
                    padding: 5px 0 0 0;
                    max-width: 100%;
                    word-break: break-word;
                    hyphens: auto;
                }

            .quality section.quality-section-6 .section-content-wrapper .section-body {
                position: relative;
                z-index: 1;
            }

                .quality section.quality-section-6 .section-content-wrapper .section-body .section-body-text-top {
                    padding: 2em 0 1em 0;
                    max-width: var(--section-max-width);
                }

                    .quality section.quality-section-6 .section-content-wrapper .section-body .section-body-text-top > p {
                        text-align: center;
                        font-size: var(--paragraph-fs-s);
                        word-wrap: break-word;
                        hyphens: auto;
                        margin: 0;
                    }


                .quality section.quality-section-6 .section-content-wrapper .section-body .section-body-text-bottom {
                    padding: 1em 0;
                    max-width: var(--section-max-width);
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                }

                    .quality section.quality-section-6 .section-content-wrapper .section-body .section-body-text-bottom div.text {
                        flex: 0 0 auto;
                        width: 12em;
                        padding: 0 2em 0 0;
                        color: var(--secondary);
                        text-align: start;
                        font-size: var(--subtitle-fs-s);
                        word-wrap: break-word;
                        hyphens: auto;
                        margin: 0;
                    }

                .quality section.quality-section-6 .section-content-wrapper .section-body p {
                    margin: 0;
                }

                .quality section.quality-section-6 .section-content-wrapper .section-body .section-body-text-bottom > p {
                    text-align: start;
                    font-size: var(--paragraph-fs-s);
                    word-wrap: break-word;
                    hyphens: auto;
                    margin: 0;
                }



    @media(max-width: 70em) {

        .quality section.quality-section-6 .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-m);
        }

        .quality section.quality-section-6 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-xl);
        }
    }

    @media(max-width: 50em) {
        .quality section.quality-section-6 .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-m);
        }

        .quality section.quality-section-6 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-m);
        }

        .quality section.quality-section-6 .section-content-wrapper .section-body .section-body-text-bottom {
            flex-direction: column;
        }

            .quality section.quality-section-6 .section-content-wrapper .section-body .section-body-text-bottom div.text {
                align-self: center;
                text-align: center;
                padding: 0 0 1em 0;
            }
    }

    @media(max-width: 30em) {
        .quality section.quality-section-6 .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .quality section.quality-section-6 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }






    .quality .learn-more-section .orange-box {
        height: fit-content;
        background-color: var(--light-orange);
        padding: 10em 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .quality .learn-more-section .navigation-card-wrapper .navigation-card {
        background-color: white;
    }

    .quality footer.homepage {
        background-color: var(--light-orange);
    }

    @media(max-width: 70em) {
        .quality .learn-more-section .orange-box {
            --shape: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
        }
    }

    @media(max-width: 50em) {
        .quality .learn-more-section .orange-box {
            --shape: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
        }
    }


    /* KITAS */

    .kitas-info {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .kitas-info section.kitas-info-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .kitas-info section.kitas-info-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .kitas-info section.kitas-info-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .kitas-info section.kitas-info-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .kitas-info section.kitas-info-header .orange-box .kitas-info-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .kitas-info section.kitas-info-section-1 {
        height: fit-content;
    }

        .kitas-info section.kitas-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .kitas-info section.kitas-info-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
            }

                .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }


    @media(max-width: 70em) {
        .kitas-info section.kitas-info-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

            .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 22em;
                margin: 0 0 3em 0;
            }
    }

    @media(max-width: 50em) {
        .kitas-info section.kitas-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .kitas-info section.kitas-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .kitas-info section.kitas-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: auto;
                width: 20em;
            }
    }

    .kitas-info section.kitas-info-section-2 {
        height: fit-content;
    }

        .kitas-info section.kitas-info-section-2 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            overflow: hidden;
        }

        .kitas-info section.kitas-info-section-2 .section-body {
            position: relative;
            width: 100%;
            max-width: var(--section-max-width);
        }

            .kitas-info section.kitas-info-section-2 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .kitas-info section.kitas-info-section-2 .section-body .image-wrapper {
                width: 35em;
                height: auto;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                float: left;
                margin: 0 7em 1em 0;
            }

                .kitas-info section.kitas-info-section-2 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .kitas-info section.kitas-info-section-2 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--light-orange);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .kitas-info section.kitas-info-section-2 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .kitas-info section.kitas-info-section-2 .section-body .section-body-text-wrapper p {
                    text-align: justify;
                    padding: 0;
                }

    @media(max-width: 70em) {
        .kitas-info section.kitas-info-section-2 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1em;
        }

            .kitas-info section.kitas-info-section-2 .section-body .image-wrapper {
                width: 30em;
                height: 20em;
                margin: 0 0 2em 0;
            }
    }

    @media(max-width: 30em) {
        .kitas-info section.kitas-info-section-2 .section-body .image-wrapper {
            height: 15em;
            width: 20em;
        }
    }

    .kitas-info section.kitas-info-section-3 {
        height: fit-content;
    }

        .kitas-info section.kitas-info-section-3 .little-fix {
            position: absolute;
            bottom: 0;
            height: 10%;
            width: 100%;
            background-color: var(--light-orange);
        }

        .kitas-info section.kitas-info-section-3 .orange-box {
            --shape: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
            background-color: var(--secondary);
            height: fit-content;
            padding: 4em 0;
        }


            .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                max-width: var(--section-max-width);
            }

                .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body {
                    position: relative;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description {
                        flex: 0 0 auto;
                        width: 30em;
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;
                        padding: 0 4em;
                    }

                        .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description p {
                            margin: 0;
                        }

                        .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description > h1 {
                            margin: 0;
                            color: white;
                            font-family: var(--title-font);
                            font-size: var(--headline-fs-xl);
                            font-weight: lighter;
                            line-height: 0.8;
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                        .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description > p {
                            padding: 2em 0;
                            font-family: var(--standard-font);
                            font-size: var(--paragraph-fs-s);
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                        .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description > button {
                            align-self: start;
                            outline: none;
                            border: none;
                            height: 2.5em;
                            font-size: var(--paragraph-fs-s);
                            color: var(--secondary);
                            background-color: white;
                            padding: 0 2em;
                            border-radius: 2em;
                            text-transform: uppercase;
                            font-weight: bold;
                        }

                    .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-wrapper {
                        flex: 1 1 auto;
                        display: flex;
                        justify-content: flex-end;
                        align-items: center;
                    }

                        .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-wrapper > img {
                            width: 100%;
                            height: auto;
                            max-width: 60em;
                        }

    @media(max-width: 70em) {

        .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper {
            padding-top: 6em;
        }

            .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body {
                flex-direction: column;
            }

                .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description {
                    width: 100%;
                    align-items: start;
                    padding: 0;
                }

                    .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description > h1 {
                        font-size: var(--headline-fs-m);
                    }


                .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-wrapper > img {
                    padding-top: 4em;
                }
    }

    @media(max-width: 50em) {
        .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper {
            padding-top: 4em;
        }

            .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description > h1 {
                font-size: var(--headline-fs-m);
            }
    }

    @media(max-width: 30em) {
        .kitas-info section.kitas-info-section-3 .orange-box {
            --shape: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
            padding: 2em 0;
        }

            .kitas-info section.kitas-info-section-3 .orange-box .section-content-wrapper .section-body .map-description > h1 {
                font-size: var(--headline-fs-s);
            }
    }

    .kitas-info section.kitas-info-section-4 {
        height: fit-content;
    }

        .kitas-info section.kitas-info-section-4 .orange-box {
            --shape: polygon(0 0%, 100% 0%, 100% 100%, 0 98%);
            height: fit-content;
            background-color: var(--light-orange);
            padding: 0;
            overflow: hidden;
        }

            .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header > h1 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                    .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-align: center;
                        text-transform: none;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: min(100%, 30em);
                        word-break: break-word;
                        hyphens: auto;
                    }

                .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body {
                    width: 100%;
                    max-width: var(--section-max-width);
                    padding: 4em 0;
                }

                    .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        flex: 1 1 auto;
                        height: 100%;
                    }

                        .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper > p {
                        }


                    .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .image-wrapper {
                        position: relative;
                        float: right;
                        width: 35em;
                        height: 20em;
                        max-width: 100%;
                        margin: 0 0 1em 5em;
                    }

                        .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .image-wrapper i {
                            position: absolute;
                            color: var(--secondary);
                        }

                            .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(1) {
                                font-size: 25rem;
                                right: 0;
                                top: 0;
                                margin: -0.52em -0.42em 0 0;
                            }

                            .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(2) {
                                font-size: 7rem;
                                bottom: 0;
                                left: 0;
                                margin: 0 0 0.4em -0.5em;
                            }

                        .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .image-wrapper > img {
                            width: 100%;
                            height: 100%;
                        }

    @media(max-width: 100em) {
        .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .image-wrapper {
            width: 30em;
            height: 18em;
        }
    }

    @media(max-width: 70em) {

        .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column-reverse;
        }

        .kitas-info section.kitas-info-section-4 .orange-box {
            --shape: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
        }

            .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }

            .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-body .image-wrapper {
                margin: 2em 0 0 0;
                align-self: center;
            }
    }

    @media(max-width: 50em) {
        .kitas-info section.kitas-info-section-4 .orange-box {
            --shape: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
            padding: 1em 0 0 0;
        }

            .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .kitas-info section.kitas-info-section-4 .orange-box .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .kitas-info section.kitas-info-section-5 {
        height: fit-content;
    }

        .kitas-info section.kitas-info-section-5 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

            .kitas-info section.kitas-info-section-5 .section-content-wrapper .section-body-text-wrapper {
                padding: 4em 0;
                max-width: var(--section-max-width);
            }

                .kitas-info section.kitas-info-section-5 .section-content-wrapper .section-body-text-wrapper > p {
                    color: var(--secondary);
                    text-align: center;
                    font-size: var(--paragraph-fs-s);
                    word-wrap: break-word;
                    hyphens: auto;
                }

    .kitas-info section.kitas-info-section-6 {
        height: fit-content;
    }

        .kitas-info section.kitas-info-section-6 .orange-box {
            --shape: polygon(0 10%, 100% 0, 100% 95%, 0 100%);
            height: fit-content;
            background-color: var(--light-orange);
            padding: 4em 0 0 0;
            overflow: hidden;
        }

            .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header > h1 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        max-width: 100%;
                        text-align: center;
                        word-break: break-word;
                        hyphens: auto;
                    }

                    .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-transform: none;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    gap: 7em;
                    padding: 4em 0;
                }

                    .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        flex: 1 1 auto;
                        height: 100%;
                    }


                    .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body .image-wrapper {
                        flex: 0 0 auto;
                        position: relative;
                        width: 35em;
                        height: 24em;
                        align-self: center;
                        max-width: 100%;
                    }

                        .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body .image-wrapper i {
                            position: absolute;
                            color: var(--secondary);
                        }

                            .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(1) {
                                font-size: 7rem;
                                right: 0;
                                bottom: 0;
                                margin: 0 -0.5em 20px 0;
                            }

                        .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body .image-wrapper > div {
                            height: 100%;
                            width: fit-content;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            overflow: hidden;
                        }

                            .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body .image-wrapper > div > img {
                                margin: -2em 0 0 0;
                                width: 100%;
                                height: auto;
                            }

    @media(max-width: 100em) {
        .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body .image-wrapper {
            width: 30em;
            height: 18em;
        }

        .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body {
            gap: 4em;
        }
    }

    @media(max-width: 70em) {
        .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-body {
            flex-direction: column;
        }

        .kitas-info section.kitas-info-section-6 .orange-box {
            --shape: polygon(0 7%, 100% 0%, 100% 100%, 0 98%);
        }

            .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .kitas-info section.kitas-info-section-6 .orange-box {
            --shape: polygon(0 5%, 100% 0%, 100% 100%, 0 98%);
            padding: 1em 0 0 0;
        }

            .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .kitas-info section.kitas-info-section-6 .orange-box .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .kitas-info section.kitas-info-section-7 {
        height: fit-content;
    }

        .kitas-info section.kitas-info-section-7 .section-content-wrapper {
            position: relative;
            padding-inline: var(--section-inline-padding);
            padding-block: 4em 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

            .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-header {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
                flex-direction: column;
            }

                .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-header > h3 {
                    margin: 0;
                    color: var(--secondary);
                    font-family: var(--subtitle-font);
                    font-size: var(--subtitle-fs-s);
                    text-transform: none;
                    text-align: start;
                    font-weight: lighter;
                    padding: 5px 0 0 0;
                    max-width: min(100%, 24em);
                    word-break: break-word;
                    hyphens: auto;
                }

            .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-body {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
                gap: 7em;
                padding: 4em 0;
            }

                .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-body .section-body-text-wrapper {
                    height: 100%;
                    width: 50%;
                    max-width: 42em;
                    position: relative;
                }

                    .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-body .section-body-text-wrapper p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-body .section-body-text-wrapper .image {
                        position: absolute;
                        bottom: 0;
                        width: 100%;
                        height: 30em;
                        background-image: url(../Images/tagesmuetter/Kinder-silhouetten.svg);
                        background-repeat: no-repeat;
                        background-size: contain;
                        margin: 0 0 -32em 0;
                    }

    @media(max-width: 70em) {
        .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-body {
            flex-direction: column;
            gap: 2em;
        }

        .kitas-info section.kitas-info-section-7 {
            --shape: polygon(0 7%, 100% 0%, 100% 100%, 0 98%);
        }

            .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }

            .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-body .section-body-text-wrapper {
                width: 100%;
            }
    }

    @media(max-width: 50em) {

        .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 30em) {
        .kitas-info section.kitas-info-section-7 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .kitas-info section.kitas-info-section-8 {
        height: fit-content;
    }

        .kitas-info section.kitas-info-section-8 .orange-box {
            background-color: var(--light-orange);
            height: fit-content;
        }

            .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper {
                position: relative;
                padding-inline: var(--section-inline-padding);
                padding-block: 8em 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-transform: none;
                        text-align: start;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: min(100%, 24em);
                        word-break: break-word;
                        hyphens: auto;
                    }

                .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper .section-body {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    gap: 7em;
                    padding: 4em 0;
                }

                    .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        height: 100%;
                        width: 50%;
                        max-width: 42em;
                        position: relative;
                    }

                        .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper p {
                            color: black;
                            font-size: var(--paragraph-fs-s);
                            margin: 0;
                            position: relative;
                            z-index: 1;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                        .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper i {
                            position: relative;
                            float: left;
                            font-size: 7rem;
                            color: var(--secondary);
                            margin: 0 20px 2px 0;
                        }

    @media(max-width: 70em) {
        .kitas-info section.kitas-info-section-8 .orange-box {
            --shape: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
        }

            .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper .section-body {
                gap: 2em;
                flex-direction: column;
            }

                .kitas-info section.kitas-info-section-8 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                    width: 100%;
                    max-width: 100%;
                }
    }

    .kitas-info section.learn-more-section {
        padding-block: 4em 6em;
    }

    /* Tagesmuetter */

    .tagesmuetter-info {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .tagesmuetter-info section.tagesmuetter-info-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .tagesmuetter-info section.tagesmuetter-info-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .tagesmuetter-info section.tagesmuetter-info-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .tagesmuetter-info section.tagesmuetter-info-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .tagesmuetter-info section.tagesmuetter-info-header .orange-box .tagesmuetter-info-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .tagesmuetter-info section.tagesmuetter-info-section-1 {
        height: fit-content;
    }

        .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
            }

                .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-text-wrapper p {
                        margin: 0;
                    }

                    .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }


    @media(max-width: 70em) {
        .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

            .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 22em;
                margin: 0 0 3em 0;
            }
    }

    @media(max-width: 50em) {
        .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: auto;
                width: 20em;
            }
    }

    .tagesmuetter-info section.tagesmuetter-info-section-2 {
        height: fit-content;
    }

        .tagesmuetter-info section.tagesmuetter-info-section-2 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            overflow: hidden;
        }

        .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body {
            position: relative;
            width: 100%;
            max-width: var(--section-max-width);
        }

            .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body .image-wrapper {
                width: 35em;
                height: auto;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                float: left;
                margin: 0 7em 1em 0;
            }

                .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--light-orange);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body .section-body-text-wrapper p {
                    text-align: justify;
                    padding: 0;
                }

    @media(max-width: 70em) {
        .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1em;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body .image-wrapper {
                width: 30em;
                height: 20em;
                margin: 0 0 2em 0;
            }
    }

    @media(max-width: 30em) {
        .tagesmuetter-info section.tagesmuetter-info-section-2 .section-body .image-wrapper {
            height: 15em;
            width: 20em;
        }
    }

    .tagesmuetter-info section.tagesmuetter-info-section-3 {
        height: fit-content;
    }

        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box {
            --shape: polygon(0 0%, 100% 0%, 100% 100%, 0 98%);
            height: fit-content;
            background-color: var(--light-orange);
            padding: 0;
            overflow: hidden;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                    .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-align: center;
                        text-transform: none;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: min(100%, 30em);
                        word-break: break-word;
                        hyphens: auto;
                    }

                .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body {
                    width: 100%;
                    max-width: var(--section-max-width);
                    padding: 4em 0;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        flex: 1 1 auto;
                        height: 100%;
                    }

                        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper > p {
                        }


                    .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
                        position: relative;
                        float: right;
                        width: 35em;
                        height: 20em;
                        max-width: 100%;
                        margin: 0 0 1em 5em;
                    }

                        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i {
                            position: absolute;
                            color: var(--secondary);
                        }

                            .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(1) {
                                font-size: 20rem;
                                right: 0;
                                top: 0;
                                margin: -0.52em -0.8em 0 0;
                            }

                            .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(2) {
                                font-size: 7rem;
                                bottom: 0;
                                left: 0;
                                margin: 0 0 0.4em -0.5em;
                            }

                        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper > img {
                            width: 100%;
                            height: 100%;
                        }

    @media(max-width: 100em) {
        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
            width: 30em;
            height: 18em;
        }
    }

    @media(max-width: 70em) {

        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body {
            display: flex;
            align-items: flex-start;
            justify-content: center;
            flex-direction: column-reverse;
        }

        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box {
            --shape: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
        }

            .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }

            .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-body .image-wrapper {
                margin: 2em 0 0 0;
                align-self: center;
            }
    }

    @media(max-width: 50em) {
        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box {
            --shape: polygon(0 0, 100% 0%, 100% 100%, 0 98%);
            padding: 1em 0 0 0;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .tagesmuetter-info section.tagesmuetter-info-section-3 .orange-box .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .tagesmuetter-info section.tagesmuetter-info-section-4 {
        height: fit-content;
    }

        .tagesmuetter-info section.tagesmuetter-info-section-4 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-4 .section-content-wrapper .section-body-text-wrapper {
                padding: 4em 0;
                max-width: var(--section-max-width);
            }

                .tagesmuetter-info section.tagesmuetter-info-section-4 .section-content-wrapper .section-body-text-wrapper > p {
                    color: var(--secondary);
                    text-align: center;
                    font-size: var(--paragraph-fs-s);
                    word-wrap: break-word;
                    hyphens: auto;
                }

    .tagesmuetter-info section.tagesmuetter-info-section-5 {
        height: fit-content;
    }

        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box {
            --shape: polygon(0 10%, 100% 0, 100% 95%, 0 100%);
            height: fit-content;
            background-color: var(--light-orange);
            padding: 4em 0 0 0;
            overflow: hidden;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header > h1 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        max-width: 100%;
                        text-align: center;
                        word-break: break-word;
                        hyphens: auto;
                    }

                    .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-transform: none;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    gap: 7em;
                    padding: 4em 0;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        flex: 1 1 auto;
                        height: 100%;
                    }


                    .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper {
                        flex: 0 0 auto;
                        position: relative;
                        width: 35em;
                        height: 24em;
                        align-self: center;
                        max-width: 100%;
                    }

                        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper i {
                            position: absolute;
                            color: var(--secondary);
                        }

                            .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper i:nth-child(1) {
                                font-size: 7rem;
                                right: 0;
                                bottom: 0;
                                margin: 0 -0.5em 20px 0;
                            }

                        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper > div {
                            height: 100%;
                            width: fit-content;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            overflow: hidden;
                        }

                            .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper > div > img {
                                margin: -2em 0 0 0;
                                width: 100%;
                                height: auto;
                            }

    @media(max-width: 100em) {
        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body .image-wrapper {
            width: 30em;
            height: 18em;
        }

        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body {
            gap: 4em;
        }
    }

    @media(max-width: 70em) {
        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-body {
            flex-direction: column;
        }

        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box {
            --shape: polygon(0 7%, 100% 0%, 100% 100%, 0 98%);
        }

            .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box {
            --shape: polygon(0 5%, 100% 0%, 100% 100%, 0 98%);
            padding: 1em 0 0 0;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }

        .tagesmuetter-info section.tagesmuetter-info-section-5 .orange-box .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .tagesmuetter-info section.tagesmuetter-info-section-6 {
        height: fit-content;
    }

        .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper {
            position: relative;
            padding-inline: var(--section-inline-padding);
            padding-block: 4em 0;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-header {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
                flex-direction: column;
            }

                .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-header > h3 {
                    margin: 0;
                    color: var(--secondary);
                    font-family: var(--subtitle-font);
                    font-size: var(--subtitle-fs-s);
                    text-transform: none;
                    text-align: start;
                    font-weight: lighter;
                    padding: 5px 0 0 0;
                    max-width: min(100%, 24em);
                    word-break: break-word;
                    hyphens: auto;
                }

            .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-body {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
                gap: 7em;
                padding: 4em 0;
            }

                .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-body .section-body-text-wrapper {
                    height: 100%;
                    width: 50%;
                    max-width: 42em;
                    position: relative;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-body .section-body-text-wrapper p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                        margin: 0;
                        position: relative;
                        z-index: 1;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-body .section-body-text-wrapper .image {
                        position: absolute;
                        bottom: 0;
                        width: 100%;
                        height: 30em;
                        background-image: url(../Images/tagesmuetter/Kinder-silhouetten.svg);
                        background-repeat: no-repeat;
                        background-size: contain;
                        margin: 0 0 -32em 0;
                    }

    @media(max-width: 70em) {
        .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-body {
            flex-direction: column;
            gap: 2em;
        }

        .tagesmuetter-info section.tagesmuetter-info-section-6 {
            --shape: polygon(0 7%, 100% 0%, 100% 100%, 0 98%);
        }

            .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-header > h1 {
                font-size: var(--headline-fs-m);
            }

            .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-header > h3 {
                font-size: var(--paragraph-fs-xl);
            }

            .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-body .section-body-text-wrapper {
                width: 100%;
            }
    }

    @media(max-width: 50em) {

        .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 30em) {
        .tagesmuetter-info section.tagesmuetter-info-section-6 .section-content-wrapper .section-header > h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .tagesmuetter-info section.tagesmuetter-info-section-7 {
        height: fit-content;
    }

        .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box {
            background-color: var(--light-orange);
            height: fit-content;
        }

            .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper {
                position: relative;
                padding-inline: var(--section-inline-padding);
                padding-block: 8em 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper .section-header > h3 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-s);
                        text-transform: none;
                        text-align: start;
                        font-weight: lighter;
                        padding: 5px 0 0 0;
                        max-width: min(100%, 24em);
                        word-break: break-word;
                        hyphens: auto;
                    }

                .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper .section-body {
                    display: flex;
                    align-items: flex-start;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    gap: 7em;
                    padding: 4em 0;
                }

                    .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                        height: 100%;
                        width: 50%;
                        max-width: 42em;
                        position: relative;
                    }

                        .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper p {
                            color: black;
                            font-size: var(--paragraph-fs-s);
                            margin: 0;
                            position: relative;
                            z-index: 1;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                        .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper i {
                            position: relative;
                            float: left;
                            font-size: 7rem;
                            color: var(--secondary);
                            margin: 0 20px 2px 0;
                        }

    @media(max-width: 70em) {
        .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box {
            --shape: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
        }

            .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper .section-body {
                gap: 2em;
                flex-direction: column;
            }

                .tagesmuetter-info section.tagesmuetter-info-section-7 .orange-box .section-content-wrapper .section-body .section-body-text-wrapper {
                    width: 100%;
                    max-width: 100%;
                }
    }

    .tagesmuetter-info section.learn-more-section {
        padding-block: 4em 6em;
    }

    /* Locations */

    .locations {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }

        .locations section.locations-header {
            height: 70em;
            position: relative;
        }

            .locations section.locations-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 35em;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .locations section.locations-header .orange-box .locations-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .locations section.locations-header .orange-box .locations-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }


                    .locations section.locations-header .orange-box .locations-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

        .locations .k-map {
            top: 0;
            height: 100%;
            width: 100%;
        }

    .custom-marker-class {
        background-image: url(../Images/tagesmuetter/Suedtirolkarte_Pin_single.svg);
        text-align: center;
        background-repeat: no-repeat;
        display: inline-table;
        width: 32px;
        height: 32px;
        background-size: contain;
        background-position: center;
    }

.custom-marker-class-municipality {
    background-image: url(../Images/tagesmuetter/Suedtirolkarte_Pin_single_alt.svg);
    text-align: center;
    background-repeat: no-repeat;
    display: inline-table;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center;
}

    @media(max-width: 70em) {
        .locations section.locations-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .locations section.locations-header .orange-box .locations-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .locations section.locations-header .orange-box .locations-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .locations section.locations-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .locations section.locations-header .orange-box .locations-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .locations section.locations-header .orange-box .locations-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .locations section.locations-header .orange-box .locations-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .locations section.locations-header .orange-box .locations-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }

    .locations .learn-more-section .orange-box {
        height: fit-content;
        background-color: var(--light-orange);
        padding: 10em 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .locations .learn-more-section .navigation-card-wrapper .navigation-card {
        background-color: white;
    }

    .locations footer.homepage {
        background-color: var(--light-orange);
    }

    @media(max-width: 70em) {
        .locations .learn-more-section .orange-box {
            --shape: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
        }
    }

    @media(max-width: 50em) {
        .locations .learn-more-section .orange-box {
            --shape: polygon(0 0, 100% 3%, 100% 100%, 0 100%);
        }
    }

    .locations section.locations-section-1 {
        height: fit-content;
    }

        .locations section.locations-section-1 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 0;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            width: 100%;
            flex-direction: row;
        }

            .locations section.locations-section-1 .section-content-wrapper .section-body {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
            }

            .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper {
                padding: 4em 2em;
                max-width: var(--section-max-width);
                width: 50%;
                height: 100%;
            }

            .locations section.locations-section-1 .section-content-wrapper .section-body > .section-body-text-wrapper {
                padding-right: 10em;
            }



            .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper > p {
                color: var(--secondary);
                text-align: center;
                word-wrap: break-word;
                hyphens: auto;
            }

            .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper p {
                margin: 0;
                text-align: start;
                font-size: var(--paragraph-fs-s);
            }


            .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper h1 p {
                color: var(--secondary);
                text-transform: uppercase;
                font-family: var(--title-font);
                font-size: var(--headline-fs-xl);
                max-width: 5em;
                line-height: 0.8;
                font-weight: lighter;
                word-wrap: break-word;
                hyphens: auto;
                margin: 0.5em 0;
            }

    .locations-legend img {
        aspect-ratio: 1;
        width: 32px;
        margin: 0 0 3px 0;
    }

    .locations-legend .locations-legend-item {
        display: flex;
        gap: 10px;
    }

        .locations-legend .locations-legend-item .image-wrapper {
            padding: 0 1em 0 0;
        }

        .locations-legend .locations-legend-item .locations-legend-item-text {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

    @media(max-width: 70em) {
        .locations section.locations-section-1 .section-content-wrapper .section-body {
            flex-direction: column-reverse;
        }

        .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper {
            width: 100%;
            padding-inline: 0;
            padding-block: 2em;
        }


        .locations section.locations-section-1 .section-content-wrapper .section-body > .section-body-text-wrapper {
            padding-inline: 0;
            padding-block: 2em;
        }

        .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper h1 p {
            font-size: var(--headline-fs-m);
        }

        .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper p {
            font-size: var(--paragraph-fs-xl);
        }
    }

    @media(max-width: 50em) {

        .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper h1 p {
            font-size: var(--headline-fs-m);
        }

        .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper p {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 30em) {
        .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper h1 p {
            font-size: var(--headline-fs-s);
        }

        .locations section.locations-section-1 .section-content-wrapper .section-body-text-wrapper p {
            font-size: var(--paragraph-fs-s);
        }
    }


    .locations section.locations-section-2 {
        height: fit-content;
    }

        .locations section.locations-section-2 .orange-box {
            --shape: polygon(0 5em, 100% 0%, 100% calc(100% - 20em), 0 100%);
            height: fit-content;
            background-color: var(--light-orange);
            padding: 5em 0 20em 0;
        }

            .locations section.locations-section-2 .orange-box .section-content-wrapper {
                padding-inline: var(--section-inline-padding);
                padding-block: 0 4em;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 100%;
                flex-direction: column;
            }

                .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 100%;
                    max-width: var(--section-max-width);
                    flex-direction: column;
                }

                    .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header > h1 {
                        margin: 0;
                        color: var(--secondary);
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        max-width: 100%;
                        word-break: break-word;
                        hyphens: auto;
                    }

                    .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header .search-wrapper {
                        width: 100%;
                        max-width: min(40em, 100%);
                        margin: 1em 0 0 0;
                        display: flex;
                        flex-direction: column;
                    }

                        .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header .search-wrapper label {
                            color: var(--secondary);
                            text-transform: uppercase;
                            font-family: var(--subtitle-font);
                            font-weight: bolder;
                            font-size: 1.2rem;
                            margin: 0 0 10px 10px;
                        }

                        .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header .search-wrapper .k-textbox {
                            border: none;
                            outline: none;
                            box-shadow: none;
                            border-radius: 5em !important;
                        }

                        .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header .search-wrapper input {
                            padding: 0 1em;
                        }

                .locations section.locations-section-2 .orange-box .section-content-wrapper .section-body {
                    width: 100%;
                    max-width: var(--section-max-width);
                    padding: 4em 0;
                    display: grid;
                    grid-template-columns: repeat(auto-fill, 25em);
                    justify-content: center;
                }
                .locations section.locations-section-2 .orange-box .section-content-wrapper:first-of-type .section-body {
                    display: flex;
                    padding-bottom: 0;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: wrap;
                    padding: 3rem 0 4rem 0;
                }

                    .locations section.locations-section-2 .orange-box .section-content-wrapper .section-body .project-info-card {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        justify-content: flex-start;
                        height: 14rem;
                        width: 100%;
                        padding: 0 1em;
                        font-size: var(--fs-400);
                        font-family: var(--standard-font);
                    }

                        .locations section.locations-section-2 .orange-box .section-content-wrapper .section-body .project-info-card span {
                            color: black;
                            max-width: 100%;
                        }

                .locations section.locations-section-2 .orange-box .section-content-wrapper:first-of-type .section-body .project-info-card {
                    height: 12rem;
                }

@media(max-width: 1234px) {
    .locations section.locations-section-2 .orange-box .section-content-wrapper:first-of-type .section-body {
        display: grid;
    }
}
    @media(max-width: 70em) {

        .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-m);
        }

        .locations section.locations-section-2 .orange-box {
            --shape: polygon(0 5em, 100% 0%, 100% calc(100% - 10em), 0 100%);
            padding: 5em 0 10em 0;
        }
    }

    @media(max-width: 50em) {
        .locations section.locations-section-2 .orange-box .section-content-wrapper .section-body {
            justify-content: start;
        }

        .locations section.locations-section-2 .orange-box .section-content-wrapper:first-of-type .section-body {
            justify-content: start;
        }

        .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-m);
        }
    }

    @media(max-width: 30em) {
        .locations section.locations-section-2 .orange-box .section-content-wrapper .section-header > h1 {
            font-size: var(--headline-fs-s);
        }
    }

    .locations section.locations-section-3 {
        height: fit-content;
    }

        .locations section.locations-section-3 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

            .locations section.locations-section-3 .section-content-wrapper .section-body {
                width: 100%;
                max-width: var(--section-max-width);
                padding: 4em 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

                .locations section.locations-section-3 .section-content-wrapper .section-body h1 {
                    color: var(--secondary);
                    text-transform: uppercase;
                    font-family: var(--title-font);
                    font-size: var(--headline-fs-xl);
                    max-width: 100%;
                    line-height: 0.8;
                    font-weight: lighter;
                    word-wrap: break-word;
                    hyphens: auto;
                }

        .locations section.locations-section-3 .form-wrapper {
            width: 100%;
            max-width: 70em;
            display: flex;
            justify-content: center;
            align-items: flex-start;
            gap: 8em;
            font-size: 1.2rem;
            font-family: var(--standard-font);
        }

            .locations section.locations-section-3 .form-wrapper .form-block {
                width: 50%;
            }

        .locations section.locations-section-3 .form-item input[type='checkbox'] {
            cursor: pointer;
            accent-color: var(--secondary);
        }

        .locations section.locations-section-3 .form-item input.frontend-contact-form-input {
            width: 100%;
            border-radius: 5em;
            height: 2.5em;
            padding: 0 1em;
            outline: none;
            border: none !important;
            background-color: var(--light-orange);
            margin: 5px 0 0 0;
        }

        .locations section.locations-section-3 .form-item textarea.frontend-contact-form-input {
            width: 100%;
            border-radius: 15px;
            padding: 0.5em 1em;
            outline: none;
            border: none !important;
            background-color: var(--light-orange);
            margin: 5px 0 0 0;
            resize: none;
            height: 12em;
        }

        .locations section.locations-section-3 .fronted-contact-form-button {
            margin: 3em 0 0 0;
            outline: none;
            border: none;
            background-color: var(--secondary);
            color: white;
            padding: 0 2em;
            text-transform: uppercase;
            border-radius: 5em;
            height: 2.5em;
            font-size: 1.2rem;
        }

            .locations section.locations-section-3 .fronted-contact-form-button p {
                margin: 0;
            }






    @media(max-width: 70em) {
        .locations section.locations-section-3 .section-content-wrapper .section-body h1 {
            font-size: var(--headline-fs-m);
        }
    }

    @media(max-width: 50em) {
        .locations section.locations-section-3 .section-content-wrapper .section-body h1 {
            font-size: var(--headline-fs-m);
        }

        .locations section.locations-section-3 .form-wrapper {
            flex-direction: column;
            gap: 0;
        }

            .locations section.locations-section-3 .form-wrapper .form-block {
                width: 100%;
            }
    }

    @media(max-width: 30em) {
        .locations section.locations-section-2 .orange-box {
            --shape: polygon(0 5em, 100% 0%, 100% calc(100% - 5em), 0 100%);
            padding: 5em 0 5em 0;
        }

        .locations section.locations-section-3 .section-content-wrapper .section-body h1 {
            font-size: var(--headline-fs-s);
        }
    }




    /* Jobs */

    .jobs {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .jobs section.jobs-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .jobs section.jobs-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .jobs section.jobs-header .orange-box .jobs-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .jobs section.jobs-header .orange-box .jobs-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .jobs section.jobs-header .orange-box .jobs-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .jobs section.jobs-header .orange-box .jobs-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .jobs section.jobs-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .jobs section.jobs-header .orange-box .jobs-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .jobs section.jobs-header .orange-box .jobs-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .jobs section.jobs-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .jobs section.jobs-header .orange-box .jobs-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .jobs section.jobs-header .orange-box .jobs-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .jobs section.jobs-header .orange-box .jobs-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .jobs section.jobs-header .orange-box .jobs-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }



    .jobs section.jobs-section-1 {
        height: fit-content;
    }

        .jobs section.jobs-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .jobs section.jobs-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

                .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                        width: 50%;
                        flex: 0 0 auto;
                    }

                        .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                        }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                        flex: 1 1 auto;
                        padding: 0 6em;
                    }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h1 {
                        margin: 0;
                    }

                        .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div p {
                            max-width: min(100%, 7em);
                            color: var(--secondary);
                            align-self: end;
                            text-align: end;
                            text-transform: uppercase;
                            font-family: var(--title-font);
                            font-size: var(--headline-fs-xl);
                            font-weight: lighter;
                            word-wrap: break-word;
                        }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h3 {
                        margin: 0;
                    }

                        .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div p {
                            font-family: var(--subtitle-font);
                            font-weight: lighter;
                            font-size: var(--subtitle-fs-s);
                            color: var(--secondary);
                            text-transform: none;
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper p {
                        margin: 0;
                    }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper p > div p {
                        padding: 2em 0 0 0;
                        font-size: var(--paragraph-fs-s);
                        font-family: var(--standard-font);
                        max-width: 100%;
                    }

                .jobs section.jobs-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .jobs section.jobs-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .jobs section.jobs-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .jobs section.jobs-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .jobs section.jobs-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }


    @media(max-width: 70em) {
        .jobs section.jobs-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

                .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div p {
                    font-size: var(--headline-fs-m);
                    text-align: start;
                    max-width: 100%;
                }

                .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                    width: 100%;
                }

                .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div p {
                    font-size: var(--paragraph-fs-xl);
                    padding: 2em 0 0 0;
                }

                .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                    justify-content: center;
                }

                .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                    padding: 0;
                }
    }

    @media(max-width: 50em) {
        .jobs section.jobs-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }

            .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div p {
                font-size: var(--headline-fs-m);
            }

            .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div p {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .jobs section.jobs-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div p {
                font-size: var(--headline-fs-s);
            }

            .jobs section.jobs-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div p {
                font-size: var(--paragraph-fs-s);
            }
    }

    .jobs section.jobs-section-2 {
        height: fit-content;
    }

        .jobs section.jobs-section-2 .section-content-wrapper {
            position: relative;
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            flex-direction: column;
        }

            .jobs section.jobs-section-2 .section-content-wrapper .section-body {
                display: flex;
                align-items: flex-start;
                justify-content: center;
                width: 100%;
                max-width: var(--section-max-width);
                gap: 0;
                padding: 4em 0;
            }


    /* news */

    .news {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .news section.news-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .news section.news-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .news section.news-header .orange-box .news-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .news section.news-header .orange-box .news-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .news section.news-header .orange-box .news-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .news section.news-header .orange-box .news-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }



    @media(max-width: 70em) {
        .news section.news-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .news section.news-header .orange-box .news-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .news section.news-header .orange-box .news-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .news section.news-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .news section.news-header .orange-box .news-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .news section.news-header .orange-box .news-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .news section.news-header .orange-box .news-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .news section.news-header .orange-box .news-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }



    .news section.news-section-1 {
        height: fit-content;
    }

        .news section.news-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 10rem));
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 5rem var(--section-inline-padding) 15rem var(--section-inline-padding);
        }

            .news section.news-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

                .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                        width: 50%;
                        flex: 0 0 auto;
                    }

                        .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                        }

                    .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                        flex: 1 1 auto;
                        padding: 0 6em;
                    }

                    .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h1 {
                        margin: 0;
                    }

                        .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                            max-width: min(100%, 7em);
                            color: var(--secondary);
                            align-self: end;
                            text-align: end;
                            text-transform: uppercase;
                            font-family: var(--title-font);
                            font-size: var(--headline-fs-xl);
                            font-weight: lighter;
                            word-wrap: break-word;
                        }

                    .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h3 {
                        margin: 0;
                    }

                        .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                            font-family: var(--subtitle-font);
                            font-weight: lighter;
                            font-size: var(--subtitle-fs-s);
                            color: var(--secondary);
                            text-transform: none;
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                    .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper p {
                        margin: 0;
                    }

                    .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                    .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper p > div > p {
                        padding: 2em 0 0 0;
                        font-size: var(--paragraph-fs-s);
                        font-family: var(--standard-font);
                        max-width: 100%;
                    }

                .news section.news-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .news section.news-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .news section.news-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .news section.news-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .news section.news-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .news section.news-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

                .news section.news-section-1 .orange-box .section-body .news-component-wrapper {
                    width: 100%;
                }

    .news section.learn-more-section {
        padding-block: 4em 6em;
    }

    .news-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h1 {
        max-width: 100%;
        margin: 15px 0;
        color: var(--secondary);
        text-transform: none;
        font-family: var(--subtitle-font);
        font-size: var(--subtitle-fs-xl);
        font-weight: lighter;
        text-align: start;
        word-wrap: break-word;
        hyphens: auto;
    }

    .news-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h3 {
        max-width: 100%;
        margin: 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: bolder;
        text-align: start;
    }

    .news-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection p {
        max-width: 100%;
        margin: 15px 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: normal;
        text-align: justify;
        word-wrap: break-word;
        hyphens: auto;
    }

    @media(max-width: 70em) {
        .news section.news-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

                .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                    font-size: var(--headline-fs-m);
                    text-align: start;
                    max-width: 100%;
                }

                .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                    width: 100%;
                }

                .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                    font-size: var(--paragraph-fs-xl);
                    padding: 2em 0 0 0;
                }

                .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                    justify-content: center;
                }

                .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                    padding: 0;
                }
    }

    @media(max-width: 50em) {
        .news section.news-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 5rem));
            padding: 5rem var(--section-inline-padding) 10rem var(--section-inline-padding);
        }

            .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                font-size: var(--headline-fs-m);
            }

            .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .news section.news-section-1 .orange-box {
            /*--shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);*/
            /*padding-block: 2.5em 5em;*/
        }

            .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                font-size: var(--headline-fs-s);
            }

            .news section.news-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                font-size: var(--paragraph-fs-s);
            }
    }

    .news section.news-detail-section-1 {
        height: fit-content;
    }

        .news section.news-detail-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 5em));
            background-color: var(--light-orange);
            height: fit-content;
            overflow: hidden;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

        .news section.news-detail-section-1 .section-body {
            position: relative;
            width: 100%;
            max-width: var(--section-max-width);
        }

            .news section.news-detail-section-1 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .news section.news-detail-section-1 .section-body .image-wrapper {
                flex: 0 0 auto;
                width: 35em;
                max-width: 100%;
                height: auto;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                float: left;
                margin: 0 7em 1em 0;
            }

                .news section.news-detail-section-1 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .news section.news-detail-section-1 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--secondary);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .news section.news-detail-section-1 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .news section.news-detail-section-1 .section-body .section-body-text-wrapper p {
                    text-align: justify;
                    padding: 0;
                }

    .news section.learn-more-section {
        padding-block: 4em 6em;
    }

    @media(max-width: 70em) {

        .news section.news-detail-section-1 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1em;
        }

            .news section.news-detail-section-1 .section-body .image-wrapper {
                margin: 0 0 1em 0;
            }
    }

    @media(max-width: 30rem) {
        .news section.news-detail-section-1 .section-body .image-wrapper i {
            margin: 0;
            right: 5px;
            bottom: 4px;
        }
    }



    .news section.news-detail-section-2 {
        height: fit-content;
    }

        .news section.news-detail-section-2 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            overflow: hidden;
        }

        .news section.news-detail-section-2 .section-body {
            width: 100%;
            max-width: var(--section-max-width);
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            .news section.news-detail-section-2 .section-body .news-component-wrapper {
                width: 100%;
            }

        .news section.news-detail-section-2 .news-wrapper {
            padding: 0;
        }

        .news section.news-detail-section-2 .section-body .news-wrapper .news-body .news-item {
            background-color: var(--light-orange) !important;
        }

    .news-component-wrapper > h1 {
        font-family: var(--title-font);
        color: var(--secondary);
        font-size: var(--headline-fs-xl);
        margin: 0;
        padding: 0;
        font-weight: lighter;
        hyphens: auto;
        text-align: center;
    }

    .news-component-wrapper .button-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .news-component-wrapper .button-wrapper button {
            outline: none;
            border: none;
            height: 3rem;
            padding: 0;
            border-radius: 5em;
            background-color: var(--secondary);
            color: white;
            text-transform: uppercase;
            font-family: var(--standard-font);
            font-size: var(--fs-400);
            flex: 1 1 auto;
            max-width: 15em;
        }

            .news-component-wrapper .button-wrapper button p {
                margin: 0;
            }


    @media(max-width: 70em) {
        .news-component-wrapper > h1 {
            font-size: var(--headline-fs-m);
        }
    }

    @media(max-width: 50em) {
        .news-component-wrapper > h1 {
            font-size: var(--headline-fs-m);
        }
    }

    @media(max-width: 30em) {
        .news-component-wrapper > h1 {
            font-size: var(--headline-fs-s);
        }

        lan
    }

    /* downloads */

    .downloads {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .downloads section.downloads-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .downloads section.downloads-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .downloads section.downloads-header .orange-box .downloads-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .downloads section.downloads-header .orange-box .downloads-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .downloads section.downloads-header .orange-box .downloads-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .downloads section.downloads-header .orange-box .downloads-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }



    @media(max-width: 70em) {
        .downloads section.downloads-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .downloads section.downloads-header .orange-box .downloads-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .downloads section.downloads-header .orange-box .downloads-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .downloads section.downloads-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .downloads section.downloads-header .orange-box .downloads-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .downloads section.downloads-header .orange-box .downloads-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .downloads section.downloads-header .orange-box .downloads-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .downloads section.downloads-header .orange-box .downloads-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }



    .downloads section.downloads-section-1 {
        height: fit-content;
    }

        .downloads section.downloads-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 10em));
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 5rem var(--section-inline-padding) 20rem var(--section-inline-padding);
            min-height: 25em;
        }

            .downloads section.downloads-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

                .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                        width: 50%;
                        flex: 0 0 auto;
                    }

                        .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                        }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                        flex: 1 1 auto;
                        padding: 0 6em;
                    }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h1 {
                        margin: 0;
                    }

                        .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                            max-width: min(100%, 7em);
                            color: var(--secondary);
                            align-self: end;
                            text-align: end;
                            text-transform: uppercase;
                            font-family: var(--title-font);
                            font-size: var(--headline-fs-xl);
                            font-weight: lighter;
                            word-wrap: break-word;
                        }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h3 {
                        margin: 0;
                    }

                        .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                            font-family: var(--subtitle-font);
                            font-weight: lighter;
                            font-size: var(--subtitle-fs-s);
                            color: var(--secondary);
                            text-transform: none;
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper p {
                        margin: 0;
                    }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper p > div > p {
                        padding: 2em 0 0 0;
                        font-size: var(--paragraph-fs-s);
                        font-family: var(--standard-font);
                        max-width: 100%;
                    }

                .downloads section.downloads-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .downloads section.downloads-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .downloads section.downloads-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .downloads section.downloads-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .downloads section.downloads-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

                .downloads section.downloads-section-1 .orange-box .section-body .downloads-component-wrapper {
                    width: 100%;
                }

    .downloads section.learn-more-section {
        padding-block: 4em 6em;
    }

    .downloads-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h1 {
        max-width: 100%;
        margin: 15px 0;
        color: var(--secondary);
        text-transform: none;
        font-family: var(--subtitle-font);
        font-size: var(--subtitle-fs-xl);
        font-weight: lighter;
        text-align: start;
        word-wrap: break-word;
        hyphens: auto;
    }

    .downloads-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h3 {
        max-width: 100%;
        margin: 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: bolder;
        text-align: start;
    }

    .downloads-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection p {
        max-width: 100%;
        margin: 15px 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: normal;
        text-align: justify;
        word-wrap: break-word;
        hyphens: auto;
    }

    @media(max-width: 70em) {
        .downloads section.downloads-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

                .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                    font-size: var(--headline-fs-m);
                    text-align: start;
                    max-width: 100%;
                }

                .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                    width: 100%;
                }

                .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                    font-size: var(--paragraph-fs-xl);
                    padding: 2em 0 0 0;
                }

                .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                    justify-content: center;
                }

                .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                    padding: 0;
                }
    }

    @media(max-width: 50em) {

        .downloads section.downloads-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 5rem));
            padding: 5rem var(--section-inline-padding) 12rem var(--section-inline-padding);
        }

        .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
            font-size: var(--headline-fs-m);
        }

        .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
            font-size: var(--paragraph-fs-m);
        }

    }

    @media(max-width: 30em) {
        .downloads section.downloads-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.5em));
            padding-block: 2.5em 5em;
        }

            .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                font-size: var(--headline-fs-s);
            }

            .downloads section.downloads-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                font-size: var(--paragraph-fs-s);
            }
    }

    .downloads section.downloads-detail-section-1 {
        height: fit-content;
    }

        .downloads section.downloads-detail-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 5em));
            background-color: var(--light-orange);
            height: fit-content;
            overflow: hidden;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

        .downloads section.downloads-detail-section-1 .section-body {
            position: relative;
            width: 100%;
            max-width: var(--section-max-width);
        }

            .downloads section.downloads-detail-section-1 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .downloads section.downloads-detail-section-1 .section-body .image-wrapper {
                flex: 0 0 auto;
                width: 35em;
                max-width: 100%;
                height: auto;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                float: left;
                margin: 0 7em 1em 0;
            }

                .downloads section.downloads-detail-section-1 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .downloads section.downloads-detail-section-1 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--secondary);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .downloads section.downloads-detail-section-1 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .downloads section.downloads-detail-section-1 .section-body .section-body-text-wrapper p {
                    text-align: justify;
                    padding: 0;
                }

    .downloads section.learn-more-section {
        padding-block: 4em 6em;
    }

    @media(max-width: 70em) {

        .downloads section.downloads-detail-section-1 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1em;
        }

            .downloads section.downloads-detail-section-1 .section-body .image-wrapper {
                margin: 0 0 1em 0;
            }
    }



    .downloads section.downloads-detail-section-2 {
        height: fit-content;
    }

        .downloads section.downloads-detail-section-2 .section-content-wrapper {
            padding-inline: var(--section-inline-padding);
            padding-block: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            overflow: hidden;
        }

        .downloads section.downloads-detail-section-2 .section-body {
            width: 100%;
            max-width: var(--section-max-width);
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            .downloads section.downloads-detail-section-2 .section-body .downloads-component-wrapper {
                width: 100%;
            }

        .downloads section.downloads-detail-section-2 .downloads-wrapper {
            padding: 0;
        }

        .downloads section.downloads-detail-section-2 .section-body .downloads-wrapper .downloads-body .downloads-item {
            background-color: var(--light-orange) !important;
        }

    .downloads-component-wrapper > h1 {
        font-family: var(--title-font);
        color: var(--secondary);
        font-size: var(--headline-fs-xl);
        margin: 0;
        padding: 0;
        font-weight: lighter;
        hyphens: auto;
        text-align: center;
    }

    .downloads-component-wrapper .button-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .downloads-component-wrapper .button-wrapper button {
            outline: none;
            border: none;
            height: 3rem;
            padding: 0;
            border-radius: 5em;
            background-color: var(--secondary);
            color: white;
            text-transform: uppercase;
            font-family: var(--standard-font);
            font-size: var(--fs-400);
            flex: 1 1 auto;
            max-width: 15em;
        }

    @media(max-width: 70em) {
        .downloads-component-wrapper > h1 {
            font-size: var(--headline-fs-m);
        }
    }

    @media(max-width: 50em) {
        .downloads-component-wrapper > h1 {
            font-size: var(--headline-fs-m);
        }
    }

    @media(max-width: 30em) {
        .downloads-component-wrapper > h1 {
            font-size: var(--headline-fs-s);
        }
    }


    /* SB */

    .sb-info {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .sb-info section.sb-info-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .sb-info section.sb-info-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .sb-info section.sb-info-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .sb-info section.sb-info-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .sb-info section.sb-info-header .orange-box .sb-info-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .sb-info section.sb-info-section-1 {
        height: fit-content;
    }

        .sb-info section.sb-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .sb-info section.sb-info-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
            }

                .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

    .sb-info section.learn-more-section {
        padding: 4em 6em;
    }


    @media(max-width: 70em) {
        .sb-info section.sb-info-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

            .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 22em;
                margin: 0 0 3em 0;
            }
    }

    @media(max-width: 50em) {
        .sb-info section.sb-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .sb-info section.sb-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .sb-info section.sb-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: auto;
                width: 20em;
            }
    }


    /* NB */

    .nb-info {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .nb-info section.nb-info-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .nb-info section.nb-info-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .nb-info section.nb-info-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .nb-info section.nb-info-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .nb-info section.nb-info-header .orange-box .nb-info-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .nb-info section.nb-info-section-1 {
        height: fit-content;
    }

        .nb-info section.nb-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .nb-info section.nb-info-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
            }

                .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

    .nb-info section.learn-more-section {
        padding: 4em 6em;
    }


    @media(max-width: 70em) {
        .nb-info section.nb-info-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

            .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 22em;
                margin: 0 0 3em 0;
            }
    }

    @media(max-width: 50em) {
        .nb-info section.nb-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .nb-info section.nb-info-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .nb-info section.nb-info-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: auto;
                width: 20em;
            }
    }


    /* jahresschwerpunkt */

    .jahresschwerpunkt {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .jahresschwerpunkt section.jahresschwerpunkt-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .jahresschwerpunkt section.jahresschwerpunkt-header .orange-box .jahresschwerpunkt-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .jahresschwerpunkt section.jahresschwerpunkt-section-1 {
        height: fit-content;
    }

        .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
            }

                .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

    .jahresschwerpunkt section.learn-more-section {
        padding: 4em 6em;
    }


    @media(max-width: 70em) {
        .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

            .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 22em;
                margin: 0 0 3em 0;
            }
    }

    @media(max-width: 50em) {
        .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .jahresschwerpunkt section.jahresschwerpunkt-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: auto;
                width: 20em;
            }
    }


    /* projects */

    .projects {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .projects section.projects-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .projects section.projects-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .projects section.projects-header .orange-box .projects-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .projects section.projects-header .orange-box .projects-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .projects section.projects-header .orange-box .projects-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .projects section.projects-header .orange-box .projects-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .projects section.projects-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .projects section.projects-header .orange-box .projects-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .projects section.projects-header .orange-box .projects-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .projects section.projects-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .projects section.projects-header .orange-box .projects-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .projects section.projects-header .orange-box .projects-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .projects section.projects-header .orange-box .projects-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .projects section.projects-header .orange-box .projects-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }


    .projects section.projects-section-1 {
        height: fit-content;
    }

        .projects section.projects-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 80%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

            .projects section.projects-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
            }

                .projects section.projects-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .projects section.projects-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                .projects section.projects-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .projects section.projects-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .projects section.projects-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .projects section.projects-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .projects section.projects-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .projects section.projects-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

    .projects section.learn-more-section {
        padding: 4em 6em;
    }


    @media(max-width: 70em) {
        .projects section.projects-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .projects section.projects-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

            .projects section.projects-section-1 .orange-box .section-body .section-body-image-wrapper {
                width: 30em;
                height: 22em;
                margin: 0 0 3em 0;
            }
    }

    @media(max-width: 50em) {
        .projects section.projects-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 85%);
        }
    }

    @media(max-width: 30em) {
        .projects section.projects-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 95%);
            padding-block: 2.5em 5em;
        }

            .projects section.projects-section-1 .orange-box .section-body .section-body-image-wrapper {
                height: auto;
                width: 20em;
            }
    }


    /* impressum */

    .impressum {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .impressum section.impressum-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .impressum section.impressum-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .impressum section.impressum-header .orange-box .impressum-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .impressum section.impressum-header .orange-box .impressum-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .impressum section.impressum-header .orange-box .impressum-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .impressum section.impressum-header .orange-box .impressum-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }



    @media(max-width: 70em) {
        .impressum section.impressum-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .impressum section.impressum-header .orange-box .impressum-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .impressum section.impressum-header .orange-box .impressum-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .impressum section.impressum-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .impressum section.impressum-header .orange-box .impressum-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .impressum section.impressum-header .orange-box .impressum-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .impressum section.impressum-header .orange-box .impressum-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .impressum section.impressum-header .orange-box .impressum-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }



    .impressum section.impressum-section-1 {
        height: fit-content;
    }

        .impressum section.impressum-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 12.5em var(--section-inline-padding);
            min-height: 25em;
        }

            .impressum section.impressum-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

                .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                        width: 50%;
                        flex: 0 0 auto;
                    }

                        .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                        }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                        flex: 1 1 auto;
                        padding: 0 6em;
                    }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h1 {
                        margin: 0;
                    }

                        .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                            max-width: min(100%, 7em);
                            color: var(--secondary);
                            align-self: end;
                            text-align: end;
                            text-transform: uppercase;
                            font-family: var(--title-font);
                            font-size: var(--headline-fs-xl);
                            font-weight: lighter;
                            word-wrap: break-word;
                        }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h3 {
                        margin: 0;
                    }

                        .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                            font-family: var(--subtitle-font);
                            font-weight: lighter;
                            font-size: var(--subtitle-fs-s);
                            color: var(--secondary);
                            text-transform: none;
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper p {
                        margin: 0;
                    }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper p > div > p {
                        padding: 2em 0 0 0;
                        font-size: var(--paragraph-fs-s);
                        font-family: var(--standard-font);
                        max-width: 100%;
                    }

                .impressum section.impressum-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .impressum section.impressum-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .impressum section.impressum-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .impressum section.impressum-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .impressum section.impressum-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

                .impressum section.impressum-section-1 .orange-box .section-body .impressum-component-wrapper {
                    width: 100%;
                }

    .impressum section.learn-more-section {
        padding-block: 4em 6em;
    }

    .impressum-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h1 {
        max-width: 100%;
        margin: 15px 0;
        color: var(--secondary);
        text-transform: none;
        font-family: var(--subtitle-font);
        font-size: var(--subtitle-fs-xl);
        font-weight: lighter;
        text-align: start;
        word-wrap: break-word;
        hyphens: auto;
    }

    .impressum-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h3 {
        max-width: 100%;
        margin: 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: bolder;
        text-align: start;
    }

    .impressum-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection p {
        max-width: 100%;
        margin: 15px 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: normal;
        text-align: justify;
        word-wrap: break-word;
        hyphens: auto;
    }

    @media(max-width: 70em) {
        .impressum section.impressum-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

                .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                    font-size: var(--headline-fs-m);
                    text-align: start;
                    max-width: 100%;
                }

                .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                    width: 100%;
                }

                .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                    font-size: var(--paragraph-fs-xl);
                    padding: 2em 0 0 0;
                }

                .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                    justify-content: center;
                }

                .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                    padding: 0;
                }
    }

    @media(max-width: 50em) {

        .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
            font-size: var(--headline-fs-m);
        }

        .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 30em) {
        .impressum section.impressum-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.5em));
            padding-block: 2.5em 5em;
        }

            .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                font-size: var(--headline-fs-s);
            }

            .impressum section.impressum-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                font-size: var(--paragraph-fs-s);
            }
    }

    .impressum section.impressum-detail-section-1 {
        height: fit-content;
    }

        .impressum section.impressum-detail-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 5em));
            background-color: var(--light-orange);
            height: fit-content;
            overflow: hidden;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

        .impressum section.impressum-detail-section-1 .section-body {
            position: relative;
            width: 100%;
            max-width: var(--section-max-width);
        }

            .impressum section.impressum-detail-section-1 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .impressum section.impressum-detail-section-1 .section-body .image-wrapper {
                flex: 0 0 auto;
                width: 35em;
                max-width: 100%;
                height: auto;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                float: left;
                margin: 0 7em 1em 0;
            }

                .impressum section.impressum-detail-section-1 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .impressum section.impressum-detail-section-1 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--secondary);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .impressum section.impressum-detail-section-1 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .impressum section.impressum-detail-section-1 .section-body .section-body-text-wrapper p {
                    text-align: justify;
                    padding: 0;
                }

    @media(max-width: 70em) {

        .impressum section.impressum-detail-section-1 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1em;
        }

            .impressum section.impressum-detail-section-1 .section-body .image-wrapper {
                margin: 0 0 1em 0;
            }
    }

    .impressum section.impressum-section-1 .orange-box .section-body p {
        color: black;
        font-size: var(--fs-400);
    }

    /* privacy */

    .privacy {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .privacy section.privacy-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .privacy section.privacy-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .privacy section.privacy-header .orange-box .privacy-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .privacy section.privacy-header .orange-box .privacy-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .privacy section.privacy-header .orange-box .privacy-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .privacy section.privacy-header .orange-box .privacy-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }



    @media(max-width: 70em) {
        .privacy section.privacy-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .privacy section.privacy-header .orange-box .privacy-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .privacy section.privacy-header .orange-box .privacy-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .privacy section.privacy-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .privacy section.privacy-header .orange-box .privacy-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .privacy section.privacy-header .orange-box .privacy-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .privacy section.privacy-header .orange-box .privacy-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .privacy section.privacy-header .orange-box .privacy-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }



    .privacy section.privacy-section-1 {
        height: fit-content;
    }

        .privacy section.privacy-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 5rem var(--section-inline-padding) 12.5em var(--section-inline-padding);
            min-height: 25em;
        }

            .privacy section.privacy-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

                .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                        width: 50%;
                        flex: 0 0 auto;
                    }

                        .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                        }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                        flex: 1 1 auto;
                        padding: 0 6em;
                    }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h1 {
                        margin: 0;
                    }

                        .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                            max-width: min(100%, 7em);
                            color: var(--secondary);
                            align-self: end;
                            text-align: end;
                            text-transform: uppercase;
                            font-family: var(--title-font);
                            font-size: var(--headline-fs-xl);
                            font-weight: lighter;
                            word-wrap: break-word;
                        }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h3 {
                        margin: 0;
                    }

                        .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                            font-family: var(--subtitle-font);
                            font-weight: lighter;
                            font-size: var(--subtitle-fs-s);
                            color: var(--secondary);
                            text-transform: none;
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper p {
                        margin: 0;
                    }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper p > div > p {
                        padding: 2em 0 0 0;
                        font-size: var(--paragraph-fs-s);
                        font-family: var(--standard-font);
                        max-width: 100%;
                    }

                .privacy section.privacy-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .privacy section.privacy-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .privacy section.privacy-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .privacy section.privacy-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .privacy section.privacy-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

                .privacy section.privacy-section-1 .orange-box .section-body .privacy-component-wrapper {
                    width: 100%;
                }

    .privacy section.learn-more-section {
        padding-block: 4em 6em;
    }

    .privacy-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h1 {
        max-width: 100%;
        margin: 15px 0;
        color: var(--secondary);
        text-transform: none;
        font-family: var(--subtitle-font);
        font-size: var(--subtitle-fs-xl);
        font-weight: lighter;
        text-align: start;
        word-wrap: break-word;
        hyphens: auto;
    }

    .privacy-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h3 {
        max-width: 100%;
        margin: 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: bolder;
        text-align: start;
    }

    .privacy-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection p {
        max-width: 100%;
        margin: 15px 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: normal;
        text-align: justify;
        word-wrap: break-word;
        hyphens: auto;
    }

    @media(max-width: 70em) {
        .privacy section.privacy-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

                .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                    font-size: var(--headline-fs-m);
                    text-align: start;
                    max-width: 100%;
                }

                .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                    width: 100%;
                }

                .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                    font-size: var(--paragraph-fs-xl);
                    padding: 2em 0 0 0;
                }

                .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                    justify-content: center;
                }

                .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                    padding: 0;
                }
    }

    @media(max-width: 50em) {

        .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
            font-size: var(--headline-fs-m);
        }

        .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 30em) {
        .privacy section.privacy-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.5em));
            padding-block: 2.5em 5em;
        }

            .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                font-size: var(--headline-fs-s);
            }

            .privacy section.privacy-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                font-size: var(--paragraph-fs-s);
            }
    }

    .privacy section.privacy-detail-section-1 {
        height: fit-content;
    }

        .privacy section.privacy-detail-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 5em));
            background-color: var(--light-orange);
            height: fit-content;
            overflow: hidden;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

        .privacy section.privacy-detail-section-1 .section-body {
            position: relative;
            width: 100%;
            max-width: var(--section-max-width);
        }

            .privacy section.privacy-detail-section-1 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .privacy section.privacy-detail-section-1 .section-body .image-wrapper {
                flex: 0 0 auto;
                width: 35em;
                max-width: 100%;
                height: auto;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                float: left;
                margin: 0 7em 1em 0;
            }

                .privacy section.privacy-detail-section-1 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .privacy section.privacy-detail-section-1 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--secondary);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .privacy section.privacy-detail-section-1 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .privacy section.privacy-detail-section-1 .section-body .section-body-text-wrapper p {
                    text-align: justify;
                    padding: 0;
                }

    @media(max-width: 70em) {

        .privacy section.privacy-detail-section-1 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1em;
        }

            .privacy section.privacy-detail-section-1 .section-body .image-wrapper {
                margin: 0 0 1em 0;
            }
    }

    .privacy section.privacy-section-1 .orange-box .section-body p {
        color: black;
        font-size: var(--fs-400);
    }


    /* cookies */

    .cookies {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .cookies section.cookies-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .cookies section.cookies-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .cookies section.cookies-header .orange-box .cookies-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .cookies section.cookies-header .orange-box .cookies-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .cookies section.cookies-header .orange-box .cookies-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .cookies section.cookies-header .orange-box .cookies-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }



    @media(max-width: 70em) {
        .cookies section.cookies-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .cookies section.cookies-header .orange-box .cookies-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .cookies section.cookies-header .orange-box .cookies-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .cookies section.cookies-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .cookies section.cookies-header .orange-box .cookies-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .cookies section.cookies-header .orange-box .cookies-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .cookies section.cookies-header .orange-box .cookies-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .cookies section.cookies-header .orange-box .cookies-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }



    .cookies section.cookies-section-1 {
        height: fit-content;
    }

        .cookies section.cookies-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 12.5em var(--section-inline-padding);
            min-height: 25em;
        }

            .cookies section.cookies-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

                .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                        width: 50%;
                        flex: 0 0 auto;
                    }

                        .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                        }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                        flex: 1 1 auto;
                        padding: 0 6em;
                    }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h1 {
                        margin: 0;
                    }

                        .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                            max-width: min(100%, 7em);
                            color: var(--secondary);
                            align-self: end;
                            text-align: end;
                            text-transform: uppercase;
                            font-family: var(--title-font);
                            font-size: var(--headline-fs-xl);
                            font-weight: lighter;
                            word-wrap: break-word;
                        }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h3 {
                        margin: 0;
                    }

                        .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                            font-family: var(--subtitle-font);
                            font-weight: lighter;
                            font-size: var(--subtitle-fs-s);
                            color: var(--secondary);
                            text-transform: none;
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper p {
                        margin: 0;
                    }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper p > div > p {
                        padding: 2em 0 0 0;
                        font-size: var(--paragraph-fs-s);
                        font-family: var(--standard-font);
                        max-width: 100%;
                    }

                .cookies section.cookies-section-1 .orange-box .section-body .section-body-image-wrapper {
                    width: 34em;
                    height: 22em;
                    max-width: 100%;
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    float: right;
                    margin: 0 0 2em 7em;
                }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-image-wrapper > div {
                        width: 100%;
                        height: 100%;
                        overflow: hidden;
                    }

                        .cookies section.cookies-section-1 .orange-box .section-body .section-body-image-wrapper > div > img {
                            -moz-transform: scaleX(-1);
                            -o-transform: scaleX(-1);
                            -webkit-transform: scaleX(-1);
                            transform: scaleX(-1);
                            width: 100%;
                            height: auto;
                        }

                    .cookies section.cookies-section-1 .orange-box .section-body .section-body-image-wrapper i {
                        position: absolute;
                        z-index: 1;
                        color: var(--secondary);
                    }

                        .cookies section.cookies-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(1) {
                            font-size: 4rem;
                            top: 0;
                            margin: -30px 70px 0 0;
                        }

                        .cookies section.cookies-section-1 .orange-box .section-body .section-body-image-wrapper i:nth-child(2) {
                            font-size: 10rem;
                            left: 0;
                            bottom: 0;
                            margin: 0 0 -30px -75px;
                        }

                .cookies section.cookies-section-1 .orange-box .section-body .cookies-component-wrapper {
                    width: 100%;
                }

    .cookies section.learn-more-section {
        padding-block: 4em 6em;
    }

    .cookies-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h1 {
        max-width: 100%;
        margin: 15px 0;
        color: var(--secondary);
        text-transform: none;
        font-family: var(--subtitle-font);
        font-size: var(--subtitle-fs-xl);
        font-weight: lighter;
        text-align: start;
        word-wrap: break-word;
        hyphens: auto;
    }

    .cookies-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h3 {
        max-width: 100%;
        margin: 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: bolder;
        text-align: start;
    }

    .cookies-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection p {
        max-width: 100%;
        margin: 15px 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: normal;
        text-align: justify;
        word-wrap: break-word;
        hyphens: auto;
    }

    @media(max-width: 70em) {
        .cookies section.cookies-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

                .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                    font-size: var(--headline-fs-m);
                    text-align: start;
                    max-width: 100%;
                }

                .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                    width: 100%;
                }

                .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                    font-size: var(--paragraph-fs-xl);
                    padding: 2em 0 0 0;
                }

                .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                    justify-content: center;
                }

                .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                    padding: 0;
                }
    }

    @media(max-width: 50em) {

        .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
            font-size: var(--headline-fs-m);
        }

        .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 30em) {
        .cookies section.cookies-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.5em));
            padding-block: 2.5em 5em;
        }

            .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                font-size: var(--headline-fs-s);
            }

            .cookies section.cookies-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                font-size: var(--paragraph-fs-s);
            }
    }

    .cookies section.cookies-detail-section-1 {
        height: fit-content;
    }

        .cookies section.cookies-detail-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 5em));
            background-color: var(--light-orange);
            height: fit-content;
            overflow: hidden;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

        .cookies section.cookies-detail-section-1 .section-body {
            position: relative;
            width: 100%;
            max-width: var(--section-max-width);
        }

            .cookies section.cookies-detail-section-1 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .cookies section.cookies-detail-section-1 .section-body .image-wrapper {
                flex: 0 0 auto;
                width: 35em;
                max-width: 100%;
                height: auto;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                float: left;
                margin: 0 7em 1em 0;
            }

                .cookies section.cookies-detail-section-1 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .cookies section.cookies-detail-section-1 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--secondary);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .cookies section.cookies-detail-section-1 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .cookies section.cookies-detail-section-1 .section-body .section-body-text-wrapper p {
                    text-align: justify;
                    padding: 0;
                }

    @media(max-width: 70em) {

        .cookies section.cookies-detail-section-1 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1em;
        }

            .cookies section.cookies-detail-section-1 .section-body .image-wrapper {
                margin: 0 0 1em 0;
            }
    }

    .cookies section.cookies-section-1 .orange-box .section-body p,
    .cookies section.cookies-section-1 .orange-box .section-body ul {
        color: black;
        font-size: var(--fs-400);
    }



    /* transparency */

    .transparency {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
    }


        .transparency section.transparency-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .transparency section.transparency-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .transparency section.transparency-header .orange-box .transparency-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .transparency section.transparency-header .orange-box .transparency-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .transparency section.transparency-header .orange-box .transparency-header-wrapper h3 {
                        max-width: 100%;
                        margin: 0;
                        color: white;
                        font-family: var(--standard-font);
                        font-weight: lighter;
                        font-size: var(--paragraph-fs-xl);
                        text-transform: none;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .transparency section.transparency-header .orange-box .transparency-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }



    @media(max-width: 70em) {
        .transparency section.transparency-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .transparency section.transparency-header .orange-box .transparency-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .transparency section.transparency-header .orange-box .transparency-header-wrapper h3 {
                font-size: var(--paragraph-fs-xl);
            }
    }

    @media(max-width: 50em) {
        .transparency section.transparency-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .transparency section.transparency-header .orange-box .transparency-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .transparency section.transparency-header .orange-box .transparency-header-wrapper h3 {
                font-size: var(--paragraph-fs-m);
            }
    }

    @media(max-width: 30em) {
        .transparency section.transparency-header .orange-box .transparency-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .transparency section.transparency-header .orange-box .transparency-header-wrapper h3 {
            font-size: var(--paragraph-fs-s);
        }
    }



    .transparency section.transparency-section-1 {
        height: fit-content;
    }

        .transparency section.transparency-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            background-color: var(--light-orange);
            height: fit-content;
            overflow: visible;
            padding: 2.5em var(--section-inline-padding) 4em var(--section-inline-padding);
            min-height: 25em;
        }

            .transparency section.transparency-section-1 .orange-box .section-body {
                width: 100%;
                max-width: var(--section-max-width);
                display: flex;
                flex-direction: row;
                align-items: center;
                justify-content: center;
            }

                .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper {
                    flex: 1 1 auto;
                    padding: 0;
                }

                    .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                        width: 50%;
                        flex: 0 0 auto;
                    }

                        .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                            display: flex;
                            align-items: center;
                            justify-content: flex-end;
                        }

                    .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                        flex: 1 1 auto;
                        padding: 0 6em;
                    }

                    .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h1 {
                        margin: 0;
                    }

                        .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                            max-width: min(100%, 7em);
                            color: var(--secondary);
                            align-self: end;
                            text-align: end;
                            text-transform: uppercase;
                            font-family: var(--title-font);
                            font-size: var(--headline-fs-xl);
                            font-weight: lighter;
                            word-wrap: break-word;
                        }

                    .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h3 {
                        margin: 0;
                    }

                        .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                            font-family: var(--subtitle-font);
                            font-weight: lighter;
                            font-size: var(--subtitle-fs-s);
                            color: var(--secondary);
                            text-transform: none;
                            max-width: 100%;
                            word-wrap: break-word;
                            hyphens: auto;
                        }

                    .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper p {
                        margin: 0;
                    }



                    .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper > p {
                        color: black;
                        font-size: var(--paragraph-fs-s);
                    }

                    .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper p > div > p {
                        padding: 2em 0 0 0;
                        font-size: var(--paragraph-fs-s);
                        font-family: var(--standard-font);
                        max-width: 100%;
                    }




                .transparency section.transparency-section-1 .orange-box .section-body .transparency-component-wrapper {
                    width: 100%;
                }

    .transparency section.learn-more-section {
        padding-block: 4em 6em;
    }

    .transparency-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h1 {
        max-width: 100%;
        margin: 15px 0;
        color: var(--secondary);
        text-transform: none;
        font-family: var(--subtitle-font);
        font-size: var(--subtitle-fs-xl);
        font-weight: lighter;
        text-align: start;
        word-wrap: break-word;
        hyphens: auto;
    }

    .transparency-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection h3 {
        max-width: 100%;
        margin: 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: bolder;
        text-align: start;
    }

    .transparency-detail-section-1 .section-body .section-body-text-wrapper .InfoPageSection p {
        max-width: 100%;
        margin: 15px 0;
        color: black;
        text-transform: none;
        font-family: var(--standard-font);
        font-size: var(--paragraph-fs-s);
        font-weight: normal;
        text-align: justify;
        word-wrap: break-word;
        hyphens: auto;
    }

    @media(max-width: 70em) {
        .transparency section.transparency-section-1 .orange-box .section-body {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper {
                padding: 0;
            }

                .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                    font-size: var(--headline-fs-m);
                    text-align: start;
                    max-width: 100%;
                }

                .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) {
                    width: 100%;
                }

                .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                    font-size: var(--paragraph-fs-xl);
                    padding: 2em 0 0 0;
                }

                .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(1) .InfoPageSection.font-normal {
                    justify-content: center;
                }

                .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper:nth-child(2) {
                    padding: 0;
                }
    }

    @media(max-width: 50em) {

        .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
            font-size: var(--headline-fs-m);
        }

        .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
            font-size: var(--paragraph-fs-m);
        }
    }

    @media(max-width: 30em) {
        .transparency section.transparency-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 2.5em));
            padding-block: 2.5em 5em;
        }

            .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h1 > div > p {
                font-size: var(--headline-fs-s);
            }

            .transparency section.transparency-section-1 .orange-box .section-body .section-body-text-wrapper h3 > div > p {
                font-size: var(--paragraph-fs-s);
            }
    }

    .transparency section.transparency-detail-section-1 {
        height: fit-content;
    }

        .transparency section.transparency-detail-section-1 .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 100%, 0% calc(100% - 5em));
            background-color: var(--light-orange);
            height: fit-content;
            overflow: hidden;
            padding: 2.5em var(--section-inline-padding) 10em var(--section-inline-padding);
        }

        .transparency section.transparency-detail-section-1 .section-body {
            position: relative;
            width: 100%;
            max-width: var(--section-max-width);
        }

            .transparency section.transparency-detail-section-1 .section-body p {
                color: black;
                font-size: var(--paragraph-fs-s);
                margin: 0;
                word-wrap: break-word;
                hyphens: auto;
            }

            .transparency section.transparency-detail-section-1 .section-body .image-wrapper {
                flex: 0 0 auto;
                width: 35em;
                max-width: 100%;
                height: auto;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                float: left;
                margin: 0 7em 1em 0;
            }

                .transparency section.transparency-detail-section-1 .section-body .image-wrapper img {
                    height: 100%;
                    width: 100%;
                }

                .transparency section.transparency-detail-section-1 .section-body .image-wrapper i {
                    position: absolute;
                    color: var(--secondary);
                    font-size: 8rem;
                    right: 0;
                    bottom: 0;
                    margin: 0 -60px 30px 0;
                }

            .transparency section.transparency-detail-section-1 .section-body .section-body-text-wrapper {
                height: fit-content;
                min-height: 25em;
            }

                .transparency section.transparency-detail-section-1 .section-body .section-body-text-wrapper p {
                    text-align: justify;
                    padding: 0;
                }

    @media(max-width: 70em) {

        .transparency section.transparency-detail-section-1 .section-body {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1em;
        }

            .transparency section.transparency-detail-section-1 .section-body .image-wrapper {
                margin: 0 0 1em 0;
            }
    }

    .transparency section.transparency-section-1 .orange-box .section-body .InfoPageSection.font-normal {
        max-width: 100%;
    }

    .transparency section.transparency-section-1 .orange-box .section-body p,
    .transparency section.transparency-section-1 .orange-box .section-body ul {
        color: black;
        font-size: var(--fs-400);
    }

    .transparency section.transparency-section-1 .orange-box .section-body table {
        display: block;
        overflow: auto;
        font-size: var(--fs-400);
    }

        .transparency section.transparency-section-1 .orange-box .section-body table td:nth-child(1) {
            width: 20%;
            min-width: 20rem;
        }

        .transparency section.transparency-section-1 .orange-box .section-body table td:nth-child(2) {
            width: 20%;
            min-width: 10rem;
        }

        .transparency section.transparency-section-1 .orange-box .section-body table td:nth-child(3) {
            width: 10%;
            min-width: 10rem;
        }

        .transparency section.transparency-section-1 .orange-box .section-body table td:nth-child(4) {
            width: 10%;
            min-width: 10rem;
        }

        .transparency section.transparency-section-1 .orange-box .section-body table td:nth-child(5) {
            width: 40%;
            min-width: 30rem;
        }


    .transparency section.transparency-section-1 .orange-box .section-body span.k-editor-resize-handle {
        display: none;
    }

    .transparency section.transparency-section-1 .orange-box .section-body table p {
        margin: 0;
        font-size: var(--fs-400);
    }

    /*Application thank you*/

    .application-thank-you {
        --headline-fs-xl: var(--fs-xl);
        --headline-fs-m: 4rem;
        --headline-fs-s: 3rem;
        --subtitle-fs-xl: var(--fs-600);
        --subtitle-fs-m: var(--fs-600);
        --subtitle-fs-s: var(--fs-500);
        --paragraph-fs-xl: var(--fs-500);
        --paragraph-fs-m: var(--fs-500);
        --paragraph-fs-s: var(--fs-400);
        font-size: 1rem;
        height: 69vh;
        background-color: var(--light-orange);
    }


        .application-thank-you section.application-thank-you-header {
            height: 32em;
            background-color: var(--light-orange);
        }

            .application-thank-you section.application-thank-you-header .orange-box {
                --shape: polygon(0 0, 100% 0, 100% 60%, 0 100%);
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
                flex-direction: column;
            }

                .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper {
                    height: 100%;
                    width: 100%;
                    max-width: var(--section-max-width);
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                    flex-direction: column;
                }

                    .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper h1 {
                        max-width: 100%;
                        margin: 15px 0 0 0;
                        color: white;
                        text-transform: uppercase;
                        font-family: var(--title-font);
                        font-size: var(--headline-fs-xl);
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper h3 {
                        max-width: 100%;
                        color: white;
                        font-family: var(--subtitle-font);
                        font-size: var(--subtitle-fs-m);
                        text-transform: none;
                        font-weight: lighter;
                        word-wrap: break-word;
                        hyphens: auto;
                    }

                    .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper > div {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: var(--headline-fs-xl);
                    }

    @media(max-width: 70em) {
        .application-thank-you section.application-thank-you-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 70%, 0 100%);
        }

            .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }
    }

    @media(max-width: 50em) {
        .application-thank-you section.application-thank-you-header .orange-box {
            --shape: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        }

            .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper h1 {
                font-size: var(--headline-fs-m);
            }

            .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper h3 {
                font-size: var(--subtitle-fs-m);
            }
    }

    @media(max-width: 30em) {
        .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper h1 {
            font-size: var(--headline-fs-s);
        }

        .application-thank-you section.application-thank-you-header .orange-box .application-thank-you-header-wrapper h3 {
            font-size: var(--subtitle-fs-s);
        }
    }




    /* footer */

    footer.homepage {
        font-size: 1rem;
    }

        footer.homepage .tm-fineprint-wrapper {
            position: relative;
            z-index: 1;
            width: 100%;
            background-color: white;
            padding: 0 var(--section-inline-padding);
            display: flex;
            justify-content: center;
            align-items: center;
        }

.tm-fineprint .image-wrapper {
    width: fit-content;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

        .tm-fineprint .image-wrapper img {
            height: auto;
            width: 15rem;
        }

        /*keine ahnung wieso 2 und 3*/

        .tm-fineprint .image-wrapper:nth-of-type(1) img {
            width: 20rem;
        }


    footer.homepage .orange-box {
        --shape: polygon(0 15%, 100% 0%, 100% 100%, 0 100%);
        height: 12em;
        padding: 0 var(--section-inline-padding);
    }

    footer.homepage .custom-grid {
        margin-top: 1em;
        max-width: var(--section-max-width);
    }

        footer.homepage .custom-grid > div {
            font-size: var(--fs-400);
        }

    .InfoPageSection > p:not(:first-child) {
        margin-top: 10px;
    }

    @media(max-width: 1550px) {
        .tm-fineprint {
            flex-direction: column;
        }

            .tm-fineprint .tm-copyright {
                padding-block: 1em;
                flex: 1 1 auto;
            }

            .tm-fineprint .image-wrapper {
                padding: 1.5rem 0;
            }

            .tm-fineprint .tm-impressum {
                padding-block: 1em;
                flex: 1 1 auto;
            }

            .tm-fineprint .image-wrapper img {
                width: 20rem;
            }

            /*keine ahnung wieso 2 und 3*/

            .tm-fineprint .image-wrapper:nth-of-type(1) img {
                width: 25rem;
            }

            .tm-fineprint .image-wrapper:nth-of-type(3) img,
            .tm-fineprint .image-wrapper:nth-of-type(4) img {
                width: 20rem;
            }
    }

    @media(max-width: 50em) {
        footer.homepage .orange-box {
            --shape: polygon(0 10%, 100% 0%, 100% 100%, 0 100%);
            height: 22em;
            padding: 0 var(--section-inline-padding);
            align-items: flex-end;
            padding-bottom: 2em;
        }

        footer.homepage .custom-grid {
            margin-top: 0em;
            max-width: var(--section-max-width);
        }
    }

    @media(max-width: 70em) {
        body {
            --section-inline-padding: 10em;
        }

        footer {
            --section-inline-padding: 10em;
        }
    }

    @media(max-width: 50em) {
        body {
            --section-inline-padding: 5em;
        }

        footer {
            --section-inline-padding: 5em;
        }
    }

    @media(max-width: 30em) {
        body {
            --section-inline-padding: 2em;
        }

        footer {
            --section-inline-padding: 2em;
        }
    }

    .grecaptcha-badge {
        visibility: hidden;
    }

    .school-calender-wrapper {
        position: relative;
        margin: 2rem 0;
        width: 1550px;
        min-height: 568px;
    }

        .school-calender-wrapper .grid {
            width: fit-content;
            display: grid;
            gap: 1.5rem;
            justify-content: flex-start;
            align-items: stretch;
            grid-template-rows: 1fr 1fr;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
            justify-items: center;
        }

        .school-calender-wrapper .e-calendar .e-content td.e-today span.e-day {
            color: inherit;
            box-shadow: none;
        }

        .school-calender-wrapper .e-calendar .e-content td.e-selected span.e-day {
            color: inherit;
            background-color: inherit;
        }

        .school-calender-wrapper .e-calendar .e-header .e-icon-container .e-prev, .school-calender-wrapper .e-calendar .e-header .e-icon-container .e-next {
            display: none !important;
        }

        .school-calender-wrapper .e-calendar .e-content td:hover span.e-day {
            background-color: #e9ecef;
            border: none;
            border-radius: 4px;
            color: #212529;
        }



    .e-calendar .e-content .e-cell.school-day span.e-day,
    .e-calendar .e-content td:hover.e-cell.school-day span.e-day,
    .e-calendar .e-content td.e-selected.e-focused-date.e-cell.school-day span.e-day {
        background-color: red;
        color: white;
        font-weight: 700;
        border-radius: 5px;
    }

    .school-calender-wrapper .e-calendar .e-content tr.e-month-hide,
    .school-calender-wrapper .e-calendar .e-content td.e-other-month > span.e-day {
        display: none;
    }

    .school-calender-wrapper .e-calendar .e-content td.e-month-hide,
    .school-calender-wrapper .e-calendar .e-content td.e-other-month {
        pointer-events: none;
        touch-action: none;
    }


    /*.e-pv-sidebar-toolbar {
    display: none!important;
}*/

    .e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container {
        min-width: min(400px, 100%);
    }

    .text-transform-none {
        text-transform: none;
    }

        .text-transform-none .k-grid-header th {
            text-transform: none;
        }

    .fix.list .k-master-row .k-button {
        background-color: #5c5751;
    }

.flex-children .k-list-ul li > div {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

    .flex-children .k-list-ul li > div > span {
        flex: 1;
    }

.multiline td.k-table-td {
    text-wrap: pretty;
}

.travelexpenses.k-grid .k-grid-content {
    padding-right: 0;
    overflow: auto;
}

.k-grid.travelexpenses .k-grid-header {
    padding-right: 0;
}

.k-grid.travelexpenses .k-grid-footer {
    padding-right: 0;
}

.k-grid.travelexpenses table.k-grid-footer-table.k-table {
    height: 100%;
}

.window-content-padding .k-window-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.tm-telerik.k-window .k-window-content .k-form {
    max-height: 100%;
    flex: 1 1 auto;
}

.e-card .e-card-header .e-card-header-caption .e-card-header-title {
    width: 100%;
    font-weight: bolder;
    font-size: var(--fs-500);
    margin-bottom: 5px;
    white-space: break-spaces;
}
.limit-lines {
    display: -webkit-box;
    max-width: 100rem;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .limit-lines > span {
        display: -webkit-box;
        max-width: 100rem;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .limit-lines > p {
        display: -webkit-box;
        max-width: 100rem;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .limit-lines > div {
        display: -webkit-box;
        max-width: 100rem;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.e-card:hover {
    border-color: var(--secondary);
}

.e-card .e-card-image {
    aspect-ratio: 16 / 9;
}

.e-card {
    height: 100%;
}

    .e-card .e-card-header {
        flex: 0 0 auto;
    }

    .e-card .e-card-content {
        flex: 1 1 auto;
    }

    .e-card .e-card-actions {
        flex: 0 0 auto;
    }

button.load-more-btn {
    color: var(--secondary);
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: inset 0 0 0 2px var(--secondary) !important;
    outline: none;
    border: 0;
    height: 3rem;
    width: 40rem;
    font-size: var(--fs-400);
    max-width: 100%;
    padding: 0;
}

.e-card .e-card-header .e-card-header-caption .e-card-sub-title {
    max-width: 100%;
    white-space: break-spaces;
}


span.e-numeric.seamless.e-valid-input {
    height: 100%;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

    span.e-numeric.seamless.e-valid-input::before {
        display: none;
    }

    span.e-numeric.seamless.e-valid-input::after {
        display: none;
    }

    span.e-numeric.seamless.e-valid-input input {
        padding: 0 !important;
        height: 100%;
        text-align: center;
        border: none;
        box-shadow: none;
    }

.btn.disabled, .btn:disabled {
    background-color: #5c5751;
    border-color: #686765;
}

.e-popup.fade-in {
    opacity: 0;
    visibility: hidden;
    animation: PopupFadeIn 0.5s forwards;
}

@keyframes PopupFadeIn {
    0% {
        visibility: visible;
        opacity: 0;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

.square-add-button {
    width: 100%;
    height: 100%;
    background-color: #5c5751;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    font-size: var(--fs-300);
}

.e-card .e-card-header {
    position: relative;
}

    .e-card .e-card-header .e-card-header-caption {
        padding: 0;
    }

.form-password span.k-textbox.k-input.form-control.telerik-blazor.k-input-solid.k-rounded-md.k-input-md {
    height: 3rem;
}

@media(max-width: 50rem) {
    .window-content-padding {
        max-width: 100% !important;
        height: 100%;
    }
}

.anwesenheits-time-picker .e-time-wrapper {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.anwesenheits-time-picker .e-input-group .e-input-group-icon:last-child, .anwesenheits-time-picker .e-input-group.e-control-wrapper .e-input-group-icon:last-child {
    border-radius: 0 !important;
}

.anwesenheits-time-picker .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), .anwesenheits-time-picker .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
    box-shadow: none !important;
    border-color: #ced4da !important;

}

.anwesenheits-time-picker .k-timepicker {
    height: 32px;
}

.anwesenheits-time-picker input.k-input-inner {
    height: 100%;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-open-document-container {
    display: none;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
    display: none;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-undo-container {
    display: none;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-redo-container {
    display: none;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-comment-container {
    display: none;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-submit {
    display: none;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-text-search-container {
    display: none;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-annotation-container {
    display: none;
}

.toolbar-fix .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-text-select-tool-container {
    margin-left: 1rem !important;
}

.no-label.e-checkbox-wrapper .e-label {
    display: none;
}

.better-hr {
    width: 100%;
    border-bottom: 1px solid #dee2e6;
    margin-block: 0.5rem;
}

.disabled-normal-color.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check {
    background-color: #f29400;
    border-color: #f29400;
}

.no-box-shadow {
    box-shadow: none !important;
}

.no-border-color-change.e-input-group.e-control-container.e-control-wrapper {
    border-color: #ced4da !important;
}

.no-border-color-change input {
    border-color: #ced4da !important;
}

.bills .orange-box {
    --shape: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 var(--section-inline-padding) 4em var(--section-inline-padding);
    flex-direction: column;
}

.bills .header-section {
    height: 30rem;
}

.bills .header-wrapper {
    position: relative;
    max-width: var(--section-max-width);
    width: 100%;
    margin: 0;
}

    .bills .header-wrapper h1 {
        font-family: var(--title-font);
        font-size: var(--fs-xl);
        color: white;
        margin: 0;
        padding: 0;
        font-weight: normal;
    }


.bills .tm-balls {
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    height: 20rem;
    color: var(--secondary);
    font-size: var(--fs-xl);
    position: absolute;
    right: 0;
    top: 2rem;
}

@media(max-width: 70em) {
    .bills .tm-balls {
        display: none;
    }

    .bills .header-wrapper {
        text-align: center;
    }

    .bills .header-section {
        height: 25rem;
    }

    .bills .generic-section-center-content {
        margin-top: 2rem;
    }
}

@media(max-width: 50em) {
    .bills .timesheet-cards-wrapper {
        padding-inline: 0;
    }

    .bills .generic-section-center-content {
        margin-top: 0;
    }

    .bills.generic-center-component .content .scrollable-wrapper .list-wrapper .list-item .list-item-content {
        align-items: center;
    }
}

i.icon-hover,
.icon-hover i {
    transition: color 0.25s ease-in-out;
}

i.icon-hover:hover,
.icon-hover i:hover {
    color: var(--secondary);
    transition: color 0.25s ease-in-out;
}

.no-border-radius {
    border-radius: 0px !important;
}

.syncfusion-styling input.k-input-inner {
    height: 30px;
}

.upload-component.fixed-height {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .upload-component.fixed-height .upload-file-list-container.drop-zone {
        flex: 1 1 auto;
        max-height: 100%;
        overflow: auto;
        min-height: 0;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .upload-component.fixed-height .small-element-separator {
        flex: 0 0 auto;
    }

    .upload-component.fixed-height .upload-file-new {
        flex: 0 0 auto;
    }

    .upload-component.fixed-height .upload-file-container {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        max-height: 100%;
        max-width: calc(50% - 10px);
    }

    .upload-component.fixed-height.fix .upload-file-container {
        max-width: 100%;
    }

        .upload-component.fixed-height .upload-file-actions {
            flex: 0 0 auto;
        }

    .upload-component.fixed-height .upload-file-preview {
        flex: 1 1 auto;
        /*meh*/
        height: calc(100% - 33px - 21px - 40px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .upload-component.fixed-height .upload-file-footer-actions {
        flex: 0 0 auto;
    }

.upload-component.fixed-height img.upload-file-image {
    max-height: 100%;
}

.upload-component .upload-file-list-container.drop-zone.centered {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.upload-component.fixed-height .upload-file-list-container.drop-zone.centered .upload-file-container {
    height: 100%;
}

.circular-item-button {
    color: white;
    background-color: #6c757d;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.25rem;
}

.jobs section.jobs-section-2 .section-content-wrapper .section-body .job-form h1 {
    color: var(--secondary);
    text-transform: uppercase;
    font-family: var(--title-font);
    font-size: var(--headline-fs-xl);
    width: 100%;
    max-width: 150rem;
    line-height: 0.8;
    font-weight: lighter;
    text-align: center;
    word-wrap: break-word;
    hyphens: auto;
}

.jobs section.jobs-section-2 .form-wrapper {
    width: 100%;
    max-width: 60rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 8em;
    font-size: 1.2rem;
    font-family: var(--standard-font);
}

    .jobs section.jobs-section-2 .form-wrapper .form-block {
        width: 100%;
    }

.jobs section.jobs-section-2 .form-item input[type='checkbox'] {
    cursor: pointer;
    accent-color: var(--secondary);
}

.jobs section.jobs-section-2 .form-item input.frontend-contact-form-input,
.jobs section.jobs-section-2 .form-item .frontend-contact-form-input input {
    width: 100%;
    border-radius: 5em;
    height: 2.5em;
    padding: 0 1em;
    outline: none;
    border: none !important;
    background-color: var(--light-orange);
    margin: 5px 0 0 0;
}

.jobs section.jobs-section-2 .form-item .custom-phone-container input {
    margin-top: 5px;
    padding-left: 52px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.3) !important;
    height: 37px;
    background-color: var(--light-orange);
    border-radius: 50em;
    width: 100%;
    outline: none !important;
}

.jobs section.jobs-section-2 .form-item .custom-phone-container .iti {
    width: 100%;
}

.jobs section.jobs-section-2 .form-item textarea.frontend-contact-form-input {
    width: 100%;
    border-radius: 15px;
    padding: 0.5em 1em;
    outline: none;
    border: none !important;
    background-color: var(--light-orange);
    margin: 5px 0 0 0;
    resize: none;
    height: 12em;
}

.jobs section.jobs-section-2 .fronted-contact-form-button {
    margin: 3em 0 0 0;
    outline: none;
    border: none;
    background-color: var(--secondary);
    color: white;
    padding: 0 2em;
    text-transform: uppercase;
    border-radius: 5em;
    height: 2.5em;
    font-size: 1.2rem;
}

    .jobs section.jobs-section-2 .fronted-contact-form-button p {
        margin: 0;
    }


.jobs section.jobs-section-2 .k-dropdownlist {
    font-size: 1.2rem;
}

    .jobs section.jobs-section-2 .k-dropdownlist .k-input-inner {
        padding: 0 1em;
    }

    .jobs section.jobs-section-2 .k-dropdownlist .k-input-inner span {
        height: 100%;
        display: flex;
        align-items: center;
    }

    @media(max-width: 70em) {
        .jobs section.jobs-section-2 .section-content-wrapper .section-body h1 {
        font-size: var(--headline-fs-m);
    }
}

@media(max-width: 50em) {
    .jobs section.jobs-section-2 .section-content-wrapper .section-body h1 {
        font-size: var(--headline-fs-m);
    }

    .jobs section.jobs-section-2 .form-wrapper {
        flex-direction: column;
        gap: 0;
    }

        .jobs section.jobs-section-2 .form-wrapper .form-block {
            width: 100%;
        }
}

@media(max-width: 30em) {
    .jobs section.jobs-section-2 .orange-box {
        --shape: polygon(0 5em, 100% 0%, 100% calc(100% - 5em), 0 100%);
        padding: 5em 0 5em 0;
    }

    .jobs section.jobs-section-2 .section-content-wrapper .section-body h1 {
        font-size: var(--headline-fs-s);
    }
}

.job-form {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}

.tm-register-wrapper .k-form-field.tm-telerik.frontend .custom-phone-container input {
    margin-top: 5px;
    padding-left: 52px;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.3) !important;
    height: 37px;
    background-color: white;
    border-radius: 50em;
    width: 100%;
    outline: none !important;
}

input[type="checkbox"].fix:checked:after {
    visibility: hidden;
}

.no-schnickschnack.e-listview {
    cursor: default;
}

    .no-schnickschnack.e-listview .e-list-item {
        cursor: default;
    }

    .no-schnickschnack.e-listview .e-list-text {
        cursor: default;
    }

    .no-schnickschnack.e-listview .e-list-item.e-hover, .e-listview .e-list-item.e-hover.e-active.e-checklist {
        color: #212529;
        background-color: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #dee2e6;
        border-left: 0 solid rgba(0, 0, 0, 0);
        border-right: 0 solid rgba(0, 0, 0, 0);
        border-top: 0 solid rgba(0, 0, 0, 0);
    }

    .no-schnickschnack.e-listview .e-list-item.e-focused {
        color: #212529;
        background-color: rgba(0, 0, 0, 0);
        border-bottom: 1px solid #dee2e6;
        border-left: 0 solid rgba(0, 0, 0, 0);
        border-right: 0 solid rgba(0, 0, 0, 0);
        border-top: 0 solid rgba(0, 0, 0, 0);
    }


.bigger-stars.e-rating-container .e-rating-item-container {
    font-size: 2rem;
}

.multilines.e-listview .e-list-text {
    white-space: break-spaces;
}

.multilines.e-listview .e-list-item {
    height: fit-content;
}

.e-rating-container.e-disabled .e-rating-item-container.e-rating-selected .e-rating-icon,
.e-rating-container.e-disabled .e-rating-item-container.e-rating-intermediate .e-rating-icon {
    background: linear-gradient(to right, rgb(242, 148, 0) var(--rating-value), transparent var(--rating-value));
    -webkit-text-stroke: 1px rgb(242, 148, 0);
    background-clip: text;
    -webkit-background-clip: text;
}


.question-wrapper .e-listview .e-list-parent {
    overflow: auto;
    max-height: 24rem;
}

.no-outline {
    outline: none !important;
}

.white-tabs.e-tab .e-tab-header .e-toolbar-item.e-active {
    background-color: white;
}

.e-multi-select-wrapper .e-hide-close .e-chips-close {
    display: none;
}

.import-window.e-dialog {
    max-height: 80vh !important;
}

.e-tab .e-tab-header:not(.e-vertical) .e-indicator, .e-tab .e-tab-header.e-vertical .e-indicator {
    transition: none;
}

.e-schedule .e-month-view .e-appointment {
    height: 48px;
}

.e-schedule .e-month-view .e-work-cells {
    height: 120px;
}

.e-quick-popup-wrapper {
    max-width: 30rem;
}

    .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
        max-height: fit-content;
    }

.e-primary-fake,
.e-footer-content .e-btn.e-primary-fake.e-flat:not([disabled]) {
    background-color: #686765;
    border-color: #686765;
    color: #fff;
}

.e-dialog.vehicle-log-window {
    max-width: 90vw;
    max-height: 80vh !important;
}

.k-dropdownlist-popup span.k-svg-i-search svg {
    padding: 5px;
}

.k-searchbox span.k-svg-i-search svg {
    padding: 5px;
}

.list .k-toolbar button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md {
    background-color: #8b8986;
    color: white;
}

.list .k-toolbar button.k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md > .k-button-icon {
    color: white;
}

.standard.e-dialog {
    max-height: 95vh !important;
    max-width: 90vw !important;
}

.dialog-x-button {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dialog-x-button i {
    font-size: 16px;
}

.no-margin-legend legend {
    margin-bottom: 0 !important;
}

.white-background .upload-file-list-container.drop-zone {
    background-color: white;
}


.skeleton-fahrtspesen-sign {
    height: 850px !important;
    max-width: var(--section-max-width) !important;
    font-size: 1rem !important;
}

@media(max-width: 1080px) {
    .skeleton-fahrtspesen-sign {
        height: max(60vh, 500px) !important;
    }
}

.k-breadcrumb-container {
    flex-wrap: wrap !important;
    row-gap: 0.5rem;
}

.k-breadcrumb-link {
    display: inline-flex !important;
}

.e-radio:disabled + label::before {
    background-color: #fff;
}

.normal-disable.e-radio-wrapper.e-wrapper label span{
    color: #30271d;
}

.edit-absence-request-column-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: calc(0.5em + 8px);
}

.edit-absence-request-column-1 {
    flex: 0 0 auto;
    /*width: min(60rem, 100%);*/
}

.edit-absence-request-column-2 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    /*width: min(60rem, 100%);*/
}

    .edit-absence-request-column-2 .k-form-field {
        height: 100%;
    }

    .edit-absence-request-column-2 label.k-label.k-form-label {
        flex: 0 0 auto;
    }

    .edit-absence-request-column-2 .e-multi-line-input.e-input-group.e-control-container.e-control-wrapper {
        flex: 1 1 auto;
    }

    .edit-absence-request-column-2 textarea {
        min-height: 4rem !important;
    }

@media(max-width: 50rem) {
    .edit-absence-request-column-wrapper {
        flex-direction: column;
        gap: calc(0.5em + 8px);
    }

        .edit-absence-request-column-wrapper .edit-absence-request-column-1 {
            width: 100%;
        }
}


.absence-request-calendar {
    overflow: visible;
}

.e-schedule.absence-request-calendar .e-month-view .e-appointment {
    height: 48px;
}

.e-schedule.absence-request-calendar .e-timeline-month-view .e-appointment {
    height: 27px;
}

    .e-schedule.absence-request-calendar .e-timeline-month-view .e-appointment .e-appointment-details {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .e-schedule.absence-request-calendar .e-timeline-month-view .e-appointment .e-indicator.e-icons.e-left-icon,
    .e-schedule.absence-request-calendar .e-timeline-month-view .e-appointment .e-indicator.e-icons.e-right-icon {
        line-height: 27px;
        padding: 0 5px;
        width: 20px;
    }

.e-schedule.absence-request-calendar .e-timeline-month-view .e-work-cells {
    min-width: 140px !important;
    width: 140px !important;
}

.e-schedule.absence-request-calendar .e-timeline-month-view col {
    width: 140px !important;
}

.tm-telerik.k-grid .k-grid-header thead tr th span.k-cell-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 5px;
}

    .tm-telerik.k-grid .k-grid-header thead tr th span.k-cell-inner span.k-link span.k-column-title {
        color: var(--secondary);
    }

    .tm-telerik.k-grid .k-grid-header thead tr th span.k-cell-inner span.k-link {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    .tm-telerik.k-grid .k-grid-header thead tr th span.k-cell-inner .k-grid-filter-menu.k-grid-header-menu {
        width: 2rem;
        padding: 4px 1px;
    }

.k-grid-filter-menu.k-grid-header-menu.k-active {
    background-color: #686765;
    color: white;
    border-radius: 5px;
}

.e-grid.multilines td.e-rowcell {
    white-space: break-spaces;
}


    div#schedulerID .e-content-wrap {
        max-height: 55rem;
    }

    div#schedulerID .e-resource-column-wrap {
        max-height: 55rem;
    }

div#schedulerFullscreenID .e-content-wrap {
    max-height: 68rem;
}

div#schedulerFullscreenID .e-resource-column-wrap {
    max-height: 68rem;
}

.e-input-group.error, .e-input-group.e-control-wrapper.error, .e-input-group.error:not(.e-float-icon-left), .e-input-group.e-control-wrapper.error:not(.e-float-icon-left) {
    border-color: #dc3545 !important;
}

    .e-input.error, .e-input.error:focus, .e-input-group.error input.e-input, .e-input-group.e-control-wrapper.error input.e-input, .e-input-group.e-control-wrapper.error .e-input-group-icon, .e-input-group.error .e-input-group-icon, .e-input-group.error textarea.e-input, .e-input-group.e-control-wrapper.error textarea.e-input {
        border-color: #dc3545 !important;
    }

.multilines td.e-rowcell {
    hyphens: auto;
}

.e-schedule .e-month-view .e-appointment .e-appointment-details .e-indicator.e-icons.e-left-icon {
    background-color: rgb(220, 220, 220);
    color: black;
}

.e-schedule .e-month-view .e-appointment .e-appointment-details .e-indicator.e-icons.e-right-icon {
    background-color: rgb(220, 220, 220);
    color: black;
}

.show-overflow .k-tabstrip-content.k-content {
    overflow: visible;
}

.default-textarea textarea,
textarea.default-textarea {
    min-height: 4rem !important;
}

    .default-textarea.disabled textarea,
    div.default-textarea.disabled,
    textarea.default-textarea.disabled {
        cursor: not-allowed;
        user-select: none;
        background: #e9ecef;
        color: #343a40;
    }

.e-treeview .e-list-item.e-active > .e-fullrow {
    background-color: transparent;
}

.e-treeview .e-list-item.e-active.e-hover > .e-fullrow, .e-treeview .e-list-item.e-active.e-node-focus > .e-fullrow {
    background-color: transparent;
}

.description-text {
    font-style: italic;
    font-size: 0.866rem;
}