/*!
Theme Name: onlineKompas
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.1.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onlinekompas
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

onlineKompas is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


:root {
	--mainGrid: 1280px;
	--sectionPadding: 135px;
	--headingFont:  'DM Sans', sans-serif;
	--bodyFont:   "Barlow", sans-serif;
	--white: #ffff;
	--black: #121315;
	--backgroundBlack: #1E2023;
	--red: #FF0000;
	--grey: #626262;
	--lightGrey: #F3F5FA;
	--blue: #150958;
	--gridPadding: calc((100vw - var(--mainGrid)) / 2);
	--normalFont: 16px;
	--bigFont: 40px;
	--midFont: 24px;
}

html, body {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	font-family: var(--bodyFont);
}

section {
	padding-top: var(--sectionPadding);
}

h1, h2, h3, h4, h5 {
	font-family: var(--headingFont);
}

p, a, li, ul, b {
	font-size: var(--normalFont);
	font-family: var(--bodyFont);
	line-height: 24px;
}

a.bttn {
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	margin-right: 28px;
}

.blog-sidebar__single.blog-sidebar__single-cta {
	position: relative;
}

.blog-sidebar__single.blog-sidebar__single-cta img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.blog-sidebar__single-cta__wrapper {
	position: relative;
	z-index: 1;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}

.bttn p {
	margin: 0;
	transition: 0.2s ease-in-out;
}

.text p strong a {
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	border: solid 1px var(--black);
	border-radius: 10px;
	padding: 14px 45px;
	color: var(--black);
	font-weight: 500;
	position: relative;
	margin-top: 16px;
}

.page-id-2297 .hero-two-image img {
	object-position: 0 30%;
}

.text p strong a:hover:after {
	transform: rotate(45deg);
}

.openings-time p {
	text-align: center;
}

.openings-time p:first-child, .open-or-not span {
	color: var(--red);
	font-weight: 600;
}

.text p strong a:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/09/Arrow.svg');
	background-color: var(--red);
	background-repeat: no-repeat;
	background-position: center;
	height: 56px;
	width: 56px;
	transition: transform 0.2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -28px;
	object-fit: cover;
	border-radius: 9999px;
}

.text li a {
	color: var(--red);
	font-weight: 600;
	transition: 0.2s ease-in-out;
}

.text li a:hover {
	opacity: 0.6;
}

.mapContentLinks li a {
	color: var(--black);
	font-weight: 400;
}

.single-blog .single-blog-top {
	height: 240px;
	min-height: 240px;
	width: 100%;
	position: relative;
	object-fit: cover;
}

section.nieuws-overzicht {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	padding-bottom: var(--sectionPadding);
	padding-top: calc(var(--sectionPadding) / 2);
}

.single-blog .post-date {
	background-color: var(--blue);
	color: var(--white);
	border-radius: 0 16px;
	right: 0;
	padding: 8px 24px; 
	position: absolute;
	z-index: 1;
}

.single-blog .readMore p {
	color: var(--black); 
}

.items-found p {
	margin-top: 32px;
	color: var(--grey);
}

.single-blog-under .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.single-blog:hover {
	box-shadow: 5px 5px var(--red);
	transform: translateY(-5px);
}

.tekst-veld h2, .tekst-veld h3 {
	font-size: 24px;
	margin-top: 0;
}

.single-blog .single-blog-image {
	height: 100%;
	width: 100%;
	border-radius: 16px 16px 0 0;
	object-fit: cover;
	display: block;
}

.single-blog h3 {
	font-size: 24px; 
	line-height: 1.2;
}

.single-blog .readMore img {
	width: 16px;
	height: 100%;
	filter: brightness(0) saturate(100%) invert(5%) sepia(7%) saturate(922%) hue-rotate(182deg) brightness(91%) contrast(95%);
	transform: rotate(45deg);
	transition: 0.2s ease-in-out;
}

.blog-wrapper p {
	line-height: 1.6;
}

.single-blog-under p {
	color: var(--grey);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.single-blog hr {
	margin: 32px 0 16px 0; 
	color: var(--grey);
	border: 0;
	height: 1px;
	background-color: var(--grey);
}

.single-blog .readMore {
	margin-top: auto;
	display: flex;
	gap: 16px;
	align-items: center;
	font-family: var(--headingFont);
	text-transform: uppercase;
	font-weight: 600;
}

nav li li a {
	width: 100%;
}

.single-blog-under {
	padding: 16px;
	display: flex;
	flex-flow: column;
	height: 100%;
}

.single-blog-under__wrapper {
	margin-top: auto;
}

.single-blog .readMore img {
	transition: transform .2s ease-in-out, filter .2s ease-in-out; 
}

.single-blog:hover .single-blog-under .readMore img {
	filter: brightness(0) saturate(100%) invert(13%) sepia(55%) saturate(7461%) hue-rotate(357deg) brightness(108%) contrast(119%);
	transform: unset;
}

.single-blog {
	display: flex;
	transition: box-shadow .2s ease-in-out, transform .2s ease-in-out;
	color: var(--black);
	text-decoration: unset;
	border: 1px solid #929292;
	border-radius: 16px;
	height: 100%;
	flex-flow: column; 
}

.personeelSectie .titlePersoneel p{
	font-family: var(--headingFont);
	font-size: 18px;
	font-weight: 500;
}

.heroImage img {
	filter: grayscale(1);
}

.blog h2 {
	margin-top: 48px;
	margin-bottom: 24px;
}

.blog h3 {
	margin-top: 16px;
}

.menu-under-inner svg {
	height: 100%;
	width: 100%;
}

.blog-sidebar__single.blog-sidebar__single-cta:after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.blog-sidebar__single-cta__wrapper a.bttn {
	color: var(--white);
}

.blog-sidebar__single-cta__wrapper {
	border: unset;
}

div.blog-sidebar__single-cta__wrapper p.blog-sidebar__single-cta__content-title {
	color: var(--white);
	font-size: 24px;
	font-family: var(--headingFont);
	font-weight: 600;
	margin-bottom: 16px;
}

.usp-slider--swiper .swiper-slide {
	background-color: var(--white);
	height: auto;
}

.hidden-menu  ul.sub-menu {
	position: unset;
}

.animating {
	transition: unset!important;
}

.error-404 .page-header h1 {
	font-size: 120px;
	line-height: 0.2;
}

.whatsapp-link {
	background-color: #25D366;
	position: fixed;
	right: 8px;
	bottom: 80px;
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	padding: 8px;
	z-index: 3;
	transition: .2s ease-in-out;
}

.whatsapp-link:hover {
	transform: translateY(-5px);
}

.whatsapp-link svg {
	height: 40px;
	width: 100%;
	object-fit: cover;
}

.error-404 .page-header {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.hidden-menu .logo {
	width: auto;
	display: flex;
	align-items: center;
}
.hidden-menu .menu-item-has-children:after {
	content: unset;
	font-size: 32px;
	filter: unset;
	grid-row: 1;
	color: var(--black);
}

.hidden-menu .menu-item-has-children span a {
	height: 28px;
}

.autoSectie.mainGrid + .personeelSectie, .google-reviews + .personeelSectie {
	margin-top: var(--sectionPadding);
}

.hidden-menu .menu-item-has-children span {
	display: flex;
	font-size: 32px;
	filter: unset;
	color: var(--black);
}

h4.linkTextHeaderText, p.linkTextHeaderText {
	font-family: var(--headingFont);	
}

#primary-menu-hidden .sub-menu li a {
	font-size: 18px;
}

.hidden-menu ul.sub-menu {
	opacity: 1;
	background-color: transparent;
	color: var(--black);
	box-shadow: unset;
	padding: unset;
	margin-left: 8px;
	row-gap: 8px;
}

.fotoWrapperPersoneel img:nth-child(2) {
	height: 100%;
}

div.hidden-menu li.menu-item-has-children:hover ul a {
	color: var(--black);
}

.text p a {
	display: inline-block;
	color: var(--red);
	font-weight: 600;
	text-decoration: underline;
	transition: 0.2s ease-in-out;
}

.text p a:hover {
	opacity: 0.6;
}

div.hidden-menu ul.sub-menu li:before {
	content: unset;
}

#primary-menu-hidden li.menu-item-has-children a {
	display: flex;
	gap: 16px;
}

.usp-slider--swiper {
	padding: 0 var(--gridPadding);
}

table thead {
	background-color: var(--red);
	color: var(--white);
}

table th, table td {
	padding: 8px;
}

table td {
	border: 1px solid;
}

li.menu-item-has-children.active  > span div {
	transform: rotate(45deg);
}

li.menu-item-has-children.active ul.sub-menu {
	margin-top: 8px;
}

li.menu-item-has-children.active ul.sub-menu li + li {
	margin-top: 8px;
}

.laatste-blog-card {
	display: flex;
	gap: 16px;
	align-items: center;
	text-decoration: unset;
	transition: 0.2s ease-in-out;
}

.laatste-blog-card:hover {
	transform: translateY(-2px);
}

.blog-sidebar__single {
	padding: 32px;
	border: 1px solid var(--grey);
	border-radius: 16px;
	overflow: hidden;
}

.laatste-blog-card__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
}

.laatste-blog-card__image {
	height: 80px;
	width: 140px;
	border-radius: 16px;
	overflow: hidden;
}

.blog-wrapper {
	grid-column: 1 / 8;
}

.blog-wrapper section {
	padding-top: calc(var(--sectionPadding) * 0.5);
}

.blog {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 100px;
}

.read-time svg {
	height: 14px;
	width: auto;
}

.read-time {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	opacity: 0.8;
}

.blog-sidebar {
	grid-column: 8 / -1;
	display: flex;
	flex-flow: column;
	gap: 32px;
}

li.menu-item-has-children > span div {
	transition: 0.2s ease-in-out;
	cursor: pointer;
	margin-left: 12px;
	-webkit-tap-highlight-color: transparent;
}

.laatste-blog-card__content-date {
	color: var(--grey);
	margin-top: 4px;
	font-size: 12px;
}

.laatste-blog-card__content {
	width: 100%;
}

.share-post__socials {
	flex-wrap: wrap;
}

.laatste-blog-card__content-title {
	color: var(--black);
	margin: 0;
}

.hidden-menu .sub-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-in-out, margin 0.2s ease-in-out;
}

.single-auto-merk .bttn-wrapper {
	margin-top: auto;
	padding-top: 24px;
}

.hidden-menu .menu-item-has-children {
	display: flex;
	flex-flow: column;
}
.menu-item-has-children:after {
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
	display: block;
	transition: transform 0.2s ease-in-out;
	height: 100%;
	width: 12px;
	fill: var(--white);
	margin-left: 8px;
	filter: brightness(0) saturate(100%) invert(91%) sepia(61%) saturate(0%) hue-rotate(148deg) brightness(110%) contrast(100%);
}

.hidden-menu .logo img {
	height: 100px;
	width: auto;
	display: block;
}

.bttn.black p {
	color: var(--black);
}

.bttn.black {
	border: 1px solid var(--black);
}

.hidden-menu li {
	text-decoration: none;
	list-style: none;
}

.hidden-menu li a {
	text-decoration: none;
	color: var(--black);
}

.bttn:hover p:nth-child(2) {
	transform: unset;
	opacity: 1;
}

.bttn:hover p:nth-child(1) {
	transform: translateY(-10px);
	opacity: 0;
}

.bttn p:nth-child(2) {
	position: absolute;
	opacity: 0;
	transform: translateY(10px);
}

#primary-menu-hidden li a:hover {
	color: var(--red);
}

.links-above-header .star-container-content {
	padding-left: 16px;
	border-left: 1px solid var(--blue);
}

.single-icon {
	width: 24px;
	height: 24px;
	padding: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999px;
	background: var(--red);
	transition: 0.2s ease-in-out;
	-webkit-tap-highlight-color: transparent;
}

.single-icon:hover {
	transform: rotate(-15deg);
}

.close:hover .line {
	background-color: var(--black);
}

.h1 {
	font-size: var(--bigFont);
}

.bttn:hover .bttnRed svg {
	transform: rotate(45deg);
}

.bttnRed svg {
	transition: 0.2s ease-in-out;
}

ul.sub-menu {
	position: absolute;
	display: flex;
	flex-flow: column;
	justify-content: start;
	right: 9999em;
	opacity: 0;
	transition: 0.2s ease-in-out;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background-color: var(--blue);
	border-radius: 0 0 10px 10px;
	width: calc(100% - var(--gridPadding));
	top: calc(100% - var(--normalFont));
	transition: opacity 0.2s ease-in-out, right 0s 0.2s ease-in-out;
}

.main-navigation ul li:hover > ul.sub-menu {
	opacity: 1;
	right: var(--gridPadding);
	transition: opacity 0.2s ease-in-out, right 0s ease-in-out;
}
.main-navigation ul li:hover:after {
	filter: brightness(0) saturate(100%) invert(17%) sepia(86%) saturate(6538%) hue-rotate(0deg) brightness(98%) contrast(122%);
	transition: transform 0.2s ease-in-out;
	transform: rotate(180deg);
}

.menu-main-menu-container {
	position: relative;
}

header ul.sub-menu {
	display: flex;
	place-items: flex-start;
	flex-flow: column;
}

.bttnRed {
	background-color: var(--red);
	height: 56px;
	width: 56px;
	transition: background 0.2s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: -28px;
	border-radius: 9999px;
}

.hero-two-content p {
	width: 75%;
}

.hero-two-content .bttn p {
	width: auto;
}

.logo {
	position: relative;
	display: flex;
	align-items: center;
}

.whiteCircle {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.contact-form .form .wpcf7.js {
	padding: 56px 32px;
}

/*  Start kaart overhang */
.card-overhang {
	background-color: var(--backgroundBlack); 
	padding-top: 0;
}

.card-overhang--content-text--left {
	display: flex;
	flex-flow: column;
	flex: none;
	gap: 16px;
	align-items: center;
}

.card-overhang--content-text {
	display: flex;
	border-top: solid 1px var(--black);
	border-bottom: solid 1px var(--black);
	padding: 24px 0;
	justify-content: space-between;
	gap: 24px;
}



.card-overhang--content-text--left p {
	text-transform: uppercase; 
	line-height: 1;
	font-weight: 600;
	margin: 0;
}

.card-overhang--content-text--left p:first-child {
	font-size: calc(var(--bigFont) * 2);
}

.linkTextSection.mainGrid a {
	display: inline-block;
}

.text-left-pr {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: calc(var(--sectionPadding) / 2);
	padding-bottom: var(--sectionPadding);
}

.text-left-pr-v2 .innerCircle {
	transform-origin: center;
	width: 176px;
	height: 176px;
	right: unset;
	left: 0;
	bottom: 0;
	transform: translate(-50px, 50px);
	top: unset;
	background: var(--white);
	border-radius: 9999px;
	position: absolute; 
}

.text-left-pr-v2 {
	position: relative;
	margin-top: 48px;
}

.text-left-pr-v2 .text-left-pr--content--color-block > div:before {
	display: block;
	content: '';
	background-color: var(--white);
	width: 100%;
	height: var(--sectionPadding);
}

.text-left-pr-v2 .text-left-pr--content--color-block > div {
	background-color: var(--lightGrey);
	height: 100%;
	width: 100%;
	padding-bottom: unset
}

.text-left-pr-v2 .text-left-pr--content--image-block {
	position: absolute;
	top: 0;
	height: 100%;
	right: var(--gridPadding);
	transform: translateY(-48px);
}

.text-left-pr-v2 .text-left-pr--content--color-block {
	display: flex;
	flex-wrap: wrap-reverse;
	height: 100%;
	place-items: flex-end;
	position: absolute;
	left: 0;
	z-index: -1;
	width: 65%;
	padding-bottom: var(--sectionPadding);
	place-content: flex-end;
}

.text-left-pr--content--color-block > div:before {
	display: block;
	content: '';
	background-color: var(--white);
	width: 100%;
	height: calc(var(--sectionPadding) / 2);
}

.text-left-pr--content__right {
	position: relative; 
}

.text-left-pr--content--color-block {
	display: flex;
	flex-wrap: wrap-reverse;
	height: 100%;
	place-items: flex-end;
	width: 100%;
	padding-bottom: var(--sectionPadding);
	place-content: flex-end;
}

.text-left-pr--content--color-block > div {
	background-color: var(--lightGrey); 
	height: 100%;
	width: 80%;
	padding-bottom: var(--sectionPadding);
}

.text-left-pr--content--image-block > img {
	display: block;
	border-radius: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.text-left-pr.text-left-pr-v2 + section:not(.formSection) {
	padding-top: unset; 
}

.text-left-pr.text-left-pr-v2 + section.formSection {
	margin-top: unset; 
}

.text-left-pr--content--image-block {
	position: absolute;
	top: 0;
	height: 100%;
}

.text-left-pr--content--text {
	position: absolute;
	top: 50%;
	color: var(--white);
	text-decoration: none;
	transform: translateY(-30%);
	right: var(--gridPadding);
	z-index: 1;
	width: 225px;
	padding: 32px;
	border-radius: 10px;
	background-color: var(--black);
}

.text-left-pr--content--text:hover img {
	transform: rotate(45deg); 
}

.text-left-pr--content--text img {
	transition: 0.3s cubic-bezier(0.80, 0.20, 0.20, 0.80); 
}

.text-left-pr--content--text--content > div {
	display: flex;
	width: 100%;
	place-items: flex-end;
	justify-content: flex-end;
}

.text-left-pr--content--text p {
	font-size: var(--midFont);
	line-height: 1.3; 
}

.text-left-pr-v2 .text-left-pr--content__left {
	padding-top: var(--sectionPadding); 
}

.text-left-pr--content__left {
	padding-top: calc(var(--sectionPadding) / 2);
	padding-left: var(--gridPadding); 
}

.card-overhang--content  {
	position: relative; 
}

.card-overhang--content .lockit-circle img {
	transform: translateY(40px);
	width: 100%;
	height: 100%;
}

.card-overhang--content .lockit-circle  {
	height: 503px;
	width: 503px;
	transform: translate(-50%, 0);
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.card-overhang--content__right {
	color: var(--white);
}

.card-overhang--content__left {
	grid-column: 1 / 5; 
	background-color: var(--white);
	z-index: 2;
	border-radius: 0 0 10px 10px;
	padding: 64px 32px 32px 32px;
	transform: translateY(-32px);
	position: relative;
	height: fit-content;
}

.bttn.blue p {
	color: var(--blue);
}

.bttn.blue {
	border: 1px solid var(--blue);
	padding: 16px 60px;
}

.card-overhang--content__left:after {
	content: '';
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	top: 0;
	transform: translateX(40px);
	display: block;
	height: 32px;
	width: 40px;
	background-image: url('/wp-content/uploads/2024/07/shadow-card.svg');
}

.card-overhang--content__right {
	padding: var(--sectionPadding) 0; 
	grid-column: 7 / -1;
}

.card-overhang--content__left .whiteCircle p, .card-overhang--content__left .whiteCircle a {
	color: var(--white); 
	text-decoration: none;
}

.card-overhang--content__left .whiteCircle {
	background-color: var(--backgroundBlack);
	margin-top: calc(var(--sectionPadding) / 2);
	width: calc(100% - 32px);
}

.card-overhang--content {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
}
/*  Eind kaart overhang */

.whiteCircle .redCircle {
	height: 74px;
	width: 74px;
	position: absolute;
	top: 50%;
	right: -45px;
	transform: translateY(-50%);
	border-radius: 9999px;
	background-color: var(--red);
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column: 5;
}

.whiteCircle .fotoInCircle {
	height: calc(100% + 16px);
	display: flex;
	width: 100%;
	object-fit: cover;
	margin-top: -16px;
	transform: unset;
}

.form .bttn input {
	font-weight: 500;
	font-family: var(--bodyFont);
	font-size: 16px;
}

.hidden-menu-inner {
	padding: 0 48px;
}

.hidden-menu .menu-under {
	margin-bottom: 48px;
	padding: 0 48px;
}

.hidden-menu .menu-under-inner {
	display: flex;
	gap: 16px;	
	border-bottom: 2px solid var(--lightGrey);
	padding: 24px 0;
}

.hidden-menu {
	position: fixed;
	transition: transform 0.4s cubic-bezier(0.8, 0, 0, 0.8), opacity 0s 0.4s linear;
	width: 50%;
	inset: 0;
	height: 100%;
	transform: translateX(-100%);
	z-index: 20;
	opacity: 0;
	overflow-y: auto;
	min-width: 320px;
	background: var(--white);
	box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
	display: flex;
	border-radius: 0 32px 32px 0;
	flex-flow: column;
	justify-content: space-between;
}

.menu-active .hidden-menu {
	opacity: 1;
	transform: unset;
	transition: transform 0.4s cubic-bezier(0.8, 0, 0, 0.8), opacity 0s 0s linear;
}

.menu-active .hamburger .line:nth-child(2) {
	opacity: 0;
	transition: opacity 0.2s 0.1s ease-in-out;
}

body.menu-active {
	overflow: hidden;
}

.menu-active .hamburger .line:nth-child(1) {
	transition: transform 0.2s 0.3s ease-in-out, margin 0.2s ease-in-out;
	transform: rotate(-45deg);
}

.menu-active .hamburger .line:nth-child(3) {
	transition: transform 0.2s 0.3s ease-in-out, margin 0.2s ease-in-out;
	transform: rotate(45deg);
}

ul.sub-menu {
	position: absolute;
	z-index: 3;
}

.menu-active .hidden-menu-background {
	opacity: 1;
	pointer-events: auto;
}

.hidden-menu-background {
	z-index: 19;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	inset: 0;
	transition: 0.4s ease-in-out;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
}

.close .line {
	width: 3px;
	background-color: var(--grey);
	position: absolute;
	height: 100%;
	right: 50%;
	border-radius: 16px;
	transition: 0.2s ease-in-out;
}

.close .line:nth-child(1) {
	transform: rotate(45deg);
}

.close .line:nth-child(2) {
	transform: rotate(-45deg);
}

.close {
	position: relative;
	display: flex;
	height: 50px;
	cursor: pointer;
	width: 50px;
}

#primary-menu-hidden {
	display: flex;
	flex-flow: column;
	gap: 32px;
	padding-top: 24px;
	padding-left: 0;
	margin-top: 24px;
	padding-right: 16px;
	border-top: 2px solid var(--lightGrey);
}

.logo-and-dismiss {
	display: flex;
	padding-top: 40px;
	justify-content: space-between;
	align-items: center;
}

#primary-menu-hidden li a {
	font-size: 24px;
}

.menu-active .hamburger .line {
	margin: 0!important;
}

.whiteCircle p {
	grid-column: 2 / 6;
	margin: 0;
	font-weight: 600;
	padding-right: 32px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding-left: 52px;
	height: 100%;
	font-size: 16px;
	max-height: 83px;
}

section.categorySection {
	background-color: var(--lightGrey);
}

.linkTextHeaderText {
	display: flex;
	gap: 16px;
	font-weight: 500;
	align-items: center;
	text-transform: uppercase;
	margin: 16px 0;
	font-size: 18px;
}

.privacy-policy {
	padding-bottom: var(--sectionPadding);
}

.linkTextHeaderText {
	color: #999999;
}

.linkTextHeaderText:before {
	content: '';
	display: flex; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	width: 17px;
	height: 17px;
	border-radius: 9999px;
	background: var(--white);
	border: 6px solid var(--red);
}

.menu .sub-menu li:hover:before{
	filter: brightness(0) saturate(100%) invert(17%) sepia(86%) saturate(6538%) hue-rotate(0deg) brightness(98%) contrast(122%);
}

.linkTextHeaderText.black:before {
	background: var(--backgroundBlack);
}

.bttn {
	display: inline-flex;
	align-items: center;
	border: solid 1px var(--white);
	border-radius: 10px;
	padding: 14px 45px;
}

.bttn p {
	font-weight: 500;
}

section.card-overhang .card-overhang--content__right.text p {
	color: var(--white);
}

.mainGrid {
	max-width: var(--mainGrid);
	margin-left: auto;
	margin-right: auto;
}

.grey {
	color: var(--grey);
}

.light-grey {
	color: var(--lightGrey);
}

.navigationWrapper {
	padding-left: 56px;
	width: 100%;
}

.links-above-header a, .links-above-header p {
	margin: 0;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: var(--grey);
}

.star-container-content p {
	font-weight: 600;
}

.links-above-header svg {
	height: 24px;
	width: auto;
}

.mobile-phone-icon svg {
	filter: brightness(0) saturate(100%) invert(100%) sepia(95%) saturate(0%) hue-rotate(77deg) brightness(106%) contrast(107%);
}

a.mobile-phone-icon {
	padding: 12px;
	background-color: var(--red);
	display: none;
	border-radius: 9999px;
}

.links-above-header span {
	color: var(--red);
	margin-left: 4px;
}

.links-above-header-content {
	display: flex;
	align-items: center;
	position: relative;
	gap: 24px;
	margin-right: 28px;
	margin-top: 16px;
}

.links-above-header {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 16px;
	position: relative;
}

/*  Navbar */

.main-navigation {
	background-color: var(--blue);
	margin-left: var(--gridPadding);
	display: flex;
	height: 60px;
}

.main-navigation ul {
	display: flex;
	margin: 0;
	align-items: center;
	padding: 16px;
	gap: 16px;
	padding-right: var(--gridPadding);
	justify-content: space-between;
	text-wrap: no-wrap;
}

.logoCircle {
	border-radius: 9999px;
	position: absolute;
	background-color: var(--white);
	border: 30px solid var(--red);
	width: 200px;
	height: 200px;
	top: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 36px;
	margin: 0;
	z-index: 0;
	transform: translateY(-50%);
}

.main-navigation svg {
	margin-left: 32px;
	height: 100%;
	position: relative;
	z-index: 2;
	background-color: var(--blue);
}

.locatie-wrapper .bttn:hover .bttnRed {
	background-color: var(--black);
}

.logo-background {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--blue);
	z-index: 1;
}

.personeelSectie {
	padding-bottom: var(--sectionPadding); 
	background: var(--lightGrey);
}

footer {
	background: #1E2023;
}

.siteInfoWrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-bottom: 1px solid rgba(153, 153, 153, 0.4);
	border-top: var(--red) 10px solid;
}

.infoWrapperContent p:nth-child(2) {
	font-size: 24px;
	font-weight: 600;
}

.infoWrapperContent p:nth-child(1) {
	color: #555555;
	font-weight: 600;
}

.infoWrapperContent p {
	margin: 0;
}

.infoWrapperContent:hover img {
	transform: scale(1.1);
}

.infoWrapperContent img {
	transition: 0.2s ease-in-out;
}

.infoWrapperContent.mail {
	align-items: center;
	border-left: 1px solid rgba(153, 153, 153, 0.4);
	border-right: 1px solid rgba(153, 153, 153, 0.4);
}

.infoWrapperContent {
	justify-content: center;
}

.infoWrapperContent {
	color: var(--white);
	display: flex;
	margin: 36px 0;
	gap: 32px;
	text-decoration: none;
}

.form p {
	margin: 0;
}

.main-navigation li {
	display: flex;
}

.main-navigation li, .main-navigation li a {
	text-decoration: none;
	list-style: none;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 600;
}

.footerLockit ul {
	gap: 16px;
}

.footerLockit {
	display: flex;
	justify-content: space-between;
	padding-bottom: var(--sectionPadding);
	border-bottom: 1px solid rgba(153, 153, 153, 0.4);
}

.menu li.menu-item-has-children:hover a {
	color: var(--red);
}

.menu li.menu-item-has-children:hover ul a {
	color: var(--white);
}

.menu li.menu-item-has-children ul li:hover a {
	color: var(--red);
}

.menu .sub-menu li {
	display: flex;
	align-items: center;
	width: 100%;
}

.main-navigation ul ul {
	gap: 16px;
}

p.kvk-number, a.adres {
	margin: 0;
	color: var(--grey);
	text-decoration: none;
}

nav li.menu-item:hover a {
	color: var(--red);
}

.menu .sub-menu li:before {
	content: "";
	transition: 0.2s ease-in-out;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M336 352c97.2 0 176-78.8 176-176S433.2 0 336 0S160 78.8 160 176c0 18.7 2.9 36.8 8.3 53.7L7 391c-4.5 4.5-7 10.6-7 17l0 80c0 13.3 10.7 24 24 24l80 0c13.3 0 24-10.7 24-24l0-40 40 0c13.3 0 24-10.7 24-24l0-40 40 0c6.4 0 12.5-2.5 17-7l33.3-33.3c16.9 5.4 35 8.3 53.7 8.3zM376 96a40 40 0 1 1 0 80 40 40 0 1 1 0-80z"/></svg>');
}

.edit-link {
	display: none;
}

.menu a {
	transition: 0.2s ease-in-out;
}

.copyright {
	color: var(--white);
	margin: 0;
}

.disclaimerLockit {
	padding: 24px 0;
	display: flex;
	justify-content: space-between;
}

.disclaimerLinks {
	display: flex;
	gap: 64px;
}

.disclaimerLinks a {
	color: var(--white);	
	text-decoration: none;
}

.copyright span {
	color: var(--red);
}

.footerLockit li {
	list-style: none;
	color: var(--white);
}

.footerLockit #footer-menu a {
	color: var(--white);
	text-decoration: none;
	font-weight: 300;
	transition: 0.2s ease-in-out;
}

.footerLockit #footer-menu a:hover {
	color: var(--red);
}

.hero-two-image {
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0;
	z-index: -2;
}

.hero-two-image img {
	display: block;
	object-fit: cover;
	height: 100%;
	width: 100%;
	filter: grayscale(1);
}

.hero-two {
	position: relative;
	width: 100%;
	height: 100%;
}

.footerLinks ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: var(--sectionPadding);
}

.swiper-werkzaamheden .werkzaamheden-round p {
	font-weight: 800;
}

.ctaFooter {
	width: 250px;
}

.certificeringen .text h2 {
	font-size: var(--bigFont);
	margin: 0;
}

.text h2 {
	font-size: var(--bigFont);
}

.text p {
	color: var(--grey);
}

.ctaFooter h3 {
	font-size: 20px;
	color: var(--white);
}

.ctaFooter p {
	color: #626262;
	font-size: 16px;
}

.ctaFooter .bttn p {
	color: var(--white);
	margin: 0;
}

.ctaFooter .bttn {
	margin-top: 8px;
}

.socials {
	display: flex;
	gap: 16px;
	padding-top: 45px;
}

.socials .logo {
	height: 44px;
	width: 44px;
	background-color: #262626;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
}

.footerLockit {
	padding-top: calc(var(--sectionPadding) / 2);
}

.formSection {
	background: var(--lightGrey); 
	position: relative;
	overflow: hidden;
}

.form h3 {
	font-size: 40px;
	margin: 16px 0;
}

.formContentText {
	padding-bottom: 32px; 
	width: 75%;
}

.circleForm:nth-child(1) {
	left: var(--gridPadding);
	position: absolute;
	bottom: 0;
	transform: translate(-40%, 12%);
}

.circleForm:nth-child(2) {
	position: absolute;
	right: var(--gridPadding);
	height: 449px;
	width: 449px;
	bottom: 0;
	transform: translate(70%, 60%);
}

.circleForm:nth-child(2) img {
	height: 100%;
	width: 100%;
	opacity: 0.4;
}

.imageSection img {
	position: relative; 
}

.formContent {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	justify-content: space-between;
}

.form .wpcf7-spinner {
	display: none; 
}

.form .bttn input {
	padding: 14px 45px;
	cursor: pointer;
}

.form .bttn {
	display: inline-flex;
	background-color: var(--white);
	align-items: center;
	padding: 0;
	border: 1px solid var(--black);
	border-radius: 10px;
	justify-content: center;
	cursor: pointer;
}

section + .formSection {
	margin-top: var(--sectionPadding);
}

.text li {
	display: flex; 
	align-items: center;
	gap: 4px;
}

.text .mapContentLinks li:before {
	content: unset;
}

.text li:before {
	content: '';
	transition: transform 0.2s ease-in-out;
	height: 22px;
	width: 22px;
	display: block;
	margin-right: 12px;
	background: var(--red) url(/wp-content/uploads/2024/06/Arrow.svg);
	border-radius: 9999px;
	background-size: 9px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
}

.form a.bttn:after {
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(https://lockit.dev/wp-content/uploads/2024/06/Arrow.svg), var(--red);
	position: absolute;
	right: -22px;
	height: 44px;
	width: 44px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 9999px;
	background-size: 18px;
	transition: 0.2s ease-in-out;
}

.swiper-slide {
	overflow: visible!important;
}

.form a.bttn:hover:after {
	transform: rotate(45deg);
}

.form .wpcf7-submit {
	border: unset;
	background: unset; 
}

.contactFormInfo p {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.contactFormInfo p br {
	display: none;
}

.contactFormInfo input {
	padding: 8px 16px;
	border-radius: 10px;
	border: 1px solid;
	font-family: var(--bodyFont);
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	max-width: -webkit-fill-available;
}

.wpcf7-form-control-wrap {
	box-sizing: border-box;
	display: block;
	height: 100%;
}

.imageSection img {
	height: 100%;
}

.form .wpcf7-submit {
	font-weight: 600;
}

.titlePersoneel p {
	z-index: 1;
}

.form textarea {
	width: -webkit-fill-available!important;
	max-width: -webkit-fill-available;
	padding: 8px 16px;
	border-radius: 10px;
	font-family: var(--bodyFont);
	font-weight: 400;
	font-size: 16px;
	height: 87px;
	min-height: 87px;
	max-height: 500px;
}

.form {
	width: 100%;
	max-width: 100%;
	grid-column: 6 / -1;
	padding-bottom: var(--sectionPadding);
}

.imageSection {
	grid-column: 1 / 5;
	width: 100%;
	height: 600px;
	display: flex;
	align-self: end;
}

.links-above-header a, .links-above-header p {
	font-size: 16px;
	font-weight: 400;
}

.text ul li:before {
	flex: none;
}

.text ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	flex-flow: column;
	gap: 22px;
}

.contactFormInfo p {
	margin: 0;
}

.mapInner svg {
	height: 100%;
	width: 100%;
	display: block;
}


@media only screen and (max-width: 1440px) {
	:root {
		--mainGrid: 90vw;
	}
}

@media only screen and (max-width: 1280px) {
	section.autoSectie img {
		transform: unset;
	}
	.blog {
		display: flex;
	}
	.laatste-blog-card__image {
		display: none;
	}
	.blog-sidebar {
		width: 40%;
	}
	.blog-wrapper {
		width: 60%;
	}
	.navigationWrapper #primary-menu {
		display: none;
	}
	div.card-overhang--content__left {
		grid-column: 1 / 6;
	}
	.card-overhang--content__right {
		position: relative;
	}
	.card-overhang--content .lockit-circle {
		opacity: 0.3;
	}
	.hamburger {
		width: 40px;
		flex-flow: column;
		gap: 8px;
		align-items: center;
		justify-content: center;
		display: flex;
		cursor: pointer;
	}
	.hamburger {
		position: relative;
		height: 40px;
		z-index: 10;
	}
	.hamburger .line:nth-child(2) {
		transition: opacity 0.5s ease-in-out;
	}
	.hamburger .line {
		position: absolute;
	}
	.hamburger .line {
		height: 3px;
		width: 100%;
		background-color: var(--white);
		border-radius: 9999px;
		transition: 0.5s ease-in-out;
	}
	.hamburger .line:nth-child(3) {
		margin-top: 24px;
		transition: transform 0.2s ease-in-out, margin 0.2s 0.2s ease-in-out;
	}
	.hamburger .line:nth-child(1) {
		transition: transform 0.2s ease-in-out, margin 0.2s 0.2s ease-in-out;
	}

	.hamburger .line:nth-child(1) {
		margin-bottom: 24px;
	}
	.navigationWrapper {
		padding-left: 56px;
		width: 100%;
		margin-right: var(--gridPadding);
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
}

@media only screen and (max-width: 1024px) {
	:root {
		--sectionPadding: 100px;
		--bigFont: 32px;
	}
	.blog {
		display: flex;
		flex-flow: column;
		gap: 0;
	}
	.laatste-blog-card__image {
		display: block;
	}
	.blog-sidebar {
		width: 100%;
	}
	.blog-wrapper {
		width: 100%;
	}
	div.auto-merk-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-overhang--content__left:after {
		content: unset;
	}
	.links-above-header .bttn.blue {
		display: none;
	}
	section.nieuws-overzicht {
		grid-template-columns: repeat(2, 1fr);
	}
	.disclaimerLockit {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.card-overhang--content__left {
		transform: unset;
		border-radius: 10px;
	}
	nav.main-navigation svg {
		margin-left: var(--gridPadding);
	}

	div.locatie-wrapper {
		grid-template-columns: repeat(2 , 1fr);
	}

	.logoCircle {
		left: var(--gridPadding);
	}
	div.card-overhang--content {
		display: flex;
		flex-flow: column;
	}
	section.card-overhang .whiteCircle {
		align-items: center;
	}
	nav.main-navigation {
		margin-left: unset;
	}
	.homeHero {
		display: flex;
	}
	div.personeelWrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 48px;
	}
	img.fotoPersoneel {
		height: 500px;
		object-position: top;
	}
	.werkzaamhedenContent {
		margin-top: var(--sectionPadding);
	}
	.homeHeroContent.mainGrid {
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
	.sideImage, .autoSectie.mainGrid .carSection, div.certificeringenLeft {
		display: none;
	}
	.homeHero .title, .homeHeroContentTwo {
		width: 75%;
	}
	section.certificeringen .mainGrid {
		display: block;
	}
	section.faq {
		display: flex;
		flex-flow: column;
		gap: 64px;
		grid-template-columns: repeat(12, 1fr);
	}
	.footerLockit {
		flex-flow: column;
		gap: 32px;
	}
	.siteInfoWrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.infoWrapperContent {
		border-left: 1px solid rgba(153, 153, 153, 0.4);
		border-right: 1px solid rgba(153, 153, 153, 0.4);
	}
	div.whiteCircle .redCircle {
		display: none;
	}
	div.innerCircle {
		transform-origin: center;
		width: 176px;
		height: 176px;
		right: 50%;
		transform: translateY(-50%) translateX(50%);
		top: unset;
		background: var(--white);
		border-radius: 9999px;
		position: absolute;
	}
	div.linkSectionWrapper .imageWrapper {
		grid-column: span 5;
	}
}


@media only screen and (max-width: 768px) {
	:root {
		--sectionPadding: 80px;
		--bigFont: 24px;
	}
	div.certificeringenRightContent {
		width: 100%;
	}
	.single-blogs .foto-veld {
		height: 300px;
	}
	.single-blogs .tekst-veld p {
		width: 100%;
	}
	#primary-menu-hidden .sub-menu li a {
		font-size: 16px;
	}
	div.homeHero {
		min-height: 100%;
	}
	.search-filter .mainGrid {
		flex-flow: column;
		gap: 32px;
	}
	section.nieuws-overzicht {
		display: flex;
		flex-flow: column;
		gap: 48px;
	}
	.homeHero .title, .homeHeroContentTwo {
		width: 100%;
	}
	.openings-time {
		display: none;
	}
	h2, section.categorySection .linkTextSection h2 {
		font-size: 24px;
	}
	p, a, li, ul, b {
		font-size: 18px;
	}
	a.mobile-phone-icon {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.card-overhang--content__left .whiteCircle p, .card-overhang--content__left .whiteCircle a {
		font-size: 12px;
	}
	div.card-overhang--content__left .fotoInCircle {
		display: none;
	}
	div.card-overhang--content__left .whiteCircle {
		display: flex;
	}
	.disclaimerLockit {
		display: flex;
		flex-flow: column;
		gap: 16px;
	}
	.card-overhang--content-text {
		flex-flow: column;
	}
	.text-left-pr-v2 .text-left-pr--content--color-block {
		top: 0;
	}
	div.text-left-text-right-auto-detail {
		grid-template-columns: 1fr;
	}
	.text-left-text-right-auto-detail img {
		height: 150px;
		width: auto;
		object-fit: cover;
	}
	div.auto-merk-wrapper {
		display: flex;
		flex-flow: column;
	}
	section.contact-form img {
		display: none;
	}
	div.locatie-wrapper {
		display: flex;
		flex-flow: column;
	}
	div.contact-form-wrapper {
		display: flex;
		flex-flow: column;
	}
	div.homeHeroContent.mainGrid {
		justify-content: unset;
		padding: calc(var(--sectionPadding) / 1.2) 0;
	}
	section.text-left-pr {
		display: flex;
		flex-flow: column;
	}

	div.innerCircle {
		display: none;
	}
	.hidden-menu {
		width: 100%;
		border-radius: unset;
	}
	section.categorySection .linkTextSection {
		display: flex;
		flex-flow: column-reverse;
		grid-template-columns: repeat(12, 1fr);
		align-items:  unset;
		justify-content: unset;
	}
	.hero-two-content-under {
		flex-flow: column-reverse;
		gap: 32px;
		display: flex;
		justify-content: space-between;
	}
	div.swiper-pagination-custom {
		display: flex;
		flex-flow: column;
		gap: 16px;
	}
	div.siteInfoWrapper {
		display: flex;
		flex-flow: column;
	}
	.whiteCircle {
		margin-top: 16px;
	}
	div.linkSectionWrapper {
		display: flex;
		flex-flow: column-reverse;
		gap: 32px;
	}
	img.lockitCircleOne {
		position: absolute;
		left: 0;
		transform: translateX(-50%);
		bottom: -25%;
		top: unset;
		z-index: -3;
	}
	.mapInner svg {
		height: 400px;
		width: 100%;
		display: block;
	}
	div.mapInner {
		display: flex;
		flex-flow: column;
	}
	div.google-reviews--right {
		grid-column: 1 / -1;
		padding: unset;
		background-color: var(--white);
		display: flex;
		align-items: center;
		justify-content: center;
		flex-flow: column;
	}
	div.google-reviews--left {
		display: none;
	}
	div.google-reviews--middle {
		grid-column: 1 / -1;
	}
	div.text-left-pr--content__left {
		padding-top: unset;
	}
	div.text-left-pr--content--image-block > img {
		display: none;
	}
	div.form {
		grid-column: 1 / -1;
	}
	.formSection .circleForm, .formSection .imageSection  {
		display: none;
	}
	a.infoWrapperContent.website {
		grid-column: span 2;
	}
	a.text-left-pr--content--text {
		display: block;
		transform: unset;
		position: unset;
	}
	div.text-left-pr--content--color-block {
		display: none;
	}
	.fotoWrapperPersoneel {
		height: 100%;
	}
	div.personeelWrapper {
		display: flex;
		flex-flow: column;
	}
	img.fotoPersoneel {
		height: 500px;
		object-position: top;
	}
	.text-left-pr--content__right {
		position: relative;
		display: flex;
		justify-content: center;
	}
	section.text-left-pr {
		padding-bottom: unset;
	}
	section.text-left-pr-v2 .text-left-pr--content--color-block {
		width: 100%;
	}
	.disclaimerLinks {
		display: flex;
		flex-flow: column;
		gap: 16px;
	}
}

@media only screen and (max-width: 600px) {
	div.footerLinks {
		display: flex;
		flex-flow: column;
		gap: 16px;
	}
	.text li {
		flex-wrap: wrap;
	}
	.laatste-blog-card__content-title {
		color: var(--red);
		text-decoration: underline;
	}
	.laatste-blog-card__image {
		display: none;
	}
	.footerLockit ul {
		column-gap: unset;
		row-gap: 8px;
		padding: unset;
	}
	div.homeHero .bttn-group .bttn:last-child {
		margin-left: unset;
	}
	.footerLockit {
		flex-flow: column-reverse;
	}
	.disclaimerLockit {
		flex-flow: column;
		gap: 16px;
	}
	.card-overhang {
		overflow-x: clip;
	}
	.main-navigation svg {
		height: 50px;
		width: 150px;
		margin-left: 39px;
		z-index: 2;
	}
	.logo-background {
		z-index: 1;
	}
	.logoCircle {
		z-index: -1;
		width: 150px;
		height: 150px;
		border: 20px solid var(--red);
	}
	.hidden-menu-inner, .hidden-menu .menu-under {
		padding: 0 var(--gridPadding);
	}
	.heroImage {
		position: static;
		z-index: -3;
	}
	div.homeHero .overlay {
		z-index: -2;
	}
	.close {
		height: 40px;
		width: 40px;
	}
	#primary-menu-hidden li a {
		font-size: 18px;
		font-weight: 500;
	}
	#primary-menu-hidden {
		gap: 18px;
	}
	.single-icon {
		width: 16px;
		height: 16px;
		padding: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media only screen and (max-width: 480px) {
	.links-above-header-content a.mobile-phone-icon {
		display: none;
	}
}

@media only screen and (max-width: 420px) {
	div.homeHero .title {
		color: var(--white);
		font-weight: 600;
		font-size: 32px;
		line-height: 1;
		font-family: var(--headingFont);
	}
	.site-header#masthead {
		margin-top: 48px;
	}
	.links-above-header-content {
		display: none;
	}
	.hero-two-content p {
		width: 100%;
	}

	.hero-two-content .bttn p {
		width: auto;
	}
	div.whiteCircle {
		width: 300px;
	}
	.footerLinks ul {
		display: flex;
		flex-flow: column;
	}
	a.singleCard.swiper-slide {
		padding: 32px 24px;
		width: 250px;
	}
	a.singleCard.swiper-slide .bttn {
		max-width: 100px;
	}
	.homeHero .title, .homeHeroContentTwo {
		width: 100%;
	}
	div.mapContentLinks ul {
		padding: 0;
		gap: 16px 0;
		grid-template-columns: repeat(1, 1fr);
	}
	.hidden-menu-inner, .hidden-menu .menu-under {
		padding: 0 24px;
	}
}


@media only screen and (max-width: 375px) {

}

@media only screen and (max-width: 320px) {
	a.singleCard.swiper-slide {
		padding: 32px 16px;
	}
}


.as-h2{
	font-size:40px !important;
}
@media only screen and (max-width: 375px) {
	.as-h2{
		font-size:24px !important;
	}
}

.text li{
	display:inline;
	padding-left:50px;
	position: relative;
}
	.text li:before{
		float:left;
		position: absolute;
		left:0px;
		top:50%;
		transform: translateY(-50%);
	}