/*
Author:		Melissa Plugge-Dekker
Company:	VPRI (.nl)
Project:	Stiep Educatief
*/

@import url('https://fonts.googleapis.com/css?family=Droid+Sans');

/* Main elements */
html,body,.site,td,th { 
	font-family: "arno-pro",serif; 
	font-size: 15px; 
	margin: 0; 
	padding: 0; 
	line-height: 140%; 
	height: 100%; 
}
.site { 
	position: relative; 
	padding: 0px; 
	margin: 0px; 
	color: #000; 
}
.container { 
	width: 100%; 
	margin: 0px auto; 
	text-align: left; 
}
a { 
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	text-decoration: none; 
	color: #C12B98;
}
a:hover { 
	color: #000; 
	text-decoration: none; 
}

img	{ 
	border: none; 
}
hr { 
	border: none; 
	border-bottom: 1px Solid #E5E5E5; 
	background: none; 
}
td { vertical-align: top; }
iframe { 
	width: 100%; 
}

.hidden { 
	display: none; 
}

h1, h2, h3, h4, h5 { 
	font-family: 'Droid Sans', sans-serif; 
	color: #C12B98; 
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
/* Header: */
.header {
	margin: 0;
	width: 100%;
	background: #FFF;
	min-height: 110px;
	border-bottom: 5px solid #C12B98;
}
.header h1 {
	color: #C12B98;
	text-align: center;
	margin: 0;
	padding: 45px 0 0 0;
}
.logo_stiep {
	display: inline-block;
	position: absolute;
	top: 22px;
	left: 0;
}
.logo_stiep img { 
	height: 65px;
}
/* Zoeken: */
.zoeken { 
	background: #E5E5E5; 
	padding: 0; 
	width: 40%; 
	float: right; 
	height: 50px; 
	display: inline-block; 
	margin-top: -10px; 
}
.zoeken	input { 
	background: #E5E5E5; 
	font-family: "arno-pro",serif; 
	font-style: italic; 
	font-size: 15px; 
	width: 80%; 
	border: none; 
	float: left; 
	padding: 15px 0 15px 5%;  
}
.zoeken	.zoekbutton	{
	margin-top: 9px;
	margin-right: 2.5%;  
	width: 12.5%; 
	height: 30px; 
	border: none; 
	float: right; 
	display: block; 
	cursor: pointer;  
	background: #E5E5E5 url(../images/zoeken.png) center no-repeat;
}
.zoek_resultaten { 
	display: inline-block; 
}
.subheader {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 55px;
}
/* Menu: */
/*.menu .content::before {
	position: absolute;
	margin-left: -100%;
	width: 100%;
}
.menu .content::before  {
	height: 55px;
	content: '';
	background: transparent url(../images/menu-bar-bg.jpg) left top repeat-x;	
}
.menu .content::after {
	position: absolute;
	margin-right: -100%;
	width: 100%;
	right: 0;
}*/
.menu_bg_left {
	position: absolute;
	background: transparent url(../images/menu-bar-bg.jpg) left top repeat-x;	
	left: 0;
	bottom: 0;
	height: 55px;
	min-width: 950px;
	width: 85%;
}
.menu_bg_right {
	position: absolute;
	background: transparent url(../images/menu-bar-bg-right.png) left top no-repeat;
	right: 0;
	bottom: 0;
	height: 55px;
	min-width: 55px;
	width: 15%;
}
.menu {
	font-family: 'Droid Sans', sans-serif; 
	position: absolute;
	width: 100%; 
	z-index: 1002;
	padding: /*11px*/ 0; 
	margin-top: -55px;
	/*margin-bottom: 70px;*/
}
.home_icon {
	float: left;
	height: 55px;
	width: 25px;
	background: transparent url(../images/home.png) left 25px no-repeat;
}

/* Menu uitgebreid: */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin:  0 0 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
}
#cssmenu ul li li.menu-last,
#cssmenu ul li li.menu-last a {
  min-height: 45px !important;
  height: auto !important;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	width: 950px; height: auto; margin: 0 auto;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 27px 10px 17px 10px; 
  font-size: 14px;
  letter-spacing: 0;
  text-decoration: none;
  font-weight: normal;
  color: #000;
}

#cssmenu > ul > li:hover > a {
  color: #FFF;
  font-weight: bold;
  background: #C12B98;
}
#cssmenu > ul > li:active > a {
  color: #C12B98;
  font-weight: bold;
}
#cssmenu > ul > li.menu-current > a {
  font-weight: bold;
}
#cssmenu > ul > li.menu-current > a:hover,
#cssmenu > ul > li:active > a:hover {
  color: #FFF;
  font-weight: bold;
}
  
#cssmenu > ul > li.has-sub > a {
  /*padding-right: 30px;*/
}
#cssmenu > ul > li.has-sub > a:after {
  display: none; 
  /*position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #FFFFFF;
  content: '';*/
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: none;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px; 
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #FFF;
  font-weight: 400;
  background: #C12B98;
  text-align: left;
  z-index:999;
} 
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover,
#cssmenu ul li.menu-expand.menu-current.has-sub {
  color: #FFF;
  font-weight: bold;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #FFFFFF;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #FFFFFF;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

/* Carrousel jcycle view1 & 2: */
.carrousel {
	float: right; 
	position: relative; 
	width: 100%; 
	max-width: 215px; 
	height: 354px; 
	margin-top: 0; 
	margin-bottom: 30px; 
	margin-left: 30px; 
	overflow: hidden;
	background: #E5E5E5; 
}
.carrousel img {
	width: 215px;
	height: auto;
}
.carrousel_block {
	top: 50% !important;
	-webkit-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	-o-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);
}
.carrousel_vorige,
.carrousel .vorige {
	background: rgba(193,43,152,1.00) url(../images/arrow-cw-left.png) center no-repeat; 
} 
.carrousel_volgende,
.carrousel .volgende {
	background: rgba(193,43,152,1.00) url(../images/arrow-cw-right.png) center no-repeat; 
}
.carrousel_vorige,
.carrousel_volgende,
.carrousel .vorige, 
.carrousel .volgende,
.carrousel .nav a {
	text-indent: -999px;
	white-space: nowrap;
	display: block; 
	margin: 0; 
	padding: 10px; 
	text-decoration: none;
	height: 30px;
	width: 30px;
	overflow: hidden;
}
.carrousel_vorige:hover,
.carrousel_vorige:active,
.carrousel .vorige:hover, 
.carrousel .vorige:active { background: rgba(193,43,152,0.75) url(../images/arrow-cw-left.png) center no-repeat; } 
.carrousel_volgende:hover,
.carrousel_volgende:active,
.carrousel .volgende:hover, 
.carrousel .volgende:active { background: rgba(193,43,152,0.75) url(../images/arrow-cw-right.png) center no-repeat; }
.carrousel .nav .activeSlide,
.carrousel .nav a:hover, 
.carrousel .nav a:active { background: rgba(193,43,152,0.75); }
.carrousel .carrousel_title { position: absolute; color: rgba(193,43,152,1); z-index: 10000; width: 100%; text-align: center; margin-top: 255px; }
.carrousel .carrousel_title .carrousel_title_block { display: inline-block; background: #FFF; padding: 7px 10px; }
.carrousel .carrousel_title	span { display: block; font-weight: bold; width: 960px; text-align: right; margin: 0px auto; }

.carrousel .carrousel_description { 
	position: absolute; 
	color: #FFF; 
	width: 950px; 
	margin: 230px auto 0 -475px; 
	left: 50%; 
	z-index: 100; 
}
.carrousel .carrousel_description span { 
	display: inline-block;
	width: 67.5%; 
	font-weight: bold; 
	background: rgba(193,43,152,0.75); 
	margin: 0px auto;
	padding: 15px 2.5%;
	font-size: 21px; 
}
.carrousel_vorige,
.carrousel .vorige { position: absolute; top: 150px; z-index: 10; left: 0; }
.carrousel_volgende,
.carrousel .volgende { position: absolute; top: 150px; z-index: 10; right: 0; }
.carrousel .nav { display: none; }
.carrousel .nav a { margin: 2px; padding: 5px 7px; }

/* Thema: */
.thema {
	position: relative; 
	margin: 0 auto; 
	width: 100%; 
	/*max-width: 950px;*/ 
	background: #EFEFEF; 
	/*height: 600px;*/ 
	height: 350px; 
	overflow:hidden !important;
}
.thema img { 
	position: absolute;
	max-width: 950px;
	width: auto; 
	/*height: 600px;*/
	min-height: 350px;  
	top: 0;
	left: 0;
}
.thema img:empty { 
	/*max-width: 950px;*/
	min-width: 100%; 
	width: auto; 
	/*height: 600px;*/ 
	height: 350px; 
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Content: */
.intro { 
	font-size: 17px;
	/*border-bottom: 1px solid #E5E5E5;*/
}
.main { 
	margin-top: 20px !important; 
	margin-bottom: 20px !important; 
}
.content { 
	position: relative; 
	width: 95%; 
	max-width: 950px; 
	margin: 0 auto; 
	padding: 0; 
}
.left { 
	width: 27.4%; 
	padding-right: 2.5%; 
	margin-bottom: 40px; 
	display: inline-block; 
	float: left; 
}
.aanbod ul {
	margin: 0;
	padding: 0;
}
.aanbod ul li {
	list-style: none;
	border-bottom: 1px solid #E5E5E5;
	padding: 3px 0;
} 
.aanbod ul li a {
	font-family: "arno-pro",serif;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.aanbod ul li a:hover {
	color: #C12B98;
}
.aanbod ul li::before {
	font-family: 'Droid Sans', sans-serif; 
	content: ">";
	color: #C12B98;
	margin-right: 10px;
	font-weight: bold;
}
.aanbod ul li:last-child {
	border-bottom: none;
}
.nieuwsbrief { 
	margin-top: 20px;
	border-top: 1px solid #E5E5E5;
}
.bttn_nieuwsbrief {
	color: #FFF;
	background: #C12B98;
	width: 100% !important;
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bttn_nieuwsbrief:hover {
	color: #FFF;
	background: rgba(193,43,152,0.75);
}

.right { 
	width: 67.4%; 
	padding-left: 2.5%; 
	display: inline-block; 
	float: right; 
	border-left: 1px solid #E5E5E5; 
	margin-bottom: 20px !important; 
}
.nieuws_overzicht .nieuws_image {
	display: inline-block;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.nieuws_bericht .nieuws_image {
	display: none;
}
.nieuws_group,
.nieuws_datum { 
	display: none;
}
.nieuws_overzicht_bericht .nieuws_content {
	padding-bottom: 20px;
}
.nieuws_overzicht_bericht {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 20px;
}
.nieuws_overzicht_bericht:last-child {
	border-bottom: none;
}
.foto_title {
	display: none;
}
.formulier_module {
	/*display: inline-block;*/
	margin: 15px 0;
}
.formulier_verplicht_melding { 
	color: #999; 
	margin-bottom: 10px; 
}
.formulier_error { 
	color: #F00; 
	margin: 10px 0px; 
}
.formulier_module label { 
	display: block; 
	padding: 5px 0px; 
}
.formulier_veld { 
	vertical-align: top;  
}
.formulier_tussen { 
	padding: 0px 10px; 
}
.formulier_waardes { 
	display: inline-block; 
}
.formulier_verplicht { 
	display: inline-block; 
	color: #F00; 
	vertical-align: top;
}
.formulier_veldsubmit {
	display: inline-block;
	background: #C12B98;
	color: #FFF !important;
	margin: 10px 0;
	padding: 15px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center; 
	min-width: 140px;
	border: none !important;
}
.formulier_veldsubmit:hover {
	background: rgba(193,43,152,0.75);
}
#map {
	display: inline-block;
	/*float: right;*/
	padding: 25px 0;
	width: 50% !important;
}
.form_velden {
	width: 100%; 
	border-bottom: 1px solid rgba(51,67,129,0.20);
	padding-bottom: 15px;  
	margin-bottom: 25px;
	display: inline-block;  
}

/* Product algemeen: */
.product_module	{ 
	position: relative; 
	padding-bottom: 15px; 
}
.product_module .terug { 
	position: absolute; 
	bottom: 0px; 
	right: 0px; 
}

/* Product bericht: */
.product_bericht										{  }
.product_bericht .product_group							{ display: none; }
.product_bericht .product_image,
.product_bericht .product_image img						{ width: 150px; height: auto; float: left; margin-right: 20px; }
.product_bericht	label								{ display: inline-block; width: 150px; }
.product_bericht	textarea							{ vertical-align: middle; }
.product_bericht .product_datum							{ /*position: absolute; top: 0px; right: 0px; font-weight: bold;*/ display: none; }
.product_bericht .product_prijs							{ position: absolute; top: 0px; right: 0px; font-weight: bold; }
.product_bericht .product_reactie						{ font-weight: bold; }

.product_bericht .bestelopties { border-top: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5; margin-top: 20px; padding: 10px 0; width: 100%; display: block; clear: both; } 
.product_bericht .product_toevoegenplus,
.product_bericht .product_verwijderenmin {
	display: inline-block;
	margin-right: 5px; 
}
.product_bericht .product_toevoegenplus a,
.product_bericht .product_verwijderenmin a { 
	background: #E5E5E5; 
	padding: 5px; 
	display: inline-block; 
	text-decoration: none; 
	width: 20px; 
	text-align: center; 
	font-weight: bold; 
}
.product_bericht .product_toevoegenplus a:hover,
.product_bericht .product_verwijderenmin a:hover,
.product_bericht .product_verwijderen a:hover { 
	background: #000; 
	color: #C12B98;
}
.product_bericht .product_bestellen { display: inline-block; }
.product_bericht .product_bestellen input { width: 50px; display: inline-block; }
.product_bericht .product_verwijderen {
	display: inline-block;
}
.product_bericht .product_verwijderen a { 
	background: #E5E5E5; 
	padding: 5px 10px; 
	display: inline-block; 
	text-decoration: none;
	margin-left: 5px; 
}
.product_bericht .product_terug	a { 
	float: left; 
	background: #C12B98; 
	display: inline-block; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	color: #FFF; 
	padding: 10px; 
	text-decoration: none; 
}
.product_bericht .product_terug	a:hover { 
	background: #000; 
}
.product_bericht .product_toegevoegd a { 
	float: right; 
	background: #C12B98; 
	display: inline-block; 
	margin-top: 20px; 
	margin-bottom: 20px; 
	color: #FFF; 
	padding: 10px; 
	text-decoration: none; 
}
.product_bericht .product_toegevoegd a:hover { 
	background: #000; 
}

/* Product overzicht: */
.product_overzicht_bericht { position: relative; display: inline-block; width: 100%; padding-bottom: 10px; margin-bottom: 20px; border-top: 1px solid #E5E5E5; }
.product_overzicht_bericht .product_group { display: none; }
.product_overzicht_bericht .product_image img { width: 150px; height: auto; float: left; margin-right: 20px; }
.product_overzicht_bericht .product_datum { /*position: absolute; top: 0px; right: 0px; font-weight: bold;*/ display: none; }
.product_overzicht_bericht .product_prijs { position: absolute; top: 20px; right: 0px; font-weight: bold; }
.product_overzicht_bericht .product_meer { float: left; }
.product_overzicht_bericht .product_bestellen { float: right; background: #000; padding: 5px; display: inline-block; }
.product_overzicht_bericht .product_bestellen input { width: 50px; }
.product_overzicht_bericht .product_toegevoegd { float: right; background: #000; display: inline-block; }
.product_overzicht_bericht .product_verwijderen { float: right; background: #000; padding: 5px; display: inline-block; }


/* Product winkelwagen: */
.product_winkelwagen									{  }
.product_winkelwagen .product_rij						{ margin-bottom: 10px; }
.product_winkelwagen .product_rij div					{ display: inline-block; }
.product_winkelwagen .product_rij .product_prijs		{ width: 7.5%; text-align: right; }
.product_winkelwagen .product_rij .product_aantal		{ width: 20%; text-align: right; }
.product_winkelwagen .product_rij .product_title		{ width: 35%; font-weight: bold; }
.product_winkelwagen .product_rij .product_totaal		{ width: 7.5%; font-weight: bold; text-align: right; }
.product_winkelwagen .product_rij .product_bestellen input	{ width: 50px; display: inline-block; }
.product_winkelwagen .product_rij .product_toegevoegd	{  }
.product_winkelwagen .product_rij .product_verwijderen	{  }

.product_winkelwagen .product_bestellenplus,
.product_winkelwagen .product_verwijderenmin {
	display: inline-block;
	margin-right: 5px; 
}
.product_winkelwagen .product_bestellenplus a,
.product_winkelwagen .product_verwijderenmin a { 
	background: #E5E5E5; 
	padding: 5px; 
	display: inline-block; 
	text-decoration: none; 
	width: 20px; 
	text-align: center; 
	font-weight: bold; 
}
.product_winkelwagen .product_verwijderen {
	display: inline-block;
}
.product_winkelwagen .product_verwijderen a { 
	background: #E5E5E5; 
	padding: 5px 10px; 
	display: inline-block; 
	text-decoration: none;
	margin-left: 5px; 
}
.product_winkelwagen .product_bestellenplus a:hover,
.product_winkelwagen .product_verwijderenmin a:hover,
.product_winkelwagen .product_verwijderen a:hover { 
	background: #000; 
	color: #C12B98;
}
.steps_overview_to_form,
.steps_terug_of_betalen {
	border-top: 1px solid #E5E5E5; /*border-bottom: 1px solid #E5E5E5;*/ margin-top: 20px; padding: 10px 0; width: 100%; display: block; clear: both;
}
.steps_overview_to_form a.terug_overview,
.steps_overview_to_form a.to_form,
.steps_terug_of_betalen a.stap_terug,
.steps_terug_of_betalen a.betalen {
	background: #C12B98; 
	display: inline-block; 
	color: #FFF; 
	padding: 10px; 
	text-decoration: none; 
}
.steps_overview_to_form a.to_form,
.steps_terug_of_betalen a.betalen {
	float: right; 
}
.steps_overview_to_form a.terug_overview:hover,
.steps_overview_to_form a.to_form:hover,
.steps_terug_of_betalen a.stap_terug:hover,
.steps_terug_of_betalen a.betalen:hover { 
	background: #000; 
}

/* Footer: */
.footer {
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px; 
	position: relative; 
	width: 100%; 
	color: #FFF; 
	background: #C12B98; 
	padding: 15px 0px;
	display: inline-block;
} 
.footer a {
	color: #FFF; 
} 
.footer .col hr { 
	border-bottom: 1px Solid #FFF;
}
.button_light {
	display: inline-block;
	background: #FFF;
	color: #C12B98 !important;
	margin: 15px 0;
	padding: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	min-width: 220px;
}
.button_light:hover {
	background: rgba(255,255,255,0.25);
	color: #FFF !important;
}
.copy {
	width: 100%;
	background: #FFF;
	position: absolute;
	bottom: 0;
	padding: 10px 0;	
}
a.vpri {
	float: right;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.sticky--desktop {
	display: none;
}

@media screen and (min-width: 60em) {
	.sticky--desktop {
		display: block;
	}

	.sticky--mobile {
		/*display: none;*/
	}
}

@media all and (max-width: 1024px) { 
.menu {
	width: 100%; 
	background: #FFF;
	padding: /*11px*/ 0; 
}
.menu .content::before, 
.menu .content::after {
	display: none;	
}
.menu .content {
	width: 100%; 
}
.home_icon {
	margin-left: 2.5%;
}
.sticky--desktop {
	display: block;
}
  #cssmenu {
	margin: 0;
    width: 100%;
	z-index:1005; 
  }
  #cssmenu ul {
    width: 100%;
    display: none;
	z-index:1005;
  	background: #FFF;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  	background: #FFF;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
	background: #FFF;
  }
  #cssmenu, #cssmenu ul, 
  #cssmenu ul li, 
  #cssmenu ul li a, 
  #cssmenu #menu-button {
    height: auto !important;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    border-top: none;
    height: auto;
  }
  #cssmenu > ul > li > a {
    padding: 16px 10px; 
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #C12B98;
	background: #FFFFFF;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul > li.menu-current a:hover,
  #cssmenu ul > li.menu-current > a,
  #cssmenu ul ul li.active > a {
    color: #C12B98;
    background: #FFFFFF;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 27px 17px 17px 25px;
    color: #C12B98;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 32px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #C12B98;
    border-bottom: 2px solid #C12B98;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 26px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #C12B98;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
	background: rgba(0,0,0,1.00);
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
	background: rgba(0,0,0,1.00);
    height: 34px;
    width: 34px;
}
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #FFFFFF;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #FFFFFF;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
	.carrousel { 
		height: 300px; 
		margin-bottom: 10px; 
	}
	.carrousel { 
		margin: 0 0 25px 0; 
		height: 300px; 
		overflow: hidden; 
	}
	.carrousel img { 
		position: absolute;
		width: auto;
		min-width: 100%; 
		height: 350px; 
		top: 0;
		left: 0;
	}
	.carrousel .vorige,                                                                                         
	.carrousel .volgende { 
		top: 105px; 
	}
	.carrousel .carrousel_title	{ 
		position: absolute; 
		top: 235px; 
		left: 1.5%; 
	}
	.carrousel .carrousel_description { 
		position: absolute; 
		color: #FFF; 
		width: 100%; 
		margin:0; 
		top: 245px; 
		left: 0;
	}
	.carrousel .carrousel_description span { 
		width: 100%;
		padding-top: 19px; 
		padding-bottom: 19px; 
	}
	.carrousel .reserveren_c  {
		display: none;
	}
  	.thema { 
		margin: 0 0 25px 0; 
		height: 300px; 
		overflow: hidden; 
	}
	.thema img { 
		position: absolute;
		width: auto;
		min-width: 100%; 
		height: 300px; 
		top: 0;
		left: 0;
	}
	.thema img:empty { 
		min-width: 100%; 
		width: auto; 
		height: 300px; 
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

}
@media screen and (max-width: 850px) {
	.carrousel {
		display: none;
	}
/*	.carrousel { 
		height: 300px; 
		margin-bottom: 10px; 
	}
	.carrousel { 
		margin: 0 0 25px 0; 
		height: 300px; 
		overflow: hidden; 
	}
	.carrousel img { 
		position: absolute;
		width: auto;
		min-width: 100%; 
		height: 350px; 
		top: 0;
		left: 0;
	}
	.carrousel .vorige,                                                                                         
	.carrousel .volgende { 
		top: 105px; 
	}*/
	.thema { 
		margin: 0 0 25px 0; 
		height: 300px; 
		overflow: hidden; 
	}
	.thema img { 
		position: absolute;
		width: auto;
		min-width: 100%; 
		height: 300px; 
		top: 0;
		left: 0;
	}
	.thema img:empty { 
		min-width: 100%; 
		width: auto; 
		height: 300px; 
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.left { 
		width: 100%; 
		padding-right: 0; 
		margin-bottom: 20px; 
		float: none;
	}
	.right { 
		width: 100%; 
		padding-left: 0; 
		padding-bottom: 20px; 
		margin-bottom: 20px; 
		float: none;
		border-left: none; 
		border-bottom: 1px solid #E5E5E5; 
	}
	.product_bericht .product_image, 
	.product_overzicht_bericht .product_image { 
		width: 25%; 
		height: auto; 
		float: left; 
		margin-right: 20px; 
	}
	.product_bericht .product_image img,
	.product_overzicht_bericht .product_image img { 
		width: 100%; 
		height: auto; 
	}
	#map {
		width: 42% !important;
	} 
	.footer .col { 
		margin: 0 auto;
		width: 100%;
		display: inline-block;
		float: none;
	}
	.footer .col:nth-child(2) {
		margin: 20px 0 0 0;
		padding: 0 0 20px 0;
		border-top: 1px solid rgba(255,255,255,0.25);
		border-bottom: 1px solid rgba(255,255,255,0.25);
	}

}

@media screen and (max-width: 500px) {
	
	.header h1 {
		display: none;
		/*color: #FFF;
		text-align: center;
		margin: 0;
		padding: 105px 0 20px 0;
		line-height: 128%;*/
	}
	.carrousel { 
		height: 200px; 
	}
	.carrousel img { 
		position: absolute;
		width: auto;
		min-width: 100%; 
		height: 200px; 
		top: 0;
		left: 0;
	}
	.carrousel .vorige,                                                                                         
	.carrousel .volgende { 
		top: 70px; 
	}
	.carrousel .carrousel_title	{ 
		display: none; 
	}
	.carrousel_description { 
		display: none; 
	}
	.thema { 
		height: 200px;
	}
	.thema img { 
		position: absolute;
		width: auto;
		min-width: 100%; 
		height: 200px; 
		top: 0;
		left: 0;
	}
	.thema img:empty { 
		min-width: 100%; 
		width: auto; 
		height: 200px; 
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	/* Zoeken: */
	.zoeken { 
		background: #E5E5E5; 
		padding: 0; 
		width: 100%; 
		float: none; 
		height: 50px; 
		display: inline-block; 
		margin-top: 110px; 
		margin-bottom: 10px; 
	}
	.product_winkelwagen .product_rij {
		display: inline-block;
	}
	.product_winkelwagen .product_prijs,
	.product_winkelwagen .product_bestellenplus,
	.product_winkelwagen .product_verwijderenmin {
		display: none !important;
	}
	.product_winkelwagen .product_rij .product_bestellen input[type=text] {
		width: 25px !important;
	}
	.product_winkelwagen .product_rij .product_bestellen {
		float: left;
		margin-right: 10px;
	}
	.product_winkelwagen .product_rij .product_title {
		float: left;
		width: 30% !important; 
	}
	.product_winkelwagen .product_rij .product_totaal {
		float: left;
		width: 12.5% !important;
	}
	.product_winkelwagen .product_verwijderen {
		float: right;
	}
	.product_winkelwagen .product_verwijderen a {
		padding: 5px;
	}
	#map {
		width: 100% !important;
	} 	
	.form_velden {
		width: 100%; 
		border-bottom: 1px solid rgba(51,67,129,0.20);
		padding-bottom: 15px;  
		margin-bottom: 25px;
		display: inline-block;  
	}
	.button_light {
		padding: 10px 0;
		width: 100%;
	}
	a.vpri {
		color: #C12B98 !important;
		float: none;
	}

}

@media screen and (min-width: 565px) {
	.formulier_veld						{ display: inline-block; width: 150px; }
	.formulier_veldtekst				{ width: 250px; }
	.formulier_veldemail				{ width: 250px; }
	.formulier_veldselect				{ width: 256px; }
	.formulier_waardes textarea			{ width: 250px; height: 100px;}	
}
@media screen and (max-width: 565px) {
	.formulier_veld						{ display: block; width: 100%; }
	.formulier_captcha	.formulier_veld	{ display: inline-block; width: 200px; }
	.formulier_veldtekst				{ width: 253px; }
	.formulier_veldemail				{ width: 253px; }
	.formulier_veldselect				{ width: 256px; }
	.formulier_waardes textarea			{ width: 250px; height: 100px;}	
}
