@font-face {
    font-family: 'BGBT';
    src: url('tactic.woff2') format('woff2'),
         url('tactic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0px;
	padding:0px;
	font-family: 'BGBT';
	font-size:14px;
	background-color: #003267;
}
img{
	border: 0px;
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
.controls{
	text-align: center;
	padding: 5px;
}
.controls img{
	cursor: pointer;
}
#slideshow {
    position:relative;
    height:350px;
    overflow: hidden;
    
    vertical-align: middle;
}
#slideshow div {
	width: 100%;
	height: 350px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    text-align: center;
}
#slideshow div.active {
    z-index:10;
}
#slideshow div.last-active {
    z-index:9;
}
.note{
	display: block;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 20px;
	color: white;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	background-image: url('../pics/notebg.png');
}
#slideshow a{
	display: block;
	width: 100%;
	height: 350px;
}
.kvk{
	background-color: #003267;
}
.kvkt{
	color: #003267;
}
.bgc{
	background-color: #dddddd;
}
.head{
	padding: 10px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.55) 0px 0px 15px;
	border-bottom: 2px solid white;
	z-index: 97;
}
.logo{
    position: relative ;
    z-index: 99;
}
.menu{
	position: absolute;
	top: 30px;
	right: 20px;
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	initial-letter: 2;
	z-index: 98;
    padding-left: 150px;
}
.menumobil{
	position: absolute;
	top: 30px;
	right: 20px;
	display: none;
	font-size: 23px;
	text-transform: uppercase;
	initial-letter: 2;
	color: white;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
}
.menumobil img{
	margin-bottom: -5px;
	vertical-align: bottom;
}
.menumobil::first-letter {
  font-size: 120%;
}
.menu a::first-letter {
  font-size: 120%;
}
.menu a{
	text-shadow: 2px 2px #000000;
	color: white;
	display: inline-block;
	padding: 10px 0px 3px 0px;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}
.menu a:hover{
	border-bottom: 2px solid white;
}
.content{
    background-color: #dddddd;
}
.content_text{
    margin: -20px 170px 0px 170px;
    background-color: white;
    padding-bottom: 20px;
    padding-top: 20px;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.45);
}
.footer{
	min-height: 120px;
	border-top: 2px solid white;
	color: white;
	position: relative;
}
.footer a{
	text-decoration: none;
	color: white;
}
.fleft{
	position: absolute;
	right: 50%;
	margin: 20px;
}
.fright{
	font-size: 20px;
	position: absolute;
	left: 50%;
	margin: 10px;
	line-height: 33px;	
}
@media all and ( max-width: 1305px ) {
	.menu{
		display: none;
		top: 102px;
		right: 0px;
		/*height: calc(100vh - 102px);*/
		text-align: right;
		font-size: 23px;
		box-shadow: -10px -2px 5px -7px rgba(0,0,0,0.58);
		border-top: 2px solid white;
        background-color: #003267;
	}
	.menu a{
		display: block;
		width: auto;
		margin: 20px;
	}
	.menumobil{
		display: block;
	}
	#slideshow{
		margin: 0px;
	}
    .fleft, .fright{
        position: relative;
        left: auto;
    	right: auto;
        text-align: center;
    }
    .content_text{
        margin: 0px;
    }
}