.mobiel {
	display:none;
}
.nietmobiel {
	display:block;
}


.rodetekst {
	color: #ed342b!important;;
}


.wit { color: #ffffff!important; }

.error {
	margin-bottom:10px;
	border-color:transparent;
}

.sommetje {
	margin-bottom:0px;
	border-color:transparent!important;
	border-style:none!important;
	}

label {
  width: 200px;
 
}

/* hide input */
input.radio:empty {
	margin-left: -999px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
    cursor: pointer;
}

/* style label */
input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */
input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}

input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */
input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #ffffff;
	background-color: #ed342b;
}

input.radio:checked ~ label {
	color: #777;
}

/* radio focus */
input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}




.menumenu {
	margin-right:20;
	color: #939598;
}
.sociaal {
 	position: fixed;
    right: 140px;
    top: 30px;
	z-index: 99999998;
}

.rood {
	color: #ed342b!important;
}
#rood {
	color: #ed342b!important;
}

.rodekop {
		color: #ed342b!important;
}

.rodeknop {
	background-color: #ed342b;
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .6em 1.2em;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: .5em;
	margin-top: .5em;
}

.rodeknop:hover{
	background-color: #a3251f;
}

.datumknop {
	background-color: #939191;
	text-align:center;
	border: none;
	color: #ffffff;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .2em 0.4em;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: .5em;
	margin-top: .5em;
}

.jaar {
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 22px;
	white-space: nowrap;
	display: inline-block;
}
.maand {
	border: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	display: inline-block;
	margin-top:-5px;
}

.social-slide {
	height: 45px;
	width: 46px;
	margin: 10px;
	float: left;
	/*  
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	*/
}
.social-slide:hover {
	background-position: 0px -45px;
	/* box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	*/
}

.facebook-hover {
	background-image: url('/sociaal/facebook-hover.png');
}

.mail-hover {
	background-image: url('/sociaal/mail-hover.png');
}

img {
	-webkit-backface-visibility: hidden;
	-ms-interpolation-mode: bicubic;
}
.arial {
	  font-family: arial;
}

.hoofdpagina1 {
	margin-top: 150px;
}

.introkolom1 {
	width: 30%;
	margin-right: 5%;
	margin-left: 60px;
	float: left;	
	margin-top: -30px;
}

.hoofdpagina2 {
	margin-top: 150px;
}

.introkolom2 {
	width: 30%;
	margin-right: 5%;
	margin-left: 60px;
	float: left;	
}


.hoofdpagina4 {
	margin-top: 150px;
}

.introkolom4 {
	width: 30%;
	margin-right: 5%;
	margin-left: 60px;
	float: left;	
}

.hoofdpagina5 {
	margin-top: 150px;
}


@media only screen and (max-width: 480px) { 

.slides-pagination a {
  width: 40px!important;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  overflow: hidden;
  text-indent: -100%;
}

.hoofdpagina1 {
	margin-top: 70px;
}

.introkolom1 {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.nietmobiel {
	visibility:hidden;
}
.mobiel {
	display:block;
}


.hoofdpagina2 {
	margin-top: 70px;
}
.introkolom2 {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}


.hoofdpagina4 {
	margin-top: 70px;
}

.introkolom4 {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	float: left;	
}


.hoofdpagina5 {
	margin-top: 70px;
}

.introkolom5 {
	width: auto;
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	
	background-color: #000000;
    opacity: 0.6;
    filter: alpha(opacity=60); 
}

.adresgegevens {
  	font-weight: bold;
  	font-size: 18px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	color: #ffffff!important;
}


#witteknop {
	width:auto;
	border: none;
	color: #ff0000!important;
	font-weight: normal;
	font-size: 116px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: 0px;
	margin-top: 0px;
}


a.js_onPageLinkmuseum {
	width:auto;
	border: none;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 24px;
	line-height: 1;
	 margin-bottom:10px;
}

h3 {
	font-size: 16px!important;
}

.sociaal {
 	position: fixed;
    right: 100px;
    top: 10px;
	z-index: 99999998;
}

.social-slide {
	height: 30px;
	width: 31px;
	margin: 10px;
	float: left;
	/*  
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	*/
}
.social-slide:hover {
	background-position: 0px -30px;
	/* box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
	*/
}

.twitter-hover {
	background-image: url("http://www.jarigjobje.nl/test/museumwww/sociaal/twitter-hover2.png");
}
.facebook-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/facebook-hover2.png');
}
.google-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/google-hover2.png');
}
.pinterest-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/pinterest-hover2.png');
}
.linkedin-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/linkedin-hover2.png');
}
.tumblr-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/tumblr-hover2.png');
}
.reddit-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/reddit-hover2.png');
}
.instagram-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/instagram-hover2.png');
}
.stumbleupon-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/stumbleupon-hover2.png');
}
.youtube-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/youtube-hover2.png');
}
.mail-hover {
	background-image: url('http://www.jarigjobje.nl/test/museumwww/sociaal/mail-hover2.png');
}


}


/* tablet staand */
@media (min-width: 481px) and (max-width: 768px) {
.slides-pagination a {
  width: 80px!important;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  overflow: hidden;
  text-indent: -100%;
}

.introkolom1 {
	width: 25%;
	margin-right: 5%;
	margin-left: 50px;
	float: left;	
}
.hoofdpagina1 {
	margin-top: 100px;
}

.introkolom2 {
	width: 60%;
	margin-right: 5%;
	margin-left: 50px;
	float: left;	
}
.hoofdpagina2 {
	margin-top: 550px;
}

.hoofdpagina5 {
	margin-top: 150px;
}
}
	
@media only screen and (max-width: 600px) { 

}


/* tablet liggend */
@media (min-width: 769px) and (max-width: 1139px) {
.introkolom1 {
	width: 40%;
	margin-right: 5%;
	margin-left: 50px;
	float: left;	
}
.hoofdpagina1 {
	margin-top: 100px;
}

.introkolom2 {
	width: 30%;
	margin-right: 5%;
	margin-left: 50px;
	float: left;	
}
.hoofdpagina2 {
	margin-top: 100px;
}

.introkolom4 {
	width: 45%;
	margin-right: 5%;
	margin-left: 50px;
	float: left;	
}

.hoofdpagina4 {
	margin-top: 100px;
}

.hoofdpagina5 {
	margin-top: 150px;
}

}





.bijschrift {
	color: #999999;
	  font-size: 18px;
}

a.btn, input[type=button], nav a.active, input[type=submit] { color: #fff; background-color: #999999 }
a.btn:hover, input[type=button]:hover, nav a:hover, input[type=submit]:hover{
	background-color: #d9d9d9; /* Button Back Ground Color on Hover*/
	color: #fff;
}

a.js_onPageLink { color: #fff; background-color: #999999 }
a.js_onPageLink:hover {
	background-color: #CCCCCC; /* Button Back Ground Color on Hover*/
	color: #fff;
}


a.volgendepagina { color: #fff; background-color: #999999 }
a.volgendepagina:hover {
	background-color: #CCCCCC; /* Button Back Ground Color on Hover*/
	color: #fff;
}

a.btn, input[type=button], input[type=submit]{
	border: none;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .6em 1.2em;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: .5em;
	margin-top: .5em;
}
a.btn:hover{
	color: #999999;
}

a.js_onPageLink {
	border: none;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .6em 1.2em;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: .5em;
	margin-top: .5em;
}
a.js_onPageLink:hover{
	color: #999999;
}

#speech {
	font-weight: normal!important;
	padding-left:20px;
	padding-right:20px;
}


.volgendepagina a {
	border: none;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .6em 1.2em;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: .5em;
	margin-top: .5em;
}
.volgendepagina a:hover{
	color: #999999;
}



a.js_onPageLinkmuseum { color: #fff; background-color: #999999 }
a.js_onPageLinkmuseum:hover {
	background-color: #CCCCCC; /* Button Back Ground Color on Hover*/
	color: #fff;
}

a.js_onPageLinkmuseum {
	width:250px;
	border: none;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: .6em 1.2em;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	margin-bottom: .5em;
	margin-top: .5em;
}
a.js_onPageLinkmuseum:hover{
	color: #999999;
}

@media (min-width: 481px) and (max-width: 768px) {
	a.js_onPageLinkmuseum {
		width:175px;
	}
}

a.small-btn{
	font-size: 14px;
	padding: .4em .9em;
}
a.xsmall-btn{
	font-size: 12px;
	padding: .2em .7em;
}



body { font-size: 1em; line-height: 1.4;   }

H1 { color: #999999; }
.red { color: #E2212A; }
.wit { color: #ffffff; }

h1, h2, h3, h4, .nav a, h1 a, h2 a, h3 a, h4 a, #response .success, .success:before, #response .failure {
	color: #999999; 
} 

.gewoneafbeelding img {
	width: 150px !important;
	height: 150px !important;
}

.klikomtebeginnen {
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.klikomtebeginnen a {
	
-webkit-border-radius: 6px;
-webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius: 6px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-radius: 6px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;


    right: 0;
	position: absolute;
	box-shadow: 0 1px 1px #7e7e7f;
	height: 38px; 
	width: 310px; 
	padding-right: 20px;
}

.newboxes2 {
	background-color: #ffffff;
	display: none;
	z-index: 99999999;
	position:fixed;
	top:0;
	right:0;
	height: 400px; 
	left:0;
	
	-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    0px 10px 15px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.4);
}

.menuknopje {
 	position: fixed;
    right: 40px;
    top: 20px;
	z-index: 99999998;
}

.gewoneafmeting {
	position: absolute;
	max-width: 47px !important;
	height: 45px !important;
	left: 40px;
    top: 40px !important;

}

.gewoneafmeting:hover {
 	border-style: solid;
    border-color: #cfcfd1;
	border-width: 1px;
}


.naardewinkelknop {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-family: 'corinthian_boldregular';
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	color: #E2212A !important;
	font-size: 15px;
	padding: 10px 25px;
	border: 2px solid #999999;
	background: #ffffff;
}
.naardewinkelknop:hover {
  color: #ffffff !important;
  background: #E2212A;
}

.pagina1B {
	  display: none;
}

.pagina2B {
	  display: none;
}

.pagina3B {
	  display: none;
}

.pagina4B {
	  display: none;
}

.pagina5B {
	  display: none;
}

.pagina6B {
	  display: none;
}

.pagina7B {
	  display: none;
}

.knopsluiten {
	position: absolute;
	max-width: 39px !important;
	height: 38px !important;
	right: 40px;
    top: 40px !important;

}


.knopsluitenvolgpagina {
	position: absolute;
	max-width: 39px !important;
	height: 38px !important;
	right: 40px;

}

input[type=button] {
	color: #E2212A !important;
	font-family: 'corinthian_boldregular';
	font-size: 15px;
	padding: 10px 25px;
	text-transform: uppercase;
	background: #ffffff;
	border: 2px solid #E2212A;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
input[type=button]:hover {
  color: #ffffff !important;
  background: #E2212A;
  }
  
  .fa fa-star-o {
	color: #ffffff !important;
	border: 2px solid #E2212A !important;
  }
  
  
  .broodtekstgrijs {
	font-size: 16px;
 	font-weight: bold;
	color: #999999;
	text-shadow: none;
}

 .broodtekstwit {
	font-size: 16px;
 	font-weight: bold;
	color: #ffffff;
	text-shadow: none;
}

 .broodtekstzwart {
	font-size: 16px;
 	font-weight: bold;
	color: #000000;
	text-shadow: none;
}