@charset "utf-8";
/* CSS Document */


/* FONTS */
/*@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/
/*@font-face {
	font-family: 'icomoon';
	src: url(https://googledrive.com/host/0B9xKQGZDGAMQQVJUTkJCaDRQcjA/icomoon.eot);
	src:url(https://googledrive.com/host/0B9xKQGZDGAMQQVJUTkJCaDRQcjA/icomoon.eot?#iefix) format('embedded-opentype'),
		url(https://googledrive.com/host/0B9xKQGZDGAMQQVJUTkJCaDRQcjA/icomoon.woff)format('woff'),
		url(https://googledrive.com/host/0B9xKQGZDGAMQQVJUTkJCaDRQcjA/icomoon.ttf)format('truetype'),
		url(https://googledrive.com/host/0B9xKQGZDGAMQQVJUTkJCaDRQcjA/icomoon.svg#codropsicons)format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/*onderstaande font op site zelf*/
@font-face {
	font-family: 'icomoon';
	src: url(../fonts/icomoon.eot);
	src:url(../fonts/icomoon.eot?#iefix) format('embedded-opentype'),
		url(../fonts/icomoon.woff)format('woff'),
		url(../fonts/icomoon.ttf)format('truetype'),
		url(../fonts/icomoon.svg#codropsicons)format('svg');
	font-weight: normal;
	font-style: normal;
}
/*font Raleway*/
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,800,700,900);

/*font Roboto*/
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,200,300,500,600,800,700,900);

/*font Dosis */
@import url(//fonts.googleapis.com/css?family=Dosis:400,100,200,300,500,600,800,700,900);

/* Barrio */
/*@import url(//fonts.googleapis.com/css?family=Barrio):400,400italic;*/
@import url('https://fonts.googleapis.com/css?family=Barrio');

/*Open Sans*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);


/*@import url(//fonts.googleapis.com/css?family=Alegreya+Sans|Amatic+SC|Audiowide|Orbitron|Poiret+One|Source+Code+Pro|Text+Me+One);
@import url(//fonts.googleapis.com/css?family=Rationale');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');

font-family: 'Roboto', sans-serif;
font-family: 'Orbitron', sans-serif;
font-family: 'Alegreya Sans', sans-serif;
font-family: 'Source Code Pro', monospace;
font-family: 'Poiret One', cursive;
font-family: 'Audiowide', cursive;
font-family: 'Text Me One', sans-serif;
font-family:'Barrio', cursive;
font-family: 'Amatic SC', cursive;
font-family: 'Rationale', sans-serif;
font-family: 'Comfortaa', cursive;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Poiret One', cursive;
*/


* { margin: 0;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
	text-decoration:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body, html {
	height: 100%;
	min-height: 100%;
	/*font-family: "Lato", sans-serif;*/
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-size: 100%;
	line-height: 18px;
  	color: #777;
}

/*divs algemeen */
#tafel {
	display: block;
	width:100%;
	position: relative;
    overflow: hidden;
}
#tafellaken {
	width: 100%;
    max-width: 1220px;
    margin: 0px auto;
	position:relative;
}
#blokje-midden {
	position:relative;
	width: 100%;
	max-width: 700px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 10px;
	text-align:left;
}
#blokje-midden-02 {
	position:relative;
	width: 100%;
	max-width: 570px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 10px;
	text-align:left;
}
#home-button {
	position: fixed;
	top: 0px;
	z-index: 4;
}
#home-button > img {
	width: 200px;
}
@media screen and (max-width: 700px)
{
#home-button { 
	left: -40px;
	 }
}
@media screen and (max-width: 500px)
{
#verdwijn-op-mobiel { display:none; }
}

@media screen and (min-width: 500px)
{
#verschijn-op-mobiel { display:none; }
}

.bovenbanner-cover {
	position: relative;
    border-bottom: 5px solid rgba(255,255,255,.8);
}
#bovenbanner {
	position: relative;
    overflow: hidden;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	display: block;	
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;	
	box-sizing: border-box;
}
.bb-slider {
	height:500px;
}

.image-houder {
	position:relative;
	width:100%;
	overflow: hidden;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
}
.image-houder img{
	width:100%;
	position:relative;
}
/*TEKST* op afbeeldingen*/
.cover-gradient {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:6px;
	background: rgba(62, 81, 81, 0.68); /* fallback for old browsers */
  	background: -webkit-linear-gradient(to top, rgba(62, 81, 81, 0.68), rgba(222, 203, 164, 0.04)); /* Chrome 10-25, Safari 5.1-6 */
  	background: -moz-linear-gradient(to top, rgba(62, 81, 81, 0.68), rgba(222, 203, 164, 0.04)); /* Chrome 10-25, Safari 5.1-6 */
 	background: linear-gradient(to top, rgba(62, 81, 81, 0.68), rgba(222, 203, 164, 0.04)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cover-gradient-02 {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:6px;
	background: rgba(40, 50, 50, 0.68); /* fallback for old browsers */
  	background: -webkit-linear-gradient(to top, rgba(40, 50, 50, 0.68), rgba(222, 203, 164, 0.04)); /* Chrome 10-25, Safari 5.1-6 */
  	background: -moz-linear-gradient(to top, rgba(40, 50, 50, 0.68), rgba(222, 203, 164, 0.04)); /* Chrome 10-25, Safari 5.1-6 */
 	background: linear-gradient(to top, rgba(40, 50, 50, 0.68), rgba(222, 203, 164, 0.04)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.cover-gradient-03-links {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:6px;
	background: linear-gradient(to right, rgba(0,0,0,0.3) 0,rgba(0,0,0,0.2187) 10%,rgba(0,0,0,0.1536) 20%,rgba(0,0,0,0.1029) 30%,rgba(0,0,0,0.0648) 40%,rgba(0,0,0,0.0375) 50%,rgba(0,0,0,0.0192) 60%,rgba(0,0,0,0.0081) 70%,rgba(0,0,0,0.0024) 80%,rgba(0,0,0,0.0003) 90%,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(to right, rgba(0,0,0,0.3) 0,rgba(0,0,0,0.2187) 10%,rgba(0,0,0,0.1536) 20%,rgba(0,0,0,0.1029) 30%,rgba(0,0,0,0.0648) 40%,rgba(0,0,0,0.0375) 50%,rgba(0,0,0,0.0192) 60%,rgba(0,0,0,0.0081) 70%,rgba(0,0,0,0.0024) 80%,rgba(0,0,0,0.0003) 90%,rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(to right, rgba(0,0,0,0.3) 0,rgba(0,0,0,0.2187) 10%,rgba(0,0,0,0.1536) 20%,rgba(0,0,0,0.1029) 30%,rgba(0,0,0,0.0648) 40%,rgba(0,0,0,0.0375) 50%,rgba(0,0,0,0.0192) 60%,rgba(0,0,0,0.0081) 70%,rgba(0,0,0,0.0024) 80%,rgba(0,0,0,0.0003) 90%,rgba(0,0,0,0) 100%);
}
.cover-gradient-03b-links {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:6px;
	background: -moz-linear-gradient(181deg, rgba(242,242,242,0.1) 1%, rgba(9,9,9,0.8) 96%, rgba(0,0,0,0.8) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.8)), color-stop(4%, rgba(9,9,9,0.8)), color-stop(99%, rgba(242,242,242,0.1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(181deg, rgba(242,242,242,0.1) 1%, rgba(9,9,9,0.8) 96%, rgba(0,0,0,0.8) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(181deg, rgba(242,242,242,0.1) 1%, rgba(9,9,9,0.8) 96%, rgba(0,0,0,0.8) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(181deg, rgba(242,242,242,0.1) 1%, rgba(9,9,9,0.8) 96%, rgba(0,0,0,0.8) 100%); /* ie10+ */
	background: linear-gradient(269deg, rgba(242,242,242,0.1) 1%, rgba(9,9,9,0.8) 96%, rgba(0,0,0,0.8) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#F2F2F2',GradientType=1 ); /* ie6-9 */
}
.cover-gradient-04-onder {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:6px;
	background: linear-gradient(-98deg, rgba(48, 53, 53, 0.082) 0%, rgba(48, 53, 53, 0.082) 10%, rgba(48, 53, 53, 0.082) 20%, rgba(48, 53, 53, 0.082) 30%, rgba(48, 53, 53, 0.09) 40%, rgba(48, 53, 53, 0.216) 50%, rgba(48, 53, 53, 0.424) 60%, rgba(48, 53, 53, 0.63) 70%, rgba(48, 53, 53, 0.76) 80%, rgba(48, 53, 53, 0.824) 90%, rgba(48, 53, 53, 0.847) 100%);
	background: -webkit-linear-gradient(-98deg, rgba(48, 53, 53, 0.082) 0%, rgba(48, 53, 53, 0.082) 10%, rgba(48, 53, 53, 0.082) 20%, rgba(48, 53, 53, 0.082) 30%, rgba(48, 53, 53, 0.09) 40%, rgba(48, 53, 53, 0.216) 50%, rgba(48, 53, 53, 0.424) 60%, rgba(48, 53, 53, 0.63) 70%, rgba(48, 53, 53, 0.76) 80%, rgba(48, 53, 53, 0.824) 90%, rgba(48, 53, 53, 0.847) 100%);
	background: -moz-linear-gradient(-98deg, rgba(48, 53, 53, 0.082) 0%, rgba(48, 53, 53, 0.082) 10%, rgba(48, 53, 53, 0.082) 20%, rgba(48, 53, 53, 0.082) 30%, rgba(48, 53, 53, 0.09) 40%, rgba(48, 53, 53, 0.216) 50%, rgba(48, 53, 53, 0.424) 60%, rgba(48, 53, 53, 0.63) 70%, rgba(48, 53, 53, 0.76) 80%, rgba(48, 53, 53, 0.824) 90%, rgba(48, 53, 53, 0.847) 100%);
}
.cover-gradient-05-linksonder {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:6px;	
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(40,40,40,0.4) 16%, rgba(91,91,91,0.3) 36%, rgba(137,137,137,0.2) 54%, rgba(188,188,188,0.1) 74%, rgba(255,255,255,0.1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.4)), color-stop(16%, rgba(40,40,40,0.4)), color-stop(36%, rgba(91,91,91,0.3)), color-stop(54%, rgba(137,137,137,0.2)), color-stop(74%, rgba(188,188,188,0.1)), color-stop(100%, rgba(255,255,255,0.1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(40,40,40,0.4) 16%, rgba(91,91,91,0.3) 36%, rgba(137,137,137,0.2) 54%, rgba(188,188,188,0.1) 74%, rgba(255,255,255,0.1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(40,40,40,0.4) 16%, rgba(91,91,91,0.3) 36%, rgba(137,137,137,0.2) 54%, rgba(188,188,188,0.1) 74%, rgba(255,255,255,0.1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(40,40,40,0.4) 16%, rgba(91,91,91,0.3) 36%, rgba(137,137,137,0.2) 54%, rgba(188,188,188,0.1) 74%, rgba(255,255,255,0.1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(40,40,40,0.4) 16%, rgba(91,91,91,0.3) 36%, rgba(137,137,137,0.2) 54%, rgba(188,188,188,0.1) 74%, rgba(255,255,255,0.1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
}
.cover-gradient-06-links {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:6px;	
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(84,84,84,0.4) 33%, rgba(137,137,137,0.3) 54%, rgba(183,183,183,0.2) 72%, rgba(231,231,231,0.1) 91%, rgba(255,255,255,0.1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0,0,0,0.4)), color-stop(33%, rgba(84,84,84,0.4)), color-stop(54%, rgba(137,137,137,0.3)), color-stop(72%, rgba(183,183,183,0.2)), color-stop(91%, rgba(231,231,231,0.1)), color-stop(100%, rgba(255,255,255,0.1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(84,84,84,0.4) 33%, rgba(137,137,137,0.3) 54%, rgba(183,183,183,0.2) 72%, rgba(231,231,231,0.1) 91%, rgba(255,255,255,0.1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(84,84,84,0.4) 33%, rgba(137,137,137,0.3) 54%, rgba(183,183,183,0.2) 72%, rgba(231,231,231,0.1) 91%, rgba(255,255,255,0.1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(84,84,84,0.4) 33%, rgba(137,137,137,0.3) 54%, rgba(183,183,183,0.2) 72%, rgba(231,231,231,0.1) 91%, rgba(255,255,255,0.1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(0,0,0,0.4) 0%, rgba(84,84,84,0.4) 33%, rgba(137,137,137,0.3) 54%, rgba(183,183,183,0.2) 72%, rgba(231,231,231,0.1) 91%, rgba(255,255,255,0.1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
}
.cover-gradient-07-onder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.8) 0,rgba(0,0,0,0.5832) 10%,rgba(0,0,0,0.4096) 20%,rgba(0,0,0,0.2744) 30%,rgba(0,0,0,0.1728) 40%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.0512) 60%,rgba(0,0,0,0.0216) 70%,rgba(0,0,0,0.0064) 80%,rgba(0,0,0,0.0008) 90%,rgba(0,0,0,0) 100%);
}
.cover-gradient-08-radial {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(197,197,197,0) 55%, rgba(255,255,255,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(55%, rgba(197,197,197,0)), color-stop(100%, rgba(255,255,255,0))); /* safari4+,chrome */
	background:-webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(197,197,197,0) 55%, rgba(255,255,255,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(197,197,197,0) 55%, rgba(255,255,255,0) 100%); /* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.6) 0%, rgba(197,197,197,0) 55%, rgba(255,255,255,0) 100%); /* ie10+ */
	background:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(197,197,197,0) 55%, rgba(255,255,255,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
}
.cover-gradient-09-onder {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: -moz-linear-gradient(89deg, rgba(32,46,54,0.25) 0%, rgba(31,45,53,0.25) 1%, rgba(26,35,39,0) 42%, rgba(21,21,21,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21,21,21,0)), color-stop(58%, rgba(26,35,39,0)), color-stop(99%, rgba(31,45,53,0.25)), color-stop(100%, rgba(32,46,54,0.25))); /* safari4+,chrome */
	background: -webkit-linear-gradient(89deg, rgba(32,46,54,0.25) 0%, rgba(31,45,53,0.25) 1%, rgba(26,35,39,0) 42%, rgba(21,21,21,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(89deg, rgba(32,46,54,0.25) 0%, rgba(31,45,53,0.25) 1%, rgba(26,35,39,0) 42%, rgba(21,21,21,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(89deg, rgba(32,46,54,0.25) 0%, rgba(31,45,53,0.25) 1%, rgba(26,35,39,0) 42%, rgba(21,21,21,0) 100%); /* ie10+ */
	background: linear-gradient(1deg, rgba(32,46,54,0.25) 0%, rgba(31,45,53,0.25) 1%, rgba(26,35,39,0) 42%, rgba(21,21,21,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#202E36',GradientType=0 ); /* ie6-9 */
}
.cover-gradient-09b-onder {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: -moz-linear-gradient(89deg, rgba(32,46,54,0.45) 0%, rgba(31,45,53,0.45) 1%, rgba(24,30,33,0) 61%, rgba(21,21,21,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21,21,21,0)), color-stop(39%, rgba(24,30,33,0)), color-stop(99%, rgba(31,45,53,0.45)), color-stop(100%, rgba(32,46,54,0.45))); /* safari4+,chrome */
	background: -webkit-linear-gradient(89deg, rgba(32,46,54,0.45) 0%, rgba(31,45,53,0.45) 1%, rgba(24,30,33,0) 61%, rgba(21,21,21,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(89deg, rgba(32,46,54,0.45) 0%, rgba(31,45,53,0.45) 1%, rgba(24,30,33,0) 61%, rgba(21,21,21,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(89deg, rgba(32,46,54,0.45) 0%, rgba(31,45,53,0.45) 1%, rgba(24,30,33,0) 61%, rgba(21,21,21,0) 100%); /* ie10+ */
	background: linear-gradient(1deg, rgba(32,46,54,0.45) 0%, rgba(31,45,53,0.45) 1%, rgba(24,30,33,0) 61%, rgba(21,21,21,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#202E36',GradientType=0 ); /* ie6-9 */
}
.cover-gradient-09c-onder {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background: -moz-linear-gradient(89deg, rgba(32,46,54,0.6) 0%, rgba(31,45,53,0.6) 1%, rgba(24,29,32,0) 65%, rgba(21,21,21,0) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21,21,21,0)), color-stop(35%, rgba(24,29,32,0)), color-stop(99%, rgba(31,45,53,0.6)), color-stop(100%, rgba(32,46,54,0.6))); /* safari4+,chrome */
	background: -webkit-linear-gradient(89deg, rgba(32,46,54,0.6) 0%, rgba(31,45,53,0.6) 1%, rgba(24,29,32,0) 65%, rgba(21,21,21,0) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(89deg, rgba(32,46,54,0.6) 0%, rgba(31,45,53,0.6) 1%, rgba(24,29,32,0) 65%, rgba(21,21,21,0) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(89deg, rgba(32,46,54,0.6) 0%, rgba(31,45,53,0.6) 1%, rgba(24,29,32,0) 65%, rgba(21,21,21,0) 100%); /* ie10+ */
	background: linear-gradient(1deg, rgba(32,46,54,0.6) 0%, rgba(31,45,53,0.6) 1%, rgba(24,29,32,0) 65%, rgba(21,21,21,0) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#202E36',GradientType=0 ); /* ie6-9 */
}
.cover-background {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0px;
    background-color: rgba(0, 0, 0, .35);
}
.cover-tekst {
	position: absolute;
    bottom: 44px;
    left: 30px;
    max-width: 55%;
	color:#ffffff;
}
.cover-tekst-01 {
	position: absolute;
    bottom: 24px;
    left: 30px;
    max-width: 55%;
	color:#ffffff;
}
.cover-tekst-02 {
	position: absolute;
    top: 20px;
    left: 30px;
    max-width: 55%;
	color:#ffffff;
}
.cover-tekst-03 {
	position: absolute;
    top: 15px;
    right: 0px;
    max-width: 55%;
	color:#ffffff;
}
.cover-tekst-04 {
	position:absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	height:34px;
	color:#ffffff;
	padding:5px 10px;
	background-size:33px;
	background-position:95%;
	background-repeat:no-repeat;
}
.cover-tekst-04b {
	position:absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	height:155px;
	color:#ffffff;
	padding:5px 10px;
	background-size:33px;
	background-position:95%;
	background-repeat:no-repeat;
}
.cover-tekst-05 {
	position:absolute;
	top: 21px;
	left:0px;
	width: 89px;
	height:40px;
	color:#ffffff;
}
@media screen and (max-width: 500px)
{
.cover-tekst,
.cover-tekst-01,
.cover-tekst-02 { 
    max-width: 65%;
	 }
}
.hoofdtekst {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.5em;
	line-height: 1.1em;
	position:relative;
	padding:20px 0px;
}
.hoofdtekst-01 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2em;
	line-height: 1em;
	position:relative;
	padding:20px 0px;
	font-weight:400;
}
.hoofdtekst a,
.hoofdtekst-01 a {
	display:block;
	color:#ffffff;
}
.subtekst,
.subtekst a {
	font-family: Georgia,serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
	position:relative;
	padding:10px 0px;
}
.subtekst-02,
.subtekst-02 a {
	margin: auto;
    max-width: 720px;
    font: 20px Helvetica,Arial,sans-serif;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,.6);
	line-height:1.4
}
/*TEKST*/
h1 {
  font-size: 30px;
  margin: 10px;
  text-transform: uppercase;
  line-height:1.5em;
  font-family: 'Roboto Condensed', sans-serif;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 20px;
  color: #777;
  padding:10px 0px;
  line-height: 30px;
}
.sticky-tekst {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open sans', sans-serif;
    text-align: center;
	line-height:34px;
	transition: height 2s linear 0s, padding 2s linear 0s;
	-moz-transition: height 2s linear 0s, padding 2s linear 0s;
	-webkit-transition: height 2s linear 0s, padding 2s linear 0s;
}
@media screen and (max-width: 400px) {
.sticky-tekst {
    font-size: 1.5em;
}	
}
@media screen and (max-width: 320px) {
.sticky-tekst {
    font-size: 1.3em;
}	
}

.eerste {
    font-size: 1em;
}
#sticky-knop {
	position:absolute;
	right:2px;
	font-size:45px;
	line-height:35px;
	cursor:pointer;
	font-family:'Lato', sans-serif;
	font-weight:300;
	z-index:3;
}
p {
	font-family: Georgia,serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
	color:#333;
}
p, a {
	text-decoration:none;
}
.dik {
	font-weight:bold;
}
.schuin {
	font-style:italic;
}
/* Rules for sizing the icon. Material Icons*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

#rondje {
	float:left;
	white-space: normal;
    letter-spacing: 0px;
	font-family: 'Open Sans',sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    font-style: normal;
    line-height: 1.1em;
    min-height: 1.1em;
    max-height: 2.2em;
    padding: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    text-decoration: none;
    border-radius: 90px;
    text-align: center;
    cursor: pointer;
}
.cirkel {
	height:150px;
	width:150px;
	border-radius:50%;
	background-color:#d06503;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:70px;
	position:relative;
	float:left;
	text-align:center;
	margin:20px;
}
.cirkel-130 {
	height:130px;
	width:130px;
	margin:0px;
}
@media (max-width: 570px) and (min-width: 360px) {
#blokje-midden-02 {
	max-width: 360px;
}
.cirkel {
	height:140px;
	width:140px;
}
}
@media (max-width: 360px) and (min-width: 340px) {
#blokje-midden-02 {
	max-width: 340px;
}	
.cirkel {
	height:130px;
	width:130px;
}
}
@media screen and (max-width: 340px) {
#blokje-midden-02 {
	max-width: 310px;
}		
.cirkel {
	height:115px;
	width:115px;
}
}
@media screen and (max-width: 310px) {
#blokje-midden-02 {
	max-width: 200px;
}		
}
#tekst-rale-02-1 {
	font-family: 'Raleway', sans-serif;
    text-align: right;
    font-size: 2.2em;
    font-weight: 200;
	font-style: normal;
    line-height: 1.1em;
    max-height: 2.2em;
	margin: 0;
	padding: 0;
	text-decoration:none;
	}	
#tekst-rale-03-1 {
    position: relative;
    font-size: 4.8em;
    font-weight: 300;
    line-height: .9em;
    /*z-index: 1;*/
    width: 100%;
    padding: 0 20px;
    margin-bottom: 15px;
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
	display: block;
}
.tekst-06 {
	font-family:'Open Sans',sans-serif;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	line-height:21px;
	display:block;
	color: #09c;
	margin-bottom:10px;
}
.mb-2 {
	margin-bottom:2px;
}
#tekst-07 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size: 1.7em;
	line-height: 26px;
	/*color:#333;*/
	color: #000;
	margin: 0px;
	display:block;
}
#tekst-08 {
	font-family: 'Open Sans',sans-serif;
	margin: 0px;
	display:block;
	color:#999;
	font-size:12px;
	font-weight:400;
}
.tekst-11 {
	font-family: 'Shadows Into Light', cursive;
	font-weight:400;
	font-size: 1.7em;
	line-height: 26px;
	color:#333;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	display:inline-block;
	padding-bottom: 10px;
}
.tekst-12 {
	display: block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 180px;
    left: 10px;
    right: 10px;
    text-align: right;
    font-size: 26px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.1em;
    margin: 0;
    padding: 20px 20px 20px 20px;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    text-decoration: none;
}
.tekst-13 {
	position:absolute;
	top:0px;
	right:7px;
	color:#96b1ba;
	font-family:'a_okayregular';
	font-size:80px;
	line-height:1em;
	text-align:right;
}
@media screen and (max-width: 760px) {
.tekst-13 {
		font-size:60px;
}
}
.tekst-14 {
	font-size: 3em;
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
	font-family: 'a_okayregular';
    position: absolute;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
    width: 20px;
    height: 20px;
}
.bijbelquote-01 {
	padding:20px 40px;
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	position:relative;
	background-color: rgba(0, 174, 239, 0.12);
	border-radius: 20px;
}
.bijbelquote-01::before {
    font-family: Georgia, serif;
    content: "“";
    font-size: 120px;
    line-height: 0.85;
    position: absolute;
    top: 0px;
    left: -10px;
    color: rgb(190, 228, 249);
}
.bijbelquote-01::after {
    font-family: Georgia, serif;
    content: "”";
    font-size: 120px;
    line-height: 0.85;
    position: absolute;
    bottom: -60px;
    right: -10px;
    color: rgb(190, 228, 249);
}
.quote-02 {
	    background-color: rgba(247, 98, 6, 0.4);
		border-radius: 20px;
}
.quote-02::before {
	color: #f76206;
}
.quote-02::after {
		color: #f76206;
}
div.blokje-03 button {
	display: block;
    padding: 10px 20px;
    width: 100%;
    text-align: right;
    cursor: pointer;
    background-color: #ffffff;
    border: none;
	outline: none;
	font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open sans', sans-serif;
}
div.blokje-03 button:hover {
	letter-spacing: 3px;
}
.logo-tekst {
	float:left;
	width:25%;
	max-width: 305px;
	height:auto;
	font-family:'a_okayregular', sans-serif;
	font-size:62px;
	font-weight:400;
	line-height:49px;
	color:#ffffff;
	margin:15px 10px;
}
.logo-tekst > a {
	display: block;
	font-family:'a_okayregular', sans-serif;
}
.logo-tabs {
	float:left;
	width:25%;
	max-width: 200px;
	height:290px;
	font-family:'a_okayregular', sans-serif;
	font-weight:400;
	color:#333;
	font-size:62px;
	line-height:49px;
	margin:20px 0px 0px 0px;
}
.logo-tabs > a {
	display: block;
}

@media (max-width: 1119px) and (min-width: 721px){
.logo-tabs {
	font-size:55px;
	font-weight:400;
	height:auto;
	min-height:200px;
	line-height:44px;
}
}
@media screen and (max-width: 720px) {
.logo-tabs {
	width: 110px;
	font-size:45px;
	font-weight:400;
	height:auto;
	line-height:35px;
}
}
#pijltje-tekst {
	white-space: normal;
	letter-spacing: 0px;
	font-family: 'Amatic SC', regular;
	color: #fff;
	font-size: 22px; 
	font-weight: 200;
	font-style: normal;
	line-height: 1.1em;
	min-height: 1.1em;
	max-height: 2.2em;
	margin: 0;
	padding: 20px;
	background-image:url(../images/pijltje-1.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 20px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	position: absolute;
}
#afbeelding-01 {
	width: 70%;
}
@media screen and (max-width: 550px) {
	#afbeelding-01 {
	width: 100%;
}
}
/*kruis*/
.kruis {
    float: right;
    width: 60%;
    margin-top: 10px;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s linear,padding .3s ease;
    transition: opacity .3s linear,padding .3s ease;
}
.kruis > * {
	box-sizing: border-box;
}
.box-left-top {
    width: 53%;
    height: 200px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.kruis > div {
    position: relative;
	box-sizing: border-box;
	float:left;
}
.box-right-top {
    width: 47%;
    height: 200px;
    border-bottom: 1px solid #fff;
}
.box-left-bottom {
    width: 53%;
    height: 160px;
    border-right: 1px solid #fff;
}
.box-right-bottom {
    width: 47%;
    height: 160px;
}
.box-left-top h6 {
    color: #fff;
    margin: 0;
    text-align: right;
    position: absolute;
    bottom: 18px;
    right: 10px;
    font-size: 4.3em;
    font-weight: 600;
    line-height: 1em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.box-right-top h4 {
    color: #fff;
    margin: 0;
    text-align: left;
    position: absolute;
    bottom: 21px;
    left: 10px;
    line-height: 1em;
    font-size: 2.4em;
    font-weight: 500;
}
.box-right-bottom h5 {
    color: #fff;
    margin: 0;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 1.3em;
    font-size: 1.5em;
    font-weight: 500;
}
@media (max-width: 1119px) and (min-width: 701px){
.box-left-top h6 {
    font-size: 3.1em;
}
.box-right-top h4 {
    font-size: 2.1em;
}
.box-right-bottom h5 {
    line-height: 1.4em;
    font-size: 1.5em;
    font-weight: 500;
}
}
@media screen and (max-width: 700px) {
.box-left-top h6 {
    font-size: 2.0em;
}
.box-right-top h4 {
    font-size: 1.3em;
}
.box-right-bottom h5 {
    line-height: 1.3em;
    font-size: 0.8em;	
}
.kruis {
    position: absolute;
    right: 30px;
    width: 60vw;
    top: 0px;
    margin-top: 0;
}
}
/* einde kruis */

/* responsive slider mobiel*/
.streep-blokje {
    position:absolute;
	top:0px;
	left:0px;
    width: 100%;
	height:100%;
    margin-top: 0px;
	padding:10px 0px;
	box-sizing: border-box;
	font-family: 'Dosis', sans-serif;
	visibility: visible;
    opacity: 1;
}
/* einde responsive slider */ 


/*accordion*/
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open sans', sans-serif;
	line-height:34px;
    transition: 0.4s;
}

.accordion.active, .accordion:hover {
    background-color: #ccc;
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel > p {
	margin:10px 0px;
	font-size:16px;
	color:#000;
}
/* einde accordion*/


/* Sticky*/
.footer {
  margin: 10px;
  text-align: center;
  font-size: 13px;
  border-top: 1px dashed #dadada;
  color: #666;
  padding-top: 10px;
  min-height: 133px; 
}
.sub {
  color: #999; 
}
.sticky-houder {
	/*border-bottom:1px solid #282E34;*/
}
.sticky-rand {
	background-color:#282E34;
	padding:40px 0px;
}
.item {
	height: 34px;
	background-color: #282E34;
	z-index:1;
}
/* Einde Sticky*/


/* Tabs */
div.tab {
    overflow: hidden;
    background-color: #555;
	width:100%;
	margin:20px 0px 0px 0px;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: #555;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 12px;
    transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
	font-weight:300;
	letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #ffffff;
	width: 16.66%;
}


/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
	color:#111;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
	color:#111;
}

/* Style the tab content */
.tabcontent {
    display: none;
    -webkit-animation: fadeIn 2s;
    animation: fadeIn 2s;
	margin-left:10px;
	position:relative;
}
.tabcontent > p {
	padding-right: 10px;
}
/* EINDE Tabs */

/* Start popup-boxen )*/
#zoekvak {
	position:absolute;
	right:50px;
	margin:7px 0px 7px 0px;
	width: 50px; 
	height: 20px;
	background-image: url(../images/search-777.png);
	background-repeat:no-repeat;
	background-size: 20px;
	z-index:3;
}
@media screen and (max-width: 450px)
{
#zoekvak { 
	width:40px;
	right:30px;
	 }
}
#zoekvak-01 {
	position:absolute;
	left:50px;
	margin:20px 0px 0px 0px;
	width: 50px; 
	height: 30px;
	background-image: url(../images/search-777.png);
	background-repeat:no-repeat;
	background-size: 30px;
	z-index:3;
}
#popupBoxOnePosition,
#popupBoxTwoPosition,
#popupBoxThreePosition,
#popupBoxFivePosition,
#popupBoxSixPosition,
#popupBoxSevenPosition,
#popupBox8Position,
#popupBox9Position,
#popupBox10Position,
#popupBox11Position,
#popupBox12Position,
#popupBox13Position,
#popupBox14Position,
#popupBox15Position,
#popupBox16Position,
#popupBox17Position,
#popupBox18Position,
#popupBox19Position,
#popupBox21Position,
#popupBox22Position,
#popupBox23Position,
#popupBox24Position,
#popupBox25Position,
#popupBox26Position,
#popupBox27Position,
#popupBox28Position,
#popupBox29Position,
#popupBox30Position,
#popupBox31Position,
#popupBox32Position,
#popupBox33Position,
#popupBox34Position,
#popupBox35Position,
#popupBox36Position,
#popupBox37Position,
#popupBox38Position,
#popupBox39Position,
#popupBox40Position,
#popupBox41Position,
#popupBox42Position,
#popupBox43Position,
#popupBox44Position,
#popupBox45Position,
#popupBox46Position,
#popupBox47Position,
#popupBox48Position,
#popupBox49Position,
#popupBox50Position,
#popupBox51Position,
#popupBox52Position,
#popupBox53Position,
#popupBox54Position,
#popupBox55Position,
#popupBox56Position,
#popupBoxMededelingPosition {
	position: fixed;
	top: 0; 
	left: 0; 
	right: 0;
	bottom:0;
	width: 100%; 
	height: 100%;
	background-color: rgba(0,0,0,0.4); 
	display: none;
	z-index:30;
}
#popupBoxOnePosition {
    z-index:22000;
}
#popupBoxFourPosition {
	position: fixed;
	z-index:10;
	top:40px;
	right: 30px;
	width:100%;
	max-width: 160px;
	height: 400px;
	display: none;
	overflow-y: auto;
	background-color:#ffffff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); 
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); 
	padding-bottom:20px;
}
.popupBoxWrapper{
	width: 90%;
	height:90%;
	max-width: 550px; 
	margin: 10px auto; 
	margin-top:40px;
	text-align: left;
}
.popupBoxWrapper-01{
	width: 90%;
	height:100%;
	position:fixed; 
	right: 0px;
	top:0px;
	text-align: left;
}
.popupBoxWrapper-02{
	width: 90%;
	height:100%;
	max-width: 600px; 
	margin: 0px auto; 
	text-align: left;
}
.popupBoxWrapper-03{
	width: 90%;
	max-width: 400px;
	max-height:90%;
	overflow-y: auto;
	margin: 0px auto; 
	margin-top:60px;
	text-align: left;
	border-radius:20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.popup100 {
	max-height:100px;
}
.popup540 {
	max-height:540px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.popup700 {
		max-height:700px;
}
.popuprechts {
	max-width:600px;
}
.popupBoxContent,
.popupBoxContent-01{
	background-color: #FFF; 
	padding: 15px;
	height:100%;
}
.popupBoxContent-zoekmenu {
    border-radius:20px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.informatie {
    padding: 26px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.inhoud {
	padding:0px 30px 100px 30px;
	position:relative;
	max-width:600px;
	margin:0px auto;
}
/* The Close Button */
.sluiten {
	float:right;
	position:relative;
	color: #333;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	text-decoration:none;
	z-index:31;
}
.sluiten:hover,
.sluiten:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
.popupBoxContent {    
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
#popupBoxFourPosition,
#popupBox20Position,
.popupBoxContent-01,
#bovenbanner {
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.6s;
	animation-name: fadeIn;
	animation-duration: 0.6s;
}
#popupBox20Position /*artikelinformatie*/ {
	position:absolute;
	width:100%;
	max-width: 250px;
	height: 500px;
	display: none;
	overflow-y: auto;
	top:0px;
	right:20%;
	background-color:rgba(21,21,21,.8);
	-webkit-box-shadow:0 1px 15px -3px #868686;
	-moz-box-shadow:0 1px 15px -3px #868686;
	box-shadow:0 1px 15px -3px #868686;
	overflow:-moz-scrollbars-vertical;
	overflow-y:auto;
	/*overflow-x:hidden;*/
	z-index:10;
}
#vierkant_inhoud {
	padding: 30px 0px 20px 0px;
}
#vierkant_inhoud_blok {
	width: 100%;
	padding:10px;
	height:auto;
	margin:0px;
	float: left;
	border-bottom: 1px dotted #ffffff;
}
#vierkant-item {	
	font-family: 'Raleway', sans-serif;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: 200;
	font-style: normal;
	line-height: 1.1em;
	max-height: 2.2em;
	margin: 0;
	padding: 0px 0px 0px 40px;
	text-decoration: none;
	background-size: 28px;
}

/* EINDE popup-boxen */

/* Add Animation */
/* Add Animation ZOOM*/
@-webkit-keyframes zoom {
	from {-webkit-transform:scale(0)} 
	to {-webkit-transform:scale(1)}
}
@keyframes zoom {
	from {transform:scale(0)} 
	to {transform:scale(1)}
}
/* Add Animation FADE*/
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@keyframes fade {
  from {opacity: 0.4} 
  to {opacity: 1}
}
/* Add Animation FADEIN*/
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.opac {
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeIn;
  animation-duration: 0.8s;
}
/* EINDE animations */

/*Start slider*/
.mySlides {
	display:none;
}

/* Slideshow container */
.slideshow-container {
	height:100%;
	min-height:700px;
  position: relative;
  margin: auto;
  background: #E6DADA;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #274046, #292a25);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #274046, #292a25); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 50;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -o-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  -mox-transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -o-animation-name: fade;
  -ms-animation-name: fade;
  -moz-animation-name: fade;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next, {font-size: 11px}
}
/*EINDE slider*/




/*START css voor artikelen*/
.midden-02{
	position:relative;
	width:100%;
	overflow: hidden;
	padding: 20px 10px 0px 10px;
	border-bottom: 1px solid #eee;
	color: #333;
}
.ptop-01 {
	padding-top:120px;
}
div.kolom-01 {
	position:relative;
	float: left;
	width: 17.3%;
	min-height: 120px;
	margin-right: 3.3%;
	margin-bottom:40px;
	padding-bottom:10px;
	font-family: Georgia,serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
div.kolom-01b {
	position:relative;
	float: left;
	width: 22.5%;
	min-height: 120px;
	margin-right: 3.3%;
	margin-bottom:40px;
	padding-bottom:10px;
	font-family: Georgia,serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
div.kolom-01c {
	position:relative;
	float: left;
	width: 24.3%;
	min-height: 120px;
	margin-right: 0.9%;
	margin-bottom:10px;
	font-family: Georgia,serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
.klm-01 {
	height:330px;
}
.klm-01b2 {
	height:400px;
}
div.kolom-02 {
	position:relative;
	float: left;
	width: 22.5%;
	min-height: 120px;
	margin-right: 3.3%;
	margin-bottom:40px;
	padding-bottom:10px;
	font-family: Georgia,serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
div.kolom-10 {
	position:relative;
	float: left;
	width: 100%;
	min-height: 120px;
	margin-bottom:40px;
	padding-bottom:10px;
	font-family: Georgia,serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
div.kolom-01:last-child,
div.kolom-01b:last-child,
div.kolom-01c:last-child,
div.kolom-02:last-child,
div.kolom-04:last-child,
div.kolom-05:last-child,
div.kolom-06:last-child,
div.kolom-07:last-child,
div.kolom-08:last-child {
	margin-right: 0%;
}
div.kolom-03,
div.kolom-04,
div.kolom-05,
div.kolom-06,
div.kolom-08 {
	position:relative;
	float: left;
	width: 48.3%;
	min-height: 120px;
	margin-right: 3.3%;
	margin-bottom:40px;
	padding-bottom:10px;
	font-family: Georgia,serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
div.kolom-07 {
	position:relative;
	float: left;
	width: 30.6%;
	min-height: 120px;
	margin-right: 3%;
	margin-bottom:10px;
	font-family: Georgia,serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
.kolom-inhoud {
	padding-bottom:10px;
	max-height:100%;
}
div.panel > ul,
div.panel > ol,
div.kolom-inhoud > ul,
div.kolom-inhoud > ol,
div.inhoud > ul,
div.inhoud > ol {
		padding-left: 15px;
}
div.panel > ul > li,
div.panel > ol > li,
div.kolom-inhoud > ul > li,
div.kolom-inhoud > ol > li,
div.inhoud > ul > li,
div.inhoud > ol > li {
	font-family: Georgia,serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 1201px) {
div.kolom-01:nth-child(5),
div.kolom-01b:nth-child(4),
div.kolom-01c:nth-child(4),
div.kolom-01b:nth-child(8),
div.kolom-01c:nth-child(8),
div.kolom-01b:nth-child(12),
div.kolom-01c:nth-child(12) {
	margin-right: 0%;
	}
}
@media screen and (max-width: 1300px) {
	div.kolom-07 {
	width: 31%;
	}
	div.kolom-02 {
	width:48.3%;
	}
	div.kolom-02:nth-child(2) {
	margin-right: 0%;
	}
}
@media screen and (max-width: 900px) {
	div.kolom-01 {
	width: 31.1%;
	}
	div.kolom-01:nth-child(3),
	div.kolom-01:nth-child(6),
	div.kolom-01:nth-child(9),
	div.kolom-01b:nth-child(2),
	div.kolom-01b:nth-child(4),
	div.kolom-01b:nth-child(6),
	div.kolom-01b:nth-child(8),
	div.kolom-01b:nth-child(10),
	div.kolom-01c:nth-child(2),
	div.kolom-01c:nth-child(4),
	div.kolom-01c:nth-child(6),
	div.kolom-01c:nth-child(8),
	div.kolom-01c:nth-child(10) {
	margin-right: 0%;
	}
	div.kolom-01b,
	div.kolom-02,
	div.kolom-03,
	div.kolom-04 {
	width: 48.3%;
	}
	div.kolom-01c,
	div.kolom-07 {
	width: 47.4%;
	}
	div.kolom-07:last-child {
	width: 100%;
	margin-right: 0%;
	}
	div.kolom-05,
	div.kolom-06 {
	width: 100%;
	}
	div.kolom-02:nth-child(2),
	div.kolom-04:nth-child(2),
	div.kolom-07:nth-child(2) {
	margin-right: 0%;
	}
}
@media screen and (max-width: 600px) {
	div.kolom-01,
	div.kolom-01b,
	div.kolom-01c,
	div.kolom-02,
	div.kolom-03,
	div.kolom-04,
	div.kolom-05,
	div.kolom-06,
	div.kolom-07,
	div.kolom-08 {
	width: 100%;
	margin-right: 0%;
	}
.inhoud {
	padding:0px 0px 100px 0px;
}
.popupBoxWrapper-02{
	width: 100%;
}
.popupBoxWrapper-03 {
	margin-top:0px;
	border-radius:0px;
	width: 100%;
	max-height:100%;
	height:100%;
}
.logo-tekst {
	font-size:45px;
	line-height:35px;
	width:100%;
}
.midden-02{
	border-bottom:none;
}
.bb-slider {
	height:550px;
}
.ptop-01 {
	padding-top:140px;
}
}
/* EINDE css voor artikelpagina*/

/*START BLOK VOETER*/
.achtergrond {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 135px;
    background: rgba(21,21,21,.6);
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
}
#voeter{
	position:relative;
	background-color: #00aeef; 
	background-size: cover;
	background-repeat: no-repeat; 
	background-image: url(../images/images-algemeen/voeter.jpg); 
	background-position: center center; 
	width: 100%;
	height: 300px;
	color:  #ffffff;
	padding: 10px;
	        }
#voetbed {
	width: 100%;
	max-width: 1170px;
	margin:0px auto;
	text-align:center;
	margin-top:10px;
}
/*EINDE BLOK VOETER*/
/*Bijbelverzen*/
.rtBibleRef {
	color: #00aeef;
}






