body {
    font: 15px/1.5 Arial, "Liberation Sans", FreeSans, sans-serif;
	color:#000;
}
	
.grid_4 img, .grid_8 {
	margin-bottom: 30px;
}

.container_12 {
	width: 1200px;
	margin: 0 auto;
}
.container_12 .grid_8 {
    width: 70%;
}
.container_12 .grid_6 {
	width: 48%;
}
.container_12 .grid_4 {
    width: 25%;
	margin-bottom: 30px;
}

.default .row .container_12 {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
.container_12 {
	width: 100%;
}
.container_12 .grid_8 {
    width: 50%;
	margin-left: 0;
	margin-right: 0;
}
.container_12 .grid_6 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;

}	
.container_12 .grid_4 {
    width: 40%;
}
footer ul{
	margin: 30px !important;
}
}

@media only screen and (max-width: 720px) {
	.container_12 .grid_8 {
    width: 100%;
}	
.container_12 .grid_6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.container_12 .grid_4 {
    width: 100%;
}
}
	.row h2 {
	text-align: left;
    margin-bottom: 20px;
	margin-top: 20px;
}
	.row p {
    overflow: hidden;
    text-align: justify;
}

.linkboxpositie {display: none;}
.pull_left {
    float:left;
}

.pull_right {
    float:right;
}
.hidden { display:none;}

a   {
    text-decoration:none;
    color:#003080;
    -webkit-transition:color, .3s;
    -moz-transition:color, .3s;
    -o-transition:color, .3s;
    transition:color, .3s;
}

a:hover {
    color:#00adbe;
}

/* Buttons */
.contact_button{
	background:url(../img/Button_top.png) 0px 0px no-repeat;
	width:208px;
	height:130px;
	position:relative;
	top:30px;
}
.contact_button:hover{
	background-position:0px -130px;
}

/* Headings */
h1 {
	color: #000;
	line-height: 75px;
	height: 80px;
	font-size: 30px;
	padding: 10px 0;
}

h2 {
    font-weight: bold;
    font-size: 23px;
	line-height: 30px;
}

h3 {
	font-size: 14px;
}

.row .grid_6 h2 {
	font-size: 20px;
    color: #fff;
    background-color: #00aac4;
    text-align: left;
    padding: 10px !important;
    margin: 20px 10px !important;
}
.row .grid_6 h2, .row .grid_6 p {
    margin: 20px 10px !important;	
}


/* Header */
.top {
	height: 60px;
}

.logo {
	float: left;
	margin: 16px 60px 0 0;
}

.header img {
	width: 100%;
}

.header {
	background-image: url("/img/header_bg.png");
	background-color: #000;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}


/* Navigation */
nav {
  display: block;
  font-size: 17px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.menu {
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(71,71,71,1) 100%);
    border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.menu a {
    display: block;
    font-size: 15px;
    float: left;
    width: 16.5%;
    color: #fff;
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(71,71,71,1) 100%);
    padding: 11px 0;
    text-align: center;
	border-left: 1px solid #000 !important;
}
.menu .icon {
  display: none;
}  
#nav ul.container_12 {
	display: flex;
	border-right: 1px solid #000;
}


/* Linkbox klemans CSS*/
.linkboxpositie {
	line-height:14px;
	position: relative;
    top: -330px;
    left:10px;
}

#linkbox{
	border:4px solid #00c7da;
	background:#003080;
	text-align:left;
}

#linkbox li{
	list-style-image: url(../"http://www.rushcommerce.com/global/arrows/linkbox_arrow_prs_trans.gif");
}

#linkbox a{
	color:#ffffff !important;
	font-family: Arial, sans-serif;
	font-size:11px;
}
#linkbox a:hover{
	color:#00c7da !important;
}

#linkboxtitel{
	background-color:#CCF4F6;
	color:#00307d !important;
	text-align:left;
	border:3px solid #CCF4F6;
}

/* Content */

.row {
	overflow: hidden;
	min-height: 100px;
	color: #000;
	background-color: #fff;
	position: relative;
}

.row:nth-child(even) {
	color: #fff;
	background-color: #00aac4;
}

.row:nth-child(even) a, .row:nth-child(even) a {
	color: #fff;
}







/* Responsive */

@media only screen and (max-width: 1200px) {	
	.header_text h1 {
	font-size: 25px;
	}
	.header, .header img {
	width: 100%;
    }
	.logo {
	margin: 16px 20px 0 0px; 
	}
	#nav ul.container_12 {
	border-right: 0;
	}
	.row p, .row h1, .row h2 {
	margin-left: 40px;
	margin-right: 40px;
	}
	.row .grid_6 h2, .row .grid_6 p {
	margin: 20px 20px !important; 
	}
	.container_12 .grid_8 ul {
	margin-left: 40px;
	}
	.grid_12 {
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
	.contactbox h4 {
	margin: 0 40px 20px 40px !important;
	}
	.contacthide ul {
	margin: 0 0 0 40px;
	}
	.footer_button {
	margin: 30px !important;
}
}


@media only screen and (max-width: 720px) {
	.logo {
		width: 100% !important;
		text-align: center !important;
		margin: 16px 0 0 0; !important;
	}
	.menu {
	border-top: 0;
	}
	 .menu a {
     width: 100%;
	 border: 0 !important;
	 border-top: 1px solid #000 !important;
     }
     .menu a:not(:first-child) {
     display: none;
     }
    .menu a.icon {
	 font-weight: bold;
     float: right;
     display: block;
     width: 100%;
     position: absolute;
     }
     .menu.responsive {
	 z-index: 1;
     position: relative;
     padding-top: 42px;
     }
    .menu.responsive .icon {
     position: absolute;
     top: 0;
	 border-bottom: 1px solid #000 !important;
	 }
	 #nav ul.container_12 {
     display: grid;
     border-right: 0;
	 }
    .menu.responsive a {
     float: none;
     display: block;
     }
	.row .grid_6 h2 {
	margin: 20px 0  !important;
	padding: 10px 20px !important;
	}	
	.footer li {
	float: none !important;
	margin-right: 0 !important;
	margin-bottom: 10px;
	}	
}


.grid_16 {
	margin: 0 !important;
	padding-left: 10px;
	padding-right: 10px;
}



/* Contact */

.contactbox {
	margin:0 auto;
	width:100%;
	min-height:140px;
	display: inline-block;
	border-bottom: 1px solid #dedede;
}

.contactbox h4 {
	color: #000;
	background-color: transparent;
	border-bottom: 1px dotted #000;
	border-top: 1px dotted #000;
	margin-bottom: 20px;
	padding: 20px 0 !important;
}


.contacthead {
	cursor:pointer;
	position:relative;
	left:-12px;
	width:200px;
	padding:2px 10px;
	background-color:#ffffff;
	color:#00adbe;
	font-size:14px;
	font-weight:bold;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px; 	
}

.contactimage {
	float:right;
	margin:25px 60px 0 0;
}

.contacthide {
	display:none;
	margin-top: 60px;
	margin-bottom: 20px;
}

.contactbox p {
	margin-bottom: 20px !important;
}

.contacthide ul li {
	display: block;
}

.contactmail {
	float:left;
	padding:0px;
	margin:0px;
}

.question {
	font-weight:bold;
	margin-top:30px;
	margin:0px;
}

.clickable {
	cursor:pointer;
	line-height:18px;
}

.signed {
	font-style:italic;
	padding-left:35px;
}


/* Bestelform*/

.header{
	font-size:16px;
	color:#00adbe;
}

form.rushcommerce section {
	border: 0 !important;
}

form.rushcommerce input#submitbutton {
	background: #97d600 !important;
    border-color: #97d600 !important;
	cursor: pointer;
}	

form.rushcommerce input#printbutton {
	margin-left: 20px;
	cursor: pointer;
}	
	

#boxone,
#boxtwo,
#boxthree,
#boxfour {
	background:url(../images/content.png) -50px 0px;
	border-top:solid 2px #ffffff;
	border-bottom:solid 2px #ffffff;
	width:560px;
	padding:0px;
	margin:20px 0px;
}

#boxfive {
	padding-bottom:15px;
}

#boxfive .header {
	display:none;
}

.product_header {
	display:block;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}

.product_description{
	font-size:12px;
	float:left;
	width:200px;
	margin-bottom:0px;
}

.product_images {
    text-align:center;
}
.product_images img {
    width: 110px;
}

.euro_prices, .product_radios {
	display:block;
	margin-top:20px;
}

.euro_prices {
	float:left;
	width:120px;
	text-align:right;
}

.oldprice {
	display:none;
}

.product_radios {
	float:right;
}

#boxthree li {
	width:570px;
}

.paylist input {
	margin-bottom:30px;
	margin-right:5px;
	display:inline;
}

.paylist img{
	margin-left:100px;
	margin-bottom:20px;
}

q{
	text-align:center;
	font-style:italic;
	margin-bottom:15px;
	font-size:16px;
}
.primary{
	color:#da4d92;
}

/* Footer */
footer{
	background: url(../img/dame_bottom.png) top right no-repeat;
	background-color: #000;
	color: #fff;
	overflow: hidden;
	min-height: 400px;
}
}

.footer {
	display: inline-block;
	font:0.875em Arial, sans-serif;
	color: #fff;
	margin:30px;
	position:relative;
	list-style: none;
}
footer ul {
	margin: 30px 0;
	float: left;
}
.footer li{
	margin-right:35px;
	list-style: none;
	float: left;
}
.footer a {
	text-decoration:none;
	color:#fff;
	-webkit-transition: color, .3s;
	-moz-transition: color, .3s;
	-o-transition: color, .3s;
	transition: color, .3s;
}

.footer a:hover {
	color:#fff;
}

.footer_button {
	display: inline-block;
	float: left;
	margin: 0;
	clear: both;
}

.quality_seal {
    background: url(../img/Haccp.jpg) top left no-repeat;
    height: 170px;
    width: 165px;
    margin-top: -200px !important;
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	html,body {min-width: 100%!important;}
	.container_16 { width:100%!important;}
	}

@media(max-width: 1200px){
	body { font-size:1em; line-height:1.3em;}


.bestel_button {width: 100%;}

.contactbox {
    width: 100%;
}
form.rushcommerce article .product_price {
    top: -1.3em !important;
}
	.head_bottom{ height: 105px;}
	.head_bottom .grid_12{display:none;}
	.hug_top {
    
    width: 100%!important;
    height: 123px;
	background: url(../img/image_header_top.jpg) 2px -12px no-repeat;
}
	.contact_button {
    
    width: 170px;
    height: 110px;
    background-size: cover;
	top: 0px;
}

	.hug_bottom{ height: 105px;background: url(../img/image_header.jpg) 7px 0px no-repeat; }
body {min-width: 100%!important;}
.container_16 { width:100%!important;}

  .mediumhidden,
  .natural,
  body.faq .decoration1 .grid_5 img{
    display: none;
  }
  .mediumshown{
    display: block;
  }
 
  header > div{
    background-position: right;
  }
  header nav{
    overflow: visible;
    position: absolute;
    z-index: 3;
    height: auto;
  }
  header nav li{
    width: 100%;
    margin-top: 0;
  }

  header nav a{
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
  }
  header .grid_13 a{
    width: 70%;
    float: left;
  }
  h1{
    width: 100%;
    margin-top: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
  }
  body{
    min-width: 0px;
  }
  iframe{
    width: 100%;
    margin-left: 0!important;
  }
  .container_16,
  .pots{
    width: 100%;
  }
  .pots{
    max-width: 280px;
  }
  .container_16 .grid_16,
  .container_16 .grid_15,
  .container_16 .grid_13,
  .container_16 .grid_12,
  .container_16 .grid_10,
  .container_16 .grid_9,
  .container_16 .grid_8,
  .container_16 .grid_6,
  .container_16 .grid_5,
  .container_16 .grid_4{
    padding: 0 3%;
    margin: 0;
  }
  .container_16 .grid_16,
  .container_16 .grid_15,
  .container_16 .grid_13,
  .container_16 .grid_12,
  .container_16 .grid_10{
    width: 94%!important;
  }
  body.index .decoration1 .container_16 .grid_10{
    width: 54%!important;
  }
  body.index .decoration1 .container_16 .grid_5{
    width: 34%!important;
  }
  body.testimonials .container_16 .grid_4{
    width: 27%!important;
  }
  body.testimonials .container_16 .grid_4 img{
    width: 100%!important;
    max-width: 215px;
  }
  body.testimonials .container_16 .grid_12{
    width: 60%!important;
  }
  .testimonials img.bottles1,
  .ingredients .bottles1{
    margin-top: 1rem;
  }
  .container_16 .grid_9,
  .container_16 .grid_8,
  .container_16 .grid_6{
    width: 44%!important;
  }
  .container_16 .push_1{
    left: 0;
  }
  .container_16 .push_7{
    left: 50%;
  }
  .usp li{
    text-align: left;
  }
  footer hr{
    width: 94%!important;
  }

  #boxtwo input[type="text"]{
    width: 94%!important;
    padding: 5px 3%;
  }
  #boxtwo select{
    width: 100%;
  }
  #boxtwo label{
    text-align: left;
    margin-bottom: 0.5em;
  }
  #boxone, #boxtwo, #boxthree, #boxfour{
    margin: 0.5rem 0;
    padding: 0.5rem 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0px;
  }
  #boxtwo li:nth-last-child(2) label{
    width: auto!important;
  }
  #boxfour input{
    width: auto;
  }
  #boxfour div{
    margin-left: 0!important;
  }
  .bottles1{
    width: 100%;
    max-width: 310px;
  }
  .no-head2{
    margin-top: 0;
  }
  .bottles1{
    margin-top: 1rem;
  }
  body.index .container_16:nth-child(3){
    background: blue;
  }
  body.ingredients .order1{
    margin-bottom: 1rem;
  }
  body.ingredients article .container_16:nth-child(6) .grid_6:nth-child(6),
  body.ingredients article .container_16:nth-child(4) .grid_6{
    width: 94%;
  }
}
@media(max-width: 768px){
  .smallhidden,
  .decoration2{
    display: none;
  }
  .smallshown{
    display: block;
  }
  .ingredients .order1,
  .faq .order1{
    margin-bottom: 1rem;
  }
  .bottles1{
    width: 50%;
    margin-top: 1rem;
  }
  header > div{
    height: 124px;
  }
  article > section:first-child div:first-child{
    border-radius: 0;
  }
  .product_images{
    display: none;
  }
  body.testimonials .container_16 .grid_4,
  body.testimonials .container_16 .grid_12,
  body.index .decoration1 .container_16 .grid_10,
  body.index .decoration1 .container_16 .grid_5,
  .decoration1 .container_16 .grid_10,
  .decoration1 .container_16 .grid_6,
  .container_16 .grid_15,
  .container_16 .grid_9,
  .container_16 .grid_8,
  .container_16 .grid_6{
    width: 94%!important;
  }
  .faq img.bottles1, .ingredients .bottles1{
    margin: 1rem auto 0;
    display: block;
  }
  .euro_prices{
    text-align: right;
    padding-right: 1rem;
  }
  .indent{
    margin-left: 0;
  }
  .testimonials img.no-bottom, .use img.no-bottom{
    margin-top: 0;
  }
  .container_16 .push_7{
    left: 0;
  }
  .contact img{
    padding: 0;
  }
  body.ingredients .container_16:nth-child(2) img{
    width: 100%;
    max-width: 623px;
  }
  footer li a{
    width: 100%;
    display: block;
    text-align: left;
  }
  footer li a:after{
    display: none;
  }
  .contactbox img{
    display: none;
  }
  
  

.container_16 {width:100%!important}
  
}
