@charset "utf-8";
/* CSS Document */
body {
	font-size: 1.6em;
	font-family: 'Open Sans', sans-serif;
	color:#000000;
	background-color: #dcdcdc;	
			background-image: url(images/browser/houtachter.jpg);
	  background-position: center top; /* Center the image */
  background-repeat: repeat; 
	
}

h1 {font-size: 2.5em; font-family: 'Kanit', sans-serif; font-weight: 500;}
h2 {font-size: 1.5em; font-family: 'Kanit', sans-serif; font-weight: 500;}
h3 {font-size: 1.2em; font-family: 'Kanit', sans-serif; font-weight: 500;}

p {
  margin-top: 1.2em ;
  margin-bottom: 1.2em ;
} 

html, body {
  scroll-behavior: smooth;
}


.bovenoldtimer {
		padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	color:#ffffff;
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 3.0em;
	line-height: 0.8em;
	-webkit-text-stroke: 2px #e20613;	
}

@media screen and (min-width: 768px) {.bovenoldtimer{	font-size: 4em;}} 
@media screen and (min-width: 992px) { .bovenoldtimer{	font-size: 4.5em; }}
@media screen and (min-width: 1200px) { .bovenoldtimer{ 	font-size: 5em;}}

.knoplogo {text-decoration: none; color: #ffffff;}
.knoplogo:link  { text-decoration: none; color: #ffffff; }
.knoplogo:visited { text-decoration: none; color: #ffffff; }
.knoplogo:active { text-decoration: none; color: #ffffff; }
.knoplogo:hover  {	text-decoration: none; color: #e20613;} 

.bovenhemelvaart {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e20613;	
	color:#ffffff;
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 2.0em;
	line-height: 0.8em;
}

@media screen and (min-width: 768px) {.bovenhemelvaart{	font-size: 3.6em;}} 
@media screen and (min-width: 992px) { .bovenhemelvaart{	font-size: 4em; }}
@media screen and (min-width: 1200px) { .bovenhemelvaart{ 	font-size: 4.4em;}}

.bovenhoornsterzwaag {
		padding-top: 10px;
	padding-bottom: 10px;
		background-color: #000000;
	color:#ffffff;
		text-align: center;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	line-height: 0.8em;
}
@media screen and (min-width: 768px) {.bovenhemelvaart{	font-size: 1.8em;}} 

.slider {
		padding-top: 25px;
	padding-bottom: 25px;

}

.slidertxtachter {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 25px;
}

.slidertxt{
	font-size: 1.5em; font-family: 'Kanit', sans-serif; font-weight: 500;	
	text-shadow: 6px 6px 8px #000000;
			padding-top: 15px;
	padding-bottom: 15px;
}

@media screen and (min-width: 768px) {.slidertxt{	font-size: 2em;}} 
@media screen and (min-width: 992px) { .slidertxt{	font-size: 3em; }}
@media screen and (min-width: 1200px) { .slidertxt{ 	font-size: 4em;}}

.sliderbinnen{
	
	height: 450px;
	background-image: url(images/browser/slide1.jpg);
	  background-position: center center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */	
}

.mobielmenu {
	display: block;
	text-align: center;
}

@media screen and (min-width: 768px){
.mobielmenu {
	display: none;
}}	


.knoppenbalk {
	display: none;
}
@media screen and (min-width: 768px){
.knoppenbalk {
	background-color: #e20613;
	color:#000000;
	color:#ffffff;
	display: block;
}
}

.knoppenbalk ul {
list-style: none;
	    margin: 0; /* To remove default bottom margin */ 
    padding: 0; /* To remove default left padding */
	} 


.knopzij {
color:#00024c;
text-align: center;
	font-size: 1em;
}

@media screen and (min-width: 768px) { 
.knopzij {
    padding-top: 15px;
    padding-bottom: 15px;
    float: left;
    text-decoration: none;
	color:#ffffff;
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
    text-align: left;
    pointer-events: all;
    font-size: 0.8em;
	font-weight: 500;

}
.knopzij:link {
	color:#ffffff;
	text-decoration: none;
}
.knopzij:visited {
	color:#ffffff;
	text-decoration: none;
}
.knopzij:active {
	color:#ffffff;
	text-decoration: none;
}
.knopzij:hover {
	color: #000000; background-color: #ffffff  ;;
}
	}

@media screen and (min-width: 992px) { 
.knopzij {
font-size: 0.8em;
	padding-left: 8px;
	padding-right: 8px;
	}
}

@media screen and (min-width: 1200px) { 
.knopzij {
font-size: 1em;
	padding-left: 9px;
	padding-right: 9px;
	}
}

.slicknav_menu {
	display:none;
}

.dropdown-menu
{
background-color: #ffffff;
	font-size: 1em;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #e20613;
}


@media screen and (max-width: 768px) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
	
.mobielmenu {
	display: block;
}

@media screen and (min-width: 768px){
.mobielmenu {
	display: none;
}}	





.foto3 {
		padding-top: 25px;
	
color:#000000;
	text-align: center;
}

.foto3blok {
		padding-left: 10px;
	padding-right: 10px;
		color:#000000;
	text-align: center;
	background-color: #d9d6d6;	
	margin-bottom: 25px;
}
.foto3txt {
	
	padding-top: 15px;
	padding-bottom: 15px;
	color:#000000;
	font-size: 1.2em;
	font-weight: bold;
}



.extraruimte {
	margin-top: -2px;

	font-size: 0.1em;

}

.witteknop3 {
	color: #4c4c4c;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	-webkit-transition-property: background-color, color; /* Safari */
	-webkit-transition-duration: 0.5s;
	; /* Safari */
	transition-property: background-color, color;
	transition-duration: 0.5s;
	
}
.witteknop3:link {	color: #4c4c4c;	text-decoration: none;}
.witteknop3:visited {	color: #4c4c4c;	text-decoration: none;}
.witteknop3:active {	color: #4c4c4c;	text-decoration: none;}
.witteknop3:hover  {	text-decoration: none; color: #ffffff; background-color: #4c4c4c;}  

.foto4 {
		padding-top: 25px;
		background-color: #000000;
	color:#ffffff;
	text-align: center;
}


.foto4blok {
		padding-left: 10px;
	padding-right: 10px;
		color:#ffffff;
	text-align: center;
	background-color: #292828;	
	margin-bottom: 25px;
}
.foto4txt {
	
	padding-top: 15px;
	padding-bottom: 15px;
	color:#ffffff;
	font-size: 1.2em;
	font-weight: bold;
}

.fotorood {
		padding-top: 25px;
display:none;
		color:#ffffff;
	background-color: #e20613;	
	margin-bottom: 25px;
}

.witteknop4 {
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	-webkit-transition-property: background-color, color; /* Safari */
	-webkit-transition-duration: 0.5s;
	; /* Safari */
	transition-property: background-color, color;
	transition-duration: 0.5s;
	
}
.witteknop4:link {	color: #4c4c4c;	text-decoration: none;}
.witteknop4:visited {	color: #4c4c4c;	text-decoration: none;}
.witteknop4:active {	color: #4c4c4c;	text-decoration: none;}
.witteknop4:hover  {	text-decoration: none; color: #000000; background-color: #4c4c4c;}  




.tekstvakbinnen {
		padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
	background-color: #d9d6d6;	
			padding-top: 25px;
	padding-bottom: 25px;
	color:#000000;
	text-align: center;
	min-height: 350px;
}
@media screen and (min-width: 768px) {.tekstvakbinnen{		padding-left: 100px; padding-right: 100px; min-height: 320px;}} 
@media screen and (min-width: 992px) { .tekstvakbinnen{	 padding-left: 150px; padding-right: 150px; min-height: 310px}}
@media screen and (min-width: 1200px) { .tekstvakbinnen{ padding-left: 200px; padding-right: 200px; min-height: 280px	}}

.footer1 {
		padding-top: 25px;

	background-color: #000000;	
	color:#ffffff;
	text-align: center;
}

.social {
		padding-top: 25px;
	margin-bottom: 25px;

}

.footer2 {
		padding-top: 25px;
	padding-bottom: 25px;
	background-color: #e20613;	
	color:#ffffff;
}

.knopfooter2 {text-decoration: none; color: #ffffff;}
.knopfooter2:link  { text-decoration: none; color: #ffffff; }
.knopfooter2:visited { text-decoration: none; color: #ffffff; }
.knopfooter2:active { text-decoration: none; color: #ffffff; }
.knopfooter2:hover  {	text-decoration: none; color: #000000;} 

.papermaker {
		text-align: right;
}










.tekstvakvervolg {
		padding-top: 25px;
	padding-bottom: 25px;

	background-color: #d9d6d6;	
			margin-top: 25px;
	margin-bottom: 25px;
	color:#000000;
	text-align: left;

}

.slidervervolg {
			margin-top: 25px;
	margin-bottom: 25px;
	z-index: 10;
	position: relative;
	background-image: url(images/browser/slide1.jpg);
	  background-position: center center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
	height: 200px;

}
@media screen and (min-width: 768px) {.slidervervolg{ height: 200px; } }
@media screen and (min-width: 992px) {.slidervervolg{ height: 300px;} }
@media screen and (min-width: 1200px) {.slidervervolg{ height: 350px;} }



.tekstvakactiviteiten {
		padding-top: 25px;
	padding-bottom: 25px;

	background-color: #d9d6d6;	
			margin-top: 25px;
	margin-bottom: 25px;
	color:#000000;
	text-align: left;

}



.witteknop {
	clear: both;
	font-size: 0.8em;
	display: block;
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #000000;
	text-align: center;
	border-radius: 4px;
	-webkit-transition-property: background-color, color; /* Safari */
	-webkit-transition-duration: 0.5s;
	; /* Safari */
	transition-property: background-color, color;
	transition-duration: 0.5s;
	
}
.witteknop:link {	color: #000000	text-decoration: none;}
.witteknop:visited {	color: #000000;	text-decoration: none;}
.witteknop:active {	color: #000000;	text-decoration: none;}
.witteknop:hover  {	text-decoration: none; color: #ffffff; background-color: #000000;} 

.kopnaarboven{
	margin-top: -28px;
	
}




.hovereffect {
width:100%;
height:100%;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all 1s ease-in-out;
transition:all 1s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all 1s linear;
transition:all 1s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


