/*********************************************************************************************
URI: http://www.makingpages.be
Version: 1.0
Author: Making Pages 
Author URI: http://www.makingpages.be

**********************************************************************************************/

@charset "utf-8";
/* CSS Document */

* { margin:0; } 

body, html{ height:100%; } /* De body en html 100% hoogte geven */

body{
	margin:0;
	background-color:#FFFFFF;	
}

a {
outline: none;
} 

a:link {
outline: none;
}

iframe{
	border:0;
}

h1,h2{
	font-weight:normal;
	margin:0;
	padding:0;
}

.no_show{
	display:none;
}

/* CUSTOM BOOTSTRAP */

p{
	margin-bottom:15px;
}

/* CUSTOM MENU LAYOUT */

.cc-allow:hover{
	background-color:rgb(189, 222, 212) !important;
	text-decoration:none !important;
}

.cc-revoke{
	display:none !important;
}

/* LAYOUT */

section{
	width:100%;
}

#swipezone{
	cursor:grab;
}

section.intro{
	width:100%;
	min-height:100%;
	height: 100%;
	position: relative;
	background-color:#000000;
}

section.banner{
	width:100%;
	min-height:35%;
	height: 35%;
	position: relative;
	background-color:#000000;
}

.bg_page{
	width:100%;
	min-height:100%;
	height: 100%;
    position: absolute;
	display:none;
	top:0;
	left:0;	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:scroll;
}

.bg_loop{
	width:100%;
	min-height:100%;
	height: 100%;
    position: absolute;
	display:none;
	top:0;
	left:0;	
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	background-attachment:scroll;
}

.bg_page_video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.intro_overlay{
	width:100%;
	min-height:100%;
	height: 100%;
    position: absolute;
	background-color:#000000;
	opacity:0.10;
	top:0;
	left:0;	
}

.intro_shadow{
	width:100%;
	min-height:600px;	
    position: absolute;
	background-image:url("images/bg_intro_shadow3.png");
	background-repeat:repeat-x;
	bottom:0;
	left:0;	
}

.intro_teasers{
	width:100%;
	min-height:50px;
    position: absolute;
	bottom:145px;
	left:0;
}

.home_teasers{
	width:100%;
	min-height:50px;
    position: absolute;
	bottom:60px;
	left:0;
}

.banner_teasers{
	width:100%;
	min-height:50px;
    position: absolute;
	bottom:50px;
	left:0;
}

.intro_page_teaser_content{
	text-align:center;
	position:relative;
	-webkit-transition: all 500ms linear;
     -moz-transition: all 500ms linear;
     -o-transition: all 500ms linear;
     -ms-transition: all 500ms linear;
     transition: all 500ms linear;
}

section.header_nav_page{
	width:100%;
	min-height:130px;
    position:absolute;
	top:0;
	left:0;
	z-index:999;
}

section.header_home{
	width:100%;
	min-height:65px;
    position:absolute;
	top:0;
	left:0;
	z-index:9999;
	/*background-color:#FFFFFF;*/
}

section.header_resp{
	display:none;
	width:100%;
	min-height:35px;
    position:absolute;
	top:50px;
	left:0;
	/*background-color:#FFFFFF;*/
	padding-top:10px;
	padding-bottom:10px;
	z-index:10000;
}

.header_resp_logo{
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	text-align:left;
	position:absolute;
	top:8px;
	left:10px;
	z-index:50000;
	display:none;
}

.header_menu_content{
	width:210px;
	height:340px;	
	background-color:#FFFFFF;
	opacity:0;
	position:fixed;
	top:-450px;
	right:0;
	z-index:10500;
	/*transform: translateX(-50%);*/
	/*margin-left:465px;*/
}

.header_menu_content > div{
	margin:20px auto 20px auto;
	width:100%;
	text-align:right;
}

section.header_nav_scroll{
	width:100%;
	min-height:65px;
    position:fixed;
	top:0;
	left:0;
	z-index:10000;
	/*background-color:#FFFFFF;*/
	background-image:url("images/bg_menu_overlay.png");
	background-repeat:repeat;
	display:none;
	box-shadow: 0px 3px 9.7px 0.3px rgba(0, 0, 0, 0.3); 
}

.menu{
	width:150px;
	min-height:80px;
	margin:15px auto 0 auto;
}

ul.menu_items{
	padding:0 0 0 0px;
	margin:0 0 0 0;	
}

ul.menu_items li{
	display:block;
	list-style-type: none;
	padding:0 0 0 0px;
	margin:0 0 5px 0;	
}

ul.menu_items li a:active,ul.menu_items li a:link,ul.menu_items li a:visited{
   color: #000000;
    font-family: "rift_bold";
    font-size: 24px;    
	text-transform:uppercase;
	display:inline-block;
	padding:0; 
	text-decoration:none;
	-webkit-transition: color 500ms linear;
     -moz-transition: color 500ms linear;
     -o-transition: color 500ms linear;
     -ms-transition: color 500ms linear;
     transition: color 500ms linear;
}

ul.menu_items li a:hover {
    color:#BDDED4;
	-webkit-transition: color 500ms linear;
     -moz-transition: color 500ms linear;
     -o-transition: color 500ms linear;
     -ms-transition: color 500ms linear;
     transition: color 500ms linear;
}

ul.menu_items li.current_page_item a,ul.menu_items li.current_page_parent a,ul.menu_items li.current_page_ancestor a,ul.menu_items li.current-menu-item a{
   color:#BDDED4;
   -webkit-transition: color 500ms linear;
     -moz-transition: color 500ms linear;
     -o-transition: color 500ms linear;
     -ms-transition: color 500ms linear;
     transition: color 500ms linear;
}

.btn_menu_show,.btn_menu_close{
	cursor:pointer;
}

.btn_sluiten{	
	width:170px;
	margin:0px auto 0px auto;
	text-align:right;
}

.taalkeuze{
	width:150px;
	min-height:40px;
	margin:15px auto 0 auto;
	font-family:"pn_reg";
	font-size:16px;
	color:#000000;
	font-weight:normal;
	line-height:1.5em;
	text-transform:uppercase;
}

.header_resp_taalkeuze{
	text-align:right;
	margin-top:0px;
	font-family:"pn_reg";
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:1.5em;
	text-transform:uppercase;
}

a.taalkeuze_link:active,a.taalkeuze_link:link,a.taalkeuze_link:visited,a.taalkeuze_link:link{
	font-family:"pn_reg";
	font-size:16px;
	color:#000000;
	font-weight:normal;
	line-height:1.5em;
	text-transform:uppercase;
	text-decoration:none;	
}

a.taalkeuze_link:hover{
	color:#BDDED4;
	text-decoration:none;
}

a.taalkeuze_link_actief{
	font-family:"pn_reg";
	font-size:16px;
	color:#BDDED4;
	font-weight:normal;
	line-height:1.5em;
	text-transform:uppercase;
	text-decoration:none;	
}

a.taalkeuze_link_resp:active,a.taalkeuze_link_resp:link,a.taalkeuze_link_resp:visited{
	font-family:"pn_reg";
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	line-height:1.5em;
	text-transform:uppercase;
	text-decoration:none;	
}

a.taalkeuze_link_resp:hover{
	color:#BDDED4;
	text-decoration:none;
}

a.taalkeuze_link_resp_actief{
	font-family:"pn_reg";
	font-size:16px;
	color:#BDDED4;
	font-weight:normal;
	line-height:1.5em;
	text-transform:uppercase;
	text-decoration:none;	
}

.bottom_link{
	width:200px;
	height:125px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-100px;	
	z-index:999;
	text-align:center;
	background-image:url("images/more_line.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;	
}

.logo{
	margin-top:30px;
	margin-left:30px;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	text-align:left;
}

.img_logo{
	max-width:149px;	
}

.toggle_menu{
	margin-top:30px;
	margin-right:30px;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	text-align:right;
}

.breadcrumbs{
	margin-top:25px;
	font-family:"pn_reg";
	font-weight: normal;
	font-size:13px;
	color:#333333;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	text-align:left;
}

.share{
	margin-top:22px;
	font-family:"pn_reg";
	font-weight: normal;
	font-size:13px;
	color:#333333;
	text-align:center;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.share a{
	margin-left:10px;
}

.share a i{
	font-size:18px;
	color:#717070;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.share a:hover i{
	color:#BDDED4;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

section.post_nav{
	width:100%;
	min-height:110px;
	position:relative;
	padding:50px 0 50px 0;
}

.post_nav_overzicht{
	text-align:center;	
}

.post_nav_vorige{
	text-align:left;	
}

.post_nav_vorige > a{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	padding-left:40px;
	background-image:url("images/post_nav_vorige.png");
	background-repeat:no-repeat;
	background-position:left top;
	display:inline-block;
}

.post_nav_vorige > a > span{
	font-size:13px;
	color:#000000;
}

.post_nav_volgende{
	text-align:right;	
}

.post_nav_volgende > a{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	padding-right:40px;
	background-image:url("images/post_nav_volgende.png");
	background-repeat:no-repeat;
	background-position:right top;
	display:inline-block;
}

.post_nav_volgende > a > span{
	font-size:13px;
	color:#000000;
}

section.content{
	width:100%;
	min-height:350px;
	position:relative;
	background-color:#FFFFFF;
	padding:50px 0 0px 0;
}

.content_inhoud > div{
	width:100%;
}

.content_inhoud_ext > div{
	width:100%;
}

.content_inhoud div.tekstblok:first-child{
	margin-top:50px;
}

.content_inhoud div.tekstblok{
	margin-top:50px;
	margin-bottom:50px;
}

.content_info_inhoud > div{
	width:100%;
}

.content_info_inhoud div.tekstblok:first-child{
	margin-top:50px;
}

.content_info_inhoud div.tekstblok{
	margin-top:50px;
	margin-bottom:50px;
}

.content_inhoud div.yt_inline_container{
	width:100%;
	max-width:1200px;
	margin:50px auto 50px auto;	
}

.content_inhoud div p,.content_inhoud div ol,.content_inhoud div ul{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:20px;
	color:#666666;
	line-height:1.5em;
	text-align:justify;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
}

.content_inhoud_ext div p{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:20px;
	color:#666666;
	line-height:1.5em;
	text-align:justify;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
}

.content_inhoud_ext div.zoekblok{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:20px;
	color:#666666;
	line-height:1.5em;
	text-align:justify;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	margin-bottom:50px;
}

.content_info_inhoud div p{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:17px;
	color:#666666;
	line-height:1.5em;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
}

.content_inhoud div h2{
	font-family:"rift_bold";
	font-weight: normal;
	font-size:50px;
	color:#06214d;
	line-height:1.5em;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}

.content_inhoud div h3{
	font-family:"pn_reg";
	font-weight: bold;
	font-size:24px;
	color:#06214d;
	line-height:1.5em;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

.content_inhoud_ext div h3{
	font-family:"rift_bold";
	font-weight: normal;
	font-size:50px;
	color:#06214d;
	line-height:1.5em;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}

.content_info_inhoud div h2{
	font-family:"rift_bold";
	font-weight: normal;
	font-size:50px;
	color:#06214d;
	line-height:1.5em;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
}

.content_info_inhoud div h3{
	font-family:"pn_reg";
	font-weight: bold;
	font-size:17px;
	color:#06214d;
	line-height:1.5em;
	max-width:715px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

.content_inhoud div > p.featured{
	font-size:25px;	
	line-height:1.2em;
	margin-bottom:50px;
	margin-top:50px;
}

.content_inhoud div.external{
	width:100%;
	max-width:715px;
	margin:0px auto 0 auto;	
}

.content_inhoud div.affiche{
	width:100%;
	max-width:715px;
	margin:50px auto 50px auto;	
}

.content_inhoud div.affiche img{
	width:100%;
	max-width:715px;	
}

.content_inhoud div.post_galerij{
	width:100%;
	max-width:715px;
	margin:50px auto 50px auto;	
}

.content_inhoud img.img_small{
	width:100%;
	max-width:350px;
	margin-top:5px;
	margin-bottom:5px;
}

.content_inhoud img.img_large{
	width:100%;
	max-width:715px;
	margin-top:10px;
	margin-bottom:10px;
}

.content_inhoud .img_links{
	margin-right:10px;
}

.content_normaal p a:active,.content_normaal p a:link,.content_normaal p a:visited{
	text-decoration:none;
	font-family:"pn_reg";
	font-weight: bold;
	font-size:22px;
	color:#666666;
	line-height:1.5em;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-bottom:2px;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.content_normaal p a:hover{
	color:#BDDED4;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.content_contact p a:active,.content_contact p a:link,.content_contact p a:visited{
	font-family:"pn_reg";
	font-size:15px;
	color:#666666;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display:inline-block;	
	background-color:#FFFFFF;
	border-color:#1c1d1d;
	border-style:solid;
	border-width:1px;
	margin-top: 10px;
	margin-bottom:25px;
	padding:10px 20px 10px 20px;
}

.content_contact p a:hover{
	color:#FFFFFF !important;
	background-color:#BDDED4;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

section.footer{
	min-height:50px;
	background-color:#EEECEC;
}

section.productie_teaser{
	min-height:50px;
	background-color:#BDDED4;
	padding:50px 0 50px 0;
}

.productie_teaser_content div{
	text-align:center;
}

.footer_content > div{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:14px;
	color:#000000;
	line-height:1.3em;
	padding:25px 0 15px 0;
	text-align:left;
}

.footer_mp_content > div{
	padding:0px 0 0px 0;
	text-align:right;
	margin-bottom:10px;
}

.footer_links_content > div{
	padding:0px 0 0px 0;
	text-align:left;
	margin-bottom:10px;
}

.footer_social > div{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:14px;
	color:#000000;
	line-height:1.3em;
	padding:25px 0 15px 0;
	text-align:right;
}

.footer_social a{
	margin-left:10px;
}

.footer_social a i{
	font-size:18px;
	color:#717070;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.footer_social a:hover i{
	color:#BDDED4;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

a.footer_link:active,a.footer_link:link,a.footer_link:visited{
	font-family:"pn_reg";
	font-size:14px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display:inline-block;	
}

a.footer_link:hover{
	color:#BDDED4;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

a.leesmeer_link:active,a.leesmeer_link:link,a.leesmeer_link:visited{
	font-family:"pn_extrabold";
	font-size:15px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display:inline-block;	
}

a.leesmeer_link:hover{
	color:#BDDED4;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

.breadcrumbs a:active,.breadcrumbs a:link,.breadcrumbs a:visited{
	color: #333333;
    font-family: "pn_reg";
    font-size: 13px;
    font-weight: normal;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display:inline-block;
}

.breadcrumbs a:hover{
	color:#BDDED4;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

a.mp_link:active,a.mp_link:link,a.mp_link:visited{
	font-family:"pn_reg";
	font-size:12px;
	color:#999999;
	font-weight:normal;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display:inline-block;	
}

a.mp_link:hover{
	color:#000000;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

h2.intro_teaser_categorie{
	font-family:"pf_display_italic";
	font-weight: normal;
	font-size:20px;
	color:#FFFFFF;
	margin-bottom:10px;
}

h1.intro_teaser_titel{
	font-family:"rift_bold";
	font-weight: normal;
	font-size:50px;
	color:#FFFFFF;
}

#page_up{
	height: 49px;
    position: fixed;
    right: 15px;
    bottom: 31px;	
    width: 49px;
    z-index: 50;
	display: none;
}

a.page_up:active,a.page_up:link,a.page_up:visited{
    background-color:#231f20;
    display: inline-block;
    height: 49px;
    width:49px;
    text-align:center;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

a.page_up:hover{
	background-color:#BDDED4;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	text-decoration:none;
}

#arr_next {
	position: absolute;
    z-index:2000;
	top:50%;
    right:0px;
    margin-top:-16px;/* half elements height*/
    width:32px;
    height:32px;
	cursor:pointer;
}

#arr_prev {
	position: absolute;
    z-index:2000;
	top:50%;
    left:0px;
    margin-top:-16px;/* half elements height*/
    width:32px;
    height:32px;
	cursor:pointer;
}

h2.item-info-categorie{
	font-family:"pf_display_italic";
	font-weight: normal;
	font-size:17px;
	color:#FFFFFF;
	margin-bottom:10px;
	min-height:20px;
}

h2.item-info-categorie:before {
    content: "";
    display: block;
    background-image:url("images/titel_lijn.png");
	background-position:;
	background-repeat:no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 10px 0 0;
}

h2.item-search-categorie{
	font-family:"pf_display_italic";
	font-weight: normal;
	font-size:17px;
	color:#666666;
	margin-bottom:10px;
	min-height:20px;
}

h2.item-search-categorie:before {
    content: "";
    display: block;
    background-image:url("images/titel_lijn.png");
	background-position:;
	background-repeat:no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 10px 0 0;
}

h3.item-info-datum{
	font-family: "rift_bold";
	font-weight: normal;
	font-size:17px;
	color:#BDDED4;
	letter-spacing:1px;
	margin-top:5px;
}

h2.team-info-functie{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:14px;
	color:#FFFFFF;
	margin-top:10px;
}

h1.team-info-naam{
	font-family: "rift_bold";
	font-weight: normal;
	font-size:30px;
	color:#FFFFFF;
	letter-spacing:1px;
}

h1.item-info-titel{
	font-family: "rift_bold";
	font-weight: normal;
	font-size:30px;
	color:#FFFFFF;
	letter-spacing:1px;
}

h1.item-search-titel{
	font-family: "rift_bold";
	font-weight: normal;
	font-size:30px;
	color:#666666;
	letter-spacing:1px;
}

.trailer_play_button{
	width:100%;
	max-width:75px;
	margin-left:-37px;
	position:absolute;
	bottom:260px;
	left:50%;
	overflow:hidden;
}

.video-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	display: none;
	z-index:75000;
}
.video-close-btn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	width: 60px;
	height: 60px;
	color: #a5b7c3;
	cursor: pointer
}
.video-close-btn .close-icon {
	position: relative;
	margin: 0 auto;
	font-size: 25px;
	width: 25px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	background: url("images/youtube_close.png") 0 0 no-repeat;
	background-size: contain
}
.video-player {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px)
}
#ytPlayer {
	width: 100%;
	height: 100%
}

span.bc_homepagina{
	font-weight:bold !important;
}

a.btn_link:active,a.btn_link:link,a.btn_link:visited{
	font-family:"pn_reg";
	font-size:15px;
	color:#666666;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display:inline-block;	
	background-color:#FFFFFF;
	border-color:#1c1d1d;
	border-style:solid;
	border-width:1px;
	margin-top: 10px;
	padding:10px 20px 10px 20px;
}

a.btn_link:hover{
	color:#FFFFFF !important;
	background-color:#BDDED4;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

#arr_next {
	position:absolute;
	width:25px;
    height:25px;
	top:50%;
	right:100px;
	margin-top:-12px;
	z-index:9999;
}

#arr_prev {
	position:absolute;
	width:25px;
    height:25px;
	top:50%;
	left:100px;	
	margin-top:-12px;
	z-index:9999;
}

.pijl_rechts{
	background-image:url("images/arr_next.png");
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:25px;
	height:25px;
	z-index:9999;
}

.pijl_rechts:hover{
	background-image:url("images/arr_next_hover.png");
}

.pijl_links{
	background-image:url("images/arr_prev.png");
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	width:25px;
	height:25px;
	z-index:9999;
}

.pijl_links:hover{
	background-image:url("images/arr_prev_hover.png");
}

.spacer{
	height:100px;
}

.footer_adres_devider_resp{
	  display:none;
}

section.footer_share{
	display:none;
	min-height:25px;
	margin-top:25px;
	margin-bottom:25px;
	background-color:#FFFFFF;
}

.footer_share_content{
	font-family:"pn_reg";
	font-weight: normal;
	font-size:16px;
	color:#333333;
	text-align:center;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.footer_share_content a{
	margin-left:10px;
}

.footer_share_content a i{
	font-size:25px;
	color:#717070;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.footer_share_content a:hover i{
	color:#BDDED4;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.resp_space{
	display:none;
}

.post_nav_vorige > a > span.post_nav_titel{
	color:#999999;
}

.post_nav_volgende > a > span.post_nav_titel{
	color:#999999;
}

.homepagina .breadcrumbs{
	display:none;
}

.contact_info{
	margin-bottom:0px;
}

.contact_info_sub{
	margin-bottom:25px;
}

.contact_kader{
	min-height:325px;
	background-color:#eeecec;
}

.contact_kader_wit{
	background-color:#FFFFFF;
}

.contact_kader_steunkleur{
	background-color:#bdded4;
}

.contact_kader_info{
	padding:50px;
}

.contact_kader{
	margin-bottom:30px;
}

h4.contact-kader-titel{
	font-family: "rift_bold";
	font-weight: normal;
	font-size:30px;
	color:#06214d;
	letter-spacing:1px;
}

h2.contact-kader-titel{
	font-family:"rift_bold";
	font-weight: normal;
	font-size:50px;
	color:#06214d;
	line-height:1.5em;
}

.contact_kader_info p{
	text-align:left !important;
}

.contact_kader_info p a:active,.contact_kader_info p a:link,.contact_kader_info p a:visited{
	font-family:"pn_reg";
	font-size:15px;
	color:#666666;
	font-weight:normal;
	/*text-transform:uppercase;*/
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	background-color:#eeecec;
	border-color:#1c1d1d;
	border-style:solid;
	border-width:1px;
	/*margin-bottom:25px;*/
	display:inline-block;
	padding:10px 20px 10px 20px;
}

.contact_kader_info p a:hover{
	color:#FFFFFF !important;
	background-color:#bdded4;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

.contact_kader_steunkleur .contact_kader_info p a{
	background-color:#bdded4;
}

.contact_kader_steunkleur .contact_kader_info p a:hover{
	border-color:#FFFFFF;
}

.synopsis_resp{
	display:none;
}

.portfolio_filters_nl{
	position:absolute;
	top:40px;
	right:105px;
	width:210px;
	height:25px;
	z-index:9999;
}

.portfolio_filters_fr{
	position:absolute;
	top:40px;
	right:107px;
	width:210px;
	height:25px;
	z-index:9999;
}

.portfolio_filters_en{
	position:absolute;
	top:40px;
	right:93px;
	width:210px;
	height:25px;
	z-index:9999;
}

.portfolio_filters a{
	color:#FFFFFF;
	font-family: "rift_bold";
	font-weight: normal;
	font-size:16px;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	text-decoration:none;
	padding:0 5px 0 5px;	
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

.portfolio_filters a.active{
	background-color:#BDDED4;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

.portfolio_filters a:hover{
	background-color:#BDDED4;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

.portfolio_lijst{
	position:absolute;
	top:40px;
	right:125px;
	width:50px;
	height:25px;
	z-index:9999;
}

.portfolio_lijst a{
	color:#FFFFFF;
	font-family: "rift_bold";
	font-weight: normal;
	font-size:16px;
	border-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	text-decoration:none;
	padding:0 5px 0 5px;	
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

.portfolio_lijst a.active{
	background-color:#BDDED4;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

.portfolio_lijst a:hover{
	background-color:#BDDED4;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}


.search_veld {
    background-color: #FFFFFF;
    border: 1px solid #666666;
    border-radius:0px;
    color: #666666;
    font-size: 17px;
    line-height: 1.5;
    padding: 10px 20px 10px 20px;
    font-family:"pn_reg";
	font-weight:normal;
	width:75%;
	text-align:center;
}

.search_veld:focus {
    border: 1px solid #1c1d1d; 
	box-shadow:none;   
}

.search_knop {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	color:#666666;
	background-color:#FFFFFF;
	padding: 10px 20px 10px 20px;
	font-size:17px;
	font-family:"pn_reg";
	line-height: 1.5;
	cursor:pointer;
	transition-duration: 0.5s;
    transition-property: background-color;
	width:20%;
	border-radius:0px;
	float:right;
	/*text-transform:uppercase;*/
}

.search_knop:hover{
	background-color:#bdded4;
	color:#FFFFFF;
	transition-duration: 0.5s;
    transition-property: background-color;
}

#searchform{
	margin-bottom:25px;
}

.zoek_tussenlijn{
	width:100%;
	height:1px;
	background-color:#CCCCCC;
	margin:25px 0 25px 0;
}

.zoek_resultaat{
	position:relative;	
}

.zoek_resultaat a{
	position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; 
    z-index:15; 
    background-color:white;
    opacity: 0; 
    filter: alpha(opacity=1);
}

.zoek_resultaat p{
	margin-top:10px;
	font-family: "pn_reg" !important;
	font-weight: normal;
	font-size: 15px !important;
	color: #666666;	
}

.donkerblauw{
	color:#06214d;
}

.search_ico{
	width:40px;
	height:40px;
	top:40px;
	right:80px;
	position:absolute;
	z-index:10000;
}

.search_ico a i{
	font-size:23px;
	color:#FFFFFF;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.zoekblok h3{
	margin-top:25px;
	margin-bottom:25px !important;
}

a.productie_teaser_knop:active,a.productie_teaser_knop:link,a.productie_teaser_knop:visited{
	font-family:"rift_bold";
	font-size:35px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	display:inline-block;	
	background-color:#BDDED4;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	margin-top: 10px;
	padding:10px 20px 10px 20px;
}

a.productie_teaser_knop:hover{
	color:#BDDED4 !important;
	background-color:#FFFFFF;
	text-decoration:none;
	-moz-transition: all 500ms ease-in;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
	transition: all 500ms ease-in;	
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
	
	

}

@media (max-width: 996px) 
{
	
	
		
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

	
	.footer_content > div{
		padding:30px 0 0px 0;
		text-align:center;
	}
	
	.footer_mp_content > div{
		text-align:right;
	}
	
	.footer_social > div{
		padding:30px 0 30px 0;
		text-align:center;
	}
	
	.content_inhoud img.img_small{
		max-width:341px;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	
	.footer_content > div{
		padding:30px 0 0px 0;
		text-align:center;
	}
	
	.footer_mp_content > div{
		text-align:center;
	}
	
	.footer_social > div{
		padding:30px 0 30px 0;
		text-align:center;
	}
	
	.footer_adres_devider_resp{
		display:block;
		margin:5px 0 5px 0;
	}
	
	.footer_adres_devider{
		display:none;
	}
	
	section.intro{
		height: -o-calc(100% - 110px); /* opera */
		height: -webkit-calc(100% - 110px); /* google, safari */
		height: -moz-calc(100% - 110px); /* firefox */	
	}
	
	.intro_shadow{
		min-height:300px;	
		position: absolute;
		background-image:url("images/bg_intro_shadow_small.png");
		background-repeat:repeat-x;		
	}
	
	.content_inhoud img.img_small{
		max-width:583px;
	}
	
	.post_nav_titel{
		display:none;	
	}
	
	.post_nav_vorige > a br{
		display:none;	
	}
	
	.post_nav_volgende > a br{
		display:none;	
	}
	
	.post_nav_vorige > a{
		margin-top:7px;	
	}
	
	.post_nav_volgende > a{
		margin-top:7px;	
	}
	
	.contact_kader_info{
		padding:25px;
	}
	
	.contact_kader{
		min-height:120px;
		margin-bottom:10px;
	}
	
	.contact_info {
   		margin-bottom: 0px;
	}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 784px) {
	
	section.footer_share{
		display:block;
	}
	
	.footer_share_content > span{
		display:block;
		margin-bottom:10px;
	}
	
	.js-share-facebook-link {
		margin-left: 0 !important;
	}
	
	h2.contact-kader-titel,h4.contact-kader-titel{
		font-size:25px;
	}
	
	.contact_kader_info{
		padding:25px;
	}
	
	.contact_kader{
		min-height:120px;
		margin-bottom:10px;
	}
	
	.contact_info {
   		margin-bottom: 0px;
	}
	
	.content_inhoud div h2{
		font-size:35px;		
	}
	
	.content_inhoud div h3{
		font-size:17px;		
	}
	
	.content_inhoud_ext div h3{
		font-size:35px;
	}
	
	h2.contact-kader-titel{
		font-size:35px;
	}
	
	h4.contact-kader-titel{
		font-size:25px;
	}
	
	.contact_kader_info{
		padding:25px;
	}
	
	.contact_kader{
		min-height:120px;
		margin-bottom:10px;
	}
	
	.contact_info {
   		margin-bottom: 0px;
	}
	
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	
	.footer_content > div{
		padding:30px 0 0px 0;
		text-align:center;
	}
	
	.footer_mp_content > div{
		text-align:center;
	}
	
	.footer_social > div{
		padding:30px 0 30px 0;
		text-align:center;
	}
	
	.footer_adres_devider_resp{
		display:block;
		margin:5px 0 5px 0;
	}
	
	.footer_adres_devider{
		display:none;
	}
	
	section.header_home,section.header_nav_page{
		display:none;
	}	
	
	section.header_resp{
		display:block;
	}
	
	.header_resp_logo{
		display:block;
	}
	
	section.footer_share{
		display:block;
	}
	
	section.intro{
		min-height:auto;
		height: -o-calc(100% - 110px); /* opera */
		height: -webkit-calc(100% - 110px); /* google, safari */
		height: -moz-calc(100% - 110px); /* firefox */	
	}
	
	.intro_shadow{
		min-height:150px;	
		position: absolute;
		background-image:url("images/bg_intro_shadow_small.png");
		background-repeat:repeat-x;		
	}
	
	.content_inhoud img.img_small{
		max-width:100%;
	}
	
	.post_nav_titel{
		display:none;	
	}
	
	.post_nav_vorige > a{
		margin-top:7px;	
	}
	
	.post_nav_volgende > a{
		margin-top:7px;	
	}
	
	.post_nav_vorige > a br{
		display:none;	
	}
	
	.post_nav_volgende > a br{
		display:none;	
	}
	
	#arr_next{
		right:25px;	
		bottom:40px;
		top:auto;
	}
	
	#arr_prev{
		left:25px;
		bottom:40px;
		top:auto;
	}
	
	.bottom_link{
		display:none;
	}
	
	.intro_teasers {
		bottom: 46px;
		min-height: 50px;		
	}
	
	section.content{
		padding:0;
	}
	
	.content_inhoud div.tekstblok:first-child {
		margin-top: 50px;
	}
	.content_inhoud div.tekstblok {
		margin-bottom: 25px;
		margin-top: 25px;
	}
	
	.content_inhoud div > p.featured {
		margin-bottom: 25px;
		margin-top: 25px;
	}
	
	.content_inhoud div p{
		max-width: 100%;
	}
	
	.content_inhoud div h2 {
   		max-width: 100%;
	}
	
	.content_inhoud div h3 {
   		max-width: 100%;
	}
	
	.content_inhoud_ext div h3 {
   		max-width: 100%;
	}
	
	section.post_nav {
		padding: 25px 0;	
		min-height:35px;	
	}
	
	.content_inhoud div.external{
		max-width: 80%;
	}
	
	h1.intro_teaser_titel{
		font-size:25px;
	}
	
	.content_inhoud div h2{
		font-size:35px;		
	}
	
	.content_inhoud div h3{
		font-size:17px;		
	}
	
	.content_inhoud_ext div h3{
		font-size:35px;		
	}
	
	h2.contact-kader-titel{
		font-size:35px;
	}
	
	h4.contact-kader-titel{
		font-size:25px;
	}
	
	.contact_kader_info{
		padding:25px;
	}
	
	.contact_kader{
		min-height:120px;
		margin-bottom:10px;
	}
	
	.contact_info {
   		margin-bottom: 0px;
	}
	
	.content_info_inhoud div h2{
		font-size:35px;
	}
	
	.synopsis_normal{
		display:none;
	}
	
	.synopsis_resp{
		display:block;
	}
	
	.portfolio_filters_nl{
		top:60px;
		left:15px;
		width:150px;
		z-index:50000;
	}
	
	.portfolio_filters_fr{
		top:60px;
		width:150px;
		left:15px;
		z-index:50000;
	}
	
	.portfolio_filters_en{
		top:60px;
		left:15px;
		width:150px;
		z-index:50000;
	}
	
	.portfolio_lijst{
		top:60px;
		left:157px;
		z-index:50000;
	}
	
	.search_ico{
		top:14px;
		right:35px;
		z-index:50000;
	}
	
	.search_ico a i{
		font-size:20px;
	}
	
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	
	.bottom_link{
		display:none;
	}
	
	h1.intro_teaser_titel{
		font-size:25px;
	}
	
	#arr_next{
		right:5px;
	}
	
	#arr_prev{
		left:5px;
	}
	
	.intro_page_teaser_content > div{
		max-width:90%;
		margin-right:auto;
		margin-left:auto;
	}
	
	.intro_teasers {
		bottom: 46px;
		min-height: 25px;
	}
	
	.content_inhoud div p{
		font-size:17px;		
	}
	
	.content_inhoud div h2{
		font-size:30px;		
	}
	
	.content_inhoud div h3{
		font-size:17px;		
	}
	
	.content_inhoud_ext div h3{
		font-size:30px;		
	}
	
	.content_inhoud div > p.featured{
		font-size:20px;			
	}
	
	.content_inhoud div p{
		max-width: 100%;
	}
	
	.content_inhoud div h2 {
   		max-width: 100%;
	}
	
	.content_inhoud div h3 {
   		max-width: 100%;
	}
	
	.content_inhoud_ext div h3 {
   		max-width: 100%;
	}
	
	.content_inhoud div.external{
		max-width: 100%;
	}
	
	.footer_links_content > div{
		text-align:center;
	}
	
	.intro_overlay{
		opacity:0.30;		
	}
	
	h2.contact-kader-titel,h4.contact-kader-titel{
		font-size:25px;
	}
	
	.contact_kader_info{
		padding:25px;
	}
	
	.contact_kader{
		min-height:120px;
		margin-bottom:10px;
	}
	
	.contact_info {
   		margin-bottom: 0px;
	}
	
	.content_info_inhoud div h2{
		font-size:35px;
	}
	
	.synopsis_normal{
		display:none;
	}
	
	.synopsis_resp{
		display:block;
	}
	
	.search_veld{
		width:100%;
		display:block;
		margin-bottom:15px;
	}
	
	.search_knop{
		width:50%;
		float:none;
		display:block;
	}
	
}

/* Portrait phones and smaller */
@media (max-width: 310px) {
	
	.portfolio_lijst{
		display:none;
	}
	
}