iframe,
video {display: block; width: 100%; height: auto;}

.modal-target {display: none;}
.modal-target.active {display: block;}

.privacy-modal {display: none;}
body.privacy-modal-active .privacy-modal {display: block;}

.slider-content-wrapper {position: relative;}

body.ajaxified .site-body {opacity: 0; transition: all 0.5s;}
body.ajaxified .site-body.loaded {opacity: 1;}
body.ajaxified .site-body.loading {position: absolute; top: 0; left: 0; width: 100%;}


.loader {position: fixed; top: 0; left: 0; width: 0; height: 5px; background-color: #ff187d;}

@media only screen and (min-width: 1021px) {
    .nav-wrapper ul#menu-main-menu .mega-menu-sub-item ul li a {
        font-size: min(32px, 1.6vh);
    }
}

.article_table{
    display: block;
    border: 1px dashed var(--gold);
}
.article_table td{
    border: 1px dashed var(--gold);
    padding: 10px;

}



.af-field-case-specifics {display: block !important; width: 1px !important; height: 1px !important; margin: 0 !important; padding: 0 !important; background: transparent !important; color: transparent !important;}
.af-field-case-specifics * {background: transparent !important; color: transparent !important; border: none !important}
.af-field-case-specifics textarea {resize: none !important}