/* Hier können Sie bei Bedarf Ihre eigenen CSS-Definitionen einfügen. */

@media (max-width: 992px) {
    #section_1000192 {
        min-height: 90px !important;
    }
}

/* Termine */
div[data-block-type="2"] .cd-tile-h-detail-area {
    padding-top: 0;
}

div[data-block-type="2"] .cd-tile-h-main-area {
    padding-bottom: 0;
}

.responsive-video-hochformat {
    position: relative; 
    padding-bottom: 125%; 
    padding-top: 25px;
    height: 0;
}

.responsive-video-hochformat iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}