﻿@font-face {
    font-family: "MontserratRegular";
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff');
}

@font-face {
    font-family: "MontserratBold";
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff');
}

:root {
    --clr-primary: black;
    --nav-height: 64px;
    --footer-height: 300px;
}

select option {
    font-family: sans-serif !important;
}

.custom-select {
    background: url("img/elemente/pfeil.svg") no-repeat right .5rem center/15px 10px;
    background-size: 20px;
}

::placeholder {
    color: #6c757d !important;
}

#plz {
    padding: 0.375rem 0.75rem !important;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    /*font-family: BrandonGrotesque-Light,Arial,"sans-serif";*/
    min-height: 100%;
    font-family: "MontserratRegular", Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    background: #fff;
    color: var(--clr-primary);
    position: relative;
    padding-top: var(--nav-height);
    padding-bottom: var(--footer-height);
}

.k-dropdown {
    height: auto;
}

.k-svg-i-caret-alt-down {
    display: none !important;
}

.k-dropdown .k-input {
    padding: 0 !important;
}

.k-dropdown .k-dropdown-wrap {
    border-radius: 0;
}

.k-dropdown .k-icon {
    vertical-align: baseline;
}

.k-upload-button {
    background-color: var(--clr-primary) !important;
}

    .k-upload-button .k-button-text, .k-calendar .k-calendar-th {
        color: white !important;
    }

.k-calendar-tbody td {
    border: none !important;
}

.k-calendar .k-calendar-td.k-selected .k-link {
    background-color: var(--clr-primary) !important;
    border-color: var(--clr-primary) !important;
}

.k-datepicker > .k-icon-button {
    background-color: var(--clr-primary) !important;
}

    .k-datepicker > .k-icon-button svg {
        fill: white;
    }

.baldVergriffenSpan {
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    white-space: nowrap;
}

#plz, #ort, #strasse {
    height: 100%;
    padding: 0;
    border: none !important;
}

.scroll-element {
    scroll-margin-top: 80px;
}


.greyout {
    opacity: 0.3;
    pointer-events: none;
}


.k-button {
    border-radius: 4px;
    border-color: #ccc;
    color: var(--clr-primary) !important;
    background-color: #fff;
    background-position: 50% 50%;
}

.k-widget.k-upload.k-header {
    background-color: var(--clr-primary) !important;
}




a {
    text-decoration: underline;
    color: var(--clr-primary);
    font-weight: bold;
}

/* --- table --- */
table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

td, th {
    border: 1px solid var(--clr-primary);
    padding-inline: 10px;
}

th {
    background-color: var(--clr-primary);
    color: white;
}

.tableBg {
    background-color: #eee;
}

a:hover {
    color: var(--clr-primary);
}

.nav-link {
    display: inline-block;
    vertical-align: middle;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--clr-primary)),to(var(--clr-primary)));
    background-image: linear-gradient(90deg,var(--clr-primary),var(--clr-primary));
    background-repeat: no-repeat;
    background-size: 0 .1rem;
    background-position: bottom;
    -webkit-transition: background-size .4s cubic-bezier(.525,0,.185,1);
    transition: background-size .4s cubic-bezier(.525,0,.185,1);
    text-decoration: none;
}


.footerLink {
    display: inline-block;
    vertical-align: middle;
    background-image: -webkit-gradient(linear,left top,right top,from(white),to(white));
    background-image: linear-gradient(90deg,white,white);
    background-repeat: no-repeat;
    background-size: 0 .1rem;
    background-position: bottom;
    -webkit-transition: background-size .4s cubic-bezier(.525,0,.185,1);
    transition: background-size .4s cubic-bezier(.525,0,.185,1);
}

.tiniFont {
    font-family: MontserratRegular, Arial, sans-serif;
}

hr {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
    height: 1px;
    border: 0;
}

.footerHr {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
    height: 1px;
    border: 0;
}

h1, h2, h3, h4, h5 {
    font-family: "MontserratBold", Arial, sans-serif;
}

/* --- Verlinkungen --- */
.linkStyle {
    text-decoration: underline;
    color: var(--clr-primary) !important;
    box-shadow: inset 0 0 0 0 var(--clr-primary);
    color: #54b3d6;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

    .linkStyle:hover, .linkStyle:focus, .linkStyle:active {
        color: white !important;
        box-shadow: inset 600px 0 0 0 var(--clr-primary);
        cursor: pointer;
    }

.control-checkbox {
    width: 1em;
    height: 1em;
    min-width: 1em;
    min-height: 1em;
    margin-right: 5px;
    background-color: white;
    border: 2px solid var(--clr-primary);
    border-radius: 10% !important;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 60%;
    background-position-x: 45%;
    transform: scale(1.2);
    margin-top: 2px;
}

.control-checkbox:checked {
    transition: 300ms ease all;
    background-image: url(/Content/img/Elemente/check.svg);
    background-size: 80%;
    border: 2px solid var(--clr-primary);
    background-repeat: no-repeat;
    background-position-y: 55%;
    background-position-x: 50%;
    background-color: var(--clr-primary);
}

.control-checkbox:empty {
    transition: all .4s ease-in-out;
}

.checkBoxLabel {
    display: flex;
    line-height: 1.7;
}

    .checkBoxLabel:hover {
        cursor: pointer;
    }

.erstattungAuswahl {
    max-width: fit-content;
    margin: auto;
    display: inline-block;
    border: 2px solid var(--clr-primary);
    background: #131313;
    color: #fff;
    font-family: "DelonghiSansMed";
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
    min-width: 11.5rem;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: color .4s cubic-bezier(.525,0,.185,1);
    transition: color .4s cubic-bezier(.525,0,.185,1);
}

    .erstattungAuswahl.disabled {
        background-color: #b3b3b3;
        border-color: #b3b3b3;
        cursor: default !important;
        pointer-events: none
    }

        .erstattungAuswahl.disabled:hover {
            border: 2px solid #b3b3b3 !important;
            box-shadow: none !important;
            outline: none !important;
        }

    .erstattungAuswahl:hover {
        cursor: pointer;
        border: 2px solid #d11b59 !important;
        box-shadow: 0 0.5rem 1rem rgba(209, 27, 89, 0.3) !important;
        outline: 1px solid #d11b59 !important;
    }

    .erstattungAuswahl.selected {
        background: #fff;
        color: var(--clr-primary);
        border: 2px solid #d11b59 !important;
        box-shadow: 0 0.5rem 1rem rgba(209, 27, 89, 0.3) !important;
        outline: 1px solid #d11b59 !important;
    }

/* --- Buttons --- */
.btn-primary {
    display: inline-block;
    border: 2px solid var(--clr-primary);
    background: var(--clr-primary);
    color: #fff;
    font-family: "MontserratBold", Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.7rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0.8rem 1rem;
    min-width: 11.5rem;
    position: relative;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: color .4s cubic-bezier(.525,0,.185,1);
    transition: color .4s cubic-bezier(.525,0,.185,1);
}


    .btn-primary svg {
        -webkit-transition: color .4s cubic-bezier(.525,0,.185,1);
        transition: color .4s cubic-bezier(.525,0,.185,1);
    }

    .btn-primary:focus, .btn-primary:hover {
        color: var(--clr-primary);
        background: #131313;
        border: 2px solid var(--clr-primary);
    }

        .btn-primary:focus, .btn-primary:hover svg {
            fill: var(--clr-primary);
        }

            .btn-primary:focus::after, .btn-primary:hover::after {
                height: 100%;
            }

    .btn-primary::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: .2rem;
        background: white;
        -webkit-transition: height .4s cubic-bezier(.525,0,.185,1);
        transition: height .4s cubic-bezier(.525,0,.185,1);
        z-index: -1;
    }


#restZahlAnzeige {
    background-color: #f5f5f5;
    padding: 20px 70px;
    border-radius: 5px;
}

.restZahl {
    background-color: var(--clr-primary);
    border-radius: 100%;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    width: 60px;
    font-weight: bolder;
    font-size: 1.4rem;
}

#restZahlAnzeige h3 {
}

#bewertungLink svg {
    -webkit-transition: fill .4s cubic-bezier(.525,0,.185,1);
    transition: fill .4s cubic-bezier(.525,0,.185,1);
}

/* --- howTo --- */

.section-box {
    background-color: #f5f5f5;
    padding: 2rem 0 1rem 0;
    border-radius: 10px;
}

    .section-box .howToText {
        font-size: 1.1rem;
        line-height: 1.3;
        font-family: "MontserratBold", Arial, sans-serif;
    }

#howTo img {
    max-width: 100px;
    aspect-ratio: 1/1;
}

.howToNumber {
    border-radius: 100%;
    background-color: #ffdda5;
    color: var(--clr-primary);
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.validation-summary-errors {
    color: red;
}


/* --- Form --- */

#Kassenbon_0__KassenbonZeit {
    border: none !important;
}

.k-widget.k-datepicker.form-control {
    border: none !important;
    font-family: "MontserratBold", Arial, sans-serif;
}

.form-horizontal label {
    margin-bottom: 0;
}

.form-control, .k-picker-wrap.k-state-default, .k-state-focused > .k-select {
    background-color: white !important;
    border: 2px solid grey !important;
    color: var(--clr-primary);
}

    .form-control:focus, .k-picker-wrap.k-state-default:focus, .k-state-default > .k-select:focus {
        background-color: white !important;
        color: var(--clr-primary);
        border-color: var(--clr-primary) !important;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25) !important;
    }

.k-i-calendar::before {
    color: grey;
}

.checkboxLabel {
    margin-left: 8px;
}

    .checkboxLabel:hover {
        cursor: pointer;
    }

input[type=checkbox] {
    accent-color: #ffdda5;
    color: red;
}

.k-widget.k-upload.k-header {
    background-color: #131313;
}

.k-upload-status.k-upload-status-total {
    color: white !important;
}

#inputForm {
    background-color: #f5f5f5;
}

/* --- Navigation --- */
#logo {
    width: 8rem;
}

nav {
    padding: 3.6rem 0;
    background-color: white;
    border-bottom: 1px solid;
    transition: ease-in-out 0.3s;
    height: var(--nav-height);
}

nav li a {
    color: var(--clr-primary);
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .08rem;
    text-transform: uppercase;
}

nav li a:hover:not(.social) {
    background-size: 100% .2rem;
}

.nav-item {
    display: flex;
    align-items: center;
}

.nav-link {
    padding-bottom: 3px;
    padding-top: 3px;
}

.unpinned {
    transform: translateY(-14.3rem) !important;
    transition: ease-in-out;
}



.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
    background-color: transparent;
}

    .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: 1 !important;
    }
/* --- Footer --- */

footer {
    padding: 3.6rem 0;
    background-color: var(--clr-primary);
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: var(--footer-height);
}

    footer a {
        color: #fff;
        font-size: 0.9rem;
        line-height: 0.8rem;
        letter-spacing: .05rem;
        text-transform: uppercase;
        background-size: 0 .1rem;
        font-family: BrandonGrotesque-Light,Arial,"sans-serif";
    }

        footer a:hover {
            color: #fff;
            background-size: 100% .2rem;
        }

    footer::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: .1rem;
        background: -webkit-gradient(linear,left top,left bottom,from(#ffdda5),to(#c28d46));
        background: linear-gradient(180deg,#ffdda5,#c28d46);
    }

.footer-nav {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

footer .navbar-nav {
    flex-direction: row;
}

.footer-space {
    margin-inline: 25px;
}

.footer-span {
    margin-inline: 5px;
    font-size: 1.1rem;
    color: white;
}

.footer-legal a, .footer-legal span {
    color: white;
    font-size: 0.7rem;
    display: inline-block;
    vertical-align: middle;
}

#footer-table {
    font-size: 0.9rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    width: 100%;
    overflow: initial;
}

    #footer-table tr > td:first-child {
        padding-left: 0 !important;
    }

.svg-icon__fill {
    fill: grey !important;
}

.svg-icon:hover .svg-icon__fill {
    transition: fill .4s cubic-bezier(.525,0,.185,1);
    fill: white !important;
}

/* --- Mobile Navbar --- */

.disable-scroll {
    overflow: hidden !important;
}

.openNav {
    right: 0% !important;
}

#mobile-nav-content {
    z-index: 5;
    background-color: white;
    height: 100vh;
    width: 100%;
    position: fixed;
    padding-top: 1rem;
    position: fixed;
    right: -100%;
    transition: ease-in-out 0.3s;
}

#navbar-toggler {
    width: 3.5rem;
    height: 3.5rem;
    background: white;
    position: relative;
}

.nav-toggler-line {
    position: absolute;
    width: 70%;
    height: 4px;
    background-color: var(--clr-primary);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

#navTogglerLine1 {
    top: 30%;
}

#navTogglerLine2 {
    top: 50%;
}

#navTogglerLine3 {
    top: 70%;
}

#navTogglerLine1, #navTogglerLine2, #navTogglerLine3 {
    transition: all 0.4s;
}

    #navTogglerLine1.selected {
        top: 14%;
        transform: rotate(-45deg) translateX(-70%);
        height: 4px;
    }

    #navTogglerLine2.selected {
        opacity: 0;
    }

    #navTogglerLine3.selected {
        top: 83%;
        transform: rotate(45deg) translateX(-70%);
        height: 4px;
    }

.card-header:hover > *, .card-header button:focus {
    text-decoration: none !important;
}



#mobile-nav-content {
}

/* --- Accordeon / Hilfe Seite --- */
.myaccordion .btn .icon {
    max-width: 40px;
    height: 40px;
    z-index: 0;
    background: transparent;
    align-self: normal;
}

.myaccordion .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    font-weight: normal;
    color: var(--clr-primary);
    padding-left: 0px;
    letter-spacing: 0;
    font-size: 18px;
    border-radius: 0 !important;
    border: none;
    position: relative;
    -webkit-box-shadow: 0px 7px 24px -19px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 7px 24px -19px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 7px 24px -19px rgba(0, 0, 0, 0.32);
}

#accordion .card {
    background-color: transparent;
    margin-bottom: 20px;
}

.accordion-cross {
    width: 25px;
    height: 25px;
    transition: ease-in-out 0.3s;
    transform: rotate(45deg);
}

[data-toggle="collapse"] .fa::before {
    font-family: "Ionicons";
    font-style: normal;
}



button[aria-expanded="true"] .accordion-cross {
    transform: rotate(0deg);
    color: #37c46f !important;
}


/* --- Media Queries --- */
/* --- Desktop --- */
@media screen and (min-width: 1080px) {
    /* Navigation */
    nav, footer {
        padding-inline: 250px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 1280px) {
    nav, footer {
        padding-inline: 50px !important;
    }

    .headerItemText {
        bottom: 4% !important;
    }

        .headerItemText h4 {
            font-size: 1.2rem;
        }

        .headerItemText h5 {
            font-size: 1rem;
        }
}


/* --- Smartphones --- */
@media screen and (max-width: 767px) {
    :root {
        --footer-height: 550px;
    }
    /* Navigation */
    .title {
        font-size: 2rem;
    }

    .btn-primary {
        font-size: 0.9rem;
        line-height: 1rem;
        min-width: 8rem;
    }

    .footer-nav ul {
        flex-direction: column;
        text-align: center;
        margin: auto;
    }

    #restZahlAnzeige {
        padding: 20px 50px;
    }

        #restZahlAnzeige h3 {
            padding-inline: 0px;
        }

    .myaccordion .btn .icon {
        max-width: 30px;
        height: 34px;
        align-self: center;
    }

    .myaccordion h3 {
        font-size: 1.3rem;
    }

    .accordion-cross {
        width: 10px;
        height: 10px;
    }

    .footer-nav {
        margin-bottom: 2rem;
    }

    footer .navbar-nav {
        flex-direction: column;
    }

    .footer-legal {
        margin: auto;
        display: flex;
        text-align: center;
    }

    #howTo span {
        font-size: 1.3rem;
    }

    #footer-table {
        display: flex;
        justify-content: center;
    }
}

.selection-item {
    background-color: white;
    border: 2px solid gray;
    border-radius: 20px;
    padding-inline: 15px;
    font-size: 0.9rem;
    line-height: 1.3rem;
    padding-bottom: 10px;
    min-width: 100%;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    .selection-item:hover {
        cursor: pointer;
    }

    .selection-item img {
        max-height: 200px;
        display: block;
        margin: 10px auto -10px auto;
    }

.item-selected {
    border: 2px solid #d11b59 !important;
    box-shadow: 0 0.5rem 1rem rgba(209, 27, 89, 0.3) !important;
    outline: 2px solid #d11b59 !important;
}

.not-selectable {
    opacity: .3;
    pointer-events: none;
}

.vergriffen {
    opacity: .3!important;
    pointer-events: none!important;
}

.zubehoerAnzahl {
    position: absolute;
    right: 11%;
    top: 5%;
    font-size: 24px;
}


@media screen and (max-width: 768px) {
    .control-checkbox {
        display: flex;
        align-items: baseline;
    }

    h1 {
        font-size: 2rem;
    }

    #header {
        margin-top: 6rem;
    }

    .zubehoerAnzahl {
        right: 12%;
    }
}

@media screen and (max-width: 1200px) {
    .headerItemText {
        bottom: 6%;
    }

        .headerItemText h5 {
            font-size: 1rem;
            line-height: 1;
        }

        .headerItemText h4 {
            font-size: 1.2rem;
            line-height: 1;
        }

    table {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-inline: 35px;
    }

    .zubehoerAnzahl {
        right: 13%;
        top: 6%;
    }

    .nav-item {
        justify-content: center;
    }
}

@media screen and (max-width: 576px) {
    .zubehoerAnzahl {
        right: 7%;
    }
}
