/*
Theme Name: Start met gemak site
Theme URI: https://startmetgemak.nl
Author: Start Met Gemak - Vincent
Author URI: https://mediamindz.nl
Description: Maatwerk design
Version: 2.2
Text Domain: startmetgemak.nl
*/
@import url('https://fonts.googleapis.com/css?family=Anton|Montserrat:300,400,600&display=swap');

html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

.wrapper {
	position: relative;
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.lang_switcher {
	position: absolute;
	right: 50px;
	top: 0px;
}
.lang_switcher li {
	list-style: none;
	color: #fff;
	float: left;
	margin: 5px;
	font-size: 12px;
}
.lang_switcher li:nth-child(1):after {
	content: " |"
}
.onzin {
	float: left;
}
.lang_switcher li a {
	text-decoration: none;
	color: #fff;
}
.pagina {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	float: left;
}
.pagina a {
	color: #fff;
	font-weight: bold;
}
.pagina h1,
.pagina h2,
.pagina h3 {
	font-family: 'Montserrat', sans-serif;
	color: #6cb5a7;
}
.short_contact {position: absolute; color: #666; top: -5px; right: 0px;}
.short_contact a { color: #666 !important; text-decoration: none !important;}
.nieuws_overzicht a {
	text-decoration: none;
}
.nieuwspagina a:first-of-type h2 {
	color: #666 !important;
}
.onzin {
	padding: 30px;
	float: left;
}
.nieuws_overzicht a:hover {
color: #666;
}
.pagina h1 {
	text-transform: uppercase;
}
.content {
	font-size: 18px;
	line-height: 26px;
	color: #999;
}
.center {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
.content strong {
	font-weight: 600;
}
.subitems {
	width: 25%;
	padding-right: 5%;
	float: left;
	padding-top: 5%;
	text-align: right;
}
.subitems a {
	text-decoration: none;
}
.subitems a h2:hover {
	color: #666;
}
.mainitem {
	width: 60%;
	padding: 5%;
	margin-top: 25px;
	float: right;
	background: #6cb5a7;
	color: #fff;
}
.mainitem h1 {
	color: #fff;
}
.nieuws_item {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}
.nieuws_thumb {
	width: 70%;
	height: 500px;
	left: 0px;
}
.nieuws_content {
	width: calc(40% - 50px);
	right: 0px;
	height: auto;
	top: 80px;
	padding: 25px;
	padding-bottom: 50px;
	background: #6cb5a7;
	color: #fff;
	position: absolute;
}
.nieuws_content h2 {
	font-size: 18px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.nieuws_content a {
	position: absolute;
	text-decoration: none;
	color: #fff;
	right: 50px;
	bottom: 25px;
}

header {
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 125px;
	margin-bottom: -125px;
	background: rgba(0,0,0,1);
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.65)), color-stop(100%, rgba(0,0,0,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
z-index: 3;
}
a.meer_button {
	margin-top: 25px;
	width: 100%;
	float: left;
	text-align: center;
	text-decoration: none;
	color: #6cb5a7;
	font-size: 20px;
}
a.meer_button:hover {
	color: #666;
}
header logo {
	position: absolute;
	left: 50px;
	height: 75px;
	top: 25px;
}
header logo img {
	width: auto;
	height: 100%;
}
.norm_items {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.norm_item {
	width: 29.3333333333%;
	padding: 2%;
	float: left;
	height: 400px;
	color: #fff;
	position: relative;
}
.norm_content {
	width: 60%;
	z-index: 1;
position: relative;
}
.norm_item h3 {
	color: #fff;
	font-size: 75px;
	line-height: 75px;
	margin: 0px;
	padding: 0px;
	width: initial;
	font-family: 'Anton', sans-serif;
}
.norm_item .overlay {
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 0px; right: 0px; bottom: 0px; left: 0px;
}
.norm_item:hover .overlay {
	background: rgba(0,0,0,0.1);
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

}
nav.hoofdmenu {
	z-index: 4;
}
nav.hoofdmenu ul {
	position: absolute;
	right: 40px;
	transform: translateY(-50%);
 	top: 50%;
	font-family: 'Anton', sans-serif;
	color: #fff;
	z-index: 5;
}
nav.hoofdmenu li, nav.hoofdmenu ul {
	list-style: none;
}
nav.hoofdmenu ul {
	float: right;
}
nav.hoofdmenu ul ul {
	display: none;
}
nav.hoofdmenu li {
	float: left;
}
nav.hoofdmenu a {
	text-decoration: none;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
banner {
	height: 200px;
float: left;
width: 100%;
	
}
.banner_front {
	width: 100%;
	position: relative;
	height: 80vh;
	overflow: hidden;
}

.banner .text {
	font-family: 'Anton', sans-serif;
	font-size: 120px;
	width: 1000px;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	bottom: 50px;
	position: absolute;
	line-height: 120px;
	color: #fff;
}

video {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  min-width: 100%; 
  min-height: 100%;
}
	.mobile-menu,
.mobile-submenu {
	display: none;
}
.menu-full,
.submenu-full { 
display: none;
position: fixed;
background: #fff;
width: 100%;
height: 100%;
padding-top: 75px;
text-align: left;
bottom: 0px;
z-index: 8;
top: 0%; 
	right: 0px;
	left: 0px;
}
.submenu-full {
	position: relative;
text-align: center;
background: transparent;
}
	.menu-full a,
.submenu-full a {
		text-decoration: none;
		color: #666;
	}

.menu-full ul,
.submenu-full ul {
	padding: 0px;
	margin: 0px;
}
	.menu-full li,
.submenu-full li {
		list-style: none;
		width: 100%;
		text-align: center;
		line-height: 50px;
		text-transform: uppercase;
	}
.footer {
	background: #666;
	width: 90%;
	min-height: 200px;
	color: #fff;
	padding: 5%;
	float: left;
}
.footer_blok a {
	width: 100%;
	float: left;
	text-decoration: none;
	color: #fff;
}
.footer_blok a:hover {
	font-weight: 700;
}
.footer_blok {
	line-height: 22px;
	float: left;
}
.blok-1-4 { width: 21%; padding: 2%; }
.blok-1-5 { width: 12.666%; padding: 2%; }
.blok-2-5 { width: 40%; padding: 2%; }
.onzin {
	float: left;
	padding: 30px;
	margin: 10px;
}
h2.bekijk_ook {
position: relative;
width: 100%;
float: left;
margin-bottom: -20px;
font-size: 40px;
}
@media (max-width: 960px) {
		.mobile-menu,
	.mobile-submenu {
	display: block;
}
	nav.hoofdmenu {
		display: none;
	}
	.mobile-menu,
	.mobile-submenu {
display: block;
		position: absolute;
		right: 25px;
		top: 25px;
		font-size: 40px;
		color: #fff;
}
	.mobile-submenu {
		right: 15px;
		top: 40px;
		font-size: 30px;
	}
	.mobile-submenu::before {
		content: "menu";
font-size: 17px;
top: 7px;
position: absolute;
left: -58px;
}
	
	.menu-full .mobile-menu,
	.submenu-full .mobile-menu {
		color: #6cb5a7;
	}
	
	.banner .text {
font-family: 'Anton', sans-serif;
font-size: 70px;
width: calc(100% - 100px);
float: left;
		text-align: center;
margin-left: 50px;
margin-right: 50px;
bottom: 80px;
position: absolute;
line-height: 70px;
color: #fff;
}
	.pagina h1, .pagina h2, .pagina h3 {
font-family: 'Montserrat', sans-serif;
xxcolor: #6cb5a7;
		line-height: 35px;
}
	.wrapper {
position: relative;
clear: both;
width: 96%;
max-width: 1000px;
margin: 0 auto;
		margin-left: 2%;
		margin-right: 2%;
}
	.nieuws_thumb {
width: 100%;
height: 500px;
left: 0px;
		background-size: cover !important;
}
	.nieuws_content { 
width: calc(100% - 50px);
right: 0px;
height: auto;
top: 0px;
padding: 25px;
padding-bottom: 50px;
background: #6cb5a7;
color: #fff;
position: relative;
}
	.norm_item {
width: 96%;
padding: 2%;
float: left;
height: 250px;
color: #fff;
position: relative;
}
	.nieuws_content h2, .nieuws_content h3 {
		color: #fff;
	}

	.norm_content {
width: 90%;
z-index: 1;
position: relative;
}
	.norm_content h3 {	
line-height: 55px;
font-size: 60px;
		color: #fff;
	}
	.footer_blok {
		width: 100%;
	}
	.subitems {
		display: none;
	}
	.bekijk_ook {
		line-height: 40px;
	}
	.mainitem {
width: 90%;
padding: 5%;
margin-top: 25px;
float: right;
background: #6cb5a7;
color: #fff;
}
}