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

.eip-link {
    cursor: pointer;
}

#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;
}
.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;
}
.eip-highlights ul {
    list-style-image: url("../../images/icon-check.png");
    padding: 20px;
    margin: 0;
}
.eip-highlights li {
    list-style: inherit;
    margin-bottom: 5px;
    margin: 0 0 10px 0;
    padding: 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;
}
.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: 497px;
}
.swiper-slide * {
    max-width: 360px;
}
#bio_ep {
    max-width: 1160px;
}
@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;
    }*/

}
