@font-face {
    font-family: 'futura';
    src: url('../fonts/Futura LT Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'futura';
    src: url('../fonts/Futura LT Bold.ttf');
    font-weight: bold;
}

html{
    font-family: 'futura', 'arial', sans-serif;
    color: #000;
    font-weight: normal;
}
h1{
    font-family: 'futura', 'arial', sans-serif;
    color: #73080a;
    font-size: 1.25rem;
    margin-top: 1rem;
}
h2{
    font-family: 'futura', 'arial', sans-serif;
    color: #73080a;
    font-size: 1.125rem;
    margin-top: 1rem;
}
a{
    color: #73080a;
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}
a.active{
    color: #ba0000;
}
p{
    margin-top: 1rem;
}
article{
    padding-top: 1rem;
}
.ishidden{
    display: none;
}
.isvisible{
    display: block;
}
.logo{
    background: url('../img/spaansevlieg_maakt_je_bloed_geil.png') no-repeat;
    width:280px;
    height:90px;
    display: block;
    color: transparent;
    float: left;
}
.product{
    background: url('../img/spaanse_vlieg-2016.png') no-repeat;
    width: 280px;
    height: 340px;
    display: block;
    margin-top: -240px;
    z-index: 3;
    position: relative;
}
.product_discount{
    background: url('../img/spaanse_vlieg_korting-2016.png') no-repeat;
    width: 220px;
    height:173px;
    display: block;
    z-index: 3;
    position: relative;
}
.bug{
    background: url('../img/spaansevlieg_kever.png') no-repeat;
    width:220px;
    height:167px;
    display: block;
    float: right;
    margin-top: -160px;
    z-index: 1;
    position: relative;
}
#orderbutton{
    background: url('../img/spritemap.png') no-repeat -6px -571px;
    width: 108px;
    height: 43px;
    display: block;
    color: transparent;
    cursor: pointer;
}
#orderbutton:hover{
    background-position:  -116px -571px;
}
.orderbutton1{
    background: url('../img/spritemap.png') no-repeat -6px -69px;
    width: 287px;
    height: 70px;
    display: block;
    color: transparent;
}
.orderbutton1:hover{
    background-position: -303px -69px;
}
.orderbutton2{
    background: url('../img/spritemap.png') no-repeat -6px -152px;
    width: 709px;
    height: 85px;
    margin-top: 2rem;
    display: block;
    color: transparent;
    z-index: 2;
    position: relative;
}
.orderbutton2:hover{
    background-position: -6px -241px;
}
.orderbutton3{
    background: url('../img/spritemap.png') no-repeat -6px -333px;
    width: 950px;
    height: 85px;
    display: block;
    color: transparent;
    margin-top: 2rem;
    z-index: 2;
    position: relative;
}
.orderbutton3:hover{
    background-position:  -6px -420px;
}
.orderbutton4{
    background: url('../img/spritemap.png') no-repeat -6px -507px;
    width: 229px;
    height: 57px;
    display: block;
    color: transparent;
}
.orderbutton4:hover{
    background-position: -246px -507px;
}
.haccp{
    background: url('../img/HACCP.png');
    width: 150px;
    height:146px;
    display: block;
    float: right;
    margin-top: -146px;
}
.action{
    background: #af0606 url('../img/brush.png');
    box-shadow: 0px 10px 20px -8px black;
    margin-bottom: 2rem;
}
.action h1{
    color: #fff;
    font-size: 30px;
}
article .container_16{
    padding-bottom: 1rem;
}
header{
    background: #af0606 url('../img/brush.png');
    padding-top: 2rem;
    box-shadow: 0px 10px 20px -8px black;
}
header .headertop{
    height: 88px;
    background-color: #fff;
}
header nav{
    margin-top: 2rem;
}
header li{
    margin-right: 13px;
    float: left;
    height: 2.5rem;
}
header li a:hover, header li a.active{
    background: url('../img/arrow.png') no-repeat bottom center;
    color: #ba0000;
}
header li a{
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
header .headerbottom{
    padding-top: 1rem;
}
header .headerbottom .headerbottom_bg{
    background: #fff;
    width: 1100px;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#af0606+0,000000+7,000000+93,af0606+100 */
    background: -moz-linear-gradient(left,  rgba(175,6,6,0) 0%, rgba(0,0,0,1) 7%, rgba(0,0,0,1) 93%, rgba(175,6,6,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(175,6,6,0) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 93%,rgba(175,6,6,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(175,6,6,0) 0%,rgba(0,0,0,1) 7%,rgba(0,0,0,1) 93%,rgba(175,6,6,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af0606', endColorstr='#af0606',GradientType=1 ); /* IE6-8 */
}
header .headerbottom .headerbottom_bg .container_16{
    background: url('../img/spaanse_vlieg_vrouwen_opgeilen-2016.jpg') right top;
    height: 430px;
}
header .headerline{
    background: url('../img/header_bg.png') no-repeat;
    width:960px;
    height: 104px;
    margin-top: -104px;
    z-index: 2;
    position: relative;
}
.pro li{
    background: url('../img/spritemap.png') -8px -30px no-repeat;
    padding-left: 3rem;
    margin-top: 1rem;
    color: #73080a;
    font-size: 1.125rem;
}
.bottomleft{
    width: 30%;
    background-color: #fff203;
    height: 2rem;
    float: left;
    margin-top: -2rem;
    z-index: 1;
    position: relative;
}
.bottomright{
    width: 30%;
    background-color: #ffb302;
    height: 87px;
    float: right;
    margin-top: -87px;
    z-index: 1;
    position: relative;
}
.bottomrighttop{
    background-color:#fff203;
    height: 28px;
    box-shadow:0 11px 21px -9px #000;
}
header h1{
    color: #fff;
    font-size: 60px;
    text-align: center;
    text-shadow: 0 0 10px #000;
}
.footertop{
    height: 1rem;
    background: #fff203 url('../img/brush.png');
}
footer{
    background: #af0606 url('../img/brush.png');
    padding: 0 0 1rem 0;
}
footer p, footer a, footer li{
    float: left;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin-top: 1rem;
}
footer p, footer a{
    margin-right: 3px;
}
footer li{
    margin-right: 4px;
}
.container_16 .usage_cocktail:nth-child(2n+1){
    clear: both;
}
.usage_cocktail p{
    width: 80%;
    float: left;
}
.usage_cocktail img{
    float: right;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cf020d;
    position: absolute;
    top: 1rem;
    right: 0;
    transition: -ms-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.contactblock, .faqblock {
    padding-top: 1rem;
    border-top: 1px #b6b6b6 solid;
    margin-bottom: 1rem;
    position: relative;
    cursor: pointer;
}
.up {
    -ms-transform: rotate(0.5turn);
    -webkit-transform: rotate(0.5turn);
    transform: rotate(0.5turn);
}
.cocktail{
    border: 1px #090809 solid;
    border-radius: 4px;
    box-shadow: 0px 1px 5px #000;
    padding: 10px;
    overflow: hidden;
}
.cocktail li{
    overflow: auto;
    transition: opacity 1s;
}
.cocktail p, .cocktail h2{
    width: 51%;
    float: left;
}
#cocktails{
    position: relative;
    height: 320px;
}
#cocktails li{
    position: absolute;
}
.cocktail img{
    float: right;
}
.cocktailhidden{
    opacity: 0;
}
.cocktailvisible{
    opacity: 1;
}
#boxone, #boxtwo, #boxthree, #boxfour, #boxfive{
  display: inline-block;
  padding-bottom:1rem;
  width: 100%;
  border-bottom: 1px #74273b solid;
  height: auto;
  overflow: visible;
}
#boxtwo, #boxthree, #boxfour, #boxfive{
  padding-top: 1rem;
}
#boxone .header, #boxtwo .header, #boxthree .header, #boxfour .header{
  font-family: 'verdana', sans-serif;
  font-size: 1.3rem;
  color:#73080a;
  font-weight: bold;
  margin: 1rem 0;
  display: block;
}
#boxfive .header{
  margin: 1rem 0;
  display: block;
}
#boxthree li label{
  padding-left: 10px;
}

#boxone table{
  width:100%;
}
#boxone .product_descriptions{
  left: 120px;
  padding-right:1em;
  position: relative;
}
#boxone .product_description{
  text-align: left!important;
}
#boxone .product_images{
    width: 120px!important;
    left:-220px;
    position: relative;
}
#boxone tbody tr:not(:nth-child(1)){
    margin-bottom: 1rem;
}
#boxone .product_header{
    width: 100%;
    font-family: 'verdana', sans-serif;
    font-size: 1.3rem;
    color:#73080a;
    font-weight: bold;
    margin: 0 0 1rem 0;
    display: block;
}
#boxone .euro_prices{
  text-align: right;
  padding-right: 3%;
}
#boxone .product_images div{
    width: 100%!important;
}
#boxone .product_images img{
  height: 4rem;
}
#boxone .oldprice{
  text-decoration: line-through;
  padding-left: 5px;
}
#boxtwo label{
  text-align: right;
  width: 15%;
  display: inline-block;
}
#boxtwo input[type="text"], #boxtwo select{
  width: 30%;
}
#boxtwo li{
  line-height: 1.5rem;
  margin-bottom: 3px;
}
#boxtwo li:nth-last-child(2){
  float: right;
  margin-top: -2rem;
}
#boxtwo li:nth-last-child(2) label{
  width: auto!important;
}
#boxthree label{
  margin: -1.3rem 0 1rem 20px;
  display: block;
}
#boxthree label img{
  float: right;
}
#boxfour div{
    margin-left: 0!important;
}
#overmakenwarningnl{
    padding: 3%!important;
    border : 1px #74273b solid!important;
    font-size: 1rem!important;
}
body.prijzen #boxone{
  border-bottom: none;
}
body.prijzen #boxone tr{
  cursor: default!important;
}
body.prijzen #boxone .product_radios, body.prijzen #boxone .header, body.prijzen #boxtwo, body.prijzen #boxthree, body.prijzen #boxfour, body.prijzen #boxfive{
  display: none;
}
body.index .action{
    margin-top: 80px;
}
body.usage .action{
    margin-top: 1rem;
}
body.index .product_discount{
    margin-top: -70px;
}
body.usage .bug{
    margin-top: -70px;
}
body.usage .container_16 .grid_8:nth-child(2n+1){
    clear: both;
}
body.ingredienten .pro a, body.ingredienten .pro img{
    float: right;
}
body.ingredienten .pro img{
    margin: 0 67px 0 80px;
}

form.rushcommerce article .product_price {
    top: -2em!important;
    right: 4em!important;
}

form.rushcommerce .paymentselection label {
    width: 94%!important;
}

@media(max-width: 1100px){
    header .headerbottom .headerbottom_bg{
        width: 100%;
    }
}
.mediumvisible{
    display: none;
}
@media(max-width: 960px){
    .mediumhidden{
        display: none;
    }
    .mediumvisible{
        display: block;
    }
    body{
        min-width: 0;
    }
    .container_16{
        width: 100%;
    }
    body.usage .container_16 .grid_9,
    body.usage .container_16 .grid_7,
    .container_16 .grid_8{
        margin: 0;
        width: 44%;
        padding: 0 3%;
    }
    header .container_16 .grid_5,
    .container_16 .grid_11,
    .container_16 .grid_12,
    .container_16 .grid_14,
    .container_16 .grid_15,
    .container_16 .grid_16{
        margin: 0;
        width: 94%;
        padding: 0 3%;
    }
    header .container_16 .grid_11{
        width: 100%;
        padding: 0;
    }
    header #navtoggle{
        width: 44px;
        height: 33px;
        border-radius: 5px;
        background-color:#cf020d;
        cursor: pointer;
        display: block;
        float: right;
        margin-right: 1rem;
        margin-top: 1rem;
    }
    header .menuline{
        border-top: 2px solid #fff;
        margin-top: 15%;
        width: 80%;
        margin-left: 10%;
    }
    header .headerbottom .headerbottom_bg .container_16{
        height: 300px;
    }
    header nav{
        position: absolute;
        background: #000;
        width: 100%;
        z-index: 4;
        top: 88px;
    }
    header nav li{
        width: 94%;
        padding: 0 3%;
    }
    header a{
        color: #fff;
    }
    header li a:hover, header li a.active{
        background: none;
    }
    .headerbottom_bg .prefix_1{
        padding-left: 15%;
    }
    .headerbottom .grid_10{
        width: 70%;
        margin: 0;
    }
    .headerbottom_bg .suffix_5{
        padding-right: 15%;
    }
    .orderbutton3{
        background-position: -6px -152px;
        width: 709px;
        height: 85px;
    }
    .orderbutton3:hover{
        background-position: -6px -241px;
    }
    footer li{
        width: 100%;
        font-size: 16px;
    }
    footer a{
        width: 100%;
        height: 100%;
        display: block;
    }
    footer a, footer p{
        font-size: 16px;
    }
    #boxtwo label{
        text-align: left;
    }
    #boxtwo input[type="text"]{
        width: 94%;
        padding: 5px 3%;
        border-radius: 4px;
    }
    #boxtwo select{
        width: 100%;
    }
    #boxtwo li:nth-last-child(2){
        margin-top: 0;
        float: left;
    }
    .pro li{
        background: none;
        padding-left: 0;
    }
    body.usage article div:nth-child(4) a img,
    body.ervaringen article div:nth-child(4) a img{
        width: 100%;
    }
    body.usage .action .grid_12{
        width: 50%;
    }
    body.usage .bug{
        margin-top: 20px;
    }
    .product{
        display: none;
    }
    body.index div:nth-child(4) .grid_8{
        width: 94%;
    }
    .cocktail{
        margin-top:1rem;
    }
    footer li{
        margin-top: 0;
    }
}
@media(max-width: 747px){
    .orderbutton1{
        margin: 1rem auto 0 auto;
    }
    .orderbutton2, .orderbutton3{
        background-position: -6px -69px;
        width: 287px;
        height: 70px;
    }
    .orderbutton2:hover, .orderbutton3:hover{
        background-position: -303px -69px;
    }
}
@media(max-width: 40em){
    header{
        padding-top: 0;
    }
    header .headerbottom .headerbottom_bg .container_16{
        height: auto;
    }
    header h1{
        font-size: 2.25rem;
        margin-bottom: 1rem;
    }
    header .headertop{
        height: auto;
    }
    header nav{
        top: 58px;
    }
    .logo{
        width: 60%;
        background-size: contain;
    }
    .container_16 .grid_5{
        width: 94%;
        padding: 0 3%;
        margin: 0;
    }
    .container_16 .grid_8{
        width: 94%;
    }
    .cocktail{
        margin-top: 1rem;
    }
    .cocktail p, .cocktail h2{
        width: 75%;
    }
    .cocktail img{
        width: 20%;
    }
    #boxone .product_images{
        display: none;
    }
    #boxone .product_descriptions{
        left: 0;
    }
    body.usage article div:nth-child(4) a img,
    body.ervaringen article div:nth-child(4) a img,
    body.usage .bug,
    body.ingredienten .bug{
        display: none;
    }
    body.usage .action .grid_12{
        width: 94%;
    }
    .haccp{
        display: none;
    }
	
	form.rushcommerce section.paymentselection h3 {left: 2em!important;}
	form.rushcommerce article .product_radio {
    width: 2em!important;}
	form.rushcommerce article .product_price {
       right: 0em !important;
	   font-size:0.9em!important;
}
}
