.aanbieding {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .aanbieding.aanbieding-bordered {
        border: 1px solid #ebebec;
        border-radius: 20px;
    }

.aanbieding-header {
    background: #5dc4bf;
    text-align: center;
    color: #ffffff;
    padding: 0px 15px 0px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

    .aanbieding-header h1,
    .aanbieding-header h2 {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        font-family: Font1;
        line-height: 18px;
        color: #ffffff;
        padding-top: 5px;
    }

        .aanbieding-header h1.text-size-lg {
            font-size: 25px;
            line-height: 40px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

.aanbieding.aanbieding-orange .aanbieding-header {
    background: #f47929;
}

.aanbieding.aanbieding-grijs .aanbieding-header {
    background: #d1d3d4;
}

.aanbieding.aanbieding-white .aanbieding-header {
    background: #ffffff;
}

    .aanbieding.aanbieding-white .aanbieding-header h1,
    .aanbieding.aanbieding-white .aanbieding-header h2 {
        color: #f47929;
    }

.aanbieding-content {
    background: #ffffff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
    clear: both;
}

.aanbieding-image-wrapper {
    text-align: center;
    width: 100%;
}

    .aanbieding:before,
    .aanbieding:after,
    .aanbieding-image-wrapper:before,
    .aanbieding-image-wrapper:after {
        display: table;
        content: " ";
    }

    .aanbieding:after,
    .aanbieding-image-wrapper:after {
        clear: both;
    }

.aanbieding-image {
    width: 100%;
    margin-left: calc(-50% + 40px);
    padding-top: 10px;
}

.aanbieding-image-left {
    width: calc(50% - 40px);
    float: left;
    height: 42px;
    background: #5dc4bf;
    position: relative;
}

.aanbieding.aanbieding-orange .aanbieding-image-left {
    background: #f47929;
}

.aanbieding.aanbieding-grijs .aanbieding-image-left {
    background: #d1d3d4;
}

.aanbieding-image-right {
    width: calc(50% + 40px);
    float: left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='585' height='52'%3E%3Cpath fill='%235DC4BF' d='M0 0v52h.8c0-21.9 17.7-39.6 39.6-39.6S80 30.1 80 52h505V0H0z' /%3E%3Cpath fill='%23FFF' d='M40.4 91.6C62.3 91.6 80 73.9 80 52H.8c0 21.9 17.7 39.6 39.6 39.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: -10px;
    position: relative;
}

.aanbieding.aanbieding-orange .aanbieding-image-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='585' height='52'%3E%3Cpath fill='%23F47929' d='M0 0v52h.8c0-21.9 17.7-39.6 39.6-39.6S80 30.1 80 52h505V0H0z' /%3E%3Cpath fill='%23FFF' d='M40.4 91.6C62.3 91.6 80 73.9 80 52H.8c0 21.9 17.7 39.6 39.6 39.6z'/%3E%3C/svg%3E");
}

.aanbieding.aanbieding-grijs .aanbieding-image-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='585' height='52'%3E%3Cpath fill='%23d1d3d4' d='M0 0v52h.8c0-21.9 17.7-39.6 39.6-39.6S80 30.1 80 52h505V0H0z' /%3E%3Cpath fill='%23FFF' d='M40.4 91.6C62.3 91.6 80 73.9 80 52H.8c0 21.9 17.7 39.6 39.6 39.6z'/%3E%3C/svg%3E");
}

.aanbieding.aanbieding-recht .aanbieding-image-left,
.aanbieding.aanbieding-recht .aanbieding-image-right {
    background: none;
}

.aanbieding.aanbieding-recht .aanbieding-header h1,
.aanbieding.aanbieding-recht .aanbieding-header h2 {
    padding: 10px;
}

.aanbieding-image img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
}

.aanbieding-image .aanbieding-image-text {
    width: 100%;
    text-align: center;
}

.aanbieding .aanbieding-image-info {
    position: absolute;
    left: 15px;
    top: 55px;
}

.aanbieding-rechts > .aanbieding-header {
    text-align: left;
    position: absolute;
    background: none;
    border-radius: 0px;
    padding: 10px 15px 0px 15px;
    z-index: 1;
}

    .aanbieding-rechts > .aanbieding-header + .aanbieding-content {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

.aanbieding-rechts > .aanbieding-content > .aanbieding-image-wrapper {
    text-align: right;
    border-top-right-radius: 20px;
}

    .aanbieding-rechts > .aanbieding-content > .aanbieding-image-wrapper .aanbieding-image {
        margin-left: -61px;
        width: 200px;
        text-align: center;
        padding-top: 20px;
    }

    .aanbieding-rechts > .aanbieding-content > .aanbieding-image-wrapper .aanbieding-image-left {
        width: 70%;
        border-top-left-radius: 20px;
        height: 52px;
    }

    .aanbieding-rechts > .aanbieding-content > .aanbieding-image-wrapper .aanbieding-image-right {
        width: 30%;
        border-top-right-radius: 20px;
        background-position-y: 0px;
    }

.aanbieding-body {
    padding: 15px 15px 15px 15px;
}

.aanbieding-footer {
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.aanbieding-smile {
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='28'%3E%3Cpath fill='%23FAA627' d='M28.6 11.1c-.1-.8.1-1.6.6-2.3 1-1.4 3-1.7 4.4-.6 6.9 5.2 15.3 7.4 23.9 6.2 5.4-.7 10.5-2.9 14.8-6.1 1.4-1 3.4-.8 4.4.6 1 1.4.8 3.4-.6 4.4-5.2 3.9-11.3 6.4-17.7 7.3-10.2 1.4-20.3-1.2-28.5-7.4-.8-.5-1.2-1.3-1.3-2.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    clear: both;
}

/*------------------------------------------------------------------------------------------------------------------*/

.hero-wrapper .aanbieding {
    margin-bottom: 0px;
}

    .hero-wrapper .aanbieding .aanbieding-content {
        background: rgba(255,255,255,0.78);
        min-height: 260px;
    }

    .hero-wrapper .aanbieding .product-actief:after,
    .hero-wrapper .aanbieding .product-bestelling:after,
    .hero-wrapper .aanbieding .product-beeindigd:after {
        right: 130px;
    }

/*------------------------------------------------------------------------------------------------------------------*/

.aanbieding .product-actief:after,
.aanbieding .product-bestelling:after,
.aanbieding .product-beeindigd:after {
    right: 40px;
}

/*------------------------------------------------------------------------------------------------------------------*/

.body-wrapper-mijn-uc .hero-wrapper .aanbieding {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    border-bottom-left-radius: 19px;
    border-bottom-right-radius: 20px;
}

    .body-wrapper-mijn-uc .hero-wrapper .aanbieding .aanbieding-content {
        border-radius: 20px;
        background: #ffffff;
    }

@media (max-width: 767px) {
    .aanbieding-rechts > .aanbieding-header {
        position: relative;
        text-align: center;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        background: #5dc4bf;
        padding-top: 0px;
    }

    .aanbieding-rechts > .aanbieding-content > .aanbieding-image-wrapper .aanbieding-image {
        margin-left: calc(-50% + 40px);
        width: 100%;
    }

    .aanbieding-image .aanbieding-image-text {
        width: 100%;
    }

    .aanbieding-rechts > .aanbieding-content > .aanbieding-image-wrapper .aanbieding-image-left {
        width: calc(50% - 40px);
        border-top-left-radius: 0px;
    }

    .aanbieding-rechts > .aanbieding-content > .aanbieding-image-wrapper .aanbieding-image-right {
        width: calc(50% + 40px);
        border-top-right-radius: 0px;
    }

    .aanbieding .aanbieding-image-info {
        position: relative;
        left: auto;
        top: auto;
        text-align: center;
        z-index: 0;
    }

    .aanbieding.aanbieding-tegel .aanbieding-image img {
        width: 40px;
        height: 40px;
    }

    .aanbieding.aanbieding-tegel .aanbieding-body {
        padding: 10px 15px;
        line-height: 20px;
    }

    .aanbieding .aanbieding-footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .aanbieding-tegel-110 .aanbieding-content {
        min-height: 110px;
    }

    .body-wrapper-mijn-uc .hero-wrapper .aanbieding {
        box-shadow: none;
        border-radius: 0px;
    }

    .body-wrapper-mijn-uc .hero-wrapper .aanbieding > .aanbieding-header {
        border-radius: 0px;
        background: #ffffff;
        background: rgba(255,255,255, 0.78);
    }

        .body-wrapper-mijn-uc .hero-wrapper .aanbieding > .aanbieding-header h1,
        .body-wrapper-mijn-uc .hero-wrapper .aanbieding > .aanbieding-header h2 {
            font-size: 18px;
            padding: 20px 15px 20px 15px;
            color: #f47929;
            text-align: left;
        }

    .aanbieding-tegel .product-actief:after,
    .aanbieding-tegel .product-bestelling:after,
    .aanbieding-tegel .product-beeindigd:after {
        right: 25px;
    }



    .body-wrapper-product-over-unitedconsumers .aanbieding.aanbieding-white .aanbieding-header {
        background-color: rgba(255,255,255,0.78);
        border-radius: 0px;
    }
}

@media (max-width: 451px) {
    .aanbieding-header {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 376px) {
    .aanbieding-header {
        padding-left: 5px;
        padding-right: 5px;
    }

    .aanbieding.aanbieding-tegel .aanbieding-header h1,
    .aanbieding.aanbieding-tegel .aanbieding-header h2 {
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .aanbieding.aanbieding-tegel .aanbieding-header h1,
    .aanbieding.aanbieding-tegel .aanbieding-header h2 {
        font-size: 10px;
    }
}
