/* /Pages/Index.cshtml.rz.scp.css */
#terminbuchungFormular[b-jr5fdaq019] {
    margin-bottom: 30px;
}

#keineTermineWarnung[b-jr5fdaq019], #terminbuchungFormular[b-jr5fdaq019] {
    position: absolute;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
    padding: 5px;
}

    #keineTermineWarnung.show[b-jr5fdaq019], #terminbuchungFormular.show[b-jr5fdaq019] {
        position: relative;
        max-height: 3000px;
        opacity: 1;
    }

.form-label[b-jr5fdaq019] {
    display: block;
    font-weight: bold;
}

.form-check-inline[b-jr5fdaq019] {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
}

    .form-check-inline > .form-check-input[b-jr5fdaq019] {
        margin-top: -0.1em;
        margin-right: 8px;
    }

.card-body .btn.btn-sm.btn-secondary[b-jr5fdaq019] {
    margin-left: 5px;
}
/* /Pages/Shared/_CalendarPartial.cshtml.rz.scp.css */
.calendar[b-i92lkodfzi] {
    max-width: 800px;
    margin-bottom: 2em;
}

#terminAbrufMeldung[b-i92lkodfzi] {
    font-weight: bold;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

