@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Archivo';
	src: url('fonts/Archivo-Regular.woff2') format('woff2'), url('fonts/Archivo-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FjallaOne-Regular';
	src: url('fonts/FjallaOne-Regular.woff2') format('woff2'), url('fonts/FjallaOne-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.text_header {
	font-family: 'FjallaOne-Regular';
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	padding:15px 0px 17px 0px;
}
.text_title {
	font-family: 'FjallaOne-Regular';
	font-size: 18px;
	color: #000000;
	line-height: 20px;
}
.text_title_sm {
	font-family: 'FjallaOne-Regular';
	font-size: 15px;
	color: #000000;
	line-height: 18px;
}
.text {
	font-family: 'FjallaOne-Regular';
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
.text_menu {
	font-family: 'FjallaOne-Regular';
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
}
.text_orange {
	font-family: 'FjallaOne-Regular';
	font-size: 16px;
	color: #bf360c;
	line-height: 18px;
}
.text_info {
	font-family: 'FjallaOne-Regular';
	font-size: 14px;
	color: #000000;
	line-height: 26px;
}
.text_info_grijs {
	font-family: 'FjallaOne-Regular';
	font-size: 14px;
	color: #4F6875;
	line-height: 26px;
}
.text_small {
	font-family: 'FjallaOne-Regular';
	font-size: 12px;
	color: #000000;
}
.text_form {
	font-family: 'FjallaOne-Regular';
	font-weight: normal;
	font-size: 16px;
	color: #000000;
    padding:3px;
    border:1px solid #dedede;
    margin: 2px 0px 2px 0px;
}
hr {
  border-top: 1px solid #4F6875;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.responsive {
  width: 100%;
  height: auto;
}