/*
 Theme Name: Werken bij Maasland
 Author: Creative Steps
 Author URI: https://www.creativesteps.nl/
 Description: Werken bij Maasland Theme
 Version: 1.0.8
 Template: maaslandgroup
*/
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 4rem !important;
}

body,
button,
input,
textarea {
	color: #111;
	font-family: Inter, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
}

a {
	color: #234d4b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-bottom: 1rem;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1.1em;
}

.container {
	margin: auto;
	width: 960px;
}

@media screen and (max-width: 639px) {
	.container {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.container {
		width: auto;
	}
}

.archive-description {
	margin-bottom: 2rem;
}

.banner {
	align-items: center;
	background-position: center;
	background-size: cover;
	display: flex;
	height: 600px;
}

.banner__content {
	margin: auto;
	width: 960px;
}

@media screen and (max-width: 639px) {
	.banner__content {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.banner__content {
		width: auto;
	}
}

.banner__content h2 {
	font-size: 3.25em;
	font-weight: 500;
	margin-bottom: 0.5rem;
	text-shadow: 1px 1px 0 #F9F9F9;
}

.banner__content p {
	font-size: 1.75em;
	text-shadow: 1px 1px 0 #F9F9F9;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.banner {
		height: auto !important;
	}
	.banner__content {
		padding-bottom: 7rem;
		padding-top: 7rem;
	}
}

@media screen and (max-width: 639px) {
	.banner {
		height: auto !important;
	}
	.banner__content {
		padding: 4rem 2rem;
	}
}

.breadcrumbs {
	font-size: 0.85em;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.breadcrumbs__separator {
	margin: 0 0.75rem;
}

.button {
	align-items: center;
	background: #CCD3D2;
	border-radius: 7px;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9em;
	padding: 1rem;
}

.button:focus {
	outline: 0;
}

.button:hover {
	opacity: 0.9;
	text-decoration: none;
}

.button--primary {
	background: #234d4b;
	color: #F9F9F9;
}

.category__image {
	padding: 2rem;
	margin-left: auto;
}

.category__tabs {
	flex: 0 0 65%;
}

.category__tabs .js-tabs__content ul {
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 1.25em;
}

.category__wrapper {
	display: flex;
}

@media screen and (max-width: 639px) {
	.category__image {
		padding: 0;
	}
	.category__wrapper {
		display: block;
	}
}

.archive .site-main,
.site-main > .error-404.not-found,
.site-main > article.page,
.site-main > article.post {
	margin: auto;
	width: 960px;
	padding: 4rem 0;
}

@media screen and (max-width: 639px) {
	.archive .site-main,
	.site-main > .error-404.not-found,
	.site-main > article.page,
	.site-main > article.post {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.archive .site-main,
	.site-main > .error-404.not-found,
	.site-main > article.page,
	.site-main > article.post {
		width: auto;
	}
}

.archive .site-main .entry-title,
.site-main > .error-404.not-found .entry-title,
.site-main > article.page .entry-title,
.site-main > article.post .entry-title {
	margin-bottom: 2rem;
}

.archive .site-main .wp-block-columns.bordered .wp-block-column,
.site-main > .error-404.not-found .wp-block-columns.bordered .wp-block-column,
.site-main > article.page .wp-block-columns.bordered .wp-block-column,
.site-main > article.post .wp-block-columns.bordered .wp-block-column {
	border-radius: 7px;
	border: 1px solid #CCD3D2;
	padding: 2rem;
}

.archive .site-main .wp-block-columns.bordered .wp-block-column > :last-child,
.site-main > .error-404.not-found .wp-block-columns.bordered .wp-block-column > :last-child,
.site-main > article.page .wp-block-columns.bordered .wp-block-column > :last-child,
.site-main > article.post .wp-block-columns.bordered .wp-block-column > :last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.archive .site-main,
	.site-main > .error-404.not-found,
	.site-main > article.page,
	.site-main > article.post {
		padding: 2rem;
	}
}

@media screen and (max-width: 639px) {
	.archive .site-main,
	.site-main > .error-404.not-found,
	.site-main > article.page,
	.site-main > article.post {
		padding: 1.5rem;
	}
}

.site-footer {
	border-top: 1px solid #CCD3D2;
	margin: 0 4rem 4rem;
	padding-top: 4rem;
}

.site-footer .site-info {
	margin: auto;
	width: 960px;
}

@media screen and (max-width: 639px) {
	.site-footer .site-info {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.site-footer .site-info {
		width: auto;
	}
}

.site-footer__block {
	flex: 0 0 33.333%;
	margin-right: 2rem;
}

.site-footer__block h4 {
	color: #234d4b;
	font-size: 1.625em;
}

.site-footer__block ul {
	line-height: 1.6;
}

.site-footer__block ul a {
	color: #111;
}

.site-footer__block:last-child {
	margin-right: 0;
}

.site-footer__blocks {
	margin: auto;
	width: 960px;
	display: flex;
	margin-bottom: 4rem;
}

@media screen and (max-width: 639px) {
	.site-footer__blocks {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.site-footer__blocks {
		width: auto;
	}
}

@media screen and (max-width: 639px) {
	.site-footer {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		padding-top: 1.5rem;
	}
	.site-footer__block {
		margin: 0 0 1.5rem;
	}
	.site-footer__block:last-child {
		margin-bottom: 0;
	}
	.site-footer__blocks {
		display: block;
	}
}

form .form__row,
.wpcf7 form .form__row {
	align-items: center;
	display: flex;
	margin-bottom: 2rem;
}

form .form__row > p,
.wpcf7 form .form__row > p {
	width: 100%;
}

form .form__row > p > label,
.wpcf7 form .form__row > p > label {
	display: block;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 639px) {
	form .form__row,
	.wpcf7 form .form__row {
		display: block;
	}
}

form .form__row--controls,
.wpcf7 form .form__row--controls {
	margin-top: 4rem;
}

@media screen and (max-width: 639px) {
	form .form__row--controls,
	.wpcf7 form .form__row--controls {
		margin-top: 2rem;
	}
}

form .form__row:last-child,
.wpcf7 form .form__row:last-child {
	margin-bottom: 0;
}

form .form__row .button,
.wpcf7 form .form__row .button {
	margin-left: calc(35% + 2rem);
}

@media screen and (max-width: 639px) {
	form .form__row .button,
	.wpcf7 form .form__row .button {
		margin-left: 0;
	}
}

form .form__row input[type=email],
form .form__row input[type=text],
form .form__row textarea,
.wpcf7 form .form__row input[type=email],
.wpcf7 form .form__row input[type=text],
.wpcf7 form .form__row textarea {
	border: 1px solid #CCD3D2;
	border-radius: 7px;
	padding: 1rem;
	width: 100%;
}

form .form__row input[type=email]:focus,
form .form__row input[type=text]:focus,
form .form__row textarea:focus,
.wpcf7 form .form__row input[type=email]:focus,
.wpcf7 form .form__row input[type=text]:focus,
.wpcf7 form .form__row textarea:focus {
	border-color: #234d4b;
	outline: none;
}

form .form__row input[type=email].wpcf7-not-valid,
form .form__row input[type=text].wpcf7-not-valid,
form .form__row textarea.wpcf7-not-valid,
.wpcf7 form .form__row input[type=email].wpcf7-not-valid,
.wpcf7 form .form__row input[type=text].wpcf7-not-valid,
.wpcf7 form .form__row textarea.wpcf7-not-valid {
	border-color: #EB1111;
}

form .form__row input[type=email],
form .form__row input[type=text],
.wpcf7 form .form__row input[type=email],
.wpcf7 form .form__row input[type=text] {
	height: 40px;
}

form .form__row label,
.wpcf7 form .form__row label {
	cursor: pointer;
	font-weight: bold;
	margin-right: 2rem;
	width: 35%;
}

@media screen and (max-width: 639px) {
	form .form__row label,
	.wpcf7 form .form__row label {
		display: block;
		margin: 0 0 1rem;
		width: 100%;
	}
}

form .form__row .wpcf7-form-control-wrap,
.wpcf7 form .form__row .wpcf7-form-control-wrap {
	flex: 1;
}

form .form__row .wpcf7-not-valid-tip,
.wpcf7 form .form__row .wpcf7-not-valid-tip {
	display: none;
}

form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	border-radius: 7px;
	border: 1px solid #CCD3D2;
	font-weight: bold;
	margin: 0 0 4rem;
	padding: 2rem;
}

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

.grid h3 {
	font-size: 2em;
	margin-bottom: 2rem;
}

.grid__items {
	display: flex;
}

.grid__item {
	border-radius: 7px;
	border: 1px solid #CCD3D2;
	box-sizing: border-box;
	display: flex;
	flex-basis: 33.333%;
	flex-wrap: wrap;
	margin-right: 2rem;
	padding: 2rem;
}

.grid__item:last-child {
	margin-right: 0;
}

.grid__item h4 {
	font-size: 1.1em;
}

.grid__item h4 a {
	color: #111;
}

.grid__item small {
	color: #56585B;
}

.grid__item__image {
	display: block;
	margin-bottom: 2rem;
}

.grid__item__link {
	align-items: center;
	display: flex;
}

.grid__item__link .icon {
	background: #234d4b;
	border-radius: 100%;
	color: #F9F9F9;
	height: 1em;
	margin-left: 1rem;
	padding: 0.2em;
	width: 1em;
}

.grid__item__link:hover .icon {
	background: #111;
}

@media screen and (max-width: 639px) {
	.grid h3 {
		font-size: 1.25em;
		margin-bottom: 1.5rem;
	}
	.grid__items {
		flex-wrap: wrap;
	}
	.grid__item {
		flex-basis: calc(50% - 0.5rem);
		margin: 0 1rem 1rem 0;
		max-width: calc(50% - 0.5rem);
		padding: 1rem;
	}
	.grid__item:nth-child(even) {
		margin-right: 0;
	}
}

.site-header {
	border-bottom: 1px solid #CCD3D2;
	padding: 2rem 0;
}

.site-header__inner {
	margin: auto;
	width: 960px;
	align-items: center;
	display: flex;
}

@media screen and (max-width: 639px) {
	.site-header__inner {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.site-header__inner {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.site-header {
		padding: 2rem 1rem 2rem 2rem;
	}
}

@media screen and (max-width: 639px) {
	.site-header {
		padding: 1.5rem;
	}
}

.page.home article.page {
	width: auto;
}

.page.home .entry-content {
	margin: auto;
	width: 960px;
	font-size: 1.25em;
	margin-bottom: 4rem;
}

@media screen and (max-width: 639px) {
	.page.home .entry-content {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.page.home .entry-content {
		width: auto;
	}
}

.page.home .entry-content p {
	margin-bottom: 0;
}

@media screen and (max-width: 639px) {
	.page.home .entry-content {
		margin-bottom: 1.5rem;
	}
}

.intro-block {
	border-radius: 7px;
	border: 1px solid #CCD3D2;
	color: inherit;
	display: block;
	flex: 1;
	margin-right: 2rem;
	padding: 2rem;
	position: relative;
}

.intro-block:last-child {
	margin-right: 0;
}

.intro-block h4 {
	font-size: 1.25em;
}

.intro-block p {
	margin-bottom: 0;
}

.intro-block__arrow {
	align-items: center;
	background: #234d4b;
	border-radius: 100%;
	bottom: 2rem;
	display: flex;
	font-size: 0;
	height: 24px;
	padding: 0.4rem;
	position: absolute;
	right: -12px;
	width: 24px;
}

.intro-block__arrow .icon {
	color: #F9F9F9;
}

.intro-block__arrow:hover {
	background: #111;
}

.intro-block__container {
	margin: 0 4rem 4rem;
}

.intro-block__inner {
	margin: auto;
	width: 960px;
	display: flex;
	margin-bottom: 4rem;
}

@media screen and (max-width: 639px) {
	.intro-block__inner {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.intro-block__inner {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.intro-block__container {
		margin: 0 0 1.5rem;
	}
}

@media screen and (max-width: 639px) {
	.intro-block {
		margin: 0 0 1rem;
	}
	.intro-block:last-child {
		margin-bottom: 0;
	}
	.intro-block__container {
		margin: 0 0 3rem;
	}
	.intro-block__inner {
		display: block;
		margin-bottom: 1.5rem;
	}
}

.main-navigation {
	margin-left: auto;
}

.main-navigation .menu-toggle {
	display: none;
}

.main-navigation .menu li {
	display: inline-block;
	font-size: 0.9em;
	text-transform: uppercase;
}

.main-navigation .menu li a {
	color: #111;
	text-decoration: none;
	padding: 1rem;
}

.main-navigation .menu li a:hover {
	color: #aaaaaa;
}

.main-navigation .menu li.current-menu-item a {
	color: #234d4b;
	font-weight: 500;
}

.main-navigation .menu li.lang-item a {
	padding: 1rem 0.25rem;
}

@media screen and (max-width: 639px) {
	.main-navigation .menu-toggle {
		background: none;
		border: none;
		color: #234d4b;
		display: block;
		height: 18px;
		padding: 0;
		width: 18px;
	}
	.main-navigation .menu-toggle .icon {
		height: 100%;
		width: 100%;
	}
	.main-navigation .menu {
		background: #F9F9F9;
		display: none;
		left: 0;
		margin-top: 1.5rem;
		padding: 1.5rem;
		position: absolute;
		right: 0;
		z-index: 10;
	}
	.main-navigation .menu li {
		display: block;
	}
	.main-navigation .menu li a {
		display: block;
		padding: 1rem 0;
	}
}

.news {
	margin: auto;
	width: 960px;
}

@media screen and (max-width: 639px) {
	.news {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.news {
		width: auto;
	}
}

.news__article .entry-content {
	display: flex;
}

.news__content {
	flex: 1;
}

.news__thumbnail {
	border-radius: 7px;
	border: 1px solid #CCD3D2;
	margin-right: 2rem;
	padding: 1rem;
}

.news__thumbnail img {
	display: block;
}

@media screen and (max-width: 639px) {
	.news__article .entry-content {
		display: block;
	}
	.news__thumbnail {
		margin: 0 0 2rem;
	}
}

.post .entry-meta {
	border-bottom: 1px solid #CCD3D2;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
}

.post__content {
	display: flex;
}

.post-thumbnail {
	border-radius: 7px;
	border: 1px solid #CCD3D2;
	margin-right: 2rem;
	max-width: 33%;
	padding: 0.25rem;
}

.post-thumbnail img {
	display: block;
}

@media screen and (max-width: 639px) {
	.post__content {
		display: block;
	}
}

.product-categories {
	margin: auto;
	width: 960px;
}

@media screen and (max-width: 639px) {
	.product-categories {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.product-categories {
		width: auto;
	}
}

.product-categories__heading {
	margin-bottom: 2rem;
}

.product-categories__heading h3,
.product-categories__heading h4,
.product-categories__heading h5,
.product-categories__heading h6 {
	margin-bottom: 0;
}

.product-categories__heading h3 {
	font-size: 2em;
}

.product-categories__heading h5 {
	color: #234d4b;
	font-weight: 500;
}

.product-categories .grid__item__content h3 {
	font-size: 1.5em;
	margin-bottom: 1rem;
}

.js-tabs {
	margin: 1rem 0;
	max-width: 100%;
}

.js-tabs__content {
	border: 1px solid #CCD3D2;
	border-radius: 0 7px 7px 7px;
	line-height: 1.5;
	margin-top: -1px;
	padding: 2rem;
}

.js-tabs__content .grid__items {
	flex-wrap: wrap;
}

.js-tabs__content .grid__item {
	border-radius: 0;
	font-size: 0.9em;
	margin-bottom: -1px;
	margin-right: -1px;
	padding: 1.5rem;
}

.js-tabs__header {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.js-tabs__header li {
	display: inline-block;
	float: left;
}

.js-tabs__title {
	background: white;
	border-radius: 7px 7px 0 0;
	border: 1px solid #CCD3D2;
	color: #234d4b;
	cursor: pointer;
	display: block;
	margin-right: 1rem;
	padding: 1rem 1.5rem;
	transition: all .25s;
}

.js-tabs__title-active {
	background: rgba(204, 211, 210, 0.5);
	border-bottom: 0;
	font-weight: 500;
}

.js-tabs__title:hover {
	text-decoration: none;
}

@media screen and (max-width: 639px) {
	.js-tabs__content {
		border-radius: 0;
	}
	.js-tabs__content .grid__item {
		flex-basis: 50%;
	}
	.js-tabs__header li {
		display: block;
		float: none;
	}
	.js-tabs__title {
		border-radius: 0;
		margin: 0 0 -1px;
	}
}

body,
button,
input,
textarea {
	font-size: 18px;
}

ul {
	margin-bottom: 1rem;
	list-style-type: disc;
	padding-left: 2rem;
}

.site-footer {
	border: 0;
}

.site-header {
	background: #F5F8F8;
	border-bottom: 1px solid #e6eeee;
	position: relative;
}

.site-header .custom-logo {
	display: block;
}

.site-header__flag {
	color: #111;
	display: block;
	flex: 1;
	max-width: 250px;
	text-align: center;
}

.site-header__flag img {
	display: block;
	margin: 1rem auto;
}

.site-header__flag strong {
	text-transform: uppercase;
}

.site-header__flag:hover {
	color: #234d4b;
	text-decoration: none;
}

.site-header__flags {
	margin: auto;
	width: 960px;
	display: flex;
	gap: 20rem;
	justify-content: space-between;
	margin-top: 4rem;
	padding: 0 5rem;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 639px) {
	.site-header__flags {
		width: auto;
	}
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
	.site-header__flags {
		width: auto;
	}
}

@media screen and (max-width: 1023px) {
	.site-header__flags {
		padding: 0 10vw;
	}
}

.home .site-header {
	border-bottom: 0;
	margin-bottom: 1rem;
	padding-bottom: 0;
}

.home .site-header:after {
	background: #FFF;
	border-top: 1px solid #e6eeee;
	bottom: 0;
	content: '';
	height: 122px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}

@media screen and (max-width: 1023px) {
	.home .site-header:after {
		height: 30%;
	}
}

.page.home .site-main {
	margin-top: -7rem;
	position: relative;
}

.page.home .site-main article.page {
	padding-bottom: 0;
}

.page.home .site-main .entry-content {
	margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
	.page.home .site-main .entry-content img {
		margin-left: -10%;
		max-width: none;
		width: 120%;
	}
}

.job {
	border-bottom: 1px solid #CCD3D2;
	border-top: 1px solid #CCD3D2;
	margin-bottom: -1px;
	padding: 1rem;
}

.job__title {
	font-size: 1.5rem;
	margin: 0;
}

.job__video {
	max-width: 65%;
}

.job.post {
	border-top: 0;
}

.main-navigation .menu {
	margin: 0;
	z-index: 100;
}

.main-navigation .menu li {
	position: relative;
}

.main-navigation .menu li a {
	border-radius: 7px;
	color: #56585B;
	display: block;
	font-weight: 500;
}

.main-navigation .menu li ul {
	background: #234d4b;
	border-radius: 7px;
	display: none;
	left: 1rem;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 20;
}

.main-navigation .menu li ul li {
	font-size: 0.8rem;
	min-width: 250px;
	white-space: nowrap;
}

.main-navigation .menu li ul li a {
	color: #F9F9F9;
}

.main-navigation .menu li ul li:hover a, .main-navigation .menu li ul li.current-menu-item a {
	background: #111;
	color: #F9F9F9;
}

@media screen and (max-width: 1023px) {
	.main-navigation .menu li ul li:hover a, .main-navigation .menu li ul li.current-menu-item a {
		background: none;
		color: #111;
	}
}

@media screen and (max-width: 1023px) {
	.main-navigation .menu li ul {
		background: none;
		display: block;
		position: static;
	}
}

.main-navigation .menu li.current-menu-item ul a {
	color: #F9F9F9;
}

.main-navigation .menu li:hover > a {
	color: #234d4b;
}

.main-navigation .menu li:hover ul {
	display: block;
}

/*# sourceMappingURL=style.css.map */