/*
Theme Name: BenC - Bootstrap
Theme URI: -
Author: brainstorm en concept / Robin Tollenaer
Author URI: http://wwww.brainstormenconcept.nl
Description: Theme framework voor brainstorm en concept, gebruik voor optimaal resultaat ook de brainstorm-plugin, inclusief Bootstrap functionaliteit
Version: 1.0
*/

body, html {
    font-family: 'Lato', sans-serif;
    color:#000000;
}
.bodycontainer {
	margin-left:90px; 
	width:calc(100% - 90px); 
	height:auto;
	overflow:hidden;
	position:relative;
}
@media screen and (max-width: 767px) {
	.bodycontainer {
		margin-top:80px;
		margin-left:0px; 
		width:calc(100% - 0px); 
	}
}
.container {
	width:100%; 
}
/* 
@media screen and (min-width: 1200px) {
    .container {
        padding-left: 100px;
        padding-right:0;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 1199px) {
    .container {
        padding-left: 105px;
        width:100%;
    }
}
}
@media screen and (max-width: 767px) {
    .container {
        width: auto;
        padding-left:15px;
        padding-right:15px;
    }
    
}
*/ 
p {
    font-size:16px;
    line-height:22px;
    font-weight:300;
    margin-bottom:20px;
    
}

a {
    color:#ffffff;
}

a:hover, a:focus{
    text-decoration: none;
    color:inherit;
}

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

h1 {
    margin: 40px 0;
    font-size:50px;
    font-weight:400;
}

@media screen and (max-width: 767px) {
    h1 {
        text-align: center;
        font-size:25px;
        margin: 10px 0;
    }
}


h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight:500;
    font-size:18px;
    text-transform: uppercase;
}

h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight:600;
    font-size:16px;
    text-transform: uppercase;
}

ul {
    margin:0;
    padding:0;
    list-style:none;
}

@media screen and (max-width: 1199px) {
    h2 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-weight:400;
        font-size:22px;
        padding:0 15px;
    }
    
    p {
        padding:0 15px;
        
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size:30px;
        padding:0 15px;
    }
    
    
    p {
        padding:0 15px;
        
    }
}

::-webkit-input-placeholder {
   color: #000000;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000;  
}

:-ms-input-placeholder {  
   color: #000000;  
}

.bg-gold {
    background-color:#b0966c;
    color:#ffffff;
}

.bg-black {
    background-color:#000000;
    color:#ffffff;
}

.bg-grey {
    background-color:#e5e5e5;
}

.bg-lgrey {
    background: #ffffff;
}

.bg-green {
    background-color:#758375;
}

.container-flex, .container-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.container-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

@media screen and (max-width: 1199px) {
    .blokkendoos .row-flex, .blokkendoos .flex-col {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .container-flex, .row-flex, .flex-col {
        display: block;
    }
}


.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
}

@media screen and (max-width: 768px) {
    .parallax {
        background-attachment: fixed;
        background-position: center center;
    }
}

.no-padding {
    padding:0;
}

.video_contain {

display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  max-height:100vh;
  overflow: hidden;
  background-color:#ebebeb;
}
.video_contain > video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  min-height:100%;
  min-width:100%;
  height:auto;
  width:auto;
}
@media screen and (max-width: 1199px) {
	.video_contain {
		max-height: 100vh !important;
	}
	.video_contain > video {
      
        left:calc(50% + 30px);
    }
}
@media screen and (max-width: 992px) {
	.header-freek { 
		height:767px
	}
    .video_contain {
      	height:767px;
        background-color: #ffffff;
    }
    
    .video_contain > video {
        // height:860px;
        left: 53%;
    }
}

@media screen and (max-width: 767px) {
    
    .video_contain {
        height:400px;
        min-height:200px;
        background-size:cover;
        background-position:center;
        top:80px;
    }
    
    .video_contain > video {
        height:400px;
        left: 50%;
        top:60%;
    }
}

.absolute-container {
    position: absolute;
    top:0;
}

@media screen and (max-width: 768px) {
    
    .absolute-container {
        top:154px;
        position:relative;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

iframe {
    border:0px;
     max-width: 100%;
}

.alignleft {
    float:left;
    padding: 0 15px 0 0;
}

.alignright {
    float:right;
    padding: 0 0 0 15px;
}
.aligncenter {
	margin:0px auto;
	
	position:relative;
	display:block;
}

.center {
    margin:0 auto;
    position:relative;
    text-align: center;
    display:block;
}
.buttons {
    margin-top:40px;
}

.buttons a {
    text-decoration: none !important;
}

.leesmeerbutton {
    display: block;
    text-align:center;
    padding:10px;
    text-transform: uppercase;
}

.leesmeerbutton:hover {
    color:#000000;
}


@media screen and (max-width: 768px) {
    .buttons {
        margin-top:15px;
    }
    
}

nav {
    width: 315px;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    background-color:#000000;
    color:#ffffff;
    transition: width 0.5s;
    z-index:88888;

}

nav .logo {
    font-family: 'Oswald', sans-serif;
    width: 90px;
    font-size:26px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 20px;
    
}

nav .closemenu {
    position: absolute;
    top:20px;
    right:20px;
    display:none;
    width: 14px;
    height:14px;
    background: url(images/closemenu.png) no-repeat;
}

nav.collapsed {
    width: 90px;
    transition: width 0.5s;
}

nav .toggle {
    background: url(images/menu.png) no-repeat;
    background-position: center;
    width:90px;
    height:90px;
    top: calc(50% - 45px);
    position: absolute;
}

nav .active {
    display:none;
}

nav .introductie {
    padding:30px;
    font-family: 'Lato', sans-serif;
    color:#818181;
}

nav .introductie h3 {
    color:#ffffff;
}

nav .social {
    margin:0 15px;
    padding:15px 0;
    border-bottom: 1px solid #818181;
}

nav .social a {
    color:#818181;
    padding:15px;
    font-size:16px;
}

nav .menu {
    padding:30px;
    font-family: 'Lato', sans-serif;

}

nav .menu li {
    list-style: none;
    margin-bottom:20px;
}

nav .menu li a {
    list-style: none;
    color:#b0966c;
    font-size:16px;
}
/*
nav .menu li a span {
    color:#ffffff;
    font-size:20px;
    display: block;
    font-weight: 800;
}
*/
nav .kennismaken {
    padding:30px;
    font-family: 'Lato', sans-serif;
   
}

nav .kennismaken p {
    font-size:16px;
    font-weight: 800;
}

nav .kennismaken a {
    font-size:20px;
    display: block;
}

@media screen and (max-width: 767px) {
    
    nav {
        height:100vh;
        transition: height 0.5s;
        width:100%;
    }
    
    nav.collapsed {
        width:100%;
        transition: height 0.5s;
        height:80px;
    }
    
    nav .toggle {
        top:-5px;
        right:-10px;
    }
    
    nav .logo {
        width: 90px;
        display: block;
        text-align: center;
        margin-top: 20px;
        
    }
    
    nav .logo img {
        height:60px;
        margin-top:10px;
    }
}

.header-freek {
	position:relative;
    width:100%;
    min-width:300px;
    height:100%;
    background-size:cover;
    background-position: center;
    color:#ffffff;
    text-transform: uppercase;
    overflow:hidden;
}
@media screen and (min-width:991px) {
	.header-freek { 
		min-height: 100vh;
	}
}
@media screen and (max-width:991px) {
	.header-freek { 
		min-height: 767px;
	}
}
.header-freek .kop {
    height:100vh;
    min-height: 767px;
    position: relative;
    
}

.header-freek h2 {
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size:42px;
    bottom:120px;
    position: absolute;
    margin:0;
}

.header-freek h1 {
    font-family: 'Lato', sans-serif;
    font-weight:500;
    font-size:80px;
    bottom:30px;
    position: absolute;
    margin:0;
    text-align: center;
    left:0;
    right:0;
}


.header-single {
    width:100%;
    height:480px;
    background-size:cover;
    background-position: center top;
    color:#ffffff;
    text-transform: uppercase;
    
}

#fader {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
        background-size: cover;
    background-position: center;
}

.header-container {
    position: absolute;
    z-index: 60000;
}


.header-single .play {
    background: url(images/play.png) no-repeat;
    background-position: center;
    background-size:200px 200px;
    height:480px;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .header-freek h1 {
        font-size:60px;
    }
}

@media screen and (max-width: 992px) {
    
    .header-freek {
        height:400px;
       
    }
    
    .header-freek .kop {
        height:400px;
    }
    
    #fader {
        height:400px;
    }

    .header-freek h1 {
        font-size:48px;
        padding:0 15px;
    }
}

@media screen and (max-width: 767px) {
    .header-freek {
        height:480px !important;
        margin-top:-80px;
        min-height:480px;
    }
    
    .header-freek .kop {
        height:320px;
    }
    
    .header-freek h1 {
        font-size:20px;
    }
    
    .header-single {
        margin-top:0px;
        height:300px;
    }
    
    .header-single .play {
        height:300px;
        background-size:100px;
    }
    
    #fader {
        height:300px;
        margin-top:80px;
    }

	.afbeelding-overzichtpagina .col-xs-12.kop {
		margin-top:-100px;
	}
    .tno {
        margin-left:0px;
        background: url(images/terug-naar-overzicht.png) no-repeat;
        background-size:cover;
        display: block;
        width:121px;
        height:19px;
        margin-top:25px;
        background-color:rgba(0,0,0,.2); 
    		box-shadow:0px 0px 10px 10px rgba(0,0,0,.2); 
    }
}

@media screen and (max-width: 480px) {
	.header-freek {
        height:410px;
        margin-top:-80px;
        min-height:100px;
    }
    
     .header-freek .kop {
        min-height:480px;
    }
}


.inzetkop {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size:36px;
    text-transform: uppercase;
    color:#ffffff;
    display:block;
    padding:5px 15px 5px 30px;
    margin:0;
}

.inzetkop b {
    font-weight: 800;
}

@media screen and (max-width: 1199px) {
    .inzetkop {
        font-size:28px;
    }
}

@media screen and (max-width: 767px) {
    .inzetkop {
        padding:5px 15px;
    }
}

@media screen and (max-width: 480px) {
    .inzetkop {
        padding:5px 15px;
    }
}

.koplink {
    
    
}

.koplinks-links {
    position:absolute;
    top:90px;
    left:120px;
    width:280px;
}

.koplinks-rechts {
    position:absolute;
    top:90px;
    right:30px;
    width:280px;
}

.koplinkkader {
    border-bottom:1px solid #ffffff;
    padding:20px;
    height:80px;
    width:175px;
}
.koplinks-links .koplinkkader {
	border-right:1px solid #ffffff;
}
.koplinks-rechts .koplinkkader {
	border-left:1px solid #ffffff;
}
.hoger .koplinkkader{
    height:100px;
}

.koplinkkader span {
    display: block;
}

.koplinkkader:hover {
    background: #3a3f3a;
}

.koplinktitel {
    font-style:italic;
    color:#ffffff;
}

.koplinkbeschrijving {
    font-weight:bold;
    color:#ffffff;
}

.koplinklijntje {
    height:40px;
    border-bottom:1px solid #ffffff;
    margin:5px;
    width:40px;
}
.koplinks-rechts .koplinklijntje {
	margin-left:-80%;
}
.koplink {
    display:block;
    width:280px;
    margin-bottom:20px;
    height:100px;
}




@media screen and (max-width: 1199px) {
    
    .koplinks-links {
        position:absolute;
        top:90px;
        left:40px;
        width:200px;
    }
    
    .koplinks-rechts {
        position:absolute;
        top:90px;
        right:30px;
        width:200px;
    }

    .koplinklijntje {
        height:40px;
        border-bottom:1px solid #ffffff;
        margin:5px;
        width:40px;
    }
}

@media screen and (max-width: 991px) {
    
    .koplinks-links {
        position:absolute;
        top:150px;
        left:30px;
        width:200px;
    }
    
    .koplinks-rechts {
        position:absolute;
        top:150px;
        right:0;
        width:200px;
    }
    
    .koplink {
        display:block;
        width:200px;
        margin-bottom:10px;
        height:50px;
    }

    .koplinklijntje {
        height:20px;
        border-bottom:1px solid #ffffff;
        margin:5px;
        width:20px;
    }
    .koplinks-rechts .koplinklijntje {
		margin-left:-90%;
	}
    .koplinkkader {
        border-bottom:1px solid #ffffff;
        padding:5px;
        height:50px;
        width:150px;
    }
    .koplinks-links .koplinkkader {
        border-right:1px solid #ffffff;
    }
    .koplinks-rechts .koplinkkader {
        border-left:1px solid #ffffff;
    }
    .hoger .koplinkkader{
        height:60px;
    }
    
    .koplinktitel {
        font-size:12px;
    }
    
    .koplinkbeschrijving {
        font-size:10px;
    }
}

@media screen and (max-width: 767px) {
    
    .koplinks-links {
        position:relative;
        width:calc(50% - 100px);
         min-width:120px;
        left:5px;
        top:15px;
        float:left;
        padding-right:15px;
        height:260px;
    }
    
    .koplinks-rechts {
        position:relative;
        width:calc(50% - 100px);
        min-width:120px;
        top:15px;
        right:5px;
        float:right;
        padding-left:15px;
        text-align:right;
    }
    
    
    .koplink {
        display:block;
        width:100%;
        margin-bottom:10px;
        height:50px;
        background:rgba(0,0,0,.2);
    }

    .koplinklijntje {
        display:none;
    }
    
    .koplinkkader {
        border:0px solid #b0966c;
        border-left:0px solid #b0966c !important;
        border-right:0px solid #b0966c !important;
        padding:5px;
        height:50px;
        width:100%;
    }
    
    .hoger .koplinkkader{
        height:50px;
    }
    
    .koplinktitel {
        font-size:10px;
    }
    
    .koplinkbeschrijving {
        font-size:8px;
        color:#000000;
    }
}

.ruimte {
    margin-top:50px;
    margin-bottom:50px;
}

.ruimte h2 {
    padding:0 30px
}

.ruimte p {
    padding:0 30px
}

.bg-icon-c {
    background-image: url(images/icon-c.png);
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:150px;
}

.bg-icon-o {
    background-image: url(images/icon-o.png);
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:150px;
}

.bg-icon-p {
    background-image: url(images/icon-p.png);
    background-position: center;
    background-repeat: no-repeat;
    width:100%;
    height:150px;
}

.icoonblokken > div {
    margin:15px 0;
}

.icoonblokken p {
    padding: 0 30px;
}

.lijntjerechts {
    border-right: 1px solid #ffffff;
}

@media screen and (max-width: 767px) {
    .lijntjerechts {
        border-right: 0px;
        border-bottom: 1px solid #ffffff;
    }
}

.blokkendoos {
    padding:100px 0;
    max-width:1600px;
    margin:30px auto;
    height:auto;
}

@media screen and (max-width: 767px) {
    .blokkendoos {
        padding:0;
        
    }
}

.men-zegt {
    padding:10px 30px;
    height:316px;
}



.men-zegt-foto {
    background-image:url(images/men-zegt-foto.jpg);
    background-size:cover;
    background-position:center;
}

.men-zegt-2 {
    padding:30px 30px;
    height:450px;
}

.men-zegt-2 p {
    line-height: 180%;
}

.bellen {
    background-image:url(images/icon-bellen.png);
    background-repeat: no-repeat;
    background-position:25px 25px;
    height:280px;
}

.bellen p {
    line-height: 150%;
    padding:62px 15px 62px 110px;
}

.krodel {
    background-image:url(images/freek-krodel.jpg);
    background-size:cover;
    background-position:bottom right;
    
}
.eigenschappen {
	background:white;
}
.men-zegt {
	height:100%;
	background:white:
}
.men-zegt p, .men-zegt p span, .eigenschappen p span {
	line-height:28px !important;
	font-family:'lato', sans-serif !important;
	font-weight:100;
}
@media screen and (min-width: 1200px) {
	.eigenschappen  {
	    padding:50px 30px;
	    height:auto;
	}
	
	.blokkendoosrow {
		height:730px;
		overflow:hidden;
	}
	.men-zegt-foto { 
		padding-top: 60%;
	}
	.krodel {
	   padding-top:100%;  
	}
}
@media screen and (max-width: 1199px) {
    .men-zegt p {
    	padding:10px;
    }
    .men-zegt {
        padding:20px 20px;
    }
    
    .men-zegt-2 {
        padding:30px;
        height:480px;
    }

    .krodel {
        height:310px;
    }
    
    .eigenschappen  {
        height:310px;
    }
    .blokkendoosrow {
		height:auto !important;
	}
	.men-zegt-foto { 
		padding-top: 20%;
	}
	.krodel {
		padding-top:30%;  
	}
}

@media screen and (max-width: 991px) {
    	 .men-zegt-foto { 
		padding-top: 40%;
	}
	 .men-zegt p {
    	padding:15px;
    }
    .men-zegt-2 {
        height:440px;
 
    }

    .bellen {
        height:320px;
    }
    
}

@media screen and (max-width: 767px) {
    
    .men-zegt {
        padding:30px;
        height:auto; 
    }
    .men-zegt-foto { 
		padding-top: 40%;
	}
    .men-zegt p {
        line-height: 150%;
        margin:0;
    }

    .men-zegt-2 {
        padding:30px;
        height:auto;
    }
    
    .men-zegt-2 p {
        line-height: 150%;
        
    }
    
    .eigenschappen  {
        padding:30px 30px;
        *text-transform: uppercase;
    }
    
    .bellen {
        height:auto;
    }
    
}

@media screen and (max-width: 480px) {
    .men-zegt {
        height:auto;
    }
    
    .men-zegt-2 {
        padding:30px;
        height:auto;
    }
    
    .men-zegt-2 p {
        line-height: 150%;
        
    }
    
    .eigenschappen  {
        padding:30px 30px;
        *text-transform: uppercase;
        height:auto;
    }
    
    .bellen {
        height:auto;
    }
}


.quote-container {
    color:#ffffff;
    text-align:center;
}

.quote-container .col-xs-12 {
    background:#435c69;
}

.quote {
    margin-top:60px;
}

.quote p {
    font-weight:500;
    font-style:italic;
    font-size: 30px;
    line-height:120%;
    display: inline-block;
    padding:5px 15px;
    margin-bottom: 5px;
    font-family: 'Merriweather', serif;
}

.afkomst {
    text-align: center;
    margin-bottom:60px;
}

.afkomst p {
    margin-top:0px;
    font-style:italic;
    font-family: 'Merriweather', serif;
}

@media screen and (max-width: 480px) {
    
    .quote {
        margin-top:30px;
    }

    .quote p {
        font-size: 20px;
    }
    
    .afkomst {
        margin-bottom:30px;
    }
}

.itemblok {
    background-size: cover;
    height:440px;
    position: relative;
    background-position: center;
}

.itemblok h5 {
    position: absolute;
    display: inline-block;
    background:#d0b17f;
    color:#ffffff;
    padding:5px 15px;
    text-transform: uppercase;
    font-size:12px;
    line-height:120%;
    font-weight:900;
    margin:0;
}

.itemblok h4 {
    position: absolute;
    line-height:120%;
    display: inline-block;
    background:#d0b17f;
    color:#ffffff;
    padding:5px 15px;
    text-transform: uppercase;
    font-size:20px;
    max-width: 80%;
    font-weight:900;
    margin:0 0 4px 0;
}

.blogs-en-vlogs .itemblok h4, .blogs-en-vlogs .itemblok h5 {
    background-color:#758375;
}

.rechtsboven h5 {
    top: 20px;
    right:20px;
}

.rechtsboven h4.upper {
    top: 48px;
    right:20px;
}

.rechtsboven h4.lower {
    top: 86px;
   right:20px;
}

.rechtsonder h5 {
    top: 320px;
    right:20px;
}

.rechtsonder h4.upper {
    top: 348px;
    right:20px;
}

.rechtsonder h4.lower {
    top: 386px;
   right:20px;
}

.linksboven h5 {
    top: 20px;
    left:20px;
}

.linksboven h4.upper {
    top: 48px;
    left:20px;
}

.linksboven h4.lower {
    top: 86px;
   left:20px;
}

.linksonder h5 {
    top: 320px;
    left:20px;
}

.linksonder h4.upper {
    top: 348px;
    left:20px;
}

.linksonder h4.lower {
    top: 386px;
   left:20px;
}


@media screen and (max-width: 1199px) {
    .itemblok {
        background-size: cover;
        height:280px;
        position: relative;
    }
    
    .itemblok h4 {
        font-size: 16px;
        margin: 0 0 2px 0;
        max-width:90%
    }
    
    .linksonder h5 {
        top: 180px;
        left:20px;
    }

    .linksonder h4.upper {
        top: 208px;
        left:20px;
    }
    
    .linksonder h4.lower {
        top: 242px;
       left:20px;
    }
    
    .rechtsonder h5 {
        top: 180px;
        right:20px;
    }
    
    .rechtsonder h4.upper {
        top: 208px;
        right:20px;
    }
    
    .rechtsonder h4.lower {
        top: 242px;
       right:20px;
    }
    
    .rechtsboven h4.lower {
        top: 82px;
       right:20px;
    }
    
    .linksboven h4.lower {
        top: 82px;
       left:20px;
    }
    
}



.in-de-media-intro p {
    padding:30px;
    font-size:17px;
    font-weight:400;
    line-height:28px;
}

.in-de-media-intro a {
    padding:15px 30px;
    margin-left:30px;
    *text-transform: uppercase;
    font-weight:bold;
}

.blogs-en-vlogs p {
    padding:30px;
}

.blogs-en-vlogs-intro p {
    color:#ffffff;
    font-size:17px;
    font-weight:400;
    line-height:28px; 
}

.blogs-en-vlogs-intro a {
    padding:15px 30px;
    margin-left:30px;
    text-transform: uppercase;
    font-weight:bold;
}

@media screen and (max-width: 1199px) {
    .in-de-media-intro p {
        font-size:14px;
        line-height:18px;
        padding:15px 30px;
    }
    
    .in-de-media-intro a {
        padding:10px 30px;
        margin-left:30px;
    }

    .blogs-en-vlogs p {
        font-size:14px;
        line-height:18px;
        padding:15px 30px;
    }
}

@media screen and (max-width: 767px) {
    
    .in-de-media-intro {
        padding:30px 0;
    }
    
    .blogs-en-vlogs-intro {
        padding:30px 0;
    }
    
    
    .in-de-media-intro p {
        font-size:14px;
        line-height:18px;
        padding:15px;
    }
    
    .blogs-en-vlogs p {
        font-size:14px;
        line-height:18px;
        padding:15px;
    }
    
    .in-de-media-intro a, .blogs-en-vlogs a {
        padding:10px 15px;
        margin-left:0px;
    }
}


@media screen and (max-width: 480px) {
    
    .in-de-media-intro {
        padding:15px 0;
    }
    
    
    .in-de-media-intro p {
        padding:0px;
    }
    
    .blogs-en-vlogs p {
        padding:0px;
    }
    
    .in-de-media-intro a {
        padding:10px 15px;
        margin-left:0px;
    }
}


.blogs-en-vlogs .social {
    padding:30px;
}

.blogs-en-vlogs .social i {
    width:25px;
    font-size:24px;
}

.blogs-en-vlogs .social a {
    font-size:16px;
    display: block;
    padding:5px 15px;
    
}

@media screen and (max-width: 1199px) {
    
    .blogs-en-vlogs .social {
        padding:15px;
    }

    .blogs-en-vlogs .social a {
        font-size:11px;
    }
}

.berichtpagina .titel {
    
}

.berichtpagina .inzetkop {
    background: #000000;
    display: inline-block;
    margin-top:0;
    margin-bottom: 10px;
    margin-left:-15px;
    font-weight:500;
    padding-right:50px;
    font-size:48px;
    padding-left:30px;
}

@media screen and (max-width: 1199px) {
    
    .berichtpagina .inzetkop {
        font-size:32px;
    }
}

@media screen and (max-width: 991px) {
    
    .berichtpagina .inzetkop {
        font-size:28px;
    }
}

@media screen and (max-width: 767px) {
    
    .berichtpagina .inzetkop {
        font-size:22px;
        margin:0 -15px;
        padding: 5px 15px;
    }
}

@media screen and (max-width: 480px) {
    
    .berichtpagina .inzetkop {
        font-size:22px;
        margin:0 -15px;
        padding: 5px 15px;
        display:block;
    }
}

.meta {
    padding: 10px 15px;
}

.meta.borders {
    border-left:1px solid #000000;
    border-right:1px solid #000000;
}

.metaheader {
    
    text-align: center;
    color:#b0966c;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size:16px;
}

.metabody {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size:16px;
}

@media screen and (max-width: 767px) {
    .meta {
        padding: 5px;
    }
}

.berichtpagina p {
    padding:10px;
    margin-bottom:0;
}

@media screen and (max-width: 767px) {
    .berichtpagina p {
        padding:10px 0;
    }
}

.gallery {
    background: #000000;
}

.gallery a {
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
}

.berichtpagina .gallery img {
    border:1px solid #b0966c !important;
    display: block;
    margin: 0 auto;
    max-height:170px;
}

.unslider {
    position: relative;
    width: 100vw;
    background: #000000;
    margin-left: -50vw !important;
    left: 50%;
}

@media screen and (max-width: 1199px) {
    .unslider {
        width: calc(100vw - 90px);
        margin-left: calc(-50vw + 45px) !important;
    }
}

@media screen and (max-width: 991px) {
    .unslider {
        width: calc(100vw - 90px);
        margin-left: calc(-50vw + 45px) !important;
    }
}

@media screen and (max-width: 767px) {
    .unslider {
        width: calc(100% + 30px);
        margin-left:-15px !important;
        left:0;
    }
}
.unslider-wrap, .unslider-fade, .unslider-active {
    display:block !important;
   position:relative !important;
    height:auto !important;
}

.one_half #galleryslider {
	width:90% !important;
}
#galleryslider {
    *min-height:815px;
    height:auto;
    *width:1170px;
    width:100%;
    margin:0 auto;
    padding:0px !important;
    font-weight:100; 
    *font-family:comic sans ms; 
}

#galleryslider ul {
    *height:815px;
    height:auto;
}

@media screen and (max-width: 1199px) {
    #galleryslider {
        *width:840px;
        width:100%;
        *height: 735px;
        height:auto;
    }
    
    #galleryslider ul {
        *height: 735px;
        height:auto;
    }
}

@media screen and (max-width: 991px) {
    #galleryslider {
        *width:620px;
         width:100%;
        *height: 585px;
        height:auto;
    }
    
    #galleryslider ul {
        *height: 585px;
        height:auto;
    }
}

@media screen and (max-width: 767px) {
    #galleryslider {
        width:100%;
        height: auto;
    }
    
    #galleryslider ul {
        height: auto;
    }
}

.slidepager {
    *position: absolute;
    position:relative;
    left: 0;
    right: 0;
    z-index: 1005;
    text-align: center;
    margin-top:10px;
	padding:20px; 
}

.slidepager .circle {
    border-radius: 0px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    background: #ffffff;
    overflow: hidden;
    text-indent: -999em;
    border: 1px solid #b0966c;
    cursor: pointer;
}

.slidepager .circle.active {
    background: #b0966c;
}

#footer {
    font-size:14px;
}

#footer .line {
    border-top: 2px solid #b0966c;
    width:70%;
}

#footer .contact {
    margin-top:20px;
}

#footer .contactbox {
    margin:30px;
    border: 1px solid #b0966c;
    padding:10px 30px;
}

#footer .waarombox {
    margin:30px 30px 30px 0;
    padding:10px 30px;
    border-left: 1px solid #b0966c;
}

#footer .social {
    margin-top:20px;
}

#footer .social a {
    color:#333333;
    font-size:24px;
    margin-right:30px;
}

#footer .contact p {
    margin:0;
    white-space: pre-line;
    font-size:14px;
}

#footer .contact h4 {
    font-weight: 600;
}

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

.footer p {
    font-size:12px;
}

@media screen and (max-width: 480px) {
    
    #footer .line {
        width:90%;
    }
    
    #footer .contactbox {
        margin:0;
        border: 0px;
        padding:0;
    }

    #footer .waarombox {
        border-left: 0px;
        margin:0;
        padding:15px 0;
    }
}

.afbeelding-overzichtpagina {
    height:400px;
    background-size:cover;
    background-position: center;
}
@media screen and (max-width: 767px) {
	.afbeelding-overzichtpagina {
   padding-top:100px;
   }
}
.categorie_tekst {
    padding:0px 30px 10px 30px;
}

.berichten .row {
    margin-bottom:0px;
}
.berichten .categorie_tekst {
	padding-top:15px;
}

.tno {
    background: url(images/terug-naar-overzicht.png) no-repeat;
    display: block;
    width:243px;
    height:38px;
    margin-top:50px;
 	box-shadow:0px 0px 20px 20px rgba(0,0,0,.2);
    background-color:rgba(0,0,0,.2);
    border-radius:5px;
}

@media screen and (max-width: 767px) {
    .tno {
        margin-left:0px;
        background: url(images/terug-naar-overzicht.png) no-repeat;
        box-shadow:0px 0px 20px 20px rgba(0,0,0,.2);
        background-color:rgba(0,0,0,.2);
        background-size:cover;
        display: block;
        width:121px;
        height:19px;
        margin-top:25px;
    }
}


#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98000;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
}

 .video-wrapper {
    display:none;
    width: auto;
    max-width:800px;
    max-height:550px;
    margin: auto;
    padding:50px;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index:99000;
    
}

.video-wrapper p {
    text-align: right;
    color: #ffffff;
    cursor:pointer;
 }
 
.video-wrapper .video-container {
    padding-top:4px;
    position: relative;
    height: 0;
    overflow: hidden;
}
 


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media (max-width: 768px){
     .video-wrapper {
        padding:15px;
     }
}

#samenwerken .col-xs-12 {
   /* background: #f2f2f2;*/
}

#samenwerken img {
   max-height:200px;
   width:auto;
}

#samenwerken p {
    font-weight: bold;
    font-style: italic;
}
.content-column p, .content-column span {
	font-family:lato !important;
}
@media (max-width: 768px){
     .content-column div {
		padding:20px !important;
	}
}

.wpforms-container {
    padding:15px !important;
}


p, span, li {
	font-family:'Lato', sans-serif !important; 
}

.content-column, .content-column p, .content-column div {
	font-family:lato; 
	font-weight:300;
	font-size:16px;
    line-height:22px;
}
.content-column p {
	padding:10px 0px; 
}
#wie-is-freek-haverman .content-column p {
	padding:0px 0px !important;
}
.content-column div div {
	max-width:100%;
}

