/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

.msTeaserButton {
    border: 1px solid white !important;
}

@media (max-width: 1920px) {
    .msTeaser>div>div>p {
        min-height: 225px;
    }
}

/* .msTeaserLead {
    min-height: 20px;
    display: block;
} */

.msContactBox {
    border: 1px solid #CCCCCC;
    padding: 30px;
}

.msMargin {
    margin-left: 36px;
}

.msCallout {
    font-size: 32px !important;
}

.wpex-open-submenu {
    width: 100% !important;
}

.msImage {
    padding: 10px !important;
    border: 1px solid #CCC !important;
}

figcaption {
    font-size: 12px !important;
}

/* === COMPLIANZ === */
#cmplz-document {
    max-width: none !important;
}

#cmplz-document p,
#cmplz-document li,
#cmplz-manage-consent-container {
    font-size: 16px !important;
}

#cmplz-manage-consent .cmplz-manage-consent {
    margin-right: 50px !important;
}

div.msTeaserBox:nth-child(1),
div.msTeaserBox:nth-child(2),
div.msTeaserBox:nth-child(3),
div.msTeaserBox:nth-child(4) {
    border-right: 10px solid white;
}

@media screen and (max-width: 768px) {

div.msTeaserBox:nth-child(1),
div.msTeaserBox:nth-child(2),
div.msTeaserBox:nth-child(3),
div.msTeaserBox:nth-child(4) {
        border-right: none !important;
    }
}