﻿

:root {
    --primary: #9daab1;
    --secondary: #153D8A;
    --tertiary: #e5dac9;
    --light-orange: #a2d3f3;
    --dark-orange: #FDEACE;
    --very-dark-orange: #F6730C;
    --grey: #f2f2f2;
    --hover-background-gray: #d9d9d9;
    --title-font: Ubuntu;
    --subtitle-font: Ubuntu, 'Roboto Regular';
    --standard-font: 'Ubuntu Light', 'sans-serif, Roboto';
    --standardBackend-font: Ubuntu, '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/Simpliugli1-Regular.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');
}



html, body {
    font-family: var( --standard-font);
    font-size: 1.00rem;

}

p {
    text-align: justify;
}

.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);
    padding-top: 50px;
}

.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;
}


.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: 0px;
    z-index: 1;
}

.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);
                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;
    }




.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%;
    min-width: 255px;
}

    .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: 19em;
            padding-block: min(5%, 0.5em);
            border-radius: 0 0 0.25em 0.25em;
          
            background: rgba(255, 255, 255, 0.63);
            border-radius: 16px;
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(6.5px);
            -webkit-backdrop-filter: blur(6.5px);
            border: 1px solid rgba(255, 255, 255, 0.34);
        }

            .tm-navbar-popup-container .popup-list-wrapper .popup-list .popup-list-item {
                display: flex;
                justify-content: left;
                padding-block: 5%;
                padding-inline: 10%;
                align-items: left;
                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);
}

.popup-list-item:hover,
.popup-list-item:focus {
    background-color: #a2d3f3;
    transition: background-color 0.25s ease-in-out;
}

@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;
    }
}

/* ========= 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: 1vh 0 4vh 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: 120px;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        align-items: center;
        max-width: 120em;
        width: 90%;
        margin-top: 5em;
        border-radius: 20px;
    }

        .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: #ffffff4a;
                border-radius: 5px;
                outline: none;
                border: none;
                margin: 0 0% 0 0;
                transform: translateY(25%);
                align-items: center;
                justify-content: center;
                -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(2px);
            }

                .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: 7%;
            padding-bottom: 30px;
            text-transform: uppercase;
            font-family: var(--subtitle-font);
            font-size: var(--fs-800);
            color: #153D8A;
            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;
            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);
                background: #ffffffad;
            }

            .tm-accordion-wrapper .tm-home-accordion .right .tm-home-accordion-more-wrapper .tm-home-accordion-more-button:hover {
                transform: scale(1.03) 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: 90%;
    max-width: 120em;
    display: flex;
    justify-content: flex-end;
}



.tm-accordion-wrapper .tm-category-list {
    position: relative;
    z-index: 2;
    padding: 1vh 1vw 1vh 1vw;
    background-color: #efeded;
    min-width: 300px;
}



.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: 90%;
    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;
    }

    .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;
    font-size: var(--fs-300);
}

    footer b {
        font-family: var(--subtitle-font);
        font-weight: 500;
    }

.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: 2em 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;
    display: flex;
    background-color: rgb(180 120 88) !important;
    padding: 1em 2em;
    margin: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .tm-fineprint .tm-copyright {
        display: flex;
        justify-content: center;
        text-align: center;
        width: 50%;
    }

    .tm-fineprint .tm-impressum {
        width: 50%;
    }

        .tm-fineprint .tm-impressum ul {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 1em;
            margin: 0;
            padding: 0;
        }

            .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;
    }
}

@media (max-width: 35em) {
    .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-wrapper .tm-login-info {
        position: relative;
        height: 100%;
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        z-index: 2;
        padding: 0 0vw 3vh 0;
        margin-top: 2em;
    }

        .tm-login-wrapper .tm-login-info h1 {
            z-index: 3;
            text-align: left;
            color: var(--secondary);
            font-family: var(--title-font);
            font-weight: normal;
            font-size: 4rem;
        }

        .tm-login-wrapper .tm-login-info p {
            z-index: 3;
            text-align: left;
            margin: 2vh 0 0 0;
            width: 15vw;
            color: var(--secondary);
            font-size: 1.2rem;
        }

.tm-login-form {
    position: relative;
    z-index: 2;
    width: 50%;
    padding-inline: 2em;
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tm-login-form .password-forgotten {
        margin-top: 1em;
        display: flex;
        justify-content: center;
    }

        .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) translateY(-10em) translateX(-5%);
    width: 200vw;
    height: 38em;
    overflow-y: hidden;
}

@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: 60em) {
    .tm-login-wrapper .tm-balls.tm-white {
        height: 28em;
        width: 28em;
        transform: rotate(-5deg) translate(10%, 50%);
        top: 0;
    }

    .tm-login-wrapper .tm-balls.tm-light-orange {
        width: 6em;
        height: 6em;
        right: 0em;
        top: 1em;
        display: block;
    }

    .tm-login-wrapper .tm-login-info {
        width: 50%;
        color: white;
        padding: 0;
    }
    .tm-login-wrapper .tm-login-info p {
        margin-top: 0;
    }

    .tm-login-wrapper .tm-login-form {
        width: 50%;
    }

}

@media (max-width: 50em) {
    .tm-login-wrapper .tm-balls.tm-white {
        height: 26em;
        width: 26em;
        transform: rotate(-5deg) translate(0, 50%);
        left: 4em;
    }

    
}
@media (max-width: 45em) {
    /* === Login === */
    .tm-login-wrapper {
        flex-direction: column;
    }

        .tm-login-wrapper .tm-tilted-box {
            height: 40em
        }

        .tm-login-wrapper .tm-balls {
            display: none;
        }

        .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-page .tm-login-wrapper form {
        max-width: 30em;
    }

    .tm-login-wrapper .tm-login-form {
        width: 100%;
        margin-top: 0%;
        display: flex;
        justify-content: center;
    }
}



.tm-register-wrapper {
    position: relative;
    margin: 10em 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}

    .tm-register-wrapper .tm-register-info {
        position: absolute;
        right: 0;
        margin: 0;
        z-index: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .tm-register-wrapper .tm-register-info h1 {
            position: relative;
            z-index: 3;
            padding: 2vh 8vw 0 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: 0vh 8vw 0 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%;
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

.hsk-tab-wrapper {
    display: flex;
}


.hks-block-wrapper {
    width: 100%;
    flex: 1;
    display: block;
    flex-direction: row;
    justify-content: space-between;
    float: left;
    box-sizing: border-box;
}


        .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 0.5em 0 0.5em;
        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;
        }


    .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: clamp(7em, 10%, 15em);
            height: 2.5em;
        }

    .tm-register-wrapper .k-dropdownlist .k-input-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

        .tm-register-wrapper .k-dropdownlist .k-input-inner .k-input-value-text {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0;
            height: auto;
            max-height: 2vh;
        }

.tm-register-input-wrapper .k-form-field-error .k-form-field-wrap span {
    border: 1px red solid !important;
}

.tm-register-input-wrapper .error {
    border: 1px red solid !important;
}


/*.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 .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: clamp(50em, 100vw, 0em);
}

.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;
        }







.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: 1fr 1fr 1fr 1fr 1fr;
}

    .bills .list-wrapper .list-item span {
        color: var(--secondary);
    }

.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: 30vh;
}

    .tm-detail-header .header-title {
        position: relative;
        width: 100%;
        height: 30%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .tm-detail-header .header-title h1 {
            color: white;
            font-family: var(--title-font);
            font-size: 4rem;
            font-weight: lighter;
            margin: 5vh 0 0 0;
        }

        .tm-detail-header .header-title h3 {
            color: white;
            margin: 0 0 0 0;
            font-size: 1.5rem;
        }

    .tm-detail-header .tm-valign .tm-tilted-box {
        transform: rotate(4deg) translate(-5%, -40%);
        height: 60em;
        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;
    }

.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;
}

@media (max-width: 50em) {
    .tm-detail-header .tm-balls {
        display: none;
    }
    .center-headline-container h1 {
        margin: 0;
    }
    .center-headline-container {
        height: 26em;
    }
    .tm-detail-header .tm-valign .tm-tilted-box {
        height: 30em;
    }
}

section.tm-appointment-section {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5em 0em;
}

.tm-appointment-wrapper {
    width: 80%;
    max-width: 100em;
    min-height: 40vh;
    position: relative;
    z-index: 2;
    background-color: var(--light-orange);
    padding: 2em;
}

.tm-appointment-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2em 3em;
}

    .tm-appointment-header h1 {
        font-size: var(--fs-500);
        margin: 0;
        text-transform: uppercase;
        color: var(--secondary);
    }

.allow-alternative-service-wrapper {
    display: flex;
    align-items: center;
    gap: 1em;
}

    .allow-alternative-service-wrapper .switch-label {
        text-transform: none;
        color: var(--secondary);
        font-weight: bolder;
        font-size: var(--fs-300);
    }


    /*.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: center;
}

        .tm-appointment-wrapper .submit-button button {
            background-color: var(--secondary);
            color: white;
            width: clamp(10em, 25%, 25em);
            outline: none;
        }


.tm-appointment-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: white;
    padding: 2em;
}

    .tm-appointment-list-item .tm-timepicker-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 40%;
        gap: 1vw;
        justify-content: center;
    }

    .tm-appointment-list-item h1 {
        color: var(--secondary);
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        width: 20%;
        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);
        }

.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;
        }

.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;
    }

.tm-childpicker-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40%;
    justify-content: center;
}

    .tm-childpicker-wrapper .tm-childpicker {
        width: fit-content;
        padding-inline: 5%;
    }

@media (max-width: 50em) {
    .tm-appointment-list-item {
        flex-direction: column;
        padding: 0.5em;
    }

        .tm-appointment-list-item h1 {
            width: 100%;
            padding: 0.5em 0em;
            text-align: center;
        }

        .tm-appointment-list-item .tm-timepicker-wrapper {
            width: 100%;
            padding: 0.5em 0em;
        }

        .tm-appointment-list-item .rounded-pick-button {
            max-width: 7em;
        }

        .tm-childpicker-wrapper {
            width: 100%;
            padding: 0.5em 0em;
        }
}

/* ================= 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-section .tm-overview-wrapper .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-section .tm-overview-wrapper .tm-overview-links-wrapper .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;
}

.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-child-register-title-wrapper {
    position: relative;
    height: 25em;
}

    .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: 4rem;
        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;
    }


.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) !important;
}

@media (max-width: 50em) {
    .tm-register-wrapper .tm-balls {
        display: none;
    }

    .tm-child-register-title-wrapper .tm-balls {
        display: none;
    }
}
/*============== 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: 5em;
        display: flex;
        justify-content: center;
        margin-top: 2em;
    }
}

.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;
}

    .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;
}

@media (max-width: 50em) {
    .generic-section-center-content {
        margin: var(--section-margin) !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: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 {
    position: relative;
    min-height: 30em;
    background-color: var(--light-orange);
    width: var(--center-component-width);
}

    .generic-center-component .header {
        height: 7em;
        display: flex;
        align-items: center;
    }

    .generic-center-component .content {
        position: relative;
        padding: 2em 2em;
        min-height: 23em;
    }

        .generic-center-component .content .scrollable-wrapper {
            position: relative;
            overflow-y: scroll;
            height: 100%;
            width: 100%;
            scrollbar-color: var(--secondary) transparent;
        }

            .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: var(--secondary);
            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;
}





.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 {
    min-width: 40em;
    min-height: 3em;
    opacity: .9;
}


/* ============== Opening Hours ============= */
.openinghours-section {
    display: flex;
    justify-content: center;
    margin: 2em 0em;
}

.openinghours-wrapper {
    position: relative;
    background-color: white;
    padding: 0em 2em 1em 2em;
    width: clamp(50em, 50vw, 90em);
}

    .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 {
                    width: 65%;
                    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-timepicker input {
                            height: 100%;
                        }

                .openinghours-wrapper .openinghours-content .openinghours-list-wrappper .openinghours-list-item .button-wrapper {
                    width: 20%;
                    display: flex;
                    justify-content: space-evenly;
                }

                    .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;
                    }

                    .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;
                    }

            .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;
        width: 90%;
        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: center;
    margin-top: 5em;
}

    .coordinator-section .form-wrapper {
        background-color: white;
        padding: 1em;
        width: clamp(50em,100vw,60em);
    }

        .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: 80em;
    max-height: 80em;
    width: 60%;
}

    .filelist-window img {
        width: 100%;
        height: auto;
    }

/* 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: #3c4043;
                        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: #3c4043;
        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: #3c4043;
        color: white;
        text-transform: uppercase;
    }

        .payment-detail-list .button-container button:hover {
            background-color: #5c5751;
        }





html.k-webkit {
    background: #fbf4e3;
}

.brand-link {
    min-height: 72px;
}

    .brand-link .brand-image {
        max-height: 56px;
    }


.main-sidebar {
    background-color: #f0f0f0;
    border-radius: 0px 5px 7px 0px;
}


.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #153D8A;

    color: #fff;
}


.nav-sidebar .nav-item > .nav-link {
    color: #3c4043;
    font-size: .875rem;
    font-weight: 500;
    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: #a2d3f3;
    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: #a2d3f3;
    background-color: #f1f1f1;
    color: #3c4043;
    vertical-align: center;
}

.navbar {
    background-color: white;
    color: #fff;
}

[class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
    color: #3c4043;
}

    .nav-treeview > .nav-item > .nav-link:focus, [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link:hover {
        background-color: #a2d3f3;
        color: #3c4043;
    }

.nav-treeview > .nav-item > .nav-link:focus, .nav-treeview > .nav-item > .nav-link:hover {
    background-color: rgba(255,255,255,.1);
    color: #3c4043 !Important;
}



.nav-treeview > .nav-item > .nav-link {
    color: #153D8A;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(94 105 110) !important;
}

.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: #153D8A;
}



.box {
    background: white !important;
}



.content-wrapper {
   background: white;

 /*   background-color: rgb(249 250 251 / 1);*/
    height: fit-content;
    min-height: 100vh !important;
}

.box-title {
    color: #3c4043  !important;
}

.box-header[b-sbjyye5x3j] {
    font-size: var(--fs-500);
    display: flex;
    align-items: center;
    padding-block: 0.5em !important;
    padding-inline: 1em !important;
}

.box-body[b-sbjyye5x3j] {
    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: #153D8A !important;
    color: #fff !important;
    border-left-color: #3c4043;
    border-radius: 4px 0px 0px 4px;
}

.options {
    background: white;
    border-radius: 5px !important;
}


.toolbarbutton {
    color: #30271d !important;
    background-color: #ffffff !important;
    border-color: #6c757d !important;
    margin: 3px !important;
}

.toolbarbutton:hover {
    color: white !important;

}


.btn-primary {
    color: #fff;
    background-color: #3c4043;
    border-color: #3c4043;
}

.list .k-input-icon {
    background: #3c4043;
}


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 #3c4043 !Important;
    border-left: 0px solid #3c4043 !Important;
    border-right: 0px solid #3c4043 !Important;
}


.k-breadcrumb {
    color: #153D8A;
}

.k-breadcrumb-link {
    color: #153D8A;
}

.btn-default {
    background: #3c4043;
}


.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: 0px solid #3c4043;
    border-bottom: 5px solid #3c4043;
    border-left: 0px;
}

.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: #153D8A !important;
    color: white;
}

.floating-menu-button {
    background-color: #153D8A !important;
}

    .floating-menu-button:hover {
        background-color: #3c4043 !important;
    }

.floating-sub-menu-button {
    background-color: #153D8A !important;
}


.list .k-grid-header {
    background-color: #dde3e6 !important;
}

    .list .k-grid-header div {
        background-color: white !important;
        color: #3c4043 !important;
        text-align: center;
    }

.k-grid {
    color: #3a2e22;
}

    .k-grid td {
        background-color: white !important;
        border-bottom: 1px solid #e3e4e8 !important;
    }

/*tr.k-master-row.k-table-row {
    text-align: center;
}

tr.k-master-row.k-table-row.k-alt.k-table-alt-row {
    text-align: center;
}
*/
.list .k-icon-button.k-button-md > .k-button-icon {
    color: #6c757d;
}

.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;
}

.templaterow-actions {
    padding-top: 40px;
    padding-right: 7px;
}

.k-button-solid-primary {
    border-color: #3c4043;
    background-color: #3c4043;
    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: #153D8A;
    color: white;
    background-color: #153D8A;
}


.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: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -900px;
    width: 340px;
    height: 340px;
    background: #a2d3f3;
    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: #9daab1;
        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: #3c4043 !Important;
}


.content-trasparent {
    background: white;
    min-height: 300px;
    padding: 40px;
}

.k-tabstrip {
    width: 100%;
}


.e-toolbar .e-tbar-btn:hover {
    height: 32px;
    min-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    background: #3c4043;
    border-color: #6c757d;
    border-radius: 0;
    color: #6c757d;
}


.k-button-solid-base:hover, .k-button-solid-base.k-hover {
    background-color: #5c5751;
}

.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: #3c4043;
    border-color: #3c4043;
    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: #3c4043;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner ::placeholder {
    color: #3c4043 !Important;
    color: #3c4043 !Important;
}

.k-picker-solid {
    border-color: rgba(0, 0, 0, 0.08) !important;
}


.k-column-title {
    color: #3c4043;
}

.k-pager-numbers .k-link {
    color: #3c4043;
}

.floating-menu-button:hover {
    background-color: #3c4043 !important;
}

.floating-sub-menu-button:hover {
    background-color: #3c4043 !important;
}


.btn-newproduct {
    background: #3c4043;
    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: #3c4043 !Important;
    color: #3c4043 !Important;
}

    .k-input-md .k-input-inner::placeholder, .k-picker-md::placeholder .k-input-inner::placeholder {
        color: #3c4043 !Important;
        color: #3c4043 !Important;
    }


k-chip-solid-base {
    border-color: #bbe3e7;
    color: #3c4043;
    background-color: #edf8f9;
}

.k-icon {
    margin-right: 3px;
}

    .btn-default:hover {
        background-color: #3c4043;
        border-color: #3c4043;
    }

.card-container:hover {
    border-color: #3c4043;
}


.k-form-buttons .btn-secondary {
    color: #3c4043
}


    .k-form-buttons .btn-secondary:hover {
        color: white
    }



.k-form-buttons .btn-primary {
    background-color: #5c5751;
    border-color: #5c5751;
    color: white;
}


.k-button-solid-base {
    background-color: #5c5751;
    border-color: #5c5751;
    color: white;
}

.upload-file-actions {
    background-color: #5c5751;
}

.k-button.k-button-solid-Primary {
    background: #5c5751;
    color: white;
}

.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 #3c4043;
}

.k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
    border-color: #3c4043;
    background-color: #3c4043;
}

.k-calendar .k-calendar-td.k-state-selected .k-link, .k-calendar .k-calendar-td.k-selected .k-link {
    background-color: #153D8A;
}

.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: #5c5751;*/
    color: white;
}

    .k-toolbar .k-button-solid-base:hover {
        border-color: #3c4043;
        background-color: #3c4043;
        color: white;
    }

        .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;
}

.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 {
    min-width: fit-content;
    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-rectangle.k-button-md.k-button-solid-base.k-icon-button {
    min-width: fit-content;
}

.k-command-cell button.telerik-blazor.k-button.btn.btn-secondary.k-button-solid.k-rounded-md.k-button-rectangle.k-button-md.k-button-solid-base.k-icon-button {
    min-width: fit-content;
    background-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-rectangle.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-rectangle.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-rectangle.k-button-md.k-button-solid-base {
    min-width: 5em;
}

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: #3c4043;
}

    .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: #3c4043;
    }

.carousel-caption {
    color: white;
    font-size: 24px;
}


.text-white {
    color: white;
    min-font-size: 24px;
}



.sectionOrangeCenter {
    background-color: rgb(213 169 95) !important;
    color: white !important;
    text-decoration: none !important;
    text-align: center;
}






#pg-9-0, #pg-9-1, #pg-9-2, #pg-9-3, #pg-9-4, #pg-9-5, #pg-9-6, #pg-9-7, #pg-9-8, #pg-9-9, #pg-9-10, #pg-9-11, #pg-9-12, #pg-9-13, #pg-9-14, #pg-9-15, #pg-9-16, #pg-9-17, #pg-9-18, #pg-9-19, #pg-9-20, #pl-9 .so-panel {
    margin-bottom: 30px;
}


@media (max-width: 780px) {
    #pg-9-0.panel-no-style, #pg-9-0.panel-has-style > .panel-row-style, #pg-9-0, #pg-9-1.panel-no-style, #pg-9-1.panel-has-style > .panel-row-style, #pg-9-1, #pg-9-2.panel-no-style, #pg-9-2.panel-has-style > .panel-row-style, #pg-9-2, #pg-9-3.panel-no-style, #pg-9-3.panel-has-style > .panel-row-style, #pg-9-3, #pg-9-4.panel-no-style, #pg-9-4.panel-has-style > .panel-row-style, #pg-9-4, #pg-9-5.panel-no-style, #pg-9-5.panel-has-style > .panel-row-style, #pg-9-5, #pg-9-6.panel-no-style, #pg-9-6.panel-has-style > .panel-row-style, #pg-9-6, #pg-9-7.panel-no-style, #pg-9-7.panel-has-style > .panel-row-style, #pg-9-7, #pg-9-8.panel-no-style, #pg-9-8.panel-has-style > .panel-row-style, #pg-9-8, #pg-9-9.panel-no-style, #pg-9-9.panel-has-style > .panel-row-style, #pg-9-9, #pg-9-10.panel-no-style, #pg-9-10.panel-has-style > .panel-row-style, #pg-9-10, #pg-9-11.panel-no-style, #pg-9-11.panel-has-style > .panel-row-style, #pg-9-11, #pg-9-12.panel-no-style, #pg-9-12.panel-has-style > .panel-row-style, #pg-9-12, #pg-9-13.panel-no-style, #pg-9-13.panel-has-style > .panel-row-style, #pg-9-13, #pg-9-14.panel-no-style, #pg-9-14.panel-has-style > .panel-row-style, #pg-9-14, #pg-9-15.panel-no-style, #pg-9-15.panel-has-style > .panel-row-style, #pg-9-15, #pg-9-16.panel-no-style, #pg-9-16.panel-has-style > .panel-row-style, #pg-9-16, #pg-9-17.panel-no-style, #pg-9-17.panel-has-style > .panel-row-style, #pg-9-17, #pg-9-18.panel-no-style, #pg-9-18.panel-has-style > .panel-row-style, #pg-9-18, #pg-9-19.panel-no-style, #pg-9-19.panel-has-style > .panel-row-style, #pg-9-19, #pg-9-20.panel-no-style, #pg-9-20.panel-has-style > .panel-row-style, #pg-9-20, #pg-9-21.panel-no-style, #pg-9-21.panel-has-style > .panel-row-style, #pg-9-21 {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#pg-9-0.panel-has-style > .panel-row-style, #pg-9-0.panel-no-style, #pg-9-1.panel-has-style > .panel-row-style, #pg-9-1.panel-no-style, #pg-9-2.panel-has-style > .panel-row-style, #pg-9-2.panel-no-style, #pg-9-3.panel-has-style > .panel-row-style, #pg-9-3.panel-no-style, #pg-9-4.panel-has-style > .panel-row-style, #pg-9-4.panel-no-style, #pg-9-5.panel-has-style > .panel-row-style, #pg-9-5.panel-no-style, #pg-9-6.panel-has-style > .panel-row-style, #pg-9-6.panel-no-style, #pg-9-7.panel-has-style > .panel-row-style, #pg-9-7.panel-no-style, #pg-9-8.panel-has-style > .panel-row-style, #pg-9-8.panel-no-style, #pg-9-9.panel-has-style > .panel-row-style, #pg-9-9.panel-no-style, #pg-9-10.panel-has-style > .panel-row-style, #pg-9-10.panel-no-style, #pg-9-11.panel-has-style > .panel-row-style, #pg-9-11.panel-no-style, #pg-9-12.panel-has-style > .panel-row-style, #pg-9-12.panel-no-style, #pg-9-14.panel-has-style > .panel-row-style, #pg-9-14.panel-no-style, #pg-9-15.panel-has-style > .panel-row-style, #pg-9-15.panel-no-style, #pg-9-16.panel-has-style > .panel-row-style, #pg-9-16.panel-no-style, #pg-9-17.panel-has-style > .panel-row-style, #pg-9-17.panel-no-style, #pg-9-18.panel-has-style > .panel-row-style, #pg-9-18.panel-no-style, #pg-9-19.panel-has-style > .panel-row-style, #pg-9-19.panel-no-style, #pg-9-20.panel-has-style > .panel-row-style, #pg-9-20.panel-no-style, #pg-9-21.panel-has-style > .panel-row-style, #pg-9-21.panel-no-style {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.panel-grid.panel-has-style > .panel-row-style, .panel-grid.panel-no-style {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.rowGrayBg {
    margin-bottom: -80px;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 0;
}


.hsk-front-page-head {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    max-width: 1440px;
}

.hsk-front-page {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    max-width: 1440px;
}


.k-tabstrip-left .k-tabstrip-items .k-link {
    justify-content: flex-start;
}

.k-table-md {
    font-size: 0.9em;
    line-height: 1;
}

.k-table-md .k-table-th, .k-table-md .k-table-td {
    padding: 6px 6px;
}

.form-control {
    font-size: 0.9rem;
}

.k-tabstrip-items-wrapper .k-item:active, .k-tabstrip-items-wrapper .k-item.k-state-active, .k-tabstrip-items-wrapper .k-item.k-active, .k-tabstrip-items-wrapper .k-item.k-state-selected, .k-tabstrip-items-wrapper .k-item.k-selected {
    background-color: #fafafa;
}

.k-tabstrip-items .k-link {
    padding: 3px 10px;
}

.form-control {
    background-color: #f0f0f0;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner::placeholder {
    background-color: #f0f0f0;
}

.k-input-md .k-input-inner, .k-picker-md .k-input-inner {
    background-color: #f0f0f0;
}

.input-field-sm {
    background-color: #f0f0f0;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    background-color: #f0f0f0;
    font-size: 0.9rem;
    min-height: 34px;
    line-height: 1.5;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}


.e-btn, .e-css.e-btn {
    background-color: #9daab1;
    border-color: #9daab1;

}


.k-wizard .k-wizard-content {
    padding: 10px;
}