﻿* {
    margin: 0;
    padding: 0;
}

body {
    background-color: gray;
    color: black;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
    background-image: url('../afbeeldingen/achtergronddentureszw.jpg');
    background-size: cover;
    background-attachment: fixed;
}

#websitevak {
    background-color: white;
    border: 1px solid midnightbleu;
    margin: 0.5em auto;
    max-width: 1000px;
    width: 100%;
}
		
		@media screen and (max-width: 800px) {
		#websitevak {
		    width: 95%;
		}
		}
		
		@media screen and (min-width: 1440px) {
		#websitevak {
		    width: 65%;
		}
		}





#balkboven {
    background-color:#99CCFF;
    width: 100%;
    height: 120px;
}

		#boxleeuw {
			width:15%;
			float: left;
			height:120px;
			background-color:#99CCFF;
		}
		#praktijknaam {
			width: 85%;
			float: left;
			height:120px;
			background-color:#99CCFF;
			margin: auto 0 auto 0;
			position:relative; /* ivm centreren van de tekst en bereid voor op een 'absolute' element*/
}
		
		#praktijknaam p {
		    font-family: georgia,serif;
		    font-size: 3em;
		    font-weight: bold;
		    text-align: left;
		    width: 100%;
		    color: white;
		   /* verticaalcentreren, daarbij hoort position relative van de box 'praktijknaam' */ 
		   	margin: 0;
		  	position: absolute;            
		   	top: 50%;                        
		   	transform: translate(0, -50%); /*dit zet de tekt omhoog met de helft van de letterhoogte */
		}


		@media screen and (max-width: 800px) {
		#balkboven {
		    padding: 3em 0;
		}
		}
		

		@media screen and (max-width: 800px) {
		#praktijknaam p {
		    font-size: 2em;
		}
		}
		

#middenstuk {
    margin: 0 auto;
    width: 100%;
}

	#menu {
	    background-color: #99CCFF;
	    border-top: 2px solid white;
	    width: 100%;
	    clear: both;
	}

	#menu:after {
	    clear: both;
	    content: " ";
	    display: table;
	}
	
	#menuknop {
	    background-color: #99CCFF;
	    border-bottom: 2px solid white;
	    border-top: 2px solid white;
	    height: 20px;
	    color: white;
	    display: none;
	    font-size: 1em;
	    font-weight: bold;
	    letter-spacing: 0.1em;
	    padding: 9px 1,5em 9px 0.5em;
	    text-align: center;
	    text-decoration: none;
	}
	
	@media screen and (max-width: 600px) {
	#menuknop {
	    display: block;
	}
	}
	
	#menu-icoon {
	    display: inline-block;
	    width: 22px;
	    padding: 0 0.5em 0 0;
	    position: relative;
	}
	 
	#menu-icoon span {
	    background-color: white;
	    border: .5px solid white;
	    height: 2px;
	    margin-top: 3px;
	    width: 100%;
	    display: block;
	}
	
	#menu ul {
	    list-style-type: none;
	}
	
	#hoofdmenu {
	    display: none;
	}
	
	@media screen and (min-width: 601px) {
	#hoofdmenu {
	    display: block !important;
	}
	}
	
	#hoofdmenu > li {
	    float: left;
	    position: relative;
	}
	
	@media screen and (max-width: 600px) {
	#hoofdmenu > li {
	    float: none;
	}
	}
	
	#hoofdmenu > li > a {
	    background-color: #99CCFF;
	    color: white;
	    display: block;
	    font-size: 1em;
	    font-weight: bold;
	    padding: 1em 1em 1em 0.5em;
	    text-align: left;
	    text-decoration: none;
	}
	
	@media screen and (max-width: 600px) {
	#hoofdmenu > li > a {
	    border-bottom: 1px solid white;
	    display: block;
		font-weight: normal;
		padding: 0.6em 1em;
	}
	}
	
	#hoofdmenu > li > a:hover {
	    background-color: midnightblue;
	}
	
	#hoofdmenu > li:hover ul {
	    display: block;
	    position: absolute;
	    z-index: 2;
	}
	
	@media screen and (max-width: 600px) {
	#hoofdmenu > li:hover ul {
	    position: absolute;
	    top: 0;
	    left: 8em;
	}
	}
	
		.submenu > ul {
		    display: none;
		}
		
		.submenu > ul > li > a {
		    background-color: midnightblue;
		    border-top: 1px solid white;
		    color: white;
		    display: block;
		    padding: 1em 0.75em 1em 0.5em;
		    text-decoration: none;
		    width: 7em;
		}
		
		@media screen and (max-width: 600px) {
		.submenu > ul > li > a {
		    background-color: lightblue;
		    border-bottom: 1px solid midnightblue;
		    border-top: 0 none transparent;
		    color: midnightblue;
			font-weight: normal;
			padding: 0.6em 1em;
		    width: auto;
		}
		}
		/*kleur knop van uitklapmenu bij hoveren*/
		.submenu > ul > li > a:hover {
		    background-color: steelblue;
		}
		
		@media screen and (max-width: 600px) {
		.submenu > ul > li > a:hover {
		    color: white;
		}
		}
		/*.subsubmenu */
		
		/* zet m naar rechts */
		.subsubmenu ul {
						margin: -2em 0 0 7em
		}
		
		/* zet menu buiten beeld */
		.subsubmenu ul {
		    position:absolute;
		    width: 7em;
		    left: -999em;
		}
		
		/* zet menu weer terug */
		.subsubmenu:hover ul {
			left: auto; 
		}
		
		.subsubmenu > ul > li > a {
		    background-color: #205480;
		    border-top: 1px solid white;
		    color: white;
		    display: block;
		    padding: 7px;
		    text-decoration: none;
		    width: 11em;
		}
		
		.subsubmenu > ul > li > a:hover {
		    background-color: steelblue;
		}
		
		/* tot hier */





#hoofdvak {
    padding: 1em;
}

	#tekstvak {
	}
	
		#tekstvak p {
		    font-size: 0.95em;
		    line-height: 1.3em;
		    margin-bottom: 1em;
		}
		
		#tekstvak ul, #tekstvak ol {
		    font-size: 0.95em;
		    line-height: 1.3em;
		    margin-bottom: 1em;
		    margin-left: 2em;
		}
		
		#tekstvak ul li, #tekstvak ol li {
		    left: 2em;
		    padding-right: 2em;
		    position: relative;
		}
		
		@media screen and (max-width: 800px) {
		#tekstvak ul li, #tekstvak ol li {
		    left: 0;
		    padding-right: 0;
		    position: static;
		}
		}
		
		#tekstvak h1 {
		    color: midnightblue;
		    font-size: 1.3em;
		    font-weight: bold;
		    margin: 0 0 1.2em;
		    padding: 1em 0 0;
		}
		
		#tekstvak h2 {
		    color: midnightblue;
		    font-size: 0.9em;
		    margin-bottom: 0.25em;
		    padding-top: 0.25em;
		}
		
		#tekstvak img {
		    max-width: 95%;
		}

#extravak {
    border: 3px ridge darkgray;
    margin: 0 auto;
    padding: 0.5em;
    width: 80%;
}

		@media screen and (max-width: 800px) {
		#extravak {
		    padding: 0.5em 0;
		    width: 98%;
		}
		}
		
		#inhoudextravak {
		    margin: 0 auto;
		    text-align: center;
		}
		
		#inhoudextravak > h3 {
		    color: darkslategray;
		    font-size: 1em;
		    font-variant: small-caps;
		    padding-bottom: 0.6em;
		}
		
		#inhoudextravak > p {
		    color: black;
		    font-size: 0.8em;
		    padding: 0.2em 0.2em 0.6em;
		}

#balkbeneden {
    background-color: silver;
    clear: both;
    width: 100%;
}

		#inhoudbalkbeneden {
		    padding: 2em 0;
		    text-align: center;
		    width: 100%;
		}
		
		#inhoudbalkbeneden span {
		    border-right: 1px solid white;
		    color: white;
		    display: inline-block;
		    font-size: 0.8em;
		    padding: 0.5em 2em;
		    white-space: nowrap;
		}
		
		@media screen and (max-width: 800px) {
		#inhoudbalkbeneden span {
		    border-bottom: 1px solid white;
		    border-right: 0 none;
		    padding: 0.5em 0;
		    width: 100%;
		}
		}
		
		#inhoudbalkbeneden span:last-child {
		    border-bottom: medium none;
		    border-right: medium none;
		}
		
		#inhoudbalkbeneden span a {
		    color: white;
		    text-decoration: none;
		}

.clearfix:before, .clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.links {
    float: left;
    margin: 0.2em 0.8em 0.6em 0;
}

.rechts {
    float: right;
    margin: 0.2em 0 0.6em 0.8em;
}

.gecentreerd {
    display: block;
    margin: 0 auto 1em;
}

.socialmedia {
    border: 0 none;
    margin: 0.5em 0.2em;
}


/*tekstvak met ronde hoeken*/
#vakmetrondehoeken { 	 
	border: solid 2px steelblue;
	border-radius: 10px; 
	padding:2em;
	margin: 2em;
	text-align:left;
 }
		#vakmetrondehoeken h1  {
			color: #205480;
			text-align:center;
			}
/*einde tekstvak met ronde hoeken*/



#algemeenvak {
	float: left;
	border: solid 2px steelblue;
	border-radius: 10px; 
	padding:2em;
	margin: 2em;
	text-align:left;
	width:40%;
 }
		#algemeenvak h1  {
			color: #205480;
			text-align:center;
			}
			
#plaatje {
	float: left;
	padding:2em;
	margin: 2em;
	width: 30%;		
}
				


#vakcontactpagina {
	border: solid 2px steelblue;
	border-radius: 10px; 
	padding:0em;
	margin: 0 auto 0 auto;
	width: 80%;	
	}

	#fotobijcontactgegevens {
	background-color: lightgray;
	float:left;
	padding:2em;
	margin: 0 2em 0 0;
	width: auto;
	height:500px;
	}

	#vakcontactgegevens { 
	background-color:silver;
	padding:2em;
	margin: 2em;
	text-align:left;
	width: auto;
	height:500px;	
	}
		#vakcontactgegevens p3 {
		color:#DF0101;
		}
		#vakcontactgegevens p4 {
		color: #FA5858;
}



#lidmaatschappen {
	border: 1px solid;
	width: 70%;
	margin: 0 auto 0 auto;
	padding: 5px;
}
	
	#tabelrij {
		background-color: #f0f0f0;
		position: relative;
	    margin: 0 auto 0 auto;
	    max-width: 1000px;
	    width: 100%;
	    height: 75px;
	    padding: 0;
	    text-align:center;
	}
	
			#tabelvaka {	
				float:left;
				position: relative;
				background-color: ;
			    margin: 0 auto 0 auto;
			    max-width: 1000px;
			    width: 30%;
			    height: 75px;
			    padding: 0;
	}
	
			#tabelvakb {
				float: left;
				position: relative;
				background-color: ;
			    margin: 0 auto 0 auto;
			    max-width: 1000px;
			    width: 70%;
			    height: 75px;
			    padding: 0;			    
	}
					#tabelvakb p{
					    margin: 0;
					    background: ;
					    position: absolute;
					    top: 50%;
					    left: 50%;
					    margin-right: -50%;
					    transform: translate(-50%, -50%) 
	}
					
			img.logo{
				margin: 0;
				position: absolute;
				top: 50%;
				left: 50%;
				margin-right: -50%;
				transform: translate(-50%, -50%) ;				
	}
		
/* Klachtenpagina*/

#klachtenvak1 {
			width: 55%;
			float:right;
		    font-size: 0.95em;
		    line-height: 1.3em;
		    margin-bottom: 1em;

}

#klachtenvak2 {
			border: solid 2px steelblue;
			border-radius: 10px; 
			padding:2em;
			margin: 2em;		
			float: left;
		    font-size: 0.95em;
		    line-height: 1.3em;
		    margin-bottom: 1em;

}


/* Filmpjes van de puzzels */



#video1 {
		background-color: green;
	    margin: 1em auto 1em auto;
	    width: 70%;
	    height: auto;
	    padding: 1em;
	    text-align:center;
	    border-radius: 10px;	
}


#video2 {
		background-color: red;
	    margin: 1em auto 1em auto;
	    width: 70%;
	    height: auto;
	    padding: 1em;
	    text-align:center;	
	    border-radius: 10px;
}


#bedanktplaatje {


		max-width: 98%; 
		height: auto;
		float:left;
		width: 30%;	
    	height: 15em;

				
}
#bedankttekst {

   		text-align:center;
		float:left;
		width: 60%;
    	height: 15em;
    	position:relative;
}

		#bedankttekst p {
				font-size: 1.5em;
			    margin: 0;
			    position: absolute;	
				top: 50%;
				left: 50%;
				margin-right: -50%;
				transform: translate(-50%, -50%)






