/*
Theme Name: Start met gemak site
Theme URI: https://startmetgemak.nl
Author: Start Met Gemak - Vincent
Author URI: https://startmetgemak.nl
Description: Maatwerk design
Version: 2.3
Text Domain: startmetgemak.nl
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300,600&display=swap');


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

svg {position: absolute;
bottom: -5px;}

h1, h2, h3 {
}
p {
	line-height: 1.6em;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.header {
	width: 100%;
	height: 75px;
	position: relative;
	float: left;
	z-index: 1;
}
.blok {
	width: 100%;
	position: relative;
	float: left;
}
.has-transparent-menu .blok {
	margin-top: -100px;
	padding-top: 125px !important;
}
.opsomming_blok {
	width: 100%; 
	position: relative;
}
.opsomming_blok_item {
	width: 100%;
	float: left;
	position: relative;
	color: #000;
	border-bottom: 1px solid #f1f1f1;
	line-height: 40px;
}
.opsomming_blok_item a {
	color: #000;
	text-decoration: none;
}
.items ul {
  clear: both;
	list-style: none;
	margin: 0px; 
	padding: 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.items li {
    flex: 1 1 19%;
	list-style: none;
	margin: 1%; 
	padding: 2%;
	position: relative;
  align-items: baseline;
  align-content: flex-start;
}
.has-image {
	min-height: 350px;
}
.bericht {
	background: #fff;
	min-height: 200px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.4);
	transition: all 0.5s;
}
.bericht:hover {
	box-shadow: 1px 1px 20px rgba(0,0,0,0.2);
}
.bericht a {
	text-decoration: none;
	color: #000;
}
.uitgelicht-bericht {
	position: relative;
	min-height: 300px;
}

.uitgelicht-bericht .overlay {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.uitgelicht-bericht:hover .overlay {
	background: rgba(0,0,0,0.2);	
	transition: all 0.5s;
}

.uitgelicht-bericht h3 {
	color: #fff;
	font-size: 30px;
}

.uitgelicht-bericht span {
	text-align: center;
	 position: absolute;
  top: 50%;
	left: 50%;
  	-webkit-transform: translateY(-50%) translateX(-50%);
  	-ms-transform: translateY(-50%) translateX(-50%);
  	transform: translateY(-50%) translateX(-50%);
}
.uitgelicht-bericht .item-button {
	top: 50px;
	position: relative;
}
.vert-center-content {
	left: 5%;
	width: 90%;
	position: absolute;
  top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

.item-button {
	background: rgba(255,255,255,0.9);
	border: 2px solid rgba(255,255,255,0.4);
	padding: 15px;
	padding-left: 25px;
	padding-right: 25px;
	text-decoration: none;
	color: rgba(0,0,0,0.95);
	margin: 5px;
	text-align: center;
}
.item-button:hover {
	-webkit-animation: pulse 1s;
    animation: pulse 1s;
	background: rgba(0,0,0,0.6);
	color:rgba(255,255,255,0.95);
	transition: all 0.5s;
}

.item-afbeelding {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 200px;
}
.bericht:hover,
.uitgelicht-bericht:hover {
	-webkit-animation: pulse 1s;
    animation: pulse 1s;
}

.item-button-vert {
	width: calc(100% - 60px);
	display: block;
}
.item-button-hor {
	display: inline-block;
}
.button-style-vierkant {
	border-radius: 0px;
}
.button-style-rond {
	border-radius: 30px;
}
.logo img {
	position: absolute;
	height: 60px;
	width: auto;
	left: 0px;
	top: 12.5px;	
	
}
.wrapper {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.hoofdmenu-container ul {
	float: right;
	margin: 0px;
	padding: 0px;
	padding-top: 35px;
}
.hoofdmenu-container ul ul {
	display: none;
}
.hoofdmenu-container ul li > ul {
	position: absolute;
	left: 0px;
	width: 200px;
}
.hoofdmenu-container ul li:hover ul {
	display: block;
}
.hoofdmenu-container li {
	list-style: none;
	position: relative;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.hoofdmenu-container li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
.hoofdmenu-container li:hover {
	
}
.hoofdmenu-container ul li > ul {
	padding-top: 15px;
}
.hoofdmenu-container ul li > ul li {
	width: 100%;
	float: left;
	line-height: 35px;
}
.hoofdmenu-container li.current_page_item > a,
.hoofdmenu-container li:hover > a {
}


.mobile-menu {
	display: none;
}
.menu-full { 
display: none;
position: fixed;
background: #1b1b1b;
width: 100%;
height: 100%;
padding-top: 75px;
text-align: left;
bottom: 0px;
z-index: 8;
top: 0%; 
	right: 0px;
	left: 0px;
}
	.menu-full a {
		text-decoration: none;
		color: #666;
	}
.menu-full ul {
	padding: 0px;
	margin: 0px;
}
	.menu-full li {
		list-style: none;
		width: 100%;
		text-align: center;
		line-height: 50px;
		text-transform: uppercase;
	}
.footer {
	float: left;
	width: 100%;
	min-height: 150px;
	background: #f1f1f1 !important;
}
.footer h2 {
	color: #8f2320;
}

.footer_blok {
	color: #000;
}

@media (max-width: 960px) {
.has-image {
	min-height: 50vh;
}
	nav.hoofdmenu {
		display: none;
	}
	.mobile-menu {
		display: block;
font-size: 40px;
color: #fff;
	}
	.menu-full .mobile-menu  {
		color: #fff;
	}
	.menu-full .menu-button, .menu-button {
		color: #fff;
		z-index: 2;
top: 20px;
right: 20px;
		position: absolute;

	}
	.footer_blok {
	width: 96%;
	margin: 2%;
	float: left;
		text-align: center;
}
	.items ul {
  display: block;
  flex-wrap: initial;
  flex-direction: initial;
}
.items li {
    flex: initial;
width: 94%;
	overflow: initial;
	margin-top: 25px;
	margin-bottom: 25px;
}
}