.teaser_bg_image {
    display: none;
}

.online_angebote_teaser h2 {
    color: #2f4e91 !important;
    font-weight: 700 !important;
    font-size: 23px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.online_angebote_teaser {
    padding: 40px 60px;
    text-align: justify;
}

.online_angebote_teaser .frame {
    padding: 0px !important;
}

.online_angebote_teaser span {
    color: #2f4e91 !important;
    position: relative;
    display: inline-block;
    font-weight: 700;
}

.online_angebote_teaser span:hover {
    cursor: pointer;
}

.online_angebote_teaser span:after {
    content: "►";
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: -20px;
}

.online_angebote_teaser a {
    font-size: 12pt !important;
    line-height: 16.5pt !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #2f4e91 !important;
    position: relative;
    display: inline-block;
    padding: 12px 0px 12px 60px;
    text-align: left;
}

.online_angebote_teaser a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.online_angebote_teaser a.telefon:before {
    background: #2f4e91 url('/fileadmin/online-angebote/img/telefon.svg');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
}

.online_angebote_teaser a.email:before {
    background: #2f4e91 url('/fileadmin/online-angebote/img/mail.svg');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
}

.angebotsteaser {
    background-color: rgba(206, 206, 206, 1);
    padding: 0 20px;
    margin-bottom: 100px;
}

.angebotsteaser:last-child {
    margin-bottom: 0px;
}

.angebotsteaser .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.angebote-detail {
    display: none;
}

.angebote-detail .angebote-detail-image img {
    display: none;
}

.angebote-detail .col-12 {
    padding: 0px !important;
}

.angebote-detail-text {
    background: rgba(255,255,255,0.8);
    box-sizing: border-box;
    padding: 75px 60px 75px 75px;
    text-align: justify;
}

.angebote-detail a {
    font-size: 12pt !important;
    line-height: 16.5pt !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #2f4e91 !important;
    position: relative;
    display: inline-block;
    padding: 12px 0px 12px 60px;
    text-align: left;
}

.angebote-detail a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.angebote-detail a.telefon:before {
    background: #2f4e91 url('/fileadmin/online-angebote/img/telefon.svg');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
}

.angebote-detail a.email:before {
    background: #2f4e91 url('/fileadmin/online-angebote/img/mail.svg');
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center;
}

.angebote-detail h1,
.angebote-detail h2,
.angebote-detail h3 {
    color: #2f4e91 !important;
    font-weight: 700 !important;
    font-size: 23px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.angebote-detail span {
    color: #2f4e91 !important;
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-left: 20px;
}

.angebote-detail span:hover {
    cursor: pointer;
}

.angebote-detail span:after {
    content: "◄";
    position: absolute;
    left: 0px;
    top: 0px;
}

.reverse .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
    .reverse .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .angebotsteaser .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .angebotsteaser .row div:nth-child(1) {
        min-height: 400px;
    }

    .online_angebote_teaser {
        padding: 20px 0px;
    }

    .angebote-detail-text {
        padding: 35px;
    }
}

@media only screen and (max-width: 576px) {
    .angebotsteaser .row div:nth-child(1) {
        min-height: 250px;
    }
}