@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.com/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;

}
.bg { 

  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
background-color:#FFF;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 21px;
	color:#FFF;
	text-shadow:1px 2px #333333; 
	margin:0;
	line-height: 32px;

}
strong
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#010080;
	font-size:48px;
	text-align:center;
	font-weight:bold;
}
a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#CCC;
	text-decoration:underline;
	font-weight:bold;
}

.center { 

    position: relative;
	width:100%;
	max-width:100%;
	

}
.padding
{
	padding-left:15px;
	padding-right:15px;
}
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;
left: 50%;
  bottom: 15px;
  transform: translate(-50%, -15px);
  margin: 0 auto;
  width:100%;
  max-width:980px;
}
.flex-offline {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-bottom: 0;
	padding: 0;

	
}
.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 {
	border-radius: 5px;
	padding: 5px;
	border: 2px #d5d5d5 solid;
}
.maps_iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	max-width: 100%;
	min-height: 220px;
	position: relative;
	height: auto !important;
	display: block;
}
.hdstudio {
	display:relative;
	margin-top:10px; 
	margin-left: auto;
	margin-right:auto;
	width: 170px;
	text-align:center;
	margin-bottom:0px;
}
.realisatie
{
	display:inline-block;
	margin-right:10px;
	float:left;
}
a.hdstudio_logo
{
margin-left: auto;
margin-right:auto;
margin-top:3px;
	display:inline-block;
	width:105px;
	height:34px;
	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-zwart
{
margin-left: auto;
margin-right:auto;
margin-top:3px;
	display:inline-block;
	width:105px;
	height:34px;
	background-image: url('images/hd-studio-zwart.png');
	  background-size: cover;
    background-position: center;
	margin:0;
transition: all 0.4s ease-in-out;
}
a.hdstudio_logo:hover, a.hdstudio_logo-zwart:hover
{
		 transform: scale(1.2);
}

 @media screen and (max-width : 980px) {
	 .center span {
    position: relative;
	left:0;

	width:100% !important;
	text-align:center;
}
 }
@media screen and (max-width : 880px) {
	.container {
  bottom: 0px;
  transform: translate(-50%, -0px);
  margin: 0 auto;
	}
}
