sub,
sup {
 
      line-height:normal !important;
}

.label_telefon,
.label_fax,
.label_gespraechszeiten,
.label_email {
    display:inline-flex;
}



.label_telefon:before {
    content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../../../../sostmeier/Resources/Public/Icons/icon-fon.svg) no-repeat;
        background-size: contain;
        transition: transform 0.3s ease-in-out;
        margin-right: 10px;
        transform-origin: center center;
        background-position: 4px 0px;
        float:left;
        margin-top:3px;
}

.label_fax:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../../../../sostmeier/Resources/Public/Icons/icon-fax.svg) no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
    /* background-position: 0 4px; */
    transform-origin: center center;
    float: left;
    margin-top: 3px;
}

.label_gespraechszeiten:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../sostmeier/Resources/Public/Icons/icon-gespraechszeiten.svg) no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
    /* background-position: 0 4px; */
    transform-origin: center center;
    float: left;
    margin-top: 3px;
}


.label_email:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../sostmeier/Resources/Public/Icons/icon-email.svg) no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin-right: 10px;
    /* background-position: 0 4px; */
    transform-origin: center center;
    float: left;
    margin-top: 3px;
}





a.file-download {
    text-decoration:underline;
    color: var(--blue-link);
}

a.file-download:hover {
    text-decoration:none !important;
    color: var(--bs-body-color);
}

a.file-download .show-hover {
    display: none;
}

a.file-download:hover .show-normal {
    display: none;
}

a.file-download:hover .show-hover {
    display: inline-block;
}


.collapse-toggle {
    display: flex;
    align-items: center;
    /* Zentriert vertikal */
    cursor: pointer;
    gap: 0.5rem;
    padding: 0.25rem 0;
    /* Etwas mehr Klickfläche */
}

.collapse-toggle .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5rem;
    width: 1.5rem;
    font-weight: bold;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 0px;

}

.datenschutz-text {
    font-size: 0.9rem;
    color: #555;
}


.checkbox-wrapper-29 {
    --size: 1rem;
    --background: #fff;
    font-size: var(--size);
}

.checkbox-wrapper-29 *,
.checkbox-wrapper-29 *::after,
.checkbox-wrapper-29 *::before {
    box-sizing: border-box;
}

.checkbox-wrapper-29 input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.checkbox-wrapper-29 .checkbox__label {
    width: var(--size);
}

.checkbox-wrapper-29 .checkbox__label:before {
    content: ' ';
    display: block;
    /*
        height: var(--size);
        width: var(--size);
        */
        width: 1.5em;
        height: 1.5em;
    position: absolute;
    top: calc(var(--size) * 0.675);
    left: 0;
    background: var(--background);
}

.checkbox-wrapper-29 .checkbox__label:after {
    content: ' ';
    display: block;
    /*
    height: var(--size);
    width: var(--size);
    */
    width: 1.5em;
    height: 1.5em;
    border: calc(var(--size) * .1) solid #ccc;
    /*
    transition: 200ms;
    */
    position: absolute;
    top: 9px;
    left: 0;
    background: var(--background);
}





/*


.checkbox-wrapper-29 .checkbox__label:after {
    transition: 100ms ease-in-out;
}




.checkbox-wrapper-29 .checkbox__input:checked~.checkbox__label:after {
    border-top-style: none;
    border-right-style: none;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: calc(var(--size) * 0.5);
    border-color: green;
    height: .5em;
    margin-top: 7px;
    border-width: 2px;
    width: 20px;
    margin-left: 4px;
}


*/



.checkbox-wrapper-29 .checkbox__input:checked~.checkbox__label:after {
    border-color: #ccc;
    padding-right: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-position: center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}






.checkbox-wrapper-29 .checkbox__input:checked~.checkbox__label:before {

        content: ' ';
            display: block;
            width: 1.5em;
            height: 1.5em;
            position: absolute;
            top: calc(var(--size) * 0.5);
            left: 0;
            background: var(--background);


border: calc(var(--size) * .1) solid #ccc;
}



.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {

    background-position: right 0.65rem center, center right 2.25rem !important;
}
      


.checkbox-wrapper-29 .checkbox {
    position: relative;
    display: flex;
    cursor: pointer;
    /* Mobile Safari: */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.checkbox-wrapper-29 .checkbox__label:after:hover,
.checkbox-wrapper-29 .checkbox__label:after:active {
    border-color: green;
}

.checkbox-wrapper-29 .checkbox__label {
    margin-right: calc(var(--size) * 0.45);
}


.invalid-feedback {
    display: block;
    font-size: 0.875rem;
    color: red;
    margin-left: 1.5rem;
}

























/* Der Pfeil-Icon */
.arro0w {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../../../anleser/Resources/Public/Icons/chevron-right-white.svg) no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
    margin-right: 5px;
    /* Abstand zwischen Pfeil und Text */
}
 
/* Der Pfeil-Icon */
.arrow {
    display: inline-block;
    width: 7px;
        height: 16px;
        background: url(../../../../anleser/Resources/Public/Icons/chevron-right-white.svg) 0 1px no-repeat;
         background-size: contain;
    transition: transform 0.3s ease-in-out;
    /* Sanfte Rotation */
    margin-right: 6px;
    /* Abstand zwischen Pfeil und Text */
    /* Hier legen wir den Mittelpunkt des Pfeils fest */
        transform-origin: center center;
}

.show-form:hover .arrow {
    background: url(../../../../anleser/Resources/Public/Icons/chevron-more-blau1.svg) 0 1px no-repeat;
    background-size: contain;
        width: 7px;
            height: 16px;
} 
 
.show-form.open .arrow {

    background: url(../../../../anleser/Resources/Public/Icons/chevron-more-blau1.svg) no-repeat;
    background-size: contain;
        width: 7px;
            height: 16px;
    transform: rotate(90deg);
    /* Dreht den Pfeil um 180 Grad */
}

.show-form.open {
background: #d4d4d4;
color: var(--dark) !important;
}





/* Verstecke den Ladebalken standardmäßig */
.loading-bar {
    display: none;
    width: 100%;
    background-color: #f3f3f3;
    height: 10px;
    border-radius: 0px;
    overflow: hidden;
}

.loading-bar .progress {
    height: 100%;
    background-color: #4caf50;
    width: 0%;
    border-radius: 0px;
    /* Start mit 0% */
    animation: loadingAnimation 3s ease-in-out infinite;
    /* Animation für den Ladebalken */
}

/* Definiere die Animation für den Ladebalken */
@keyframes loadingAnimation {
    0% {
        width: 0%;
    }

    50% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}



#main .tx-locations button.bg-red:hover,
#main .tx-locations button.bg-red.open {
    color: var(--dark) !important;
    background: #d4d4d4;
}






button.btnkontakt  {

        }

/* Anfangszustand */
button.btnkontakt .show-hover {
    opacity: 0;
        visibility: hidden;
        transform: rotate(0deg);
        transition: all 0.3s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        transform-origin: center center;
}

button.btnkontakt .show-normal {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}

/* Hover-Zustand */
button.btnkontakt:hover .show-hover {
    opacity: 1;
    visibility: visible;
    transform: rotate(90deg);
 
}

button.btnkontakt:hover .show-normal {
    opacity: 0;
    visibility: hidden;
}






.ansprechpartner a:hover,
.standort_detail a:hover {
    text-decoration: none !important;
}
#info-box a:hover {
    text-decoration: none !important;
}


.form-row-wrapper {
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease;
 
    
}
 

 


.standorteliste {
max-height: 0;
    /* Anfangs geschlossen */
    overflow: hidden;
    /* Verhindert das Überlaufen des Inhalts */
    opacity: 0;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

/* Zustand wenn der Container sichtbar ist */
.standorteliste.show {
    max-height: 100%;
    /* Eine ausreichend hohe Maximalhöhe, damit der Inhalt sichtbar wird */
    opacity: 1;
}

a.googlemaplink span {
    text-decoration: underline;
}


a.googlemaplink:hover span {
    text-decoration: none;
}

span.label {
    width: 60px;
    display:inline-block;
}



#main .tx-locations  a.bg-red:hover {
    color: var(--dark) !important;
    background: #d4d4d4;
}

.btnkontakt:hover {
    color: var(--dark) !important;
    background: #d4d4d4;
}


 a.btnkontakt .show-hover {
     display: none;
 }

 a.btnkontakt:hover .show-hover {
     display: inline-block;
 }




 

.tx-locations .btn-read-more:hover img.show {
    display: none;
}

.tx-locations .btn-read-more img.show-hover {
    display: none;
}

.tx-locations .btn-read-more:hover img.show-hover {
    display: block;
}


.tx-locations .auflistung {
    list-style:none;
}

.tx-locations .auflistung li {
    list-style: none;
    display: block;
    height: 45px;
    padding-top: 10px;
    float: left;
    width: 100%;
 
}

.tx-locations .auflistung li:before {
    content: '';
    width: 40px;
    height: 45px;
    background-image: url(../../../../../ext/locations/Resources/Public/Icons/icon-haken-rot.svg);
    background-repeat: no-repeat;
    background-size: 33px;
    list-style: none;
    display: block;
    float: left;
    margin-right:0.5em;
}





.tx-locations .auflistung li span {
    display: block;
    padding: 5px 0em 15px 0;
    margin: 0em 0;
}

.tx-locations ul {
    list-style:none;
}
.tx-locations ul li {
    list-style: none;
    
}








.tx-locations .auflistunguebersicht {
    list-style: none;
    display: block;
    width: -webkit-fill-available;
}

.tx-locations .auflistunguebersicht li {
list-style: none;
    display: inline-block !important;
    height: 45px;
        width: -webkit-fill-available;

}

.tx-locations .auflistunguebersicht li:before {
    content: '';
    width: 40px;
    height: 45px;
    background-image: url(../../../../../ext/locations/Resources/Public/Icons/icon-map.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    list-style: none;
    display: block;
    float: left;
    margin-right: 0;
}

.tx-locations .auflistunguebersicht li span {
    display: block;
    padding: 5px 0em 15px 0;
    margin: 0em 0;
}







#backtolistbtn {
    bottom: 6em !important;
}












span.gm-chevron:before {
    /*
    -webkit-transition: all 300ms 0s ease-in-out;
        transition: all 300ms 0s ease-in-out;
      */
        content: '';
        background: url(../../../../../ext/locations/Resources/Public/Icons/chevron-more-hellblau.svg) 0 0 no-repeat;
        /* background-size: contain; */
        display: block;
        padding-top: 0px;
        /* padding-right: 0.25em; */
        /* font-size: 0.675em; */
        font-weight: 600;
        width: 6px;
        height: 13px;
        display: flex;
        margin-top: 7px;
        margin-right: 7px;
}



a:hover.googlemaplink span.gm-chevron:before {
    background: url(../../../../../ext/locations/Resources/Public/Icons/chevron-more-blau.svg) 0 0 no-repeat;
}



.page_187 > .navbar_187 {
    padding-bottom: 6rem !important;
}


.page_196 > .navbar_196{
    padding-bottom: 8rem !important;
}



@media (min-width: 768px) {

    .navbar_187,
     .navbar_196 {
    padding-bottom: 3rem !important;
}



    #backtolistbtn {
    bottom: 0em !important;
}



    /* Ab md (768px) */
    .mx-md-n5 {
        margin-left: -4rem !important;
        margin-right: -4rem !important;
    }


    


        .tx-locations .auflistung li {

            float: left;
            width: 50%;
    
        }


         .tx-locations .auflistunguebersicht {
            columns: 2;
        }


}


@media (min-width: 965px) {

    .tx-locations .auflistunguebersicht li {
    list-style: none;
         height: 45px;

    }
}


@media (min-width: 1200px) {
    
        .tx-locations .auflistunguebersicht {
            columns: 2;
        }
.tx-locations .auflistunguebersicht li {
    width: 100%;
    white-space: nowrap;
}

}