h3 {
    max-width: 750px;
    width: 100%;
    padding-left: 35px;
    margin-bottom: -13px;
    font-size: 27.5px;
}

#legaler_text {
    margin-top: 20px;
}

.datum-bearbeiten,
.email-display,
.gewaehltes_datum {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.parent-container {
    display: none;
    flex-direction: column;
    border-top: 1px solid #ecedee;
    border-top: none;
    margin-left: 35px;
    margin-right: 35px;
}

.karte {
    background-color: white;
    border-radius: 5px;
    margin-bottom: 28px;
    padding: 25px 35px 50px 35px;
    box-shadow: 0 0 15px hsl(0, 0%, 95%);
}

.karte-2 {
    padding-bottom: 5px;
}

.row-info {
    padding-top: 25px;
    margin-bottom: -14px;
}

.karte .datum {
    font-size: 14px;
    padding-top: 22px;
    padding-bottom: 8px;
}

.karte .input-group {
    position: relative;
}

.karte #datumseingabe input.choose_date,
.karte #standortseingabe input.choose_date {
    border-radius: 0;
    border-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    font-size: 15px;
}

.karte input {
    padding: 24px 18px;
    font-size: 16px;
}

.karte svg {
    top: 17px;
    right: 18px;
    position: absolute;
}

.karte input {
    transition-property: border;
    transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    border-color: #e4e5e7;
    color: #27282c;
}

.karte input:hover {
    border-color: hsl(223, 62%, 44%);
    transition-duration: 0.1s;
    color: #27282c;
}

.karte input:focus {
    border-color: hsl(223, 62%, 44%);
    color: #27282c;
}

.karte input[disabled="true"]:hover {
    border-color: #e4e5e7;
}

.karte input[disabled="true"]:focus {
    border-color: #e4e5e7;
}

.karte input::-ms-input-placeholder {
    color: #60626c;
    opacity: 1;
}

.karte input::placeholder {
    color: #60626c;
    opacity: 1;
}

.listed {
    list-style: none;
    padding: 0;
}

ul .bold {
    font-size: 18px;
}

.kreis {
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 1.5px;
    background-color: #27282c;
    border: 1px solid #27282c;
    color: white;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    position: relative;
    bottom: 1.5px;
    margin-right: 15px;
}

.kreis-leer {
    background-color: white;
    color: #787a87;
    border: 1px solid #787a87;
    padding: 1px;
}

.parent-container li {
    padding-bottom: 6px;
}

.parent-container h2 {
    font-size: 20px;
    border-bottom: 1px solid #e4e5e7;
    padding-bottom: 20px;
}

#buchung-abschliessen-teil-2,
#email-veraendern,
.card-text.gewaehltes_datum {
    border-bottom: 1px solid #e4e5e7;
}

.gewaehltes_datum {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-group label {
    padding-top: 20px;
    padding-bottom: 2px;
    font-size: 14px;
}

.form-group select.custom-select {
    padding-left: 20px;
    color: #27282c;
    border-color: #e4e5e7;
    font-size: 16px;
    border-radius: 5px;
}

.form-group select.custom-select:hover,
select.custom-select:active,
select.custom-select:focus {
    box-shadow: none;
    border-color: hsl(223, 62%, 44%);
}

.form-group select.custom-select:invalid {
    color: #60626c;
}

.karte h2 {
    font-size: 19px;
}

#verfuegbare_termine {
    border-top: 1px solid #e4e5e7;
    font-size: 16px;
    padding: 25px;
}

#waehlen_sie_datum {
    font-size: 26px;
    text-align: center;
    padding-left: 22px;
    padding-left: 50px;
    padding-top: 30px;
    line-height: 24px;
}

#select_date_x {
    display: flex;
    justify-content: space-between;
}

#X_knopf_bild {
    margin: 33px;
    width: 17px;
}

.panel-close {
    border-left: 1px solid #e4e5e7;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 30px;

    padding: 0;
    background: none;
}

#overlay {
    display: none;
    z-index: 22;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#overlay.show {
    display: block;
}

.choose_date:focus {
    z-index: 20 !important;
}

#popup {
    z-index: 23;
    position: fixed;
    top: 0;
    right: -100%;
    width: 525px;
    transition: right 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);

    overflow: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: unset;
    background-color: #fff;
    padding: 0px;
    font-size: 17px;
}

@media (max-width: 767px) {
    #popup {
        width: 100%;
    }
}

.oberen-teil-zusammenfassen {
    overflow: auto;
}

.flex_align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.disable_previous_dates {
    color: gray;
    pointer-events: none;
    cursor: default;
}

.appointment_wrap {
    position: relative;
    max-width: 750px;
    padding: 30px 0;
    padding-bottom: 56px;
    padding-top: 40px;
    margin: 0 auto;
}

.appointment_wrap a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
}

.appointment_wrap .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#firstMonth {
    padding-top: 10px;
    padding-bottom: 3px;
}

.buchung_knopf {
    user-select: none;
    background-color: hsl(223, 62%, 44%);
    color: white !important;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.buchung_knopf:not([disabled]):hover {
    color: white !important;
    background-color: hsl(223, 62%, 48%);
    background-color: hsl(223, 62%, 40%);
    transition: all ease 0.3;
}

.buchung_knopf[disabled] {
    cursor: default;
    color: white !important;
    background-color: hsl(223, 62%, 58%);
}

.buchung_knopf:not([disabled]) {
    cursor: pointer;
    color: white;
}

select.custom-select {
    border-radius: 0;
    height: 50px;
    margin-bottom: 25px;
}

.appointment_calender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.appointment_calender .calendar {
    text-align: center;
    background-color: #fff;
    padding-top: 18px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    border-radius: 10px 0 0 10px;
    border-top: 1px solid #e4e5e7;
}

.appointment_calender .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.appointment_calender h2 {
    margin-bottom: 0;
    font-size: 16px;
}

.appointment_calender table {
    /*border-collapse: inherit;*/
    width: 100%;
    /*border-collapse: separate;
  border-spacing: 12px;*/
}

.appointment_calender td {
    /*padding: 0px;*/
    /*border-radius: 100%;*/
    margin: 0;
    width: 45px;
    height: 45px;
    width: 55px;
    height: 55px;
    cursor: pointer;
}

.appointment_calender td:not(:empty) {
    background-color: white;
}

.appointment_calender .td_change span {
    background-color: hsl(223, 62%, 44%) !important;
    color: #fff;
    display: block;
    width: 38px;
    height: 38px;
    padding: 6px;
    border-radius: 50%;
    margin: auto;
}

.appointment_calender .today {
    position: relative;
}

.appointment_calender .today::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.appointment_calender .today.td_change::before {
    background-color: #fff;
}

.appointment_calender th {
    font-size: 12px;
    font-weight: 300;
    padding: 8px;
}

.appointment_calender .available_slots {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 0;
    box-shadow: 0px -6px 6px #ecedee;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 22;
    border-radius: 0;
    padding-top: 30px;
    padding-bottom: 25px;
}

.next_btn {
    cursor: pointer;
    width: 100%;
    display: block;
}

.appointment_calender .available_slots .buchung_knopf {
    max-width: 100%;
    height: 60px;
    background-color: hsl(223, 62%, 44%);
    margin-top: auto;
    color: #fff;
    cursor: pointer;
    margin-left: unset;
    margin-right: unset;
}

.appointment_calender .available_slots .buchung_knopf:hover {
    color: white !important;
    background-color: hsl(223, 62%, 44%);
}

.appointment_calender .slots_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 11px;
    padding-bottom: 28px;
}

.appointment_calender .slots_head .format_24 {
    border: 1px solid #e4e5e7;
    border-radius: 0;
}

.appointment_calender .slots_head .slot_day {
    font-size: 16px;
}

.appointment_calender .slots_body__wrapper {
    overflow-y: auto;
    padding-right: 5px;
    flex-direction: row;
}

.appointment_calender .slots_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    gap: 8px;
    margin-bottom: 35px;
}

#liste_mit_zeiten {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.appointment_calender .slots_body__wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    background-color: #f5f5f5;
    position: relative;
}

.appointment_calender .slots_body__wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.appointment_calender .slots_body__wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: hsl(223, 62%, 44%);
}

.appointment_calender .slots_body .slots_btn {
    padding-top: 16px;
    padding-bottom: 16px;
    border: 1px solid #d1d3d6;
    border-radius: 5px;
    cursor: pointer;
    width: 30%;
}

.appointment_calender .slots_body .slots_btn:hover {
    background-color: white;
    border-color: hsl(223, 62%, 44%);
}

.appointment_calender .slots_body .slots_btn.active_slot {
    background-color: hsl(223, 62%, 44%);
    color: #fff;
    border: 1px solid hsl(223, 62%, 44%);
}

.karte-3 {
    padding: 25px 35px 25px 35px;
    width: 100%;
    margin-left: 35px;
    margin-right: 35px;
}

.karte-3 h2 {
    border-bottom: none;
    color: white;
}

.karte-3 h2 svg {
    position: static;
    margin-bottom: 4px;
    margin-right: 5px;
}

.karte-3 h2 a {
    white-space: nowrap;
    color: white;
    text-decoration: none;
}

.container-last {
    padding-bottom: 87px;
}

.button-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 33px;
    margin-bottom: -25px;
    margin-right: 2px;
}

.btn-wrapper {
    position: relative;
    margin-left: 10px;
}

.btn-simple-plus,
.btn-simple-minus {
    background-color: transparent;
    color: hsl(223, 62%, 48%);
    border: none;
    padding: 5px 10px;
    font-size: 16px;
    transition:
        background-color 0.1s,
        color 0.1s;
}

.btn-simple-plus:hover,
.btn-simple-minus:hover {
    background-color: hsl(223, 62%, 48%);
    color: white;
}

.btn-hover-text {
    visibility: hidden;
    width: 120px;
    background-color: hsl(0, 0%, 9%);
    color: white;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 21;
    bottom: 100%;
    bottom: calc(100% + 5px);
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0s;
}

.btn-wrapper:hover .btn-hover-text {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 575.98px) {
    h3 {
        padding-left: 10px;
        margin-bottom: -13px;
        font-size: 24.5px;
    }

    .parent-container {
        margin-left: 15px;
        margin-right: 15px;
    }

    .kreis {
        padding: 1.7px;
    }

    .parent-container h2 {
        font-size: 20px;
    }

    .karte ul {
        padding-top: 20px;
        font-size: 15px;
    }

    .karte .datum {
        font-size: 13px;
        padding-top: 19px;
    }

    .karte h2 {
        font-size: 18px;
    }

    .datum-bearbeiten,
    .email-display {
        font-size: 14px;
    }

    .form-group label {
        font-size: 13px;
    }

    .karte input {
        font-size: 14px;
    }

    .form-group select.custom-select {
        font-size: 14px;
    }

    ul .bold {
        font-size: 17px;
    }

    #popup {
        font-size: 16px;
    }

    #waehlen_sie_datum {
        padding-left: 25px;
    }

    .appointment_calender .calendar {
        padding: 8px;
        padding-top: 15px;
        padding-left: 40px;
        padding-right: 40px;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 8px;
        border-radius: 8px;
    }

    .appointment_calender td {
        width: 50px;
        height: 50px;
    }

    .appointment_calender .header {
        margin-bottom: 15px;
    }

    .appointment_calender {
        flex-wrap: wrap;
    }

    .appointment_calender .today::before {
        bottom: 5px;
        width: 3px;
        height: 3px;
    }

    .appointment_calender .available_slots {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .appointment_calender .available_slots .buchung_knopf {
        height: 50px;
    }

    .appointment_calender .slots_body .slots_btn {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .appointment_wrap {
        padding-bottom: 32px;
    }

    .karte-3 {
        padding: 25px 35px 25px 35px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .container-last {
        padding-bottom: 40px;
    }
    .btn-simple-plus,
    .btn-simple-minus {
        font-size: 14px;
    }
}
