/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

.left             {float:left;}
.right            {float:right;}
.rel              {position:relative;}
.text-center      {text-align:center;}
.text-left        {text-align:left;}
.text-right       {text-align:right;}
.full             {width:100%;}

.font-dosis       {font-family: 'Dosis', sans-serif;}
.bg-regular       {background-repeat:no-repeat; background-size:cover; background-position: center center;}
.fast-transition  {-webkit-transition: all 0.2s; transition: all 0.2s;}
.slow-transition  {-webkit-transition: all 0.4s; transition: all 0.4s;}

*{box-sizing:border-box;}
h1, h2, h3, p{margin:0px 0px 0px 0px; min-height:1px; color:inherit;}
h1{font-size:32px;}
h2{font-size:28px;}
h3{font-size:24px;}
body{margin:0px; padding:0px;}
a{text-decoration:none; color:inherit;}
img{max-width:100%;}
.inner-container-wide{margin:0 auto; width:100%; max-width:1280px; padding:0px 20px;}
.inner-container{margin:0 auto; width:100%; max-width:1040px; padding:0px 20px;}
.no-pad{padding:0px;}
.rel{position: relative; z-index: 2;}

.font-light { font-weight: 300; }
.font-semibold{ font-weight: 600; }

.font-small{ font-size: 14px; }
.font-medium{ font-size: 18px; }

.text-only .cta-container{
    text-align:center;
    padding: 3px 0px 28px 0px;
}
.text-only .pink-cta, 
.image-field-container .pink-cta{
    border-radius: 12px;
    border: 2px solid #de301e;
    background-color:  #de301e;
    display:inline-block;
    color:#fff;
    padding: 12px 36px;;
    font-weight: 300;
    -webkit-transition: all 0.12s;
    transition: all 0.12s;
}
.image-field-container .pink-cta{
    margin-bottom: 6px;   
}
.text-only .pink-cta:hover, 
.image-field-container .pink-cta:hover{
    background-color:#fff;
    color: #de301e;
}
.side-img .pink-cta{
    display:inline-block;
    position: relative;
    color:#000!important;
    font-weight: 300;
}
.side-img .pink-cta .line{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #de301e;
    bottom: -8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.side-img .pink-cta:hover .line{
    width: 150%;
    -webkit-transform: translate3d(-16.66%, 0, 0);
    transform: translate3d(-16.66%, 0, 0);
}
mobile-menu.active .text-logo{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


/*************** FLEXIBLE CONTENT *********************/

/** Afbeelding Vlak **/

.image-field-container, .image-field-container-dummy{
    height: 26vw;
    line-height: calc(26vw + 80px);
}
.image-field-container.big, .image-field-container-dummy.big{
    height: 37.5vw;
    line-height: calc(37.5vw + 80px);
}
.image-field-container-dummy{
    margin-top:-80px;
}
.image-field-container.first{
    position: fixed;
    top:0px;
}
.image-field-container img{
    position: absolute;
    top: 0px;
    left:0px;
    height: 26vw;
    z-index: 1;
}
.image-field-container.big img{
    height: 37.5vw;
}
.image-field-container p{
    font-size: 36px;
    line-height: 49px;
    margin-bottom: 24px;
    color: #fff;
    font-weight: 300;
}

.dark-image-overlay{
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.2);
    z-index: 2;
}
.regular-image-text{
    display:inline-block;
    position: relative;
    z-index: 3;
    vertical-align: middle;
    line-height: 24px;
    max-width: 380px;
    padding: 0px 24px;
}
.head-img-spacer{
    background-color: #fff;
    height: 36px;
}

/*********** TEXT **************/
.text-container{
    padding: 36px 0px 12px 0px;
    background-color: #fff;
}
.text-container.vcenter{
    position: absolute;
    top: calc(50% - 100px);
    -webkit-transform: translate3d(-50%, -50%, 0);
    left: 50%;
    margin: 0px!important;
}
.text-img-container{
    margin-bottom: 24px;
}
.text-container.lichtgrijs .text-img-container{
    margin-bottom: 0px;   
}
.text-img-container .img-container{
    display:inline-block;
    vertical-align:middle;
    width: calc(40% - 6px);
}
.text-img-container .text{
    display:inline-block;
    vertical-align:middle;
    width: calc(60% - 80px);
    margin: 0px 40px;
}
.text-img-container .text.text-only{
    width: 60%;
    margin: 0px 20%;
}
.text-img-container .text.text-only.lichtgrijs{
    width: 100%;
    padding: 48px 20%;
    background-color: #eee;
    margin: 0px;
}
.text-only .text-img-container{
    margin-bottom: 0px;
}
.text-img-container h1,
.text-img-container h2{
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 36px;
    font-weight: 300;   
}
.text-img-container h3{
    font-size: 28px;
    line-height: 36px;
    font-weight: 300;
}
.text-img-container p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 24px;
}
.text-img-container li{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
}
.text-container ul{
    padding: 0px 0px 0px 20px;
    margin: 0px 0px 24px 0px;
}
.text-container a{
    color: #de301e;
    font-weight: 600;
}
.text-img-container strong{
    font-weight: 600;
}
.text-img-container .mobile-text-img{
    display:none;
}
.img-container img{
   position: relative;
   z-index: 2;
}
.bottom-shadow{
    position: absolute;
    bottom: 0px;
    z-index: 0;
    -webkit-transform: translate3d(0, calc(100% - 5px), 0);
    transform: translate3d(0, calc(100% - 5px), 0);
}

/*********** soundcloud **************/
.soundcloud-container{
    padding: 36px 0px;
    background-color:#fff;
}
.soundcloud-container iframe{
    width: 100%;
    margin-bottom: 3px;
    height: 200px;
}

/*********** doorlinks **************/
.doorlink-container{
    background-color: #fff;
    padding: 36px 0px;
}
.container-bg.lichtgrijs{
    background-color: #eee;
    padding: 48px 10% 12px 10%;
}
.doorlink{
    width: calc(33.33% - 18px);
    margin-right: 24px;
    margin-bottom: 48px;  
    padding-bottom: 48px;
}
.doorlink:nth-of-type(3n){
    margin-right: 0px;
}
.doorlink h3{
    font-weight: 600;
    font-size: 18px;
    margin: 0px 0px 24px;
}
.doorlink p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.doorlink a{
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}
.doorlink a .line{
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #de301e;
    bottom: -8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.doorlink a:hover .line{
    width: 150%;
    -webkit-transform: translate3d(-16.66%, 0, 0);
    transform: translate3d(-16.66%, 0, 0);
}

/********************** Formulier *********************/
.form-container{
    padding: 36px 0px;
    background-color: #fff;
}
.form-container-bg{
    padding: 72px;
    background-color: #eee;
}
.form-fields{
    width: 480px;
}
.form-fields label{
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    float:left;
    margin-bottom: 6px;
}
.form-fields input, 
.form-fields textarea{
    width: 100%;
    float:left;
    border-radius: 6px;
    border: 0px solid #fff;
    padding: 6px 12px;
    margin-bottom: 12px;
}
.form-fields input[type="submit"]{
    border-radius: 12px;
    width: auto;
    border: 2px solid #de301e;
    background-color:  #de301e;
    cursor:pointer;
    display:inline-block;
    color:#fff;
    padding: 12px 36px;;
    font-weight: 300;
    -webkit-transition: all 0.12s;
    transition: all 0.12s;
}
.form-text{
    width: calc(100% - 600px);
}

/******************** Footer *********************/
footer{
    background-color: #242424;
}
.footer-top-bar{
    padding: 30px 0px 16px 0px; 
    border-bottom: 1px solid #555;
}
.contact-info{
    margin-top: 12px;
}
.contact-item{
    padding-left: 48px;
    /* margin-left: 24px; */
    margin-right: 24px;
    margin-bottom: 18px;
    padding-right: 24px;
}
.contact-item:last-of-type{
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px solid #000;
}
.contact-item img{
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.contact-text{
    color:  #999;
    font-size: 18px;/* Benadering vanwege lettertypevervanging */
    font-weight: 600;
    line-height: 24px;
}
.contact-text strong{
    color:  #fff;
    font-weight: 600;
}

.footer-spacer{
    background-color: #fff;
    height: 24px;
}
.footer-menu{
    list-style:none;
    margin: 0px;
    padding: 0px;
}
.footer-menu{
    line-height: 16px;
    padding: 20px 0px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.footer-menu > li{
    float:left;
    padding: 0px 0px;
}
.footer-menu > li > a .line{
    position: absolute;
    right: 0px;
    top: 15px;
    width: 1px;
    background-color:#555;
    height: 13px;
}
.footer-menu > li:last-of-type a .line{
    width: 0px;
}
.footer-menu li:first-of-type{
    margin-left:0px;
}
.footer-menu li:first-of-type a{
    padding-left:0px;
}
.footer-menu li a{
    color:#999;
    display: inline-block;
    position: relative;
    z-index: 20;
    padding: 12px 0px;
    -webkit-transition: all 0.05s;
    transition: all 0.05s;
}
.footer-menu > li:hover > a{
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color:#fff;
}
.footer-menu li.current-menu-ancestor > a,
.footer-menu li.current-menu-item > a{
    color:#fff; 
}
.footer-menu > li > a{
    padding: 12px 9px;
}  
.credentials{
    color:#999;
    padding: 32px 0px;
}