/* ------------------------------------------------------------------------------------------------- basisinstellingen en body */
/*
Kleuren:
header-top: #1c252e
rand slider: #cecdce
achtergrond breadcrumbs: #7a7a7a
achtergrond footer: #1c252e

*/

html {
  background: transparent url('images/pages/achtergrond.jpg') no-repeat top left; 
}

body {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
  width: 95%;
	max-width: 1200px;
  margin: 1% auto; 
  margin-top: 0;
  background: white;
	color: #333;/* basis tekstkleur */
	line-height: 160%;
	font-size: 80%;
	padding: 0;
	color: #1c1e1f; /*donkergrijs*/
}

h1 							{font-size: 160%; margin: 1% 0 0.5% 0;}
h2 							{font-size: 140%; margin: 1% 0 0.5% 0;}
h3, h4, h5, h6 	{font-size: 120%; margin: 1% 0 0.5% 0;}

p {	
  margin: 0.5% 0 2% 0;
}

a {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	/*color: red;*/
	text-decoration: underline;
}

a:visited {
	color: inherit;
}


sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}


ul {
  list-style-position:inside;  
}



table { 
	display:table;
  width: 100%;
  overflow-x: auto;
}

tr {
}

th {
	padding-right: 1%;
	text-align: left;
}

td {
	padding-right: 1%;
	padding-top: 1%;
	text-align: left;
	vertical-align: top;
}


form {
}

label {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 1%;
	padding-top: .5%;
}

input, select {
	padding: .5% 1%;
	margin-bottom: 1%;
	width: 30%;
	min-width: 200px;
	font-size: 120%;
}
input[type=checkbox] {
	width: auto;
	min-width: auto;
	margin-top: 10px;
}

input.price, input.number {
	width: 100px;
	min-width: auto;
	text-align: center;
}

select {
	width: auto ;
}

textarea {
	padding: .5% 1%;
	margin-bottom: 1%;
	width: 60%;
	min-width: 200px;
	min-height: 110px;
	font-family: inherit;
	font-size: 120%;
}

input:focus {
}

textarea:focus {
}

input.checkbox { 
  width:auto;
  min-width: 1px;
}

.submit {
  cursor: pointer;
  background-color: #249c48;/* groen */
  color: white;
  text-decoration: none;
  border-radius: 0;
  padding: 1%;
  border: none;
  width: auto;
  min-width: auto;
  display: inline-block;
}
.submit:visited {
	color: white;
}

.submit:focus {
  background-color: orange;
}

.submit:hover {
	background-color: #e90016!important;
  text-decoration: underline;
}
.submit:focus {
  text-decoration: underline;
}
.submit:active {
  box-shadow: none; 
}

.cancel {
	display: inline-block;
	cursor: pointer;
	color: red !important;
}

.closeButton {
	display: inline-block; 
	position: absolute; 
	top: 5px; 
	right: 5px; 
	cursor: pointer;
}

.clickable {
	cursor: pointer;
}

select {
}

textarea {
}

.formFieldExplanation {
  display: block;
  clear: both;
  font-size: smaller;
  font-style:italic;  
  color: #272727;
}

.errorExplanation {
  display: block;
  font-size: smaller;
  color: red;
}

.fout, .input-fout {
	border: 2px solid red !important;
	background-color: #ffe8e8 !important; /*lichtrood*/
}

.rood {
	color: red!important;
}
.groen {
	color: green!important;
}
.oranje {
	color: orange!important;
}
.blauw {
  color: blue!important;
}
.grijs {
  color: gray!important; 
}
.vet {
	font-weight: bold!important;
}
.cursief {
	font-style: italic!important;	
}

/* alignment left, right of centered */
.centered {
  text-align: center!important;  
}

.left {
  text-align: left!important; 
}

.right {
  text-align: right!important; 
}

.noWrap {
	/* display: inline-block;*/
	white-space: nowrap;
}

.noDesktop {
  display: none !important; 
}
.tabletOnly, .mobileOnly {
	display: none;
}

.icon {
  height: 15px;  
  vertical-align: middle;
}

.iconLarge {
  height: 25px;  
  vertical-align: middle;
}

.itemSelected {
	background-color: rgba(0, 255, 0, 0.3);
}

.datum, .geboortedatum, .tijd {
	min-width: auto;
	width: auto;
	text-align: center;
}

/* ------------------------------------------------------------------------------------------------------- wachten */
div#wachten {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: transparent url('images/wachten_achtergrond.png');
}
div#wachten img {
  position: absolute;
  top: 48%;
  left: 45%;
}


/* ------------------------------------------------------------------------------------------------- bericht */
div#bericht {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  height: auto;
}
div#bericht div {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: white;
  height: auto;
  min-height: 50px;
  padding: .5% 1%;
}  

div#bericht div.negatief {
  color: red;
  font-weight: bold;
  background: white;
  border-bottom: 2px solid red;
  border-top: none;
  box-shadow: 5px 5px 10px gray;
}

div#bericht div.positief {
  color: green;
  font-weight: bold;
  background: white;
  border: 2px solid green;
  border-top: none;
}

div#bericht div.waarschuwend {
  color: orange;
  font-weight: bold;
  background: white;
  border: 2px solid orange;
  border-top: none;
}

span#bericht_sluiten {
  display: block;
  clear: both;
  width: 100%;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}


/* ---------------------------------------------------------------------------- slideshow ------------------ */
div#slides_wrapper {
	margin-top: 0%;
	width: auto;	
}

div#slides {
  display:inline-block;
  position: relative;
  width: 100%; 
  
  border-bottom: 12px solid #cecdce; /* lichtgrijs */
}

.slidesjs-navigation {
  display: none; 
}

.slidesjs-pagination {
  display: none; 
}




/*-------------------------------------------------------------------------------------------------- header */
div#header_wrapper {
	background-color: white;
	height: 70px;
	border-bottom: 1px solid black;
	position: fixed;
	z-index: 10;
	width: 98%;
	max-width: 1200px;	
}


div#ingelogd_balk {
	display: block;
	clear: both;
	border: 2px solid orange;
	padding: .5%;
	margin-bottom: 1%;
	text-align: right;
}
div#ingelogd_balk a {
	display:inline-block;
  padding: .3% .5%;
  border: 1px solid gray;
	background-color: orange;
	color: black;
	text-decoration: none;
}
div#ingelogd_balk a:hover {
	text-decoration: underline;
}

/* ===================================================== header_top ======================================== */
div#header_top {
	display: none;
	background: #1c252e; 
	padding: 1%;
	color: white;
}

div#header_top_search {
	display: inline-block;
	width: 30%;
	float: left;
	min-width: 200px;
	margin-right: 2%;
}

form#top_search input{
	margin: 0;
	width: 70%;
	min-width: 100px;
}

form#top_search input#search {
	width: 20px;
	margin: 0;
	min-width: 0px;
	border: 1px solid #42c0fb;
	border-left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: transparent url('images/search.png') top left no-repeat;
	cursor: pointer;
}

div#header_top_info {
	display: inline-block;
	float: left;
}
div#header_top_info a {
	color: inherit;
}

div#header_top_social {
	display: inline-block;
	float: right;
	width: auto;
	min-width: 100px;
	margin-top: 1%;
}

div#header_top_social a{
	padding: 1.5%;
}

/* ===================================================== header_left ======================================= */

div#header_left {
  float: left; 
  width: auto;
  /*outline: 1px solid green;*/
}

div#header_logo {
	float: left;
	width: 10%;
	min-width: 150px;
	padding-top: 1%;
	padding-right: 1%;
	text-align: left;
}

div#header_logo img {
  height: 54px;
  width: auto;
  max-width: 200px;
}


div#social_share {
	float: right;
}


div#header_right {
  float: right;
}
div#header_languages {
	display: none;
  float: left; 
  
}
div#header_languages img {
  height: 70px;
  margin-left: .5%;
}

/* ========================================================== header_menu ====================================== */
div#header_menu {
  text-align: left;
  display: block;
  position: relative;
  right: 2%;
  float: right;
  clear: both;
  width: auto;
  height: auto;
  /*outline: 1px solid yellow;*/
  margin-top: 1%;
}

ul.mainitem {
}

ul.mainitem li {
  display: inline-block;
  list-style-type: none;
  width: auto;
  height: 60px;
  border-left: 1px solid lightgray;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  border: 1px solid black;
  /* background-color: #62818c; */
  color: green;
  background: white;
  
  /* border-radius: 3px; */
  /* box-shadow: 5px 5px 5px lightgrey; */
}
ul.mainitem li a, ul.mainitem li span{
  display: inline-block;
  /* color: white; */
  color: green;
  text-decoration: none;
  padding: 20px 5px;
  letter-spacing: 0em;
  width:100%;
  font-family: sans-serif;
  font-size: 12px;
}

ul.subitem li a, ul.subitem li span{
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding: 10px 5px;
  letter-spacing: 0em;
}

ul.mainitem li span {
  cursor: normal;	
}
ul.mainitem li a:hover {
	text-decoration: underline;
}

ul.mainitem li:hover {
  border-bottom: 4px solid white; 
  color: red;
}

ul.subitem {
  display: none;
  margin-left: 20px;
}
ul.subitem_level_2 {
  display: none;
  margin-left: 50px;
}

ul.mainitem li:hover ul.subitem {
  display: block;
  position: absolute;
  top: 40px;
  z-index: 200;
  width: auto;
  border: none;
}
ul.mainitem li:hover ul.subitem li:hover ul.subitem_level_2 {
  display: block;
  position: absolute;
  
  z-index: 300;
  width: auto;
  border: none;
}

ul.mainitem li.active, ul.mainitem li:active {
	background-color: green;
	font-weight: bold;
	box-shadow: none;
}

ul.mainitem li.active a {
	color: white;
}


ul.subitem li {
  display: block;
  list-style-type: none !important;
  width: auto;
  margin-left: 0;
  color: white;
  padding: 0;
  height: 40px;
  background: #1c252e; 
  border: 2px solid transparent;
  border-bottom: 2px solid lightgray;
}
ul.subitem_level_2 li {
  display: block;
  list-style-type: none !important;
  width: auto;
  margin-left: 0;
  color: white;
  background: #1c252e; 
  border: 2px solid white;
  min-width: 200px;
  border-bottom: 2px solid lightgray;
}
ul.subitem li:hover {
  background-color: white;
  color: red;
  border: 2px solid #1c252e; /* blauw */
}
ul.subitem_level_2 li:hover {
  background-color: white;
  color: red;
  border: 2px solid #1c252e; /* blauw */
}

ul.subitem li a {
	display: block;
	width: 100%;
  color: inherit;
  text-decoration: none;
}


ul.subitem_level_2 li a {
	display: block;
	width: 100%;
  color: inherit;
  text-decoration: none;
}




/* *********************** breadcrumbs ********************************************************* */
div#breadcrumbs {
	display: block;
	clear: both;
	width: auto;
	background: transparent;
	color: white;
	padding: 1% 1%;
	border-top: 1px solid lightgray;
}

div#breadcrumbs span {
	color: #333;
	font-weight: bold;
}




/*----------------------------------------------------------------------------------------------------- inhoud */
div#inhoud {
	margin-top: 0;
	padding-top: 85px;
	min-height: 700px;
}


/* **************************************************************************************************** zoeken */



/* ****************************************************************************** contactpagina ************** */

div#adresgegevens {
}


div#contactformulier {
	clear: both;
}
div#contactformulier h2 span {
	border-bottom: 1px solid lightgray;
}

div#contactformulier textarea {
  width: 70%;
	min-height: 100px;
}

.interesseWrapper {
	display: inline-block;
	float: left;
	width: 40%;
	min-width: 250px;
	height: auto;
	border: none;
	margin: 1% 1% 1% 0;
	background: transparent;
	border: 1px solid lightgray;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top 5px right 5px;
	border-radius: 5px;
	padding: 5px;
}

.interesseWrapper:hover {
	background-color: #eafff0; /* lichtgroen */
	border: 1px solid gray;
}
.interesseLabel {
	display: inline-block;
	float:left;
	width: 80%;
	min-width: 200px;
	color: gray;
}
.interesseLabel label {
	text-decoration: underline;
	cursor: pointer;
	width: 100%;
	/*outline: 1px solid red;*/
	
}
.interesseLabel:hover {
	color: black;
}

.interesseCheckbox {
	display: inline-block;
	position: absolute;
	left: -10000px;
	width: 10px;
	min-width: 0;
}
.interesseCheckbox input {
	width: auto;
	min-width: 0;
}

.interesseSelected {
	background-image: url(images/selected_on.png);
	background-color: #eafff0; /* lichtgroen */
}
.interesseSelected div label {
	text-decoration: none;
	color: black;
	font-weight: bold;
}


/* ********************************************************************************  homepage ********************** */






/* ========================================= pagina: account/ ============================================= */
#accountDataImage {
	display: block;
	float: right;
	min-width: 80px;
	max-width: 120px;
	margin: 10px 0 10px 10px;
}


/*-------------------------------------------------------------------------------------------------- voeter */
div#voeter {
  display: block;
  padding: .5%;
  color: white;
  background: #62818c; /* donker */
  border-top: 1px solid lightgray;
  font-size: smaller;
}
div#voeter a{
	color: inherit;
}

div.voeter_blok {
	display: block;
	width: 44%;
	height: auto;
	min-width: 300px;
	float: left;
	padding:3%;
	margin:0;
}

div.voeter_blok table tr td {
  padding-bottom: 3px; 	
  color: inherit;
}

div.voeter_blok table img {
  vertical-align: middle;
  margin-right: 5px;
}

div#voeter_menu {
	min-height: 20px;
	text-align: center;
	background: transparent url('images/logo_klein.png') top 5px right no-repeat;
	background-size: 15px;
}

/*-------------------------------------------------------------------------------------------------- voeterLoggedIn */
div#voeterLoggedIn {
  display: block;
  padding: 1%;
  color: gray;
  background: white;
  border-top: 1px solid lightgray;
  text-align: center;
}
div#voeterLoggedIn a{
	color: inherit;
}

/*-------------------------------------------------------------------------------------------------- credits */
div#credits {
	font-size: smaller;
	color: inherit;
	text-align: center;
}
div#credits a{ 
	font-size: smaller;
	color: inherit;
	text-decoration: none;
}

div#credits a {
  color: inherit;
  text-decoration: none;
}
div#credits img{
  height: 14px;
}  

.mobileOnly, .tabletOnly {
  display: none !important;
}
.noDesktop {
  display: none; 
}



/* ********************************************* RESPONSIVE CSS ******************************************* */

@media all and (max-width: 1023px) {  /* iPad in landscape modus is 1024px breed, maar daar wil ik wel gewoon het grote menu */
  
	.noMobile {
     display: none !important; 
  }
  
  .noDesktop {
     display: inline-block !important; 
  }
  
  .mobileOnly {
    display: inline-block !important; 
  }

  .noDesktop {
    display: block!important; 
  }

  .noTablet {
    display: none !important; 
  }
  
  .tabletOnly {
    display: block; 
  }
  
  body {
  	font-size: 100%!important;
  }
  
 
  div#credits {
     text-align: center; 
  }
  
  textarea {
  	clear: both;
  	width: 70%;
  }
  
  html {
    background: white;	
  }
  
  body {
  	margin: 0;
  	margin-left: 1%;
  	padding: 0;
  	width: 98%;
  	font-size: 80%;
  }
  
  a {
  	font-size: 100%;
  }

  input, select, textarea {
  	padding: 10px 15px;
  }
  
  .submit {
  	padding: 10px 15px;
  }
  
	.cancel {
	}  
  
	div#header_logo {
  	float: right;
  	width: 60%;
  	padding-right: 10px;
  	text-align: right;
  }
  
  div#header_logo img {
  	max-width: 100px;
  	margin-top: 15px;
  	height: auto;
  	max-height: 33px;
  }
  
  div#header_right {
  	float: left;
  }
  div#header_menu {
    float: left;
    text-align: center;
  }
  
  div#header_menu ul li.mainitem {
     padding: 5px; 
  }
  
  /* hoofdmenu */
  div#mobile_menu_wrapper {
  	display: block;
  	/*outline: 2px solid yellow;*/
  	width: 70%;
  }
  
  div#mobile_menu_switch {
  	display: block;
  	width: 40px;
  	height: 40px;
  	margin-top: 10px;
  	background: transparent;
  	cursor: pointer;
  }
  
  div#mobile_menu_switch img{
   	max-width: 100%; 
   	border: 2px solid white;
  }
  
  div#mobile_menu {
  	display: none;
  	position: absolute;
  	top: 0px;
  	font-size: 16px;
  	border: 2px solid white;
  	box-shadow: 3px 5px 5px lightgray;
  	z-index: 400;
  	min-width: 250px;
  	width:100vw;
  	height: 100vh; /* 100% van de viewport-hoogte */
  	overflow-y: auto;
  	background: transparent url('images/achter_wit_semi_transparant.png');
  }
  
  div#mobile_menu span {
    display: block;
    background: #62818c; 
    color: white;
    font-variant: small-caps;
    padding: 10px 20px;
    text-align: left;
    border: 1px solid #1c252e; 
    border-bottom: 1px solid darkgray;
    width: 80%;
    min-width: 300px;
    max-width: 95%
  }
  
  div#mobile_menu span a {
  	display: block;
  	width: auto;
  	/*background: inherit;*/
  	padding: 3px 10px 3px 0;
  	
  	color: inherit;
  	text-decoration: none;
  	
  }
  
	div#mobile_menu a:hover, div#mobile_menu span:hover {
		background: darkgreen;
		color: white;
		text-decoration: underline;
	}
  
  a.inspringen {
  	padding-left: 10px!important;
  }
  
	
}


@media screen and (max-width: 900px) {

}

@media screen and (max-width: 500px) {
 
  body {
  	font-size: 0.9em;
  }
  
  p {font-size: 0.9em}
  
	h1 							{font-size: 1.4em; }
	h2 							{font-size: 1.2em; }
	h3, h4, h5, h6 	{font-size: 1em; }
	
	label {
		font-size: 0.9em;
		float: auto;
		width: auto;
		padding-right: 1%;
		margin-top: 1%;
	}

  input, select, textarea {
  	padding: 10px 15px;
  	width: 100%;
  	display: block;
  	font-size: 1em;
  }
  
  .submit {
  	display: block;
  	padding: 10px 15px;
  	margin: 15px auto;
  	width: 90%;
  	text-align: center;
  	font-size: 130%;
  }
  
	.cancel {
		display: inline-block;
		border: 1px solid red;
		padding: 3px 5px;
  	margin-top: 15px;
  	margin-bottom: 15px;
		text-align: center;
		text-decoration: none;
		font-size: 120%;
	}  
  
  .icon {
  	height: 25px;
  	margin: 0 3px 3px 0;
  }
  	
	table {
		width: 100%;
	}
	
	tr {
		border: 1px solid black;
	}
	
	th {
	  background-color: lightyellow;	
	  border-right: 1px dotted gray;
	  overflow: hidden;
	}
	
	td {
	  border-right: 1px dotted gray;
		padding: 3px;
		overflow: hidden;
	}
	
	
  
  div#inhoud {
  	margin-top: 0;
  	min-height: 670px;
  }
  
  div#voeter {
  	margin-top: 0;
  }
  
	div.voeter_blok {
		min-width: 0;
		width: 100%;
	}
	
	div#header_logo {
  	min-width: 100px;
  }
  
 
  #contactformulier input, #contactformulier textarea {
  	width: 100%;
  	display: block;
  }
  
  .interesseWrapper {
  	display: block;
  	width:95%;
  	margin: 1% auto;
  }
  
}  
/* ********************************************* EINDE RESPONSIVE CSS ******************************************* */




div {
	/*outline: 1px dashed orange;*/
}