/* basisinstellingen en body */
body {
	font-family: 'ronnia-condensed', 'Oswald', sans-serif;
	font-weight: 500;
	line-height: 1.2em;
	font-size: 100%;
	color: #003cfa;/* basis tekstkleur */
	padding: 0;  
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
	background: white; 
}

h1 							{font-size: 130%; margin: 0 0 2% 0; clear: left;}
h2 							{font-size: 110%; margin: 0 0 2% 0; clear: left;}
h3, h4, h5, h6 	{font-size: 105%; margin: 0 0 1% 0; clear: left;}


ul {
  list-style-position:inside;  
}

p {	
	margin:1% 0;
}

a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}

.fout {
	border: 1px solid red;
}
.rood {
	color: #FF3F3F;
}
.groen {
	color: green;
}
.oranje {
	color: #FAB508;
}
.blauw {
	color: #054c7e; /* oranje */
}
.lichtblauw {
	color: #2AAEE0;
}
.donkerblauw {
	color: #0E4D7F;
}
.geel {
	color: #FBD900;
}

.vet {
	font-weight: bold;
}
.cursief {
	font-style: italic;	
}

.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;
  
}

.clickable {
	cursor: pointer;
	text-decoration: underline;
}

.centered {
	text-align: center;
}

/* ******************** formuliervelden standaard opmaak ************************* */
form {
}

label {
	display: block;
	float: left;
	width: 20%;
	min-width: 180px;
	margin-bottom: 5px;
	padding-top: 5px;
	font-style: italic;
}

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; */
}

.kentekenInput, .emailInput {
	min-width: 10px;
	width: 120px;
	text-align: center;
	/*background-color: orange;*/
	color: black;
	font-weight: bold;
	font-size: 120%;
	border-radius: 5px;
}
.emailInput {
	width: 320px;
}

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; /*groen*/
	color: #e8e7e7 !important; /* lichtgrijs */
	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: 100%;
  margin: 0 auto;
	background: white;
	background-image: url('images/Retro-Yellow-Background-4K.png');
	padding: 0;
}

/* ------------------------------------------------------------------------------------------------------- kop */
div#kop {
	display: block;
	position: relative;
	width: auto;
	text-align: left;
	margin: 0 auto;
	padding: 10px 5px;
	height: 50px;
}

div#logo img{
  width: 30%;
  max-width: 200px;
}


/* ------------------------------------------------------------------------------------------------------- menu */
div#hoofdmenu {
  display: none; /*geen hoofdmenu tonen voorlopig..*/
}

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%;
}

.wasprogrammaOUD {
	display: inline-block;
	width: 145px;
	height: 145px;
	background: transparent;
	border: 1px solid gray;
	margin-left: 10px;
	margin-bottom: 10px;
	background-size: 100% 100%!important;
}

.wasprogramma {
	display: block;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 10px;
	border: 1px solid #fff;
	border-radius: 30px;
	background: white; 
	color: #000064;
	padding-top: 10px;
	
}

.wasprogrammaPreferred {
	background: white; 
}

.wasprogramma:hover, .wasprogramma:active {
	background: white; /*wit*/
}

.wasprogrammaTitleBar {
	text-align: center;
	padding-top: 5px;
}

.wasprogrammaTitle {
	font-weight: bold;
	font-size: 160%;
	
}

.wasprogrammaBestellen {
	color: #000064;
	background: #94d5ff; 
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-align: center;
	width: 40%;
	margin-left: 30%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 25px;
	height: 40px;
	border-radius: 3px;
}
.wasprogrammaBestellenPreferred {
	color: #000064;
	background: #ffda00;
}

.wasprogrammaBestellen span {
	display: inline-block;
	vertical-align: sub;
	height: 100%;
}

.wasprogrammaBestellen:hover {
	background: #ffda00;
	color: #000064;
}

.wasprogrammaPrice {
	display: inline-block; 
	margin-left: 5px;
	font-weight: bold;
}

.wasprogrammaDescription {
	text-align: center;
	font-size: small;
	padding: 10px;
}

.normalPrice {
}

.wasprogrammaPreferred .normalPrice {
}

.actiePrice {
	display: inline-block; 
	float: right;
	margin-top: 3px; 
	padding: 3px; 
	border-radius: 3px; 
	color: white; 
	background: red;
	font-weight: bold;
}


.bankWrapper {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 90px;
	background: lightyellow;
	border: 1px solid gray;
	margin: 10px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	padding: 0;
	border-radius: 10px;
}

.bankWrapperCreditcard {
	display: inline-block;
	position: relative;
	width: 70px;
	height: 70px;
	background: red;
	border: 1px solid gray;
	margin: 10px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	padding: 0;
	border-radius: 10px;
}

.bankWrapperBankName {
	margin: 0 auto;
	position: absolute;
	bottom: 5px;
	font-size:smaller;
	color: black;
	text-decoration: none;
	margin-left: 3px;
	white-space: nowrap;
}

.bank {
	display: inline-block;
	width: 80px;
	height: 70px;
	background: lightyellow;
	border: none;
	margin: 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	padding: 0;
}

#betaalwijzeIdeal, #betaalwijzeCreditcard {
	text-align: center;
}


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;
  float: right;
  font-size: large; 
  margin-top: 2%; 
  color: #d04900; /* oranje */
  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%;
}

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;
}
form#inlogformulier label {
  display: block;
  margin-top: 1%;
}

form#inlogformulier input {
  padding: 1% 2%;
  width: 60%;
}


/* ------------------------------------------------------------------------------------------------------- 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;
  text-align: center;
  /* border-top: 1px solid gray;*/
  padding: 5px;
  width: 100%;
}
div#voeterIcon {
	text-align: center;
}
div#voeterIcon img {
	width: 27%;	
	max-width: 150px;
}
div#voeterExtraText {
	color: #003cfa;
	text-align: center;
	margin-bottom: 20px;
}

div#voeter a{
	display: inline-block;
	margin: 3px;
  color: #003cfa;
  font-size: 80%;
  text-decoration: underline;
  white-space: nowrap;
}

/* ------------------------------------------------------------------------------------------------------- credits */
div#credits {
  display: block;
  clear: both;
	color: #003cfa;
  text-align: center;
  font-size: 80%;
  padding: 1%;
  padding-bottom: 10px;
}


/* ------------------------------------------------------------- -------------------------------- */

#customHr {
	background: darkgray; 
	height: 3px; 
	margin: 0
}

#shop {
	display: block;
	min-height: 20px;
	min-height: 450px;
	padding: 0px 1%;
}
#shop h1 {
	text-align: center;
	font-size: 230%;
	line-height: 1.0em;
}
#shop h2 {
	text-align: center;
	font-size: 90%;
}

#selectedProgram {
	display: block;
	padding: 5%;
	background: #0e4d7f;
	width: 85%;
	margin-left: 2%;
	margin-bottom: 15px;
	border-radius: 15px;
}

#selectedProgramTitle {
	display: block;
	text-align: center;
	margin: 0 auto;
	color: white;
	font-size: 175%;
	font-weight: bold;
}
#selectedProgramPrice {
	display: block;
	text-align: center;
	padding-top: 5px;
	font-size: small;
	font-weight: normal;
	color: white;
}

.emailChange, .paymentChange {
	margin-top: 15px;
  display: block;
	text-align: center;
	color: #ff3f3f; /* rood */
}

form#formEmail {
	text-align: center;
}
form#formEmail input {
	text-align: center;
}

#howToPayWrapper {
	display: block;
	text-align: center;
}
h2#howToPay {
	font-size: 130%;
}

.paymentSelector {
	display: inline-block;
	width: auto;
	background: #0E4D7F;
	color: white;
	padding: 10px 5px;
	cursor: pointer;
	border-radius: 5px;
	margin-bottom: 15px;
}

#opnieuwBeginnen, #bestellingAfronden {
	display: block;
	width: 45%!important;
	margin-left: 27.5%;
	max-width: 200px;
	/*height: 35px;*/
	text-align: center;
	color: #003cfa;
	text-decoration: none;
	font-size: 18px;
	border: 0;
	cursor: pointer;
	padding: 10px 5px;
	margin-bottom: 20px;
	margin-top: 30px;
	border-radius: 5px;
  /*box-shadow: 3px 3px 5px grey;*/
}

#opnieuwBeginnen:active, #bestellingAfronden:active {
	margin-top: 33px;
	box-shadow: none;
}

#opnieuwBeginnen {
	background: #94d5ff;
}

#bestellingAfronden {
	background: darkgreen;
	color: white;
}

#formBetalenWaspas {
	margin-top: 20px;
}


div#advertenties {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 1%;
}


/* RESPONSIVE */

@media screen and (max-width: 768px) {
  /* tablet */
  
  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;
  }
  
  
  div#voeter {
    /* 20180828: MARGIN TOP BELANGRIJK IVM RUIMTE OM EMAILADRES IN TE VULLEN IN DE ANDROID APP! */
  	/*margin-top: 300px;*/
  }

  
} /* einde tablet */

@media screen and (max-width: 600px) {
  /* mobiele telefoon */
  body {
    font-size: 100%; 
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
  }
  
  div#kop {
  	height: 25px;
  }

  #container {
    background: none;  
  }
  
  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;
}



.noDesktop {
  display: none; 
}

.tabletOnly, .mobileOnly {
	display: none; 
}


