@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Archivo+Narrow:700');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed');
@import url('https://fonts.googleapis.comogo/css?family=Boogaloo');
@import url('https://fonts.googleapis.com/css?family=Rochester');
@import url('https://fonts.googleapis.com/css?family=Calligraffitti');
@font-face {
	font-family: 'NewsGothicBT-BoldExtraCondensed';
	src: url('font/NewsGothicBT-BoldExtraCondensed_gdi.eot');
	src: url('font/NewsGothicBT-BoldExtraCondensed_gdi.eot?#iefix') format('embedded-opentype'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.woff') format('woff'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.ttf') format('truetype'), url('font/NewsGothicBT-BoldExtraCondensed_gdi.svg#NewsGothicBT-BoldExtraCondensed') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
 unicode-range: U+0020-25CA;
}

html, body {
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background-color:#000;
	
}
.overlay {
display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.2);
	z-index:2;
}
.schaduw
{
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	}
	
.ding {
	position: absolute;
	display: block;
	margin-top: 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);

	width:100%;
	height:auto;

		z-index:20;
}
.container-ding
{
	position:relative;
	max-width:100%;
	display:block;
}
.container-ding img
{
	width:100%;
	height:auto;
	max-width:100%;
	margin:0;
	padding:0;
	display:block;
}
.collage {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	justify-content:center;
}
.collage div {
	display: block;
	flex: 1 0 calc(25% - 20px);
	margin-left: 20px;
	margin-bottom:20px;
	width:25%;
	text-align:center;
}
.collage div{
	max-width: calc(25% - 20px);
}
.collage div img 
{
	border-top:0.8px #CCCCCC solid;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
	display:block;
	width:100%;
	height:auto;
}
body {
	background-color: #000;
	font-family: 'Boogaloo', sans-serif;
	font-size: 20px;
	color: #000;
	margin: 0;
	line-height: 38px;
}
strong {
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #010080;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}
h1
 {
	 margin-top:30px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: #010080;
	font-size: 50px;
	line-height:50px;
	text-transform:uppercase;
	text-align: center;
	font-weight: bold;
}
a {
	color: #E51170;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
}

.ctr {

	position: relative;
	width: 100%;
	max-width: 100%;
	height:100%;
}
.center
{
	max-width:1640px;
	margin:auto;
	padding:40px 20px;
	position: relative;
}
.content {
	max-width: 100%;
	display:block;
	position:absolute;
z-index:1;
top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ctr-logo
{
	position: absolute;
	display:block;
	width: 100%;
	max-width: 1240px;
	bottom: 50%;
	left: 50%;
	margin: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:10;
	border:1px solid #C03 !important;
}
.no-padding
{
	padding:0px;
}
.text-center-wit
{
	color:#FFF;
	text-align:center;
	font-size:15px;
	
}
.bg-grijs
{
	background-color:#333;
}
.padding {
	padding-left: 15px;
	padding-right: 15px;
}
.padding-fotocontent
{
	padding:30px 20px;
}
.logo {
	max-width: 400px;
	width: 100%;
	height: auto;
	display: block;
	margin: 8px auto 0px auto;
}
img {
	text-align: center;
	width: 100%;
	display: block;
	position: relative;
	max-width: 700px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.container {
display: block;
	position: absolute;
	z-index: 8;
	bottom: 40px;
	left: 50%;
	margin: auto;
	-webkit-transform: translate(-50%, -40px);
	-ms-transform: translate(-50%, -40px);
	transform: translate(-50%, -40px);
	width: 100%;

}
.main_table {
	display: table;
	width: 100%;
 table-layout: fixed;
}
.main_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.main_links {
	padding-top: 0;
	margin-top: 0;
	width: 65%;

}
.main_tussen
{
	width:5%;
}
.main_rechts {
	width: 30%;
}
.flex-btn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 500px;
	text-align: left;

}
.flex-btn > div {
	flex-grow: 1;
}
a.btn-lees-meer {
	position: relative;

	margin-top: 30px;
	text-align: center;
	display: block;
	width: 210px;
	height: 55px;
	line-height: 55px;
	font-size: 22px;
	border: 2.7px solid #000 !important;
font-family: 'Barlow Semi Condensed', sans-serif;
	display: block;
	text-transform: normal;
	color: #000;
	transition: ease-in-out .3s;
	cursor: pointer;
	text-transform: uppercase;
		-moz-box-shadow: 4px 4px 3px  rgba(115,115,115,0.75);
	-webkit-box-shadow: 4px 4px 3px  rgba(115,115,115,0.75);
	box-shadow: 4px 4px 3px  rgba(0,0,0,0.75);
}
a.btn-lees-meer:hover {

	text-decoration: none;
	border:none;
	background-color:#010080;
	color:#FFF;

}
.flex-container {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-left: -40px;
	justify-content: center;
	text-align: center;
}
.cell-4, .cell-4-sold {
	position: relative;
	display: block;
	flex: 1 0 calc(25% - 40px);
	vertical-align: text-top;
	width: 25%;
	height:auto;
	min-height:150px;
	margin-left: 38px;
	color: #010080;
	border:1px solid #999;
	line-height: 25px;
	font-size: 20px;
	margin-bottom: 30px;
	transition: ease-in-out .2s;
}
.cell-4:hover {
	background-color: rgba(1, 0, 128, 1);
	transform: scale(1.04);
	color:#FFF;
	-webkit-box-shadow: -1px 1px 3px 3px rgba(102,102,102,0.75);
	-moz-box-shadow: -1px 1px 3px 3px rgba(102,102,102,0.75);
	box-shadow: -1px 1px 3px 3px rgba(102,102,102,0.75);
}

.flex-offline {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-bottom: 0;
	padding: 0;
}
.content {
	max-width: 100%;
	padding: 20px 20px;
	color: #000;
	text-align:center;
	text-shadow: none;
	font-family: 'Boogaloo', sans-serif;
	font-size: 20px;
	position:relative;

}
.offline-2 {
	position: relative;
	display: block;
	flex: 1 0 calc(50% - 30px);
	vertical-align: text-top;
	width: 50%;
	margin-left: 30px;
	margin-bottom: 15px;
	padding: 0;
	text-decoration: none !important;
	text-align: left;
	overflow: hidden;
	outline: 0;
}
.offline-2 {
	display: block;
	max-width: calc(50% - 30px);
}
.maps {
	margin-top:15px;
	border-radius: 5px;
	padding: 5px;
	/* border: 2px #333 solid; */
}
.maps_iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	max-width: 100%;
	min-height: 220px;
	position: relative;
	height: auto !important;
	display: block;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
.ctr-1440 {
	width: 100%;
	max-width: 1440px;
	text-align: center;
	margin: auto;
}
.container-realisatie {
	position: relative;
	background-color: #1b1b1b;
	border-top: 1.5px #666 solid;
	max-width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0px 17px;
	margin: auto;
}
.hdstudio {
	display: relative;
	margin: auto;
	width: 190px;
	display: block;
}
.realisatie {
	display: inline-block;
	margin-right: 25px;
	float: left;
	color: #FFF;
	font-size: 15px;
	position: relative;
	vertical-align: middle;
}
a.hdstudio_logo {
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	display: inline-block;
	width: 85px;
	height: 28px;
	background-image: url('images/hd-studio.png');
	background-size: cover;
	background-position: center;
	margin: 0;
	transition: all 0.4s ease-in-out;
}
a.hdstudio_logo:hover {
	transform: scale(1.2);
}
.cr {
	padding: 0px 17px;
	color: #FFF;
	font-size: 15px;
}
a.facebook {
	margin-top: 8px;
	float: none;
	display: block;
	width: 45px;
	height: 45px;
	background: url(images/facebook.png) no-repeat;
}
 @media screen and (max-width : 1280px) {
.foto-container_absolute {
	position:absolute;

}
.cell-4, .cell-4-sold {
	position: relative;
	display: block;
	flex: 1 0 calc(33.333% - 40px);
	vertical-align: text-top;
	width: 33.333%;
}
.collage div {
	display: block;
	flex: 1 0 calc(33.333% - 20px);
	margin-left: 20px;
	margin-bottom:20px;
	width:33.333%;
	text-align:center;
}
.collage div{
	max-width: calc(33.333% - 20px);
}
 }
@media screen and (max-width : 890px) {
	.foto-container_absolute {

display:none;
	}
	.main_table
	{
		display:flex;
		flex-direction: column-reverse;
	}
	.main_cell
	{
		display:block;
		width:100%;
		margin-bottom:20px;
		
	}
.main_cell:last-child
{
	margin-bottom:0px;
}
.kleiner
{
	display:block;
}
strong
{
	font-size:20px;
}
.content {
	font-size:17px;
}
.cell-4, .cell-4-sold {
	position: relative;
	display: block;
	flex: 1 0 calc(50% - 40px);
	vertical-align: text-top;
	width: 50%;
}
.collage div {
	display: block;
	flex: 1 0 calc(50% - 20px);
	margin-left: 20px;
	margin-bottom:20px;
	width:50%;
	text-align:center;
}
.collage div{
	max-width: calc(50% - 20px);
}

}
@media screen and (max-width : 850px) {
.cr {
	display: none;
}
}
@media screen and (max-width : 570px) {
.flex-btn {
	justify-content:center;
	margin:auto;
	max-width:100%;
	margin-top:20px;
}
.flex-btn div {
width:100%;
display:block;
margin-bottom:25px;
}
a.btn-lees-meer {
margin:auto;
}
 }
@media screen and (max-width : 480px) {
	h1
 {
	 font-size:40px;
	 line-height:40px;
 }
.cell-4, .cell-4-sold {
	position: relative;
	display: block;
	flex: 1 0 calc(100% - 40px);
	vertical-align: text-top;
	width: 100%;
}
.collage div {
	display: block;
	flex: 1 0 calc(100% - 20px);
	margin-left: 20px;
	margin-bottom:20px;
	width:100%;
	text-align:center;
}
.collage div{
	max-width: calc(100% - 20px);
}
}