@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');


/*====================================

	TYPO
	font-family: "Sora", sans-serif;

====================================*/

/*====================================
	Standaard 
====================================*/
html {
	font-size: 14px;
	color: var(--zwart);
} 
body {
  font-size: 1rem;
  color: var(--zwart);
  font-family: "Sora", sans-serif;
  background-color: var(--lichtgrijs);
  overflow-x: hidden;
}
button:focus {
  outline: none;
}
:focus {
  outline: none;
}
::selection {
  background: rgba(128, 0, 0, 0.42);
  color: #fff;
}
.hoef:hover {
  opacity: 0.80;
}
.rounded {
  border-radius: 100px!important; 
}
.nf-form-content { 
  padding: 5px !important;
  max-width: 1000px !important;
  margin: 0 !important;
}
.pos-rel {
	position: relative;
}
.h-100 {
	height: 100%;
}
#contentblok_2.tekst {
	margin-top: 30px;
}

.marginBottomKlein {
	padding-bottom: 30px;
}
.marginBottomMiddel {
	padding-bottom: 60px;

}
.marginBottomGroot {
	padding-bottom: 90px;
}

/*====================================
	FONT SIZES - 1 REM IS 15 PX
====================================*/
.rem05 { font-size: 0.5rem; } .rem06 { font-size: 0.6rem; } .rem07 { font-size: 0.7rem; } .rem08 { font-size: 0.8rem; } .rem09 { font-size: 0.9rem; } .rem10 { font-size: 1.0rem; } .rem11 { font-size: 1.1rem; } .rem12 { font-size: 1.2rem; } .rem13 { font-size: 1.3rem; } .rem14 { font-size: 1.4rem; } .rem15 { font-size: 1.5rem; } .rem16 { font-size: 1.6rem; } .rem17 { font-size: 1.7rem; } .rem18 { font-size: 1.8rem; } .rem19 { font-size: 1.9rem; } .rem20 { font-size: 2.0rem; } .rem21 { font-size: 2.1rem; } .rem22 { font-size: 2.2rem; } .rem23 { font-size: 2.3rem; } .rem24 { font-size: 2.4rem; } .rem25 { font-size: 2.5rem; } .rem26 { font-size: 2.6rem; } .rem27 { font-size: 2.7rem; } .rem28 { font-size: 2.8rem; } .rem29 { font-size: 2.9rem; } .rem30 { font-size: 3.0rem; } .rem40 { font-size: 4.0rem; } .rem50 { font-size: 5.0rem; } .rem60 { font-size: 6.0rem; }

/*====================================
	TEKSTEN
====================================*/
.tekst-bold {
  font-weight: 700;
}
a, #content a {
	color: var(--groen);
	text-decoration: underline;
}
p {
	font-size: 1em;
}
a:hover {
	text-decoration: none;
	color: var(--rood);
}
h1, h2, h3, h4, h5, h6 {
	color: var(--grijs);
	font-weight: 400;
}
h1 {
  font-size: 3rem;
  margin-bottom: 15px;
}
h2 {
  font-size: 3.5rem;
  margin-bottom: 30px;
}
h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
article h3 {
    margin-top: 30px;
}
#headerbeeld h1, h4.subtitel  {
	font-size: 1.5rem;
	width: auto;
    display: inline-block;
	text-transform: uppercase;
	line-height: 75%;
}
#headerbeeld h3, h3.bloktitel{
	font-size: 2rem;
	width: auto;
	font-weight: 700;
    display: block;
}
.onderlijn:after {
	content: "";
    width: 100%;
    height: 3px;
	position: relative;
	top: -10px;
    background-color: var(--rood);
    display: inline-block;
}
#headerbeeld h1, #headerbeeld h3 {
    text-shadow: 2px 3px 8px #000000;
}


/*====================================
	GRAVITY
====================================*/
h3.gsection_title {
	font-size: 1.3rem;
}

/*====================================
	QUOTES EN OPSOMMING
====================================*/
.wp-block-quote p {
	font-size: 1.5em;
	color: #941A10;
	padding: 10px 0px;
}
.wp-block-quote p::before {
	content: "\f10d";
	color: #edf7fa;
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	position: relative;
	top: -10px;
}
.wp-block-quote p::after {
	content: "\f10e";
	color: #edf7fa;
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	font-weight: bold;
	margin-left: 10px;
	position: relative;
	bottom: -10px;
}
.wp-block-button__link {
	background-color: var(--blauw) !IMPORTANT;
	color: var(--wit) !IMPORTANT;
	border: none !IMPORTANT;
	margin-bottom: 15px !IMPORTANT;
	width: auto !IMPORTANT;
	font-size: 1em !IMPORTANT;
	font-weight: 600 !IMPORTANT;
	outline: 0 !IMPORTANT;
	padding: 12px 25px 12px 25px !IMPORTANT;
	text-decoration: none !IMPORTANT;
	display: inline-block !IMPORTANT;
	border-radius: 15px !IMPORTANT;
}
.contentblok ul {
	list-style-type: none;
	padding-left: 0px;
}
.contentblok ul li:before {
	content: "\f00c";
	color: var(--oranje);
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	font-weight: bold;
	margin-left: 10px;
	position: relative;
	bottom: 0px;
	left: -10px;
}
.contentblok ul.linkjes li:before {
	content: "\f054";
}
.contentblok ul.linkjes li a:hover {
	color:  var(--groen);
	font-weight:bold;
}
.contentblok ul.documenten-lijst li {
	float: left;
	margin-right: 10px;
}

.contentblok ul.documenten-lijst li:before {
	content: "";
	margin-left: 0px;
}



/*====================================
	MENU
====================================*/
nav.navbar {
	background-color: var(--blauw);
	padding: 15px 5px;
}
nav.navbar.open {
	background-color: var(--blauw);
}
.hoofdmenu li a {
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-weight: 400;
  color: var(--wit);
  letter-spacing: 0.75px;
  transition: all .2s ease-in;
  text-transform: uppercase;
}
.hoofdmenu li a:hover {
  color: var(--groen);
  text-decoration: none;
  transition: all .2s ease-in;
}
.hoofdmenu li.current-menu-item a {
  color: var(--blauw)!important;
  background-color: #fff;
  border-radius: 25px;
  margin-right: 15px;
}
.hoofdmenu li.button-contact.current-menu-item a {
  color: var(--blauw)!important;
}
.scroll .hoofdmenu li.current-menu-item a {
  color: var(--blauw)!important;
}
.hoofdmenu li.current-menu-item .sub-menu a {
  color: var(--zwart);
}
.hoofdmenu li.current-menu-item .sub-menu li.current-menu-item a {
  color: var(--zwart);
}
.sub-menu li a:after {
	height: 0px!IMPORTANT;
	width: 0px!IMPORTANT;
}
.sub-menu li a {
    padding: 5px;
}
.navbar-toggler {
	background-color: transparent;
	border: none;
}
nav.navbar {
  box-shadow: none;
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: 0;
  box-shadow: none;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar {
    background-color: #fff;
}
.navbar-collapse {
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-collapse li {
	padding-left: 10px;
    padding-bottom: 5px;
}

/* NAV RIGHT */
ul.nav_right  {
	margin: 0;
	padding: 0;
}
ul.nav_right li {
	list-style-type: none;
	float: right;
}
ul.nav_right li a {
	padding: 10px 15px;
	display: inline-block;
}

/* SUB MENU */
.hoofdmenu ul li ul.sub-menu {
	padding: 10px;
	background-color: #fff;
	width: 300px;
	margin: 15px auto;
	border-radius: 25px;
	display: none;
	position: relative;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fade;
	animation-name: fade;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.sub-menu li {
	width: 100%;
	display: block;
}
.hoofdmenu ul li:hover ul.sub-menu {
	display: block;
}
@keyframes fade {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}	

/* Stijl voor het zoekveld */
#zoekveld-container {
    position: relative;
    display: inline-block;
}
#zoekveld {
    position: absolute;
    right: 50px;
    top: 20px;
    transform: translateY(-50%);
    width: 0;
    padding: 0;
    opacity: 0;
    border: none;
    background-color: #fff;
    color: #000;
    transition: width 0.3s ease, opacity 0.3s ease;
}

#zoekveld.active {
    width: 231px;
    padding: 7px;
    opacity: 1;
    height: 53px;
}


/*====================================
	HEADER
====================================*/
.navbar-brand {
  height: 45px;
  padding: 0px;
  transition: all .2s ease-in;
}
.navbar-brand img {
  height: 100%;
}
.navbar ul.social {
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
}
.navbar ul.social li {
	float: left;
	margin-left: 15px;
}
.navbar ul.social li a {
	padding: 15px 20px;
    border-radius: 50%;
	font-size: 1.5rem;
    width: 55px;
    height: 55px;
    text-align: center;
}
ul.social li a:hover > i {
    color: var(--wit)!important;
}
#headerbeeld {
	height: 90vh;
}

/*====================================
	HOMEPAGE
====================================*/
#homeheader img {
	max-width: 350px;
}
.diensten-overzicht ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.diensten-overzicht ul li {
	float: right;
	margin-right: 30px;
	margin-bottom: 30px;
}
#homeheader {
    position: relative;
}
#headerbeeld {
    position: relative;
}
img.header-home-img {
	margin-top: 6rem;
	border-radius: 50px;
}
#flex-content {
	background-image: url('../images/beeldmerk.png');
	background-size: 75%;
	background-attachment: scroll;
}

/*====================================
	SLIDER
====================================*/
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 30px;
}
.swiper-button-next {
	right: -15px;
	height: 50px;
	width: 50px;
}
.swiper-button-prev {
	left: -15px;
	height: 50px;
	width: 50px;
}
.slide-next, .slide-prev {
	    font-size: 2rem;
	}


/*====================================
	BUTTONS
====================================*/
.button {
	width: auto;
	font-size: 1rem;
	outline: 0;
	padding: 12px 30px 12px 25px;
	text-decoration: none;
	display: inline-block;
	border-radius: 0px;
	border:none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button-groen:hover {
    background-color: var(--wit)!important;
    color: var(--groen)!important;
}
.button-groen:hover:after {
	color: var(--groen)!important;
}
.button:after {
	content: "\f178";
	color: var(--wit);
	font-family: "Font Awesome 6 Pro";
	position: relative;
	right: -15px;
	top: 0;
}
.gform_button.button {
	width: auto!important;
	font-size: 1rem!important;
	outline: 0!important;
	padding: 12px 30px 12px 25px!important;
	text-decoration: none!important;
	display: inline-block!important;
	border-radius: 0px!important;
	border:none!important;
	background-color: var(--groen)!important;
	color: var(--wit)!important;
	-webkit-transition: all 0.2s ease-in-out!important;
	transition: all 0.2s ease-in-out!important;
}

/*====================================
	FOOTER
====================================*/
.prefooter {
	height: 30px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.blokwrapper {
    display: flex;
}

.box {
    width: 300px;
    height: 30px;
    transform: skewX(-20deg); /* Schuine hoek */
    margin: 0 10px; /* Ruimte tussen de blokken */
}

/* Kleur per vakje */
.box1 {
    background-color: var(--groen);
}

.box2 {
    background-color: var(--lichtblauw);
}

.box3 {
    background-color: var(--blauw);
}


footer h3 {
    font-size: 1.5rem;
	color: var(--groen);
}
footer a {
	text-decoration: none;
	color: var(--wit);
}
footer .opsomming-menu {
	list-style-type: none;
	padding-left: 15px;
}
footer .opsomming-menu li:before {
	content: "\f178";
	color: var(--wit);
	font-family: "Font Awesome 6 Pro";
	position: relative;
    left: -15px;
    top: 0;
}
footer ul.social {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
footer ul.social li {
	float: left;
	margin-right: 15px;
}
footer ul.social li a {
	font-size: 1.2rem;
}
footer .footermenu ul {
    list-style-type: none;
	padding-left: 0;
}
footer .footermenu ul a {
    color: var(--wit);
}

/*====================================
	RESPONSIVE
====================================*/
@media (min-width: 768px) {
	.hoofdmenu li a {
		font-size: 1rem;
	}
	#homeheader, #headerbeeld {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (min-width: 1200px) {
	html {
		font-size: 16px;
	}
	h1, .h1 {
		font-size: 4rem;
		margin-bottom: 0px;
	}
	#headerbeeld h3, h3.bloktitel{
		font-size: 2.5rem;
	}
	#headerbeeld {
		height: 90vh;
	}
	#headerbeeld h1 {
		font-size: 1.5rem;
	}
	#headerbeeld h3 {
		font-size: 3.5rem;
	}
	.navbar-brand {
		height: 75px;
	}
	nav.navbar {
		transition: all .2s ease-in;
		height: 95px;
	}

    /* SUB MENU */
    .hoofdmenu ul li ul.sub-menu {
    	position: absolute;
    	margin: 0;
    }

}

@media (min-width: 1900px) {
	html {
		font-size: 17px;
	}
	.container {
		max-width: 1420px;
	}
	#headerbeeld h1 {
		font-size: 2rem;
	}
	#homeheader, #headerbeeld {
		padding-top: 40px;
		padding-bottom: 100px;
	}
}

@media (min-width: 2000px) {
	html {
		font-size: 18px;
	}
	.container {
		max-width: 1620px;
	}
	nav.navbar {
		height: 105px;
	}
	.navbar-brand {
		height: 85px;
	}
}
