/*
Colors:
Blue: #000000
Grey: #444444
Dark Grey: #333333
Red: #80000C;
Blue: #1d5fab

Footer Grey: #9b9b9b
Box Grey: #e5e4e4

Font: 
Clarendon LT
Roboto

*/

*{
    margin:0;
    padding:0;
    border:0;
    outline:0;
     -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    *behavior: url(boxsizing.htc);  
}
@viewport {
    width: device-width;
}
html,body{ 
  font-family: "Roboto Condensed",sans-serif;
  font-size:1em;    
  background:#960001;
  background-size:auto 100%;
  color:#000000;
} 
input,textarea{
   font-family: 'AkkuratLightOfficeRegular';
   color:#1d5fab;
}
/* Webkit */
::-webkit-input-placeholder { color: #000000; }

/* Firefox 4-18 */
:-moz-placeholder { color: #000000; }

/* Firefox 19+ */
::-moz-placeholder { color: #000000; }

/* IE10+ */
:-ms-input-placeholder { color: #000000; }

a{
    color:#000000;
    text-decoration:underline;
}
.clear{
    clear: both;
}
header{
    padding:20px 0 40px 0;
    text-align:center;
    background:transparent;
    background:#960001 url(../images/bz_header_background.png?t=1) no-repeat center;
    background-size: auto 100%;
}
header img{
    max-width:400px;
    display:block;
    margin:0 auto 20px;
}
header h1{
    color:#fff;
    font-size:60px;
    margin:0;
}
header .content{
    max-width:700px;
    margin:auto;
}
.top .content{
    color:#000000;
    font-family: 'Roboto Condensed', sans-serif;
    position:relative;    
}
.contentRight{
    width:360px;
    float:right;
    background:transparent url(../images/offer_background.png) no-repeat top center;
    background-size:100% auto;
    text-align:left;
}

.contentLeft{
    width:360px;
    float:left;
    background:transparent url(../images/offer_background.png) no-repeat top center;
    background-size:100% auto;
    text-align:left;
}
.top .content h1{
    position:absolute;
    top:0;
    width:100%;
    padding:40px;
    margin:0;
    font-size:36px;
    line-height:42px;
    font-weight:700;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.top .content p{
    padding: 0px 30px;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}
.top .content .topLogo{
    text-align:center;
    padding:0px 40px 20px;
}
.top .content .topLogo p{
    font-size:24px;
    padding-top:40px;
    line-height:30px;
}
.top .content .topImage img{
    width:90%;
    height:auto;
    margin:auto;
    display:block;
}
.top .content .topImage{
    padding-bottom:40px;
}
.offerBackground{
    max-width:700px;
    width:100%;
    margin:auto;
    background-size:100% auto;
    background-position: top center;
}
.top .content p1{
    background-color:rgba(0,0,0,0.4);
    bottom:40px;
    padding:10px;
    left:40px;
}
.content{ 
    max-width:700px;
    width:100%;
    margin:auto;
    padding:0 45px;
}
p{
    margin-bottom:1em;
    font-size:0.875em;
    clear:left;
}
section.top .content{
    line-height:0;
    font-size:0;
    padding:0px;
}

section.headline .content{
    background:#ffffff;
    padding:40px 45px 40px;
    max-width:700px;
    border-top: 1px solid #000;
}
section.top{
    background:#fff;
    margin-bottom:40px;
}
section.top img{
    max-width:1000px;
    width:100%;
    height:auto;  
    display:block;
    margin:auto;
}
section.headline .content h1{
    color:#000000;
    font-size:40px;    
    line-height:46px;
    font-weight:700;
    margin:0;
    text-align:center;
}
.text_bottom{
    color:#000000;
    font-size:20px;
    font-weight:700;
    margin:0;
    text-align:left;
    padding-top:30px;
}
section.form{
    min-height:100px;
    position:relative;
}
section.form.self .content,
section.form.gift .content{
    display:block;
}
section.form .content{
    max-width:980px;
    padding:40px 20px  40px;
    display:none;
    width:90%;
}
section.form .content input[type="text"],section.form .content input[type="email"]{
    border:1px solid #999;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding:10px 10px;
    color:#000000;
    font-family: "Roboto",sans-serif;
    width:100%;
}
section.form .content input[type="text"].inputError,section.form .content input[type="email"].inputError{
    border:1px solid #ff0000;
}
section.form h2{
    color: #80000C;
    margin-bottom:4px;  
    text-transform: uppercase;
    font-size:40px;
    line-height:40px;
    font-weight:400;
    font-family: 'Bebas Neue', cursive;
}
section.form h3{
    color: #333;
    font-weight: 400;
    margin-bottom:10px;    
}
section.form .contentFormLeft h3{
    color: #333;
    font-weight: 400;
    margin-bottom:24px;    
}
section.form h3 span{
    font-size:12px;
    display:block;
}
section.form .content a.button,
section.form .content button{
    background-color:#80000C;
    border: medium none;
    box-shadow: none;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    float: none;
    display:block;
    font-size: 22px;
    height: 42px;
    margin:40px auto 0px;    
    outline: medium none;
    padding: 0;    
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: right 13px;
    background-size: 30px auto;
    font-family: "Roboto",sans-serif;
    font-weight:bold;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0 20px 0 20px;
    width:240px;
}

section.form .content a.button::after,
section.form .content button::after{
    content:'';
    display:inline-block;
    background:transparent url(../images/arrow_button.png) no-repeat;
    background-size: 34px auto;
    width:20px;
    height:20px;
    position:relative;
    top:2px;
    left:10px;
}
section.offers .content a.button,
section.offers .content .button{
    background-color:#80000C;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display:inline-block;
    font-size: 24px;
    height: 40px;
    line-height: 38px;
    margin-bottom:1em;    
    outline: medium none;
    padding: 0;
    font-family: "Roboto",sans-serif;
    font-weight:700;
    margin:5px auto 1em auto;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align:center;
    /* background: #80000C url(../images/arrow_button.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: right 8px;
    background-size: 30px auto;*/
    text-align:center;
   border-bottom:2px solid #ffffff;
   padding:0px 20px;
   margin:auto;
   display: block;
    max-width: 180px;
}
section.form .content a.button{
    line-height:42px;
    text-decoration:none;
    text-align:center;
    margin-top:20px;
    margin-bottom:40px;
}
.offer-info.offer-2-info{
    text-align:center;
}
#zipcode{
    width:25%;
    margin-right:2%;
    float:left;
}
#city{
    width:73%;
}
#street{
    width:80%;
    margin-right:2%;
    float:left;
}
#streetnumber{
    width:18%;
}
.infoContainer{
    width:100%;
    background:#000000;
}
.info{
    padding:20px 20px;
    font-size:16px;
    color:#fff;
    text-align:center;
    line-height:22px;    
    margin:0px auto 0px;
    max-width:700px;
    width:90%;
}
.coupon{
    font-weight:700;
    text-align:center;
    font-size:24px;
    line-height:30px;
    color:#f5a523;
    padding-bottom: 30px;  
    max-width:440px;
    margin:auto;
    position:relative;
    padding-right:100px;
}
.coupon img{
    max-width:100px;
    position:absolute;
    right:0px;
    top:-40px;
}
.formRow{
    clear:both;
    padding-top:10px;
}
.formRowError{
    position:relative;
    margin:0px 0 20px 0;
}
.formRowError span{
    margin:10px 0 -10px;
    padding:10px 10px 10px 30px;;
    color:#ff0000;
    display:block;
    position:relative;
}
.formRowError img{
    position:absolute; 
    top:9px;
    left:0;
}
.contentFormLeft{
    width:400px;
    float:left;
    background:rgba(255,255,255,0.9);
    padding:20px;  
    min-height:570px;
}


.contentFormRight{
    width:400px;
    float:right;
    background:rgba(255,255,255,0.9);
    padding:20px;  
    min-height:570px;
}

.self .contentFormRight{
    display:none;
}

.self .contentFormLeft{
    float:none;
    width:600px;
    margin:auto;
}

section.form.self  .content button{
    margin:20px auto 0;
    float:none;
}


footer{
    color:#333;
    font-size:13px;
    text-align:center;
    line-height:2em;
    text-align:left;
    
}
footer a{
    text-decoration: none;
    color:#333;
   
}
footer .content{
    padding:10px 10px;
    text-align:center;
    max-width:100%;
    margin:auto;
    background:#fbfbfb;
}
section.box .content{
    background:#e5e4e4 url(../images/bottom.jpg) bottom right no-repeat;   
    background-size:210px 420px;
    padding:55px 240px 45px 45px;
    color:#333;
    line-height:25px;
}
section.thankyou .content{
    background:#ffffff;   
    padding:10px 45px 70px;
    color:#333;
    line-height:25px;
}
input[type="checkbox"],input[type="radio"]{
    /*position:absolute;
    top:100000px;
    left:100000px;*/
    display:none;
}
.lblTerms i{
    width:20px;
    height:20px;
     -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:1px solid #fff;
    display:block;
    position:absolute;
    top:4px;
    left:0;
}
 input[type="checkbox"]:checked + label.lblTerms i::before{
    content:'';
    width:10px;
    height:10px;
     -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:1px solid #fff;
    display:block;
    position:absolute;
    top:3px;
    left:3px;
    background:#fff;
}
.lblTerms.radioError i{
    border:1px solid #ff0000;
}
.lblGift i{
    width:20px;
    height:20px;
     -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:1px solid #fff;
    display:block;
    position:absolute;
    top:4px;
    left:0;
}
input[type="checkbox"]:checked + label.lblGift i::before{
    content:'';
    width:10px;
    height:10px;
     -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:1px solid #333;
    display:block;
    position:absolute;
    top:3px;
    left:3px;
    background:#333;
}
.lblGift.radioError i{
    border:1px solid #ff0000;
}
label{
    cursor:pointer;    
    position:relative;
    display:block;
}
.lblTerms{
    padding-left:30px;
    font-size:14px;
    padding-top: 5px;
    color:#fff;
}
.lblTerms a{
    color:#fff;
}
.lblGift{
    padding-left:30px;
    font-size:14px;
    padding-top: 5px;
}

.contentFormRight.disabled{
    
}
.contentFormRight.disabled .contentFormRightContent{
    background: rgba(255,255,255,0.8);
    opacity: 0.5;
}
.form-person{
    color:#fff;
    font-size:24px;
    margin-bottom:10px;
}
.form-1,
.form-2{
    width:calc(50% - 20px);
    margin-bottom:20px;
    float:left;
}
.form-1{
    margin-right:40px;
}
.contentOffer{
    max-width:360px;
    padding:20px;
    background:#fff;
    text-align:center;
    margin:0 auto 0;
}



input[type="checkbox"]:checked + label i::before{
    content:'';
    width:10px;
    height:10px;
     -moz-border-radius: 0px; 
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border:1px solid #fff;
    display:block;
    position:absolute;
    top:3px;
    left:3px;
    background:#fff;
}
input[type="radio"]:checked + label i{   
    border:1px solid #fff;
}

input[type="radio"]:checked + label h4{
    margin-bottom:20px;
}

label.lblRadio{
    float:left;
    width:100px;
    padding-left:30px;
    margin-bottom:10px;
    color:#fff;
}
label.lblRadio i{
    width:20px;
    height:20px;
     -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #fff;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
}
label.lblRadio.radioError i{
    border:1px solid #ff0000;
}
input[type="radio"]:checked + label i::before{
    content:'';
    width:10px;
    height:10px;
     -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #fff;
    display:block;
    position:absolute;
    top:3px;
    left:3px;
    background:#fff;
}
input[type="radio"]:checked + label i{   
    border:1px solid #fff;
}
.offers input[type="radio"]:checked + label i::before{
    content:'';
    width:10px;
    height:10px;
     -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #fff;
    display:block;
    position:absolute;
    top:3px;
    left:3px;
    background:#fff;
}
.offers input[type="radio"]:checked + label i{   
    border:1px solid #fff;
}
.advantages{
    display:none;
}
.buttons{
    display:none;
    padding-top:20px;
}

section.offers .content .buttons button {
    background-color: #80000C;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    outline: medium none;
    padding: 0;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    margin: 10px auto 0 auto;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    padding: 0 40px 0 20px;
    background:#80000C url(../images/arrow_button.png) no-repeat;
    background-size: auto;
    background-position: right 8px;
    background-size: 30px auto;
    width:200px;
}

section.offers .content .buttons button.btnSelf{
    margin-bottom:5px;
}

section.offers .content .buttons button.active {
    background-color:#000;
}



input[type="radio"]:checked + label .advantages{
    display:block;
}
input[type="radio"]:checked + label .buttons{
    display:block;
}
input[type="radio"]:checked + label .button{
    display:none;
}
input[type="radio"]:checked + label.offer_1,
input[type="radio"]:checked + label.offer_2{
    background: #fff;
    margin-bottom: 0px;
}
section.offers{
    padding:40px 0;
    background: #960001 url(../images/bz_offer_background.png) repeat-x center;
    background-size: auto 100%;
}
section.offers .content{
    padding:0px; 
    max-width:720px;
    width:100%;
    margin:auto;
    padding-bottom:40px;
}
section.offers .content img{
    display:block;
    margin-bottom:0px;
    max-width:100%;
    width:auto;
    margin:auto;
}
/*
section.offers .content .offer_2 img{
    max-width:79%;
}
*/
section.offers .content h2{
    font-size:18px;
    font-weight:700;
    text-transform: uppercase;
    margin:0 0 154px 0;
    text-align:center;    
}
section.offers .content h3{
    font-size:50px;
    font-weight:700;    
    line-height:56px;
    text-align: center;
}
section.offers .content h3 span{
    display:block;
    font-size:20px;
    font-weight:400;
}

section.offers .content h4{
    font-size:26px;
    font-weight:600;
    margin:0 0 20px 0;
     text-align: center;
}
section.offers .content h5{
    font-weight:700;
    font-size:18px;
    margin:0 0 10px;
    padding-top:10px;
    max-width:255px;
    text-align: left;
}
.offers label{   
    color:#333;
    padding:20px;
    margin:auto;
}
.offers label.offer_1{   
    padding-bottom:26px;
}
.offers label h3{
    color:#000000;
}
.offers label i{
    width:20px;
    height:20px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:1px solid #fff;
    display:block;
    position:absolute;
    right:20px;
    top:15px;    
}
.offers label.radioError i{
    border:1px solid #ff0000;
}
.offers a{
    color:#333;
}
.offers ul{
    margin:0 auto 20px;
    font-size:16px;
    line-height:20px;
    text-align:left;
    max-width:320px;
    list-style:none;
   /* margin:auto;  list-style-image:url(../images/check.png);  */
}
.offers ul li{
    margin-bottom:2px;
    background:transparent url(../images/check_black.png) no-repeat;
    background-size:14px auto;
    padding:0 0 4px 20px;
}
.contentOfferImage{
    position: relative;
}
.contentOfferImage i{
    position:absolute;
    padding:30px;
    font-style: normal;
    color:#fff;
    background:#960001;
    height:120px;
    width:120px;
    text-align:center;
    border-radius:120px;
    top:0;
    right:0;
}
.contentOffer a{
    display:block;
    background:#000;
    color:#fff;
    padding:10px;
    font-weight:600;
    font-size:20px;
    text-decoration: none;
}

.packshot{
   display:block;
   max-width:300px;
   margin:0 auto -160px;  
   position:relative;
   top:-150px;
   padding-left:25px;
}
.packshot img{
    display:block;
    max-width:300px;
         
}
.boxInfo{
    max-width:380px;
    width:80%;
    height:auto;
    position:absolute;
    top:calc(50% - 100px);
    left:calc(50% - 180px);
    background:#fff;
    padding:30px;
    font-size:14px;
    line-height:20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.boxInfo ul li{
    margin-bottom:2px;
}
.boxInfo h2{
    font-size:18px;
    margin-bottom: 15px;
}

#app .boxInfo{
    top:calc(50% - 300px);
}
#ec .boxInfo{
    top:calc(50% - 220px);
}
#abo .boxInfo{
    top:calc(50% - 120px);
}
.boxInfo ul{
    margin:10px 0 10px 12px;
}
.boxInfo img{
    width:100%;
    height:auto;
    display:block;
    margin-bottom:20px;
}
.boxInfo i{
    position:absolute;
    right:-20px;
    top:-30px;
    width:20px;
    height:30px;
    background: transparent url(../images/times-light.svg) no-repeat;
    background-size: auto 100%;
    color:#fff;
    cursor:pointer;
}
.boxInfoContainer{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: rgba(0,0,0,0.4);
    z-index:100;
    display:none;
}
section.form .content h1 {
    font-size: 24px;
    margin:0 0 20px 0;
}
.mobileShow{
    display:none;
} 
.mobileHeadline{
    display:none;
    font-size:24px;line-height:30px;font-weight:bold;text-align:center;
}
.offer-info{
    color:#000;
    text-align:left;
    width:80%;
    margin:0 auto 0px;
    display:none;
    max-width: 700px;
    padding:0 10px;
    font-weight:400;
}

@media (max-width: 980px) {
    .form-1, .form-2 {
        width: 100%;
        margin:0 0 20px 0;
        float: none;
    }
}

@media (max-width: 720px) {  
    section.form {
    min-height: 0px;
    position: relative;
}

    .mobileHeadline{
    display:block;
}
.desktopHeadline{
    display:none;
}
    .self .contentFormLeft {
        width: 100%;
    }
    section.headline.success{
        left:0;
        width:100%;
    }    
    .contentFormRight.disabled .mobileHideExtra{
        display:none;
    }
    .contentFormRight, .contentFormLeft {
        min-height: 0;
    }
    
  
    .contentFormLeft,
    .contentFormRight,
    .contentLeft,
    .contentRight{
        width:100%;
        float:none;
        max-width:360px;
        margin:auto;
    }
    .packshot{
        top:-60px;
    }
    .packshot img{
        margin-bottom:80px;
    }
    .contentFormLeft{
        margin-bottom:40px;
    }
    section.form .content,
    section.offers .content{
        padding:20px;
    }
}

@media (max-width: 590px) {
    header h1{
        font-size:34px;
    }
    .offers.active-2 label.offer_2,
    .offers.active-1 label.offer_1 {
   
    }
    .coupon{
        padding:0 20px 50px;
    }
    .coupon img{
        top:20px;
        right:20px;
    }
    section.offers.active-2 .content{
        position:relative;
         padding-top:420px;         
    }  
    section.offers.active-2 .content .contentRight{
        position:absolute;
        top:0px;
        left:5%;
        width: 90%;
    } 
    
    section.top {
    padding:0;
}
    
    .offers label {
    margin-bottom: 0px;
}

    .offers label.offer_2{
         padding-bottom:30px !important;
         margin-bottom:0px !important;
    }
    .offers label.offer_1{
         margin-top:10px !important;
    }
    .mobileShow{
        display:block;
    }
    .mobileHide{
        display:none;
    }
   
    section.offers .content {
        padding: 20px 10px;
    }
    .offers label.offer_1{
        margin-right:auto;
    }
    
    .top .content p{
        width:100%;
    }
    .top .content h1{
        font-size: 30px;
        line-height: 36px;
    }
    .boxInfo{
        top:50px!important;
        width:84%;
        left:8%;
    }
    .offers label i{
        width:30px;
        height:30px;
         -moz-border-radius: 15px; 
        -webkit-border-radius: 15px;
        border-radius: 15px;
        right:30px;
        top:30px;    
    }
    .offers input[type="radio"]:checked + label i::before{
        content:'';
        width:20px;
        height:20px;
         -moz-border-radius: 14px; 
        -webkit-border-radius: 14px;
        border-radius: 14px;
        border:1px solid #fff;
        display:block;
        position:absolute;
        top:3px;
        left:3px;
        background:#fff;
    }
    .offers input[type="radio"]:checked + label.offer_1{        
        margin-top:0px !important;
        margin-bottom:20px !important;
    }
    
    section.offers .content h2{
        margin:0 0 220px 0;   
    }
    section.form .content {
        padding: 35px 20px;
    }
    section.thankyou .content{
         padding: 0px 20px 70px;
    }
    section.box .content {
        padding: 35px 20px 450px 20px;        
    }

   
     
    section.headline .content {    
        padding: 35px 20px;
    }
    section.headline .content h1 {
        font-size: 34px;
        line-height:40px;
        text-align:center;      
    }
    section.headline .content{
        padding:20px 30px 0;
    }
    footer .content span{
        display:none;
    }
    footer .content{
        text-align:center;  
    }
    footer .content a{
        display:block;
        width:100%;
        line-height:30px;
    }
    footer .content div{
        float:none;
        width:100%;
    }
    footer .content div:first-child{
        margin-bottom:10px;
    }
    #zipcode{
        width:30%;
    }
    #city{
        width:68%;
    }
    #street{
        width:73%;
    }
    #streetnumber{
        width:25%;
    }
 
    .offers label {
        width: 100%;
    }
}

@media (max-width: 480px) {
    footer{
        position:static!important;
    }
}
@media (max-width: 380px) {  
    
    .top .content p {
        padding: 30px 20px;
    }
    .top .content h1 {
        padding: 40px 20px;
    }
    section.offers .content {
        padding: 0px 20px 10px;
    }
    section.offers .content h2{
        margin:0 0 200px 0;
    }
    .offers label i{
        width:30px;
        height:30px;
        -moz-border-radius: 15px; 
        -webkit-border-radius: 15px;
        border-radius: 15px;
        right:15px;
        top:40px;  
    }
  
    section.offers .content h2 {
        font-size: 22px;
    }   
   
    .offers ul {
        font-size: 15px;
    }
}
@media (max-width: 320px) {    
    
    section.form .content {
        padding: 25px 10px;
    }
    section.box .content {
        padding: 20px 10px 450px 10px;        
    }
    section.offers .content h2{
        margin:0 0 160px 0;   
    }

    section.headline .content {    
        padding: 20px 10px;
    }
    section.headline .content h1 {
        font-size: 24px;      
    }
    section.thankyou .content{
         padding: 20px 10px;
    } 
}