/* basisinstellingen en body */
body {
	font-family: Calibri, Segoe UI, Arial, Sans-Serif;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 100%;
	color: #2E2222;/* basis tekstkleur */
	padding: 0;  
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	background: #e8f0f1 url('images/cardboard_flat.png'); 
}

h1 							{font-size: 130%; margin: 0 0 2% 0; clear: left;}
h2 							{font-size: 120%; margin: 0 0 2% 0; clear: left;}
h3, h4, h5, h6 	{font-size: 110%; margin: 0 0 1% 0; clear: left;}


ul {
  list-style-position:inside;  
}

p {	
	margin:1% 0;
}

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}

.fout {
	border: 1px solid red;
}
.rood {
	color: red;
}
.groen {
	color: green;
}
.oranje {
	color: #DC7223; /* OUD: #d04900 */
}
.blauw {
	color: blue;
}
.vet {
	font-weight: bold;
}
.cursief {
	font-style: italic;	
}

.centered {
	text-align: center;
}

.input-fout {
  border: 1px solid red;  
}

.knop {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1% 2%;
  margin: 1% 0;
  border: 1px solid #d04900;
  color: blue;  
  text-decoration: none;
  cursor: pointer;
}
.knop:hover {
  color: white;
  background-color: #d04900;
}

.icon {
  height: 15px;  
  vertical-align: middle;
}
.iconLarge {
  height: 25px;  
  margin: 2px 4px;
  vertical-align: middle;
}

.tabletOnly, .mobileOnly {
	display: none; 
}

/* ******************** formuliervelden standaard opmaak ************************* */
form {
}

label {
	display: block;
	float: left;
	width: 20%;
	min-width: 200px;
	margin-bottom: 10px;
	padding-top: 5px;
}

input, select {
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 30%;
	min-width: 200px;
	font-size: 1em;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid gray;
	/*-webkit-appearance: none;*/
}
input[type=text] {
  /* -webkit-appearance: none; */
}

select {
	width: auto;
	min-width: 1px;
	/* -webkit-appearance: none; */
}

textarea {
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 70%;
	min-width: 200px;
	min-height: 100px;
	font-family: inherit;
	font-size: 1em;
	box-shadow: none;
	border: 1px solid gray;
	/* -webkit-appearance: none; */
}

input:focus {
}

textarea:focus {
}

input.checkbox { 
  width:auto;
  min-width: 1px;
}

input[type="radio"] {
  width:auto;
  min-width: 1px;
}



/* standaard opmaak van een submit-knop */
.submit {
	background: green;
	color: white !important;
	padding: 8px !important;
	border-radius: 3px !important;
	box-shadow: 0 !important;
	border: none !important;
	cursor:pointer !important;
	width: auto !important;
}
.submit:hover {
	background-color: #C92121;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	text-decoration: none !important;
}


/* ------------------------------------------------------------------------------------------------------- container */
div#container {
	position: relative;
  width: 90%;
  margin: 0 auto;
	background: white;
	padding: 0;
}

/* ------------------------------------------------------------------------------------------------------- kop */
div#kop {
	display: block;
	width: auto;
	text-align: left;
	margin: 0 auto;
	background: none;
}

div#logo {
	display: inline-block;
  width: 30%;
	min-width: 100px;
	float: left;
}

div#logo img{
  width: 100%;
  min-width: 160px;
  max-width: 280px;
}

div#languageSelector {
	display: inline-block;
	float: right;
	width: auto;
	white-space: nowrap;
}
div#languageSelector a img {
	display: inline-block;
	float: left;
	width: 25px;
	margin-left: 7px;
}

/* ------------------------------------------------------------------------------------------------------- menu */
div#hoofdmenu {
  margin-bottom: 30px;	
}

div#hoofdmenu ul {
  display: block;
  margin-top: 2%;
  margin-right: 5%;
  float: right;
}
div#hoofdmenu ul li {
  list-style-type: none;
  float: left;
}
div#hoofdmenu ul li a{
  color: gray;
  font-size: 100%;
  text-decoration: underline;  
}


/* ------------------------------------------------------------------------------------------------------ homepage */
div#inhoud {
  display: block;
  width: auto;
  padding: 2%;
}


div.homepage-blok {
  display: block;
  float: left;
  width: 40%;
  min-width: 200px;
  padding: 2%;
  margin: 2%;
	/*border: 1px solid lightgray;
	border-radius: 10px; */
	min-height: 21em;
} 

span#kreet {
  display: block;
  width: auto;
  font-size: large; 
  margin-top: 2%; 
  color: #DC7223; /*OUD: #d04900 */
  font-style: italic;
  
}

div#homepage_iframe {
  display: block;
  clear: both;
  width: auto;
  min-width: 200px;
  padding: 2%;
  margin: 2%;
	border: 2px solid #d04900;
	border-radius: 10px;
}

ul#voordelen {
  margin-top: 2%;
  margin-bottom: 5%;  
}

ul#voordelen li {
  list-style-type: disc;
  font-size: 100%;
  font-weight: normal !important;
  line-height: 100%;
}

a#aanmeldknop {
  display: block;
  max-width: 200px;
  text-align:center;
  color: white;
  font-weight: 600;
  background: green;
  /*border: 1px solid orange; */  
  text-decoration: none;
  padding: 1% 2%;
  font-size: 110%;
  border-radius: 5px;
}

span.formfieldExplanation {
  display: block;
  clear:left;
  font-size: 80%;
}
span.formfieldExplanation a {
  color: red;
}
span.errorExplanation {
  display: block;
  clear:left;
  font-size: 80%;
  color: red;
}


span#url {
  font-family: 'Courier New', Arial; 
  font-size: 80%;
  margin-left: 2%;
}

/* ------------------------------------------------------------------------------------------------------- form#inlogformulier -- */
form#inlogformulier {
  display: block;
  max-width: 100%;
}
form#inlogformulier label {
  display: block;
  margin-top: 1%;
  margin-bottom: 0;
}

form#inlogformulier input {
  padding: 2% 2%;
  width: 60%;
  max-width: 300px;
	border-radius: 5px;
}

/* begin: voor het zichtbaar maken van het wachtwoord */
#passwordcontainer {
	display: block;
	position: relative;
}
#passwordcontainer > svg {
	position: relative;
	margin-left: -34px;
	margin-top: -10px;
}				
/* end */


/* ------------------------------------------------------------------------------------------------------- form#nieuweaanmelding ---*/
table#controle_ingevoerde_klantgegevens td {
  padding-right: 10px;
  width: auto;
}
table#controle_ingevoerde_klantgegevens tr th{
  text-align: left !important;
}
table#controle_ingevoerde_klantgegevens td#ingevoerde_naam {
  font-style: italic;
}
table#controle_ingevoerde_klantgegevens td#ingevoerde_email {
  font-style: italic;
}

table#controle_ingevoerde_klantgegevens input#wijzig_inschrijving {
  border: none;
  background: none;
  color: red;
  text-decoration: underline;
  cursor: pointer;
}
table#controle_ingevoerde_klantgegevens input#bevestig_inschrijving {
  display: block;
  max-width: 200px;
  text-align:center;
  color: white;
  font-weight: 400;
  background: green;
  border: 1px solid orange;  
  text-decoration: none;
  margin-top: 5%;
  font-size: 110%;
  cursor: pointer;
}
table#controle_ingevoerde_klantgegevens input#bevestig_inschrijving:hover {
  text-decoration: underline; 
}

/* ------------------------------------------------------------------------------------------------------- voeter */
div#voeter {
  display: block; 
  clear: both;
  margin-top:2%;
  text-align: center;
  border-top: 1px solid lightgray;
  color: red;
}
div#voeter a{
  color: gray;
  font-size: 80%;
  text-decoration: underline;
}



/* ------------------------------------------------------------------------------------------------------- credits */
div#credits {
  display: block;
  clear: both;
  text-align: right;
  font-size: 80%;
  padding-right: 1%;
  padding-bottom: .1%;
}
div#credits a{
  color: #272727; 
  font-size: 120%;
  text-decoration: none;
}
div#credits a:hover {
  text-decoration: underline; 
}

div#advertenties {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 1%;
}


/* RESPONSIVE */

@media screen and (max-width: 768px) {
  /* tablet */
  
  .noTablet {
  	display: none;
  }

  div#container {
    margin: 0;
    border-radius: 0;
  }
  
  div#logo img{
    margin: 0; 
  }
  
  
  div#inhoud {
    padding: 0;
    width: 100%;
  } 
  
  div.homepage-blok {
    width: 90%;
    float: none;
    min-height: auto;
  }

  ul#voordelen li {
    font-size: 100%;
    font-weight: bold;
  }

  
} /* einde tablet */

@media screen and (max-width: 600px) {
  /* mobiele telefoon */
  body {
    font-size: 100%; 
    width: 100%;
    padding: 10px;
    margin: 0;
    background: none;
  }

  /* mobiele telefoon */
  .nomobile, .noMobile {
  	display: none!important;
  }
  
  .centeredOnMobile {
  	text-align: center;
  }
  
  .mobileOnly {
  	display: block;
  }

  #container {
    background: none;  
  }
  
	div#hoofdmenu {
		margin-bottom: 0;	
	}  
  
  div.homepage-blok {
    width: 100%;
    float: none;
    padding: 2% 2%;
    margin: 2% 0;
    border: none;
    border-radius: 0;
    min-height: auto;
    background: none;  
  }
  
  span#kreet {
  	/*
    text-align: left; 
    width: auto;
    float: left;
    */
  }

  form#inlogformulier input {
    width: 90%;  
  }
  
  form#inlogformulier input#submit {
    width: 50%;
    margin-left: 25%;
    text-align: center;
  }  
  
  
  a#aanmeldknop {
    max-width: 90%;
    width: 90%; 
    margin-left: 2%;
  }
  
} /* einde mobiele telefoon */

/* ------------------------------------------------------------------------------------------------------- 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: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: white;
  height: auto;
  min-height: 50px;
  padding: 5px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}  

div#bericht div.negatief {
  color: red;
  font-weight: bold;
  background: white;
  border: 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;
}

table#facturenOverzicht tr td, table#facturenOverzicht tr th {
	padding-right: 10px;
}


.noDesktop {
  display: none; 
}




