/*
Theme Name: NCII
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


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

body {
    background: #fAfAfA;
}
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%;
}

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

/*-----------------------------------------------------------------------------------------------------*/
@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: 100vw;
    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;
}
#ncback18 {
    z-index: -1;
    position: fixed;
    height: 100vh;
    width: 100vw;
    bottom: 0;
    right: 0;
   // background-image: url("plaatjes/nieuwscheckersachter-optGR.svg");
   background-color:#FFF;
}
#nclogo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 24px;
    background-image: url("plaatjes/nieuwscheckerslogo-opt4.svg");
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#nckop {
    float: left;
    width: 98%;
    width: calc( 100% - .8vw);
    padding-bottom: 9.23%;
    padding-bottom: calc( 0.0923 * (100% - .8vw));
    margin: 0;
    background-repeat: no-repeat;
    position: fixed;
    position: relative;
    background-color: #fAfAfA;
    z-index: 0;
    border-bottom: .8vw solid #fAfAfA;
}
#nckop18 {
    
    width: 100vw;
    height: 5vw;
    margin: 0;
    background-repeat: no-repeat;
    position: relative;
    background-color: #7EB723;
    z-index: 0;
   
}
.nckopinhoud18 {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 8.75vw;
    right: 52vw;
   
}
.nckoploupe18 {
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 4.75vw;
    left: 56vw;
   
   
}
.nckopinhoudTAG18 {
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0%;
   
}
#vpinhoud18{
	border-radius: 4px;
	float:left;
	width:88vw;
	margin-left:8vw;
	min-height:300px;
}
.vptitel18{
	float:left;
	margin-top:.6vw;
	color:#1c4481;
	color: #7EB723;
	font-family: 'Teko', sans-serif;
	font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 1.3vw;	
    line-height:1.5vw;
}
.vptitelGRoot18{
	position:absolute;
	right:.6vw;
	bottom:.6vw;
	left:.6vw;
	background-color: #75BA09;
	min-height:20%;
	color:#FFF;
	padding:.6vw;
	font-family: 'Teko', sans-serif;

    font-weight: 400;
    font-size: 1.95vw;	
    line-height:2.25vw;
    text-align:left;
    border-radius: 0 0 4px 4px;
}
.vptitelMed18{
	position:absolute;
	left:.5vw;
	bottom:.5vw;
	max-width:85%;
	background-color: #75BA09;
	color:#1c4481;
	padding:.5vw;
	font-family: 'Teko', sans-serif;
	font-family: 'Bitter', serif;
    font-weight: 400;
    font-size: 1.35vw;	
    line-height:1.55vw;
    text-align:left;
    border-radius: 4px;
}
.vptitelSm18{
	position:absolute;
	left:0;
	bottom:0;
	top:0;
	right:0;
	background-color: #1c4481;
	color:#FFF;
	padding:.75vw;
	font-family: 'Teko', sans-serif;
	font-family: 'Bitter', 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;
}
.blokwrapper {
    position: relative;
    width: 100%;
}
.blok2x2 {
    float: left;
    width: 0;
    padding: 20% 20% 20% 20%;
    position: relative;
    /*background-color:#0F0;*/
    
    margin: 0;
    font-size: 150%;
}
.blok1x1 {
    float: left;
    width: 0;
    padding: 20% 20% 0% 0%;
    border-width: 20%;
    position: relative;
    /*background-color:#0F0;*/
    
    margin: 0;
}
.blok2x1 {
    float: left;
    width: 0;
    padding: 20% 20% 0% 20%;
    position: relative;
    /*background-color:#0F0;*/
    
    margin: 0;
}
.blok4x2 {
    float: left;
    width: 0;
    padding: 20% 40% 20% 40%;
    position: relative;
    /*background-color:#0F0;*/
    
    margin: 0;
}
.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;
}
.intro {
    font-family: Sw;
    float: right;
    width: 116.66%;
    font-size: 105%;
    color: #555;
}
.singleblokinhoud {
    float: left;
    border-top: .4vw solid #0DD;
    width: 100%;
}
.auteurbeschrijving{
	color:#AAA;
	font-size:80%;
}
#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;
}
.tussenkop {
    font-family: Sw;
    font-weight: 400;
    font-size: 120%;
    line-height: 110%;
    margin-bottom: .4vw;
}
.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;
}
.singlefotocap {
    position: absolute;
    bottom: .4vw;
    left: .8vw;
    padding: .4vw;
}
.singlefotocap:hover {
    background-color: rgba(255, 255, 255, .7)
}
#infoover {
    color: #CCC;
    padding: .8vw;
    padding-top: .4vw;
    line-height: 120%;
    font-size: 90%;
    opacity: .5;
}
#infoover a {
    color: #FFF;
    font-weight: 700;
}
.datumnaam {
    display: block;
}
.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);
    }
    
    .singleblokinhoud {
        border-top: calc( (1000px + ((100vw - 1000px) / 2.4)) / 250) solid #0DD;
    }
    
    .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%;
    }
}
