@font-face {
	font-family: "Worksans";
	src: url("../fonts/WorkSans-Black.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Worksans";
	src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Worksans";
	src: url("../fonts/WorkSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Worksans";
	src: url("../fonts/WorkSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Worksans";
	src: url("../fonts/WorkSans-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "Worksans";
	src: url("../fonts/WorkSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Worksans";
	src: url("../fonts/WorkSans-SemiBlack.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: calc(100vw - 40px);
	}
}

@media only screen and (max-width: 767px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: calc(100vw - 20px);
	}
}

body a.nav-link.nav-link-phone {
    background-color: #FFD500;
    width: 10ch;
    display: inline-flex;
    padding: 10px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;

    color: #000 !important;
    text-align: center;
    font-family: Sansation;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

/** === Flex Sections === **/
.flex-section {
	margin-bottom: 100px;
	margin-top: 100px;
}

.flex-section:first-of-type {
	margin-top: 40px;
}

.flex-section:last-of-type {
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
	.flex-section {
		margin-bottom: 140px;
		margin-top: 140px;
	}
	main.landingspage {
		padding-bottom: 90px;
	}
}

main.landingspage {
	padding-bottom: 50px;
}

/** Headings **/
.flex-section .heading {
	color: #fff;
	font-family: "Worksans";
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.flex-section .heading.center {
	text-align: center;
}

.flex-section .heading1 {
	font-size: 52px;
}

.flex-section .heading2 {
	font-size: 38px;
}

.flex-section .heading3 {
	font-size: 24px;
}

.flex-section .heading4 {
	font-size: 20px;
}

@media only screen and (max-width: 991px) {
	.flex-section .heading1 {
		font-size: 36px;
	}

	.flex-section .heading2 {
		font-size: 28px;
	}

	.flex-section .heading3 {
		font-size: 20px;
	}

	.flex-section .heading4 {
		font-size: 18px;
	}
}

/* Body */
.flex-section p {
	color: #fff;
	font-family: "Worksans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 35px;
}

.flex-section p.center {
	text-align: center;
}

@media only screen and (max-width: 991px) {
	.flex-section p {
		font-size: 14px;
	}
}

/** Buttons **/
.buttongroup {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: center;
	flex-wrap: wrap;
}
.buttongroup .button-primary {
	border-radius: 30px;
	background: #ffd500;
	display: flex;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	font-family: Sansation;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 2.1px;
	height: 38px;
	text-transform: uppercase;
	text-decoration: unset;
}
@media only screen and (max-width: 991px) {
	.buttongroup .button-primary {
		font-size: 12px;
	}
}

.buttongroup .button-inline {
	color: #fff;
}
.buttongroup p {
	margin: unset;
}

/** === Hero Section === **/
body.home .section-hero {margin-bottom: 0;}
body.home .section-content-image { margin-top: 0;}

.section-hero .gratings-wrapper {
	display: inline-flex;
	flex-direction: row;
	gap: 10px;
	padding: 10px 15px;
	border-radius: 40px;
	border: 1px solid #333;
	margin-bottom: 20px;
}
.section-hero .gratings-wrapper .wp-gr .grw-header-inner {
	padding: unset !important;
}
.section-hero .gratings-wrapper .wp-gr .wp-google-powered {
	display: none;
}

.section-hero .col-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-hero .col-content ul li {
	color: #fff;
	font-family: "WorkSans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4; /* 25.2px */
}

.section-hero .col-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.section-hero .col-content ul li {
	position: relative;
	padding-left: 1.75em;
	margin-bottom: 0.5em;
}
.section-hero .col-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 15px;
	height: 12px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE1IDEyIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTUuMDAwMSAxLjkzNzM2TDUuMzMzMzMgMTJMMC4wMDAxMjIwNyA2LjQ1MTQyTDEuODY0OSA0LjUxMTMzTDUuMzMwNzEgOC4xMTcxTDEzLjEzOCAwTDE1LjAwMDEgMS45MzczNloiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
	background-repeat: no-repeat;
	background-size: contain;
}

@media only screen and (max-width: 991px) {
	.section-hero .col-content {
		margin-bottom: 40px;
	}
}
.section-hero .col-image .image-inner {
	position: relative;
}

.section-hero .col-image .image-inner img {
	aspect-ratio: 67/75;
	object-fit: cover;
}

.section-hero .col-image .image-inner::after {
	content: "";
	height: 140px;
	width: 100%;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
}

/** === Reviews Section === **/
.section-google-reviews .grw-header-inner {
	flex-direction: column !important;
}

.section-google-reviews .grw-review-inner.grw-backgnd {
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 25px 30px !important;
}

.section-google-reviews .wp-gr .wp-google-text {
	overflow: hidden;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: "Worksans";
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
}

.section-google-reviews .grw-review .wp-google-name {
	color: #fff;
	font-family: "Worksans";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
}

.section-google-reviews .grw-review .wp-google-time {
	color: #fff !important;
	font-family: "Worksans";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.3;
}

/** === How It Works Section === **/
@media only screen and (max-width: 991px) {
	.section-how-it-works .col-content {
		margin-bottom: 40px;
	}
}
.section-how-it-works .col-content .content-inner {
	position: sticky;
	top: 100px;
}
.section-how-it-works .col-steps .inner-steps {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.section-how-it-works .col-steps .inner-steps .step {
	border: 1px solid #333;
	display: flex;
	padding: 40px 35px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
@media only screen and (max-width: 991px) {
	.section-how-it-works .col-steps .inner-steps .step {
		padding: 25px 20px;
	}
}
.section-how-it-works .col-steps .inner-steps .step .heading3 {
	margin-bottom: 5px;
}
.section-how-it-works .col-steps .inner-steps .step p {
	margin: unset;
}

/** === Gallery Section === **/
.section-gallery .row-masonry .col-image {
	margin-bottom: 24px;
}

.section-gallery .row-masonry .image-inner {
	position: relative;
}

.section-gallery .row-masonry .image-inner img {
	width: 100%;
	height: auto;
}

.section-gallery #portfolioGallery {
	max-height: 1050px;
	overflow: hidden;
}
.section-gallery #portfolioGallery::after {
	content: "";
	height: 140px;
	width: 100%;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
}

/** === Werkgebied Section === **/
@media only screen and (max-width: 991px) {
	.section-location .col-map {
		margin-bottom: 20px;
	}
}

.section-location .locations-inner {
	border: 1px solid #333;
	display: flex;
	height: 100%;
	padding: 40px 35px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
@media only screen and (max-width: 991px) {
	.section-location .locations-inner {
		padding: 25px 20px;
		gap: 5px;
	}
	.section-location .location-list .location-item {
		font-size: 12px;
	}
}

.section-location .location-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 20px;
}

.section-location .location-list .location-item {
	text-align: center;
	font-family: Sansation;
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 13px */
	letter-spacing: 1.95px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-transform: uppercase;
}

.section-location .location-list .location-item a {
	color: #fff;
}

/** === FAQ Section === **/
@media only screen and (max-width: 991px) {
	.section-faq .col-content {
		margin-bottom: 40px;
	}
}

.section-faq .col-faqs .accordion .accordion-item {
	background-color: black;
}

.section-faq .col-faqs .accordion .accordion-item:first-child button {
	padding-top: unset !important;
}

.section-faq .col-faqs .accordion .accordion-item .accordion-header {
	margin-bottom: 0;
}

.section-faq .col-faqs .accordion .accordion-item .accordion-header button {
	background-color: black;
	padding: 40px 0 15px 0;
	margin-bottom: 0;
	box-shadow: unset;
}

@media only screen and (max-width: 991px) {
	.section-faq .col-faqs .accordion .accordion-item .accordion-header button {
		padding: 30px 0 5px 0;
	}
	.section-faq .col-faqs .accordion .accordion-collapse .accordion-body {
		padding: 5px 0 0 0 !important;
	}
}

.section-faq
	.col-faqs
	.accordion
	.accordion-item
	.accordion-header
	button::after {
	filter: brightness(100);
}

.section-faq
	.col-faqs
	.accordion
	.accordion-item
	.accordion-header
	button.collapsed {
	margin-bottom: 20px;
}

.section-faq .col-faqs .accordion .accordion-collapse .accordion-body {
	background-color: black;
	padding: 0 0 25px 0;
}

/** === USP Section === **/
@media only screen and (max-width: 1199px) {
    .section-usp .col-usp {
        margin-bottom: 24px;
    }
}

.section-usp .usp-inner {
	padding: 30px 20px;
	border: 1px solid #333;
	display: flex;
	flex-direction: column;
	gap: 25px;
	height: 100%;
}
.section-usp .usp-inner .usp-image {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.section-usp .usp-inner .usp-content {
	text-align: center;
}
.section-usp .usp-inner .usp-content p {
	margin: unset;
}

/** === Content Image Section === **/
.section-content-image .col-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (max-width: 991px) {
	.section-content-image .col-content {
		margin-bottom: 40px;
	}
}
.section-content-image .col-image .image-inner {
	position: relative;
}

.section-content-image .col-image .image-inner img {
	aspect-ratio: 67/75;
	object-fit: cover;
}

.section-content-image .col-image .image-inner::after {
	content: "";
	height: 140px;
	width: 100%;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	left: 0;
	position: absolute;
}

/** === Contact Section === **/
.section-contact .wrapper-inner {
	background: #ffd500;
	padding: 90px 100px;
	display: flex;
	flex-direction: row;
	gap: 60px;
}
@media only screen and (max-width: 991px) {
	.section-contact .wrapper-inner {
		padding: 40px 30px;
	}
}
.section-contact .wrapper-inner .col-content {
	width: calc(43% - 30px);
}
.section-contact .wrapper-inner .col-content .heading {
	color: #000;
}
.section-contact .wrapper-inner .col-content p {
	color: #000;
}
.section-contact .wrapper-inner .col-content .contact-items {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.section-contact .wrapper-inner .col-content .contact-items .contact-item {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.section-contact .wrapper-inner .col-content .contact-items .contact-item a {
	color: #000;
	font-family: "Worksans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	text-decoration-line: underline;
}
.section-contact .wrapper-inner .col-form {
	width: calc(57% - 30px);
}
@media only screen and (max-width: 1199px) {
	.section-contact .wrapper-inner {
		flex-direction: column;
		gap: 40px;
	}
	.section-contact .wrapper-inner .col-content {
		width: 100%;
	}
	.section-contact .wrapper-inner .col-form {
		width: 100%;
	}
}

.section-contact .wrapper-inner .col-form .form-inner {
	background-color: #fff;
	padding: 30px;
	height: 100%;
}
.section-contact .wrapper-inner .col-form .form-inner .heading {
	color: #000;
}
.section-contact .wrapper-inner .col-form .form-inner .lpform .gfield input,
.section-contact .wrapper-inner .col-form .form-inner .lpform .gfield select,
.section-contact .wrapper-inner .col-form .form-inner .lpform .gfield textarea {
	border-radius: unset;
	box-shadow: unset;
	border-color: #333;
	color: #000;
	font-family: "WorkSans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
}
.section-contact
	.wrapper-inner
	.col-form
	.form-inner
	.lpform
	.gfield
	.gfield_label {
	color: #000 !important;
	font-family: "WorkSans";
	font-size: 12px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 5px !important;
}
.section-contact
	.wrapper-inner
	.col-form
	.form-inner
	.lpform
	.gfield
	.gfield_label
	.gfield_required {
	display: none;
}
.section-contact
	.wrapper-inner
	.col-form
	.form-inner
	.gform-theme--foundation
	.gform_fields {
	column-gap: 20px;
	row-gap: 15px;
}
.section-contact .wrapper-inner .col-form .form-inner .gform-footer button {
	border-radius: 30px !important;
	background: #ffd500;
	display: flex;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	color: #000 !important;
	text-align: center;
	font-family: Sansation;
	font-size: 14px !important;
	font-style: normal;
	font-weight: 700 !important;
	letter-spacing: 2.1px !important;
	height: 38px;
	text-transform: uppercase;
	text-decoration: unset;
	box-shadow: unset;
}
.section-contact .wrapper-inner .form-inner .gform_confirmation_message {
	color: #000;
	font-family: "Worksans";
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
	.section-contact .wrapper-inner .form-inner .gform_confirmation_message {
		font-size: 14px;
	}
}

/** === CTA Section === **/
.section-cta .wrapper-inner {
	background: #ffd500;
	padding: 90px 100px 0 100px;
	display: flex;
	flex-direction: row;
	gap: 110px;
}
@media only screen and (max-width: 991px) {
	.section-cta .wrapper-inner {
		padding: 40px 30px 0 30px;
	}
}
.section-cta .wrapper-inner .col-content {
	width: calc(54% - 55px);
	flex: 0 1 54%;
}

.section-cta .wrapper-inner .col-content .buttongroup .button-primary {
    background-color: #000;
    color: #FFF
}

.section-cta .wrapper-inner .col-content .buttongroup .button-inline {
    color: #000;
}

.section-cta .wrapper-inner .col-image .image-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.section-cta .wrapper-inner .col-content .heading {
	color: #000;
}
.section-cta .wrapper-inner .col-content p {
	color: #000;
}
.section-cta .wrapper-inner .col-content .contact-items {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.section-cta .wrapper-inner .col-content .contact-items .contact-item {
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.section-cta .wrapper-inner .col-content .contact-items .contact-item a {
	color: #000;
	font-family: "Worksans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
	text-decoration-line: underline;
}
.section-cta .wrapper-inner .col-form {
	width: calc(46% - 55px);
}
@media only screen and (max-width: 1199px) {
	.section-cta .wrapper-inner {
		flex-direction: column;
		gap: 40px;
	}
	.section-cta .wrapper-inner .col-content {
		width: 100%;
	}
	.section-cta .wrapper-inner .col-form {
		width: 100%;
	}
}

.section-cta .wrapper-inner .col-form .form-inner {
	background-color: #fff;
	padding: 30px;
	height: 100%;
}
.section-cta .wrapper-inner .col-form .form-inner .heading {
	color: #000;
}

/** === Workarea Section === **/
.section-workarea .wrapper-inner {
	background: #ffd500;
	padding: 90px 100px;
	display: flex;
	flex-direction: row;
	gap: 110px;
}
@media only screen and (max-width: 991px) {
	.section-workarea .wrapper-inner {
		padding: 40px 30px;
	}
}
.section-workarea .locations-items {
  display: flex;
  flex-direction: row;
  gap: 20px 40px;
  flex-wrap: wrap;
}
.section-workarea .locations-items .location-item a {
  color: #000;
  font-family: "Sansation";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
@media only screen and (max-width: 991px) {
	.section-workarea .locations-items .location-item a {
        font-size: 16px;
    }
}