/* Desktop */
#sppb-addon-8a696815-fbc5-4198-a936-7fb3ea158ede #eb .eb-mod-title {
    min-height: 90px !important;
}

/* Mobile */
@media (max-width: 768px) {
    #sppb-addon-8a696815-fbc5-4198-a936-7fb3ea158ede #eb .eb-mod-title {
        min-height: auto !important;
    }
}

#eb .ebd-block[data-type=links] .media-link {
    display: none;
}
#eb .eb-image-viewport {
    border: 0px solid rgba(var(--fd-gray-300), 1);
}
#eb .eb-thumbs .eb-image img {
    width: 260px !important;
    height: 260px !important;
    object-fit: cover;   /* sorgt dafür, dass das Bild nicht verzerrt wird */
    object-position: center; /* optional: zentriert den Bildausschnitt */
    display: block;
}
#eb .eb-image.is-fluid .eb-image-figure img
#eb .eb-mod-media-title {
    width: 260px !important;
    height: 260px !important;
    object-fit: cover;   /* sorgt dafür, dass das Bild nicht verzerrt wird */
    object-position: center; /* optional: zentriert den Bildausschnitt */
    display: block;
}
#sp-logo .sp-default-logo, #sp-logo .sp-retina-logo {
    max-height: 100%;
    border-radius: 0px;
   margin-left: 0px;
   margin-top: 25px;
}

#eb .eb-post h1, #eb .eb-entry h1, #eb .eb-post h2, #eb .eb-entry h2, #eb .eb-post h3, #eb .eb-entry h3, #eb .eb-post h4, #eb .eb-entry h4, #eb .eb-post h5, #eb .eb-entry h5, #eb .eb-post h6, #eb .eb-entry h6 {
    font-weight: normal;
    line-height: 1.3;
}
#sp-title {
    min-height: 0;
    background-color: #eee;
    font-size: 16px;
}
.mod-breadcrumbs{
margin-bottom: auto;
}
ol.breadcrumb {
    padding: 5px 0 5px;
}
#sp-slider {
margin-left: -6px;
}
#eb.eb-mod * {
    line-height: 1.3;
    font-weight: 400;
}
