#eip-0 {
    font-size:16px;
    font-family:Arial;
}

.eip-link {
    cursor: pointer;
    font-size: 0.9em;
    display: block;
    margin: auto;
}

#eip-headline {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 25px;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 1.1em;
}
.eip-banner img {
    width: 100%;
    height:auto;
}

.swiper-pagination {
    display: none;
}




.eip-banner {
    margin-top: 2px;
    position: relative;
    margin-bottom: 10px;
}
.eip-banner .eip-exclusive {
    background: url("../../images/ribbon.png");

    width: 97px;
    height: 98px;
    position: absolute;
    top: -8px;
    right: -8px;
}
.eip-logo {
    width: 69%;
    float: left;
    text-align: left;
}
.eip-rating {
    width: 72px;
    height: 12px;
    float: right;
    margin: 10px 0;
    background: url("../../images/sterne-grey.png") no-repeat;
}
.eip-rating span.eip-rating-value {
    background: url("../../images/sterne.png") no-repeat;
    height: 12px;
    display: block;
}
.swiper-slide {
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.eip-bonus {
    position: relative;
    color: #54a72d;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    border:1px dashed #54a72d;
    height:40px;
    background-image: url("../../images/bonus-bg.jpg");
}
.eip-bonus::after {
    content: ' ';
    display: block;
    background-image: url("../../images/icon-schere.png");
    position: absolute;
    width: 13px;
    height: 9px;
    background-repeat: no-repeat;
    top: -5px;
    left: 20px;
}
.eip-bonus-inner {
    border: 3px solid #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 17px;
}
.eip-highlights ul {
    list-style-image: url("../../images/icon-check.png");
    padding: 10px 20px 5px 20px;
    margin: 0;
}
@media screen and (max-width: 1077px) {
    .eip-highlights ul {
        padding: 10px 20px 10px 20px;
    }
}
@media screen and (max-width: 1000px) {
    .eip-highlights ul {
        padding: 10px 20px 5px 20px;
    }
}
@media screen and (max-width: 479px) {
    .eip-highlights ul {
        padding: 10px 20px 15px 20px;
    }
}
.eip-highlights li {
    list-style: inherit;
    margin-bottom: 5px;
    margin: 0 0 10px 0;
    padding: 0;

}

@media screen and (min-width: 480px) {
    .eip-highlights li {
        min-height: 30px;
    }
}

@media screen and (max-width: 1077px) {
    .eip-highlights li {
        max-height: 30px;
    }
}
@media screen and (max-width: 375px) {
    .eip-highlights li {
        min-height: 15px;
    }
}
.eip-highlights li:last-child {
    margin-bottom: 0;
}


.eip-bonus-code {
    width: 40%;
    float: left;
    position: relative;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
    border: 1px solid #cfcfcf;
    height: 40px;
    background-image: url("../../images/bonus-bg.jpg");
}
.eip-bonus-code-inner {
    border:3px solid #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #cfcfcf;
    top:0;
    left:0;
}

.eip-bonus-code-inner span {
    position: relative;
    top: 5px;
}
.eip-bonus-button {
    background: #54a72d url("../../images/icon-pfeil.png") no-repeat 95% center;
    width: 58%;
    float: left;
    margin-left: 2%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
@media screen and (max-width: 799px) {
    .eip-bonus-button {
        width: 100%;
        margin-left: 0;
    }
}
.eip-bonus-button a {
    color: #fff;
}
.eip-bonus-code input {
    display: block;
    width: 100%;
    border: none;
    box-shadow: none;
    background-image: url("../../images/bonus-bg.jpg");

}
.eip-bonus-code input.inactive {
    color: #ccc;
}
#eip-close-text {
    position: absolute;
    right: 30px;
    top: 28px;
    color: #fff;
    font-size: 12px;
}

.swiper-slide {
    /*min-height: 462px;*/
}
.swiper-slide * {
    /*max-width: 360px; */
    max-width: 100%;
}
#bio_ep {
    max-width: 1160px;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}


@media only screen and (max-width : 480px) {
    .swiper-pagination {
        display: block;
        bottom: 0 !important;
        position: fixed;;
    }
    .swiper-container {
        padding-bottom: 25px !important;


    }
    /*.eip-bonus, .eip-bonus-code {
        height: 60px;
        line-height: 50px;
    }
 .eip-bonus-button{
      height: 60px;
      line-height: 60px;
  }
    .eip-highlights ul {
        zoom: 2;
        font-size: 15px;
        line-height: 14px;
    }*/

}
.mobile-arrow-right {
    background-image: url("../../images/right_arrow.png") !important;
}

.mobile-arrow-left {
    background-image: url("../../images/left_arrow.png")  !important;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
