@media screen and (max-width: 1024px) {
#header .header-content {
	width: 100%;
}
.tophead .logo {
	margin-top: 6px;
	margin-left: -5px;
}
.nav-toggle {
	display: block;
}
.navigation {
	position: fixed;
	background-color: #2d3033;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}
.navigation .primary-nav {
	position: relative;
	top: 45%;
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	-webkit-transform: translateY(-45%);
	transform: translateY(-45%);
}
.navigation li {
	display: block;
	margin-bottom: 20px;
}
.navigation .dropbtn {
	margin-left: -1px;
}
.navigation a {
	display: block;
	font-size: 25px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 14px;
}
.flex-control-nav {
	bottom: 20px;
}
.foto-esther {
	border-right: none !important;
	margin-bottom: 20px;
}

.testimonials p {
	margin-bottom: 20px !important;
}

.intro-esther {
	border-left: none;
	text-align: center;
}
}
@media screen and (max-width: 768px) {
.banner-text {
	padding-top: 30%;
}
.banner-text h1 {
	font-size: 42px;
}
.banner-text p {
	font-size: 18px;
}
.flexslider {
	padding-bottom: 80px;
}
.flex-control-nav {
	width: 100%;
}
.footer .footer-col {
	margin-bottom: 50px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
.diensten {
	width: 100%;
}
.diensten-content-box {
	margin: 30px 20px;
}
.introduction-content {
	text-align: center;
}
}
@media screen and (max-width: 640px) {
.banner-text {
	padding-top: 35%;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
}
@media screen and (max-width: 480px) {
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	font-size: 32px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
}
@media screen and (max-width: 320px) {
.banner-text {
	padding-top: 55%;
}
.testimonials blockquote {
	padding: 20px 5% 0;
}
.testimonials p {
	font-size: 11px;
}
.detail-contentbox {
	background-color: #f2f2f2;
	padding: 6%;
}
}
