@font-face {
	font-family: Open Sans Light;
	src: url('fonts/OpenSans-Light.eot'), url('fonts/OpenSans-Light.ttf') format("truetype");

}
@font-face {
	font-family: Open Sans Light Italic;
	font-style: italic, oblique;
	src: url('fonts/OpenSans-LightItalic.eot'), url('fonts/OpenSans-LightItalic.ttf') format("truetype");
}
@font-face {
	font-family: Open Sans;
	src: url('fonts/OpenSans.eot'), url('fonts/OpenSans.ttf') format("truetype");
}
@font-face {
	font-family: Open Sans Italic;
	font-style: italic, oblique;
	src: url('fonts/OpenSans-Italic.eot'), url('fonts/OpenSans-Italic.ttf') format("truetype");
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

body {
	font-family: Open Sans;
  style="margin: 0px; padding:0px;
}
.header {
  text-align: left;
  height: 70px;
  width: 100%;
  position: fixed;
  background-color: #585c63;
  z-index: 2;
  opacity: 0.95;
  filter: alpha(opacity=95); /* For IE8 and earlier */
  transition: all 0.5s;
}
.header-dark {
  text-align: left;
  height: 70px;
  width: 100%;
  position: fixed;
  background-color: #5c5f64;
  z-index: 2;
  opacity: 0.95;
  filter: alpha(opacity=95); /* For IE8 and earlier */
  transition: all 0.5s;
}

.page-header{
	text-align: center;

}
.logo {
  padding-top: 2px;
  padding-left: 40px;
  height: 70px;
  transition: all 0.5s;
}

.nav {
  background-color: transparent;
  display: block;
  top: 13px;
  right: 50px;
  position: fixed;
  z-index: 3;
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

.nav-link {
  color: #fff;
  font-family: Open Sans;
  font-size: 17px;
  padding-right: 30px;
  transition: all 0.5s;
}
.nav-link:hover {
  cursor: pointer;
  outline: 0;
    color: #FC7708;
}

.nav-link-dark {
  color: #fff;
  font-family: Open Sans Light;
  font-size: 17px;
  padding-right: 30px;
  transition: all 0.5s;
}

.nav-link-last {
  color: #000;
  font-family: Open Sans Light;
  font-size: 17px;
  transition: all 0.5s;
}
.nav-link-last-dark {
  color: #ffffff;
  font-family: Open Sans Light;
  font-size: 17px;
  transition: all 0.5s;
}
.nav-link2 {
  color: #ddd;
  font-family: Open Sans;
  font-size: 17px;
  padding-right: 30px;
  transition: all 0.5s;
}
.nav-link2:hover {
  cursor: pointer;
  outline: 0;
    color: #FC7708;
}

.nav-link2-dark {
  color: #fff;
  font-family: Open Sans Light;
  font-size: 17px;
  padding-right: 30px;
  transition: all 0.5s;
}

.nav-link2-last {
  color: #000;
  font-family: Open Sans Light;
  font-size: 17px;
  transition: all 0.5s;
}
.nav-link2-last-dark {
  color: #ffffff;
  font-family: Open Sans Light;
  font-size: 17px;
  transition: all 0.5s;
}

.content {
	  width: 98%;
		padding-left: 10px;
}

.centercontent {
    text-align: center;
}
.rightcontent {
    text-align: right;
}

.screengray	{
	z-index:2;
	 visibility:visible;
 }

.message1 {
	z-index:2;
	min-height:300px;
	visibility:visible;}

.buttonOhneuz {
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
	margin-bottom: 5px;
  background-color: #fff;
  font-family: Open Sans;
  color: #5c5f64;
  font-size: 17px;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #555;
  border-style: solid;
  border-width: 2.3px;
  border-radius: 10px;
  cursor: pointer;
}

.buttonOhneuz:hover {
  cursor: pointer;
  outline: 0;
  text-decoration: none;
    color: #FC7708;
  background-color: rgba(254, 220, 178, 0.5);
	transition: background-color 0.7s
}
.buttonOhneuzactive {
	display: inline-block;
	margin-left: 10px;
  margin-bottom: 10px;
  background-color: rgba(254, 220, 178, 0.5);
  font-family: Open Sans;
  color: #5c5f64;
  font-size: 17px;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #555;
  border-style: solid;
  border-width: 2.3px;
  border-radius: 10px;
  cursor: pointer;
}

.buttonOhneuzactive:hover {
  cursor: pointer;
  outline: 0;
    color: #FC7708;
	transition: color 0.7s
}

.buttonOhneuzDisabled {
  display: inline-block;
  margin-left: 10px;
  margin-top: 3px;
	margin-bottom: 5px;
  background-color: #E6E6E6;
  font-family: Open Sans;
  color: #5c5f64;
  font-size: 17px;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #555;
  border-style: solid;
  border-width: 2.3px;
  border-radius: 10px;
  cursor: not-allowed;
}

.buttonCalamiteit {
  display: inline-block;
  margin: 10px;
  margin-top: 20px;
  margin-bottom: 45px;
  background-color: #fff;
  font-family: Open Sans;
  color: #ff0000;
  font-size: 17px;
  text-decoration: none;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: #ff0000;
  border-style: solid;
  border-width: 2.3px;
  border-radius: 10px;
  cursor: pointer;
}

.buttonCalamiteit:hover {
  cursor: pointer;
  background-color: #FF0000;
  outline: 0;
    color: #FFF;
	transition: color 0.5s
}

.buttonOhneuzKlein {
  display: inline-block;
  margin-left: 15px;
  background-color: #fff;
  font-family: Open Sans;
  color: #5c5f64;
  font-size: 12px;
  text-decoration: none;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-color: #555;
  border-style: solid;
  border-width: 1.5px;
  border-radius: 7px;
  cursor: pointer;
}

.buttonOhneuzKlein:hover {
  cursor: pointer;
  outline: 0;
    color: #FC7708;
  background-color: rgba(254, 220, 178, 0.5);
		transition: background-color 0.4s
}

.Ohneuzlink {
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
  color: #000;
}

.section-div-container {
  background-color: #ffffff;
}

.footer-div {
  border: 0px;
  height: 0px;
  border-bottom: 1px solid #000;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.section-div {
  border: 0px;
  height: 0px;
  border-bottom: 1px solid #000;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

.zoeken {
    width: 200px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    background-color: white;
    background-image: url('images/zoek.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.zoeken:focus {
    width: 73%;

}
.disclaimer {
  color: #FF0000;
  font-size: 14px;
	text-align: center;
}

/* BackToTop button css */
#scroll {
position:fixed;
right:10px;
bottom:10px;
cursor:pointer;
width:40px;
height:40px;
background-color:#585c63;
text-indent:-9999px;
display:none;
-webkit-border-radius:60px;
-moz-border-radius:60px;
border-radius:60px;
		transition: background-color 0.7s
}
#scroll span {
position:absolute;
top:50%;
left:50%;
margin-left:-8px;
margin-top:-12px;
height:0;
width:0;
border:8px solid transparent;
border-bottom-color:#ffffff
}
#scroll:hover {
background-color:#FC7708;
opacity:1;filter:"alpha(opacity=100)";
-ms-filter:"alpha(opacity=100)";
		transition: background-color 0.7s
}
