*{
    box-sizing: border-box;
}

body, html {
    font-family:KLIKFACTOR-Regular;
	margin: 0px;	
}

.row::after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;
    padding: 0px;
}

.footer {
    background-color: #666;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 45px;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
	#header-img {
	margin-left: 15px;
}
}

/* PADDING DIV (top, right, bottom, left)*/
#menu-top {
	padding: 15px 0px 15px 0px;
}
#header-img {
	padding: 15px 0px 5px 15px;
}

#header-search {
	padding: 15px;
	float: right;
}

#content-movie-img {
	padding: 5px 15px 25px 15px;
}

#content-movie {
	padding: 0px 15px 0px 15px;
}

/* DIV BLOCK */
#grey-full {
	background-image: url("../img/gradient_bg.png");
    background-repeat: repeat-x;
	margin: 0 0 25px 0;
}
#grey-block {
	background-color: none;
	border: none;
	padding: 0px 25px 0px 25px ;
}


/* AANPASSINGEN */
.res-IMG {
    max-width: 100%;
    height: auto;
}

.res-IMG-A {
    max-width: 100%;
    height: auto;
	margin: 10px;
}

.link-footer {
    color: #efefef;
}

video {
    width: 100%;
    height: auto;
}

/* CONTENT */
.contentH1 {
	text-transform: uppercase;
	color: #000;
	font-size: 22px;
}

.contentH2 {
	text-transform: uppercase;
	color: #000;
	font-size: 18px;
}

.contentH3 {
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
}

.contentH3b {
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	background-image: url("../img/red-bullet.png");
	background-repeat: no-repeat;
	padding-left: 20px;  /* width of the image plus a little extra padding */	
}

.contentPb {
	color: #000;
	font-size: 12px;
}

.contentA {
	color: #000;
	font-size: 15px;
}

.contentP {
	color: #000;
	font-size: 15px;
}

.contentPa {
	color: #000;
	font-size: 15px;
	background-image: url("../img/red-bullet.png");
	background-repeat: no-repeat;
	padding-left: 25px;  /* width of the image plus a little extra padding */
}

.contentI {
    font-style: italic;
	color: #000;
	font-size: 15px;
}

.contentUL {
	font-size: 15px;
	list-style: square outside url("../img/red-bullet.png");
	line-height: 200%;
    padding-left: 22px ;	
}

hr.style-two { 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}


.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

