 body    {
        		
		font-family: nunito-sans, sans-serif;
        color: #21145f;
        font-size: 17px;
		letter-spacing:0.1px;
		background-color:#FFFFFF;
		line-height:28px;
    	}

p {margin-top:5px;}
       
tr      {
        color: #21145f;
        font-size: 17px;
		}	
	
.nobr
{
margin:4px;display:inline-block;margin-left: 0px;
}

article
{display:inline;}

figcaption
{
  font-style: italic;
  font-size:0.8rem;
  line-height: 1.2rem;
}

.prijsoverzicht, .prijsoverzicht1 , .prijsoverzicht2
{
	width:185px;
	float:left;
	height:40px;	
}




.rechts-links
{text-align:right;}

input[type="checkbox" i] {
width: 1.2rem;
    height: 1.2rem;
	position: relative;
    top: 4px;
}

.spotlightLeftBlokHome
{
display:inline-block;
margin-left:395px;
margin-top:168px;
cursor:pointer;
color: #cccccc; 
font-size:25px;
}

.spotlightRightBlokHome
{
display:inline-block;
margin-top:168px;
cursor:pointer;
color: #cccccc; 
font-size:25px;
}

.spotlightLeftBlokHome:hover, .spotlightRightBlokHome:hover
{
color:#ffffff;
}

.inspiratie-foto
{
width: 100%;
height:400px;
position: relative;
border-radius: 8px;
background-position: top !important;
background-size: cover !important;
margin-top:-20px;
}

.inspiratie-quote
{
    display:inline-block;
    margin-top: 15px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 5px;
    border: 1px solid #81bc00;
}

.center1100
{text-align:center;
border: 1px solid #ecf3df;
    border-radius: 5px;
    border-bottom: 5px solid #81bc00;
	padding:20px;height:100%;padding-bottom:0px;
	max-width: 450px;
}

	.center1100:hover
	{background-color:#ecf3df;color:#21145F;border-bottom: 5px solid #21145F;	}
	
	
.flex-inspiratie
{
display:flex;
margin-top:50px;
}  

.flex-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    column-gap: 40px;
    row-gap: 40px;
	margin-bottom:40px;
}  

.grid2-container, .grid2-bereed-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    column-gap: 40px;
    row-gap: 20px;
	margin-bottom:0px;
}  

.grid112-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: 1fr 1fr 2fr;
    column-gap: 20px;
    row-gap: 20px;
	margin-bottom:0px;
} 

.grid31-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: 3fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
	margin-bottom:0px;
} 

.grid21-container, .grid21-800-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: 2fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
	margin-bottom:0px;
} 

.grid12-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: 1fr 2fr;
    column-gap: 20px;
    row-gap: 20px;
	margin-bottom:0px;
} 

.grid3-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
	margin-bottom:0px;
}

.grid3-blijvend-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
	margin-bottom:0px;
	border: 1px solid #81BC00;
	border-radius:5px;
	padding:10px;
	margin-bottom:20px;
}

.grid4-container
{
display:grid;
justify-content: space-between;
justify-items:stretch;
   align-content:stretch; 
	align-items: stretch;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
    row-gap: 20px;
	margin-bottom:0px;
} 

.flex3kolommen
{
flex:1;
position:relative;
}

.inspiratie-filter
{
text-decoration:none;
border: 1px solid #ffffff;
padding:8px;
padding-bottom:5px;
padding-top:9px;
border-radius:5px;
margin-right:10px;
display:inline-block;
background-color:#ffffff;
margin-bottom:10px;
}

a.inspiratie-filter:link { }
a.inspiratie-filter:visited { }
a.inspiratie-filter:hover {text-decoration : none;  background:#81bc00;color:#ffffff;}
a.inspiratie-filter:active {text-decoration : none;background: #81bc00;color:#ffffff;}
a.inspiratie-filter:focus {outline: none;}

.datum-blokje
{margin-bottom:10px;
min-height:55px;
background-color:#ecf3df;
    padding-bottom: 2px;
	display:inline-block;
	width:100%;
	border-radius:5px;
	border: 1px solid #ecf3df;
	font-size:15px;
	line-height:22px;
	}

	.datum-blokje:hover
	{
	background-color:#f9fbf5;
	color:#21145F;
	}
	
.date-calendar
{display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #eee;
  float: left;
  margin: 0 8px 0 0;
  background-color:#ffffff;
  margin-top: 3px;
    margin-left: 3px;
    border-radius: 5px
}

.month
{background-color: #21145f;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  height: 24px;
  display: block;}

.day
{font-size: 24px;
  line-height: 30px;
  position: relative;
  height: 42px;
  color: #333;}

.keyword
{
 color:#FFFFFF;
 font-weight:bold;
 background:#cc0000;
 padding:2px;
 padding-left:5px;
 padding-right:5px;
 border-radius:5px;
 margin-bottom:2px;
}

.getal
{
font-size:2.0em;
font-weight:700;
color:#ffffff;
}

.categorie-op-foto
{
text-decoration:none!important;
font-weight:600;
}

  .zichtbaar-iphone
   {display:none!important}
   
.icon-cirkel
	{
	margin-top:0px;
	width:36px;
	height:36px;
	border-radius:21px;
	margin-bottom:20px;
	background:#81bc00;
	display: inline-block;
    color: #ffffff;
    line-height: 41px;
	}
	
input[type="button" i] {
font-family: nunito-sans, sans-serif;
}
	
button
{
font-family: nunito-sans, sans-serif;
}

.inschrijf-tabjes
{
background-color:#eeeeee;
color:#21145F;
margin:1px;
font-weight:600;
padding:5px 10px 0px 10px;
border-radius:5px;
float:left;
display:block;
margin-bottom:2px;
}

.inschrijf-tabjes:hover
{
background:#81bc00;
color:#ffffff;
}

.inschrijf-tabjes-selected
{
display:block;
background:#21145f;
color:#ffffff;
font-weight:600;
padding:5px 10px 0px 10px;
border-radius:5px;
float:left;
margin-top:1px;
margin-bottom:2px;
}


.prijsoverzicht1
{font-weight:600}

.totaalprijs
{
background-color:#21145F;
color:#FFFFFF;
height:24px;
width:179px;
float:left;
text-align:right;
padding:3px;
border-radius:3px;margin-right:2px;
}

.spreuken
{
	
	text-align:center;
	background-color:#ffffff;
	color:#21145F;
	padding:20px;
	padding-top:20px;
	font-size:1.9em;
	line-height:40px;
	height:200px;
}

.deelnemer
{
margin-top: 10px;
    padding-bottom: 20px;
    font-weight: 600;
    display: inline-block;}
		
.vertical-align
{
padding-top:120px!important;
}

.fa-ul {
    list-style-type: none;
    margin-left: 0.5em!important;
    padding-left: 0;
	list-style-type: none!important;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
	
	}
	
.driekolommen-maatwerk
{
	width:33%;
	min-width:400px;
	float:left;
	padding:0px;
	text-align:left;
	left:0px;
}
	
.maatwerk
	{
	height:850px;
	}
	
.lesmateriaal
	{height:690px;
	}
	
	.over-ons
	{
	height:600px;
	}
	
.groen-crimson
{
	margin-bottom:15px;
	color:#81bc00;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Crimson Text';
}

.stap-stempel
	{
	position:absolute;
	width:120px;
	height:120px;
	border-radius:63px;
	background:#81bc00;
	border:solid 1px #81bc00;
		padding: 2px;
    background-clip: content-box;
	display: flex;
	text-align: center;
	align-items: center;
	font-weight:600;
	right: 0px;
	top:180px;
    color: #ffffff;
	line-height:23px;
	z-index:100;
	transform: rotate(10deg);

	}
	

	
.stap-stempel:hover
	{
	background:#ffffff;
	color:#21145F;
	border:solid 1px #e9e9e9;
	padding: 2px;
    background-clip: content-box;
	}

.tips
	{
	background:#ffffff;
	margin-bottom:10px;
	border-radius:5px;
	border: 1px solid #ecf3df;
	border-bottom: 5px solid #81bc00;
	display:inline-block;
	}
	
.xxtips:hover
	{
	background:#ecf3df;
	border-bottom: 5px solid #21145F;
	filter: drop-shadow(3px 3px 3px #ecf3df);
	}

.quote 
{
display: none;
padding-top:20px;
padding-bottom:0px;
min-height:50px;
height:auto;
font-size:1.2em;
color:#21145F;
width:90%;
margin-left:5%;
}

.quote-left
{
	color:#81bc00;
	font-size:2rem;
	opacity:1.0;
	margin-right:10px;
}

.quote-right
{
	color:#81bc00;
	font-size:2rem;
	opacity:1.0;
	margin-left:10px;
}


figure { 
 display: block;
 margin:0px;
}

.kosten-training
{
float:left;
width:35%;
}

.plaats-training
{
float:left;
width:65%;
}

.springest-score__square--large {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2em;
	float: left;
    background: #21145F;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 1.28571em;
    font-weight: 600;
    text-align: center;
	margin-right:10px;
	}
	
.coel-plaatje
{
	top:0px;
	position:relative;
	width:200px;
	height:200px;
	border-radius:102px;
	color:#81BCOO;
	margin-bottom:3px;
	right:3px;
	display:inline-block;
	background-image:url(../images/inhoud/coel-toetscentrum-den-haag.jpg); 
	background-size: cover;
	border : 0px solid #f4f4f4;
	float:right;
}

#dropdown_datum, .dropdown_datum
{border-radius:5px!important;
  max-width:260px;
  }
 
 #dropdown_datum2, .dropdown_datum2
  {
  max-width:500px;
 border-radius: 5px!important;
  margin-left:5px;
  background:#ffffff;
  border: 1px solid #81bc00}


#dropdown_datum_inschrijven
{
    
	max-width:100%;
}

section
{
margin-top:10px;
}

h1 {        font-family: "eurostile-extended",sans-serif; font-size: 26px;  font-weight:600;margin:0px;margin-bottom:20px;margin-top:45px;color: #21145f;text-align:left;text-transform:lowercase;letter-spacing:1px;}
h2 {        font-family:nunito-sans, sans-serif;font-weight:00; font-size:22px;  margin:0px;margin-top:25px;margin-bottom:10px;color: #21145f;}
h6 {        font-family: "eurostile-extended",sans-serif; font-size:17px;font-weight:100; margin:0px;margin-top:10px;margin-bottom:5px;color: #21145f;}

.h2-eurostyle
{
font-family: "eurostile-extended",sans-serif!important; font-size:22px; font-weight:600; margin:0px;margin-top:25px;margin-bottom:10px;color: #21145f;text-transform:lowercase;letter-spacing:1px;
}

.groene-rand
{border: 1px solid #81bc00;
border-radius:5px;
padding:15px;
padding-bottom:0px;
padding-top:20px;
}

.groen {color:#81BC00;}		 
a.groen:link {  text-decoration:  none; margin-right : 0px; color: #81BC00; }
a.groen:visited {  text-decoration: none;  margin-right : 0px; color: #81BC00; }
a.groen:hover {  text-decoration: underline; margin-right : 0px; color: #21145F; }
a.groen:active {  text-decoration: underline; margin-right : 0px; color: #21145F; }

.groene-stippellijn
{
	color:#81BC00;
	height:1px;
	border:none;
	border-top:1px dotted #81BC00;
	margin-top: 40px; 
	margin-bottom: 40px;
	width:100%;
}


.kop-onder {font-size:17px;font-weight:100;font-family: "eurostile-extended",sans-serif; }


	


.eurostyle
{
font-family: "eurostile-extended",sans-serif; font-size: 17px;text-transform:lowercase;color:#21145F;font-weight:600;letter-spacing:1px;
}

.pop-up
{
	position:relative;
	top:50%;
	height:280px;
	margin-top:-125px;
	left:50%;
	margin-left:-150px;
	width:320px;
	background:#FFFFFF;
	color:#21145F;
	border-radius:5px;
	border-bottom: 5px solid #FC5e1f;
}

.ook-dat-is
{
	padding:10px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	background:#ffffff;
	opacity:0.94;
	border-radius:5px;
}

.snel-contact
	{
	font-size:15px;
	line-height:22px;
	}


.close
{margin: 5px 0 5px 5px;
    top: 1px;
    right: 5px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #EEE;
    width: 15px;
    height: 15px;
    color: #EEE;
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
	}
	

	
.mirror
{
  display: inline-block;
  transform: scaleX(-1); 
  filter: FlipH; /* IE 6-7-8 */
}






.kleiner {font-size:14px;line-height:22px;}		


.footer    {  text-decoration: none; color: #21145F;line-height:28px; font-size:16px;}
a.footer:link    {  text-decoration: none; color: #21145F; }
a.footer:visited {  text-decoration: none; color: #21145F; }
a.footer:hover {  text-decoration: none; color: #81BC00; }
a.footer:active {  text-decoration: none; color: #81BC00; }


.back-to-top {

   display:none;
   position: fixed;
   bottom: 3em;
   right: 10px;
    text-decoration: none;
   color: #000000;
   background-color: rgba(33, 20, 95, 0.85);
   font-size: 14px;
   padding: 0.6em;
   z-index:100000000;
   border-radius: 0.5em; 
   border : 0px solid #FFFFFF;
}

 .back-to-top:link {   
  
   text-decoration:none;
   color:#ffffff;
	}

.back-to-top:hover {   
   background-color: rgba(129, 188, 0, 0.80);
   text-decoration:none;
   color:#ffffff;
	}


.inhoud_cursus ul      {
        margin-top:0px;
        margin-bottom:0px;
        margin-left: 0px;/*was -23*/
        padding-left:0px;
        }


.inhoud_cursus li      {
        list-style: square outside;
        margin-left:16px;/*was 10*/
        padding-left:0px;
        }
		
.vinkje li::before 
{
content: '\1F5F8';
margin-right: 10px;
list-style: none;
}

		
.ul, ul,      {
        margin-top:0px;
        margin-bottom:0px;
        margin-left: 0px;/*was -23*/
        padding-left:0px;
		
        }
		
.ol, ol      {
        margin-top:0px;
        margin-bottom:0px;
        margin-left: 16px;/*was -23*/
        padding-left:0px;
        }


ul li, .ul li      {
       
        margin-left:16px;/*was 10*/
        padding-left:0px;
		list-style: square outside;
        }
        
@media screen and (-webkit-min-device-pixel-ratio:0) 

{ 
li, .li      
		{
        margin-left:0px;/*was 10*/
        padding-left:0px;
        }

.ul, ul, .ol, ol      
		{
        margin-left: 16px;/*was -23*/
        padding-left:0px;
        }
}





.labeltje-sg-groen
{
	
	color: #FFFFFF;
    background-color: #21145F;
    border: 0px solid #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
	border-radius:5px;
}


a.labeltje-groen:hover
{
background-color:#acd95a;
text-decoration:none;
}



.labeltje-grijs, .labeltje-rood, .labeltje-paars2, .labeltje-groen, .labeltje-blauw, .labeltje-sg-blauw, .labeltje-sg-blauw2, .labeltje-webinar
{	
	color:#21145F;
	display: inline-block;
	background-color:#FFFFFF;
	padding-right:8px;
	padding-left:8px;
	height:auto;
	min-height:23px;
	padding-top:4px;
	border : 1px solid #81BC00;
	font-size:16px;
	border-radius: 0.5em; 
	/*text-transform:lowercase;	*/
	margin-bottom:8px;
}

.labeltje-paars2
{
	color:#FFFFFF;
	background-color:#21145F;
	border : 1px solid #21145F;
}

.labeltje-oranje
{	
	color:#21145F;
	display: inline-block;
	background-color:#FFFFFF;
	padding-right:8px;
	padding-left:8px;
	height:auto;
	min-height:23px;
	line-height:25px;
	border : 1px solid #FC5E1F;
	font-size:13px;
	border-radius: 0.5em; 
	text-transform:lowercase;	
}



.labeltje-blauw
{
	color:#21145F;
	border : 1px solid #0dcfe6;
}

.labeltje-groen
{
	color:#FFFFFF;
	font-weight:600;
	background-color:#21145F;
	border : 2px solid #21145F;
	font-size:14px;
	letter-spacing:0.3px;
}

.labeltje-sg-blauw
{
	color:#FFFFFF;
	background-color:#21145F;
	border : 0px solid #FFFFFF;
	font-weight:600;
        font-size:16px;
		letter-spacing:0.5px;
		padding:2px;
		padding-left:8px;
		padding-right:8px;
		
}

.labeltje-sg-blauw2
{
	color:#FFFFFF;
	background-color:#21145F;
	border : 0px solid #FFFFFF;
	font-weight:600;
        font-size:16px;
		letter-spacing:0.3px;
}

.labeltje-sg-cases
{
	color:#21145F;
	background-color:#ffffff;
	opacity:0.9;
        border : 1px solid #81bc00;
	font-weight:600;
        font-size:16px;
	letter-spacing:0.3px;
        border-radius: 0.5em;
        padding:8px;
        padding-bottom:0px;
        padding-top:4px;
}

.label-grijs
{
	color:#757575;
	max-width:350px;
	line-height:22px;!important;
	padding-right:0px;
	padding-left:20px;
	text-align:right;
}


.label-blauw
{
	background-color:#4b3e8a;
	color:#FFFFFF;
	text-decoration:none;
	width:100%;
	padding:10px;
	margin-top:3px;
	box-sizing: border-box;
	height:35px; 
}

.label-tab-t2w-opleiding,.label-tab-moc-opleiding
{
	background-color:#FFFFFF;
	width:100%;
	padding:10px;
	padding-left:90px;
	box-sizing: border-box;
	min-height:75px;
	height:auto;
	display:block; 
	border-radius: 5px;
	margin-bottom:10px;
	border : 1px solid #e9e9e9;
}



.info-opleiding
{
position:absolute;
left:140px;
margin-right:210px;
text-align:left;
}

.prijs-opleiding
{
position:absolute;
right:15px;
top:20px;
text-align:right;
font-weight:700;
font-size:1em
}

.p-opleiding
{
line-height:22px;
font-size:15px;
margin-left:5px;
}

.populair
{
transition: visibility .3s;
transition-property: visibility;
transition-duration: 0.3s; 
transition-timing-function: ease;
transition-delay: 0s;
visibility: hidden;
    top: 15%;
    display: block;
    position: absolute;
    z-index: 10000;
    background-color: #ffffff;
	text-align:center;
	padding:10px;
	margin-right:5px;
	font-weight:600;
	border-radius:5px;
	opacity:0.9;
	font-size:1.0em;
}

a.zichtbaar:hover .populair
{visibility: visible;}

.dropdown-opleiding
{	
clear:both;
position:absolute;
bottom:12px;
left:135px;
margin-right:150px;
line-height:0px;
}

.label-tab-t2w-opleiding:link, .label-tab-moc-opleiding:link, .label-tab-t2w-opleiding:visited, .label-tab-moc-opleiding:visited
{		
	color:#21145F;	
	text-decoration:none;
}


a.label-tab-t2w-opleiding:hover, a.label-tab-moc-opleiding:hover, a.label-t2w-opleiding, a.label-moc-opleiding
{		
	color:#21145F;
	background-color:#ecf3df;
	text-decoration:none;
}

a.label-tab-moc-opleiding:hover, a.label-moc-opleiding, a.label-moc-opleiding:hover
{		
	background-color:#f4f4f4;
}




a.label-tab-opleiding:active
{	
	color:#21145F;	
	text-decoration:none;
}



.cases-foto
{
float:right;
top:10px;
position:relative;
width:220px;
height:220px;
border-radius:112px;
margin-bottom:0px;
margin-left:30px;
display:inline-block;
background-size: cover;
border : 1px solid #81BC00;
}

.landingspagina-foto
{
top:10px;
position:relative;
width:180px;
height:180px;
border-radius:112px;
margin-bottom:20px;
margin-left:0px;
display:inline-block;
background-size: cover;
border : 1px solid #81BC00;
}


.foto-rechts
{
width:auto;
max-width:300px;
border-radius:5px;
margin-top:25px;
}

.leeroplossingen, .mijnopleidingscentrum
{
top:0px;
position:relative;
width:340px;
height:340px;
border-radius:172px;
margin-bottom:0px;
display:inline-block;
border:2px solid #FFFFFF;
}



.leeroplossingen:hover
{
filter: drop-shadow(5px 5px 2px #e9e9e9);
border:2px solid #81BC00;
}



.inhoud-opleiding
{
	width:100%;
	padding:10px;
	padding-left:90px;
	box-sizing: border-box;

}

.center-links
{text-align:left;
font-weight:700;
max-width:63%;}

.home-links
{text-align:left;

max-width:80%;}

.inspiratie
{
font-weight:700;
text-align:left;
}




.ookinteressant
{	
	background-color:#ffffff;
	border: 1px solid #ecf3df;
	border-bottom: 5px solid #81BC00;
	border-radius:5px;
	margin-bottom:15px;
	}

.ookinteressant:hover
{background-color:#ecf3df;
border-bottom: 5px solid #21145F;}

.rechts-center
{text-align:right;}
 
.label-over-ons  
{
/*alleen voor over ons*/
background-color:#F4f4f4; 
vertical-align:top;
min-height:630px;
filter: drop-shadow(5px 5px 2px #e9e9e9);
line-height:22px;!important;
padding:0px;
padding-bottom:15px;
border : 1px solid #e9e9e9;
border-bottom : 5px solid #81BC00;
text-align:center;
border-radius: 5px;
display:inline-block;
min-width:320px;
}

.foto-over-ons
{
	top:30px;
	position:relative;
	width:198px;
	height:198px;
	border-radius:100px;
	margin-bottom:30px;
	display:inline-block;
	border : 2px solid #FFFFFF;
}

.label-grijs
{
max-width:350px;
line-height:22px;!important;
padding-right:0px;
padding-left:20px;
text-align:right;
}

.inschrijven-form
{
	width:160px;
	float:left;
	height:40px;
	font-weight:600
}

.lees-en-inschrijven
{
    display:inline-block;
    float:right;
    width:220px;
}


.lees-en-inschrijven-klein
{
    display:none;
    text-align:left;
}


    

.select-zoeken   {
            font-family:  nunito-sans, sans-serif; 
            font-weight:600;
            background-color: #FFFFFF;
            border : 0px solid #21145F;
            height:26px;
			color:#21145F;
			display: inline-block;
    position: relative;
         -webkit-border-radius:5px;
         border-radius:5px;
			        }
					
.input   {
            font-family:  nunito-sans, sans-serif; 
            font-size: 16px;
            background-color: #FFFFFF;
            border : 1px solid #CCCCCC;
			height:41px;
			color:#21145F;
			/*-webkit-appearance:textfield; - uitklap-pijltje werkt anders niet in edge en chrome*/
         -webkit-border-radius:0;
         border-radius:5px;
		 -moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
		box-sizing:border-box;
		padding-left: 5px;
		line-height:1.5em;
		margin-bottom:10px;
		   }
		   
		   
/*invulvels nieuwsbrief*/		   
	.input1   {
            font-family:  nunito-sans, sans-serif; 
            font-size: 16px;
			text-align:center;
            background-color: #FFFFFF;
            border : 2px solid #81BC00;
			width:200px;
			height:40px;
			color:#21145F;
			margin-bottom:10px;
			padding:5px;
			padding-left:10px;
			-webkit-border-radius:25PX;
         border-radius:25PX;
		 -moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
		box-sizing:border-box;
		   }
		   
		    
		   
        
.input2   {
            font-family:  nunito-sans, sans-serif; 
            font-size: 14px;
            background-color: #FFFFFF;
            color:#21145F;
			border : 0px solid #F70084;
			width:180px;height:22px;
			 -moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
		box-sizing:border-box;
        }
		
		
		/*voor inschrijfform*/
.input3   {
            font-family:  nunito-sans, sans-serif; 
            font-size: 17px;
            background-color: #FFFFFF;
            border : 1px solid #CCCCCC;
			width:70%;
			min-width:320px;
			height:25px;
			color:#21145F;
			 -moz-box-sizing:border-box; 
			-webkit-box-sizing:border-box; 
			box-sizing:border-box;
			        }
					
			/*voor inschrijfform*/
.input-inschrijf   
			{
            font-family:  nunito-sans, sans-serif; 
            font-size: 15px;
            background-color: #FFFFFF;
            border : 1px solid #CCCCCC;
			border-radius:5px;
			padding-left:5px;
			height:41px;
			color:#21145F;
			 -moz-box-sizing:border-box; 
			-webkit-box-sizing:border-box; 
			box-sizing:border-box;
			padding-top:4px;
			margin-bottom:10px;
			}
        
    
.socialmedia_moc {display:none;}


.zichtbaar_opl_opl {display:inline!important}
.onzichtbaar_opl_opl {display:none!important}

.onzichtbaar {display:none!important;}
.onzichtbaar_moc_moc {display:none!important;}
.onzichtbaar_t2w_t2w {display:none!important;}
.onzichtbaar_och_och {display:none!important;}
.onzichtbaar_incompany_incompany {display:none!important;}
.zichtbaar_t2w_incompany_incompany {display:inline!important;}
.zichtbaar_t2w_hybride_hybride {display:inline!important;}
.zichtbaar_incompany_incompany {display:inline!important;}
.onzichtbaar_e-learning_e-learning {display:none!important;}
.zichtbaar_e-learning_e-learning {display:inline!important;}
.zichtbaar_t2w_e-learning_e-learning {display:inline!important;}
.zichtbaarblock_e-learning_e-learning {display:inline-block!important;}
.onzichtbaar_webinar_webinar {display:none!important;}
.zichtbaar_webinar_webinar {display:inline!important;}
.zichtbaar_t2w_webinar_webinar {display:inline!important;}
.onzichtbaar_klassikaal_klassikaal {display:none!important;}
.zichtbaar_klassikaal_klassikaal {display:inline!important;}
.zichtbaar_t2w_klassikaal_klassikaal {display:inline!important;}
.zichtbaar_klassikaal_klassikaal_tr {display:table-row !important;}


.onzichtbaar_inspiratie_landingspagina-template
,.onzichtbaar_landingspagina_den-haag
,.onzichtbaar_landingspagina_cursus-volgen
,.onzichtbaar_landingspagina_workshop-volgen
,.onzichtbaar_landingspagina_training-volgen
,.onzichtbaar_landingspagina_opleiding-volgen
{display:none!important;}

.onzichtbaar_snel-leren_snel-leren, .onzichtbaar_gratis-cursus_gratis-cursus
{display:none!important;}
.zichtbaar_snel-leren_snel-leren, .zichtbaar_gratis-cursus_gratis-cursus
{display:block!important;}

.onzichtbaar_leren_leren
{display:none!important;}
.zichtbaar_leren_leren
{display:block!important;}

.onzichtbaar_startdatum-garantie_startdatum-garantie
{display:none!important;}
.zichtbaar_startdatum-garantie_startdatum-garantie
{display:block!important;}

.office_onzichtbaar
{display:none!important;}

.less_padding_leren
{
    padding-left:20px!important;
    padding-right:20px!important;
}

tr.small_table td
{
 font-size:10px;
}

.input_small_table   {
            font-family:  nunito-sans, sans-serif; 
            font-size: 10px;
            color: #333333;
            background-color: #FFFFFF;
            border : 1px solid #F70084;
        }

   .zichtbaar-ipad-vertikaal
   {display:none}
   
      .onzichtbaar-ipad-vertikaal
   {display:block}  
   
        .onzichtbaar-ipad-horizontaal
   {display:block}  


.faq
{
 display:none;
 background:#ecf3df;
 padding-left:15px;
 padding-top:10px;
 padding-right:15px;
 padding-bottom:8px;
 margin-top:3px;
 margin-bottom:10px;
 border-radius:5px;
}

.subsidie-kolommen
{
	width:18.5%;
	min-width:152px;
	min-height:160px;
	display:inline-block;
	padding:5px;
	text-align:center;
	vertical-align:top;
	line-height:24px;
	font-size:14px;
	margin-bottom:10px;
	border-radius:5px;
	border-bottom: 5px solid #ffffff;
}

.subsidie-kolommen:hover
{
background-color: #F4f4f4;
border-bottom: 5px solid #81BC00;

}

.subsidie-icon
{
color:#81BC00;
font-size:3em;
margin-bottom:10px;
padding-top:14px;
}

.hamburger-icon-groen
{
color:#81BC00;
margin-right:10px;
font-size:0.7em;
}



.kolom-inner

{padding:15px;
}

.wit-blok-over
{
padding-left:50px;
padding-right:50px;
background:#ffffff;
opacity:0.9;
border-radius: 5px;
}

.hoe-leren
{
	text-align:left;
	line-height:28px;
	position:relative;
	top:20px;
	height:180px;
	padding-left:5%;
}	

.keurmerk
{

left:-300px;
width:600px;
max-width:100%;
padding:10px;
min-height:250px;
}

.over-train2work
{

position:relative;
width: max-content;
max-width:100%;
padding:10px;
}

.vierkolommen, .vierkolommen_ook-interessant, .vierkolommen_filter, .vierkolommen_footer, .vierkolommen_keurmerk, .vierkolommen-inspiratie, .kolom1_och, .kolom2_och, .kolom3_och, .kolom4_och, .kolom1_t2w, .kolom2_t2w, .kolom3_t2w, .kolom4_t2w
{
	width:25%;
	min-width:210px;
	float:left;
	padding:0px;
	text-align:left;
}

.vierkolommen_ook-interessant
	{flex:1;
	
	position:relative;
	max-width:380px;}

.blok-ook-interessant
{
  vertical-align: top;
  list-style:none;
}

.driekolommen
{
	width:33%;
	min-width:200px;
	float:left;
	padding:0px;
	text-align:left;
	left:0px;
}

.driekolommen_inline-block
{
	
	min-width:200px;
	display:inline-block;
	vertical-align:top;
	padding:20px;
	text-align:left;
	
}

.driekolommen_keurmerk
{
	width:33%;
	min-width:200px;
	float:left;
	padding:0px;
	text-align:right;
	left:0px;
	margin-top:10px;	
}

.driekolommen_sticky
{
	width:33%;
	min-width:200px;
	float:right;
	padding:0px;
	text-align:left;
	left:0px;
	margin-bottom:20px;
}

.sticky-image
{width:100%;
border-radius: 5px 5px 5px 5px;
 border : 0px solid #ffffff;
 max-width:300px;
}


.driekolommen-icons
{
	width:32%;
	min-width:140px;
	min-height:180px;
	float:left;
	padding:3px;
	text-align:center;
	left:0px;
	line-height:24px;
	font-size:14px;
}

.twee-driekolommen
{
	width:67%;
	min-width:200px;
	float:left;
	padding:0px;
	text-align:left;
	left:0px;
}

.twee-driekolommen_sticky
{
	width:67%;
	min-width:200px;
	float:left;
	padding:0px;
	text-align:left;
	left:0px;
}

.vierkolommen_filter_klein
{
    display:none;	
}

.vierkolommen_filter_klein:hover
{
    cursor:pointer;
}


.drie-vierkolommen
{
	width:75%;
	min-width:200px;
	float:left;
	padding:0px;
	text-align:left;
	left:0px;
}

.drie-vierkolommen_filter
{
	width:75%;
	min-width:200px;
	float:left;
	padding:0px;
	text-align:left;
	left:0px;
}


.tweekolommen, .kolom1_moc, .kolom2_moc, .kolom3_moc, .kolom4_moc, .tweekolommen-handig, .tweekolommen-inspiratie,  .tweekolommen-reviews
{
width:48%;
min-width:320px;
float:left;
padding:0px;
text-align:left;
}

.flex-tweekolommen
{flex:1;}

.flex-tweekolommen-uitgelicht
{flex:1;}

.driekolommen-inspiratie
{

min-width:320px;
float:left;
padding:0px;
text-align:left;
display:flex;
flex-direction:column;
flex-basis:100%;
float:none;
flex:2;

}

.tweekolommen-reviews
{text-align:right;}

.tweekolommen-inspiratie
{
display:flex;
flex-direction:column;
flex-basis:100%;
float:none;
flex:2;
}

.tweekolommen-handig
{width:50%;}

.tweekolommen-home, .tweekolommen-footer
{
width:49%;
float:left;
padding:0px;
text-align:left;
}

.trainingsruimte
{height:680px;}

.trainingsruimte2
{height:750px;}


.kolom3_moc, .kolom4_moc
{
	display:none;
	width:0px;
}

.duo-home
{
	width:297px;
	margin-left:10px;
	margin-right:10px;
	margin-top:-25px;
}
	 

.blok_header
{
	padding-left:23%;
    color:#FFFFFF;
    height:249px;
	/*text-shadow: 0.2em 0.1em 0.5em #FFFFFF;*/
	font-size:19px;
	
/* schaduw tekst op foto*/
}

.blok_header_t2w_home
{	
    height:630px;	
}

.blok_header_t2w_zo-kom-jij-je-goede-voornemens-zeker-weten-na
{	
    height:440px;	
}

.blok_header_leren, .blok_header_opl, .blok_header_inschrijven, .blok_header_t2w_leren, .blok_header_t2w_opl, .blok_header_t2w_inschrijven, .blok_header_moc_leren, .blok_header_moc_opl, .blok_header_moc_inschrijven
{	
    height:0px;	
    margin-bottom:0px;	
}

.blok_tekst
{
    text-align: left;
    position:relative;
    padding-top:30px;
    padding-bottom:30px;
}


/* achtergrond kleur tekstblok*/
.blok_wit
{
    background:#FFFFFF;
    color:#21145F;
    border-bottom:solid 0px #FFFFFF;
    
}

.blok_grijs
{
	background:#e9e9e9;
	color:#21145F;
    border-bottom:solid 0px #FFFFFF;
}

.blok_lichtgrijs
{
	background:#F4F4F4;
	color:#21145F;
    border-bottom:solid 0px #FFFFFF;	
}

#menu_links
{
    float:left; 
    width:200px;
    text-align:left;
	margin-left:23%;
}

.menu-tekst
{
	margin-left:0px;font-size:14px;color:#21145F;display:none;
} 

.blok_tekst, .blok_grijs, .blok_wit, .blok_lichtgrijs
    {
        padding-left:23%;
        padding-right:23%;
    }
	

.blok_kolom
{
	float:left;
	width:33%;
	color:#5a4d40;
    text-align:center;
}

#springest
{
	float:left;
	width:50%;
	min-width:350px;
}

#kwaliteit
{
	float:left;
	width:100%;
	min-width:350px;
}


/*tooltip-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.popper, .popper-deelnemers
{
	width: auto;
    min-width:150px;
	max-width: 300px;
    background-color: #fff;
    padding: 15px;
	padding-top:10px;
	padding-bottom:0px;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    border: 1px solid #ededed;
    z-index: 999;
	font-size:15px;
	line-height:20px;
	color:#21145F;
}

.c-tooltip, .c-tooltip .c-tooltip__icon 
	{
    display: inline-block;
	}
	
.c-tooltip .c-tooltip__reference 
{
    border: 1px solid #dedede;
}


.c-tooltip .c-tooltip__reference::before 
	{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #21145F;
    content: attr(data-content);
	}
	
	.c-tooltip .c-tooltip__reference {

    display: block;
    position: relative;
    width: 22px;
    height: 22px;
	top:6px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

	
	
@media screen and (max-width:2600px)
/*l-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
{
    .blok_tekst, .blok_grijs, .blok_wit, .blok_groen, .blok_lichtgrijs
    {
        padding-left:16%;
        padding-right:16%;
    }
	
	.blok_header
	{
	padding-left:16%;
	}

#menu_links
{  
	margin-left:16%;
}
	
}

@media screen and (max-width:2000px)
/*l-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
{
  
    .blok_tekst, .blok_grijs, .blok_wit, .blok_groen, .blok_lichtgrijs
    {
        padding-left:10%;
        padding-right:10%;
    }
	
	.over-ons
	{
	height:640px;
	}
	
.blok_header
	{
	padding-left:10%;
	}

#menu_links
{  
	margin-left:10%;
}

.vertical-align
{
padding-top:80px!important;
}



}

@media screen and (max-width:1600px)
/*l-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
{
    .blok_tekst, .blok_grijs, .blok_wit, .blok_lichtgrijs
    {
        padding-left:5%;
        padding-right:5%;
			padding-top:20px;
		Padding-bottom:20px;
    }
	
.blok_header
	{
	padding-left:5%;
	}
	
	#menu_links
{
    margin-left:70px;
}

.maatwerk
	{
	height:790px;
	}
	
	.lesmateriaal
	{
	height:660px;
	}
	
	
 .grid2-bereed-container
{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
   }



}

@media screen and (max-width:1300px)
/*laptop  en kleiner------------------------------------------------------------------------------------------------------------------*/
{

   .grid112-container, .grid21-container, .grid12-container
	{
    grid-template-columns: 1fr 1fr;
	}
	
	.grid31-container
	{
    grid-template-columns: 1fr ;
	}
	
	.tips
	{	
	min-width: 320px!important;
	min-height: 620px!important;
	width:100%;
	max-width:450px;
	display:inline-block;
	}
	
	.tweekolommen-home
{
width:100%;
float:left;
padding:0px;
text-align:left;
}
	
.hoe-leren
{
	height:155px;
	padding-left:20%;
}	

.maatwerk
	{
	height:720px;
	}
	
	.lesmateriaal
	{
	height:600px;
	}
	
	.over-ons
	{
	height:540px;
	}




.gallery_klein_maatwerk li 
	{
   	max-height: 300px;
	}
	
	

.inspiratie-foto
{
margin-top:30px;
}

.onzichtbaar-ipad-horizontaal
   {display:none}
   
   .stap-stempel
	{top:250px;}

.vertical-align
{
padding-top:30px!important;
}
	
.duo-home
{
	width:50%;
	margin-top:0px;
}


.vijfkolommen-hoe-leren
{
	width:47%;
	max-width:320px!important;
	min-width:320px!important;
	height:345px;
	margin-right:1%;
	margin-bottom:15px;
	
}



	.menu-tekst
	{display:inline-block;} 

	
		  .gallery_klein li 
    {
        xxmax-height: 330px !important;
        min-width:250px;
}



.gallery_klein_home li 
    {
    min-width:350px;
	width:49%;
	}
	
	

.blokken-home, .blokken-home-2
{
	margin-right:1px!important;
	}
	
}	

@media screen and (max-width:1100px)
/*ipad horizontaal en kleiner------------------------------------------------------------------------------------------------------------------------------------------*/
{

.blok_tekst, .blok_grijs, .blok_wit, .blok_lichtgrijs
    {
        padding-left:30px;
        padding-right:30px;
	
    }
	
	.grid4-container
{
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
	column-gap:40px;
   }
   
  

	
.flex-tweekolommen-uitgelicht
{flex:none;
display:none;}

.blok_header
	{
	padding-left:30px;
	}

        
.blok_header_t2w_home, .blok_header_t2w_zo-kom-jij-je-goede-voornemens-zeker-weten-na
{
    height:auto;
	min-height:290px;	
}

.flex-container
{
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
	
   }  

.gallery_klein_maatwerk li 
    {
     max-width:600px;
	width:100%;
	 min-width:200px;
	

	}

.driekolommen_keurmerk
{
	font-size:1em;
}

.onzichtbaar-klein
{
    display:none;
}
#springest, #kwaliteit
{
	float:left;
	width:100%;
	min-width:200px;
}

.flex-inspiratie
{
display:block;

}

.vierkolommen_ook-interessant
{width:100%;
padding-left:0px;
max-width:100%;}

.tweekolommen-inspiratie
{width:auto;}

.inhoud-opleiding
{
	padding-left:20px;
}

.foto-rechts
{
width:100%;
max-width:none;
border-radius:5px;
margin-top:25px;
}



.vierkolommen-hoe-leren
{
	width:47%;
	max-width:320px!important;
	height:345px;
	margin-right:1%;
	margin-bottom:15px;
	max-width:350px;
}





.vierkolommen, .vierkolommen_footer
{
	width:48%;
	margin-right:1%;
}	

.tweekolommen-footer
{
width:100%;}


.vierkolommen_footer
{margin-top:20px;}




.hoe-leren
{
	padding-left:20%;
	height:150px;
}	

	
.kolom1_och, .kolom2_och, .kolom3_och, .kolom4_och, .kolom1_t2w, .kolom2_t2w, .kolom3_t2w, .kolom4_t2w
{
	width:20%;
	min-width:200px;
	float:left;
	padding:0px;
	text-align:left;
	font-size:13px;
}

.kop-onder {font-size:15px;font-weight:100;font-family: "eurostile-extended",sans-serif; }
	
	

.blok_kolom
{
	float:left;
	width:90%;
	color:#5a4d40;
    text-align:center;
}

	
	.twee-vijfkolommen 
	{
	width:100%;
	padding:0px;
	left:0px;
	}
	


}


@media screen and (max-width:950px)
/*ipad vertikaal en kleiner--------------------------------------------------------------------------------------------------------------------*/
{
	.vierkolommen_filter_klein
        {
            display:block;
			padding-top:20px;
        }
		
		.center-links, .home-links
	{
	text-align:left;
	max-width:100%;
	}
	
	.stap-stempel
	{	
	top: 320px; 
	}
	
	.maatwerk, .over-ons, .lesmateriaal
	{
	height:auto;
	max-width:400px;
	}
		
.kerstwens
	{width:100%;
	max-width:560px;
	height:315px;
	}
	
#menu_links
{
    margin-left:45%;
}
	


   .onzichtbaar-ipad-vertikaal
   {display:none!important;}
   
   .zichtbaar-ipad-vertikaal
   {display:inline-block}
        
        .vierkolommen_filter
	{
        padding:15px;
        padding-bottom:25px;
		padding-top:0px;
        position:fixed;
        margin:0px;
        top:0px;
        bottom:0px;
        height:100%;
        left:-300px;
        width:0px;
        box-sizing: border-box;
        overflow-x:hidden;
        overflow-y:auto;
        display:block;
        background-color:#FFFFFF;
        z-index:3400;
        opacity:0.95;
}

		
	.drie-vierkolommen_filter
	{
	width:100%;	
	margin-top:-20px;
	}
             


	.drie-vierkolommen
	{width:100%;}
		
	.vierkolommen_keurmerk
	{width:100%;	
	}
	
	
	.driekolommen_sticky, .driekolommen_keurmerk
	{
	  width:100%!important;
	  max-width:100%!important;
	}
	
	.driekolommen_keurmerk
	{text-align:left;
	margin-top:20px;}
		
	.twee-driekolommen_sticky
	{
	width:100%;
	}

}

@media screen and (max-width:800px)
/*--------------------------------------------------------------------------------------------------------------------*/
{

.inspiratie-foto
{
margin-top:10px;
}

 .grid21-800-container
   {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
   }

.vierkolommen-inspiratie
{width:40%}

.tweekolommen-inspiratie
{width:60%}

.vertical-align
{
padding-top:00px!important;
}
.cat-plaatje1
{
display:none;
}

.cat-plaatje2
{
display:inline-block;
width:300px;
max-width:100%;
margin:0px;
margin-top:-10px;
margin-bottom:-10px;
}

	.spreuken
{
	font-size:1.6em;	
	line-height:32px;	
	padding-bottom:80px;
}


	.blok_tekst, .blok_grijs, .blok_wit,  .blok_lichtgrijs
    {
        padding-left:10px;
		line-height:28px;
        padding-right:10px;
    }
	
	body
	{
	font-size: 1.0em;
	}
	
	tr
	{
	font-size: 1.0em;
	}
	
	.labeltje-grijs, .labeltje-rood, .labeltje-paars2, .labeltje-groen, .labeltje-blauw, .labeltje-sg-blauw
	{	
	font-size:15px;
	margin-bottom:5px;
	}
	
	
	
	.inschrijven-form
	{
	width:100%;
	height:40px;
	}
	
	.input-inschrijf   
	{
    font-size: 17px;
    margin-right:5px;
	height:35px;
	margin-bottom:10px;
	
	}
        
	
	.kolom-inner
	{
	padding-left:0px;
	padding-right:10px;
	}
	
	.ook-dat-is
	{
	padding:10px;
	padding-left:15px;
	}
	
	section
	{
	margin-top:0px;
	}	
	
	.icon-team
	{
	line-height:26px!important;
	font-size:12px;
	}
	
	.icon-cirkel
	{
	margin-top:0px;
	width:36px;
	height:36px;
	border-radius:21px;
	margin-bottom:20px;
	}
	
	.label
	{
	width:auto;
	left:-8px;
	min-width:300px!important;
	max-width:100%;
	font-size:1.25em;
	line-height:29px;
	}
	
	.wit-blok-over
	{
	padding-left:0px;
	padding-right:0px;
	text-size:0.8em;
	}
	
	.keurmerk
	{
	margin-left:auto;
	left:auto;
	width:auto;
	max-width:auto;
	font-size:1.0em;
	}	
	
	
	.rechts-center
{text-align:center;}
	
	.tweekolommen
	{width:98%;
	padding-left:0px;
	margin-left:1%;
	}
	
	.flex-tweekolommen
{flex:none;
width:98%;}

	.tweekolommen-reviews
	{width:100%;
	text-align:left;}
        
        .twee-driekolommen, .tweekolommen-handig
	{
	width:100%;
	}
	
	.driekolommen 
	{
	width:100%;
	}
	

	.lees-en-inschrijven
	{
    display:none;
	}

	.lees-en-inschrijven-klein
	{
    display:block;
	}
	
	.hoe-leren
{
	padding-left:20%;
	height:150px;
}	

	


    


.flex-container, .grid2-container, .grid4-container, .grid112-container, .grid21-container, .grid12-container, .grid3-container
{
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
   }
   
  .rechts-links
{text-align:left;} 
  
    .sticky-image
{width:100%;
max-width:none!important;
margin-bottom:20px;
}



 .onzichtbaar-bekijk
   {display:none!important}  
	
.leeroplossing
{text-align:center!important;
padding-right:0px!important;}
	
	.duo-home
	{
	width:50%;
	margin-top:-25px;
	}
	
	.trainingsruimte, .trainingsruimte2
	{height:auto;}
	
	
	
.prijs-opleiding
{
top:70px;
right:10px;
}
	
		.kolom1_och, .kolom2_och, .kolom3_och, .kolom4_och, .kolom1_t2w, .kolom2_t2w, .kolom3_t2w, .kolom4_t2w
	{
	width:50%;
	min-width:260px;
	float:left;
	padding:0px;
	text-align:left;
	font-size:15px;
	}

	.kop-onder {font-size:17px;font-weight:100;font-family: "eurostile-extended",sans-serif; }

		
}


	
@media screen and (max-width:680px)
/*zoeken past niet meer- iphone 6 breedte------------------------------------------------------------------------------------------------------------------------------*/
	
{	
	.select-zoeken   
	{
	width:90%;
	}
	
 .p-opleiding
{
margin-left:0px;
} 

.populair
{
margin-left:5px;
} 


.vierkolommen-inspiratie
{width:100%}

.tweekolommen-inspiratie
{width:100%}

		.vierkolommen, .vierkolommen_footer
{
	width:98%;
	margin-right:1%;
	margin-left:1%;
}	


   .onzichtbaar-iphone
   {display:none!important}
   
     .zichtbaar-iphone
   {display:block!important}

}

@media screen and (max-width:650px)
/*zoeken past niet meer-------------------------------------------------------------------------------------------------------------------------------*/
	
{	

	.cases-foto
	{
	float:none;
	top:0px;
	position:relative;
	margin-left:0px;
	left:50%;
	margin-left:-110px;
	}

		
	.info-opleiding
{
left:140px;
margin-right:10px;
}
		
	
	.vierkolommen-hoe-leren
	{
		height:375px;
		max-width:320px!important;
	}
	
		.vijfkolommen-hoe-leren
	{
		width:90%;
		height:375px;
		max-width:320px!important;
	}
	
	#menu_links
{
    margin-left:40%;
}

	.hoe-leren
	{
		padding-left:10%;
		height:180px;
	}	
	
	.prijsoverzicht
	{
	display:none!important;	
	}
	
	.prijsoverzicht1
	{
	width:100%;
	
	}
	
	.prijsoverzicht2
	{
	width:48.5%;
	
	
	}

.totaalprijs
{
width:47%;
	
}
	


}


@media screen and (max-width:525px)
/*tussenmaat voor duo---------------------------------------------------------------------------------------------------------------------------*/
{
	.stap-stempel
	{	
	top: 240px; 
	}
	
	.duo-home
	{
	width:50%;
	margin-top:-25px;
	}
	
	.kerstwens
	{width:100%;
	height:250px;
	}


	
	

#menu_links
{
    margin-left:35%;
}

.vijfkolommen
	{
	width:100%;
	text-align:center;
	}
	
	.vierkolommen-hoe-leren
	{
		width:100%;
		max-width:320px!important;
		height:345px;
		margin-right:0%;
		margin-bottom:15px
	}

	.hoe-leren
	{
		padding-left:20%;
		height:150px;
	}	
	

	
	
}






@media screen and (max-width:320px)
/*iphone 4s vertikaal en kleiner---------------------------------------------------------------------------------------------------------------------------*/
{
    .blok_tekst, .blok_grijs, .blok_wit, .blok_lichtgrijs
    {
        text-align:left;
        padding-left: 10px;
        padding-right: 10px;
    }
	
	#menu_links
{margin-left:70px;}
	
	.duo-home
	{
	width:50%;
	margin-top:0px;
	}
	
	
	
	
	
	h1
	{
	font-size:20px;
	}
}

 /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/ 

 /*GALLERIJ BLOKKEN HOME*/
.overlay-kop
{
    position:absolute;
    bottom:10px;
    display:block;
    width:100%;
    font-weight:bold;
    text-align:center;
    font-size:22px;
    /*text-transform: uppercase;*/
    opacity:1.0;
}

.overlay-kop-klein
{
    position:absolute;
    bottom:-8px;
	line-height:20px;
    display:block;
    width:100%;
    font-weight:none;
    text-align:center;
    font-size:14px;
    /*text-transform: uppercase;*/
    opacity:1.0;
	color:#21145f;
}


.overlay-kop-klein2
{
    position:absolute;
    top: 40%;
    display:block;
    width:100%;
    font-weight:none;
    text-align:center;
    font-size:14px;
    text-transform: lowercase;
	color:#FFFFFF;
    opacity:1.0;
}


.gallery, .gallery_klein .gallery_klein_maatwerk {
    width: 100%;
	height: auto;
    text-align:left;
    position:relative;
	Margin-left:20px;
}

.gallery li,  {
    max-width:24%;
    min-width:200px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin:0px;
	
    padding:0px;
    list-style:none;
    display:inline-block;
	border-radius:5px;
}

.gallery_klein li {
    max-width:31%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin:0px;
    padding:0px;
    list-style:none;
    display:inline-block;
	border-radius:5px;
}
.gallery_klein_home li {
    width:49%;
    max-width:unset;
	height: auto;
	max-height: 300px;
    position: relative;
    overflow: hidden;
    margin:0px;
    padding:0px;
    list-style:none;
    display:inline-block;
	border-radius:5px;
}

.gallery_klein_maatwerk li {
    width:100%;
	height: auto;
    max-width:unset;
	max-height: 378px;
    position: relative;
    overflow: hidden;
    margin:0px;
    padding:0px;
    list-style:none;
    display:inline-block;
	border-radius:5px;
}


.gallery_inspiratie
{
	display:grid;
	justify-content:space-between;
	justify-items:right;
	grid-template-columns: repeat(auto-fill,minmax(240px,1fr));
	column-gap:10px;
	row-gap:10px;
}

.gallery_inspiratie li {
	
    height: auto;
    position: relative;
    overflow: hidden;
    margin:0px;
    padding:0px;
    list-style:none;
    display:inline-block;
	border-radius:5px;
	
}


/*------------------------------------------------------------------------------------------------------------------*/




.figure-blokken-maatwerk
{
	
	width:auto;
	opacity:1.0;
}








.gallery li .transform-background , .gallery_klein li .transform-background
{
    opacity:0.4;
    background:#000000;
    background:rgba(255,255,255,0);
    background:-webkit-linear-gradient(top,rgba(255,255,255,0),#000000);
    background:-ms-linear-gradient(top,rgba(255,255,255,0),#000000);
    background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,#000000 100%);
}

 .gallery li .transform-background2 , .gallery_klein li .transform-background2 
{
    opacity:0.8;
    background:#000000;
    background:rgba(57,-25,56,0);
    background:-webkit-linear-gradient(top,rgba(57,-25,56,0),#000000);
    background:-ms-linear-gradient(top,rgba(57,-25,56,0),#000000);
    background:linear-gradient(to bottom,rgba(57,-25,56,0) 0%,#000000 100%);
}

.gallery li:hover .transform-background , .gallery_klein li:hover .transform-background 
{
    background:#000000;
}

.gallery li:hover .transform-background2, .gallery_klein li:hover .transform-background2 
{
    background:#81BC00;
}

.gallery li .transform-tekst, .gallery_klein li .transform-tekst
{
    opacity:0.8;
}

.gallery li:hover .transform-tekst , .gallery_klein li:hover .transform-tekst 
{
    opacity:0.95;
}

.gallery li .transform-zoom , .gallery_klein li .transform-zoom 
{
    transform: scale(1,1);
    -webkit-transform: scale(1,1); 
    -moz-transform: scale(1,1); 
    -ms-transform: scale(1,1); 
    -o-transform: scale(1,1);
	
}


	
	.blokken-home-2
{margin-bottom:20px!important;
	vertical-align: top;
	margin-right:3px!important;
	
	background-color:#f4f4f4;
	border-bottom : 5px solid #81bc00;
	padding-bottom:12px!important;
	}
	
	.blokken-home-2:hover
	{
	border-bottom : 5px solid #21145F;
	background-color:#e4e4e4;
	}
	
	.blokken-maatwerk
	{
	vertical-align: top;
	margin-right:3px!important;
	background-color:#000000;
	border-bottom : 5px solid #81bc00;
	
	}
	
	.blokken-maatwerk:hover
	{
	border-bottom : 5px solid #21145F;
	background-color:#e4e4e4;
	}
	
	
	
	.blokken-maatwerk_tekst
	{
	margin-bottom:0px;
	top:0px;
	z-index:100;
	position:absolute;
	color:#ffffff;
	width:100%;
	font-size:1.1em;
	line-height:1.2em;
	font-weight:600;
	left:0px;
	text-align:left;
	background:linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.9) 100%)
	}
	


.gallery li:hover .transform-zoom, .gallery_klein li:hover .transform-zoom
{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1); 
    -moz-transform: scale(1.1,1.1); 
    -ms-transform: scale(1.1,1.1); 
    -o-transform: scale(1.1,1.1); 
}

.gallery .overlay, .gallery .overlay-tekst, .gallery_klein .overlay, .gallery_klein .overlay-tekst 
{
    width:100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top:25px;
    text-align:right;
	right:0px;
	padding-top:10px;
	padding-bottom:7px;
	font-size:20px;
	font-weight:700;

}

.gallery .overlay-tekst,.gallery_klein .overlay-tekst
{
    background:none;
    height:auto;
    
    line-height:22px;
    
}

.gallery li .transform-background, .gallery li .transform-zoom, .gallery li .transform-tekst, .gallery_klein li .transform-background, .gallery_klein li .transform-zoom, .gallery_klein li .transform-tekst 
{
    -moz-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 200ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.gallery li:hover .transform-background, .gallery li:hover .transform-zoom, .gallery li:hover .transform-tekst, .gallery_klein li:hover .transform-background, .gallery_klein li:hover .transform-zoom, .gallery_klein li:hover .transform-tekst 
{
    -moz-transition-duration: 1500ms;
    -webkit-transition-duration: 1500ms;
    -o-transition-duration: 1500ms;
    transition-duration: 1500ms;
}


 



 /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/ 
 
@media screen and (max-width:800px)
{

    
	.gallery_klein  {
    
    text-align:center;
	}
	
	.gallery_klein li 
    {
        max-width:32%;
        min-width:250px!important;
		xxmin-height:400px;
}

.gallery_inspiratie
{
	justify-items:left;
	}

.gallery_klein_maatwerk li 
    {
     max-width:100%!important;
	width:100%;
	max-height:300px;
	}

.gallery_klein_home li 
    {min-width:250px!important;
	max-width:unset;}

.blokken-home, .blokken-home-2
{
	margin-right:2px!important;
	}

}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/ 
 
@media screen and (max-width:650px)
{

    .gallery_klein li 
    {
        max-width:49%;
        min-width:200px;
}

.gallery_klein_home li 
    {max-width:400px!important;
	width:100%!important;
	max-width:unset;}

.blokken-home, .blokken-home-2
{
	margin-right:1px!important;
	}
	
		.driekolommen-maatwerk
{
	width:100%;
	min-width:100%;
	
	}


}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/ 
 
@media screen and (max-height:450px)
{
    .zopim
    {
        display:none;
    }
	

	
	
}


 /*--------------------------------------------------------------------------------------------------------------------------------------------------------------------*/ 
 
@media screen and (max-width:380px)
{
    .gallery_klein li 
    {
        max-width:90%;
        min-width:10px;
    }

	.gallery_inspiratie li 
    {
        max-width:90%;
        min-width:10px;
    }

}



#logos, #outer_logos, #scrollLeft, #scrollRight
{
    height:50px;
	
}

#scrollLeft, #scrollRight
{
    position:absolute;
    left:20px;
    width:0px;
    overflow:hidden;
}

#scrollLeft, #scrollRight
{
    right:20px;left:auto;
}

#scrollLeft:hover, #scrollRight:hover
{
    cursor:pointer;
}


#scrollLeft span, #scrollRight span
{
    display:block;
    position:relative;
    top:50%;
    margin-top:-8px;
    margin-left:5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 8px 8px 0px;
    border-color: transparent #81bc00 transparent transparent;
}


#scrollRight span
{
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #81bc00;
}

#outer_logos
{
    position:absolute;
    left:20px;
    right:20px;
    overflow-x:hidden;
    overflow-y:hidden;
    text-align:center;
}

#inner_logos
{
    position:absolute;
   }

#_logos
{
    position:relative;
    width:auto;
    white-space: nowrap;
    display:inline-block;
    height:100%;
	
}


iframe.width-changed 
{
    width: 100%;
    display: block;
    border: 0px;
    height: 0px;
    margin: 0px;
}


.planningstabel tr, .planningstabel td{background-color:#ffffff;padding:1px;}
.planningstabel tr, .planningstabel td{padding-right:8px;min-width:100px;vertical-align: top;}
#planning_inschrijven h3 {display:none;}
.planningstabel td {border:0px;}

.prijs-inclusief::before {content: '(';}
.prijs-inclusief::after {content: ')';}


 /* --- menu styles ---
note:
    not all browsers render styles the same way so try out your style sheet
    on different browsers before publishing;
*/


.menuplacer a:link,.menuplacer a:visited,.menuplacer a:hover,.menuplacer a:active{
    text-decoration: none;
	
}

.submit5.links, .submit5.rechts
{
    padding:8px;
	padding-top:4px;
    
    padding-bottom:0px;
    font-weight:200;
    margin-bottom:5px;
	margin-top:5px;
    border:1px solid #81bc00;
	
	font-family: nunito-sans, sans-serif;
}    
.submit5.links
{
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    border-top-right-radius:0px;
    border-bottom-right-radius:0px;
    margin-right:0px;
    border-right:0px;
}
.submit5.rechts
{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}



/* Submenu-alle-trainingen */


#e0_1i,#e0_23o,#e0_24o,#e0_25o,#e2_1i,#e3_9o
{
    background: #228B22;
	color:#ffffff!important;
	 border : 1px solid #228B22;
	 border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

#e0_1i:hover,#e0_22o:hover,#e0_23o:hover,#e0_24o:hover,#e0_25o:hover,#e2_1i:hover, #e3_9o:hover
{
    background: #21145F;
	color:#ffffff;
	 border : 1px solid #21145F;
	 border-bottom: 1px solid #ffffff;
	 border-top: 1px solid #ffffff;
	
}

#e0_1i,#e0_1i:hover,#e2_1i,#e2_1i:hover
{border-top: 0px solid #ffffff;}

.hoofdmenu-item
{color:#ffffff;
background-color:#21145F;
letter-spacing:0.5px;
padding:10px;
padding-bottom:7px;
padding-top:7px;
border-radius:5px;

}

.hoofdmenu-item:hover
{background-color:#81BC00;}


/* Hoofdmenu inner */
.m0l0iout {
   font-family: "eurostile-extended",sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #21145F;
	text-align:left;
}

.m0l0iover {
    font-family: "eurostile-extended",sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #81BC00;
	text-align:left;
}



/* Hoofdmenu outer */
.m0l0oout {
    text-decoration : none;
    border : 0px solid #0063a7;
    font-weight : bold;
    padding: 0px;
	font-weight:200;
    
}
.m0l0oover {
    text-decoration : none;
    border : 0px solid #0063a7;
    font-weight : bold;
    padding: 0px;
	font-weight:200;
    
}

/* level 1 inner */
.m0l1iout {
     font-family:  nunito-sans, sans-serif; 
    font-size: 16px;
    text-decoration: none;
	padding: 10px;
    color: #21145F;
	text-align:left;
}
.m0l1iover {
    font-family:  nunito-sans, sans-serif; 
    font-size: 16px;
    text-decoration : none;
	padding: 10px;
    color: #FFFFFF;
	text-align:left;
}

/* level 1 outer */
.m0l1oout {
    text-decoration : none;
    border : 1px solid #e3e3e3;
    background: #FFFFFF;
    filter: alpha(opacity=100);
}
.m0l1oover {
    text-decoration : none;
    border : 1px solid #81BC00;
    background: #81BC00;
}

.m0l1oover2
{
    background: #ff6e00;
}

/* level 2 inner */
.m0l2iout {
    font-family:  nunito-sans, sans-serif; 
    font-size: 16px;
    text-decoration: none;
   padding: 10px;
    color: #21145F;
	text-align:left;
}
.m0l2iover {
     font-family:  nunito-sans, sans-serif; 
    font-size: 16px;
    text-decoration : none;
    padding: 10px;
    color: #FFFFFF;
	text-align:left;
}

/* level 2 outer */
.m0l2oout {
    text-decoration : none;
    border : 1px solid #e3e3e3;
    background: #ffffff;
    filter: alpha(opacity=100);
}
.m0l2oover {
    text-decoration : none;
    border : 1px solid #81BC00;
    background: #81BC00;
}

