body {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}
h3 {
	padding-bottom: 15px;
	color: #68929a;
}
hr {
        margin-top: 0px;
        margin-bottom: 0px;
}
.textfield150 {
	height: 25px;
	width: 150px;
	border: 1px solid #68929a;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	padding: 0px 4px 0px 0px;
	margin: 3px 10px 3px 0px;
	background: #FFFFFF;
	display: inline-block;
}
.textfield300 {
	height: 25px;
	width: 275px;
	border: 1px solid #68929a;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	padding: 0px 4px 0px 0px;
	margin: 3px 10px 3px 0px;
	background: #FFFFFF;
	display: inline-block;
}
.textfield301 {
	height: 90px;
	width: 275px;
	border: 1px solid #68929a;
	color: #000;
	font-family: Verdana;
	font-size: 12px;
	padding: 0px 4px 0px 0px;
	margin: 3px 10px 3px 0px;
	background: #FFFFFF;
	display: inline-block;
}
.textfieldKnop {
	border: 0px none;
	height: 30px;
	background: #68929a;
	width: 100px;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	border-radius: 3px;
	font-size: 14px;
	width: 90px;
}
@media(max-width:768px) {
#fullpage {
 margin: 0;
 padding: 0;
 width: 100%;
}
body {
 margin: 0;
 padding: 0;
}
.bubble {
 display: none;
}
#menu {
 position: fixed;
}
h1 {
 font-size: 30px;
}
.logo {
 display: none;
}
}
#tekstvak {
	background: #ffffff;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
#tekstvak h3 {
	padding-bottom: 0px;
}
#section0 {
	padding-top: 0px !important;
}
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background: white;
	color: black;
}
a:focus, a:hover {
	color: #000000;
	text-decoration: underline;
}
#header {
	position:relative;
	max-width:100%;
	overflow-x: hidden;
	top: 60px;
}
#header img {
	min-height:100px;
	min-width:100% !important;
	width:auto;
}
#blue {
	height: 30px;
	max-width:100%;
	background: #68929a;
}
.knop {
	position:relative;
	background: none;
	border: none;
	display:block;
	color: white;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 14px;
}
.knop:hover {
	color: black;
	display:block;
	background: #eeeeee;
	border-radius:4px;
}
.tab-content {
	font-size: 16px;
}
#content_right {
	padding:20px;
	padding-top: 0px;
	width:330px;
	float:right;
}
@media(max-width:768px) {
        #content_right {
      	width: 100%;
      }
}
.formulier {
	border:1px solid #CCCCCC;
	border-radius:4px;
	padding:10px;
	background:#efefef url('../images/formbg.png') top right no-repeat;
}
.formulier input[type=text] {
	border:1px solid #CCCCCC;
	background:white;
	border-radius:5px;
	width:265px;
	padding-left:5px;
	height:23px;
	margin-bottom:5px;
}
.formulier input[type=submit] {
	background:#9f9f9f;
	color:white;
	height:30px;
	width:100px;
	border-radius:5px;
	border:0;
	margin-top:10px;
}
.formulier textarea{
	border:1px solid #CCCCCC;
	background:white;
	border-radius:5px;
	width:265px;
	padding-left:5px;
	height:23px;
	margin-bottom:5px;
	height: auto;
}
.formulier h3 {
	color:#333333;
	font-size:16px;
	font-weight:normal;
	padding-bottom:25px;
	padding-top:15px;
}
 @media(min-width:768px) {
 #headertext {
 position:absolute;
 left:0px;
 top:-300px;

 padding:0px;
 font-size:25px;
 color:black;
 padding-left:20px;
 padding-right:20px;
 padding-top:10px;
 padding-bottom:10px;
}
}
@media(max-width:768px) {
         #headertext {
         font-size:18px;
         font-weight:bold;
         padding-top:10px;
         padding-bottom:10px;
         display:block;
         display:none;
        }
       #title {
       display:none;
      }
}

@media(max-width:768px) {
         #mattie {
       height: 70px !important;
      }
}
a:hover {
	text-decoration: none;
}
a {
	color: #68929a;
	text-decoration: none;
	padding-left:15px;
}
a:hover {
	color: #000000 !important;
}
.content-inhoud {
	padding-top: 65px;
}
 @media(max-width:768px) {
 #topmenu {
 height: 155px;
}
 #header {
 top: 105px;
}
 .content-inhoud {
 padding-top: 105px;
}
}

#videoDiv2 { 
           width:100%; 
           max-width:1600px; 
           margin:auto; 
           display:block; 
           position: relative;
           top: -50px;
           } /* This has been changed */
#video2{width:100%; height:auto } /* This has been changed */
#videoMessage2 { position: absolute; top: 0; left: 0;
display: flex;
flex-direction: column; 
justify-content: center;
align-items: center; 
width: 100%;
height: 100%;}