/*
Theme Name: Nieuwscheckers19
Theme URI: https://wordpress.org/themes/twentyfifteen/

*/


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

.sfsi_plus_widget {
    float: left;
    clear: both;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


svg {  display: block;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

fieldset {
    min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor>article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2vw;
    line-height: 1.6;
    width: 100%;
}
body {
    background: #FFF;
	overflow:hidden;
	
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
}

p {
    margin-bottom: 1.6em;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: .4vw solid #DDD;
    color: #707070;
    font-size: 90%;
    font-weight: 400;
    margin-bottom: 1.6vw;
    padding-left: 0.8vw;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote>p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    background-color: #fff9c0;
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}


/**
 * 4.0 Elements
 */

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    width: 100%;
    vertical-align: middle;
    border-top: .4vw solid #DDD;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {}

blockquote.alignright,
.wp-caption.alignright,

}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
figure {
    display: block;
    margin: 0;
}
ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2vw;
    margin-bottom: 2vw;
}
li {
    margin-bottom: .4vw;
}

/*-----------------------------------------------------------------------------------------------------*/
body{
	background-image: url("plaatjes/NCfooterstreep.svg");
    background-size: 25%;
	background-repeat: no-repeat;
	background-position:left bottom;
}

#page {
	margin-left: calc( (100vw - 100%) / -2);
	width:100vw;
	position:relative;
	
}

@font-face {
    font-family: Sw;
    src: url('plaatjes/swift-condensed-bold_43134-webfont.eot');
    src: url('plaatjes/swift-condensed-bold_43134-webfont.eot?#iefix') format('embedded-opentype'), url('plaatjes/swift-condensed-bold_43134-webfont.woff2') format('woff2'), url('plaatjes/swift-condensed-bold_43134-webfont.woff') format('woff'), url('plaatjes/swift-condensed-bold_43134-webfont.ttf') format('truetype'), url('plaatjes/swift-condensed-bold_43134-webfont.svg#swiftcondensed_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
#ncback {
    z-index: -1;
    position: fixed;
    height: 100vh;
    width: 100%;
    bottom: 0;
    right: 0;
    background-image: url("plaatjes/nieuwscheckersachter-opt.svg");
    background-attachment: fixed;
    background-position: right bottom;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.singlefotocap {
    position: absolute;
    bottom: .4vw;
    left: .8vw;
    padding: .4vw;
	color: #6BBA0F;
	font-family: 'Teko', sans-serif;
	border-radius: 4px;
}
.singlefotocap:hover {
    background-color: rgba(28, 68, 129, .8);
}
#ncstreep19 {
	width:106vw;
	height:60vw;
	background-image: url("plaatjes/NCstreep.svg");
	background-size: contain;
	background-repeat: no-repeat;
	position:absolute;
   }
#nclogo19 {
	position: absolute;
    top: 0;
    right:2.5vw;
	width:20vw;
    padding-bottom:21vw;
}
   
#nclogo19in {
	position: absolute;
    bottom:0;
	right:0;
	left:0;
    height:100%;
   	background-image: url("plaatjes/NClogo2.svg");
    background-size: contain;
	background-repeat: no-repeat;
	background-position:bottom;
}
   
#ncnaam19 {
	position: absolute;
    width:94vw;
	padding-bottom:25vw;
	left:3vw;
	top:0;
}
 #ncnaam19in {
	position: absolute;
    bottom:0;
	right:0;
	left:0;
	top:0;
    background-image: url("plaatjes/NCnaam.svg");
    background-size: contain;
	background-repeat: no-repeat;
	background-position:bottom;
  }
#nccontent19 {
	margin-top:35vw;
    width:95vw;
	float:right;
	margin-right:2.5vw;
	padding-bottom:16vw;
	margin-bottom:16vw;
	position:relative;
	font-size:160%;
}
#nccontentfooter {
	background-image: url("plaatjes/NCfootertekst.svg");
    background-size: calc(100% - 2vw);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#1A4581;
	width:calc(100% - 1vw);
	margin-left:.5vw;
	height:0;
	padding-bottom:3%;
	border-radius: 4px;
	position:absolute;
	bottom:0;
}
#ncvp19Groot {
	width:100%;
	padding-bottom:66.67%;
	position:relative;
	float:left;
}
#ncvp19Medium {
	width:100%;
	height: 0;
	padding-bottom:100%;
	position:relative;
	float:left;
	
}


#vpinhoud18{
	border-radius: 4px;
	float:left;
	width:88vw;
	margin-left:8vw;
	min-height:300px;
}
#ncsinglePlaatje{
	width:100%;
	height:0;
	padding-bottom:40%;
	margin-left:0%;
	position:relative;
	float:right;
}
#ncsingleKop{
	width:100%;
	padding:.5vw;
	margin-top:-10vw;
	position:relative;
	float:right;
	margin-right:0%;
}
#ncsingleAuteur{
	width:20%;
	padding:.5vw;
	position:relative;
	float:right;
	clear:both;
	display:none;
}
#ncsingleAuteurbeneden{
	width:40%;
	padding:.5vw;
	position:relative;
	float:right;
	clear:both;
	display:block;
}
#ncsingleTekst{
	width:90%;
	padding:.5vw;
	position:relative;
	margin-left:10%;
	float:left;
	font-family: 'Titillium Web', sans-serif;
	font-size:150%;
}
.intro{
	width:110%;
	text-align:justify;
	font-weight:bold;
	font-size:120%;
	color:#0D3875;
	float:right;
}
.tussenkop{
    color: #6BBA0F;
	font-family: 'Teko', sans-serif;
	font-weight: 400;	
	font-size:150%;
	line-height:80%;
	margin-bottom:.5vw;
}
.singletitel19{
	float:right;
	margin-top:.6vw;
	color: #6BBA0F;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
    font-size: 500%;	
    line-height:100%;
	padding-bottom:.5vw;
	overflow:hidden;
	text-align:right;
}
.ncsingleDatum19{
	color:#1c4481;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
    font-size: 140%;	
    line-height:100%;
    text-align:left;
    
}
.auteurbeschrijving{
	color:#6BBA0F;
	font-size:90%;
}
.datumnaam {
    display: block;
	margin-top:1vw;
}
.vptitel19{
	float:left;
	margin-top:.6vw;
	color: #6BBA0F;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
    font-size: 140%;	
    line-height:100%;
	height: 0;
	padding-bottom:55%;
	overflow:hidden;
}
.vptitellijst19{
	width:100%;
	font-size:120%
}
.vpbew19{
	color:#999;
	font-size:85%;
	background-color:#DDD;
	position:absolute;
	bottom:0;
	height:0vw;
	padding: 0 .5vw 36% .5vw;
	border-radius: 0 0 4px 4px;
	width:100%;
}
.vpexcerpt19{
	color:#DDD;
	font-size:85%;
	position:absolute;
	top:56%;
	height:0vw;
	padding: 0 0vw 46% 0vw;
	font-weight:bold;
}
.vptitelGroot19{
	position:absolute;
	right:.5vw;
	bottom:1vw;
	left:.6vw;
	min-height:20%;
	color:#FFF;
	padding:.5vw;
	font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-size: 4vw;	
    line-height: 4.4vw;
    text-align:left;
    border-radius: 0 0 4px 4px;
}
.vptitelMed19{
	position:absolute;
	left:.5vw;
	bottom:.5vw;
	max-width:85%;
	background-color: #6BBA0F;
	color:#1c4481;
	padding: 1.5vw .5vw .5vw .5vw;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
    font-size: 4vw;	
    line-height:4.4vw;
    text-align:left;
    border-radius: 4px;
}
.vptitelSm19{
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	right:0;
	background-color: #1c4481;
	color:#FFF;
	padding:.75vw;
	font-family: 'Teko', sans-serif;
	font-weight: 400;
    font-size: 1.35vw;	
    line-height:1.55vw;
    text-align:left;
    border-radius: 4px;
}
.vpbeschrijving18{
	float:left;
	margin-top:.6vw;
	color:#1c4481;
	font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 1.1vw;	
    line-height:1.2vw;
}
#nckopspace {
    width: 98%;
    padding-bottom: 4.05%;
    padding-bottom: calc( 0.0405 * (100% - .8vw));
    margin-bottom: .4vw;
}
.nckopinhoud {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0vw;
    left: .4vw;
    right: .4vw;
    border-bottom: .4vw solid #00F;
}
.vpblok19{
	width:50%;
	padding-bottom:64%;
	position:relative;
	float:left;
	font-size:3.2vw;
}
.vpblokb19{
	width:50%;
	padding-bottom:60%;
	position:relative;
	float:left;
	font-size:3.2vw;
}


@media screen and (min-width: 768px) {
.vptitellijst19{
	width:80%;
}
#ncsingleAuteurbeneden{
		display:none;
}
#ncsingleAuteur{
		display:block;
}	
	
#ncsinglePlaatje{
	width:80%;
	padding-bottom:32%;
	
}	
	
#ncsingleKop{
	width:80%;
	padding:.5vw;
	margin-top:-10vw;
	margin-right:20%;
}
#ncsingleAuteur{
	width:20%;
	padding:.5vw;
	
}
#ncsingleTekst{
	width:60%;
	padding:.5vw;
	position:relative;
	margin-left:20%;
	
	font-size:120%;
}
.intro{
	width:116.6%;
	font-size:120%;
	color:#0D3875;
	float:right;
}
	
.vpblok19{
	width:33.333%;
	padding-bottom:41%;
	font-size:1.8vw;
}
.vpblokb19{
	width:33.333%;
	padding-bottom:42%;
	font-size:1.8vw;
}
#ncvp19Groot {
	width:60%;
	padding-bottom:40%;
}
.vptitelGroot19{
	font-size: 2.4vw;	
    line-height:2.64vw;
}
.vptitelMed19{
	font-size: 1.8vw;	
    line-height:1.98vw;
}
#ncvp19Medium {
	width:40%;
	padding-bottom:40%;
}	
#nclogo19 {
	width: calc( (768px * .20) + ((100vw - 768px) / (1440 - 768) ) * (1440 *.106 - 768 * .20));
	padding-bottom: calc( (768px * .21) + ((100vw - 768px) / (1440 - 768) ) * (1440 *.133 - 768 * .21));
	right: calc( (768px * .025) + ((100% - 768px) / (1440 - 768) ) * (1440 *.04 - 768 * .025));
}	
#ncnaam19 {
    width: calc( (768px * .94) + ((100vw - 768px) / (1440 - 768) ) * (1440 *.46 - 768 * .94));
	padding-bottom: calc( (768px * .25) + ((100vw - 768px) / (1440 - 768) ) * (1440 *.1322 - 768 * .25));
	left: calc( (768px * .03) + ((100% - 768px) / (1440 - 768) ) * (1440 *.04 - 768 * .03));
}	
#ncstreep19 {
	width: calc( (768px * 1.06) + ((100vw - 768px) / (1920 - 768) ) * (1920 * 1.04 - 768 * 1.06));
	}	
	
#nccontent19 {
	margin-top: calc( (768px * .35) + ((100vw - 768px) / (1920 - 768) ) * (1920 *.24 - 768 * .35));
    width: calc( (768px * .95) + ((100vw - 768px) / (1440 - 768) ) * (1440 *.93 - 768 * .95));
	margin-right: 3.5vw;
	margin-right: calc( (768px * .025) + ((100vw - 768px) / (1440 - 768) ) * (1440 *.035 - 768 * .025));
	font-size:100%;
}
}
@media screen and (min-width: 1440px) {

.vpblok19{
	width:20%;
	padding-bottom:28%;
	font-size: calc(.013 * (93vw - 1 * (100vw - 1440px)/3));
}
.vpblokb19{
	width:20%;
	padding-bottom:26%;
	font-size: calc(.013 * (93vw - 1 * (100vw - 1440px)/3));
}
#fc6{
	display: none;
}
	
#nclogo19 {
	right: 4vw;
	width: 10.6vw;
    padding-bottom: 13.3vw;
	/*
	right: calc( (1440px * .04) + ((.04 * (100% - 1440px)) / (2) ) );
	width: calc( (1440px * .09) + ((.09 * (100% - 1440px)) / (2) ) );
    padding-bottom: calc( (1440px * .12) + ((.12 * (100% - 1440px)) / (2) ) * );
	*/
}	
.vptitelGroot19{
	font-size: calc(.0258 * (93vw - 1 * (100vw - 1440px)/3));
    line-height: calc(0.02838 * (93vw - 1 * (100vw - 1440px)/3));
}
.vptitelMed19{
	font-size: calc(.0172 * (93vw - 1 * (100vw - 1440px)/3));
    line-height: calc(0.01892 * (93vw - 1 * (100vw - 1440px)/3));
}
#ncnaam19 {
    width: 46vw;
	padding-bottom: 13.22vw;
	left: 4vw;
	left: calc(4vw +  (100vw - 1440px)/3);
}	
#ncstreep19 {
	width:104vw;
   }	

#nccontent19 {
	width:93vw;
	width: calc(93vw - 1 * (100vw - 1440px)/3);
	margin-right: 3.5vw;
	
}
   
}
  
@media screen and (min-width: 1920px) {
#ncstreep19 {
	width:104vw;
	
   }	
   
#nccontent19 {
	margin-top:24vw;
   
}



.singletekst {
    float: left;
    width: 80%;
    padding: .4vw;
    position: relative;
    margin: 0;
    font-size: 1.5vw;
}
.naam {
    width: 20%;
    clear: both;
    float: right;
    margin-top: -.4vw;
}
.tekst {
    width: 60%;
    float: right;
}

.singleblokinhoud {
    float: left;
    
    width: 100%;
}

#overblok {
    border-top: .4vw solid #DDD;
    border-bottom: .4vw solid #DDD;
    background-image: url("plaatjes/nieuwscheckersachter-opt.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.singletitle {
    font-family: Sw;
    font-weight: 400;
    font-size: 6vw;
    line-height: 110%;
    text-align: left;
    width: 87.5%;
    float: right;
}
#inhoud {
    display: inline-block;
    position: relative;
    width: 98%;
    width: calc( 100% - .8vw);
    margin: .4vw;
    margin-top: 0;
    padding: 0;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.2vw;
    font-weight: 600;
    color: #FFF;
}
.blokinhoud {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: .4vw;
    bottom: .4vw;
    left: .4vw;
    right: .4vw;
    border-top: .0vw solid #DDD;
}
.hoax {
    position: absolute;
    top: 1%;
    bottom: -1%;
    left: -5%;
    right: 5%;
    pointer-events: none;
    background-image: url(plaatjes/hoax3opt.svg);
}
#singlehoax {
    position: absolute;
    top: -8%;
    right: 54%;
    left: -4%;
    bottom: 8%;
    pointer-events: none;
    background-image: url(plaatjes/hoax3opt.svg);
    background-repeat: no-repeat;
}
.blokinhoudtekst {
    background: background-color:rgba(0, 0, 0, .2);
    /* For browsers that do not support gradients */
    
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    /*Safari 5.1-6*/
    
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    /*Opera 11.1-12*/
    
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    /*Fx 3.6-15*/
    
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    /*Standard*/
    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .8vw;
    padding-top: 1.6vw;
    border-top: .0vw solid #622;
    border-color: #622;
}
.arbeid {
    border-color: #881f03;
    color: #881f03;
}
.migratie {
    border-color: #206608;
    color: #206608;
}
.veiligheid {
    border-color: #540d86;
    color: #540d86;
}
.europa {
    border-color: #0a6ca5;
    color: #0a6ca5;
}
.zorg {
    border-color: #f58003;
    color: #f58003;
}

/*.zorg:hover{
  	color:#f58003;
  	background-color:#f58003;
}
*/
.blokinhoudtekst h1 {
    font-family: Sw;
    font-weight: 400;
    font-size: 160%;
    line-height: 110%;
    color: #FFF;
    text-shadow: 1px 1px 0px #666;
}

.kwoot {
    width: 33.333%;
    float: right;
    border-top: .4vw solid #0DD;
    border-bottom: .4vw solid #0DD;
    margin-left: 1.6vw;
    font-family: Sw;
    font-weight: 400;
    font-size: 120%;
    line-height: 140%;
    text-align: center;
    padding: .8vw;
    display: inline;
}
.wp-caption-text {
    font-weight: 400;
    font-size: 80%;
    line-height: 120%;
    padding-top: .8vw;
    padding-bottom: .8vw;
    border-bottom: .4vw solid #DDD;
    margin-bottom: 1.6vw;
}
.info {
    vertical-align: super;
    font-size: 40%;
    background-color: #666;
    color: #FFF;
    display: inline;
    cursor: pointer;
    font-weight: 900;
}
.infobox {
    display: none;
    width: 33.333%;
    width: calc( -.8vw + (100% + .8vw) / 3);
    float: right;
    border-top: .4vw solid #DDD;
    border-bottom: .4vw solid #DDD;
    margin-right: -33%;
    margin-right: calc( -1 * ( -.8vw + (100% + .8vw) / 3) - .8vw);
    background-color: #F4F4F4;
    font-weight: 400;
    font-size: 75%;
    line-height: 120%;
    text-align: left;
    padding: .4vw;
}
.kadervol {
    width: 100%;
    float: right;
    border: .2vw solid #DDD;
    background-color: #FAFAFA;
    font-weight: 600;
    text-align: left;
    padding: .4vw;
    margin-bottom: 1.6vw;
}
.kader50 {
    width: 50%;
    float: right;
    border: .2vw solid #DDD;
    background-color: #FAFAFA;
    font-weight: 600;
    text-align: left;
    padding: .4vw;
    margin-bottom: 1.6vw;
}

#infoover {
    color: #CCC;
    padding: .8vw;
    padding-top: .4vw;
    line-height: 120%;
    font-size: 90%;
    opacity: .5;
}
#infoover a {
    color: #FFF;
    font-weight: 700;
}

.videowrapper {
    width: 100%;
    position: relative;
    padding-bottom: 62.3%;
    margin-top: 1.2vw;
    margin-bottom: .8vw;
    height: 0;
    float: left;
}
.videowrapper iframe,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1000px) {
    .blokinhoud {
        top: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
        bottom: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
        left: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
        right: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
        border-top-width: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
    }
    
    #inhoud {
        width: 98%;
        width: calc( 1000px + ((100vw - 1000px) / 2.4));
        margin: 0.4vw calc(( 100% - (1000px + ((100vw - 1000px) / 2.4))) / 2);
        margin-top: 0;
        letter-spacing: calc( 0.0005 * (1000px + ((100vw - 1000px) / 2.4)));
        font-size: calc( 0.009 * (1000px + ((100vw - 1000px) / 2.4)));
    }
    
    #nckop {
        width: 98%;
        width: calc( 1000px + ((100vw - 1000px) / 2.4));
        padding-bottom: 10%;
        padding-bottom: calc( (1000px + ((100vw - 1000px) / 2.4)) / 10);
        border-bottom-width: calc( (1000px + ((100vw - 1000px) / 2.4)) / 125);
    }
    
    .nckopinhoud {
        left: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
        right: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
        border-bottom-width: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
    }
    
    #nckopspace {
        padding-bottom: 10%;
        padding-bottom: calc( (1000px + ((100vw - 1000px) / 2.4)) / 10);
        margin-bottom: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250);
    }
    
    
    .singletitle {
        font-size: calc( (1000px + ((100vw - 1000px) / 2.4)) / 16.6);
        ;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 925px) {
    #inhoud {
        margin: .6vw;
        margin-top: 0;
        letter-spacing: .05vw;
        font-size: 1.8vw;
        width: 98%;
        width: calc( 100% - 1.2vw);
    }
    
    #nckop {
        width: 98%;
        width: calc( 100% - 1.2vw);
        padding-bottom: 4%;
        border-bottom-width: .6vw;
    }
    
    .nckopinhoud {
        bottom: 0vw;
        left: .6vw;
        right: .6vw;
        border-bottom-width: .6vw;
    }
    
    #nckopspace {
        padding-bottom: 4%;
        margin-bottom: .6vw;
        border-bottom: 1.2vw;
    }
    
    .blok2x2 {
        float: left;
        width: 0;
        padding: 33.333333% 33.333333% 33.333333% 33.333333%;
        position: relative;
        /*background-color:#0F0;*/
        margin: 0;
    }
    
    .blok1x1 {
        float: left;
        width: 0;
        padding: 33.333333% 33.333333% 0% 0%;
        position: relative;
        /*background-color:#0F0;*/
        margin: 0;
    }
    
    .blok2x1 {
        float: left;
        width: 0;
        padding: 33.333333% 33.333333% 0% 33.333333%;
        position: relative;
        /*background-color:#0F0;*/
        margin: 0;
    }
    
    .blok4x2 {
        float: left;
        width: 0;
        padding: 25% 66.666666% 25% 33.333333%;
        position: relative;
        /*background-color:#0F0;*/
        margin: 0;
    }
    
    .blokinhoud {
        top: .6vw;
        bottom: .6vw;
        left: .6vw;
        right: .6vw;
        border-top-width: .6vw;
    }
    
    .nckopinhoud {
        bottom: 0vw;
        left: .6vw;
        right: .6vw;
    }
    
    .singletekst {
        width: 66.660%;
        font-size: 1.5vw;
    }
    
    .2.4 {
        width: 66.666%;
        font-size: 2.4vw;
    }
    
    .naam {
        width: 33.333%;
        float: left;
    }
    
    .tekst {
        width: 66.666%;
    }
    
    .infobox {
        display: none;
        width: 50%;
        width: calc( -1.2vw + (100% + .8vw) / 2);
        float: left;
        border-top: .4vw solid #DDD;
        border-bottom: .4vw solid #DDD;
        margin-left: -50%;
        margin-left: calc(-1 8 calc( -.8vw + (100% + .8vw) / 2) - .8vw);
        background-color: #F4F4F4;
        font-weight: 600;
        font-size: 80%;
        line-height: 110%;
        text-align: left;
        padding: .4vw;
    }
    
    .intro {
        width: 100%;
    }
    
    .singletitle {
        line-height: 110%;
        width: 100%;
    }
}

/*-----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
    #inhoud {
        margin: 3%;
        margin-top: 0;
        letter-spacing: .05vw;
        font-size: 1.8vw;
        width: 94%;
    }
    
    #nckop {
        width: 94%;
        padding-bottom: 4%;
        border-bottom-width: .6vw;
    }
    
    .nckopinhoud {
        bottom: 0vw;
        left: .6vw;
        right: .6vw;
        border-bottom-width: .6vw;
    }
    
    #nckopspace {
        padding-bottom: 4%;
        margin-bottom: .6vw;
        border-bottom: 1.2vw;
    }
    
    .blok2x2 {
        float: left;
        width: 0;
        padding: 33.333333% 33.333333% 33.333333% 33.333333%;
        position: relative;
        margin: 0;
    }
    
    .blok1x1 {
        float: left;
        width: 0;
        padding: 33.333333% 33.333333% 0% 0%;
        position: relative;
        /*background-color:#0F0;*/
        margin: 0;
    }
    
    .blok2x1 {
        float: left;
        width: 0;
        padding: 33.333333% 33.333333% 0% 33.333333%;
        position: relative;
        /*background-color:#0F0;*/
        margin: 0;
    }
    
    .blok4x2 {
        float: left;
        width: 0;
        padding: 25% 66.666666% 25% 33.333333%;
        position: relative;
        /*background-color:#0F0;*/
        margin: 0;
    }
    
    .blokinhoud {
        top: .6vw;
        bottom: .6vw;
        left: .6vw;
        right: .6vw;
        border-top-width: .6vw;
    }
    
    .singletekst {
        width: 100%;
        font-size: 4.5vw;
    }
    
    .titel {
        width: 100%;
        font-size: 3.4vw;
    }
    
    .naam {
        width: 100%;
        float: left;
    }
    
    .tekst {
        width: 100%;
    }
    
    .infobox {
        display: none;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    
    .intro {
        width: 100%;
    }
    
    #singlelogo {
        display: none;
    }
    
    .datumnaam {
        display: inline;
        padding-right: .8vw;
    }
    
    .singletitle {
        font-size: 9vw;
        line-height: 110%;
    }
}
