* {
	margin: 0;
	padding:0;
}
html,body
{
	height: 100%;
	font-weight: 600;
	font-family: "soleil", Helvetica, 'Source Sans Pro',sans-serif;
	color: #000;
	font-size: 101%;
}


html {
	/*background-image:url(../img/bg.jpg);*/
	background-color: #fff;
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}


#centercontainer {
	position: absolute;
	width:100%;
	height:100%;
	display: flex;
  align-items: center;
  justify-content: center;
	z-index: 10001;
}


#keuzeblok {
	width:100%;
	max-width:370px;
	background-color:#fff;
	font-weight: 300;
	font-family: "soleil", Helvetica, 'Source Sans Pro',sans-serif;
	color: #000;
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}

.blokpadder {padding:30px;}

#keuzeblok p {
	margin:20px 0 30px 0;
	font-weight: 600;
	font-family: "soleil", Helvetica, 'Source Sans Pro',sans-serif;
	line-height:1.35em;
	font-size:29px;
}


.jkmlogo{
	width:100%;
	max-width:100%;
	display:block;
	clear:both;
	padding-bottom:15px;
}

.inlogbutton {
	z-index: 10002;
	font-weight: 300;
	font-family: "soleil", Helvetica, 'Source Sans Pro',sans-serif;
	font-size:14px;
	line-height:1em;
	position:fixed;
	top:0;right:0;
	padding:14px 25px 17px 25px;
	text-decoration: none;
	background-color:#fb7933;
	color:#fff;
}

.buttons {
	padding-top:15px;
}

a.button {
	width:100%;
	display:block;
	clear:both;
	background-color:#fb7933;
	color:#fff;
	margin:0 0 20px 0;
	text-decoration: none;
	font-size:22px;
	font-weight:400;
	line-height:1em;
	border-radius: 4px;
	background-image:url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position:center right 12px;
	background-size: 8px auto;
}

a.button:last-child {
	margin:0 0 0px 0!important;
}

a.button span{
	display:block;
	padding:3px 20px 6px 8px;
}

@media screen and (max-width:640px) {

	html {
		background-image: none!important;
		background-color: #fff;

	}

	#centercontainer {
		width:100%;
		height:100%;
		display: block;
		z-index: 10001;
	}

	.cb-slideshow,
	.inlogbutton {display:none!important}


.inlogbutton {display:none;}
.logocontainer {width:100%;}

	#keuzeblok {
		width:100%;
		max-width:100%;
		-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0);
		box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0);
	}


}
#box p { display:none;}
#box {
    border: none;
    background-color: #FFF;
    -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0px 5px rgba(0,0,0,0.4);
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    z-index: 10002 !important;
}
