@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

:root {
    --spacing: 0.5em;
}

html {
    font-size: 14px;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}



.warning {
    color: #B10016;
    font-weight: bold;
}

body {
    font-family: Montserrat;
    margin: 0;
    background-color: #F6F6F6;
    margin-bottom: 5rem;
}

.pos-right {
    margin-inline-start: auto;
}

.flex {
    display: flex;
}

.no-wrap {
    white-space: nowrap;
}

.no-border {
    border: none;
}

.form-control {
    border: none;
}

    .form-control::file-selector-button {
        background-color: #02b16b !important;
    }

.body-bg-color {
    background-color: #F6F6F6;
}

.white {
    background-color: #fff;
}


.centering {
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
}

.gapped {
    gap: var(--spacing);
}

.space-between {
    justify-content: space-between;
}

.ign-red {
    color: #b10016;
}

.form-control {
    border: none;
}




.input-group-text {
    background-color: #02b16b !important;
    color: white;
    border: none;
    border-radius: 5px !important;
    cursor: pointer;
    /*margin-right: 5px;*/
    max-height: 40px;
}


form ol {
    padding-left: 0;
}

form li,
div > p {
    /*background: #eee;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    list-style-type: none;
    /*border: 1px solid black;*/
}

form img {
    height: 64px;
    order: 1;
}

form p {
    line-height: 32px;
    padding-left: 10px;
}

.input-div {
    align-items: center;
    height: 64px;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*form label,
form button {
    background-color: #7f9ccb;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px ridge black;
    font-size: 0.8rem;
    height: auto;
}*/
/*
    form label:hover,
    form button:hover {
        background-color: #2d5ba3;
        color: white;
    }*/
/*
    form label:active,
    form button:active {
        background-color: #0d3f8f;
        color: white;
    }*/








.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
    }

    .custom-file-button input[type=file]::file-selector-button {
        display: none;
    }

.custom-file-button:hover label {
    background-color: #02b16b !important;
    border: none;
    border-radius: 5px !important;
    cursor: pointer;
}

.input-group-text {
    background-color: #02b16b !important;
    color: white;
    border: none;
    border-radius: 5px !important;
    cursor: pointer;
    margin-right: 5px;
}

.card-header-left {
    font-weight: bold;
    font-size: 16px;
    background-color: #F6F6F6;
    padding-left: 0;
}

.card-header-right {
    text-align: right;
    background-color: #F6F6F6;
    padding-left: 0;
    margin-bottom: 0.5rem;
    padding-left: 0;
}

.hidden-field {
    display: none;
}

.w-110{
    width: 110px !important;
}

.conf-mis-card {
    border-radius: 5px;
    padding: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 1rem;
    cursor: pointer;
}

.mis-det-card {
    border-radius: 5px;
    padding: 0.2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 1rem;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.font-18px {
    font-size: 18px !important;
}

.card-content {
    cursor: pointer !important;
}

.title-expnd-btn {
    display: flex;
    align-content: space-between;
}

.card-title {
    font-weight: bold;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
}

.title-det {
    font-weight: bold;
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.card-icon {
    font-size: 16px !important;
    cursor: pointer;
}

.card-textfield {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card-date-loc-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.card-day-col {
    font-size: 8px;
    padding: 0;
    cursor: pointer;
}

.card-date-loc-row {
    margin-bottom: 0.5rem;
}

.card-day {
    font-size: 6px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    padding-bottom: 5px !important;
    height: 28px;
    width: 28px;
}

.card-day-det {
    font-size: 10px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.work-day {
    border: solid 1px #02b16b;
    cursor: pointer;
    box-sizing: border-box;
}

.free-day {
    border: solid 1px lightgray;
    color: lightgray;
    cursor: pointer;
}

.card-date-loc-col {
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav-icon-span {
    vertical-align: middle;
    margin-right: 10px
}

.past-status-label {
    background-color: #F6F6F6;
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}

.open-status-label {
    background-color: #B10016;
    color: white;
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}

.intrst-status-label {
    background-color: #02b16b;
    color: white;
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}

.no-instrst-status-label {
    background-color: #B10016;
    color: white;
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}
        
.confirmed-status-label {
    background-color: #02b16b;
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-weight: bold;
    cursor: pointer;
}

.header a {
    float: left;
    color: black;
}

.h1-title {
    font-weight: bold
}

.title {
    font-family: Montserrat;
    font-size: 28px;
    margin-top: 2rem;
}

.sub-title {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 15px;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.expl {
    font-family: Montserrat;
    font-size: 14px;
}

.text-standart {
    font-family: Montserrat;
    font-size: 15px;
}

.margin-1-top {
    margin-top: 1rem;
}

.margin-1-bot {
    margin-bottom: 1rem;
}

.margin-1-left {
    margin-left: 1rem;
}

.fine-print {
    font-family: Montserrat;
    font-size: 12px;
}

.nav-text-head {
    color: white;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 14px;
}

.nav-blue {
    font-family: Montserrat;
    font-size: 14px;
    color: #0E4FFF;
    text-decoration: none;
    padding: 0;
}

.header-right {
    float: right;
    margin: auto;
}

.a-header {
    color: white;
    background-color: white;
}

.main-content-row {
    text-align: left;
}

.mng-nav-li > a {
    color: black;
}

    .mng-nav-li > a:hover {
        background-color: #b20016;
        color: white;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: black;
}

html {
    position: relative;
    min-height: 100%;
}

.btn-primary:hover {
    background-color: black;
    transition: 0.7s;
    border: none
}

.btn-primary:focus {
    background-color: #B10016;
}

.footer {
}

.btn-checkin {
    background-color: #02b16b !important;
    padding-top: 0;
    padding-bottom: 0;
    float: right;
}

.btn-intrst {
    font-size: 16px;
    background-color: #02b16b !important;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 3rem;
    min-width: 8rem;
}

.btn-nointrst {
    font-size: 16px;
    min-height: 3rem;
    min-width: 8rem;
    padding-top: 0;
    padding-bottom: 0;
    float: right;
}

.btn-checkout {
    background-color: #B10016 !important; /* Rot */
    
    float: right;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-answer {
    background-color: #FFD700 !important; /* Goldgelb */
    float: right;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-interest {
    background-color: #02b16b !important; /* Hellgr�n */
    float: right;
    padding-top: 0;
    padding-bottom: 0;
}


.header-row {
    background-color: black;
    max-height: 8rem;
}

.header-col {
    background-color: black;
    max-height: 8rem;
}


.header {
    overflow: hidden;
    background-color: black;
    margin-bottom: 2rem;
}



.date-circles-display {
    display: flex;
    justify-content: space-between;
    gap: 0.2em;
    max-width: 200px;
}


    .date-circles-display > * {
        flex-shrink: 0;
    }


.a-footer {
    text-decoration: none;
    color: #707070;
}

    .a-footer:hover {
        color: #B10016;
    }


.btn-expand {
    background-color: #F6F6F6;
    border: none;
    font-size: 10px;
    color: gray;
    cursor: pointer;
}

.row-expand {
    display: flex;
    align-items: center;
}

.container-fullcontent {
    max-width: 30em;
}

.al-it-norm {
    align-items: normal;
}

@media (min-width: 1060px) {

    .btn-primary {
        border: none;
        background-color: #B10016;
        font-family: Montserrat;
        font-size: 14px;
        height: 2.2rem;
    }

    html {
        font-size: 16px;
    }

    .br-day-circle {
        display: block;
        margin-bottom: -.4em;
    }


    .header {
        overflow: hidden;
        background-color: black;
    }

    .header-logo {
        margin-top: 1rem;
        margin-left: 1rem;
        height: 4rem;
    }

    .card-day-shortname {
        font-size: 6px;
        padding-top: 0.1rem;
        cursor: pointer;
    }

    .card-day-shortdate {
        text-align: center;
        font-size: 12px;
        cursor: pointer;
    }


    .footer {
        background-color: black;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        min-height: 2rem;
    }

    .for-mobile {
        display: none;
    }

    .footer-container {
        font-family: Montserrat;
        font-size: 20px;
        min-height: 2rem;
        font-size: 25px;
        color: white;
        width: 100%;
        margin: auto;
        padding: 0.2rem;
    }
}




@media(max-width:1059px) {

    .card-day-shortname {
        font-size: 6px;
        padding-top: 0.3em;
        cursor: pointer;
    }

    .card-day-shortdate {
        text-align: center;
        font-size: 12px;
        cursor: pointer;
    }

    .br-day-circle {
        display: block;
        margin-bottom: -.6em;
    }


    .for-desktop {
        display: none;
    }


    .for-mobile {
        display: block;
    }

    .btn-primary {
        border: none;
        background-color: #B10016;
        font-family: Montserrat;
        font-size: 14px;
        padding: .375rem .75rem !important
        /*height: 1.8rem;*/
    }

    .header {
        overflow: hidden;
        background-color: black;
    }

    .header-logo {
        /*min-height: 3rem;*/
        max-width: 14rem;
    }

    .footer {
        background-color: black;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        /*min-height: 5rem;*/
    }

    .footer-container {
        /*min-height: 5rem;*/
        font-family: Montserrat;
        font-size: 20px;
        color: #707070;
        width: 100%;
        margin: auto;
        padding: 0.5rem;
    }
}



@media(max-width: 385px) {

    .container-fullcontent {
        padding: 0px;
    }
}

/*@media (min-width: 771px) and (max-width: 1059px) {
    .for-desktop{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .header {
        overflow: hidden;
        background-color: black;
    }

    .header-logo {
        margin-top: 1rem;
        margin-left: 1rem;*/
/*width: unset !important;*/
/*}
}*/
