/* imported in typo3conf/ext/atl_mask_export/Resources/Public/Stylesheets/import.css */

main .imageteaser {
    margin: 40px 0;

    /* min-height: 300px; */
}

@media screen and (max-width: 576px) {
    main .imageteaser {
        /* min-height: 300px; */
    }
}

main .imageteaser .card {
    border: 0;
    height: 100%;
}

main .imageteaser .card-img {
    border-radius: 0;
}

main .imageteaser .card-img-overlay {
    position: absolute;
    bottom: 40px;
    top: unset !important;
    padding: 0 30px;
}

@media screen and (max-width: 576px) {
    main .imageteaser .card-img-overlay.atl-imageteaer-linkpos-1 {
        bottom: -20px;
    }
}

@media screen and (max-width: 576px) {
    main .imageteaser .card-img-overlay {
        padding-left: 15px;
        padding-right: 15px;
    }
}

main .imageteaser img {
    height: auto;
    object-fit: contain;

    /* min-height: 300px; */
}

@media screen and (min-width: 577px) {
    main .imageteaser img {
        height: auto;
        object-fit: contain;

        /* min-height: 300px; */
    }
}

main .imageteaser .header,
main .imageteaser .text {
    background-color: rgb(255 184 0 / .85);
    display: table;
    margin-bottom: 3px;

    /* width: fit-content; */
}

main .imageteaser .header {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 1;
    color: #000;
    text-align: left;
    padding: 10px;
}

main .imageteaser .text {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding: 4px 10px;
}

main .imageteaser .text p {
    margin: 0;
    text-align: left;
}

main .imageteaser .links a {
    color: #000;
    font-size: 18px;
}

main .imageteaser .links .nav-item {
    background-color: rgb(255 184 0 / .85);
    width: fit-content;
    padding: 5px 10px 5px 32px;
    margin-right: 3px;
}

main .imageteaser .links .nav li {
    background-image: url("../Images/Mutter-Buttons.svg");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: left;
    background-position-x: 10px;
    background-position-y: 10px;
    text-align: left;
}

main .imageteaser .d-flex {
    display: unset !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    .ekko-lightbox .modal-dialog {
        flex: 100% !important;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        -ms-overflow-style: none;
    }
}
