*,
*:after,
*:before {
    box-sizing: border-box;
}


/* ANGEBOT TOP */

.rabatt-wrap {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 5px 0 #cfcfcf;
    margin-bottom: 40px;
    overflow: hidden;
}

.rabatt-wrap_angebotenav {
    background-color: #f9f9f9;
}

.btn_buy,
.btn_buy:hover,
.btn_buy:active {
    background: #ef9430;
    box-shadow: 0 2px 2px 0 #c67822;
    float: left;
    font-size: 16px;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    clear: both;
}

.angebot-box {
    overflow: hidden;
    padding: 20px 20px;
    position: relative;
}

.rabatt-share {
    position: absolute;
    right: 22px;
    top: 22px;
}

    .rabatt-share > a {
        display: block;
        width: 16px;
        height: 16px;
        float: left;
        margin-left: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        opacity: .5;
    }

        .rabatt-share > a:hover,
        .rabatt-share > a:active {
            opacity: .7;
        }

.rabatt_fb {
    background-image: url(https://www.ostbelgien.net/app_themes/ostbelgien/bilder/facebook.svg);
}

.rabatt_tw {
    background-image: url(https://www.ostbelgien.net/app_themes/ostbelgien/bilder/twitter.svg);
}

.rabattschein-image,
.angebot--img {
    width: 450px;
    float: left;
    box-shadow: 0 0 10px 0 #afafaf;
    overflow: hidden;
    border-radius: 5px;
}

    .rabattschein-image + .wrap-text,
    .angebot--options {
        overflow: hidden;
        padding: 0px 20px 20px 40px;
        background-color: #fff;
    }

.angebot-firma > a {
    font-size: 16px;
    font-weight: 600;
    padding-left: 24px;
    display: block;
    text-decoration: none;
    color: #444;
    background-image: url(https://www.ostbelgien.net/app_themes/ostbelgien/bilder/zusatzinformationen-orange.svg);
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    color: #ef9430;
}

.rabattschein-kategorie,
.angebot-kategorie {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 20px;
    color: #bebebe;
    padding-left: 24px;
}

.rabattschein-wert,
.angebot--bezeichnung {
    font-size: 18px;
    margin: 10px 0 20px 0;
    color: #ef9430;
}

.gutscheine-objekte-rabattinfo_desc {
    font-size: 12px;
    margin-bottom: 10px;
}

.angebot--desc {
    clear: both;
    padding: 20px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
    background-color: #f9f9f9;
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .angebot--desc p {
        margin: 0 0 10px 0;
    }

    .angebot--desc *:first-child {
        margin-top: 0;
    }

    .angebot--desc h1,
    .angebot--desc h2,
    .angebot--desc h3 {
        font-size: 18px;
        margin: 10px 0 20px 0;
        color: #ef9430;
    }

    .angebot--desc h3,
    .angebot--desc h2 {
        font-size: 16px;
        margin-top: 20px;
    }

    .angebot--desc p:last-of-type {
        margin-bottom: 0;
    }

.angebot--kaufbereich {
    overflow: hidden;
    padding-bottom: 10px;
    margin: 0 0 0 0;
}

    .angebot--kaufbereich .item-gutscheinusrwert {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }

        .angebot--kaufbereich .item-gutscheinusrwert + .item-gutscheinwert {
            display: none;
        }

.item-gutscheinwert {
    font-size: 30px;
    font-style: italic;
    font-weight: 600;
    color: #666;
    margin: 0;
}

.angebot--kaufbereich .item-gutscheinusrwert label {
    float: left;
    display: block;
    margin-right: 5px;
    font-weight: 300;
    font-size: 13px;
    width: 70px;
    padding: 7px 0 7px 0;
}

.angebot--kaufbereich .item-gutscheinusrwert input {
    display: block;
    padding: 7px;
    width: 140px;
    border: 0;
    background-color: #efefef;
    overflow: hidden;
}

.angebot--more--title {
    color: #666;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #ef9430;
}

.angebot--more {
    overflow: hidden;
    clear: both;
    margin-top: 0;
    border-top: 0;
}

.angebot-card {
    display: block;
    text-decoration: none;
    color: #444;
    float: left;
    overflow: hidden;
    width: 33.3333%;
    position: relative;
    box-shadow: 0 0 10px 0 #afafaf;
    border-radius: 5px;
    cursor: pointer;
}

    .angebot-card:hover {
        box-shadow: 0 0 15px 0 #525252;
    }

.angebot-card--title {
    padding: 10px;
    font-size: 14px;
    background-color: rgba(239, 148, 48, 0.9);
    text-shadow: 0 0 10px #884e0d;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: 600;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .8);
    border-radius: 0 0 0 5px;
    bottom: auto;
    top: 0px;
    left: auto;
}

.rabattschein-objekt-item .smartphone-icons > a {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    text-align: left
}

    .rabattschein-objekt-item .smartphone-icons > a > img {
        display: block;
    }

    .rabattschein-objekt-item .smartphone-icons > a.play-store {
        background-image: none;
        height: auto;
    }

    .rabattschein-objekt-item .smartphone-icons > a.app-store {
        background-size: 190px auto;
        background-position: 50% 50%;
        margin-top: -7px;
    }

.angebot--infos {
    clear: both;
    margin-top: 20px;
    overflow: hidden;
    float: left;
    font-size: 12px;
    font-style: italic;
}

/* BENUTZER LAYOUTS*/

.objects-angebot-usrlayouts {
    width: 100%;
    height: 100px;
    overflow: hidden;
}

.objects-angebot-usrlayouts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.objects-angebot-usrlayouts-item {
    margin-right: 10px;
    width: 250px;
    max-height: 120px;
}


/* SLIDER */

.angebot--more--slider {
    position: relative;
    padding: 20px;
    background-color: #f3f3f3;
    border-top: 1px solid #dfdfdf;
}

    .angebot--more--slider .flex-direction-nav a {
        position: absolute;
        top: 60%;
    }

    .angebot--more--slider:hover .flex-direction-nav .flex-next {
        right: 40px;
        opacity: 1;
    }

    .angebot--more--slider:hover .flex-direction-nav .flex-prev {
        left: 40px;
        opacity: 1;
    }

    .angebot--more--slider .angebot-card {
        margin-right: 10px;
        display: none;
    }


/* ALLE ANGEBOTE */

.alle-angebote .angebot-card {
    width: 47%;
    margin: 0 0 6% 6%;
    border-radius: 5px;
}

    .alle-angebote .angebot-card:nth-child(2n+1) {
        clear: left;
        margin-left: 0;
    }

.alle-angebote .angebot-card--title {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    bottom: auto;
    top: 0px;
    left: auto;
    background-color: rgba(239, 148, 48, 0.95);
    text-shadow: 0 0 10px #884e0d;
    border-radius: 0 0 0 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .8);
    text-align: right;
}

.angebot-card--title > .angebot-card--anbieter {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    display: block;
}

.alle-angebote .angebot-card--imgbox {
    max-height: 190px;
    overflow: hidden;
}

.alle-angebote .angebot-card > img {
    max-height: auto;
    min-height: 130px;
    max-width: none;
    width: 100%;
}


/* TEXT DRUNTER*/

.alle-angebote .angebot-card--title {
    position: static;
    background-color: #fff;
    color: #ef9430;
    text-shadow: none;
    text-align: left;
}

.angebot-card--title > .angebot-card--anbieter {
    color: #8e8e8e;
}


/* ANGEBOT NAV */

.angebotnav-btn {
    display: block;
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 13px;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #afafaf;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 #6f6f6f;
    letter-spacing: 1px;
}

.rabatt-wrap_angebotenav {
    position: relative;
}

.angebot-nav {
    float: left;
    width: 0%;
    overflow: hidden;
    margin-right: 0;
    padding: 1% 0;
    transition: all .1s ease-in 0s;
    white-space: nowrap;
}

.angebot-nav_active {
    width: 28%;
}

.alle-angebote-wrap {
    overflow: hidden;
    padding: 3%;
    background-color: #fff;
    border-left: 1px solid #efefef;
}

.angebot-nav--link {
    font-size: 12.5px;
    padding: 12px 18px 12px 32px;
    margin-top: 0;
    background-image: url(https://www.ostbelgien.net/app_themes/ostbelgien/bilder/arrow-right.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: 16px 14px;
    border-top: 1px solid #efefef;
    cursor: pointer;
    position: relative;
}

    .angebot-nav--link:first-child {
        margin-top: 0;
        border: 0;
    }

.angebot-nav--link--check {
    font-size: 12.5px;
    padding: 10px 0px 10px 32px;
    position: relative;
}

    .angebot-nav--link--check input {
        position: absolute;
        left: 16px;
        top: 12px;
    }

    .angebot-nav--link--check label {
        display: block;
    }

.angebot-nav--link_active {
    background-color: #e5e5e5;
    background-image: url(https://www.ostbelgien.net/app_themes/ostbelgien/bilder/arrow-down.svg);
}

.angebot-nav--link--child.angebot-nav--link_active {
    background-image: url(https://www.ostbelgien.net/app_themes/ostbelgien/bilder/arrow-right.svg);
}

.angebot-nav--link--child {
    padding-left: 46px;
    background-position: 32px 16px;
    background-size: 10px auto;
}

.angebot-nav--link--number {
    position: absolute;
    right: 0px;
    top: 11px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    background-color: #afafaf;
    color: #fff;
    font-size: 11px;
    border-radius: 2px 0 0 2px;
}

.alle-angebote-wrap > h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #ef9430;
}


/* MEDIAQUERIES */

@media (max-width: 1024px) {
    .rabattschein-image,
    .angebot--img {
        width: 100%;
        margin-bottom: 20px;
    }

        .rabattschein-image + .wrap-text,
        .angebot--options {
            padding: 10px 0;
            width: 100%;
        }

    .angebot-firma {
        padding-right: 100px;
    }

    .rabattschein-objekt-item .smartphone-icons > a.app-store,
    .rabattschein-objekt-item .smartphone-icons > a {
        float: left;
        width: auto;
        min-width: 205px;
        margin-top: 20px;
    }

        .rabattschein-objekt-item .smartphone-icons > a.play-store {
            margin-top: 10px;
        }

        .rabattschein-objekt-item .smartphone-icons > a > img {
            max-width: 200px;
            margin: 0;
        }

        .rabattschein-objekt-item .smartphone-icons > a.play-store > img {
            max-width: 210px;
            margin-left: -15px;
        }
}

@media (max-width: 670px) {
    .angebot-nav_active {
        width: 36%;
    }

    .alle-angebote .angebot-card,
    .alle-angebote .angebot-card:nth-child(2n+1) {
        width: 100%;
        margin: 0 0 6% 0;
        border-radius: 5px;
    }

        .alle-angebote .angebot-card > img {
            max-height: none;
            min-height: none;
            max-width: none;
            width: 100%;
        }
}

@media (max-width: 540px) {
    .angebotnav-btn {
        top: 7px;
        right: 10px;
    }

    .angebotnav-btn_active {
        position: static;
        float: right;
        margin: 10px 10px 0 0;
    }

    .angebot-nav {
        transition: none;
    }

    .angebot-nav_active {
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
    }

    .angebot-firma {
        padding-right: 10px;
        clear: both;
        overflow: hidden;
        margin-top: 10px;
    }

    .rabatt-share {
        position: static;
        overflow: hidden;
        width: 100%;
    }

        .rabatt-share a {
            float: right;
        }
}
