﻿.altarticle-btn {
    display: block;
    width: 70% !important;
    margin-bottom: 20px;
    background-color: #31ab22;
    background-image: -ms-linear-gradient(top, #31ab22, #67c65c);
    background-image: linear-gradient(to bottom, #31ab22 0%, #67c65c 100%);
}

.adpp-alternative .altarticle-btn {
    width: 100% !important;
}

.altarticle-btn:hover {
    background: #aaabaa;
}

.altarticle-info {
    color: #987a27 !important;
}

.altarticle-data.adpp-alternative {
    padding-top: 30px;
}

.altarticle-data-info {
    float: left;
    width: 30%;
    position: relative;
    padding: 0 15px;
    top: -30px;
    min-height: 120px;
}

.adpp-alternatives .altarticle-data-info {
    top: 0px;
}

.altarticle-data-price {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.altarticle-topinfo {
    height: 130px;
    background: url(../img/topimg-ersatz.png) no-repeat top 10px left 30px;
}

.altarticle-data-img {
    height: 90px;
    width: 100%;
    background-size: 100% auto;
    background-position: center center;
}

.altartcle-data-button {
    float: left;
    position: relative;
    width: 70%;
}

.altarticle-data-button-info {
    height: 86px;
    background: url(../img/topimg-alternativ.png) no-repeat top right;
}

.pp-artnostock-img {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(204,204,204,0.6);
    width: 100%;
    height: 100%;
    z-index: 400;
    s
}

    .pp-artnostock-img .pp-ansi-text {
        color: white;
        width: 82%;
        background: rgba(60,170,55,0.7);
        ;
        padding: 10px 20px;
        margin: auto;
        border-radius: 3px;
        position: relative;
        top: 45%;
        font-weight: bold;
        text-align: center;
    }

.pp-artnostock-list-img {
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.3);
    width: 100%;
    height: 100%;
    z-index: 600;
    display: none;
}

    .pp-artnostock-list-img .pp-ansli-text {
        position: relative;
        top: 37%;
        background: rgba(60,170,55,0.8);
        color: white;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

.product--box .pp-artnostock-list-img .pp-ansli-text {
    top: 0;
}

.bundle--panel .bundle--panel-header {
    color: #1973b2;
}

.altarticle-box-container {
    display: none;
    position: relative;
    display: flex;
    width: 20%;
    z-index: 610;
}

    .altarticle-box-container .altarticle-link {
        display: block;
        width: 100%;
    }

    .altarticle-box-container .altarticle-topinfo {
        width: 100%;
        height: 90px;
        background-size: contain;
        background-position: left center;
        left: -30px;
        position: relative;
    }

    .altarticle-box-container .altarticle-data-img {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .altarticle-box-container .altarticle-data-info {
        position: relative;
        float: none;
        width: 100%;
        top: 0;
        padding-left: 30px;
    }

    .altarticle-box-container .altarticle-data-text {
        display: none;
        width: 100%;
        position: relative;
        height: 40px;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        background-color: #f2b80b;
        font-size: 16px;
        margin-top: 20px;
    }

.product--box .box--content.altarticle-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .product--box .box--content.altarticle-box .product--info {
        width: 80%;
    }

@media screen and (min-width: 30em) {
    .product--details .configurator--form, .product--details .buybox--form.altarticle-form {
        width: 100%;
    }
}

@media screen and (max-width: 425px) {
    .altarticle-box-container {
        width: 100%;
    }

    .product--box .box--content.altarticle-box .product--info {
        width: 100%;
    }

    .altarticle-box-container .altarticle-data-info {
        display: none;
    }

    .altarticle-box-container .altarticle-data-text {
        display: flex;
    }
}
