#home .searchbar input{
    border-radius: 0;
}

#home .searchbar .input-group{
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 73%;
    float: right;
}

#home .searchbar .search-submit{
    background: #ccc;
}

.widget {
    margin-bottom: 1rem;
}

.widget label {
    display: block;
    font-family: 'roboto-bold';
}

.widget input {
    display: block;
    border: 2px solid #555;
    border-radius: 0;
    padding: .5rem .25rem;
}

.widget.widget-submit {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
}

.widget.widget-submit button {
    background-color: #009EE3;
    border: 2px solid #009EE3;
    color: #ffffff;
    padding: .5rem 1.35rem;
    font-family: 'roboto-bold';
}

.icon-button span a img {
    height: 18px;
}

#waitinglist input.form-control::placeholder {
    font-size: .8rem ;
    font-family: 'roboto-regular';
}

#waitinglist .form-control {
    font-size: .8rem ;
    font-family: 'roboto-regular';
}

.contentpage .infoblog p.error {
    color: #b80101;
    font-family: 'roboto-bold';
}
@media print {
    @page {size: landscape}
    .modal-dialog .modal-body .btn {
        display: none;
    }
    .modal-dialog .modal-footer .btn {
        display: none;
    }
    #calendar .modal-xl {
        width: 100%;
        max-width: 100%;
    }
    header {
        display: none;
    }
    footer {
        display: none;
    }
    #usercentrics-button {
        display: none;
    }
    .fc-scroller-harness{
        overflow:visible;
    }
    .fa-chevron-right {
        display: none;
    }
    .fc-prev-button {
        display: none;
    }
    .fc-next-button {
        display: none;
    }
    .fc-today-button {
        display: none;
    }
    .fc-dayGridMonth-button{
        display: none;
    }
    .fc-timeGridWeek-button{
        display: none;
    }
    .fc-printButton-button {
        display: none;
    }
    .fc-toolbar-title {
        font-size: 2rem;
    }
    .fc-event-title {
        color: #000000;
        word-break: break-all;
        font-size: 16px;
    }
    .fc-event-title.fc-sticky {
        display: none;
    }
    .fc-event-title-container {
        padding: 10px;
    }
    .form-row {
        display: none;
    }
    .my-1 {
        display: none;
    }
    .btn-success {
        display: none;
    }
    .btn-info {
        display: none;
    }
    .btn-secondary {
        display: none;
    }
    .go-back {
        display: none;
    }
    .breadcrumb-nav {
        display: none;
    }
    td.icon-button {
        display: none;
    }
    .partner {
        display: none;
    }
    .contentpage .container {
        margin: 0;
    }
    .table-responsive {
        overflow-x: visible;
    }
    .fc-day-sat {
        display: none;
    }
    .fc-day-sun {
        display: none;
    }
    .icon-b {
        display: none;
    }


    table {
        page-break-inside:auto;
        page-break-after: auto;
        width: 100%;
        table-layout: fixed;
    }
    tr    {
        page-break-inside:auto;
        page-break-after: auto;
        display: flex;
    }
    td, th {
        display: table;

        width: 100%;

    }
    .fc-daygrid-day-events, .fc-daygrid-event-harness, .fc-event-main {
        display: inline-block;
        width: 100%;
    }
}


.icon-button .delete-return-button{
    background-color: #4cae4c;
    border-right: none;
    border-radius: 0;
}
.table td {
    padding: 0.6rem!important;
}
.tb-x::before{
    background: url(/themes/hbm/img/icons/x.svg) no-repeat;
    display: inline-block;
    width: 1.7rem;
    height: 1.875rem;
    content: "";
    position: absolute;
    left: 1.6rem;
}
.modal-dialog .btn-primary {
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 0;
    box-shadow: none;
    font-family: 'roboto-regular';
}

.fc-dayGridMonth-button {
    margin-right: 1rem;
    font-family: 'roboto-regular';
}
.fc-dayGridMonth-button:active {
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.fc-h-event {
    display: block;
    border-radius: 0;
    background-color: #17a2b8;
    border-color: #17a2b8;
    font-family: 'roboto-regular';
}

.fc .fc-toolbar-title {
    font-family: 'roboto-bold';
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}

.widget input {
    width: 45%;
    display: inline-block;
}
.widget label {
    font-family: 'roboto-medium';
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
    margin-left: 10px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.fc .fc-daygrid-day.fc-day-today .fc-h-event {
    background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}
@media (max-width: 999.99px) {
    .widget input {
        width: 80%;
    }
    .tb-x::before{
        left: 0.4rem;
    }
}

/*external link*/
.contentpage a[href^="http"]::after, .contentpage a[href^="https://"]::after, .partner a[href^="http"]::after, .partner a[href^="https://"]::after
{
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.contentpage a[href^="http"]::after, .contentpage a[href^="https://"]::after, .partner a[href^="http"]::after, .partner a[href^="https://"]::after, span.icon-extern::after {
    content: "";
    width: 11px;
    height: 11px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.contentpage a[href^="http://www.hornhautbank-muenchen.de"]::after, .contentpage a[href^="https://www.hornhautbank-muenchen.de"]::after, .partner a[href^="http://www.hornhautbank-muenchen.de"]::after, .partner a[href^="https://www.hornhautbank-muenchen.de"]::after {
    display: none !important;
}

.contentpage .infoblog ul li {
    color: #666;
    font-family: 'roboto-regular';
    font-size: 1rem;
    line-height: 160%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.contentpage .infoblog ul {
    font-size: 1.0625rem;
    color: #555;
    margin: 0.7rem 0.9375rem;
    padding: 0;
}

.contentpage .infoblog p {
    color: #666;
    font-family: 'roboto-regular';
    font-size: 1rem;
    line-height: 160%;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    margin-bottom: .34rem;
}

.contentpage h2 {
    padding-top: 0.625rem;
    font-size: 1.375rem;
    color: #009EE3;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .5rem;
    margin-top: .98rem;
}

.contentpage a[data-fancybox="gallery"]::after {
    background-image: none;
}

