body {
	overflow-x: hidden;
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	background-color: #000;
}
h1 {
	font-family: "Noto Serif", serif;
	font-size: 28px;
	color: #fff;
	margin-bottom: 20px;
	line-height: 40px;
}
h2 {
	font-family: "Raleway", sans-serif;
	font-size: 24px;
	margin-top: 0px;
	color: #c2974a;
	margin-bottom: 50px;
	font-weight: bold;
}
h3 {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
p {
	margin-bottom: 10px;
}
a {
	color: #a3a3a3;
}
a:hover {
	color: #fff;
}
strong {
	color: #fff;
	font-weight: 600;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul li {
	background: url(../images/bullet.png) left 6px no-repeat;
	padding-left: 15px;
}
.intro {
	height: 618px;
	border-bottom: 4px solid #c2974a;
}
.intro .logo {
	margin: 150px auto 0 auto;
	width: 236px;
}
.intro h1 {
	text-align: center;
	margin-top: 100px;
}
.beeld {
	background: url(../images/condor.jpg) center center;
	height: 550px;
	background-size: cover;
}
.beeldNew {
	background: url(../images/condor-leefruimte.jpg) center center;
	height: 450px;
	background-size: cover;
}
.items-center {
	align-items: center;
}
@media (min-width: 768px) {
	.beeldNew {
		margin-left: 45px !important;
	}
	.md\:flex-reverse {
		display: flex;
		flex-direction: row-reverse;
	}
}
@media not all and (min-width: 768px) {
	.max-md\:mt-6 {
		margin-top: 50px;
	}
}
.content {
	padding: 150px 0 150px 0;
}
.content img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.map {
	height: 500px;
}

.inform {
	text-align: center;
	background: #252525;
	padding: 150px 0 150px 0;
}
.inform input {
	width: 400px;
	background: none;
	border: none;
	border-bottom: 1px solid #c2974a;
	margin-right: 20px;
	border-radius: 0;
}
.btn-default {
	background: #c19849;
	color: #000;
	border-radius: 0;
	border: 0;
}
.partners {
	background: #333333;
	padding: 100px 0 100px 0;
	text-align: center;
}
.partners p {
	color: #6e6e6e;
	text-transform: uppercase;
}
.contact {
	padding: 30px 0 30px 0;
	background: #fff;
}
.contact p,
.contact a {
	color: #666666;
}
.contact strong {
	color: #000;
}
@media (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
	#projectby {
		display: none;
	}
	#condius {
		display: block;
		margin-top: 40px;
	}
	.inform {
		text-align: center;
		background: #252525;
		padding: 50px 20px 50px 20px;
	}
	.inform input {
		width: 100%;
		margin-right: 0px;
	}
	.btn-default {
		margin-top: 20px;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.intro .logo {
		margin: 50px auto 0 auto;
		width: 236px;
	}
	.content {
		padding: 50px 0 50px 0;
	}
	.inform {
		text-align: left;
		background: #252525;
		padding: 50px 20px 50px 20px;
	}
	.inform input {
		width: 100%;
		margin-right: 0px;
	}
	.btn-default {
		margin-top: 20px;
	}
	.partners {
		background: #333333;
		padding: 50px 0 50px 0;
		text-align: center;
	}

	#projectby {
		display: none;
	}
	#condius {
		display: block;
		margin-top: 40px;
	}
}
.max-w-logos {
	max-width: 575px;
}

.ProjectBy {
	padding: 0 15px;
}

.ProjectBy p {
	margin-bottom: 25px;
}
