

/*font-family: 'Lexend', sans-serif;
font-family: 'Lora', serif;*/

html {
	margin-top:0 !important;
}
html #wpadminbar {
	display:none;
}

body {
	margin-top:0;
	font-family: 'Lexend', sans-serif;
}

#project #loader .dot {
	background:var(--donkerblauw);
}



#project h1 {
	font-family: Lora;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 74px;
	margin-bottom:10px;
}

#project h2 {
	font-family: Lora;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 56px;
	text-transform: initial;
}

#project h3 {
	font-family: Lora;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	color:var(--accent);
}

#project h4 {
	font-family: Lora;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

#project h5 {
	font-family: Lora;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
}

#project h6 {
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	margin-bottom:40px;
	color:var(--accent);
}

p {
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

a {
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

b {
	font-weight:700;
}

u {
	text-decoration: underline;
}

small {
	font-family: Lexend;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
}

.donkerblauw {
	color: var(--donkerblauw);
}

.bg-groen {
	background-color: var(--bg_groen);
}

.bg-lichtgroen {
	background-color: var(--bg_lichtgroen);
}

.bg-donkerblauw {
	background-color: var(--donkerblauw);
	color:#ffffff;
}

.bg-donkerblauw h3, .bg-donkerblauw h4 {
	color: #ffffff;
}

.bg-antraciet {
	background-color: var(--antraciet);
	color:#ffffff;
}
.bg-lijnen {
	background-image: url('/wp-content/themes/benc-bootstrap/images/project/park-breloft/lijnen-uitsnede-header.svg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.bg-lijnen-home {
	background-image: url('/wp-content/themes/benc-bootstrap/images/project/park-breloft/lijnen-uitsnede-tbv-homepage-grote-site.svg');
	background-position: left bottom;
	background-repeat: no-repeat;
}

.quote {
	font-family: Lora;
	font-size: 74px;
	font-style: italic;
	font-weight: 400;
	line-height: 84px;
}

.intro p {
	font-family: Lexend;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 38px;
}

.uitleg p {
	font-family: Lexend;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 30px;
}

.no-padding {
	padding-left:0px;
	padding-right:0px;
}

.no-padding-left {
	padding-left:0px;
}

.no-padding-right {
	padding-right:0px;
}

.padding-50 {
	padding:50px 50px;
}

.padding-90 {
	padding:90px 90px;
}

.negative-mt-130 {
	margin-top:-130px;
}

.negative-mt-100 {
	margin-top:-100px;
}

.negative-mt-50 {
	margin-top:-50px;
}

.mt-130 {
	margin-top:130px;
}

.mt-120 {
	margin-top:120px;
}

.mt-60 {
	margin-top:60px;
}

.mt-40 {
	margin-top:40px;
}

.mb-120 {
	margin-bottom:120px;
}

.mb-30 {
	margin-bottom:30px;
}

.pb-130 {
	padding-bottom:130px;
}

#project {
	text-align:left;
}

#project .btn {
	display: inline-flex;
	padding: 18px 26px;
	justify-content: center;
	align-items: center;
	gap: 20px;
	border-radius:100px;
	font-weight:500;
	text-decoration:none;
	font-size: 16px;
	line-height:16px;
	transition:0.3s;
}

#project .primary {
	background-color: var(--accent);
	color:#ffffff;

}

#project .primary:hover {
	background-color: var(--accent_light);
	text-decoration: underline;
}

#project .ghost {
	background-color:transparent;
	border: 2px solid var(--accent);
	color: var(--accent) !important;
}

#project .ghost:hover {
	background-color:var(--accent) !important;
	color:white !important;
		text-decoration:underline;
}
#project .textlink {
	text-decoration: none;
	font-size:16px;
	font-weight:500;
	text-align: center;
	display: inline-block;
  	position: relative;
  	padding: 18px 8px;
  	overflow: hidden;
  	line-height: 16px;
  	color:var(--accent);
}

#project .textlink::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent);
  opacity 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 300ms, transform 300ms;
}

#project .textlink:hover::after,
#project .textlink:focus::after{
  transform: translate3d(-100%, 0, 0);
}

#project #tab-home header {
	width:100%;
	background-image: url('/wp-content/themes/benc-bootstrap/images/project/weeresteyn/Logo-weeresteyn.svg');
	background-size:cover;

	max-height:900px;
}

#project #tab-home .header-top {
	background-position:center top;
}

#project #tab-home .header-middle {
	background-position:center top;
}

#project #tab-home .header-bottom {
	background-position:center bottom;
}

#project #nav {
	width: 100%;
	height: 100px;
	background-color:transparent;
	box-shadow: none;
	position: relative;
	overflow: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	z-index:1000;
}

#project #nav .nav-col {
	height:100px;
}

#project #nav.scroll {
	background-color: white;
}

#project #nav .nav-item {
	display: inline-flex;
	text-transform: initial;
	text-align:right;
	font-weight:500;
	padding:0 10px;
	align-items: flex-end;
	height:auto;
	font-size:16px;
	line-height:inherit;
	color: var(--donkerblauw);
	text-decoration:none;
}

#project #nav .url:hover {
	background-color:transparent;
}

#project #nav #home-url {
	font-size: 0px;
	color: transparent;
	background-image: url('/wp-content/themes/benc-bootstrap/images/project/wijngaard/logo-wijngaard.svg');
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	display:block;
	margin-top:-5px;
	height:60px;
	width:100%;
	z-index:5001;
}

#project #nav .url:hover, #project #nav .url.active {
	background-color:transparent;
	color: var(--accent);
	text-decoration: underline;
}

#project #nav .nav-item.btn {
	padding: 13px 26px;
	margin-left:20px;
}

#vrijstaand h3 {
	color:var(--donkerblauw);
}

.nieuwsbrief-left {
	display: flex;
	width: 370px;
	height: 210px;
	padding: 40px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 5px;
	flex-shrink: 0;
}

.nieuwsbrief-right {
	width: 200px;
	height: 210px;
	flex-shrink: 0;
	position: relative;
}

.voorzieningen {
 	background: var(--donkerblauw);
	background: linear-gradient(180deg, var(--donkerblauw) 0%, var(--donkerblauw) 90%, #ffffff 90%, #ffffff 100%);
	color:#ffffff;
}

.legenda {
	position:absolute;

	width: 280px;
}

.legenda.rechts {
	right:80px;
	top:75px;
}

.legenda-kop {
	background-color:var(--donkerblauw);
	color:#ffffff;
	height:64px;
	padding:18px
}

.legenda-kop h5 {
	margin:0 0 0 25px;
}

.legenda-selectie {
	background-color: var(--bg_lichtgroen);
	color:var(--donkerblauw);
	font-weight:300;
	font-size:14px;
	line-height:24px;
	width: 280px;
	padding:5px;
}

.legenda-selectie .selectie {
	display:inline-block;
	margin:15px 0 0 0;
	width:90px;
	height:118px;
	text-align:center;
	vertical-align: top;
	cursor:pointer;
}


.legenda-selectie .selectie i {
	display:inline-block;
	background-color:#ffffff;
	color:var(--donkerblauw);
	border-radius:50%;
	width:60px;
	height:60px;
	position:relative;

}

.legenda-selectie .selectie i:before {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size:20px;
}

.legenda-selectie .selectie.active i {
	background-color:var(--accent);
	color:#ffffff;
}

.legenda-selectie .selectie.active span {
	font-weight:bold;
	text-decoration:underline;
	color:var(--accent);
}

.locatie-carousel-slider .slick-slide {
	margin-right:20px;
	height:540px;
	overflow:hidden;
}

.locatie-carousel-slider .slick-slide img {
	height:100%;
	width:auto;
	transition:0.3s;
}
.locatie-carousel-slider .slick-slide img:hover {
	transform: scale(1.1);
	cursor:pointer;
}

.contactgegevens {
	font-weight:300;
	line-height:30px;
}

.contactgegevens .ph, .contactgegevens .mg {
	margin-right:10px;
	display:inline-block;
	width:16px;
}

.contactgegevens .ph i {
	font-size:20px;
}

.contactgegevens a {
	font-weight: 700;
	line-height: 30px;
	text-decoration: underline;
	color:var(--accent);

}

#project .contactgegevens h4 {
	color:var(--donkerblauw);
}

.contact-box {
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
	padding:60px;
	background-color:#ffffff;
}

.contact-box label {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	color:var(--donkerblauw);
}

#project .contact-box input[type="text"], #project .contact-box input[type="email"], #project .contact-box input[type="tel"], #project .contact-box textarea {
	padding: 14px 20px;
	border-radius: 5px;
	background-color: #F3F3F3;
	border:0;
	color:var(--donkerblauw);
}

#project .contact-box input[type="text"]:focus, #project .contact-box textarea:focus {
	border: 2px solid var(--accent);
	box-shadow: 0px 0px 10px 0px rgba(60, 128, 105, 0.25);
}

#project .checkbox-wrap label {
	color:var(--accent);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
}

#project .checkbox-wrap label a {
	font-size: 14px;

}

#project .checkbox-container.label-right label::after {
  width: 20px !important;
  height: 20px !important;
  border:1px solid var(--accent);
  top:6px;
  border-radius:3px;
}

#project .checkbox-wrap .nf-field-label label.nf-checked-label::before {
	color:#ffffff;
	font-size:16px;
	left: -26px !important;
	top:2px;
}

#project .checkbox-container.label-right label.nf-checked-label::after {
  border:1px solid var(--accent);
  background-color: var(--accent);
  color:#ffffff;
}

.nieuwsbrief label {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	color:var(--donkerblauw);
}

#project .nieuwsbrief input[type="text"], #project .nieuwsbrief input[type="email"], #project .nieuwsbrief input[type="tel"], #project .nieuwsbrief textarea, #project .nieuwsbrief select {
	padding: 14px 20px;
	border-radius: 5px;
	background-color: #F3F3F3;
	border:0;
	color:var(--donkerblauw);
}

#project .nieuwsbrief input[type="text"]:focus, #project .nieuwsbrief input[type="email"]:focus, #project .nieuwsbrief input[type="tel"]:focus, #project .nieuwsbrief textarea:focus, #project .nieuwsbrief select:focus {
	border: 2px solid var(--accent);
	box-shadow: 0px 0px 10px 0px rgba(60, 128, 105, 0.25);
}

#project .nieuwsbrief input[type="submit"]{
	width:140px;
}

#project .nieuwsbrief  .nf-form-content .list-select-wrap .nf-field-element > div {
	border-radius:3px;
}

.carousel-control {
	width:60px;
	height:60px;
}

.carousel-control i {
	display:inline-block;
	background-color:var(--bg_extra_lichtgroen);
	border-radius:50%;
	width:60px;
	height:60px;
	position:relative;
	transition:0.3s;
	cursor:pointer;
}

.carousel-control:hover {
	background-color:inherit;
}
.carousel-control:hover i {
	background-color:var(--bg_groen);
}

.carousel-control i:before {
	color:#000000;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size:20px;
}

.progress-line {
	width:100%;
	height:1px;
	background-color:var(--bg_groen);
}

.progress-fill {
	width:0;
	height:3px;
	margin-top:-1px;
	background-color:var(--accent);
	transition:0.7s;
}

.lightbox {
	position:fixed;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:#264347f0;
	z-index:2000;
	display:none;
}

.lightbox.active {
	display:block;
}

.lightbox-slide {
	display:none;
	padding:75px 210px;
}

.lightbox-slide.active {
	display:block;
}

.lightbox-slide img {
	position:absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width:100%;
}

.lightbox-control {
	width:60px;
	height:60px;
}

.lightbox-control i {
	display:inline-block;
	background-color:var(--bg_extra_lichtgroen);
	border-radius:50%;
	width:60px;
	height:60px;
	position:relative;
	transition:0.3s;
	cursor:pointer;
}

.lightbox-control.prev-foto {
	position:absolute;
	left:40px;
	top:50%;
	transform: translateY(-50%);
}

.lightbox-control.next-foto {
	position:absolute;
	right:40px;
	top:50%;
	transform: translateY(-50%);
}

.lightbox-control.close-lightbox {
	position:absolute;
	right:40px;
	top:40px;
}
.lightbox-control:hover i {
	background-color:var(--bg_groen);
}

.lightbox-control i:before {
	color:#000000;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size:20px;
}

.video-lightbox {
	padding:110px;

}

.video-container {
	display:flex;
	height:100%;
	align-items: center;
}

.video-lightbox .embed-container {
	max-height:100%;
	flex-grow: 1;
}

#tab-contact h3 {
	color:var(--donkerblauw);
}

.header-content {
	position:relative;
	padding-top:296px;
	padding-bottom:316px;
}

.header-content.small {
	position:relative;
	padding-top:250px;
	padding-bottom:250px;
}

.header-content h1 {
	position:relative;
	z-index:110;
}

.curved-text-container {
  position: absolute;
  width: 190px;
  height: 190px;
  z-index:100;
  position: absolute;
  top: -70px;
  left: 890px;
  border-radius:50%;
  background-color:var(--in_optie);
  color:#ffffff;
}


.curved-text {
	margin-top:10px;
	margin-left:10px;
	width: 170px;
  	height: 170px;
}

.play-video-container {
  position: absolute;
  width: 150px;
  height: 150px;
  z-index:100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius:50%;
  background-image: url('/wp-content/themes/benc-bootstrap/images/project/park-breloft/play-icon.png');
  background-size:20px 20px;
  background-position:center;
  background-repeat:no-repeat;
  color:#ffffff;
  cursor:pointer
}


.play-video {
	margin-top:10px;
	margin-left:10px;
	width: 130px;
  	height: 130px;
}

.inschrijfblok-container {
	  width: 200px;
	  height: 210px;
	  z-index:500;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  border-radius:50%;
	  background-image: url('/wp-content/themes/benc-bootstrap/images/project/park-breloft/icon-inschrijfblok.png');
	  background-size:20px 20px;
	  background-position:center;
	  background-repeat:no-repeat;
	  color:#ffffff;
}

.inschrijfblok {
	margin-top:35px;
	margin-left:10px;
	width: 180px;
  	height: 190px;
}

.title-emblem, .play-emblem, .inschrijf-emblem {
  left: 0px;
  top: 0px;
  right:0px;
  margin: 0px auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  font-weight: 100;
  color: #ffffff;
  animation: spinZ 20s linear infinite;
  text-align: center;
}

.play-emblem {
	width: 130px;
  	height: 130px;
}

.inschrijf-emblem {
	width: 130px;
  	height: 140px;
}

.play-embled:hover, .inschrijf-emblem:hover {
	animation-play-state: paused;
}

.title-emblem span, .play-emblem span, .inschrijf-emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 0;
  text-transform: uppercase;
  font-size: 24px;
  transition: all 1.8s cubic-bezier(0, 0, 0, 1);
}

.play-emblem span {
	font-size:16px;
	font-weight:500;
}

.inschrijf-emblem span {
	font-size:16px;
	font-weight:500;
}

@keyframes spinZ {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

#project .tab-locatie header {
	width:100%;
	max-height:900px;
}

#project footer {
	width:100%;
	padding-top:130px;
}

#project footer a {
	color:#ffffff;
	padding:0;
	text-decoration:none;
	font-weight:500;
}

#project footer .footer-upper-row {
	height:130px;
	border-bottom:1px solid #ffffff50;
}

#project footer .footer-lower-row {
	height:90px;
	font-weight:300;
	font-size:14px;
	line-height:55px;
	overflow:hidden;
}

#project footer .footer-lower-row a {
	font-weight:700;
	font-size:14px;
}

#project footer .footer-nav-item {
	display: inline-flex;
	text-transform: initial;
	text-align:center;
	font-weight:500;
	padding:0 10px;
	height:auto;
	font-size:16px;
	line-height:inherit;
	color: #ffffff;
	cursor:pointer;

}

#project footer .footer-nav-item:hover {
	text-decoration: underline;
}

#project footer .footer-nav-item.home {
	font-size: 0px;
	color: transparent;
	background-image: url('/wp-content/themes/benc-bootstrap/images/project/wijngaard/logo-wijngaard-diap.svg');
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
	display:block;
	margin-top:-5px;
	height:80px;
	width:100%;
}

#project footer .socialmedia {
	margin-top:0;
}

#project footer .socialmedia a {
	display: block;
	float: left;
	background-color: #ffffff;
	width: 48px;
	height: 48px;
	line-height: 50px;
	border-radius: 48px;
	margin: 5px 5px 5px 0;
	text-align: center;
	color: var(--donkerblauw);
	font-size: 28px;
	transition: .3s;
	text-decoration:none;
}
#project footer .socialmedia a:hover {
	background-color: var(--bg_lichtgroen);
}

.supfooter {
	z-index:50;
	position:relative;
}

.supfooter-image {
	background-size:cover;
	background-position:center;
}
#project
#loader {
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:10000;
  background:#eee
}
#project #loader .dot {
  width:14px;
  height:14px;
  position:absolute;
  top:calc(50% - 10px);
  left:calc(50% - 10px);
  background:var(--donkerblauw)
  border-radius:14px;
  box-shadow:30px 0px 0px var(--donkerblauw), -30px 0px 0px var(--donkerblauw)
animation:loader 1.6s infinite linear;
  -webkit-animation:loader 1.6s infinite linear
}
@keyframes
loader {
  0% {
    background:rgba(38, 67, 71,.3);
    box-shadow:30px 0px 0px rgba(38, 67, 71,.3), -30px 0px 0px rgba(38, 67, 71,.8)
  }
  33% {
    background:rgba(38, 67, 71,.8);
    box-shadow:30px 0px 0px rgba(38, 67, 71,.3), -30px 0px 0px rgba(38, 67, 71,.3)
  }
  66% {
    background:rgba(38, 67, 71,.3);
    box-shadow:30px 0px 0px rgba(38, 67, 71,.8), -30px 0px 0px rgba(38, 67, 71,.3)
  }
  100% {
    background:rgba(38, 67, 71,.3);
    box-shadow:30px 0px 0px rgba(38, 67, 71,.3), -30px 0px 0px rgba(38, 67, 71,.3)
  }
}
@-webkit-keyframes
loader {
  0% {
    background:rgba(38, 67, 71,.3);
    box-shadow:30px 0px 0px rgba(38, 67, 71,.3), -30px 0px 0px rgba(38, 67, 71,.8)
  }
  33% {
    background:rgba(38, 67, 71,.8);
    box-shadow:30px 0px 0px rgba(38, 67, 71,.3), -30px 0px 0px rgba(38, 67, 71,.3)
  }
  66% {
    background:rgba(38, 67, 71,.3);
    box-shadow:30px 0px 0px rgba(38, 67, 71,.8), -30px 0px 0px rgba(38, 67, 71,.3)
  }
  100% {
    background:rgba(38, 67, 71,.3);
    box-shadow:30px 0px 0px rgba(38, 67, 71,.3), -30px 0px 0px rgba(38, 67, 71,.3)
  }
}

/* MOBEL */

#project #nav #hamburger {
 	width:50px;
 	height:50px;
 	text-align:center;
 	line-height:50px;
 	float:right;
 	margin:5px 5px;
 	overflow:hidden;
 	position:relative;
 	cursor:pointer;
 	    margin-left: auto;
 	    z-index:5000;
 	    top:20px;
  position: absolute;
  right: 20px;
}
#project #nav #hamburger .line {
	width:25px;
	height:3px;
	background-color:var(--donkerblauw);
	position:absolute;
	left:10px;
	transition:.3s;
	-webkit-transition:.3s;
	border-radius:1px;
}
#project #nav #hamburger .line-top { top: 13px;  	}
#project #nav #hamburger .line-middle { top: 20px;  	}
#project #nav #hamburger .line-bottom { top: 27px;  	}

#project #nav.show-mobile #hamburger .line-top {
	top: 23px;
	left:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	box-shadow:0px 0px 0px rgb(190,190,190);
}
#project #nav.show-mobile #hamburger .line-middle {
	opacity:0;
}
#project #nav.show-mobile #hamburger .line-bottom {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	top: 23px;
	left:10px;
	box-shadow:0px 0px 0px rgb(190,190,190);
}
#project #nav .extended {
	opacity:0;
	transition:.3s;
	-webkit-transition:.3s;
	text-align:left;
	border-top:1px solid white;
	width:100%;
	transform:scale(0);
	-webkit-transform:scale(0);
	max-width:767px;
	background-color:white;
	position:relative;
	top:-1px;
	right:0px;
	transform-origin:top right;
	flex:1;
}

#project #nav.show-mobile {
	height:100vh;
	background-color:white;
}

#project #nav.show-mobile .extended {
	height:calc(100vh - 100px);
	opacity:1;
	transform:scale(1);
	-webkit-transform:scale(1);
}
@media screen and (max-width:767px) {
	#project #nav.show-mobile {
		*position:fixed;
		*height:100%;
		*overflow:auto;
	}
}



#project #nav .extended a.url {
	height:auto;
	line-height:16px;
	text-transform:none;
	color:black;
	font-weight:500;
	font-size:16px;
	padding:30px 0;
	border-bottom:1px solid var(--bg_groen);
	display: block;
	text-align:left;
	text-decoration:none;
}

#project #nav .extended .btn {
	color:#ffffff;
	display:block;
	margin-left:0;
	text-align:center;
	position:absolute;
	bottom:15px;
	width:100%;
}
#project #nav .extended .btn:hover {
	background-color:var(--accent_light);
	text-decoration:underline;
}

@media screen and (max-width:992px) {

	.header-content.small {
		padding-top: 125px;
	  	padding-bottom: 75px;
	}

	.padding-90 {
		padding:50px;
	}

	.nieuwsbrief-left {
		width:340px;
	}

	#project footer .footer-nav-item.home, #project #nav #home-url {
		background-size: 130px auto;
	}
}

@media screen and (max-width:768px) {

	.no-padding {
		padding-left:15px;
		padding-right:15px;
	}

	.no-padding-mobile {
		padding-left:0px;
		padding-right:0px;
	}

	#project h1 {
		font-family: Lora;
		font-size: 44px;
		font-style: normal;
		font-weight: 700;
		line-height: 52px;
	}

	#project h2 {
		margin-top:0px;
		margin-bottom:20px;
		font-size:34px;
		line-height:44px;
	}

	#project h3 {
		font-family: Lora;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px;
		margin-top:40px;
	}

	#project h4 {
		font-family: Lora;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}


	.mt-130 {
		margin-top:0px;
	}

	.mt-120 {
		margin-top:0px;
	}

	.mt-60 {
		margin-top:0px;
	}

	.mb-120 {
		margin-bottom:0;
	}

	.negative-mt-100 {
		margin-top:0px;
	}

	.negative-mt-mobile {
		margin-top:-50px;
	}

	.negative-mt-50 {
		margin-top:0px;
	}

	.padding-90 {
		padding:50px;
	}

	#project .mt-80-mobile {
		margin-top:80px;
	}

	#project .mt-20-mobile {
		margin-top:20px;
	}

	#project .mb-20-mobile {
		margin-bottom:20px;
	}

	#project .mb-40-mobile {
		margin-bottom:40px;
	}

	.nieuwsbrief-left {
 		width:100%;
 	}

 	.no-padding-right, .no-padding-left {
		padding-left:15px;
		padding-right:15px;
	}

	#project footer .footer-upper-row {
		height: auto;
		padding:50px 0px;
		margin:auto 15px;
	}

	#project footer .footer-nav-item.home.url {
		background-position:center;
	}

	#project footer .footer-nav-item {
		display:block;
		margin: 20px auto;
	}

	#project footer .footer-lower-row {
 		height: auto;
 	}

 	#project footer .footer-lower-row a {
 		display:block;
 		text-align:center;
 		margin:50px auto;
 	}

}

@media screen and (max-width:576px) {
	.no-padding {
		padding-left:15px;
		padding-right:15px;
	}

	.no-padding-mobile {
		padding-left:0px;
		padding-right:0px;
	}

	#project h1 {
		font-family: Lora;
		font-size: 50px;
		font-style: normal;
		font-weight: 700;
		line-height: 52px;
	}

	#project h3 {
		font-family: Lora;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: 36px;
		margin-top:40px;
	}

	#project h4 {
		font-family: Lora;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px;
	}


	#project p {
		font-size:20px;
	}

	#project #tab-home .header-top {
		background-position:15% top;
	}

	#project #tab-home .header-middle {
		background-position:15% top;
	}

	#project #tab-home .header-bottom {
		background-position:15% bottom;
	}

	#project #tab-home header h1 {
		text-align:center;
	}

	#project #tab-home header .header-content {
	  padding-top: 296px;
	  padding-bottom: 316px;
	}

	.header-content {
		padding-top: 125px;
	  	padding-bottom: 75px;
	}


	.curved-text-container {
		left:auto;
		right:30px;
	}

	.mt-130 {
		margin-top:0px;
	}

	.mt-120 {
		margin-top:0px;
	}

	.mt-60 {
		margin-top:0px;
	}

	.mb-120 {
		margin-bottom:0;
	}

	.padding-90 {
		padding:50px;
	}


	.negative-mt-100 {
		margin-top:0px;
	}

	.negative-mt-mobile {
		margin-top:-50px;
	}

	.negative-mt-50 {
		margin-top:0px;
	}

	#project .mt-80-mobile {
		margin-top:80px;
	}

	#project .mt-20-mobile {
		margin-top:20px;
	}

	#project .mb-20-mobile {
		margin-bottom:20px;
	}

	#project .mb-40-mobile {
		margin-bottom:40px;
	}

	.no-padding-right, .no-padding-left {
		padding-left:15px;
		padding-right:15px;
	}

	#project footer .footer-upper-row {
		height: auto;
		padding:50px 0px;
		margin:auto 15px;
	}

	#project footer .footer-nav-item.home.url {
		background-position:center;
	}

	#project footer .footer-nav-item {
		display:block;
		margin: 20px auto;
	}

	#project footer .footer-lower-row {
 		height: auto;
 	}

 	#project footer .footer-lower-row a {
 		display:block;
 		text-align:center;
 		margin:50px auto;
 	}

 	.supfooter {
		text-align: center;
	}

 	.nieuwsbrief-left {
 		width:100%;
 	}

 	.legenda.rechts, .legenda.links {
 		top:30px;
 		width:auto;
 		left:30px;
 		right:30px;
 	}

 	.legenda-selectie {
 		width:auto;
 	}

 	.legenda-selectie .selectie {
 		width:25%;
 	}

 	.locatie-carousel-slider .slick-slide {
 		height:200px;
 	}

 	.lightbox-control.next-foto, .lightbox-control.prev-foto {
 		z-index:12;
 		top:90%
 	}

 	body .nf-form-content input[type="submit"] {
 		width:100% !important;
 	}
}
