@import url(//fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,700,600italic,700italic);

/*
blauw:#009bdb
geel: #ffff00
*/

:root {
  --linkcolor: #ff0000;
  --text-color: #fff;
  --bg-color: #000;
  --bg-overlay: inset 0 0 0 2000px rgba(0, 0, 0, 0.7);
  --navbar: rgba(0,0,0,1);
}

html {width:100%; height: 100%; overflow-y: scroll;} 

body {
	height: 100%;
    color: #000;
	font-family: 'Open Sans',Verdana, sans-serif;
	line-height: 1.6;
	font-size: 14px;
	background: #fff;
	padding-top: 112px;
}

body#p1{
		padding-top:0;
}

body#p3,body#p7, body#p58, body#p154 {
	/*background-color: var(--bg-color);
	color: var(--text-color);
	 box-shadow:var(--bg-overlay); */
}

#p58 .navbar-inverse,#p7 .navbar-inverse{
	background: var(--navbar);
}

#p1 .navbar-inverse {
    background: transparent;
    border: 0 none;
}

#p7 #footer, #p154 #footer{
	display:none;
}

/**********************************************************************/
/************************** COMMON ELEMENTS **************************/
/********************************************************************/
h1, h2, h3, h4, h5, h6 {

}

p {

}
img {
	max-width:100%;
	height:auto !important;
	margin: 5px 15px 10px 0;
}


img[style*="float: left"],img[style*="float:left"],img[align="left"] {
  margin: 5px 15px 0px 0px;
}

img[style*="float: right"],img[style*="float:right"],img[align="right"] {
  margin: 5px 0px 0px 15px;
}


a:focus {
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
/** Custom styles **/
.intro {
	font-size:16px;
	}

#top{
	position: fixed;
	top: 0;
    z-index:10;
	no.width: 980px;
    z-index:10;
	background: #fff;
	border-bottom: #ccc 1px solid;
}

.navbar{
	z-index: 1100;
	}

.navbar-nav {

}

.navbar-fixed-top .navbar-collapse {
    height: 100vh;
    max-height: 100vh;
}
.navbar-header {
	z-index: 1101;
	position: relative;
}


.logo{
	width: 300px;
	float:left;
	height: 50px;
	margin: 32px 100px 0 0;
	}
.logo img{
	margin: 0;
	}
.head {
	position: relative;
}

.head img.bg {
	width: 100%;
}
.head div {
    /*z-index: 10;*/
}
.carousel-indicators {
    bottom: -5px;
}

.social {
	color: #fff;
	margin-right: 0px;
	margin-left: 20px !important;
}
.navbar-inverse .navbar-nav.social > li > a  {
	color: #000;
	padding: 12px 0 0 0;
}

.social a:hover  {
	text-decoration: none;
}

.right{
	margin-top:0px;
}

/******inzetje op home stylen*/
.inzetje{
	width:300px;
	right:50px;
	top:120px;
	position: fixed;
	background: #005188;
	color:#fff;
	padding: 0;
	border-bottom-right-radius: 20px;
	box-shadow: 0 0 6px rgba(0,0,0,.5);
}

#inzetjeclose { cursor: pointer; }


.kop{
	font-size: 18px;
	background:#fff;
	padding: 10px 20px;
	color: #005188;
	font-weight:700;
}
 .tekst{
	 padding:10px 20px;
 }
 
.tekst a {
  font-weight:700;
  color: #fff;;
}
 
 /***einde inzetje*/


.container,
.container-fluid {
	max-width: 1280px;
	/*padding-bottom: 50px;
	max-width: 980px;*/

}
.container-fluid {
	overflow: hidden;
    overflow-y: auto;
}
#nav.affix {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    z-index:10;
	box-shadow: 0 0 1px #000;
}

.body {
	padding: 0px 100px; 
	margin-bottom: 20px; 	
}
/*
.body p {
	padding-left: 180px;	
	padding-right: 180px;	
	position: relative;
}
*/

.talen{
	display: inline-block;
}


.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
	/*
	padding-left: 120px;	
	padding-right: 120px;
	*/
	font-family: 'Open Sans',Verdana, sans-serif;
	font-weight: 700;
	
}

.body h1 {
	font-size: 23px;	
	margin:30px 0;
	color:#009bdb;
	line-height:30px;
}
.body h2 {
	font-size: 18px;
	margin-top: 35px;
}

.right h2 {
	font-size: 18px;
	margin: 20px 0 ;
}
.body h3 {
	font-size: 18px;	
}
.body h4 {
	font-size: 16px;	
}
.body h5 {
	font-size: 13px;
	line-height: inherit;
	color:#777;	
	margin-bottom: 20px;
}
.body h6 {
	font-size: 20px;	
}


.body p  >  img.collage {
	width: 100%;
}
.body .btcolumn p {
	padding: 0;	
}

.body .btcolumn h2 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
}
.body .btcolumn h2 a{
	text-decoration:none;
	color: #009ADA;
}
.body .btcolumn h2 a:hover{
	color: #000;

}

.right{
	margin-top: 18px;
}

blockquote {
	border: none;
    margin: 0;
    padding: 0 30px;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}

/*blockquote:before, blockquote:after {
  color: #000;
  font-size: 5em;
  position:absolute;
  line-height: 0.1em;
  font-family: "georgia", sans-serif;
}

blockquote:before {
  content: "\201C";
  left:0px;
  top: 0.3em;
}

blockquote:after {
  content: "\201D";
  right:30px;
  padding-top:25px;
}
*/

.container .quote {
	margin: -40px -40px;
}
.white {
	background: #fff;
}
.pullup {
	margin-top: -120px;
	padding-top: 20px;
}


.vis-hidden {
	visibility: hidden !important;
}
.spacer {
	height: 40px;
}
a {
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	text-decoration: none;
	color: #009ADA;}
	
a:hover {
	color: #009ADA;
	text-decoration: underline;
}

h2.sectionTitle {
	color: #2980b9;
    font-size: 50px;
    margin-top: 0;
    text-align: center;
	font-weight: 700;
    margin-bottom: 50px;
}
h3.sectionTitle {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -20px;
}
.altWrap {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #f7f7f7;
}

.btn-primary {
    background-color: #FB6E05;
    border-color: #FB6E05;
    color: #fff;
}

/*.button {
    background-color: #FB6E05;
    color: #555;
    display: inline-block;
    font-weight: 700;
    margin: 0 1%;
    padding: 50px 0;
    text-align: center;
    width: 22%;
}
.button:hover {
	text-decoration: none;
}
*/


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}

/**********************************************************************/
/***************************** NAVBAR ********************************/
/********************************************************************/

.navbar-brand {
    height: auto;
}

.navbar-inverse .navbar-collapse {
	border-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffff00;
	background:none;

}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus  {
    color: #ffff00;
	background:none;
	
}

.navbar {
	margin-bottom: 0;
	padding: 0 10px;
	min-height: 50px;
}
.navbar .container{
	
}


.navbar-inverse {
	background: rgba(0,0,0,1);
	border: 0 none;
}
.navbar-inverse .container {
	width: 100%;
	padding: 0 20px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
	line-height: 28px;
    text-shadow: none;
	text-decoration: none;
	padding: 55px 20px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}



no.navbar .nav { padding-left: 50px; }
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
    color:#ffff00;
}

.navbar .nav li.open a{
	color:#FFF;
}
.navbar-inverse .navbar-toggle {
	background: rgba(0,0,0,1);
    color:#fff;
    border: 0 none;
	margin: 20px 0 0 ;
	no.float: left;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
/*     background-color: #eee; */
}
.navbar-inverse .navbar-toggle .icon-bar {
/* 	background: #2c3e50;
 */}
.navbar-nav{
	no.float:right;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
	
.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
	min-width: 250px;
/* 	background-color: #fff; */
	background: rgba(0,0,0,1);
}

.dropdown-menu {
	border: 1px solid #009bdb;
	border-top: 0;
	padding: 0;
}
.dropdown-menu > li > a:before{
   content: "\00BB ";
   margin: 0 10px 0 -5px;
}

.dropdown-menu > li > a {
    color: #000;
    font-weight: 400;
    line-height: 1.42857;
    padding: 10px 20px;
	text-decoration: none;
}

.navbar-inverse .navbar-nav .dropdown-menu > .active > a{
    color:#fff;

}
.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .dropdown-menu > li  > a:focus {
    color:#ffff00;

}

.withbg {
	background: #efefef; 
	padding: 20px 0;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #FFFF00;
		background: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #FFFF00;
	background:none;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: auto;
    }
}


/**********************************************************************/
/************************* FOOTER ************************************/
/********************************************************************/
#footer {
	padding: 15px 0 15px;
	color: #fff;
    font-weight: 300;
	font-size: 16px;
	bottom: 0;
    /* position: fixed; */
    width: 100%;
}
#footer .social {
	margin: 0;
}
#footer  a {
	color: #fff;
	text-decoration: none;
}
#footer h2 {
    font-size: 20px;
    font-weight: 600;
}
#footer .social a:hover {
	color: #fff;
}
#footer .social a .fa-inverse {
	color: #444;
}


@media(max-width:1280px){
	.head .contact {
		height: 190px;
		margin-right: 40px;
		margin-top: -190px;
		width: 190px;
	}
	.head .contact span {
		font-size: 20px;
	}
}

@media(max-width:991px){
	body{
		padding-top: 60px;
	}
	
	.spacer {
		height: 4px;
	}
	.navbar-collapse {
		no.float: right;
	}
	.navbar {
		padding: 0;
	}
	.navbar-inverse .navbar-nav > li > a {
		font-size: 14px;
	}

	.navbar-nav {
		no.float: left;
		no.width: 100%;
	}
	.navbar {
		no.min-height: 60px;
	}
	.logo{
		width: 250px;
		float:left;
		height: 57px;
		margin: 0 0 0px;
	}
}
@media (max-width: 767px) {
	.body {
		padding: 20px 15px; 
		margin-bottom: 20px; 
		font-size:16px;
	}
	
	
	#p1 .navbar-inverse {
		background: #000;
	}
	
	#p1 .body {
		padding: 0; 
	}
	
	.navbar-inverse .navbar-toggle {
		background:none;
		color:#fff;
	}
	.navbar-nav {
		width: 100%;
	}
	.navbar-collapse {
		float: none;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 18px;
		padding: 10px;
	}
	#footer.grey  a {
		display:block;	
	}	

}

.bmargin {
	margin-bottom: 20px;
}

.well {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
    min-height: 10px;
    padding: 10px 20px;
}

#footer {
	color: #fff;
}
#footer .container-fluid {
	padding: 0 75px;
}
#footer.lightgrey {
	background: #C2C2C2;	
	
}
#footer.grey {
	background: rgba(0,0,0,.8);	
	color: #fff;	
	font-size: 12px;
	vertical-align: baseline;
	text-align: center;

}
#footer.grey  a {
	color: #fff;padding: 0 25px;	
}	
.container span {
	no.color: #FB6E05;
}
#footer.grey  img{
	vertical-align: top;
}	


.map {
	margin-top: 20px;
}

.mod_oneforall_item_thumb_f {
	margin: 0 10px 10px 0;	
}

#anchormenu {
	/* border-top: 1px solid #FB6E05; */
}

#anchormenu .navbar-nav > li > a {
	padding: 10px 15px 10px;
    color: #FB6E05;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: none;
    text-shadow: none;
}
#anchormenu .navbar-nav > li > a:hover {
	color: #000;
	background-color: #eee;
}

#anchormenu  .navbar-nav > li > a {
	max-width: 220px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ak {
    border: 1px dashed #009bdb;
    margin-bottom: 10px;
    padding: 15px;
}
.ak:hover {
	border: 1px dashed #999;
}
@media (max-width: 767px) { 
	.ak { min-height: 1px; }
}
.ak p {
    font-size: 13px;
    line-height: 1.4;
}

.ak h1, .ak h2 {
	font-size: 18px;
	line-height: 21px;
	margin-top: 10px;
}
a.knop {
    background-color:#0197D6;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
	}
	
a.knop:hover{
    background-color:#000;
    color: #F0F0F0;
    padding: 5px 10px;
    text-decoration: none;
	}
/*
    position: absolute;
    bottom: 10px;
    right: 25px;
*/	


h6 {
	color: #0099cc;
	font-size: 20px;
	margin-top: 40px;
}




h1.line, 
h2.line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}
h1.line:before, h1.line:after ,
h2.line:before, h2.line:after {
  background-color: #777;
  content: '\a0';
  flex-grow: 1;
  height: 1px;
  position: relative;
  top: 0.6em;
}
h1.line:before ,
h2.line:before {
  margin-right:20px;
}
h1.line:after ,
h2.line:after {
  margin-left:20px;
}

.slinks {
	padding: 20px 0;	
}
.slinks a {
	padding: 0 30px 0 0;
}

/* scroll op home */

body:not(#p1) .scroll-indicator {
  display: none;
}

.scroll-indicator.nac {
  position: fixed;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Strakke NAC pijl */
.scroll-indicator.nac .arrow {
  width: 26px;
  height: 26px;
  border-left: 4px solid #FFFF00;
  border-bottom: 4px solid #FFFF00;
  transform: rotate(-45deg);
  margin: 0 auto;
  animation: nacBounce 1.6s infinite;
}

/* Subtiele glow (premium look) */
.scroll-indicator.nac .arrow::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  border-left: 4px solid rgba(255,255,0,.8);
  border-bottom: 4px solid rgba(255,255,0,.8);
  transform: translate(-2px, -2px) rotate(0deg);
}

/* Animatie = sportiever, directer */
@keyframes nacBounce {
  0%, 100% {
    transform: rotate(-45deg) translateY(0);
  }
  50% {
    transform: rotate(-45deg) translateY(2px);
  }
}

/* Hover effect
.scroll-indicator.nac:hover .arrow {
  transform: rotate(-45deg) translateY(5px) scale(1.1);
  border-color: #009bdb;
}
 */
 
/* Op lichte headers automatisch zwart/geel corrigeren */
body#p1 .scroll-indicator.nac .arrow {
  border-color: #000;
}

body#p1 .scroll-indicator.nac:hover .arrow {
  /*border-color: #009bdb;*/
}

.scroll-indicator.nac::after {
  content: "SCROLL";
  display: block;
  color: #FFFF00;
  font-size: 10px;
  letter-spacing: 2px;
  margin-top: 10px;
  text-align: center;
}