/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

::-moz-selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, .2);
}

::selection {
	text-shadow: none;
	background: #fcfcfc;
	background: rgba(255, 255, 255, .2);
}

img::-moz-selection {
	background: 0 0;
}

img::selection {
	background: 0 0;
}

img::-moz-selection {
	background: 0 0;
}

body {
	webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
}

html {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 35px;
	font-family: 'Noto Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

.bold {
	font-weight: 700;
}

p {
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 1.5;
}

@media(min-width:768px) {
	p {
		margin: 0 0 20px;
		font-size: 14px;
		line-height: 1.6;
	}
}

a {
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #333;
}

.light {
	font-weight: 400;
}

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	background: #fff200;
}

@media(min-width:768px) {
	.navbar-custom {
		padding: 0;
		border-bottom: 0;
		letter-spacing: 1px;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}
}

.navbar-custom .navbar-brand {
	font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #000;
}

.navbar-custom .navbar-toggle .menutxt {
	margin-top: 2px;
	margin-right: 10px;
	display: block;
	float: left;
}

.navbar-custom .navbar-toggle .fa {
	font-size: 28px;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	color: #000;
	font-size: 16px;
	text-align:center;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active,
.navbar-custom .nav li a.active {
	outline: 0;
	color: #333;
	background-color: #fffa97;
	background-color: #fffa97;
}

@media(min-width:768px) {
	.navbar-custom.top-nav-collapse {
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		background: #000;
	}
}

.intro {
	position: relative;
	width: 100%;
	height: 650px;
	padding: 0;
	background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
	background-color: #fff;
	background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
	margin-top: -5px;
}

@media(min-width: 992px) {
.intro {
		height: 100%;
		padding: 0;
	}
}
.intro h1 {
	font-size: 26px;
	padding-top: 20px;
	text-align: center;
	position:relative;
	z-index:1000;
}

@media(min-width: 768px) {
	.intro h1 {
		font-size: 36px;
		padding-top: 30px;
		text-shadow:1px 1px #fff;
	}
}

.intro .logo {
	position: absolute;
	bottom: 10px;
	right: 50%;
	width: 150px;
	margin-right: -75px;
	height: 45px;
}

@media(min-width: 768px) {
	.intro .logo {
		bottom: 20px;
		right: 100px;
		width: 190px;
		margin-right: 0;
		height: 90px;
	}
}

.intro .map {
	position: absolute;
	background: url(../img/map-nl-nolte.png) no-repeat;
	background-size: contain;
	width: 320px;
	height: 400px;
	left: 50%;
	margin-left: -160px;
	top: 50%;
	margin-top: -220px;
}
@media(min-width: 768px) {
	.intro .map {
		margin-top: -200px;
	}
}
.intro .map .locatie {
	position: absolute;
	background: url(../img/locatie.png) no-repeat;
	background-size: contain;
	width: 50px;
	height: 60px;
}

.intro .map .locatie.lelystad {
	right: 115px;
	bottom: 265px;
}

.intro .map .locatie.apeldoorn {
	right: 75px;
	bottom: 220px;
}

.intro .map .locatie.enschede {
	right: 33px;
	bottom: 197px;
}
.intro .map .locatie.almere {
	right: 215px;
	bottom: 320px;
}

.intro .map .locatie.baarn {
	right: 215px;
	bottom: 290px;
}

.intro .map .locatie.amersfoort {
	right: 215px;
	bottom: 260px;
}

.intro .map .locatie .plaats {
	position: absolute;
	width: 270px;
	height: 38px;
	font-size: 20px;
	text-align: center;
	color: #000;
	background: #fff200;
	border-radius: 8px;
	line-height: 38px;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.intro .map .locatie.lelystad .plaats {
	bottom: -223px;
	right: 50%;
	margin-right: -108px;
}

.intro .map .locatie.apeldoorn .plaats {
	bottom: -230px;
	right: 50%;
	margin-right: -69px;
}

.intro .map .locatie.enschede .plaats {
	bottom: -230px;
	right: 50%;
	margin-right: -69px;
}
.intro .map .locatie.almere .plaats {
	bottom: -251px;
	right: 50%;
	margin-right: -27px;
}
@media(min-width: 768px) {
	.intro .map .locatie .lijn {
		position: absolute;
		width: 155px;
		height: 3px;
		background: #fff200;
		border-radius: 3px;
	}
	.intro .map .locatie.enschede .lijn {
		top: 43px;
		left: 25px;
		width: 100px;
	}
	.intro .map .locatie.apeldoorn .lijn {
		top: 13px;
		left: 40px;
		width: 100px;
	}
	.intro .map .locatie.lelystad .lijn {
		top: 23px;
		right: 49px;
		width: 80px;
	}
	.intro .map .locatie.almere .lijn {
		top: 23px;
		right: 49px;
		width: 80px;
	}
	.intro .map .locatie.baarn .lijn {
		top: 34px;
		right: 44px;
		width: 85px;
	}
	.intro .map .locatie.amersfoort .lijn {
	    top: 44px;
    right: 27px;
    width: 200px !important;
	}
	.intro .map .locatie.enschede .plaats {
		position: absolute;
		left: 50px;
		top: 6px;
		margin-right: 0;
	}
	.intro .map .locatie.apeldoorn .plaats {
		position: absolute;
		left: 50px;
		top: 6px;
		margin-right: 0;
	}
	.intro .map .locatie.lelystad .plaats {
		position: absolute;
		right: 130px;
		top: 6px;
		margin-right: 0;
	}
	.intro .map .locatie.almere .plaats {
		position: absolute;
		right: 130px;
		top: 6px;
		margin-right: 0;
	}
	.intro .map .locatie.baarn .plaats {
		position: absolute;
		right: 130px;
		top: 16px;
		margin-right: 0;
	}
	.intro .map .locatie.amersfoort .plaats {
		position: absolute;
		right: 130px;
		top: 28px;
		margin-right: 0;
	}
	.intro .map {
		width: 500px;
		height: 590px;
		margin-left: -250px;
		margin-top: -295px;
	}
	.intro .map .locatie.apeldoorn {
		right: 121px;
		bottom: 300px;
	}
	.intro .map .locatie.enschede {
		right: 14px;
		bottom: 289px;
	}
	.intro .map .locatie.lelystad {
		right: 192px;
		bottom: 360px;
	}
}

@media(min-width: 992px) {
	.intro .map .locatie.apeldoorn .plaats {
		left: 130px;
      	top:-10px;
	}
	
	.intro .map .locatie.enschede .plaats {
		left: 110px;
      	top:30px;
	}
	
}

@media(max-width: 768px) {
.intro .map {
	left:45%;
}
.intro .map .locatie a.plaats {
	width: 75px!important;
	font-size: 11px!important;
	height: 30px!important;
	line-height: 2.7em;
}
.intro .map .locatie.almere {
	right: 125px;
	bottom: 230px;
}
.intro .map .locatie.almere .plaats {
	bottom: 23px;
	right: 165%;
}
.intro .map .locatie.lelystad .plaats {
	bottom:24px;
	right: 30px
}
.intro .map .locatie.apeldoorn .plaats {
	bottom: 23px;
	right: -10px;
}
.intro .map .locatie.enschede {
	right: 0px;
	bottom: 205px;
}
.intro .map .locatie.enschede .plaats {
	bottom: 22px;
	right: -98%;
	margin-right: -27px;
}
	
.intro .map .locatie.baarn {
	right: 133px;
	bottom: 200px;
}
.intro .map .locatie.amersfoort {
	right: 133px;
	bottom: 200px;
}
.intro .map .locatie.baarn .plaats {
	bottom: 18px;
	right: 115%;
}
.intro .map .locatie.amersfoort .plaats {
    bottom: -17px;
    right: 115%;
}
}

.shadow {
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}

.content {
	padding-top: 30px;
}

.content h1,
.content h2,
.content h3,
.content h4 {
	margin-bottom: 10px;
	font-size: 26px;
}

.content .imgbox{
	position:relative;	
}

.content .imgbox a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	text-align:center;
	background:rgba(0, 0, 0, 0.1);
	z-index:1;
}

.content .imgbox a:hover{
	font-size:30px;
	background:rgba(0, 0, 0, 0.3);
}	
.content .imgbox a span{
	display:block;
	position:absolute;
	height:40px;
	line-height:40px;
	width:120px;
	left:50%;
	margin-left:-60px;
	text-align:center;
	border-radius:4px;
	opacity:0;
	top:50%;
	margin-top:-15px;
	color:#fff;
	text-shadow: 0 1px 1px #000000;
	background:rgba(0, 0, 0, 0.6);
	font-size:20px;
}	
.content .imgbox a:hover span{
	opacity:1;
}

.sidebar {
	margin: 30px 0;
}

.sidebar h2 {
	border-radius: 8px 0;
	background: #f2f2f2;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 10px 0;
	text-align: center;
	font-size: 26px;
}

.categorie{
	padding-top:20px;
	padding-bottom:20px;
	background: #f2f2f2;
}
.categorie h3{
	text-align: center;
	font-size: 26px;
	margin-bottom:20px;
}

.categorie .box{
	position:relative;
}
.categorie .box h4{
	position:absolute;
	width:100%;
	text-align:center;
	top:45%;
	color:#fff;
	text-shadow: 0 1px 1px #000000;
  	font-weight: 700;
	text-transform:uppercase;
	z-index:2;
}
.categorie .box h4 a{
	color:#fff;
	text-decoration:none;
}
.categorie .box a.link{
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(0, 0, 0, 0.3);
	z-index:1;
}
.categorie .box a.link:hover{
	background:rgba(0, 0, 0, 0.2);
}

.btn {
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-default {
	border: 1px solid #42dca3;
	color: #42dca3;
	background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
	border: 1px solid #42dca3;
	outline: 0;
	color: #000;
	background-color: #42dca3;
}

footer {
	padding: 10px 0;
	background: #fff200;
}

footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
}

@media(max-width: 768px) {
	.enschede a.plaats {
		top: 49px;
		left: -10px;
	}
	.apeldoorn a.plaats {
		z-index: 1;
		left: 38px;
	}
	.locatie.almere {
		z-index: 1;
	}
	.locatie.baarn {
		z-index: 2;
	}
	.locatie.amersfoort {
		z-index: 3;
	}
	.intro .map .locatie.amersfoort{right: 133px;
		bottom: 174px;}

		.intro .map .locatie.amersfoort .plaats {
			bottom: 6px;
			right: 115%;
		}
		.intro .map .locatie.lelystad .plaats {
			bottom: 24px;
			right: 46px;
		}
		.apeldoorn a.plaats {
			left: 47px;
		}
		.lelystad a.plaats {
			left: 44px;
		}
		.enschede a.plaats {
			top: 57px;
		}
}