/*
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;
}

@media screen and (min-width: 1200px) {
    .container {
        padding-left: 90px;
        padding-right:0;
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 1199px) {
    .container {
        padding-left: 90px;
        width: 100%;
    }
}

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

@media screen and (max-width: 480px) {
    .container {
        width: auto;
        padding-left:15px;
        padding-right:15px;
    }
    
    .container-fluid {
    }
}

p {
    font-size:16px;
    line-height:22px;
    font-weight:300;
    margin-top:20px;
    margin-bottom:20px;
}

a {
    color:#ffffff;
}

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

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

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

.aligncenter {
	position:relative;
	margin:0px auto;
	display:block;
}
h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight:500;
    font-size:36px;
    font-family: 'Source Serif Pro', serif;
}

h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight:600;
    font-size:16px;
    font-family: 'Source Serif Pro', serif;
}

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;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size:30px;
        margin-left:15px;
    }
}

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

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

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

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

.bg-blue {
    background-color:#0788cb;
    color:#ffffff;
}

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

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

.bg-gold {
    background:#ffb76b; //#ea9d2f;
}

.bg-red {
    background:#e51c20;
    color:#ffffff;
}

.bg-rood-blauw {
    background: #646b9c;
    background: -moz-linear-gradient(left,  #646b9c 0%, #d03130 100%);
    background: -webkit-linear-gradient(left,  #646b9c 0%,#d03130 100%);
    background: linear-gradient(to right,  #646b9c 0%,#d03130 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646b9c', endColorstr='#d03130',GradientType=1 );

}

.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: 767px) {
    .container-flex, .row-flex, .flex-col {
        display: block !important;
    }
}

.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;
}

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

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

iframe {
    border:0px;
}

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

.alignright {
    float:right;
    padding: 0 0 0 15px;
}


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

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

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

.ruimte p {
    padding:0 30px
}

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

@media screen and (max-width: 1199px) {
    .ruimte {
        margin-top:25px;
        margin-bottom:75px;
        padding:0;
    }
    
    
}

@media screen and (max-width: 991px) {
    .video {
        margin-top:0px;
        margin-bottom:50px;
    }
}

.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:100vh;
    position: fixed;
    top:0;
    left:0;
    background-color:#0788cb;
    color:#ffffff;
    transition: width 0.5s;
    z-index: 99999;
}

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:#ffffff;
}

nav .introductie h3 {
    color:#ffffff;
}

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

nav .social a {
    color:#ffffff;
    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:#ffffff;
    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;
   display:none;
}

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

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

@media screen and (max-width: 480px) {
    
    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: 0px;
        
    }
    
    nav .logo img {
        height:60px;
        margin-top:10px;
    }
}

.tno {
    
    background: url(images/terug-naar-overzicht.png) no-repeat;
    display: block;
    width:243px;
    height:38px;
    margin-left:100px;
    margin-top:20px;
    display: none;
}

.header-ll {
    width:100%;
    height:100vh;
    background-size:cover;
    background-position: center;
    color:#ffffff;
    text-transform: uppercase;
    
}

.header-ll .kop {
    bottom:30px;
    position: absolute;
}

.header-ll h1 {
    font-family: 'Source Serif Pro', serif;
    display: inline-block;
    font-weight:600;
    font-size:48px;
    margin:5px 0;
    background:#0788cb;
    padding: 10px 20px 10px 150px;
    left:0;
    text-transform: none;
}

.header-ll h1.alt {
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size:38px;
    text-transform: uppercase;
}

.logo-payoff {
    position: absolute;
    right:0;
    bottom:0;
    background: url(images/logo.png) no-repeat;
    width:267px;
    height:108px;
}

@media screen and (max-width: 991px) {
    
    .header-ll h1 {
        font-size:32px;
    }
    
    .logo-payoff {
        width:auto%;
        bottom:0;
        right:0;
        background-size:contain;
        height:120px;
    }
}

@media screen and (max-width: 767px) {
    .header-ll h1 {
        font-size:28px;
        padding: 10px 20px 10px 100px;
    }
    
    .header-ll h1.alt {
        font-size:28px;
    }
    
    .logo-payoff {
        width:auto;
        bottom:0;
        right:0;
        background-size:contain;
        height:120px;
    }
}

@media screen and (max-width: 480px) {
    .header-ll {
        height:300px;
        margin-top:10px;
    }
    
    .header-ll .kop {
        margin-top:210px;
        position: relative;
    }
    
    .header-ll h1 {
        font-size: 18px;
        padding: 5px 20px 5px 10px;
        margin:2px;
        margin-left:-15px;
    }
    
    .header-ll h1.alt {
        font-size: 18px;
        padding: 10px 20px 10px 10px;
        margin-left:-15px;
    }
    
    .logo-payoff {
        width:120px;
        bottom:auto;
        top:255px;
        right:0;
        background-size:contain;
    }
    
}



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

.inzetkop b {
    font-weight: 800;
}

.vierkant {
    text-align: center;
    background-size: cover;
    background-position: center;
    
}

.vierkant p {
    color:#ffffff;
    font-weight: bold;
    padding: 30px 50px 100px 50px;
}

.vierkant h3 {
    display: inline-block;
    width:70%;
    padding:5px 30px;
    background:#0788cb;
    margin: 150px auto 20px auto;
    color:#ffffff;
    font-family: 'Lato', sans-serif;
}

.afbeelding {
    background-size: cover;
    background-position: center;
}

#even-voorstellen .afbeelding {
    background-position: left center;
}

@media screen and (max-width: 767px) {
    #even-voorstellen .afbeelding {
        height:400px;
    }
}

@media screen and (max-width: 1199px) {
    
    .vierkant h3 {
        margin-top:100px;
    }
    
    .vierkant p {
        padding: 10px 50px 80px 50px;
    }
}

@media screen and (max-width: 480px) {
    .vierkant p {
        padding: 10px 30px 80px 30px;
    }
}

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

.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:310px;
    position: relative;
}

.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;
}

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

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

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

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

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

.rechtsonder h4.lower {
    top: 256px;
   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: 190px;
    left:20px;
}

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

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


#video-producties {
    display:none;
}

#footer {
    font-size:14px;
}

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

#footer .contact {
    
}

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

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

#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-style: italic;
    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;
    }
}