/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 300 version
*/

/*
Theme Name:  Nature Theme
Theme URI:   https://themes.grizzly.marketing/vertical
Version:     1.0.1
Description: Het Nature theme van Grizzly New Marketing
Author:      vps230265
Author URI:  https://themes.grizzly.marketing/nature
Template:    Divi
*/

/* Text */
p {
	font-size: 16px;
	color: #727272;
	line-height: 32px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	color: #727272;
}

h2:not(:first-child) {
	margin-top: 40px;
}

/* SIDEBAR */
.et_menu_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

header#main-header {
	position: fixed;
	width: 295px;
	height: 100%;
	background: #F4F4F4;
	-webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
	   -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
	        box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.16);
}

header#main-header>.container {
	height: 100%;
	padding: 0 !important;
	width: 100%;
	margin: 0;
}

header#main-header>.container .logo_container {
	position: relative;
	height: auto;
	width: 100%;
	padding: 20px 30px 20px;
}

img#logo {
	width: 100%;
	max-height: 100%;
	display: block;
}

div#et-top-navigation {
	float: none !important;
	padding: 0 !important;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-weight: normal;
}

div#et-top-navigation #top-menu {
	float: none !important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

div#et-top-navigation #top-menu-nav {
	width: 100%;
	float: none !important;
}

div#et-top-navigation #top-menu .menu-item {
	padding: 0;
	border: 1px solid #D0D0D0;
	border-left: 0;
	border-right: 0;
	margin-bottom: -1px;
	min-height: 40px;
	display: block;
}

div#et-top-navigation #top-menu .menu-item>a {
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-left: 45px;
	font-weight: normal;
	text-transform: none;
	font-size: 17px;
	color: #727272;
	font-family: Open Sans;
	height: 100%;
	min-height: 40px;
}

div#et-top-navigation #top-menu .menu-item.current_page_item>a {
	color: #77C015;
	font-weight: bold;
}

ul.sub-menu {
/* 	position: relative !important;
	max-height: 0;
	top: unset;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	overflow: hidden; */
/* 	transition: 0.2s; */
/* 	width: 100% !important;
	background: transparent !important;
	box-shadow: none !important;
	opacity: 1 !important; */
}

.menu-item-has-children:hover .sub-menu {
/* 	max-height: 100%; */
}

div#et-top-navigation #top-menu .menu-item-has-children .menu-item a {
	padding-left: 60px;
	width: 100%;
}

#top-menu .menu-item-has-children>a:first-child:after {
	content: '\f107';
	font-family: 'Font awesome 5 Pro';
	height: 40px;
	width: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 20px;
	margin-right: 45px;
}

.searchwrap {
	margin-top: 35px;
	margin: 35px 45px 0;
}

.searchwrap input:not(:last-child) {
	background: transparent;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	height: 39px;
	width: 100%;
	color: #727272;
	padding: 10px 40px;
}

.searchwrap input#searchsubmit {
	display: none;
}

.menu-grow {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.header-contact-openingstijden,
.header-contact-locatie {
	margin-bottom: 31px;
}

.header-contact {
	margin: 0 45px 50px;
}

.header-contact-openingstijden strong,
.header-contact-locatie strong {
	display: block;
	margin-bottom: 14px;
	font-size: 17px;
}

.header-contact-bereik i {
	margin-right: 11px;
}

.searchwrap form {
	position: relative;
}

.searchwrap form:before {
	position: absolute;
	content: '\f002';
	left: 11px;
	top: 9px;
	font-size: 18px;
	color: #D0D0D0;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
	    -ms-transform: scaleX(-1);
	     -o-transform: scaleX(-1);
	        transform: scaleX(-1);
	font-family: 'Font awesome 5 Pro';
}


/* Main content */
div#et-main-area {
	margin-left: 295px;
}


/* USP */
.uspbar .container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.uspbar {
	height: 60px;
}

.uspbar .usp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	align-items: center;
}

.uspbar .usp span {
	font-size: 15px;
	color: #727272;
}

.uspbar .usp i {
	margin-right: 15px;
	color: #77C015;
	font-size: 21px;
}

/* Page banner */
.page-banner {
	height: 273px;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center;
}

.home .page-banner {
	height: 500px;
}

.page-banner h1 {
	font-size: 34px;
	font-weight: bold;
	color: white;
}

.home .page-banner h1 {
	font-size: 42px;
	text-transform: uppercase;
}

.page-banner-homelabel {
	font-weight: 300;
	color: white;
	font-size: 34px;
	line-height: 1.2em;
}

.page-banner .container {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	justify-content: center;
}

a.page-banner-button {
	background: #77C015;
	margin-top: 55px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: white;
	padding: 18px 40px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	font-size: 20px;
	font-weight: 300;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

a.page-banner-button:hover {
	opacity: 0.7;
}

.page-banner-homelabel strong {
	font-weight: 600;
}

a.page-banner-button .label {
	margin-right: 20px;
}

a.page-banner-button i {
	font-size: 20px;
}

/* Footer */
footer#main-footer>.container {
	display: none;
}

p#footer-info {
	width: 100%;
	text-align: right;
}

p#footer-info a {
	color: #77C015;
}

/* Blocks */
.blocks .blocks-item-link {
	display: block;
	height: 337px;
	position: relative;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	   -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.blocks .blocks-item-link:hover {
	opacity: 0.9;
}

.blocks .blocks-item-wrap {
	background: white;
	bottom: 0;
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	   -moz-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

.blocks .blocks-item-icon {
	width: 73px;
	height: 73px;
	background: #77C015;
	color: white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 26px;
}

.blocks .blocks-item-titel {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 22px;
	font-size: 25px;
	color: #727272;
	font-weight: bold;
}

/* Custom container */
.custom-container:not(.alt) .et_pb_column_1_2.et-last-child {
	padding: 107px 0;
	color: black;
	width: 579px;
}

.custom-container.alt .et_pb_column_1_2:first-child {
	padding: 107px 0;
	color: black;
	width: 579px;
	margin-left: auto;
}

.custom-container .et_pb_row {
	padding: 0;
}

.custom-container {
	padding: 0 !important;
}

/* full-background-image */
.full-background-image {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

/* inline-uspbar  */
.inline-uspbar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.inline-uspbar .usp {
	width: 33%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.inline-uspbar .usp i {
	color: #77C015;
	margin-right: 20px;
	font-size: 31px;
}

.inline-uspbar .usp span {
	color: #727272;
}

.inline-uspbar:before {
	content: '';
	left: -webkit-calc(33% + 3px);
	left: -moz-calc(33% + 3px);
	left: calc(33% + 3px);
	width: 6px;
	background: #186334;
	position: relative;
	height: 50px;
}

.inline-uspbar:after {
	content: '';
	right: -webkit-calc(33% + 3px);
	right: -moz-calc(33% + 3px);
	right: calc(33% + 3px);
	width: 6px;
	background: #186334;
	position: relative;
	height: 50px;
}

/* .cta-module */
.cta-module .cta {
	padding: 18px 40px;
	display: inline-block;
	font-size: 20px;
	color: white;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	font-weight: 300;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.cta-module .cta-wrapper {
	margin-top: 10px;
}

.cta-module h2 {
	margin-top: 40px;
}

.cta-module .cta.phone {
	background: #77C015;
	margin-right: 24px;
}

.cta-module .cta.mail {
	background: #727272;
}

.cta-module .cta:hover {
	opacity: 0.8;
}

/* Nieuws */
.et_pb_ajax_pagination_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -;
	margin: --;
	margin: -18px;
}

.et_pb_ajax_pagination_container article {
	width: -webkit-calc(50% - 36px);
	width: -moz-calc(50% - 36px);
	width: calc(50% - 36px);
	height: auto;
	margin: 18px;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	   -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 0 0 68px;
}

.et_pb_ajax_pagination_container article img {
	height: 200px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.et_pb_ajax_pagination_container article p.post-meta {
	padding: 0 20px 48px;
	color: #77C015 !important;
}

.et_pb_ajax_pagination_container article div.post-content {
	padding: 0 20px;
}

.et_pb_ajax_pagination_container article h2 {
	padding: 0 20px 20px;
	font-size: 22px;
}

/* Breadcrumb */
.solo-breadcrumb {
	padding: 0 !important;
}

/* Contact */
.contact-section .et_pb_column.et-last-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.contact-section .et_pb_column.et-last-child .et_pb_code {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	   -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.contact-section .et_pb_code * {
	height: 100%;
}


.gform_body>ul {
	list-style-type: none !important;
	padding: 0;
}

input.gform_button {
	background: #77C015;
	margin-top: initial;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: white;
	padding: 18px 40px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	font-size: 20px;
	font-weight: 300;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 0;
	text-align: right;
	margin-top: 30px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

input.gform_button:hover {
	opacity: 0.7;
}

.gform_body input,
.gform_body textarea {
	width: 100%;
	padding: 10px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	background: #f4f4f4;
	border: 0;
	margin-bottom: 15px;
	margin-top: 5px;
}

.validation_message {
	display: none;
}

.gfield_error.gfield_contains_required label {
	color: red;
}

#cookie-notice {
    background-color: #000000de!important;
    z-index: 99999!important;
    position: fixed!important;
    bottom: 15px!important;
    left: 15px!important;
    width: 415px!important;
    font-size: 16px!important;
    line-height: 27px!important;
    text-align: left!important;
    -webkit-box-shadow: 0px 5px 10px #6B676DA6!important;
       -moz-box-shadow: 0px 5px 10px #6B676DA6!important;
            box-shadow: 0px 5px 10px #6B676DA6!important;
    -webkit-border-radius: 5px!important;
       -moz-border-radius: 5px!important;
            border-radius: 5px!important;
    min-width: initial;
}

#cookie-notice .cookie-notice-container {
    display: block;
    padding: 25px !important;
    text-align: left !important;
}

#cookie-notice h3 {
    color: white !important;
    margin: 0 !important;
    line-height: 25px !important;
}

#cookie-notice .cn-button {
    margin-left: 10px!important;
    display: block!important;
    text-align: center!important;
    padding: 9px 10px!important;
    width: 157px!important;
    font-size: 16px!important;
    margin-left: 0!important;
    margin-top: 13px!important;
    font-weight: 600;
}

a#cn-accept-cookie {
	background: #77c015;
	font-weight: lighter !important;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
/* .menu-item-has-children:hover > .sub-menu .sub-menu {
    position: absolute !important;
    left: 300px;
    top: 0;
}

.menu-item-has-children:hover > .sub-menu {
    overflow: visible;
}
.sub-menu li .sub-menu li{
	background-color:#f2f2f2;
}
#top-menu a, #top-menu ul.sub-menu, #top-menu ul.sub-menu{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: color 0 ease-in;
    transition: none;
} */

.sub-menu {
    left: 295px;
    top: -4px;
}
.nav li ul {
    padding: 0 !important;
}
.nav li li ul {
    top: -4px;
}
#top-menu .menu-item-has-children>a:first-child:after {
    margin-right: 0px;
    margin-top: 0px;
}
#top-menu li .menu-item-has-children > a:first-child:after {
    top: 2px !important;
	right: 3px;
}
@media only screen and (max-width:450px) {
#cookie-notice {
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    -webkit-border-radius: 0!important;
       -moz-border-radius: 0!important;
            border-radius: 0!important;
}
}

@media screen and (max-width: 1580px) {
	.blocks .blocks-item-titel {
		font-size: 18px;
	}

	.et_pb_row,
	.container {
		width: 90%;
	}
}

@media screen and (max-width: 1500px) {
	.custom-container:not(.alt) .et_pb_column_1_2.et-last-child {
		padding-right: 5%;
	}

	.custom-container.alt .et_pb_column_1_2:first-child {
		padding-left: 5%;
	}

	.inline-uspbar .usp:last-child {
		display: none;
	}

	.inline-uspbar .usp {
		width: 50%;
	}

	.inline-uspbar:before {
		left: -webkit-calc(50% - 1px);
		left: -moz-calc(50% - 1px);
		left: calc(50% - 1px);
	}

	.inline-uspbar:after {
		content: none !IMPORTANT;
	}
}

@media screen and (max-width: 1350px) {
	.uspbar .usp:last-child {
		display: none;
	}

	.home .page-banner h1 {
		font-size: 35px;
	}

	.page-banner-homelabel {
		font-size: 25px;
	}

	a.page-banner-button {
		padding: 12px 31px;
	}

	.home .page-banner {
		height: 300px;
	}

	.blocks .blocks-item-link {
		height: 220px;
	}

	.blocks .blocks-item-icon {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.blocks .blocks-item-titel {
		padding-right: 0;
	}

	.et_pb_column_3_5 {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media screen and (max-width: 1200px) {
	header#main-header {
		width: 200px;
	}

	div#et-main-area {
		margin-left: 200px;
	}

	header#main-header>.container .logo_container {
		padding: 36px 15px 65px;
	}

	.header-contact {
		margin: 0 15px 50px;
	}

	.searchwrap {
		margin: 35px 15px 0;
	}

	div#et-top-navigation #top-menu .menu-item>a {
		padding-left: 15px;
		font-size: 15px;
	}

	#top-menu .menu-item-has-children>a:first-child:after {
		margin-right: 15px;
	}

	div#et-top-navigation #top-menu .menu-item-has-children .menu-item a {
		padding-left: 30px;
	}

	.header-contact div {
		font-size: 14px !important;
	}

	.header-contact-bereik i {
		margin-right: 0;
	}
}

@media screen and (max-width: 1070px) {
	.blocks .blocks-item-titel {
		font-size: 15px;
	}
}

@media screen and (max-width: 980px) {
	header#main-header {
		position: relative;
		width: 100%;
		margin-top: 60px;
		height: 70px;
	}

	header#main-header>.container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		max-width: 90%;
		margin: auto;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.logo_container {
		width: 137px !important;
		padding: 0 !important;
	}

	.logo_container img {
		max-width: 100% !important;
	}

	.menu-grow {
		display: none;
	}

	.header-contact {
		display: none;
	}

	.mobile_menu_bar {
		padding: 0 !important;
	}

	.mobile_menu_bar:before {
		font-size: 55px;
		color: #727272;
	}

	.uspbar {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	div#et-main-area {
		margin: 0;
	}

	.custom-container .et_pb_column_1_2 {
		padding: 0 !important;
		width: 90% !important;
		margin: 0 5% !important;
	}

	a.blocks-item-link {
		height: 64px !important;
	}

	.blocks-item-wrap {
		height: 100%;
	}

	.blocks .blocks-item-icon {
		height: 64px;
		width: 64px;
		font-size: 26px;
	}

	span.blocks-item-titel {
		font-size: 22px !important;
	}

	.blocks .et_pb_column {
		margin-bottom: 23px;
	}

	.custom-container .et_pb_row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		   -moz-box-orient: vertical;
		   -moz-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}

	.custom-container:not(.alt) .et_pb_row .et_pb_column:first-child {
		height: 325px;
		margin: 0 !important;
		width: 100% !important;
	}

	.custom-container:not(.alt) .et_pb_row .et_pb_column:last-child {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.custom-container.alt .et_pb_row .et_pb_column:last-child {
		height: 325px;
		margin: 0 !important;
		width: 100% !important;
	}

	.custom-container.alt .et_pb_row .et_pb_column:first-child {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}

	.page-banner {
		height: auto !important;
	}

	.page-banner .container {
		padding: 30px 0;
	}


	.inline-uspbar .usp {
		width: 100% !important;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		   -moz-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		margin-bottom: 24px;
	}

	.inline-uspbar {
		display: block;
	}

	.inline-uspbar .usp span:after {
		content: '';
		border-right: 4px solid #727272;
		height: 18px;
	}

	.inline-uspbar .usp span {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		   -moz-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.inline-uspbar .usp i {
		width: 50px;
		margin: 0;
	}

	.inline-uspbar .usp:last-child {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
	ul#mobile_menu {
		border: 0 !important;
		margin-top: 22px;
		margin: 7px -6% !important;
		width: 112% !important;
		background-color: #f4f4f4;
	}

	.et_pb_ajax_pagination_container article{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	#page-container .et_pb_column_3_5 {
		width: 100% !important;
		margin: 0 !important;
	}
}

@media screen and (max-width: 625px){
	.uspbar .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		   -moz-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
}

@media screen and (max-width: 603px){
	.cta-module .cta.phone{
		margin-bottom: 24px;
	}
	.cta-module .cta {
		padding: 18px 25px;
	}
}

@media screen and (max-width: 420px){
	.blocks .blocks-item-titel {
		font-size: 19px !important;
	}
	.inline-uspbar .usp span {
		font-size: 14px;
	}
}
.container:before{
	display: none !important;
}
.header-contact-bereik {
    font-size: 15px !important;
}
