/* Fix fuer IE */
@media all and (-ms-high-contrast: none) {
    * { opacity: 1; }
}
_:-ms-lang(x)::-ms-backdrop,.brz .brz-section__content .brz-container__wrap{
-m  s-flex:auto!important; 
    flex:auto!important;
}
    
/* Formatierung Rechtstexte */
.legalcontent div div {color: #223C4B !important; word-break: break-word !important; font-family: Montserrat, sans-serif!important; line-height: 1.9em !important;}
.legalcontent div div h1 {font-size: 46px;line-height: 120% !important;}
.legalcontent div div h2 {font-size: 36px;line-height: 120% !important;}
.legalcontent div div h3 {font-size: 28px;line-height: 120% !important;}
.legalcontent .legalsettings a {text-align: left !important; color: #666666 !important;}
	
/* Usercentrics */
.uc-embed .uc.uc-checkbox {margin-right: 10px;}

.brz .brz-popup2__inner > .brz-container__wrap.brz-pointer-events-auto {
    min-width:50px;
}

#mp-gen-form {
    background: #fff; padding: 30px;
    font-family: sans-serif;
}
#mp-gal-item { z-index: 6000; }
#DEPRmp-gal-item .inner { margin-top: 160px; }

.btn-primary {
    background: rgba(254, 58, 34, 1) !important;
    border-radius: 4px !important;
    cursor: pointer;
} 
.btn-primary:hover {
    opacity: 0.8;
}

/* Livestream JS-emebd */
.streamwrapper > div > div {
    max-width: 100%;
    margin: 0px auto;
}
.streamwrapper .dc-video-player-wrapper {
    max-width: 100%;
}

/* Livestream iframe-embed */
.mp-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}
.mp-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* IE11 Popup */
#ie11-popup {
    position: fixed;
    background: rgba(0,0,0,0.3);
    top: 0;
    bottom: 0;    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: sans-serif;
    z-index: 1;
}
#ie11-popup.hide {
    display: none;
}
#ie11-popup .popup-inner {
    padding: 25px;
    background: white;
    max-width: 500px;
    margin: 12px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#ie11-popup h2 {
    margin: 0;
}
#ie11-popup a {
    color: black;
}
#ie11-popup button {
    display: inline-block;
    padding: 12px 20px;
    background: rgba(254, 58, 34, 1);
    color: white;
    border: 0;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
#ie11-popup button:hover {
    background: rgba(118, 81, 194, 1);
    cursor: pointer;
}
#ie11-popup .action {
    margin-top: 20px;
}