/* imported in typo3conf/ext/atl_mask_export/Resources/Public/Stylesheets/import.css */
section.contentelement {
    margin: 40px 0;
}

section.contentelement h1 {
    font-size: 26px;
    position: relative;
    line-height: 30px;
    padding-bottom: 12px;
    margin-bottom: 11px;
}

section.contentelement h1:after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    border-bottom: 2px solid #ffb800;
    height: 1px;
    width: 89px;
}

section.contentelement p strong:only-of-type {
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
}

section.contentelement p {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
}

section.contentelement p:last-child {
    margin-bottom: 0;
}

section.contentelement a.button-reyher-yellow,
section.contentelement a.button-reyher-yellow-big {
    margin-right: 20px;
}

@media screen and (max-width: 576px) {
    section.contentelement .container {
        overflow: hidden;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
