﻿body {
	font-family: Roboto, sans-serif;
}

/* Chrome, Safari, Edge, Opera input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] { -moz-appearance:textfield;}


.w3-kleur1 {color:#fff !important; background-color:#4CA0A7 !important}
.w3-text-kleur1 {color:#4CA0A7 !important;}
.w3-hover-kleur1:hover{color:#fff!important;background-color:#4CA0A7 !important}
.w3-hover-text-kleur1:hover{color:#4CA0A7 !important}
.w3-border-kleur1{border-color:#4CA0A7 !important}


.w3-kleur2 {color:#000 !important; background-color:#EBBA2F !important}
.w3-text-kleur2 {color:#EBBA2F !important;}
.w3-hover-kleur2:hover{color:#fff!important;background-color:#EBBA2F !important}
.w3-hover-text-kleur2:hover{color:#EBBA2F !important;}
.w3-border-kleur2{border-color:#EBBA2F !important}
.w3-hover-border-kleur2:hover{border:1px solid border-color:#fff!important}

.w3-kleur3 {color:#fff !important; background-color:#368f74 !important}


/*GSM */
@media only screen and (max-width:600px){
.buitenrand {
position: relative;
margin: 0 auto; 
padding: 0 20px; 
}
.buitenrand2 {
position: relative;
margin: 0 auto; 
padding: 0 20px; 
}
.tit1 {
font-size: 16px;
font-weight:bold;
text-decoration:none;
color:#4CA0A7;	
}
.tit2 {
font-size: 15px;
text-decoration:none;
color:#368f74;	
}
.titkop1 {
font-size: 12px;
font-weight:normal;
text-decoration:none;
color:#368f74;	
}
.tekst {
font-size: 12px;
font-weight:normal;
text-decoration:none;
color:#000000;	
}
.tekst2 {
font-size: 10px;
font-weight:normal;
text-decoration:none;
color:#000000;	
}
.infotekst {
font-size: 12px;
font-weight:bold;
text-decoration:none;
color:#4CA0A7;	
}

}


/*Tablet */
@media only screen and (min-width:601px) and (max-width:992px){
.buitenrand {
position: relative;
margin: 0 auto; 
padding: 0 20px; 
}
.buitenrand2 {
position: relative;
margin: 0 auto; 
padding: 0 20px; 
}
.tit1 {
font-size: 18px;
font-weight:bold;
text-decoration:none;
color:#4CA0A7;	
}
.tit2 {
font-size: 16px;
text-decoration:none;
color:#368f74;	
}
.titkop1 {
font-size: 13px;
font-weight:normal;
text-decoration:none;
color:#368f74;	
}
.tekst {
font-size: 13px;
font-weight:normal;
text-decoration:none;
color:#000000;	
}
.tekst2 {
font-size: 11px;
font-weight:normal;
text-decoration:none;
color:#000000;	
}
.infotekst {
font-size: 13px;
font-weight:bold;
text-decoration:none;
color:#4CA0A7;	
}

}


/*PC */
@media only screen and (min-width:993px){
.buitenrand {
max-width: 1400px; 
min-width:504px;
min-height: 100vh;
position: relative;
margin: 0 auto; 
padding: 0 20px; 
}
.buitenrand2 {
max-width: 1400px; 
min-width:504px;
position: relative;
margin: 0 auto; 
padding: 0 20px; 
}
.tit1 {
font-size: 20px;
font-weight:bold;
text-decoration:none;
color:#4CA0A7;	
}
.tit2 {
font-size: 17px;
text-decoration:none;
color:#368f74;	
}
.titkop1 {
font-size: 15px;
font-weight:normal;
text-decoration:none;
color:#368f74;	
}
.tekst {
font-size: 15px;
font-weight:normal;
text-decoration:none;
color:#000000;	
}
.tekst2 {
font-size: 12px;
font-weight:normal;
text-decoration:none;
color:#000000;	
}
.infotekst {
font-size: 15px;
font-weight:bold;
text-decoration:none;
color:#4CA0A7;	
}


}