/* imported in typo3conf/ext/atl_mask_export/Resources/Public/Stylesheets/import.css */
section.imagetextteaser .col-sm-6:first-of-type {
    padding-right: 10px;
}

section.imagetextteaser .col-sm-6:last-of-type {
    padding-left: 10px;
}

section.imagetextteaser p.zoomInfo {
    position: relative;
    padding-left: 20px;
}

section.imagetextteaser p.zoomInfo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 16px;
    background-image: url("../SVG/zoom-image.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}

section.imagetextteaser p.imageCaption {
    font-style: italic;
    line-height: 18px;
    margin-top: 5px;
}

@media screen and (max-width: 576px) {
    section.imagetextteaser .col-sm-6 {
        margin-left: 15px;
        margin-right: 15px;
        padding-right: 0;
    }
}
