/*
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=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


html, body {
	margin: 0px;
	padding: 0px;	
	font-family: 'Rubik', sans-serif;	
	scroll-behavior: smooth;
}
.dot {color: orange;}
.ster-rating {
  display: inline-flex;
  gap: 4px; /* optioneel, ruimte tussen sterren */
  align-items: center;
  font-size: 1.2em; /* grootte van de sterren */
}

h1, h2, h3 {
	font-family: 'Rubik', sans-serif;	
}
h1 {
	font-size: 50px;
	max-width: 300px;
	font-weight: light;
}
h2 {
	font-size: 30px;
}
p {
	line-height: 34px;  	
	font-family: 'Rubik', sans-serif;	
}
.sticky-content {
	position: sticky;
	top: 75px;
}


.animate-on-scroll {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}

.animate-on-scroll.animate__animated {
    opacity: 1;
    visibility: visible;
}

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: 95px;
	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;
}
.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: 30px;
	position: relative;
}
.vert-center-content {
	left: 5%;
	width: 90%;
	position: absolute;
  top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.vert-bottom-content {
	left: 5%;
	width: 90%;
	position: absolute;
  bottom: 5%;
}

.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;
	font-weight: bold;
}
.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 {
	xwidth: calc(100% - 60px);
	display: block;
}
.item-button-hor {
	display: inline-block;
}
.button-style-vierkant {
	border-radius: 0px;
}
.button-style-rond {
	border-radius: 5px;
}
.logo img {
	position: absolute;
	height: 60px;
	width: auto;
	left: 0px;
	top: 12.5px;	
}
.wrapper {
	width: 98%;
	max-width: 1400px;
	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: 300px;
	background: #fff;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	box-shadow: 1px 10px 5px rgba(0,0,0,0.3);
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.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 {
    position: relative;
}

/* Add the arrow for menu items that have children */
.hoofdmenu-container li > ul {
    display: none;
}

.hoofdmenu-container li.has-children > a::after {
    content: "▼"; /* Unicode for down arrow */
    font-size: 12px;
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Rotate the arrow when hovered */
.hoofdmenu-container li:hover > a::after {
    transform: rotate(180deg);
}
.hoofdmenu-container li a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}
.hoofdmenu-container li:hover {
	-webkit-animation: pulse 1s;
    animation: pulse 1s;
}
.hoofdmenu-container ul li > ul {
	padding-top: 25px;
}
.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: #fff;
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: #000;
	}
.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: 300px;
	background: #f1f1f1;
}

.footer_blok {
	color: #666;
}
.footer a {
	color: #666; text-decoration: none;
}
.orange {
	background: orange !important;
	color: #fff !important;
	border: 3px solid orange !important;
}
.gform_body li {
	flex: none !important;
list-style: none;
margin: 1%;
padding: 2%;
position: relative;
align-items: initial;
align-content: initial;
}

.cta-hoofdmenu {
	color: #fff;
	background: darkorange;
	border-radius: 5px;
	line-height: 40px;
	position: absolute;
	top: -10px;
}
.cta-hoofdmenu-2 {
	color: #13b0c1;
	border: #13b0c1;
	border-radius: 5px;
	line-height: 40px;
	position: absolute;
	top: -10px;
}
.cta-hoofdmenu a {
	color: #fff !important;
		
}
@media (max-width: 960px) {
.sticky-content {
	position: initial;
	top: initial;
}
.vert-center-content,
	.vert-bottom-content {
	left: 5%;
	width: 90%;
	position: relative;
  top: 0%;
  bottom: initial;
  	-webkit-transform: translateY(-0%);
  	-ms-transform: translateY(-0%);
  	transform: translateY(-0%);
}	
	.has-image {
	min-height: 50vh;
}
	nav.hoofdmenu {
		display: none;
	}
	.mobile-menu {
		display: block;
font-size: 40px;
color: #000;
	}
	.menu-full .mobile-menu  {
		color: #fff;
	}
	.mobile-menu  {
		xcolor: #000;
	}
	.menu-full .menu-button, .menu-button {
		color: #fff;
		z-index: 2;
top: 20px;
right: 20px;
		position: absolute;

	}
	
	.menu-button {
		color: #000;
	}
	.footer_blok {
	width: 96%;
	margin: 2%;
	float: left;
	color: #fff;
		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;
}
}