/* basisinstellingen en body */
body {
	/*font-family: Calibri, Segoe UI, Arial, Sans-Serif;*/
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 100%;
	line-height: 1.3em;
  margin: auto; 
	color: #2E2222;/* basis tekstkleur */
	padding: 0 10% 0 10%; 
	width: auto;
	max-width: 1200px;
	background: #e8f0f1;
	/*background-image: url('images/cardboard_flat.png');*/
	background: black;
}

h1 							{font-size: 130%; margin: 0px 0px 15px 0px; clear: left;}
h2 							{font-size: 120%; margin: 0px 0px 5px 0px; clear: left;}
h3, h4, h5, h6 	{font-size: 110%; margin: 0px 0px 5px 0px; clear: left;}

ul {
  list-style-position:inside;  
}

p {	
	margin:0px 0px 10px 0px;
}

a {
	color: blue;
	text-decoration: underline;
}
a:hover {
	color: darkgreen; /*OUD: red*/
	text-decoration: underline;
}

.fout {
	border: 1px solid red;
}
.rood {
	color: red;
}
.groen {
	color: green;
}
.oranje {
	color: #d04900; /* oranje */
}
.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 black; /* OUD: #d04900 */
  border-radius: 5px;
  color: blue;  
  text-decoration: none;
  cursor: pointer;
}
.knop:hover {
  color: white;
  background-color: green; /* OUD: #d04900 */
}

/* ******************** formuliervelden standaard opmaak ************************* */
form {
}

label {
	display: block;
	float: left;
	width: 20%;
	min-width: 200px;
	margin-bottom: 0px;
	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: #132456; /* OUD: green */
	color: white !important; 
	padding: 8px !important;
	border-radius: 3px !important;
	box-shadow: 0 !important;
	border: none !important;
	cursor:pointer !important;
	width: auto !important;
	text-decoration: none !important;
}
.submit:hover {
	background-color: green; /* OUD: #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;
}



/* ------------------------------------------------------------------------------------------------------- menu */
div#menu {
  display: block;
  float: right;
  width: 100%;
  margin-bottom: 0%;  
}

div#menu ul li {
  display: block;
  float: right; 
  color: #272727;
  font-size: 90%;
  list-style-type: none; 
  margin-left: 15%;
}
div#menu ul li a {
  text-decoration: underline;
  color: #6e6e6e;
}

/* ------------------------------------------------------------------------------------------------------- container */
div#container {
	position: relative;
  margin-top: 1%;
  margin-bottom: 1%;
	/* 
	background: #fff8f4 ;
	background-image: url('images/cream_dust.png');
	*/
	background: white;
	padding: 1%;
	border-radius: 10px;
}



/* ------------------------------------------------------------------------------------------------------ profiel */
div#profiel {
  display:inline;
  margin-top: 2%;
}

h1#dekalendervan {
  font-size: 160%; 
  color: #272727;
  line-height: 100%;
  text-align: center;
}


div#personalia {
  display: block;
  /*max-width: 60%; */
  min-width: 20%;
  /*width: 60%; */
  padding-right: 5%;
}

div#profielfoto {
  display: block;
  float: right;
  /*border: .2em solid #d3d3d3;*/
  border-radius: 2%;
  margin: 2%;
  margin-top: 0;
  padding: .5%;
  width: 25%;
  min-width: 300px;
  height: auto;
  overflow: hidden;
  text-align: center;
  /*outline: 1px dashed red;*/ 
}

div#profielfoto img {
}

.firstPhoto {
  display: block;
  max-width: 98%;
  height: auto;
  border: 1px solid lightgray;
  margin-bottom: 3px;
}
.nextPhoto {
  display: inline-block;
  float: left;
  max-width: 24%;
  margin: 1%;
  margin-left: 0;
  height: auto;
  max-height: 55px; /* 100px; */
  border: 1px solid lightgray;
}


div#contact {
  display: block;
  clear: both;
  margin-top: 3%;
 /* border-bottom: 1px solid lightgray; */
  padding-bottom: 3%;
}

#formulier-knop {
  display: block;
  text-decoration: underline;
  cursor: pointer;
}

span#email-annuleren {
  color: #cb2727;
  font-style: italic;
  cursor: pointer;
  text-decoration: underline;
}

div#contact-links {
  display: block;
  /*
  float: left;
  width: 40%;
  */
}
div#contact-rechts {
  display: block;
}

form#contactformulier input {
  margin-bottom: 1%; 
  min-width: 300px;
  padding: 1% 1%;
}
form#contactformulier textarea {
  margin-bottom: 1%; 
  width: 80%;
  min-height: 100px; 
  padding: 1% 1%;
}
form#contactformulier input#submit {
  width: auto; 
  cursor: pointer;
  margin-right: 2%;
}
span#email-annuleren {
  color: #cb2727;
  opacity: .5;
  font-style: italic;
  cursor: pointer;
  text-decoration: underline;
}
span#email-annuleren:hover {
  opacity: 1;
}

form#contactformulier .invoerfout {
  border-color: red; 
}


/* ------------------------------------------------------------------------------------------------------ kalenders */
div#wrapper {
  width: 100%;
}

div#kalenders {
  /*outline: 1px solid green;*/
  padding:auto;
  display: block;
  clear: both;
  height: auto;
  background-color: white;
  width: 100%;
  margin: 10px auto; 
  border-top: 1px solid lightgray;
}

/* ------------------------------------------------------------------------------------------------------ instellingen wijzigen */
form#instellingen-formulier {
  display: block; 
  width:100%;
}

form#instellingen-formulier p {
  /*text-decoration: underline;*/
  color: blue;
  cursor: pointer;  
}


span.uitleg {
  display: block;
  font-family: Verdana, sans-serif;
  padding-top: 0;
  padding-bottom: 1%;
  font-size: 70%;
  line-height: 120%;
  color: green; 
}

form#instellingen-formulier > div > div {
  display: none; 
}

form#instellingen-formulier > div {
  border: 1px solid lightgray;
  border-radius: 10px;
  padding: 2% 1%;
  margin-bottom: 1%;
}

/*
form#instellingen-formulier input{
  width: 20%;
  padding: .2%;
	font-family: Calibri, Segoe UI, Arial, Sans-Serif;
	font-weight: 500;
	font-size: 100%;
}
*/
form#instellingen-formulier textarea {
  display: block;
  width: 80%;
}

div#profielfoto-wijzigen > img {
  border: .2em solid #d3d3d3;
  border-radius: 2%;
  padding: 2%;
  max-width: 20%;
}
div#profielfoto-wijzigen h2 > img {
  border: none;
  border-radius: 1%;
  max-width: 5%;
  vertical-align: top;
  padding-left: 2%;
}

/*
form#instellingen-formulier label {
  display: block;
  width: 20%;
  float: left;
  clear: left;
}

form#instellingen-formulier select {
  min-width: 30%;
  padding: .2%;
	font-family: Calibri, Segoe UI, Arial, Sans-Serif;
	font-weight: 500;
	font-size: 100%;
}
*/

/*
div#contactgegevens-wijzigen input {
  width: auto;
  padding: .5% 1%;
}

div#privacy-wijzigen input {
  width: auto;
  padding: .5% 1%;
}
*/

div#opslaan-knoppen {
  text-align: right; 
}


/* ------------------------------------------ uitschrijven */
div#uitschrijven_link {
	text-align: right;
}
div#uitschrijven_link a{
	color: inherit;
  font-size: .9em;
}




/* -------------------------------------------------------------------------------------------------------- sociale media */
div#sociale-media {
  display: block;
  clear: both;
  margin-top: 1%;
  text-align: center;
}
div#sociale-media img {
  border: none;
  /*max-width: 20%;*/
  width: 20px;
  margin-left: 10px;
}

/* ------------------------------------------------------------------------------------------------------- spinner */
.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -24px; /* half width of the spinner gif */
	margin-top: -24px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: hidden;
	width: 48px; /* width of the spinner gif */
	height: 50px; /*hight of the spinner gif +2px to fix IE8 issue */
}

/* foto slider */
div#slider {
	clear: both; 
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	
	padding: 2%;
	/*
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	*/
	
	
	z-index: 1000;
	width: 96%;
	height: 96%;
	background-color: rgb(0, 0, 0, 0.3);
	text-align: center;
}

div#slider img {
	max-width: 100%;
	max-height: 500px;
}
div#slider .height {
	height: 10px;
}

/* Image-container design */
.image-container {
	max-width: 100%;
	max-height: 100%;
	/*
	max-width: 800px;
	max-height: 500px;
	*/
	position: relative;
	margin: auto;
	background: white;
	
	padding-left: 0;
  padding-right: 0;
  /*
	padding-left: 25px;
  padding-right: 25px;
  */
  border-radius: 3px;
  box-shadow: 5px 5px 10px gray;
}

.slide {
  max-height: 500px;
}

	
/* Next and previous icon design */
.previous, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	padding: 10px;
	margin-top: -25px;
	font-size: 30px;
	z-index: 100;
	color: darkgreen;
}

.previous {
	left: 0;
}
.next {
	right: 0;
}	

/* caption decorate */
.captionText {
	color: #000000;
	font-size: 14px;
	position: absolute;
	padding: 12px 12px;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* slider close button */
.sliderClose {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	color: red;
	font-weight: bold;
	font-size: 24px;
	background-color: white;
	border-radius: 7%;
	padding: 5px;
	cursor: pointer;
}
	
/* Slider image number */
.slideNumber {
	display: none;
	background-color: #5574C5;
	color: white;
	border-radius: 25px;
	right: 33px;
	top: 7px;
	opacity: .5;
	margin: 5px;
	width: 25px;
	height: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding-top: 3px;
	position: absolute;
}
.fa {
	font-size: 32px;
}
	
.fa:hover {
	transform: rotate(360deg);
	transition: 1s;
	color: darkgreen;
}

#footer-dots {
	position: relative;
	display: block;
	padding: 10px;
	z-index: 10;
	margin-top: -60px;
}
	
.footerdot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbbbbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.5s ease;
}
	
.active,
.footerdot:hover {
	background-color: black;
}
	



@media screen and (max-width: 768px) {
  /* tablet */
  div#container {
    margin: 0;
    border-radius: 0;
  }
  
  div#logo img{
    margin: 0; 
  }
  
  h1#dekalendervan {
    font-size: 120%; 
    text-align: center;
  }  
  
  div#inhoud {
    padding: 0;
    width: 100%;
  } 

  
} /* einde tablet */

@media screen and (max-width: 600px) {
  /* mobiele telefoon */
  body {
    font-size: 100%; 
    width: 100%;
    padding: 10px;
    margin: 0;
    background: none;
  }

  h1#dekalendervan {
    font-size: 110%; 
  }  
  
  div#sociale-media img {
  	width: 30px;
  }

  div#container {
    background: none;  
    padding: 10px;
  }
  
  div#profielfoto {
  	clear: both;
  	float: none;
  	width: 100%;
  }
  
} /* 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%;
}


/* ------------------------------------------------------------------------------------------------------- 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; 
}






