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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* wp css */
.depth-1 { border: 1px solid #ddd; }
.even, .alt { border-left: 1px solid #ddd; }
small { font-size: 0.9em; line-height: 1.5em; }
code { font: 1.1em 'Courier New', Courier, Fixed; }
acronym, abbr, span.caps { font-size: 0.9em; letter-spacing: .07em; }
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.hidden { display: none; }
.screen-reader-text { position: absolute; left: -1000em; }
.navigation { display: block; text-align: center; margin-top: 10px; margin-bottom: 60px; }

/* Begin Images */
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* End Images */


.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }


/* Begin Comments*/
.alt { margin: 0; padding: 10px; }
.children { padding: 0; }
.nocomments { text-align: center; margin: 0; padding: 0; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.commentmetadata { font-weight: normal; }
.commentmetadata { margin: 0; display: block; }
.commentlist li, #commentform input, #commentform textarea { font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; }
.commentlist li ul li { font-size: 1em; }
.commentlist li { font-weight: bold; }
.commentlist li .avatar { float: right; border: 1px solid #eee; padding: 2px; background: #fff; }
.commentlist cite, .commentlist cite a { font-weight: bold; font-style: normal; font-size: 1.1em; }
.commentlist p { font-weight: normal; line-height: 1.5em; text-transform: none; }
.commentlist { padding: 0; text-align: justify; }
.commentlist li { margin: 15px 0 10px; padding: 5px 5px 10px 10px; list-style: none; }
.commentlist li ul li { margin-right: -5px; margin-left: 10px; }
#commentform { margin: 5px 10px 0 0; }
/* End Comments */

/* Begin Calendar */
#wp-calendar { empty-cells: show; margin: 10px auto 0; width: 155px; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
#wp-calendar td.pad:hover { background-color: #fff; }
#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
#wp-calendar a { text-decoration: none; }
#wp-calendar caption { font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif; text-align: center; }
#wp-calendar th { font-style: normal; text-transform: capitalize; }
/* End Calendar */




/* normal */
html,
body {
    font-family: 'pt_sansregular';
	font-size: 15px;
	line-height: 1.25;
	color: #000000;
	font-weight: normal;
    font-style: normal;
}
input,
select,
textarea {    
    font-size: 15px;
    line-height: 10px;
    color: #000;
}

p{
  font-family: 'pt_sansregular';
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  margin-bottom:12px;
}

body {
    background: #F4F4F5;
}

img {
   max-width:100%;
   height:auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'pt_serifregular';
	margin-bottom:15px;
}
h1, .h1 {
    font-size: 34px;
	color:#000000;   
    line-height: 38px;
}

h2, .h2 {
    font-size: 34px;
	color:#000000;   
    line-height: 38px;
}

h3, .h3 {
    font-size: 28px;
}

h4, .h4{
    font-size: 24px;
	display:block;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

li {
    list-style: none;
}

a,
input {
    outline: none;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a {
	color:#000000;
	text-decoration:none;
}
em,i {
	font-style:italic;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius:0;
	font-weight: normal;
	font-style: normal;
	display:inline-block;
	text-align:center;
	font-family: 'pt_serifregular';
	  font-size: 14px;
	  line-height: 1.25;
	  color: #ffffff;
	max-width: 100%;
	letter-spacing:2px;
	background:#000000;
	padding:10px 25px;
	border: 1px solid #000;
	text-transform:uppercase;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}

button.btn:hover,a.btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover,
input[type="submit"].btn:hover {
	background:#ffff;
	color:#000000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
textarea,select {
	-webkit-appearance: none;
	border-radius:0;
	padding:10px 10px;
	border:1px solid #000;
	background:none; 
	width:100%;
	color:#000;
	display:block;
	max-width:100%;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.25;
}

input:focus,
textarea:focus {
	outline:none;
}
textarea {
	width: 100%;
}
label {
    font-size: 14px;
	line-height: 1.25;
    color: #000;
    display: inline-block;
	text-transform:uppercase;
	font-family: 'pt_serifregular';
}


* {
	box-sizing:border-box;
} 

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* .container {
    max-width: 968px;	
	margin:0 auto;
	padding:0 15px;
} */
#header,#content,#footer {
	max-width:1040px;
	margin:0 auto;
	padding:0 50px;
	background:#fff;
    box-sizing: border-box;
}


/** header style **/
#header {
	padding-bottom:24px;
}
.logo {
	text-align:center;
	padding:66px 0 35px;
}
.logo a {
	display: block;
    max-width: 236px;
    margin: 0 auto;
}
.navBar {
	padding:10px 0;
	text-align:center;
}
.navBar .menu > li {
	display:inline-block;
}
.navBar .menu > li > a {
	display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'pt_serifregular';
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2.75px;
}
.navBar .menu > li.active > a,
.navBar .menu > li > a:hover {
	font-weight:bold;
}

#header.sticky .navBar {
    position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 99;
    background: #fff;
}
.mobile-nav {
	display:none;
}

/** footer style **/
#footer {
	background:none;
}
.footer-inner {
	padding:15px 0;
}
.footer-inner >span {
	float:left;
	font-size:11px;
}
.footer-inner > nav {
	float:right;
}
.footer-inner > nav li {
	display:inline-block;
}
.footer-inner > nav a {
	font-size:11px;
	padding:0px 15px;
	display:block;
}

/** content style **/

.slick-slider {
	background:none;
	margin: 0 !important;
}
.slick-slider.slider-inner {
	padding-bottom:50px;
}

.slick-dots {
	bottom: 10px;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    background: none;
    padding: 10px 10px;
	left:50%;
	transform:translateX(-50%);
	line-height:1;
	line-height:18px;
}
.slick-dots li{
	margin:0;
	vertical-align:middle;	
}
.slick-dots li button:before {
	color: #D6D6D5;
	font-size:12px;
	opacity:1;	
}
.slick-dots li.slick-active button:before{
	color: #2F292A;
	opacity:1;
}

.banner-wrap .slide-wrap {
	display:table;
	width:100%;
	height:449px;
}

.banner-wrap .description-slide {
	display:table-cell;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	vertical-align:middle;
	width:50%;
	height:100%;
}
.banner-wrap .slide-details {
	display:table-cell;
	vertical-align:middle;
	padding:10px 80px 50px;
	background:#BDD7CE;
	width:50%;
	height:100%;
}
#content.hfix {
	padding-top:40px;
}

.design-arrow {
	position:relative;
}
.design-arrow:before {
	content:"";
	display:block;
	background:url(../images/arrow.svg) no-repeat center / cover;
	width: 157px;
    height: 21px;
	margin:20px auto 25px;
}

#about {
	padding: 10px 0 54px;
}
.two-col .about-wrap {
	display:table;
	width:100%;
	min-height:450px;
}
.two-col  .figure {
	display:table-cell;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	vertical-align:top;
	width:50%;
	height:100%;	
}
.two-col .about-details {
	display:table-cell;
	vertical-align:middle;
	padding:10px 80px 50px;
	width:50%;
	height:100%;
}
#binnenkijken {
	padding-bottom:24px;
}
.binnenkijken_slider-wrap {
	float:left;
	width:50%;
	height:100%;
	overflow: hidden;
}
.figure1 image {
	display:block;	
}
#binnenkijken .about-details {
	padding:60px 80px 50px;
	width:50%;
	float:right;
}
.binnenkijken_slider {
	padding-bottom:40px;
}
.binnenkijken_slider .slick-dots {
	bottom:0;
}
#labels ul {
	padding:20px 2% 40px 8%;
	list-style:none;
	margin:0;
	text-align:center;
}
#labels ul li {
	text-transform:uppercase;
	font-family: 'pt_serifregular';
	font-size:14px;
	line-height:18px;
	display:inline-block;
	width:32.5%;
	text-align:left;
}
#contact {
	padding:18px 0 98px;
}
.contact-inner {
	display:table;
	width:100%;
	min-height:450px;
	padding-bottom: 58px;
}
.contact-inner .map-wrap {
	display:table-cell;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	vertical-align:top;
	width:50%;
	height:100%;	
}
#map {
	width:100%;
	min-height:450px;
}
.contact-inner .contact-details {
	display:table-cell;
	vertical-align:middle;
	padding:10px 80px 30px;
	width:50%;
	height:100%;
}
.contact-inner .social {
	margin-bottom:35px;
}
.contact-inner .social li {
	display:inline-block;
	margin-right:10px;
}
.contact-inner .social li img {
	height: 24px;
}
.contact-inner .c-wrap {
	margin-bottom:20px;
}
.contact-inner .timing .day {
	display:inline-block;
	min-width:90px;
}

.mail-chimp-section {
	padding:0 11%;
}
.mail-chimp-section h6 {
	padding-top: 25px;
    font-size: 14px;
    margin-bottom: 22px;
    letter-spacing: 2px;
}
.mail-chimp-section label {
	display:inline-block;
	width:72px;
}
.mail-chimp-section input[type=text],.mail-chimp-section input[type=email] {
	display:inline-block;
	vertical-align:middle;
	max-width:332px;
}
.mail-chimp-section input[type=submit] {
	margin-left:75px;
}


.error-404,.post-content {
	padding-bottom:50px;
}
.inner-wrap {
	padding-bottom:35px;
}
.comment-body {
	padding:10px;
	margin-bottom:15px;
}
.comment-list {
	margin-bottom:25px;
}


@media screen and (max-width:991px) {

#header, #content, #footer {
    padding: 0 30px;
}	
.navBar .menu > li > a {
    display: block;
    padding: 10px 15px;
}
.banner-wrap .slide-wrap {
    height: 370px;
}
.banner-wrap .slide-details {
    padding: 10px 40px 30px;
}
.two-col .about-wrap {
    min-height: 370px;
}
.two-col .about-details,
#binnenkijken .about-details,
.contact-inner .contact-details {
    padding: 10px 30px 20px;
}
#labels ul {
    padding: 20px 2% 40px 4%;
}
.mail-chimp-section {
    padding: 0 0;
}

}


@media screen and (max-width:767px) {


#content, #footer {
    padding: 0 15px;
}
#header {
	position:fixed;
	width:100%;
	z-index:9999999;
	padding:0;
	top: 0;
    left: 0;
}	
#nav-icon1 {
	background: #000 url(../images/open.svg) no-repeat center / 30px 20px;
    display: block;
    height: 60px;
    width: 60px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 0;
}
#content,#content.hfix {
    padding-top: 98px;
}
.desktop-header {
	display:none;
}
.logo {
	display:block;
	background:#fff;
	vertical-align:middle;
}
.logo img {
	max-height:120px;
	width:auto;
}
.mobile-nav {
    display: block;
}
#header.sticky .logo,#header .logo {
    padding: 10px;
}
.mm-panels, .mm-panels>.mm-panel {
	padding:40px 15px 20px;
}

.mm-panels .menu > li {
	text-align:center;
}
.mm-panels .menu > li > a {
	font-size: 18px;
	color: #000;
	margin-bottom:18px;
}
.mm-listitem:after {
    content:"";
	display:block;
	width:100px;
	height:1px;
	background:#000;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-45px;
}
#header #menu {
	display:none;
} 
.mm-page__blocker  a.close-menu {	
	background: #000 url(../images/cross12.svg) no-repeat center / 30px 30px;
	display: inline-block;
    height: 60px;
    width: 60px;
    vertical-align: top;
}
.banner-wrap .slide-wrap,.two-col .about-wrap,.contact-inner {
    height: auto;
	display:block;
	min-height:0;
}
.banner-wrap .description-slide,.banner-wrap .slide-details,
.two-col .figure,.contact-inner .map-wrap,
.two-col .about-details, #binnenkijken .about-details, .contact-inner .contact-details {
    display: block;
    width: 100%;
    height: auto;
}
.banner-wrap .description-slide,.two-col .figure,.contact-inner .map-wrap {
	min-height:350px;
}
.two-col .figure {
	text-align:center;
}
.banner-wrap,.about-wrap,#binnenkijken,#labels,.contact-details,.mail-chimp-section {
	max-width:480px;
	margin:0 auto;
}
.binnenkijken_slider-wrap {
    float: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#labels ul {
	text-align:left;
}
#labels ul li {
	width:48%;
}
.slick-slide img {
    display: block;
    width: 100%;
}
#contact {
    padding: 18px 0 38px;
}
.contact-inner {
	padding-bottom:38px;
}
#about {
    padding: 10px 0 24px;
}
.banner-wrap .slide-details,
.two-col .about-details, 
#binnenkijken .about-details, 
.contact-inner .contact-details {
    padding: 10px 10px 20px;
}

}

@media screen and (max-width:480px) {

#labels ul {
    padding: 20px 0;

}
#labels ul li {
    width: 100%;
    display: block;
}
.banner-wrap .description-slide, .two-col .figure, .contact-inner .map-wrap {
    min-height: 270px;
}
.footer-inner {
	text-align:center;
}
.footer-inner >span,.footer-inner > nav {
	float:none;
	margin-bottom:15px;
}
.footer-inner > nav li {
    display: block;
}
#binnenkijken {
    padding-bottom: 0;
}
h2, .h2 {
    font-size: 30px;
    color: #000000;
    line-height: 32px;
}
.logo img {
	max-height:80px;
	width:auto;
}
#content,#content.hfix {
    padding-top: 58px;
}


}


.slb_data_title {
	font-size: 15px !important;
      float: left !important;
}

.slb_group_status {
	font-size: 15px !important;
	float: right !important;
}



.post-content li {
	list-style: decimal !important;
	margin-left:30px;
	margin-bottom:10px;
}
