.email_img {
    margin-bottom: 1.5rem;
}


/* download pdfs  */
.md-thumb .fallback, .md-thumb img, .md-thumb-nogallery .fallback, .md-thumb-nogallery img {
    background: none;
    border: none;
    display: block;
    height: 178.66667px;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
    width: 190px;
}

.md-thumb, .md-thumb-nogallery {
    display: inline-block;
    margin-left: -1rem;
    margin-top: 2rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    vertical-align: top;
}
.md-thumb, .md-thumb-nogallery a {
    opacity: 1!important;
}
.md-thumb em, .md-thumb-nogallery em {
    color: #787878;
    display: block;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem;
    margin-top: .5rem;
    width: 190px;
    text-align: center;
}

.lg-thumb .fallback, .lg-thumb img, .lg-thumb-nogallery .fallback, .lg-thumb-nogallery img {
    background: none;
    border: none;
}

/* Leistungen accordion */
.azmed .lg-module-title-accordion h3::after {
    content: "-";
}
.azmed .lg-module-title-accordion div.collapsed h3::after {
    content: "+";
}
.lg-btn-border {
    color: #282828;
    border-color: #282828;
    border-width: 2px;
    padding: .375rem .625rem .5rem;
}
#service .lg-accordion .collapse{
    margin-bottom: 100px;
}
#service .lg-accordion .collapsed{
    margin-bottom: 15px;
    cursor: pointer;
}


/* allgemein */

.link-yellow{
    color: orange !important; 
    opacity: 1 !important;
}
.link-yellow:hover{
    opacity: 0.8 !important;
}

.link-black{
    color: #282828 !important; 
    opacity: 1 !important;
}
.link-black:hover{
    opacity: 0.8 !important;
}

/* Impressionen */
@media (min-width: 576px) and (max-width: 991.98px) {
    .lg-thumb .fallback,.lg-thumb img,.lg-thumb-nogallery .fallback,.lg-thumb-nogallery img {
        max-height:165px;
        max-width: 135px;
    }
}