@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400";
@import "https://fonts.googleapis.com/css?family=Poppins:100,400,300,500,600,700";
@import "https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,500,700";
@import "https://fonts.googleapis.com/css?family=Architects+Daughter";
@import url(font-awesome.min.css);
body {
  	background-color: #f3f3f3;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 26px;
	color: #666;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}
.pt-margin-bottom {
	margin-bottom: 60px
}
input,
textarea {
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 8px;
	margin: 2px
}
ul.bestelgegevens textarea {
	width: 60%
}
section {
	position: relative;
	padding: 100px 0 80px;
	transition: opacity .6s;
	opacity: 1;
	-webkit-transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	transition-timing-function: cubic-bezier(.7, 0, .3, 1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s
}
section#ourProjects {
	text-align: center
}
section#ourProjects h3 {
	display: block;
	position: relative;
	font-weight: 100;
	color: #696969;
	font-size: 30px;
	margin: 30px 0
}
section#ourProjects a {
	display: inline-block;
	position: relative
}
section#ourProjects a img {
	width: 100%
}
section#ourProjects .column-40 {
	float: left;
	width: 40%
}
section#ourProjects .column-30 {
	float: left;
	width: 30%
}
section#ourProjects .top15 {
	margin-top: 15px
}
section#ourProjects .bottom15 {
	margin-bottom: 15px
}
section#orderBouquet {
	background-image: url(/templates/ycgardens/images/bg-order.png);
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: right bottom
}
.formTitle {
	display: block;
	margin: 20px 0;
	font-size: 24px;
	color: #f0358c
}
section#orderBouquet button {
	background-color: #f0358c;
	border: 1px solid #f0358c;
	padding: 20px;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: initial
}
.loaded {
	opacity: 1
}
#fotoheader {
	padding: 0
}
#fotoheader .actions {
	position: relative;
	display: block
}
.fotosliderHolder {
	top: 50%;
	left: 50%;
	width: 100%;
	position: relative;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center
}
.bx-wrapper .bx-viewport {
	width: 100%;
	height: 100%!important;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 0;
	box-sizing: none;
	text-align: left
}
#fotoheader a.moreinfo {
	display: inline-block;
	background-color: #6dbe00;
	border: 1px solid #6dbe00;
	padding: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
	margin: 15px
}
#fotoheader a.contact {
	display: inline-block;
	background-color: #f0358c;
	border: 1px solid #f0358c;
	padding: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
	margin: 15px
}
#fotoheader a.moreinfo:hover {
	background-color: #65b000;
	border: 1px solid #65b000
}
#fotoheader a.contact:hover {
	background-color: #e43285;
	border: 1px solid #e43285
}
#fotoheader h1 {
	display: block;
	position: relative;
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 1px 6px #000;
}
#fotoheader > div > div > div > div {
  background-color: #ff9900;
  opacity: 0.90;
}
.camera_caption {
	top: 50%;
	left: 50%;
	width: 100%;
	position: relative;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}
.camera_caption_title {
	color: #fff;
    font-size: calc(1vw + 1vh + 2vmin) !important;
    line-height: calc(1vw + 1vh + 2vmin);
	text-shadow: 1px 1px 6px #000;
}
header {
	height: 100px;
	position: fixed;
	width: 100%;
	background: #FFF;
	z-index: 9999;
	transition: all .4s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .05)
}
header.is-sticky {
	height: 75px;
	transition: all .4s ease
}
header.is-sticky .logo {
	line-height: 75px;
	transition: all .4s ease
}
header.is-sticky .logo img {
	height: 56px;
	transition: all .4s ease
}
header.is-sticky ul.menu li a {
	line-height: 75px;
	transition: all .4s ease
}
a {
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:focus,
a:hover {
	color: inherit;
	text-decoration: none
}
nav {
	float: right;
	color: transparent
}
main {
	padding: 0 0;
	position: relative
}
footer {
	padding: 15px 0px;
	background: #051e49;
	text-align: center;
	clear: both
}
footer section {
	padding: 0;
	opacity: 1
}
footer span {
	color: #FFF;
	display: inline-block;
	line-height: 75px
}
svg.icon-location {
	display: inline-block
}
span.telefoon span:first-of-type {
	display: none
}
.location {
	display: inline-block
}
.location h3 {
	display: none
}
.ond-nr {
	display: inline-block;
    margin-right: 20px;
}
.ond-nr h3 {
	display: inline-block;
	color: #FFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 75px;
	font-size: 17px;
	margin: 0 10px 0 10px
}
.ond-nr span {
	margin: 0 10px 0 0
}
#social {
	padding: 10px 0
}
header ul.menu {
	margin: 0;
	padding: 0;
	margin-right: 6px
}
header ul.menu li {
	padding: 0;
	margin-top: 0;
	float: left;
	position: relative;
	display: inline-block;
	vertical-align: top
}
header ul.menu li a {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #949494;
	line-height: 100px;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}
header ul.menu li a:hover,
header ul.menu li a:focus,
header ul.menu li a:active,
header ul.menu li a:checked {
	background: #FFF
}
header ul.menu li a.active,
header ul.menu li a:hover {
	color: #051e49;
}
header ul.menu li a.orderBouquet.active,
header ul.menu li a.orderBouquet:hover {
	color: #f0358c
}
.logo {
	display: inline-block;
	margin-left: 16px;
	vertical-align: middle;
	line-height: 100px;
	transition: all .4s ease
}
.logo img {
	vertical-align: middle;
	height: 70px;
	transition: all .4s ease
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: #444
}
h1 {
	text-align: center
}
h2 {
	font-size: 44px;
  	color: #5f5f5f;
	font-weight: 300;
	text-align: center;
	margin-top: 0;
	margin-bottom: 35px
}
#orderBouquet h2 {
	color: #f0358c
}
#orderBouquet div.success,
#orderBouquet div.error {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 14px
}
#orderBouquet div.error {
	padding: 15px;
	margin: 20px 0;
	border: 1px solid #faebcc;
	background-color: rgba(255, 218, 3, .27)
}
#orderBouquet div.success {
	padding: 15px;
	margin: 15px 0;
	background-color: #dff0d8;
	border: 1px solid #A9CE9A
}
h2 .highlighted {
	color: #051e48;
}
h3 {
	color: #051e48;
	font-size: 21px;
	margin-top: 30px;
	margin-bottom: 30px;
}
h4 {
	color: #FFF;
	font-weight: 600;
	font-size: 20px;
	margin: 10px;
	text-align: center
}
.center {
	text-align: center
}
#aboutUs {
	background-color: #f3f3f3;
}
#services {

	background-color: #f3f3f3;
}
#services .col-md-4 {
	padding: 30px;
}
#services svg {
  width: 100%;
}
.icon-website, .icon-WiFi, .icon-moreVisitors {
	fill: #ff9900;
}
#aboutUs img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	vertical-align: top;
	display: inline-block;
	max-width: 300px
}
#aboutUs .actor {
	font-family: 'Architects Daughter', cursive;
	font-size: 30px
}
#instagram {
	padding: 0;
	overflow: hidden;
	opacity: 1
}
#WhatWeDoSummary {
	background-color: #6dbe00;
	text-align: center;
	overflow: hidden;
	background: #6dbe00;
	background: -moz-radial-gradient(center, ellipse cover, #dcffae 0%, #6dbe00 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #dcffae), color-stop(100%, #6dbe00));
	background: -webkit-radial-gradient(center, ellipse cover, #dcffae 0%, #6dbe00 100%);
	background: -o-radial-gradient(center, ellipse cover, #dcffae 0%, #6dbe00 100%);
	background: -ms-radial-gradient(center, ellipse cover, #dcffae 0%, #6dbe00 100%);
	background: radial-gradient(ellipse at center, #dcffae 0%, #6dbe00 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#dcffae', endColorstr='#6dbe00', GradientType=1)
}
#WhatWeDoSummary h2 {
	color: #fff
}
#WhatWeDoSummary h3 {
	padding: 30px 0;
	color: #FFF;
	font-size: 16px
}
#WhatWeDoSummary a {
	display: block
}
#whatWeDo {
	background-color: #fafeff;
	opacity: 1!important
}
#whatWeDo h2 {
	color: #55646f
}
#whatWeDo h3 {
	color: #55646f
}
#whatWeDo span {
	display: block;
	margin: 10px
}
#whatWeDo span:first-of-type {
	display: inline-block;
	width: calc(58.33333333% - 26px);
	vertical-align: top
}
#whatWeDo span:last-of-type {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 321px)
}
.overlay {
	background-color: rgba(5, 30, 73, .4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	text-shadow: 1px 1px rgb(46, 58, 63);
	display: flex;
	box-sizing: border-box;
	justify-content: center;
	text-align: center;
	align-items: center;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	-ms-transition: opacity .25s ease;
	-o-transition: opacity .25s ease;
	transition: opacity .25s ease
}
.overlay:hover {
	opacity: 1
}
#instagram-feed img {
	display: inline-block;
	position: relative;
	width: 16.6666666667%;
	vertical-align: middle
}
#instagram-feed {
	margin-top: -5%;
	margin-bottom: -5%
}
.insta-bg-overlay {
	position: absolute;
	opacity: .85;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: #96e312
}
#instagram .social-link {
	z-index: 6;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}
#instagram .social-link h4 {
	display: inline-block;
	vertical-align: middle
}
#instagram .social-link a {
	display: inline-block;
	margin: 10px;
	vertical-align: middle
}
.icon-phone {
	height: 20px;
	width: 20px;
	fill: #FFF;
	display: inline-block;
	vertical-align: baseline;
	padding: 0
}
svg.icon-visible {
	height: 50%;
	width: 50%;
	fill: #FFF;
	vertical-align: middle;
	display: inline-block;
	padding: 0
}
svg.icon-location {
	height: 32px;
	width: 32px;
	fill: #FFF;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
span.telefoon a {
	color: #FFF;
	text-decoration: none;
}
#scroll-up {
	float: right;
	width: 230px;
	padding: 10px;
	display: inline-block;
}
#scroll-up a {
	float: right;
	padding: 16px;
	display: inline-block
}
.icon-Facebook,
.icon-Instagram,
.icon-Linkedin {
	height: 32px;
	width: 32px;
	fill: #FFF;
	vertical-align: baseline;
}
.icon-chevron-up {
	height: 32px;
	width: 32px;
	fill: #fff;
	vertical-align: middle;
	display: inline-block;
	padding: 0
}
#contact .bg-fig {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -150px;
	left: 0;
	z-index: 0;
	margin: 0;
	opacity: .6
}
#fotoheader .bg-header {
	text-align: center;
	background-image: url(../../../images/headers/online-bereikbaar.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -150px;
	left: 0;
	z-index: 0;
	margin: 0;
	opacity: .40;
}
#fotoheader {
	overflow: hidden;
	height: 100vh;
	text-align: center;
	background: #181818;
	background: -moz-radial-gradient(center, ellipse cover, #143163 0%, #051e49 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #143163), color-stop(100%, #051e49));
	background: -webkit-radial-gradient(center, ellipse cover, #143163 0%, #051e49 100%);
	background: -o-radial-gradient(center, ellipse cover, #143163 0%, #051e49 100%);
	background: -ms-radial-gradient(center, ellipse cover, #143163 0%, #051e49 100%);
	background: radial-gradient(ellipse at center, #143163 0%, #051e49 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#143163', endColorstr='#051e49', GradientType=1)
}
#WhatWeDoSummary .bg-fig {
	text-align: center;
	background-image: url(../../../images/gras.jpg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: -150px;
	left: 0;
	z-index: 0;
	margin: 0;
	opacity: .15;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom
}
#contact {
	overflow: hidden;
	background: #be7b00;
	background: -moz-radial-gradient(center, ellipse cover, #143163 0%, #051e49 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #143163), color-stop(100%, #051e49));
	background: -webkit-radial-gradient(center, ellipse cover, #143163 0%, #051e49 100%);
	background: -o-radial-gradient(center, ellipse cover, #143163 0%, #051e49 100%);
	background: -ms-radial-gradient(center, ellipse cover, #143163 0%, #051e49 100%);
	background: radial-gradient(ellipse at center, #143163 0%, #051e49 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#143163', endColorstr='#051e49', GradientType=1)
}
#contact .cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
#contact h3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.form-horizontal input[aria-invalid="true"],
.form-horizontal textarea[aria-invalid="true"] {
	border: 1px solid red;
	background-color: #f3eaea;
	color: red
}
.form-horizontal input[aria-invalid="true"]::-webkit-input-placeholder,
.form-horizontal textarea[aria-invalid="true"]::-webkit-input-placeholder {
	color: red
}
.form-horizontal ul[role="alert"] {
	color: red;
	list-style: none;
	text-align: left;
	padding: 0;
	font-weight: 500
}
.form-horizontal fieldset {
	border: 0;
	padding: 0;
	margin: 0
}
.form-horizontal {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: left
}
.form-horizontal input {
	border: 0;
	padding: 10px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-size: 14px
}
.form-horizontal textarea {
	border: 0;
	padding: 10px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-size: 14px
}
.form-horizontal label {
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight: bold!important
}
.form-horizontal button {
	background-color: #ff9900;
	border: 1px solid #ff9900;
	padding: 20px;
	color: #FFF;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: initial
}
.form-horizontal button:hover,
.form-horizontal button:focus,
.form-horizontal button:active,
.form-horizontal button:checked {
	color: #fff
}
#inputEmail,
#inputPhone {
	display: inline-block
}
.hamburger {
	width: 0;
	height: 0;
	display: none
}
button.c-hamburger--rot {
	visibility: hidden
}
.shortInfoContent ul li:before {
	font-family: FontAwesome!important;
	content: '\f00c';
	padding-right: 15px;
	position: absolute;
	left: 0
}
.shortInfoContent {
	background-color: #6dbe00;
	padding: 30px;
	margin-left: 10px;
	box-shadow: 0 2px 5px rgba(85, 100, 133, .35)
}
.shortInfoContent ul {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: left;
	font-weight: 700
}
.shortInfoContent ul li {
	list-style: none;
	line-height: 35px;
	padding-left: 25px;
	position: relative
}
.shortInfoContent ul li:before {
	font-family: FontAwesome!important;
	content: '\f00c';
	padding-right: 15px;
	position: absolute;
	left: 0
}
.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none
}
.bx-wrapper {
	position: relative;
	padding: 0;
	display: block;
	width: 100%
}
ul.bxslider li {
	z-index: 1;
	width: 100%!important;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	top: 50%;
	left: 50%
}
.phone-footer {
	display: none
}
input[type="radio"],
input[type="checkbox"] {
	height: 1.2em;
	width: 1.2em;
	vertical-align: middle;
	margin: 0 .4em .4em 0;
	border: 1px solid rgba(0, 0, 0, .3);
	background: -webkit-linear-gradient(#FCFCFC, #DADADA);
	-webkit-appearance: none;
	-webkit-transition: box-shadow 200ms;
	box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0, 0, 0, .1)
}
input[type="radio"] {
	-webkit-border-radius: 100%;
	border-radius: 100%
}
input[type="checkbox"] {
	-webkit-border-radius: 2px;
	border-radius: 2px
}
input[type="radio"]:not(:disabled):hover,
input[type="checkbox"]:not(:disabled):hover {
	border-color: rgba(0, 0, 0, .5);
	box-shadow: inset 1px 1px 0 #fff, 0 0 4px rgba(0, 0, 0, .3)
}
input[type="radio"]:active:not(:disabled),
input[type="checkbox"]:active:not(:disabled) {
	background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
	box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .2), inset -1px -1px 0 rgba(255, 255, 255, .6);
	border-color: rgba(0, 0, 0, .5)
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: none;
	box-shadow: 0 0 1px 2px rgba(0, 240, 255, .4)
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
	border-color: rgba(0, 0, 0, .5)
}
input[type="radio"]:checked:before {
	display: block;
	height: .3em;
	width: .3em;
	position: relative;
	left: .4em;
	top: .4em;
	background: rgba(0, 0, 0, .7);
	border-radius: 100%;
	content: ''
}
input[type="checkbox"]:checked:before {
	font-weight: 700;
	color: rgba(0, 0, 0, .7);
	content: '\2713';
	-webkit-margin-start: 0;
	margin-left: 2px;
	font-size: .9em
}
input:disabled {
	opacity: .6;
	box-shadow: none;
	background: rgba(0, 0, 0, .1);
	box-shadow: none
}
input:disabled+label {
	opacity: .6;
	cursor: default;
	-webkit-user-select: none
}
@media only screen and (max-width: 1200px) {
	#fotoheader {
		height: calc(100vh - 100px)
	}
	nav {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s
	}
	.hamburger {
		float: right;
		display: block;
		width: 48px;
		visibility: visible;
		height: auto;
		vertical-align: middle
	}
	.c-hamburger {
		display: block;
		position: relative;
		overflow: hidden;
		margin: 0;
		padding: 0;
		width: 48px;
		height: 75px;
		font-size: 0;
		text-indent: -9999px;
		appearance: none;
		box-shadow: none;
		border-radius: none;
		border: none;
		cursor: pointer;
		transition: background 0.3s
	}
	.c-hamburger:focus {
		outline: none
	}
	.c-hamburger span {
		top: 37px;
		background: #949494;
		content: "";
		display: block;
		width: 28px;
		height: 4px;
		position: absolute;
		left: 10px;
		right: 10px;
		border-radius: 2px
	}
	.c-hamburger span::before,
	.c-hamburger span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #949494;
		content: "";
		border-radius: 2px
	}
	.c-hamburger span::before {
		top: -8px
	}
	.c-hamburger span::after {
		bottom: -8px
	}
	.c-hamburger--rot {
		float: left;
		background-color: #fff
	}
	.c-hamburger--rot span {
		transition: transform 0.3s
	}
	.c-hamburger--rot.is-active {
		background-color: #FFF
	}
	.c-hamburger--rot.is-active span {
		transform: rotate(90deg);
		background-color: #051e49
	}
	.c-hamburger--rot.is-active span::before {
		background-color: #051e49
	}
	.c-hamburger--rot.is-active span::after {
		background-color: #051e49
	}
	.nav-primary.active {
		display: block
	}
	button.c-hamburger--rot {
		visibility: visible
	}
	header {
		position: relative;
		height: 75px
	}
	header .container {
		width: initial
	}
	header ul.menu li a {
		line-height: 75px
	}
	ul.nav.menu,
	ul.nav.menu li {
		overflow: hidden;
		width: 100%;
		height: 0;
		border: 0;
		-webkit-transition: all .25s ease-out;
		-moz-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out
	}
	ul.nav.menu.is-active {
		overflow: visible;
		visibility: visible;
		width: 100%;
		height: auto;
		background-color: #fff
	}
	ul.nav.menu li a {
		overflow: hidden;
		width: 100%;
		height: 0;
		border-bottom: 1px solid #efefef
	}
	nav ul.nav.menu.is-active li {
		padding: 0;
		margin-top: 0;
		clear: left;
		width: 100%;
		overflow: visible;
		visibility: visible;
		height: auto;
		position: relative;
		display: inline-block;
		vertical-align: top
	}
	nav ul.nav.menu.is-active li a {
		display: block;
		overflow: visible;
		visibility: visible;
		height: auto;
		width: auto;
		width: 100%;
		border-bottom: 1px solid #efefef;
		padding-top: 0;
		padding-bottom: 0;
		background-color: #FFF;
		line-height: 75px
	}
	nav {
		float: none;
		left: 0;
		position: absolute;
		width: 100%
	}
	.logo {
		line-height: 75px;
		margin-left: 0;
		height: 75px;
		display: inline-block
	}
	.logo img {
		display: inline-block;
		max-width: 100%;
		max-height: 65px;
		width: auto;
		height: auto
	}
}
@media only screen and (max-width: 991px) {
  #services {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
	#aboutUs img {
		margin: 30px auto;
		display: block
	}
	#aboutUs span {
		width: initial;
		margin-left: 0
	}
	main {
		padding-top: 0
	}
	#fotoheader img {
		top: 0;
		margin-top: 0;
		position: relative
	}
	#fotoheader h2 {
		font-size: 32px;
		margin-bottom: 15px
	}
	#fotoheader .actions {
		display: none
	}
	#fotoheader {
		height: calc(100vh - 125px)
	}
	section#ourProjects h3 {
		font-size: 24px
	}
	section#ourProjects h2:before {
		display: none
	}
	#aboutUs .actor {
		font-size: 24px
	}
	.bx-wrapper,
	.bx-viewport {
		height: auto
	}
	#instagram-feed a {
		width: 33.33333333%
	}
	#whatWeDo span:last-of-type {
		display: block;
		width: auto
	}
	#WhatWeDoSummary {
		opacity: 1
	}
	.askForPossibilities,
	.shortInfoContent {
		display: block;
		margin: 10px auto;
		width: auto
	}
	section {
		padding: 30px 0
	}
	h3 {
		text-align: center;
		margin: 30px 0;
		font-size: 24px
	}
	h2 {
		font-size: 32px
	}
	.pt-margin-bottom {
		margin-bottom: 30px
	}
	.location span,
	.ond-nr span {
		text-align: center;
		margin: 0;
		line-height: 30px
	}
	.location span {
		display: block
	}
	.ond-nr span {
		display: inline-block;
		margin-left: 10px
	}
	footer {
		height: auto;
	}
	span.telefoon a {
		display: inline-block;
		padding: 0 20px
	}
	span.telefoon span:first-of-type {
		display: inline-block
	}
	span.telefoon {
		display: none
	}
	svg.icon-location {
		display: none
	}
	.location,
	.ond-nr {
		display: block;
		margin: 10px;
		text-align: center
	}
	footer h3 {
		display: block;
		color: #fff;
		text-align: center;
		font-size: 16px;
		margin: 20px 0
	}
	.location h3 {
		display: block
	}
	.ond-nr h3 {
		line-height: normal;
		margin: 20px 0
	}
	.phone-footer {
		background-color: rgb(109, 190, 0);
		border-width: 1px 0 0 0;
		border-color: #FFF;
		border-style: solid;
		display: block;
		margin: 0;
		position: fixed;
		bottom: 0;
		width: 100%;
		text-align: center;
		z-index: 10
	}
	.phone-footer a {
		display: inline-block;
		padding: 0 20px;
		width: 100%
	}
	.phone-footer span {
		color: #FFF;
		margin: 0 10px;
		vertical-align: middle;
		display: inline-block;
		line-height: 50px;
		font-family: 'Poppins', Arial, Helvetica, sans-serif;
		font-weight: 500
	}
	.phone-footer span:first-of-type {
		display: inline-block
	}
	#scrollUp {
		bottom: 60px!important
	}
	.logo {
		width: calc(100% - 48px)
	}
	ul.contactgegevens label {
		width: 100%;
		text-align: left
	}
	ul.bestelgegevens label {
		width: auto;
		padding-right: 0
	}
	ul.contactgegevens {
		text-align: left
	}
}