* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

s .primary-color {
	color: #c6a476;
}

.secundary-color {
	color: #262727;
}

.custom-color {
	color: #e62d3e;
}

.custom-color2 {
	color: #e62d23;
}

.container-fluid {
	max-width: 1300px;
	/*padding-left:30px!important;padding-right:30px!important;*/
}

.border--rounded-small,
.form-control,
.form-textarea,
.form-text,
.form-email,
.form-search,
.article--image img {
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}

.border--rounded-big,
.button,
.cta--ckeditor a,
.btn,
.cta--default,
#edit-actions-submit,
.user-login-form,
.salespage--content,
.social--awesome {
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
}

.box--shadow,
#block-featureblokkenlayout .block {
	-webkit-box-shadow: 2px 4px 20px rgba(26, 26, 26, .08);
	box-shadow: 2px 4px 20px rgba(26, 26, 26, .08);
}

/* Body */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-feature-settings: liga, kern;
	height: 100%;
	line-height: 1.6em;
}

p,
body {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
}

p {
	padding: 0;
}

/* Class to break out container */
.break-out,
.breakout,
.background--breakout-white,
.background--breakout-grey,
.background--breakout-black,
.background--breakout-primary,
.background--breakout-secundary,
.background--breakout-custom,
.background--breakout-custom2 {
	width: 100vw;
	position: relative;
	left: calc(-1 * (100vw - 100%) / 2);
}

/* Regions */
#topheader {
	text-align: right;
	font-size: .8em;
	border-bottom: 1px solid #e2e2e2;
	height: 25px;
	line-height: 25px;
	position: relative;
	z-index: 1;
	background-color: #000;
	color: #ccc;
}

#topheader p {
	font-size: .9em;
}

#topheader a {
	color: #fff;
}

#header {
	background: #fff;
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 2;
}

#navigation {
	background: #000;
}

#breadcrumbs {
	background-color: #f5f5f5;
}

#main {
	background-color: #fff;
}

#footer {
	background-color: #262727;
	color: #fff;
}

#copyright {
	padding: 20px 0;
	text-align: center;
}

/* Logo */
.region.region-header {
	margin: 0;
	padding: 0;
	line-height: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site--logo {
	max-height: 90px;
	margin: 10px 0;
}

/* Links */
a {
	outline: none !important;
	cursor: pointer !important;
	transition: all .5s ease 0 !important;
	text-decoration: none;
}

a {
	color: #c6a476;
	transition: all .2s ease-in-out;
}

a:visited {
	color: #c6a476;
}

a:active {
	color: #c6a476;
	outline: none !important;
}

a:hover {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:focus {
	color: #c6a476;
	text-decoration: none;
	outline: none !important;
}

/* Arceren */
::-moz-selection {
	/* Code for Firefox */
	background: #c6a476;
	color: #fff;
}

::selection {
	background: #c6a476;
	color: #fff;
}

mark {
	background: #c6a476;
	color: #fff;
	opacity: .7;
}

/* Headers */
h1,
h2,
h3,
h4,
h5,
h6,
.field--name-field-card-block-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	border: none;
	margin: 5px 0;
	display: inline-block;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

#footer h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

/* Maintenance page */
body.navbar-is-fixed-top {
	margin-top: 0;
}

.maintenance--wrapper {
	background-color: #c6a476;
	height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.maintenance--content {
	padding: 15px;
	background-color: #f5f5f5;
	text-align: center;
	max-width: 400px;
	width: 100%;
	color: #333;
}

.maintenance--content p {
	color: #333;
}

.maintenance--content img {
	max-width: 250px;
	margin-bottom: 30px;
}

/* Bullet points */
.field--name-body ul,
.cke_editable ul,
.page--paragraph-content ul,
.featureblock--content ul,
.salespage--content .field--name-field-paragraph-webform-content ul {
	list-style-type: none;
	margin-left: 70px;
}

.field--name-body ul li:before,
.cke_editable ul li:before,
.page--paragraph-content ul li:before,
.featureblock--content ul li:before,
.salespage--content .field--name-field-paragraph-webform-content ul li:before {
	color: #c6a476;
	display: inline-block;
	margin-left: -2em;
	width: 2em;
	font-family: "Font Awesome 5 Free";
	content: '\f058';
	font-weight: 600;
}

/* Breadcrumbs */
.breadcrumb {
	padding: 0;
	margin: 0;
	background-color: transparent;
	font-size: .8em;
}

/* Buttons */
#edit-actions-submit,
.button {
	border: none;
}

.button,
.cta--ckeditor a,
.btn,
.cta--default,
#edit-actions-submit,
.cta--ckeditor a {
	font-family: 'Montserrat', sans-serif;
	background-color: #c6a476;
	transition: all .2s ease-in-out;
	font-size: .9em;
	color: #fff !important;
	padding: 10px 15px;
	border: none;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	clear: both;
	float: none;
	position: relative;
	line-height: 120%;
}

.button:active,
.cta--ckeditor a:active,
.btn:active,
.cta--default:active,
#edit-actions-submit:active,
.cta--ckeditor a:active {
	background-color: #c6a476;
}

.btn:hover,
.button:hover,
.cta--default:hover,
.mobile--cta-offerte:hover,
.cta--inverted:hover,
.cta--ckeditor a:hover {
	filter: brightness(75%) !important;
	color: #fff !important;
}

/* Call to actions */
.cta--inverted {
	background-color: #232629;
	border: none;
}

/* Backgrounds & Padding */
.blocks--padding,
#footer,
#main,
.paragraph--wrapper,
.background--white,
.background--grey,
.background--black,
.background--primary,
.background--secundary,
.background--custom,
.background--breakout-white,
.background--breakout-grey,
.background--breakout-black,
.background--breakout-primary,
.background--breakout-secundary,
.background--breakout-custom,
.background--breakout-custom2,
#block-views-block-dw-teasers-block-2--2 {
	padding: 80px 0;
}


.background--white,
.background--breakout-white {
	background-color: #fff !important;
}

.background--grey,
.background--breakout-grey {
	background-color: #f5f5f5 !important;
}

.background--black,
.background--breakout-black {
	background-color: #000 !important;
}

.background--primary,
.background--breakout-primary {
	background-color: #c6a476 !important;
}

.background--secundary,
.background--breakout-secundary {
	background-color: #262727 !important;
}

.background--custom,
.background--breakout-custom {
	background-color: #e62d3e !important;
}

.background--custom2,
.background--breakout-custom2 {
	background-color: #e62d23 !important;
}

/* Pagination */
.pager .btn {
	padding: 5px 10px;
	background-color: transparent;
	font-size: .9em;
	border-color: #e2e2e2;
	color: #1a1a1a;
}

.pager .btn-light:not(:disabled):not(.disabled).active {
	background-color: #f5f5f5;
}

.pager a:visited {
	color: #1a1a1a;
}

/* Forms */
.form-item,
.form-actions {
	margin-top: 1em;
	margin-bottom: 0;
}

.form-control,
.form-textarea,
.form-text,
.form-email,
.form-search {
	display: block;
	width: 100%;
	padding: 15px 12px;
	font-size: .9em;
	line-height: 1.5em;
	color: #555;
	background-color: #f5f5f5;
	background-image: none;
	border: 0 solid #e2e2e2;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
	transition: none;
	transition: none;
}

.select-wrapper:after {
	color: #c6a476;
	content: '▼' !important;
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	margin-top: -.5em;
	padding-right: .5em;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	font-size: 10px;
}

.select-wrapper select {
	padding: 10px 12px;
}

.form-select {
	color: #999;
}

.select-wrapper::after {
	color: #c6a476;
}

.privacy--wrapper {
	font-size: .8em;
	margin: 5px 0;
}

/* remove blue border */
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
	outline: 0 !important;
	box-shadow: none !important;
}

/* Fontawesome minimal width */
.fa,
.fab,
.fal,
.far,
.fas {
	min-width: 25px;
}

/* Social Icons Awesome */
.social--awesome {
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	width: 40px;
	height: 40px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 3px;
	border: 1px solid #c6a476;
	margin-bottom: 3px;
	margin-top: 10px;
	transition: all .2s ease-in-out;
}

.social--awesome,
.social--awesome:visited {
	background-color: #c6a476;
	color: #fff;
	border: 1px solid #c6a476;
	margin-bottom: 3px;
}

.social--awesome:hover {
	background-color: transparent;
	color: #ccc;
	border: 1px solid #ccc;
}

/* File Download */
.text-primary {
	color: #c6a476;
}

.file>span {
	background: #fff;
	color: #c6a476;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.file {
	margin: 20px 0;
}

/* Youtube container (remove height add width 100%) */
.video--container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: auto;
	overflow: hidden;
}

.video--container iframe,
.video--container object,
.video--container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Mobile buttons phone e-mail whatsapp */
.mobile--cta-fixed {
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	z-index: 2;
	height: 70px;
}

.mobile--cta-wrapper {
	display: flex;
}

.mobile--cta-column {
	flex: 1;
	font-size: .8em;
}

.mobile--cta-column a {
	text-decoration: none;
	display: block;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
}

.mobile--cta-column a {
	background-color: #fff;
	color: #1a1a1a;
}

.mobile--cta-column a:hover {
	background-color: #f5f5f5;
	color: #1a1a1a;
}

.mobile--cta-column .fa,
.mobile--cta-column .fas,
.mobile--cta-column .fab {
	font-size: 20px;
}

/* User login form */
.user-login-form {
	max-width: 400px;
	text-align: center;
	margin: 40px auto;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
}

.user-login-form #edit-name--description,
.user-login-form #edit-pass--description {
	display: none;
}

/* Tabs borders */
.tabs.primary {
	border-bottom: 1px solid #e2e2e2;
}

/* Banners */
.banner--background {
	position: relative;
	background-color: #000;
}

.banner--background.banner--background-after:after,
.paragraph--banner:after {
	content: ' ';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background-image: linear-gradient(-90deg, #c6a476 0%, #c6a476 100%);
	opacity: .3;
}

.banner--background-content {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	color: #fff;
}

.banner--background-pagetitle {
	position: relative;
	z-index: 1;
	padding: 30px 0;
	color: #fff;
}

.path-frontpage .banner--background-pagetitle {
	display: none;
}

/* Sales page */
.salespage--cross {
	text-align: right;
	padding-right: 15px;
	text-decoration: none;
	display: block;
	color: #333 !important;
}

.salespage--cross a {
	text-decoration: none;
	position: relative;
	z-index: 2;
}

.page-node-type-salespage,
.salespage--body {
	background-color: #000;
}

.salespage--body {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}

.salespage--wrapper {
	margin: auto;
	max-width: 900px;
	flex: 1;
	padding: 20px;
}

.salespage--content {
	padding: 20px;
	background-color: #fff;
	margin: 15px;
	position: relative;
	z-index: 1;
	max-width: 800px;
	margin: auto;
}

.salespage--logo {
	text-align: center;
}

.salespage--logo img {
	margin: auto;
	margin-bottom: 20px;
}

.salespage--back {
	text-align: right;
}

.salespage--back a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: .7em;
	text-decoration: none;
	padding-right: 15px;
}

/* Footer Menu */
#block-voet ul,
.sidebar--second .menu,
.sidebar--first .menu {
	padding: 0;
	padding: 0;
}

#block-voet li::before,
.sidebar--second .menu li::before,
.sidebar--first .menu li::before {
	display: inline-block;
	margin-left: -15px;
	font-family: "Font Awesome 5 Free";
	content: '\f0da';
	font-weight: 600;
	float: left;
}

#footer {
	border-bottom: 1px solid #1a1a1a;
	background: #000
}

#footer a {
	color: #fff;
}

#copyright {
	background: #282828;
	border-top: 1px solid #3d3d3d;
	color: #ccc
}

/* Footer menu active link */
#block-voet ul.menu a.is-active {
	color: inherit;
}

/* Sidebar margins */
.sidebar--first .block,
.sidebar--second .block {
	margin-bottom: 30px;
}

/* Slick fix margins */
.slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}

.slick-list {
	margin-left: -15px;
	margin-right: -15px;
}

.slick-dots {
	position: relative;
	padding: 20px 0;
}

.slick-arrow::before {
	color: #c6a476;
}

/* Paragraphs */
.paragraph--wrapper {}

.paragraph--banner {
	position: relative;
}

.banner--content {
	position: relative;
	z-index: 1;
	color: #fff;
}

/* Article full node */
.article--image {
	margin-bottom: 20px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 992px) {
	.article--image {
		margin-bottom: 20px;
		float: right;
		margin-left: 30px;
	}
}

.article--image img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

.article--date {}

.article--content {
	margin: 20px 0;
}

.article--share {}

/* Article Teaser */

#block-views-block-dw-teasers-block-2--2 {
	background-color: #f5f5f5
}

.teaser--content-wrapper {
	border: 1px solid #e2e2e2;
	padding: 20px;
	background: #fff;
}

.teaser--wrapper.teaser--blog {
	margin-bottom: 20px;
}

.teaser--image {
	line-height: 0;
}

.teaser--image img {
	width: 100%;
	height: auto;
}

.teaser--date {}

.teaser--title {}

.teaser--content {}

/* Layoutbuilder Feature blocks same height */
#block-featureblokkenlayout .col-12 {
	display: flex;
}

#block-featureblokkenlayout .block {
	background-color: #fff;
	width: 100%;
	padding: 20px;
	border: 1px solid #e2e2e2;
}

/* Layoutbuilder fix theming */
/* Remove margin from layout choice */
#drupal-off-canvas .layout-selection li {
	margin: 0;
	padding: 0;
}

#drupal-off-canvas .layout-selection li a {
	padding: 0;
	margin: 0;
}

/* hide space from svg layout choice */
#drupal-off-canvas svg {
	display: none;
}

/* Remove first 4 layouts */
#drupal-off-canvas .layout-selection li:nth-child(-n+4) {
	display: none;
}

/* Theme layoutbuilder choices */
#drupal-off-canvas .layout-selection li a {
	text-decoration: none !important;
}

#drupal-off-canvas .layout-selection li a>div {
	display: block;
	background-color: #292c32;
	color: #26a5ff !important;
	padding: 5px;
	margin: 2px;
	text-align: center;
	cursor: pointer !important;
}

#drupal-off-canvas .layout-selection li a>div:hover {
	cursor: pointer !important;
}

/* AntiRobot */
.messages.messages--error {
	magin-bottom: 30px;
}

#captcha .details-wrapper {
	margin-bottom: 20px;
	font-size: .8em;
}

/* Cookies */
.eu-cookie-compliance-content {
	padding: 0 15px;
}

div#sliding-popup,
div#sliding-popup .eu-cookie-withdraw-banner,
.eu-cookie-withdraw-tab {
	background: #000;
	width: 100%;
	margin: 0;
	padding: 0;
}

.eu-cookie-compliance-message {
	max-width: 100%;
}

.eu-cookie-compliance-buttons {
	margin: 0;
	max-width: 20%;
}

.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p {
	color: #fff;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	font-size: .7em;
	letter-spacing: 0;
}

.eu-cookie-compliance-secondary-button {
	cursor: pointer;
	border: none;
	background: none;
	margin-top: 0;
	padding: 0;
	vertical-align: middle;
}

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
	cursor: pointer;
	margin-right: 0;
	margin-top: 0;
	vertical-align: middle;
	overflow: visible;
	width: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	color: #000;
	font-family: inherit;
	font-weight: 400;
	padding: 0;
	text-decoration: none;
	text-shadow: none;
}

.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-default-button {
	font-size: .8em;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	color: #fff;
	background-color: #bed555;
	padding: 2px 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 8px;
}

.disagree-button.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-agree-button:hover,
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-compliance-more-button-thank-you:hover,
.eu-cookie-withdraw-button:hover {
	background-color: #bed555;
	background-image: none;
}

.eu-cookie-compliance-secondary-button:hover,
.eu-cookie-compliance-default-button:hover {
	background-color: #bed555 !important;
	opacity: .8;
}

.eu-cookie-compliance-message {
	margin-top: 1px;
	margin-bottom: 4px;
}

.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--default {
	height: 40px;
	line-height: 40px;
}

#popup-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.agree-button {
	margin-top: 8px;
}

/* Video Banner Wrapper div */
.region--bannervideo-wrapper {
	position: relative;
	overflow: hidden;
}

.region--bannervideo-wrapper:after {
	content: ' ';
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	/*opacity:.4;
	background-image:linear-gradient(to left bottom,#daa56f,#daa56f,#daa56f,#daa56f,#daa56f);*/
}

video {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: scroll;
	top: 0;
	left: 0;
	position: absolute;
}

.region--bannervideo-content-wrapper {
	height: 50vh;
	min-height: 500px;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
	color: #fff;
}

details {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #e2e2e2;
}

#block-contact {
	background-image: url("/images/map.png");
	background-position: center center;
	background-repeat: no-repeat;
}

#block-featureblokkenlayout .block {
	text-align: center
}

#block-featureblokkenlayout .block .fas {
	font-size: 3em;
	color: #c6a476;
}

.home--img {
	max-width: 500px;
	float: right;
	height: auto;
	margin-left: 20px;
}

.home--maps {
	max-width: 500px;
	float: right;
	height: auto;
	margin-left: 20px;
	width: 100%
}



.underc {
	background-color: #c6a476;
	color: #fff;
	font-size: 1.3em;
	text-align: center;
	padding: 30px;
	margin-bottom: 30px;
}

.underc p,
.underc {
	font-size: 18px;
}

.region-footer1 img {
	max-width: 175px;
}


/* Black menu */

#header {
	background-color: #000;

}

.sf-depth-1 a {
	color: #ccc !important
}

#topheader {
	border-color: #333;
}

.banner--background-pagetitle {
	position: relative;
	z-index: 1;
	padding: 30px 0;
	color: #333;
	background: #f5f5f5;
	border-bottom:1px solid #fff
}

.region.region-banner-video {
	margin-top: -100px;
}

.dwtable td,.dwtable tr,.dwtable {padding:5px;border-color:#e2e2e2!important}