/* CSS-Document jis227a01 desktop en mobile version */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);




/* desktop webpagina */

@media all and (min-width: 800px) {

.mobile-only {
	display: none;
}

html {
  height: 100%;
  background-image:;
  background-position:;
  background-repeat:;
  background-attachment:;
  background-color: rgba(0,143,209,1.0);
  /*
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;
  */
}

body {
  	font-family: 'Open Sans', sans-serif;
  	color: #333;
  	margin: 50px auto;
  	width: 950px;
  	height: auto;
  	background-color:;
  	font-size: 14px;
	border-radius: 3px;
	line-height: normal;
}

a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: rgba(0,143,209,1.0);
}

#header {
	width: 950px;
	height: 250px;
}

.logo {
	position: absolute;
}

.contactinfo {
	margin: 0 0 0 250px;
	padding: 50px 0 25px 0;
	background-color:;
	height: 125px;
	width: 700px;
	float: left;
}

.contactblok {
	display: inline-table;
	width: 320px;
	height: 105px;
	margin: 0 15px 15px 0;
	padding: 0;
	border-bottom: rgba(0,143,209,1.0) 1px solid;
}

.contactlabel {
	margin: 0 0 10px 0;
	font-weight: bold;
}

#wrapper1 {
	width: 950px;
	min-height: 500px;
  	background-image: url(images/back.gif);
  	background-position:;
  	background-repeat: repeat;
 	border-radius: 3px;
  	box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	overflow: hidden;
}

#wrapper2 {
	margin: 0 0 0 230px;
	width: 700px;
	min-height: 500px;
	padding: 10px 0 25px 0;
	background-color:;
	background-image: url(images/227T004_vlammen1.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.linkerkolom {
	width: 230px;
	min-height: 500px;
	padding: 10px;
	background-color:;
	float: left;
}

.linkerkolom h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.linkerkolom ul {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}

.linkerkolom li {
    background-image: url(images/227T004_bullit1.png);
    background-position: left top 0;
    background-repeat: no-repeat;
    list-style: outside none none;
    margin: 10px 0 0px;
    padding: 0 0 0 25px;
	line-height: normal;
}

.rij1, .rij2, .rij3 {
	margin: 0;
	padding: 0;
}

.blok {
	display: inline-table;
	width: 300px;
	height: 210px;
	margin: 0 15px 15px 0;
	padding: 10px;
	background-color: rgba(0,143,209,0.2);
	background-image: url(images/back2.png);
	background-repeat: repeat;
	border-radius: 3px;
  	box-shadow: 2px 2px 2px rgba(0,143,209,1.0);
	line-height: normal;
	text-shadow: 2px 2px 2px rgba(255,2553,255,1.0);
}

.rij1 .blok, .rij2 .blok {
	height: 190px;
}

.rij3 .blok {
	height: 225px;
}

.blok h2 {
	margin: 0 0 25px 0;
	padding: 0;
	color: rgba(0,143,209,1.0);
	text-shadow: 1px 1px 0px rgba(0,0,0,1.0);
}

#footer {
	margin: 10px;
	text-align: right;
}

.slogan {
	position: absolute;
	width: 658px;
	border:;
	margin: 170px 0 0 250px;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: rgba(0, 143, 209, 0.2);
    background-image: url("images/back2.png");
    background-repeat: repeat;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 143, 209, 1);
}

.slogan h1 {
	margin: 0;
	padding: 0;
  	font-family: 'Fredoka One', cursive;
	font-size: 24px;
	font-weight: normal;
	color:  #008fd1;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
}

.slogan h2 {
	margin: 0;
	padding: 0;
  	font-family: 'Fredoka One', cursive;
	font-size: 20px;
	font-weight: normal;
	color:  #008fd1;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
}

#footer img {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#footer img:hover{
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.blok .wijsvinger {
	margin: 7px 20px 75px 0;
}

.copyright {
	text-align: center!important;
	font-size: 0.8em;
	color: #fff;
	padding: 10px!important;
	width: 100%;
}

.copyright a, .copyright a:visited {
	color: #fff;
}

.copyright a:hover {
	color: #ccc;
}


.label1 {
	float: left;
	width: 65px;
}

.blok li {
	margin: 0 0 10px 0;
}

}


/* responsive webpagina */

@media all and (max-width: 799px) {

.desktop-only {
	display: none;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image:;
  background-position:;
  background-repeat:;
  background-attachment:;
  /*
  background-color: rgba(0,143,209,1.0);
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover;
  background-size: cover;
  */
}

body {
  	font-family: 'Open Sans', sans-serif;
  	color: #333;
  	margin: -10px 0 0 0;
	padding: 0;
  	width: auto;
  	height: auto;
  	font-size: 14px;
	border-radius: 3px;
	line-height: normal;
  	background-color:;
}

a, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: rgba(0,143,209,1.0);
}

#header {
	width: auto;
	height: auto;
	float: left;
}

.logo {
	position:;
}

.contactinfo {
	margin: 0;
	padding: 10px;
	background-color:;
	height: auto;
	width:;
	float: left;
}

.contactblok {
	display:;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: rgba(0,143,209,1.0) 0px solid;
}

.contactlabel {
	margin: 0 0 10px 0;
	font-weight: bold;
}

#wrapper1 {
	width:;
	min-height:;
	float: left;
  	background-image: url(images/back.gif);
  	background-position:;
  	background-repeat: repeat;
 	border-radius: 3px;
  	box-shadow:;
	overflow: hidden;
}

#wrapper2 {
	margin: 0;
	width:;
	min-height: 500px;
	padding: 10px 0 25px 0;
	background-color:;
	background-image:;
	background-position:;
	background-repeat:;
}

.content {
	width: 100%;
	padding: 10px;
}

.linkerkolom {
	width:;
	min-height:;
	padding: 10px;
	background-color:;
	float: left;
	display: none;
}

.linkerkolom h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.linkerkolom ul {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 0.8em;
}

.linkerkolom li {
    background-image: url(images/227T004_bullit1.png);
    background-position: left top 0;
    background-repeat: no-repeat;
    list-style: outside none none;
    margin: 10px 0 0px;
    padding: 0 0 0 25px;
	line-height: normal;
}

.rij {
	margin: 0;
	padding: 0;
}

.blok {
	display:;
	float: left;
	width: 90%;
	height:auto;
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: rgba(0,143,209,0.2);
	background-image: url(images/back2.png);
	background-repeat: repeat;
	border-radius: 3px;
  	box-shadow: 2px 2px 2px rgba(0,143,209,1.0);
	line-height: normal;
	text-shadow: 2px 2px 2px rgba(255,2553,255,1.0);
}

.blok h2 {
	margin: 0 0 25px 0;
	padding: 0;
	color: rgba(0,143,209,1.0);
	text-shadow: 1px 1px 0px rgba(0,0,0,1.0);
}

#footer {
	margin: 10px;
	text-align: center;
}

.slogan {
	position:;
	width: 90%;
	float: left;
	border:;
	margin: 10px;
	padding: 10px;
	text-align: center;
	background-color: rgba(0, 143, 209, 0.2);
    background-image: url("images/back2.png");
    background-repeat: repeat;
    border-radius: 3px;
    box-shadow: 2px 2px 2px rgba(0, 143, 209, 1);
}

.slogan h1 {
	margin: 0;
	padding: 0;
  	font-family: 'Fredoka One', cursive;
	font-size: 24px;
	font-weight: normal;
	color:  #008fd1;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
}

.slogan h2 {
	margin: 0;
	padding: 0;
  	font-family: 'Fredoka One', cursive;
	font-size: 20px;
	font-weight: normal;
	color:  #008fd1;
	text-shadow: 1px 1px 2px rgba(255,255,255,1.0);
}

#footer img {
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

#footer img:hover{
	opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.blok .wijsvinger {
	margin: 7px 20px 75px 0;
}

.label1 {
	float: left;
	width: 65px;
	height: auto;
}

.blok ul {
	margin: 0 0 0 45px;
}

.blok li {
	margin: 0 0 10px 0;
}

.copyright {
	text-align: center!important;
	font-size: 0.8em;
	color: #000;
	padding: 10px!important;
	width: 90%;
}
}