*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'ArnhemProBlond', Georgia, serif;
    color: #191919;
    font-size: 21px;
    line-height: 30px;
    background-color: #ffeadb;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper{
    width: 100%;
    text-align: center;
}

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



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

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

#actor-story-1{
    background-color: #4393ab;
}

#actor-story-2{
    background-color: #0072b3;
}

#actor-story-3{
    background-color: #00aeca;
}

#actor-story-4{
    background-color: #42aa88;
}

#actor-story-5{
    background-color: #e57e30;
}

#story-1{
    background-color: #4393ab;
}

#story-2{
    background-color: #0072b3;
}

#story-3{
    background-color: #00aeca;
}

#story-4{
    background-color: #42aa88;
}

#story-5{
    background-color: #e57e30;
}


/*Title*/
.article-title{
    position: absolute;
    width: 70%;
    font-size: 100px;
    line-height: 90px;
    left: 50%;
    transform: translate(-50%);
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    bottom: 200px;
    color: #fff;
    z-index: 1;
}

.article-author{
    display: block;
    font-family: 'ArnhemProBold', Georgia, serif;
    text-transform: uppercase;
    padding-top: 3px;
    letter-spacing: 2px;
    text-align: left;
    width: 680px;
    border-top: 1px solid rgba(0,0,0,0.4);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    color: rgba(0,0,0,0.5);
}

.title-mobile{
    margin-top: 60px;
    font-size: 60px;
    line-height: 55px;
    padding: 20px;
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: rgba(0,0,0,0.5);
    display: none;
}

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

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

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


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

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

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

.actor-container{
    
}

.title{
    width: 90%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
}

.title:after {
    content: "";
    display: table;
    clear: both;
}

.title-entry{
    position: relative;
    height: 60vh;
    min-height: 550px;
    padding-top: 30px;
}

.title-headline{
    width: 50%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -1.25px;
    font-size: 70px;
    line-height: 72px;
    float: left;
    text-indent: -15px;
}

.title-subtitle{
    font-size: 32px;
    line-height: 35px;
    margin-top: 40px;
    letter-spacing: -0.5px;
    text-indent: 0px;
}

#title-subtitle{
    color: rgba(255,255,255,0.6);
}

.title-portrait{
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    max-width: 500px;
    min-width: 400px;
    margin-right: 50px;
}

.darken{
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0px;
    display: none;
    background-color: rgba(0,0,0,0.3);
}

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

#margin{
    margin-top: 30px;
    text-align: center;
}

#frame-button{
    font-family: 'ProximaNovaBold', Helvetica, sans-serif;
    padding: 0px 5px;
    margin: 0px 15px;
    background-color: rgba(0,0,0,0.1);
    color: #191919;
    text-align: center;
    transition: 0.2s;
    cursor: pointer;
}

#frame-button:hover{
    background-color: #e57e30;
    color: #ffeadb;
}

/*content*/
.content-container{
    width: 100%;
    position: relative;
    background-color: #ffeadb;
    background: -moz-linear-gradient(top, rgba(255,234,219,0) 0%, rgba(255,234,219,1) 15%, rgba(255,234,219,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,234,219,0) 0%,rgba(255,234,219,1) 15%,rgba(255,234,219,1) 100%); 
    background: linear-gradient(to bottom, rgba(255,234,219,0) 0%,rgba(255,234,219,1) 15%,rgba(255,234,219,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffeadb', endColorstr='#80ffeadb',GradientType=0 );
    padding-bottom: 100px;
}

.content{
    width: 1024px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.content:nth-of-type(1){
    margin-top: 50px;
}

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

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

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

.article-caption-full{
    width: 1024px;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #4c4c4c;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

#caption-source{
    color: rgba(0,0,0,0.5);
}

.article-image-small-container{
    width: 360px;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.article-image-small{
    width: 100%;
    height: 250px;
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.article-video-small{
    position: relative;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
    padding-bottom: 56.25%; 
    height: 0; overflow: hidden;
    max-width: 100%;
}

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

.video-question{
    padding: 10px 15px;
    color: #ffeadb;
    background-color: #4393ab;
    font-size: 18px;
    line-height: 20px;
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    text-align: left;
}

.article-image-medium{
    width: 680px;
    float: left;
    margin-bottom: 10px;
    background-color: rgba(0,0,0,0.1);
}

.article-image-large{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-image-large-container{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 50px;
    margin-bottom: 30px;
}

.article-image-full{
    position: relative;
    max-width: 100%;
    height: 225px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-image: url(images/bg-01.svg);
    background-size: 98%;
    font-family: 'ProximaNovaBold', Helvetica, sans-serif;
    font-size: 50px;
    color: #fff;
    border-top: 5px solid rgba(0,0,0,0.075);
    border-bottom: 5px solid rgba(0,0,0,0.075);
    background-color: rgba(0,0,0,0.15);  
}

.article-text{
    text-align: left;
    width: 680px;
}

#dropcap::first-letter{
    color: rgba(0,0,0,0.3);
    font-size: 10.5em;    
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    margin: 80px 20px 50px -10px;
    float: left;
}

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

.article-text-next{
    text-align: left;
    width: 680px;
    margin-bottom: 30px;
}

.article-frame{
    width: 240px;
    float: right;
    font-size: 17px;
    line-height: 22px;
    margin-top: 10px;
    background-color: rgba(0,0,0,0.05);
    font-family: 'ProximaNovaRegular', Helvetica, serif;
    text-align: left;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

.article-frame:nth-of-type(1){
    margin-top: 0px;
}

.frame-title{
    font-size: 22px;
    font-family: 'ProximaNovaBold', Helvetica, serif;
    padding: 15px 15px 0px 15px;
    color: #4393ab;
}

.frame-content{
    padding: 0px 15px;
}

.news-link{
    color: rgba(0,0,0,0.8);
    font-size: 16px;
    line-height: 18px;
    font-family: 'ProximaNovaBold', Helvetica, serif;
    padding-bottom: 15px;
    margin-top: -5px;
    border-bottom: 1px dotted rgba(0,0,0,0.8);
}

.news-link:hover{
    color: #4393ab;
}

#news-link-last{
    border-bottom: none;
    padding-bottom: 0px;
}

#news-link{
    margin-top: 15px;
}

#centered{
    border-bottom: none;
    padding-bottom: 0px;
    text-align: center;
    margin-top: 10px;
}

#graphic-link{
    display: inline-block;
}

#small-frame{
    max-width: 240px;
    text-align: center;
    float: right;
    margin-left: 50px;
    margin-bottom: 20px;
}

.article-quote{
    font-family: 'ProximaNovaBold', Helvetica, serif;
    font-size: 26px;
    line-height: 26px;
    width: 240px;
    padding-top: 8px;
    margin-top: 10px;
    color: #4393ab;
    text-align: left;
    border-top: 6px solid #4393ab;
    float: right;
}

.actors-footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 17px;
    color: #191919;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #e5d3c5;
    border-top: 3px solid rgba(0,0,0,0.2);
    transition: 0.3s;
    z-index: 2;
}

.actors-footer:hover{
    background-color: #756d67;
    color: #ffeadb;
}

.footer-hint{
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    line-height: 30px;
    color: #ffeadb;
    display: none;
    font-family: 'ProximaNovaBold', Helvetica, serif;
}

.actors-entries{
    display: none;
    width: 1024px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: -10px;
    justify-content: space-between;
}

.actors-arrow{
    position: absolute;
    width: 15px;
    margin-top: 5px;
    left: 50%;
    margin-left: -95px;
    transition: 0.2s;
    opacity: 0.9;
}

.actors-arrow-hint{
    position: absolute;
    left: 45%;
    transform: rotateX(-50%);
    width: 25px;
    top: -35px;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0%, 20%, 60%, 100%  { -webkit-transform: translateY(0); }
    40%  { -webkit-transform: translateY(-20px); }
	80% { -webkit-transform: translateY(-10px); }
}

.rotated{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.actor{
    text-align: center;
    display: inline-block;
    width: 135px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.2s;
    overflow-y: visible;
}

.actor:hover{
    opacity: 1;
}

.actor-portrait{
    width: 100px;
    margin: 0 auto;
    margin-bottom: 8px;
    transition: 0.2s;
}

.actor-portrait img{
    width: 100%;
}

.actor-portrait:hover{
    transform: scale(1.1);
}

#a-graph{
    margin-bottom: 5px;
    border-radius: 50%;
}

#a-graphics{
    margin-left: 0px;
}

.side-image{
    float: right;
    width: 240px;
    border: 1px solid rgba(0,0,0,0.3);
    overflow: hidden;
}

.side-image img{
    display: block;
}

#side-image{
    margin-top: 10px;
}

.sidebar{
    width: 240px;
    float: right;
    text-align: left;
    margin-top: 30px;
}

#sidebar-title{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    color: #ffeadb;
    font-size: 18px;
    line-height: 20px;
    padding: 12px 15px;
    border-bottom: 1px solid #ffeadb;
    background-color: rgba(0,0,0,0.2);
}

#sidebar-subtitle{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding-top: 8px;
    opacity: 0.7;
    letter-spacing: 0.25;
    margin-top: -5px;
}

#sidebar-entry{
    padding: 15px 15px;
    font-family: 'ProximaNovaRegular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #ffeadb;
    border-bottom: 1px dotted #ffeadb;
}

#sidebar-entry:nth-last-of-type(1){
    border-bottom: 2px solid rgba(0,0,0,0.2);
}

#graphics-verwijzing{
    background-color: #afa197;
}

#related{
    background-color: #afa197;
    margin-top: 10px;
}

.quote-container{
    margin-top: 10px;
    margin-bottom: 20px;
}

#quote{
    position: relative;
    height: 250px;
    background-color: rgba(0,0,0,0.1);
    overflow: hidden;
}

#quote:nth-of-type(1){
    background-color: #0072b3;
}

#quote:nth-of-type(2){
    background-color: #4393ab;
}

#quote:nth-of-type(3){
    background-color: #42aa88;
}

#quote:nth-of-type(4){
    background-color: #576677;
}

#quote:nth-of-type(5){
    background-color: #e57e30;
}

.quote-text{
    font-family: 'ProximaNovaExCn-Semibold', Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 35px;
    width: 260px;
    margin-left: 30px;
    margin-top: 27px;
    text-align: left;
    color: #ffeadb;
    text-transform: uppercase;
    letter-spacing: -0.75px;
    text-indent: -8px;
}

.quote-source{
    font-family: 'ProximaNovaBold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
    text-indent: 0px;
    text-transform: none;
    letter-spacing: -0.1px;
}

#quote-portrait{
    width: 275px;
    height: 250px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.mobile{
    display:none;
}

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

#inline-image{
    width: 100%;
    display: block;
}

#title-image{
    position: absolute;
    width: 40%;
    top: 275px;
    z-index: 1;
    left: 8%;
}

#title-vimeo{
    display: block;
}

#title-gif{
    display: block;
    width: 100%;
}

#hidden-caption{
    visibility: hidden;
}

#dropdown-arrow{
    position: absolute;
    width: 15px;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 5px;
}

.wrapper-hidden{
    display: none;
}

@media only screen and (max-width: 1520px) {
    .quote-text{width: 350px; font-size: 45px; line-height: 40px;}
}

@media only screen and (max-width: 1280px) {
    .article-title{font-size: 80px; line-height: 75px; bottom: 80px;}
    .quote-text{width: 300px; font-size: 35px; line-height: 30px;}
    .title-headline{font-size: 60px; line-height: 60px;}
}

@media only screen and (max-width: 1024px) {
    .embed-container{margin-bottom: 30px;}
    .title{width: 90%; height: 50vh;}
    .title-headline{font-size: 55px; line-height: 58px; margin: 0px;}
    .title-portrait{width: 40%; min-width: inherit;}
    .article-text{width: 600px;}
    .article-text-next{width: 600px;}
    .content{width:100%; padding-left: 60px; padding-right: 60px;}
    .content:nth-of-type(1){margin-top: 0px;}
    .article-caption-full{width:100%;}
    .article-image-small-container{width:100%; margin-left: 0px;}
    .article-image-small{width:100%;}
    .article-image-medium{width:100%;}
    .article-image-large{width:100%;}
    .article-image-full{height: 200px; display: flex; flex-direction: column; justify-content: center;}
    .embed-container{margin-top: 60px;}
    .nav-content{width:100%; padding-left: 60px;padding-right: 60px;}
    .actors-entries{width: 100%;}
    .quote-text{width: 225px; font-size: 35px; line-height: 30px;}
    #dropcap::first-letter{font-size: 8em; margin:60px 20px 50px -3px;}
}

@media only screen and (max-width: 1020px) {
    .embed-container{margin-bottom: 0px;}
    .content{width:100%; padding: 30px;}
    .title{width:100%; padding: 0px 15px 0px 15px; height: auto; margin-bottom: 0px;}
    .title{height: inherit;}
    .title-entry{height: inherit; min-height: none;}
    .title-headline{width: 100%; text-align: center; font-size: 50px; line-height: 55px; margin-top: 30px; transform: none; padding: 0px 15px 0px 15px;}
    .title-portrait{left: 50%; transform: translateX(-50%);}
    .article-author{width: 100%;}
    .article-text{width:100%;}
    .article-text-next{width:100%;}
    .article-caption-full{width:100%;}
    .article-quote{width:70%; float:none; margin:0 auto; margin-bottom:40px; margin-top:40px;}
    .article-image-small-container{width:100%; margin-left:0px;}
    .article-image-small{width:100%;}
    .article-image-medium{width:100%;}
    .article-image-large{width:100%;}
    .mobile{display: block;}
    .article-frame{width: 100%; margin-top: 0px; margin-bottom: 30px; float: none;}
    .article-image-full{height:8vh; margin-top:0px; margin-bottom: 10px;}
    .nav-content{width:100%; padding-right:20px; padding-left: 20px;}
    .sidebar{width: 100%; margin-bottom: 30px;}
    .side-image{margin-left: 50px; margin-bottom: 20px;}
    .quote-text{width: 500px; font-size: 50px; line-height: 45px;}
}

@media only screen and (max-width: 768px) {
    body{font-size:18px; line-height:1.475em;}
    .content{padding: 15px;}
    .title{margin-bottom: 20px; padding: 0px; width: 100%; bottom: auto; font-size: 36px; line-height: 40px; position: relative; text-align: center;}
    .title-subtitle{font-size: 25px; line-height: 25px; float: none; letter-spacing: -0.25px;}
    .title-container{height: inherit; padding: 15px; width: 100%; margin-bottom: 0px; padding-top: 0px;}
    .title-portrait{width: 80%; padding: 0px 10px; position: relative; z-index: 1; bottom: 0px; margin-top: 20px;}
    .title-headline{width: 100%; margin-top: 20px; margin-bottom: 20px; font-size: 40px; line-height: 40px;}
    .article-title{width: 90%; font-size: 60px; line-height: 55px; bottom: 50px;}
    .article-title-subtitle{display: block;}
    .article-subtitle-authors{display: block;}
    .article-subtitle-authors-main{display: none;}
    .article-image-full{height: 11vh;}
    .footer-hint{top: -90px;}
    .actor{font-size: 16px; width: 100%; margin-right: 5px; margin-left: 5px; text-align: left; margin-bottom: 5px; padding: 2px 5px 2px 55px; background-color: rgba(0,0,0,0.2); height: 50px; line-height: 45px; font-family: 'ProximaNovaBold', Helvetica, sans-serif; color: rgba(0,0,0,0.65);}
    .actor:hover{background-color: #ffeadb;}
    .actors-entries{width: 100%;}
    .actor-portrait{width: 38px; position: absolute; margin-left: -50px;}
    .nav-content{padding-left: 0px;}
    .quote-text{width: 400px; font-size: 40px; line-height: 35px;}
    #nav-social-entry{width: 40px;}
    #dropcap::first-letter{font-size: 8em; margin:50px 20px 50px -3px;}
    .article-frame:nth-of-type(1){margin-top: 0px;}
    #small-frame{margin: 0 auto; float: none;}
}

@media only screen and (max-width: 640px) {
    .embed-container{display:none;}
    .title-mobile{display:block;}
    .quote-text{width: 90%; font-size: 45px; line-height: 40px;}
    #quote-portrait{display: none;}
}

@media only screen and (max-width: 460px) {
    .title-mobile{font-size: 45px; line-height: 40px;}
    .quote-text{width: 85%; font-size: 40px; line-height: 35px;}
    .side-image{float: none; margin: 0 auto; margin-top: 25px; margin-bottom: 30px;}
/*
    .wrapper-hidden{display: block;}
    .actors-footer{display: none;}
    .content-container{padding-bottom: 0px;}
*/
}

@media only screen and (max-width: 320px) {
    .title-mobile{font-size: 40px; line-height: 35px;}
}

@media only screen and (min-width: 1280px) {
    .article-image-small-container{width: 440px; display: inline-block; float: left; margin-top: 10px; margin-left: -100px; margin-right: 60px; margin-bottom: 30px;}
}