/*
	Theme Name: HTML5 Blank
	Template: html5blank-stable
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
    outline: 0!important;
}
body{
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:16px;
	font-weight:300;
	margin:0;
	color:#535353;
	height:100%;
	overflow-x:hidden;
	overflow-y:scroll;
	-moz-transition: padding-left 0.3s ease;
	-webkit-transition: padding-left 0.3s ease;
	transition: padding-left 0.3s ease;
	background-color: #fff;
	scroll-behavior: smooth;
}
p
{
    margin: 0 0 1.75em 0;
    line-height: 1.75em;
}
p a {
  font-weight: bold;
}
/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h1, h2, h3, h4, h5, h6{
    clear: both;
	font-weight:400;
	text-transform: uppercase;
	color: #131b24;
	line-height:1.3em;
	margin:0 0 0.75em 0;
	font-family: 'DM Serif Display', serif;
}
h1
{
	font-size:2em;
}
h2
{
	font-size:1.5em;
}
h3
{
	font-size:1.35em;
}
footer h3
{
	font-size:1.35em;
	font-weight: 500;
}
h4
{
	font-size:1.2em;
	font-weight: 300;
	font-family: 'Poppins', sans-serif;
}
.h_2nd
{
	margin-top: -0.75em;
}
h5
{
	font-size:1.1em;
}

.home-slider h2:before,
.h_element:before
{
	content: '';
    position: relative;
    background-image: url(img/crosses.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
   	height: 20px;
    display: inline-block;
}

img {
	max-width:100%;
	vertical-align:bottom;
}
iframe
{
	max-width: 100%;
}
.sidebar iframe,
.content-bottom iframe
{
	min-width: 100%;
	min-height: 450px;
}
 a:link,
 a:visited,
 a:active
{
	color:#535353;
	text-decoration:none;
	-webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

a.readmore
{
	font-weight: 300;
	font-size: 1.1em;
}
a.readmore:after
{
    font-family: fontAwesome;
    content: '\f178';
    display: inline-block;
    margin-left: 7px;
    font-weight: normal;
    color: #c08d51;
    top: 0;
    position: relative;
}
a.readmore:hover,
a.readmore:hover:after
{
	color: #c08d51;
}
a:hover
{
	color:#c08d51;
}
a:focus
{
	outline:0;
}
a:hover,
a:active
{
	outline:0;
}
input:focus
{
	outline:0;
	border:1px solid #04A4CC;
}
.social-share-buttons-single span
{
	cursor: pointer;
}
.social-share-buttons-single span:hover
{
	color: #c08d51;
}
.nolist ul,
footer ul
{
	margin-left: 0;
	list-style:none;
}
.nolist li,
footer ul li
{
	display:block;
	margin-left: 0;
	padding-left: 0;
}
.nolist li:before,
footer ul li:before
{
	display: none;
}
.footer .widget-2 .widget-title
{
	opacity: 0;
}
footer
{
	font-size: 15px;
	word-break: break-word;
}
footer .footer-image img
{
	oobject-fit: cover;
    oobject-position: top;
}
footer ul
{
	margin-bottom:2.0em;
}
footer ul li
{
	margin-bottom:0.75em;
}
footer ul li:after
{
	font-family: fontAwesome;
    content: '\f105';
    display: inline-block;
    margin-left: 7px;
    font-weight: normal;
    color: #c08d51;
    top: 0;
    position: relative;
}
footer .widget:first-child ul li:after {
    content: none;
}
.logo
{
    position: absolute;
    top: 8px;
    width: 260px;
    left: 50%;
    margin-left: -130px;
}
.logo img
{
}
.icon-phone:before,
.icon-mail:before,
.icon-back:before,
.icon-map:before,
.icon-form:before
{
	ffont-family: fontAwesome;
	font-family: 'Font Awesome\ 5 Free';
	ccontent:'\f10b';
	content: '\f095';
	margin-right:7px;
	font-weight:700;
	display: block;
	float: left;
	color: #c08d51;
	position: relative;
	font-size: 15px;
	mmargin-top: 3px;
	text-align: center;

}
.icon-phone:after,
.icon-mail:after,
.icon-back:after,
.icon-map:after
{
	display: none;
}
.icon-phone:before
{
	ffont-size: 1.2em;
	transform: rotate(90deg);
}
.icon-mail:before
{
	ccontent:'\f0e0';
	content: '\f2b6';
}
.icon-map:before{
	content: '\f3c5';
}
.icon-form:before{
	content: '\f52c';
}

.info .icon-phone:before, .info .icon-mail:before {
    margin-top: 3px;
}
.information
{
	margin-bottom: 2.0em;
}
.information .icon-phone
{
	color:#c08d51;
	font-weight: 700;
}
.information .icon-phone:before
{
	font-size: 28px;
	color:#c08d51;
	bottom: -3px;
}

.sub-menu{
	display:None;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.section
{
	width:100%;
}
.section.animated
{
	overflow-x: hidden;
}
.wrap,
.wrap-big,
.wrap-small,
.wrap-full {
	padding:0 0;
	margin:0 auto;
	position:relative;
	box-sizing: border-box;
}
/* header */
.header
{
	height: 55px;
}

.mobile-cta-body{
	display: block;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
}
ul#menu-mobile-menu-3 li:before {
    content: none;
}
.mobiel-cta a{
	width: 100%;
	text-align: center;
	display: inline-block;
	float: left;
	color: #fff!important;
	background: #c08d51;
	padding: 15px 10px;
	font-weight: 600;
	border-top: 1px solid #d81f13;
	font-size: 16px;
}

.language_switcher
{
    position: absolute;
    right: 230px;
    top: 50px;
}
.language_switcher .wpml-ls-legacy-list-horizontal
{
	padding: 0;
}
.language_switcher ul li:before
{
    content: unset;
}

table.prices span{
	color: #c08d51;
    font-weight: 600
}

.slider-title{
	position: absolute;
	top: -100px;
	left: calc(50% - 325px);
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.slider-title.en-slider-title{
	left: calc(50% - 240px);
}

.slider-title h2{
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin: 0 auto;
	display: block;
	font-size: 1.8em;
}

@media (min-width: 800px) {
	.cd-top{
		bottom: 15px!important;
	}
	.mobile-cta-body {
		display: none;
	}
	.scroll .header
	{
		height: 65px;
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		width: 100%;
		z-index: 99;
		top: 0;
	}
	.scroll .logo
	{
		top: 19px;
		width: 160px;
	}
	.scroll .nav ul li a:link,
	.scroll .nav ul li a:visited,
	.scroll .nav ul li a:active
	{
		line-height: 1.5em;
		color: #fff;
	}
	.scroll .nav ul li a:hover
	{
		color: #c08d51;
	}
	.scroll .nav ul li ul
	{
		top: 80px;
	}
	.scroll .nav ul li.menu-item-has-children:after
	{
		top: 2.0em;
	}
}
/* nav */
.nav {

}
/* SIDEBAR */
.sidebar {

}
.sidebar .widget{
	margin-bottom: 2.0em;
}

.sidebar .widget_wrap{
	width: 100%;
}

/* footer */
.footer a:hover,
.bottom-footer a:hover{
    color: #c08d51!important;
}

.min-height-lg
{
	height: 600px;
}
.min-height-md
{
	height: 300px;
}
.has-cartel-bottom
{
	position: relative;
}
.has-cartel-bottom:after
{
	position: absolute;
	content: "";
	width: 100%;
	height: 15px;
	bborder: 1px solid red;
	bottom: -15px;
	display: block;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url('img/edge-down.svg');
	z-index: 1;
}
.has-cartel-top
{
	position: relative;
}
.has-cartel-top:after
{
	position: absolute;
	content: "";
	width: 100%;
	height: 15px;
	bborder: 1px solid red;
	top: -15px;
	display: block;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url('img/edge-up.svg');
	z-index: 1;
}


.custom-col6-left
{
	padding-left: calc(100% - 650px);
}
/*------------------------------------*\
    services
\*------------------------------------*/
#breadcrumbs
{
	position: absolute;
	top: -90px;
	color: #c08d51;
	font-size: 14px;
}
#breadcrumbs a:visited,
#breadcrumbs a:active,
#breadcrumbs a:link,
#breadcrumbs span.breadcrumb_last
{
	color:#fff;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
}
#breadcrumbs a:hover
{
	color: #c08d51;
}

/*------------------------------------*\
    options
\*------------------------------------
.section-options
{
	position: relative;
	z-index: 2;
}
*/
/*------------------------------------*\
    services
\*-----------------------------------
.section-services
{
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('img/section-services.jpg');
	background-size: contain;
	position: relative;
	z-index: 2;
}
.service:nth-child(2),
.service:last-child
{
	margin-top: 5.0em
}
.colcustom1
{
	width: 100px;
	float: left;
}
.colcustom2
{
	width: calc(100% - 120px);
	float: left;
}
-*/

/*------------------------------------*\
    projects
\*------------------------------------*/
.section-projects
{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.section-projects:after
{
	content: "";
    width: 100%;
    display: inline-block;
    height: 225px;
    background-color: #131b24;
    bborder: 1px solid red;
    bottom: 0;
    position: absolute;
	z-index: 0;
}
.section-projects .col4,
.section-projects .projects > .col12
{
	z-index: 1;
}

/*------------------------------------*\
    reviews
\*------------------------------------*/
.section-review
{
	position: relative;
}
.section-review:before
{
	content: "";
	width: 40%;
	height: 100%;
	background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	top: 0;
	position: absolute;
	right: 0;
	display: inline-block;
}
@media (min-width: 801px) {
  .section-review:before {
    background-image: url('https://www.amsterdamdeskcompany.nl/wp-content/uploads/2020/08/blog-3-new.jpg');
  }
}
.section-review:after
{
	content: "";
	width: 45%;
	height: 200px;
	bottom: 25px;
	position: absolute;
	right: 0;
	display: inline-block;
	/*background-image: url(img/amsterdam-skyline.svg);*/
	/*background-size: contain;*/
	/*background-repeat: no-repeat;*/
}
.section-review .star-rating .fa
{
	color: #c08d51;
}
.section-review .name
{
	font-weight: bold;
}





/*------------------------------------*\
    projects
\*------------------------------------
.section-banner
{
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('img/section-banner.jpg');
	background-size: cover;
}
.projects-template-default.single.single-projects .slider img,
.page-template-template-visual-low .slider img {
    hheight: 225px;
    hheight: 280px;
    width: 100%;
}
.projects-template-default.single.single-projects .m-t-xl-negative {
    mmargin-top: -322px;
    mmargin-top: -268px;
}

.section-steps img
{
	min-height: 70px;
	max-height: 70px;
}
.date
{
	color: #676767;
	font-size: 80%;
}
*/
/*------------------------------------*\
    tables
\*------------------------------------*/

table {

    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom: 2.0em;
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
}
table th,
table td
{
	padding: 10px 10px;
	text-align: left;
}
table th p,
table td p
{
	margin:0;
}
tr:nth-child(even)
{
	background: #f6f6f6;
}
tr:nth-child(odd)
{
	background: #fff;
}

/*------------------------------------*\
    START FORMS CSS
\*------------------------------------*/
input,
select,
textarea {
    width: 75%;
}
input,
textarea
{
	font-family: 'Poppins', sans-serif;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="number"],
textarea,
button
{
    -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
    -webkit-border-radius: 0px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    background: none;
    min-height: 40px;
	background-color: #fff;
	color: #333;
	font-size: 16px;
	border-radius: 0;
	mmargin-bottom: 1.5em;
	margin-bottom: 0.2em;
	width: 100%;
	margin-right: 1%;
}
.medium
{
	width: 40% !important;
}
.small
{
	width: 17% !important;
}
form.dropdown
{
	width:100%;
	overflow: hidden;
	position: relative;
	display: block;
}
form.dropdown select
{
	border-color: #264476;
}
form.dropdown:after
{
	content:"\f078";
	font-family: FontAwesome;
	color: #264476;
	position: absolute;
	right: 0;
	top: 12px;
	z-index: 1;
	width: 10%;
	height: 100%;
	pointer-events: none;
	font-size: 20px;
}
form.wpcf7-form.init {
    padding: 35px 30px 10px 30px;
    background: #f6f6f6;
}
.sidebar form.wpcf7-form.init
{
	padding: 0;
}
form.wpcf7-form.init p
{
  margin-bottom: 1.0em;
}
.sidebar form.wpcf7-form.init p
{
	margin-bottom: 0.5em;
}
.wpcf7
{
	margin-bottom: 2.0em;
}
@media (min-width: 999px) {
	.page-template-template-fullwidth .wpcf7
	{
		margin-left: 20%;
		margin-right: 20%;
	}
	

.flexitem.flexitem__last {
width: 100%!important;
}

.flexitem__last .check li {
font-size: 14px;
}

.flexitem__last .check {
display: flex;
justify-content: space-between;
}

}
button
{
	color: #264476;
	border: 1px solid #264476;
}
::-webkit-input-placeholder {
	color: #c8c8c8;
}
::-moz-placeholder {
	color: #c8c8c8;
}
:-ms-input-placeholder {
	color: #c8c8c8;
}
:-moz-placeholder {
	color: #c8c8c8;
}
div.wpcf7-response-output {
    margin: 2em 0 0 0;
    padding: 1.5em 1em;
    border: 5px solid #ff0000;
    clear: both;
}
div.wpcf7-mail-sent-ok {
    border-color: #398f14;
}
span.wpcf7-not-valid-tip {
    margin-top: -25px;
    margin-bottom: 20px;
}
span.wpcf7-list-item {
    display: block;
    margin: 0 0 0 0;
}

span.wpcf7-list-item-label {
    display: inline-block;
    width: 115px;
}

input[type="checkbox"]{
    width: 25%;
}
input[type="submit"]{
	border: none;
}

/* offerte aanvragen */
.acceptance-763 input[type="checkbox"] {
    width: auto;
    text-align: left;
    display: inline-block;
    margin-right: 20px;
}
.acceptance-763 span.wpcf7-list-item-label {
    display: inline-block;
    width: 80%;
}
.group-1, .group-2, .group-3 {
    background: #F7F7F7;
    border-radius: 5px;
    padding: 30px 20px;
    margin-top: 30px;
    border: 1px solid #f0f0f0;
}
.group-1.flexbetween p{
	margin: 0;
}
/* end offerte aanvragen */

/* inschrijfformulier */
form span.under_text {
    font-size: 14px;
    font-style: italic;
}
span.normal span input {
    width: auto;
    margin-left: 0;
    margin-right: 10px;
}

span.normal span.wpcf7-list-item span.wpcf7-list-item-label {
    width: auto;
}
#wpcf7-f153-p154-o1 textarea {
    rresize: none;
    height: 100px;
}

/* end inschrijfformulier */
/*------------------------------------*\
    END FORMS CSS
\*------------------------------------*/

/*------------------------------------*\
    CUSTOM CSS
\*------------------------------------*/

a.btn,
.btn,
span.btn,
a.btn-outline,
.btn-outline,
span.btn-outline,
a.btn-blank,
.btn-blank,
span.btn-blank
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn-menu a
{
	font-family: 'DM Serif Display', serif;
	background:#131b24;
	line-height:1.25em;
	display:inline-block;
    ppadding: 10px 25px 12px 25px;
    padding: 14px 45px 14px 45px;
	color: #fff !important;
	text-decoration:none;
	cursor: pointer;
	margin-bottom:0.4em;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-shadow: none !important;
	box-sizing:border-box;
	font-size:16px;
	font-weight: 400 !important;
	border-radius: 35px;
    -webkit-border-radius: 35px;
	position:relative;
	margin-right:15px;
	-webkit-appearance: none;
	width: auto;
}
a.btn:hover,
.btn:hover,
span.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#555555;
	color: #fff !important;
	border-color: #222;
}
a.btn-white,
.btn-white,
span.btn-white,
.text-lt a.btn,
.text-lt .btn,
.text-lt span.btn
{
	background:#fff;
	color: #c08d51 !important;
	border: 2px solid #fff;
}
a.btn-white:hover,
.btn-white:hover,
span.btn-white:hover {
	background:#264476;
	color: #fff !important;
	border: 2px solid #264476;
}

a.btn-outline,
.btn-outline,
span.btn-outline {
	background: transparent;
    color: #fff !important;
    border: 2px solid #fff;
}
a.btn-outline:hover,
.btn-outline:hover,
span.btn-outline:hover {
	background:#c08d51;
	color: #fff !important;
	border: 2px solid #c08d51;
}

a.btn-blank,
.btn-blank,
span.btn-blank,
.text-lt a.btn-blank,
.text-lt .btn-blank,
.text-lt span.btn-blank
{
	background: none;
	border: none;
	padding-left: 0;
	color: #535353 !important;
	font-family: 'Poppins', sans-serif;
}
.text-lt a.btn-blank,
.text-lt .btn-blank,
.text-lt span.btn-blank
{
	color: #fff !important;
}
a.btn-blank:hover,
.btn-blank:hover,
span.btn-blank:hover
{
	color: #c08d51 !important;
	background: none;
}
.btn-cta{
	background: #c08d51!important;
}
.btn-cta:hover,
li.btn-menu a:hover{
	background: #131b24!important;
	color: #fff;
}
li.btn-menu a {
    text-align: center;
    margin-right: 0!important;
    padding: 14px 45px 14px 45px!important;
    background: #c08d51!important;
}
/*new css 12-08*/
.scroll li.btn-menu a{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.1!important;
}
.scroll .header .nav ul{
	height: 65px;
	align-items: center;
}
.content-wrap a{
	color: #c08d51;
}
.content-wrap a:hover{
	color: #ab7e4a;
}
.w-100{
	width: 100%;
}
.sidebar-contact .widget .textwidget ul li{
	margin-bottom: 0!important;
}
.contact-images .item{
	height: 400px;
}
.contact-images .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* end new css 12-08*/
/*------------------------------------*\
    LISTS
\*------------------------------------*/

ol
{
	padding-left:10px;
    margin: 0;
    padding: 0;
    margin-bottom: 1.0em;
	list-style: none;
}
ul {
	padding-left:0px;
	list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1.0em;
}
ul.no-list {
	list-style: none;
}
li {
	position: relative;
    margin-left: 0;
	padding-left: 15px;
	margin-bottom:0.75em;
	line-height: 1.75em;
}
ol li {
	counter-increment: step-counter;
	padding-left: 0;
	line-height: 1.75em;
}

ol li::before {
	content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #c08d51;
    color: #fff;
    font-weight: bold;
    padding: 1px 5px;
    border-radius: 3px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    width: 24px;
    display: inline-block;
    text-align: center;
}
li:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    content: '\f111';
    color: #535353;
    font-size: 7px;
    width: 20px;
}
ul.list-horizontal li
{
	float: left;
	margin-right: 25px;
}
.check li
{
	padding-left: 20px;
}
.check li:before
{
    top: 0;
    content: '\f00c';
    font-size: 16px;
    color: #c08d51;
}
ul.arrow li:before {
	content: '\f054';
    font-size: 12px;
    color: #c08d51;
}

/*------------------------------------*\
   START SLIDER CSS
\*------------------------------------*/
.slider,
.slide-image,
.slider img
{
	height: 225px;
	width: 100%;
}
.home .slider,
.home .slide-image,
.home .slider img
{
	height: auto;
	min-height: 650px;
	width: 100%;
}
.single-projects .slider,
.single-projects .slide-image,
.single-projects .slider img,
.page-template-template-visual-low .slider,
.page-template-template-visual-low .slide-image,
.page-template-template-visual-low .slider img
{
	height: 280px;
}
.slider
{
	position: relative;
    width: 100%;
	background-color: #191919;
}
.page-template .section-options:before
{
	content: "";
	height: 240px;
	width: 100%;
	display: block;
	background-color: #535353;
	position: absolute;
}
.slider img
{
    object-fit: cover;
}
.slide-image {
    pposition: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slider-content {
    position: relative;
    float: left;
    width: 100%;
    z-index: 10;
}
.home .slider .slider-content img
{
	width: auto;
	height: 75px;
	min-height: inherit;
}

	li.no-list
	{
		list-style: none;
		ppadding-left: 40px;
		margin-left: 27px;
	}
	li.no-list:before
	{
		display: none;
	}
@media (min-width: 800px) {
	.home-slider .col4:nth-child(2),
	.projects .col4:nth-child(2)
	{
		margin-top: 2.0em;
		margin-bottom: -2.0em;
	}

}

/*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/

/*Flex items*/
.flexlist,
ul.logos
{
  display: flex;
  flex-wrap: wrap;
}

.flexitem,
ul.logos li
{
	display: flex;
}
.flex-item-center {
	align-items: center;
}
.flexinner
{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.flexbetween{
	display: flex;
    justify-content: space-between;
    width: 100%;
}
.flexend{
	justify-content: flex-end!important;
}
.flexvertical {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexverticalitem {
  max-width: 50%;
}

.flexverticalitem-top {
  align-self: flex-start;
}

.flexverticalitem-bottom {
  align-self: flex-end;
}
/*like a wrap */
.flexhorizontal {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-logos .widget-title
{
	display: none
}
ul.logos {
    list-style: none;
}
ul.logos li:before
{
	display: none;
}
ul.logos li {
    float: left;
    width: 14.24444%;
	width: 25%;
	padding: 0;
	text-align: center;
}
ul.logos li img {
	max-width: 40%;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	margin-right: 30%;
	margin-left: 30%;
}
ul.logos li img:hover
{
 	-webkit-filter: grayscale(0);
  	filter: none;
}
.top-header
{
	height: 100px;
}
.top-header .btn-top-header
{
    position: absolute;
    right: 0;
    top: 40px;
	margin-right: 0;
}
.info
{
    position: absolute;
    left: 0;
    top: 50px;
	font-size: 15px;
}
.info a
{
	float: left;
}
.info a:hover
{
	color: #c08d51 !important;
}
/*------------------------------------*\
    START MENU CSS
\*------------------------------------*/
div.menu
{
	z-index:999;
}
.nav {

}

ul.sub-menu{
	margin-top:-60px!important;
}



@media (min-width: 1024px) {
.nav > ul{
	margin:0;
	padding:0;
	font-family: 'Poppins', sans-serif;
}
.header .nav ul
{
	text-align: center;
	width:100%;
	margin:0px;
	/*new*/
	/*display: flex;*/
	justify-content: space-between;
}
.nav ul li
{
	list-style:none;
	margin-bottom: 0;
	padding-left: 0;
	display: inline;
	position:relative;
}
.nav ul li:before {
	content: none;
}
.nav ul li.current a:link,
.nav ul li.current a:visited,
.nav ul li.current a:active
{
    color: #fff;
}
.nav ul li.current ul li a {
	color:#000 !important;
}
.nav ul li ul li.current {

}
.header .nav ul li
{
	display: inline-block;
	float:inherit;
}
.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:active
{
	cursor: pointer;
    color: #131b24;
    line-height: 1.1;
    padding: 17px 40px;
    font-size: 18px;
    display: block;
    font-weight: 300;
}
.nav ul li.menu-item-has-children:after 
{
    position: absolute;
    font-family: FontAwesome;
    top: 2.6em;
    right: 0;
    content: "\f107";
    color: #c08d51;
    font-size: 1em;
}
.nav ul li:first-child,
.nav ul li a:first-child
{
	padding-left: 0px;
}
.nav ul li.current_page_item a:link,
.nav ul li.current_page_item a:visited,
.nav ul li.current_page_item a:active {
	color: #c08d51;
	bborder-top: 4px solid #264476;
}
.header .nav ul ul li
{
	float:left;
	text-align: left;
}
.top-nav.nav ul li a:link,
.top-nav.nav ul li a:visited,
.top-nav.nav ul li a:active
{
	text-transform:inherit;
	padding: 0 13px;
}
.nav ul li a:hover
{
	color: #c08d51;
}
.nav ul li.last-child a:link,
.nav ul li.last-child a:visited,
.nav ul li.last-child a:active
{
	padding-right: 0;
}
.nav ul ul
{
	display:none;
}
.nav ul li:hover ul
{
	display:block;
}
ul#menu-mobile-menu.menu li .nav ul li ul
	{
    background-color: #264476!important;
}
.nav ul li ul 
{
	position: absolute;
    left: 0px;
    text-align: left;
    ttop: 85px;
    top: 100px;
    bbackground: #000;
    z-index: 3;
    margin-left: 0px;
    padding-left: 0;
    padding-right: 30px;
    background: #191919;
}
.nav ul li ul li a:link
{
    padding-left: 25px;
}
.nav ul li:hover ul 
{
    display: block;
}
.nav ul li:hover ul,
.nav ul li:hover ul li
{
	width: 290px;
    wwidth: 100%;
	z-index:1000;
}
.header .nav ul ul li,
.nav ul ul li:first-child 
{
	padding-left: 0px;
	padding-right:0px;
}
.nav ul ul li a:link,
.nav ul ul li a:visited,
.nav ul ul li a:active
{
	line-height: 20px;
	padding: 15px 10px;
    color: #fff;
    height: 50px;
	font-weight: 300;
    font-size: 15px;
    border-left: none;
}
.nav #menu-mobile-menu ul ul li a:link
{
    line-height: 0px;
}
.nav ul ul li a:hover
{
	background-color: #393939;
	color: #fff;
}
.nav ul li.current_page_item ul li a:link,
.nav ul li.current_page_item ul li a:visited,
.nav ul li.current_page_item ul li a:active 
{
    color: #fff;
    border-top: none;
}
.sidebar.is-sticky 
{
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 50px;
}
.sidebar.is-sticky .widget #wpcf7-f5-o1 
{
    margin-bottom: 0;
}
.logo-mobile img
{
	max-width: 125px;
}


/*------------------------------------*\
    END MENU CSS
\*------------------------------------*/

/*------------------------------------*\
    START SOCIAL MEDIA IN MENU CSS
\*------------------------------------*/
.social-icons {
    float: right;
	padding-top: 22px;
}

.social-icons a {
	width: 43px;
    height: 43px;
    color: #c8c8c8;
    float: left;
    text-align: center;
    margin-right: 9px;
    background-color: #fff;
    line-height: 41px;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 43px;
    border: 2px #c8c8c8 solid;
}
/*------------------------------------*\
    END SOCIAL MEDIA IN MENU CSS
\*------------------------------------*/
/*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/
.cd-top {
    background: #c08d51;
    color: #fff;
	height:45px;
	width:45px;
	line-height:43px;
	bottom:15px!important;
	right:15px;
	text-align:center;
	position:fixed;
	display:none;
	border-radius: 25px !important;
}
.cd-is-visible {
	cursor:pointer;
	display:block;
	opacity:1;
	border-radius:2px;
	text-align:center;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
	-webkit-transition:opacity .3s 0s, visibility 0s 0s;
	-moz-transition:opacity .3s 0s, visibility 0s 0s;
	transition:opacity .3s 0s, visibility 0s 0s;
	z-index: 9999;
}
/*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/

.visible-s
{
	display: none;
}

/*------------------------------------*\
    START NIEUWSBERICHTEN FRONTPAGE CSS
\*------------------------------------*/
.section-usps strong
{
    font-weight: 400;
    color: #131b24;
    font-family: 'DM Serif Display', serif;
	font-size: 1.3em;
}
.section-usps p:first-child
{
	margin-bottom: 0.25em;
}
.section-usps .col4 .col12
{
	padding-left: 70px;
}
.section-usps .col4 .col12:before
{
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	left: 0;
	display: block;
	margin-right: 10px;
	background-position: top center;
	background-repeat: repeat-x;
	background-image: url('img/usp-2.svg');
	z-index: 1;
}
.section-usps .col4:first-child .col12:before
{
	background-image: url('img/usp-1.svg');
}
.section-usps .col4:last-child .col12:before
{
	background-image: url('img/usp-3.svg');
}

.section-content2 .col6:first-child
{
	margin-bottom: -75px;
	z-index: 1;
}
.section-content2 img{
	object-fit: cover;
}
/*------------------------------------*\
    START NIEUWSBERICHTEN FRONTPAGE CSS
\*------------------------------------*/

.section-nieuwsberichten {
    padding: 100px 0 90px 0;
    background-position: center 50%;
    background-size: cover;
    overflow: hidden;
}
.section-nieuwsberichten .btn {
	margin-top:30px;
	text-transform: uppercase;
}
.section-nieuwsberichten .owl-controls {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    background: #fff;
    width: 80px;
    height: 160px;
    position: absolute;
    top: calc(50% - 80px);
    right: calc(50% - 40px);
}
.section-nieuwsberichten .owl-prev,
.section-nieuwsberichten .owl-next {
    cursor: pointer;
    position: relative;
    top: 50%;
    width: 100%;
    height: 80px;
    z-index: 99999;
    color: #d8d8d8;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    font-family: fontAwesome;
    z-index: 62;
}
.section-nieuwsberichten .owl-prev {
	border-bottom:1px solid rgba(85,85,85,0.1);
}
.section-nieuwsberichten .owl-controls .owl-prev:after {
    content: "\f053";
}
.section-nieuwsberichten .owl-controls .owl-next:after {
    content: "\f054";
}


.section-content
{
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url('img/intro-new.jpg');
	background-size: 33%;
}
.section-content .office-img{
	height: 400px;
}
.section-content .office-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*------------------------------------*\
	START POST OVERVIEW CSS
\*------------------------------------*/

.page-template-default  .bottomheader {

}
.img-overview-post-template img {
    float: left;
    wwidth: 160px;
    width: 100%;
    hheight: 160px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 35px;
	margin-right: 30px
}
.overview-post {
	float:left;
	wwidth: 75%;
    width: 100%;
	margin-bottom: 50px;
}

.overview-post a.btn{
    margin-top: 30px;
}
/*------------------------------------*\
	END POST OVERVIEW CSS
\*------------------------------------*/

/*------------------------------------*\
	START SINGLE POST CSS
\*------------------------------------*/
.default-post-section {
	padding: 0px 0px 50px 0px;
}
.single-post .bottomheader {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.img-single-post-template img {
    float: left;
    width: 300px;
    height: 300px;
    bborder-radius: 100%;
    -webkit-bborder-radius: 100%;
    object-fit: cover;
    margin-bottom: 35px;
	margin-right: 30px
}

/*------------------------------------*\
	END SINGLE POST CSS
\*------------------------------------*/

/*------------------------------------*\
	START SEARCH CSS
\*------------------------------------*/
.search .bottomheader {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 25px;
}
.search h1 {
	font-size:40px;
}
.search h2 {
	font-size:25px;
}
.search article a img {
	display: none;
}
/*------------------------------------*\
	END SEARCH CSS
\*------------------------------------*/

/*------------------------------------*\
    VISIBILITY
\*------------------------------------*/
.hidden {
	display:none !important;
}
.show-1024,
.show-900,
.show-800,
.show-768,
.show-670,
.show-550,
.show-480 {
	display:none;
}


/*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/
.cd-top {
    background: #154b63;
    color: #fff;
	height:45px;
	width:45px;
	line-height:43px;
	bottom:-46px;
	right:15px;
	text-align:center;
	position:fixed;
	border-radius: 26px !important;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.cd-is-visible {
	cursor:pointer;
	display:block;
	opacity:1;
	border-radius:2px;
	text-align:center;
	box-shadow:0 0 10px rgba(0,0,0,0.15);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
	bottom:15px;
}
.cd-top:hover
{
	background: #c08d51;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}


.packets
{
	list-style: none !important;
	margin-left: -15px;
	width: calc(100% + 15px);
	font-size: 15px;
	bborder: 1px solid red;
}
.page-template-template-fullwidth .packets
{
	margin-bottom: 4.0em;
}
.packets > li
{
	width: 33.333%;
}
.packets > li:before
{
	display: none
}
.packets > li div
{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	ppadding: 20px 10px 60px 10px;
	/*new*/
	ppadding: 50px 10px 80px 10px;
	padding: 25px 10px 80px 10px;
}
.page-template-template-fullwidth .packets > li div
{
	padding-left: 20px;
	padding-right: 20px;
  border: 1px solid #ddd;
}
.packets li h2
{
	width: 100%;
	text-align: center;
	font-size: 1.8em;
	ffont-size: 1.1em;
	margin-bottom: 0.3em;
}
.packets li h2.crosses:before{
	content: '';
    position: relative;
    background-image: url(img/crosses.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    display: inline-block;
}
.packets li h2 span
{
    color: #c08d51;
    width: 100%;
    display: inline-block;
    font-size: 1.7em;
	mmargin-bottom: 0.3em;
	/*new*/
	margin-top: 20px;
}
.packets li h2.pricing
{
	/*color: #c08d51;*/
	color: #131b24;
	position: absolute;
	bottom: 30px;
	font-size: 1.7em;
	width: calc(100% - 35px);

}
.packets li p
{
	font-size: 12px;
	color: #999;
	position: absolute;
	bottom: 0;
	width: calc(100% - 35px);
	text-align: center;
}
.packets li ul
{
	text-align: left;
}
.home blockquote:before,
.home blockquote:after{
	content: none;
}

blockquote{
	position: relative;
}
blockquote:before,
blockquote:after{
	content: '“';
    font-size: 60px;
    color: #c08d51;
    font-family: 'fontAwesome';
    position: absolute;
    z-index: 0;
}
blockquote:before{
	left: 0;
    top: -20px;
}
blockquote:after{
	content: '”';
	right: 0;
	bottom: -40px;;
}
blockquote em{
	z-index: 1;
	font-size: 1.2em;
	margin: 0 20px;
}
.openingstijden span{
	display: inline-block;
	width: 50px;
}
.contact-map {
    margin-bottom: 30px;
}
.center{
	text-align: center;
}
.d-flex{
	display: flex;
}
.flex-column{
	flex-direction: column;
}
.h-100{
	height: 100%;
}

.accordion ul.arrow li{
	padding-left: 15px!important;
    margin-bottom: 0.75em!important;
}

/* GDPR styles */
.gdpr-content h2 {
  float: left;
  font-size: 28px;
  color: #131b24 !important;
}
.gdpr-content p.exc {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #535353 !important;
  line-height: 1.75em;
}
.gdpr-info {
  margin-top: 0 !important;
}
.gdpr-info input[type="submit"],
.gdpr-info a {
  font-family: 'DM Serif Display', serif;
  border-radius: 500px;
  border-color: #131b24;
}
.gdpr-info input[type="submit"] {
  background-color: #131b24;
  color: #fff;
}
.gdpr-info a {
  background-color: #fff;
  color: #131b24 !important;
}
.gdpr-info input[type="submit"]:hover,
.gdpr-info a:hover {
  border-color: #131b24;
}
.gdpr-info input[type="submit"]:hover {
  color: #131b24 !important;
}
.gdpr-info a:hover {
  background-color: #131b24;
}

.contact-heading {
  margin: 0 auto;
  width: 75%;
}

.contact-heading h1,
.contact-heading p {
  text-align: center;
}

ul.no-padding-list li {
  margin-bottom: 0 !important;
}
}