*{
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'ArnhemProBlond', Georgia, serif;
    color: #191919;
    background-color: #ffeadb;
}

.wrapper{
    width: 100%;
    margin-bottom: 30px;
}

a{
    text-decoration: none;
    color: #4393ab;
}

h1{
    width: inherit;
}

/*navbar*/

.nav-bar{
    width: 100%;
    height: 62px;
    border-bottom: 2px solid rgba(0,0,0,0.15);
    background-color: #fff;
    box-sizing: border-box;
    text-align: center;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #4c4c4c;
    position: fixed;
    top: 0px;
    z-index: 999;
    background-color: #e6d3c6;
}

.nav-content{
    width: 1024px;
    display: inline-block;
    height: 60px;
    padding: 0px 20px 0px 20px;
}

.nav-entry{
    display: inline-block;
    vertical-align: middle;
    float: left;
    box-sizing: border-box;
    padding: 15px 10px 0px 10px;
    height: 60px;
}

.nav-entry:hover{
    background-color: rgba(0,0,0,0.1);
}

.nav-social{
    float: right;
    margin-top: 15px;
}

#nav-social-entry{
    width: 60px;
    height: 30px;
    padding: 8px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    cursor: pointer;
    opacity: 1.0;
    transition: 0.2s;
}

#nav-social-entry:hover{
    opacity: 0.5;
}


/*title*/

.title-container{
    width: 100%;
    height: 60vh;
    min-height: 575px;
    margin-top: 60px;
    position: relative;
    background-image: url(images/Title_VO_v2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 5px solid rgba(0,0,0,0.5);
}

.title{
    width: 900px;
    position: absolute;
    bottom: 150px;
    left: 150px;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    font-size: 120px;
    line-height: 100px;
    text-transform: uppercase;
    color: #f2665f;
    mix-blend-mode: multiply;
}

#title-image{
    width: 100%;
}

/*map*/
.kaart-container{
    float: right;
    overflow: hidden;
    background-color: rgba(0,0,0,0.1);
    box-shadow: inset 50px 0 100px -50px rgba(0,0,0,0.1);
}

.fixed{
    position: fixed;
    margin-top: 60px;
    top: 0px;
    right: 0px;
    z-index: 998;
}

.progress-fixed{
    position: fixed;
    margin-top: 60px;
    top: 0px;
    z-index: 998;
}

/*content*/
.content-container{
    width: 100%;
    float: left;
    position: relative;
}

.content{
    width: 40%;
    min-width: 480px;
    max-width: 720px;
    margin-bottom: 50px;
    text-align: left;
    position: relative;
    background-color: #ffeadb;
}

.content-author{
    font-family: 'ArnhemProBold', Georgia, serif;
    font-size: 16px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 5px 0px 2px 0px;
    border-top: 2px solid rgba(0,0,0,0.5);
    border-bottom: 2px solid rgba(0,0,0,0.5);
    margin-top: 50px;
}

.content-text{
    width: 100%;
    padding: 0px 60px 0px 60px;
    font-size: 20px;
    line-height: 28px;
}

.content-disclaimer{
    width: 70%;
    font-size: 15px;
    line-height: 16px;
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    background-color: rgba(0,0,0,0.05);
    text-align: center;
    padding: 15px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}

.content-disclaimer img:nth-of-type(1){
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    padding: 18px;
    height: 80px;
    border: 1px solid rgba(0,0,0,0.5);
}

.content-disclaimer img:nth-of-type(2){
    margin-left: 5px;
}

.content-disclaimer img{
    height: 80px;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.5);
    background-color: #ffeadb;
}

#dropcap::first-letter{
    color: #f2665f;
    font-size: 10.5em;    
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    margin: 74px 20px 50px -10px;
    float: left;
}

@-moz-document url-prefix() {
    #dropcap::first-letter{
        margin: 10px 10px 10px -6px;
    }
}

.content-image{
    width: 100%;
    margin-top: 35px;
}

.content-image img{
    width: 100%;
}

.content-caption{
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #4c4c4c;
    margin-bottom: 35px;
}

.caption-author{
    color: rgba(0,0,0,0.5);
}

.content-quote{
    width: 70%;
    font-size: 45px;
    line-height: 40px;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #f2665f;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 10px;
    border-top: 5px solid #f2665f;
    letter-spacing: -1px;
}

.quote-caption{
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    text-indent: 0px;
    letter-spacing: -0.25px;
    color: #4c4c4c;
    padding-top: 15px;
    
}

#indent{
    text-indent: -10px;
}

.content-subtitle{
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 35px;
    text-transform: uppercase;
    color: #f2665f;
    border-top: 4px solid #f2665f;
    padding-top: 10px;
    margin-top: 40px;
}

.content-divider{
    width: 100%;
    background-image: url(images/Title_VO_v3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-bottom: 5px solid rgba(0,0,0,0.5);
    padding: 60px 60px 30px 60px;
    margin-bottom: 40px;
    margin-top: 40px;
}

#divider-bg{
    background-image: url(images/Title_VO_v2.jpg);
}

.divider-title{
    color: #f2665f;
    width: 100%;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    font-size: 60px;
    line-height: 50px;
    text-transform: uppercase;
    mix-blend-mode: multiply;
}

.divider-chapter{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #f2665f;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
    mix-blend-mode: multiply;
    text-indent: 5px;
}

.map-scene{
    width: 100%;
    background-color: #cdc1b6;
    position: relative;
    padding: 25px 70px 25px 50px;
    border-left: 10px solid #f2665f;
    margin-top: 40px;
    margin-bottom: 40px;
}

.scene-title{
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    font-size: 35px;
    text-transform: uppercase;
    color: #f2665f;
}

.scene-description{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 21px;
}

#arrow{
    position: absolute;
    right: 25px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.content-comment{
    padding: 10px 15px 12px 15px;
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #ffeadb;
    background-color: #4c4c4c;
    transition: 0.2s;
    cursor: pointer;
}

.content-comment:hover{
    background-color: rgba(0,0,0,0.2);
    color: #191919;
}

.article-disclaimer{
    padding: 20px 20px 10px 20px;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    background-color: rgba(0,0,0,0.1);
}

.article-disclaimer-title{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-size: 21px;
}

/*progress bar*/

progress {
    position: absolute;
    right: 0px;
/*    width: 95vh;*/
    height: 5px;
    transform: rotate(90deg);
    transform-origin: 10px 0;
    margin-top: -40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Get rid of the default border in Firefox/Opera. */
    border: none;
    /* Progress bar container for Firefox/IE10+ */
    background-color: transparent;
    /* Progress bar value for IE10+ */
    color: #4393ab;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

progress::-webkit-progress-value {
    background-color: #4393ab;
}

progress::-moz-progress-bar {
    background-color: #4393ab;
}

/*extra*/

.logo{
    border-bottom: 2px solid #4393ab;
    height: 62px;
}

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

#inline-image{
    width: 100%;
}

/*
.infovak_mobiel{
    visibility: hidden;
    background-color: #ffeadb;
    border-bottom: 2px solid rgba(0,0,0,0.3);
}
*/


/*mobile*/
@media only screen and (max-width: 1289px) {
    .title{font-size: 90px; line-height: 80px; bottom: 75px; left: 75px; width: 700px;}
    .title-container{height: 500px;}
    .divider-title{font-size: 55px; line-height: 45px;}
    .content-text{padding: 0px 30px 0px 30px;}
}

@media only screen and (max-width: 1024px) {
    .content-text{font-size: 18px; line-height: 1.45em;}
    #dropcap::first-letter{margin: 67px 20px 50px -10px;}
}

@media only screen and (max-width: 1020px) {
    .content{width: 100%; max-width: none; min-width: inherit;}
    .content-text{width: 720px; margin: 0 auto; padding: 0px;}
    .kaart-container{display: none;}
    .nav-content{width: 100%;}
    .divider-title{width: 720px; font-size: 65px; line-height: 55px;}
    progress{display: none;}
    .map-scene{display: none;}
}

@media only screen and (max-width: 768px) {
    .content-text{width: 100%; padding: 0px 40px; font-size: 20px; line-height: 28px;}
    .title{width: 100%; left: 0px; padding: 0px 100px 0px 40px; font-size: 70px; line-height: 60px; bottom: 30px;}
    .title-container{height: 400px; min-height: inherit;}
    #nav-social-entry{width: 45px;}
    .content-divider{padding: 60px 30px 30px 30px;}
    .divider-title{width: 100%;}
}

@media only screen and (max-width: 460px) {
    .content-text{font-size: 18px; line-height: 1.5em; padding: 0px 15px;}
    .content-text:nth-of-type(2)::first-letter{font-size: 9em; margin: 58px 20px 30px -5px;}
    .content-author{font-size: 16px; line-height: 17px; padding: 5px 0px 2px 0px; margin-top: 10px;}
    .title{font-size: 55px; line-height: 45px; padding: 0px 50px 0px 15px;}
    .title-container{height: 300px; margin-bottom: 25px;}
    .content-divider{padding: 50px 15px 30px 15px; margin-bottom: 0px;}
    .divider-title{font-size: 45px; line-height: 40px;}
    .content-quote{width: 90%;}
    .content-comment{text-align: center;}
}

@media only screen and (max-width: 320px) {
    .content-author{font-size: 14px; line-height: 15px;}
    .title{font-size: 45px; line-height: 35px;}
    .title-container{height: 250px;}
}


