@charset "UTF-8";
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* CSS Document */
html, body, p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
body {
  font-family: 'Roboto',sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #000;
}
a:focus {
  outline: none; }

::selection {
  background: #1d9bf0;
  color: #fff; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
}
h1, .h1 {
	font-size: 40px; 
}
h2, .h2 {
  	font-size: 2.25rem;
	line-height: 2.5rem; 
}
h3, .h3 {
	font-size: 1.875rem;
	line-height: 2.125rem;
}
h4, .h4 {
  font-size: 28px; }

h5, .h5 {
  font-size: 24px; }

h6, .h6 {
  font-size: 22px;
  line-height: 1.5;
  color:#fc7608;
}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {
  font-style: normal;
  text-transform: none; 
}
h1, .h1 {
	font-style: normal;
	font-weight:300;
	text-transform: none; 
}
h2, .h2 {
	font-style: normal;
	font-weight:300;
	text-transform: none; 
}
h3, .h3 {
	font-style: normal;
	font-weight:300;
	text-transform: none; 
}
@media (max-width: 992px) {
	h1, .h1 {
	  font-size: 40px; }

	h2, .h2 {
	  font-size: 32px; }

	h3, .h3 {
	  font-size: 28px; font-weight: 400;}

	h4, .h4 {
	  font-size: 24px; 
	}
}
@media (max-width: 767px) {
	
}
p {	
  margin-bottom: 1rem;
}
img.logo {
  height: 32px;
  margin-right: 10px;
  transition: none;
  max-width: 100%;
  width: auto;
  padding-right:5%;
}
.footer-text {
  font-size: 13px;
  color: #737373;
  font-family: 'Roboto Condensed',sans-serif;
  padding-top:20px;
  margin-top:30px;
  border-top:1px solid #e3e3e3;
  text-align:center;
}
.top-footer {
	margin-top:30px;
}
.kolom {
	max-width: 960px;
	margin: 0 auto;
	/*background: #dddddd;*/
	min-height: 200px;
	padding:50px 20px 40px;
}
.container {
	max-width: 960px;
	margin: 0 auto;
	display:flex;
	align-items:center;
	padding:20px 20px;
}
@media (max-width: 767px) {
	.container {
		display:block;
		padding:20px 20px;
	}
}
@media (max-width: 520px) {
	.form-corrector {
		margin-left:-15px;
	}
}
.video-container {
    height: 600px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#tb {
	position: absolute; 
	top: 30%; 
	right: 0px; 
	z-index: 9999;
	background-color: white;
	height: auto;
}
#phone {
	position: absolute; 
	top: 0px; 
	right: -225px; 
	display: block;
	z-index: 9999;
	-webkit-transition: right 1s ease-out;
	-o-transition: right 1s ease-out;
	transition: right 1s ease-out;
}
#phone:hover {
	right: 0px;
}

#mail {
	position: absolute; 
	top: 46px;
	right: -225px; 
	display: block;
	z-index: 9999;
	-webkit-transition: right 1s ease-out;
	-o-transition: right 1s ease-out;
	transition: right 1s ease-out;
}
#mail:hover {
	right: 0px;
}

#locatie {
	position: absolute; 
	top: 92px;
	right: -225px; 
	display: block;
	z-index: 9999;
	-webkit-transition: right 1s ease-out;
	-o-transition: right 1s ease-out;
	transition: right 1s ease-out;
}
#locatie:hover {
	right: 0px;
}
video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#videotext {
	position: absolute;
	/*max-width: 600px;*/
	left: 50%;
	top: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	z-index: 400;
}
#videotext p{
	font-size: 48px;
	line-height: 48px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: white;
	font-weight: 400;
}
#vidoverlay {
	background-color: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 10;
	
}
#pageimg{
	height: 300px;
	background-image: url("img/modern-smb-office-2400x1600.jpg");
	background-position: center center;
	/*background-attachment: fixed;*/
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	 overflow: hidden;
}
#pageimg2{
	height: 300px;
	position: relative;
	overflow: hidden;
}

@media all and (max-width: 1400px) and (min-width: 300px) {
	.video-container {
		height: 400px;
		top: 80%;
	}
	video {top: 50%;}
}
@media all and (max-width: 600px) {
	.video-container {
		height: 350px;
	}
	#tb {display: none;}
	
	video {top: 50%}
	#videotext p {font-size: 36px;}
	
}

@media all and (max-width: 425px) {
	#videotext img {width: 110px; height: auto;}
}