
main > .container-fluid {
    padding: 60px 15px 0;
}

.btn {
    border-radius: 0 !important;
}

.btn-secondary {
    color: #0062cc;
    background-color: #fff;
    border-color: #0062cc;
}

.table-column-fit {
    width: 1%;
}

.required:after {
    content: " *";
    color: #DF0A29;
}

.form-floating > label.required {
    overflow: visible;
}

.form-floating > label.required::after {
    content: " *" !important;
    color: #DF0A29;
    position: static !important;
    inset: auto !important;
    z-index: auto !important;
    height: auto !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.order::after {
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-left: 0.25rem;
}

.order.asc::after {
    content: "\f15d";
}

.order.desc::after {
    content: "\f881";
}

.extended_search_group {
    display: none;
}

.form-control.search-active {
    border-color: #dc3545;
}

div.page-header {
    background-color: #F7F7F7;
    border: 1px solid #c6c5c5;
    border-radius: 0.25rem;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0.7rem 10px 0.7em;
}

div.page-header h1 {
    font-size: 1.3em;
    margin-bottom: 0;
}


div.card-header {
    font-weight: bold;
}

.bg-dark {
    background: #EFEFEF !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #DC453A !important;
}

.navbar-dark .navbar-nav .active > .nav-link {
    border-bottom: 2px solid rgb(220, 69, 58) !important;
}

.btn-primary {
    color: #fff;
    background-color: #DF0A29;
    border-color: #DF0A29
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #ae0820;
    border-color: #650513
}

.btn-primary:hover {
    color: #fff;
    background-color: #ae0820;
    border-color: #a4071e
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ae0820;
    background-image: none;
    border-color: #a4071e
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #8c061a;
    border-color: #650513
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #DF0A29;
    border-color: #DF0A29
}

.btn-primary .badge {
    color: #DF0A29;
    background-color: #fff
}

.btn-outline-primary {
    color: #DF0A29;
    border-color: #DF0A29;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ae0820;
    border-color: #650513;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 10, 41, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #DF0A29;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #DF0A29;
    border-color: #DF0A29;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(223, 10, 41, 0.5);
}

.page-link, .page-link:hover {
    color: #12355F;
}

/*.btn-info {*/
/*  color: #fff;*/
/*  background-color: #5bc0de;*/
/*  border-color: #46b8da*/
/*}*/

/*.btn-info:focus, .btn-info.focus {*/
/*  color: #fff;*/
/*  background-color: #31b0d5;*/
/*  border-color: #1b6d85*/
/*}*/

/*.btn-info:hover {*/
/*  color: #fff;*/
/*  background-color: #31b0d5;*/
/*  border-color: #269abc*/
/*}*/

.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-info {
    background-color: #8d8f95;
    border-color: #8d8f95;
}

.btn-info:hover {
    background-color: #5a6268;
    border-color: #5a6268;
}

.btn-info:active, .btn-info:focus {
    background-color: #5a6268 !important;
    border-color: #5a6268 !important;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, .5) !important;
}


.btn-outline-info {
    --bs-btn-color: #12355F;
    --bs-btn-border-color: #12355F;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #12355F;
    --bs-btn-hover-border-color: #12355F;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #12355F;
    --bs-btn-active-border-color: #12355F;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #12355F;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #12355F;
    --bs-gradient: none;
}


.page-item.active .page-link {
    background-color: #004b7d;
    border-color: #004b7d;
}

.btn-link {
    font-weight: 400;
    color: #C20924;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #5B0411;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #dcdddf;
    text-decoration: none
}

a {
    cursor: pointer;
    /*color: #C20924;*/
    color: #004b7d;
    text-decoration: none;
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

a:hover, a:focus {
    /*color: #5B0411;*/
    color: #336f97;
    text-decoration: underline;
}

a:active, a:focus, a:hover {
    text-decoration: none;
}

/*a {font-family: "Roboto-Regular",sans-serif; font-weight: 400;cursor: pointer;}*/

.popover {
    max-width: 600px;
}

label.btn {
    margin-bottom: 0;
}

h1 .badge, h2 .badge, h3 .badge {
    vertical-align: middle;
    margin-top: -0.5em;
}


.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu { /* used to be tt-dropdown-menu in older versions */
    width: 422px;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.input-group > .twitter-typeahead {
    flex: 1 1 auto;
    width: auto;
}

.input-group > .bootstrap-select {
    height: 100%;
}

.input-group > .bootstrap-select > .dropdown-toggle {
    height: 100%;
}


.input-group > .twitter-typeahead > .tt-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


#loader_background {
    background-color: #aaaaaa;
    opacity: .30;
    filter: Alpha(Opacity=30);
    display: none;
    position: absolute;

    top: 0;
    left: 0;
    z-index: 9998;
    overflow: hidden;
    width: 100%; /* width of the loader gif */
    height: 100%; /*hight of the loader gif +2px to fix IE8 issue */
}

#loader_bar {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    text-align: center;
    width: 100px;
    height: 102px;
    z-index: 9999;
}


div#div_filter_active span.filter {
    display: inline-block;
    cursor: default;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #d9edf7;
    padding: 10px;
}

div#div_filter_active a.remove {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #555;
    text-align: center;
    margin-left: 5px;
    color: #e9e9e9;
    text-decoration: none;
    line-height: 12px;
    vertical-align: middle;
    font-size: 11px;
}

div#div_filter_active span#span_clear_search {
    cursor: pointer;
    white-space: nowrap;
}

div#div_filter_active span#span_clear_search:hover {
    color: #00A8C6;
}

div#div_filter_active a:focus, div#div_filter_active a:hover, div#div_filter_active a:visited {
    background-color: #00A8C6;
    text-decoration: none;
}


#region Service-Partner-Edit input-group PLZ_ORT
.div_postcode_city span.twitter-typeahead {
    width: 30% !important;
}

.div_postcode_city input.city {
    width: 70% !important;
    border-left: 0;
}

.typeahead_one_field span.twitter-typeahead {
    width: 100% !important;
}

/* form-floating + Typeahead-Plugin: das Plugin wickelt das <input> in einen
   eigenen <span class="twitter-typeahead">, wodurch es kein direktes
   Geschwisterelement des <label> mehr ist. Bootstraps Floating-Label-CSS
   (".form-floating > .form-control" / "~ label") greift dadurch nicht -
   hier für .tt-input manuell nachgebaut. */
.form-floating.typeahead_one_field > .twitter-typeahead > .tt-input {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    padding: 1rem 0.75rem;
}

.form-floating.typeahead_one_field > .twitter-typeahead > .tt-input::placeholder {
    color: transparent;
}

.form-floating.typeahead_one_field:focus-within > .twitter-typeahead > .tt-input,
.form-floating.typeahead_one_field:has(> .twitter-typeahead > .tt-input:not(:placeholder-shown)) > .twitter-typeahead > .tt-input {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating.typeahead_one_field:focus-within > label,
.form-floating.typeahead_one_field:has(> .twitter-typeahead > .tt-input:not(:placeholder-shown)) > label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

#endregion Service-Partner-Edit input-group PLZ_ORT
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropzone-table-row, .dropzone-table-row > td, .dropzone-table-row > th {
    background-color: #c3e6cb !important;
}

.dropzone-card {
    border: 2px dashed #ced4da;
    transition: all .2s ease;
    cursor: pointer;
}

.dropzone-card:hover,
.dropzone-card.is-dragover {
    border-color: #007bff;
    background: #eef6ff;
}

.dropzone-body {
    text-align: center;
    padding: 2rem;
}

.file-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: .25rem;
}

#button_save_box, #button_save_box_special{
    left: 0;
    right: 0;
}

.is-sticky > #button_save_box, .is-sticky > #button_save_box_special {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
    z-index: 100005;
}
body#page-edit.data-editor .is-sticky > #button_save_box{
    margin-left: 75px;
}
.is-sticky #button_save_box .card,
.is-sticky #button_save_box_special .card
{
    border-radius: 0;
}

/*
 * Fix: links inside toast messages inherit the global `a { color: #004b7d }`
 * rule above, which has no dark-mode variant. On the dark toast background
 * that blue has a contrast ratio of only ~1.6:1 (WCAG AA needs 4.5:1).
 * Overridden here (not in the vendored bootstrap-toaster.css) so it survives
 * a library update.
 */
@media (prefers-color-scheme: dark) {
    #toastContainer a {
        color: var(--text-color-dark, #f8f9fa);
        text-decoration: underline;
    }
}
