/* HEADER ROWS */
.row.row-header {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 250px;
    padding-bottom: 150px;
}
.row.row-header .content {
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.row.row-header .content .page_content .title_block,
.row.row-image-text .content .page_content {
    text-shadow: 0px 0px 50px #000;
}
.row.row-header .content .page_content .title_block .title_block {
    padding-left: 0px;
}
.row.row-header .content .page_content .title_block h1 {
    font-size: 4em;
    line-height: 1;
    max-width: 950px;
    margin-bottom: 40px;
    margin-left: -10px;

}
.row.row-header .content .page_content .title_block h1.smaller {
    font-size: 3em;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 1.1;
}
.row.row-header .content .page_content .title_block .title-tag {
    display:block;
    margin-left: -2px;
    margin-bottom: 30px;
    font-size: 1em
}
.row.row-header .content .page_content .text_block {
    padding: 0;
    padding-left: 0px;
}
.row.row-header .content .page_content .text_block p {
    max-width: 499px;
    font-size: 1.2em;
    margin-bottom: 0;
}
.row.row-header .content .page_content .text_block.sticky {
    position: absolute;
    right: 0;
    bottom: 0;
}
.row.row-header.dark {
    background-color: var(--main);
    color: var(--background);
}
/* voor MINDER HOGE schermen */
/*@media screen and (max-height: 1000px) {
    .row.row-header,
    body.__power .row.row-header {
        padding-top: 190px;
        padding-bottom: 100px;
        min-height: 470px;
        border: 0px solid #f00;
    }
}
@media screen and (max-width: 1200px) {
    
    .row.row-header,
    body.__power .row.row-header {
        padding-top: 180px;
        padding-bottom: 100px;
        min-height: 560px;
    }
    .row.row-header .content .page_content .title_block h1 {
        max-width: 550px;
        font-size: 3.5em;
    }
}*/
@media screen and (max-width: 1400px) {
    .row.row-header,
    body.__power .row.row-header {
        height: 460px;
        min-height: 460px;
        padding-top: 200px;
        padding-bottom: 50px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        justify-content: flex-end;
    }
    .row.row-header .content {
        margin-top: 40px;
    }
    .row.row-header .content .page_content .title_block h1,.row.row-header .content .page_content .title_block h1.smaller {
        font-size: 2em;
        margin-bottom: 30px;
        margin-left: -2px;
        line-height: 1.1;
    }
    .row.row-header.row-power-header .content .page_content .title_block h1 {
        max-width: 100%;
    }
    .row.row-header .content .page_content .title_block .title-tag {
        margin-left: -1px;
        margin-bottom: 10px;
        font-size: 1em
    }
    body.__power .row.row-header {
        height: 330px;
        min-height: 330px;
    }

    .row.row-header .content .page_content .text_block.sticky {
        position: relative;
        right: auto;
        bottom: auto;
    }
}
/* ABOUT VIDEO */
/* ABOUT VIDEO */
/* ABOUT VIDEO */
/* ABOUT VIDEO */
.bgvideo-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bgvideo-holder .bgvideo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
/*.bgvideo-holder:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .05;
    background: url(/images/noise.gif);
    z-index: 2;
}*/
@media screen and (max-width: 500px) {

/*    .bgvideo-holder:after {
        background: url(/images/noise_small.gif);
    }*/

}