* { box-sizing: border-box; }

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	color: #000;
    font-family: din-condensed, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	padding: 0px;
	margin: 0px;
	font-family: din-condensed, sans-serif;
	font-weight: 200;
	font-style: normal;
	text-transform: uppercase;
}

logo {
	font-family: halogen, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 40px;
	text-transform:uppercase;
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}

logo strong {
	font-weight: 400;
}

strong, b {
	font-weight: 500;
}

a {
	text-decoration: none;
	color: #000;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

a:hover, a.active {
	color: #7B0101;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

a.active:after {
	content: '\25CF';
	font-size: 6px;
}

a.active:before {
	content: '\25CF';
	font-size: 6px;
}

center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

header {
	border-top: 20px solid #000;
	padding: 40px 10px;
}

header ul {
	list-style: none;
	padding: 0px 0px 0px 50px;
	margin: 0px;
	display: inline-block;
	vertical-align: middle;
}

header li {
	display: inline-block;
	padding: 0px 2vh;
}

header li a {
	text-transform:uppercase;
}

#scrolled_menu {
	position: fixed;
	left: 0px;
	top: -200px;
	width: 100%;
	z-index: 99;
	background: #000;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

#scrolled_menu.active {
	top: 0px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

#scrolled_menu header {
	padding: 0px;
	border-top: none;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

#scrolled_menu logo, #scrolled_menu a {
	color: #fff;
}

#scrolled_menu center {
	max-width: 100%;
}

#scrolled_menu header ul {
	float: right;
	padding-top: 20px;
}



.img {
	position: relative;
}

.img img {
	width: 100%;
}

.img .bl {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.img .bl span {
	background: #000;
	color: #fff;
	padding: 4px;
	text-transform:uppercase;
	font-size: 28px;
}

.home-single, .home-double {
	display: inline-block;
	vertical-align: top;
	height: 400px;
    max-height: 40vw;
	background-size: cover;
	background-position: center;
}

.home-single cnt , .home-double cnt {
	padding: 50px;
	display: block;
}

.home-single {
	width: calc(100% / 3);
}

.home-double {
	width: calc(100% / 3 * 2);
}

footer {
	margin-top: 100px;
}

.home-full-center {
	padding: 40px 40px 20px 40px;
	margin: 0 auto 30px auto;
	max-width: 600px;
	border-bottom: 1px solid #aaa;
}

.home-full-center h1 {
	font-size: 26px;
}

.home-single a, .home-double a {
	font-weight: 400;
	font-size: 20px;
}

footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 20px;
	text-align: center;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}


footer.active {
	padding: 6px;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s;
	color: #000;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

footer.active a {
	color: #000;
}


contents {
	display: block;
	padding-bottom: 100px;
}

.shadow {
	position: relative;
	background: #fff;
	margin-bottom: 30px;
	border-bottom: 1px solid #aaa;
}

.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	box-shadow: 0 15px 10px #777;
	transform: rotate(-3deg);
}

.shadow:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}




/* projecten */

.ftrBlck {
	display:inline-block;
	vertical-align:top;
	padding: 20px 80px 40px 10px;
	color: #000;
	font-size: 17px;
}

.jmpp {
	margin-top: -40px;
}

.ftrBlck a {
	color: #000;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
}
.ftrBlck a:hover {
	color: #D1172A;
}

.ftrBlck ul {
	list-style: none;
	padding: 0px;
	padding-top: 60px;
	margin: 0px;
}
.ftrBlck li {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.nnchdr h2 {
	xtext-align: center;
	font-size: 30px;
	font-weight: 300;
	color: #000;
}
.nnchdr a {
	text-decoration: none;
}
.nnchdr {
	padding: 30px 0px;
}

.lftMnu {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 40px;
	padding-bottom: 100px;
}

.lftMnu ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
}
.lftMnu li {
	padding-left: 0px;
	margin: 0px;
}
.lftMnu a {
	text-decoration: none;
	color: #000;
}
.lftMnu a:hover {
	color: #ED1C2B;
}

.brdLf {
	list-style-image: url('/images/arrow-left.png') !important;
	padding-left: 30px !important;
}

.activeMnTm {
	color: #D1172A !important;
}

.rgtMnu {
	display: table-cell;
	vertical-align:top;
	width: 100%;
}
.prdCntr {
	width: 33%;
	display: inline-block;
	vertical-align:top;
	white-space: nowrap;
}

.prdCntrpd {
	padding: 0px;
	margin: 15px 15px 0px 0;
	color: #fff;
}

.prdCntrpd img {
	width: 100%;
}

.prdCntrpd h2 {
	padding: 5px;
}
.prdCntrpd:hover {
	opacity: 0.6;
}

.prdCntrpd:hover {
	cursor: pointer;
	color: #fff;
	background: rgb(41, 39, 40);
}

.imgDvv {
	margin: 0px;
	position: relative;
}

.btmvlrgu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: url(/images/grybg.png) repeat;
}


.prdctMgStrk {
	width: 100%;
	padding: 10px;
}
.prdctMgStrk img {
	xwidth: 100%;
	padding-bottom: 10px;
}

.prdctTxt {
	padding: 30px;
}
.prdctTxt a {
	color: #ED1C2B;
	text-decoration: none;
}

.btmNv ul {
	list-style: none;
	padding: 10px 14px 10px 0px;
	margin: 0px;
	text-align:right;
}

.btmNv li {
	display: inline-block;
	padding: 0px;
	margin: 5px;
	vertical-align:top;
}
.btmNv a, .ctvNv {
	padding: 5px 15px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #000;
}
.btmNv a:hover {
	background: #fff;
	border: 1px solid #000;
}
.ctvNv {
	font-weight: bold;
	border: 1px dotted #ddd;
	color: #000;
	font-size: 20px;
	padding: 0px 15px 1px 15px;
	margin-top: -6px;
}

.ccLne {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ccLne:hover {
	cursor: pointer;
}

.ccLne li {
	display: inline-block;
	width: 23%;
	vertical-align: top;
	padding: 1%;
	color: #000;
	font-size: 14px;
}

.ccLne a {
	color: #e32424;
	text-decoration: none;
}

.smlcenter {
	max-width: 1000px;
	margin: 0 auto;
}
.smlcenter h1 {
	text-align: center;
}

.trgbl {
	padding: 10px 20px 50px 20px;
	margin: 0px 20px;
	color: #000;
}

.trgbl a {
	color: #333;
	font-size: 20px;
}

.prvtxtnws {
	padding: 60px;
	text-align: right;
}

.nnchdrblck {
	padding: 5px;
	background: #000;
	color: #fff;
	
}

.nnchdrblck a {
	text-align: right;
	color: #fff;
}

.prjctFlt {
	display: inline-block;
	width: 33%;
	vertical-align:top;
}
.prjctFlt img {
	width: 100%;
}

.mgTtl {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	background-color:#333;
    opacity:0.75;
    filter:alpha(opacity=75);
    color:#fff;
}

.pddngprjct {
	padding: 0px;
	margin: 5px;
	position: relative;
}

#cboxTitle { 
    text-align:justify !important;
    margin-bottom:24px !important;
    background-color:#fff !important;
    opacity:0.75 !important;
    filter:alpha(opacity=75) !important;
    color:#000 !important;
	font-weight: normal;
	width: 80% !important;
	left: 10px !important;
	top: 10px !important;
	padding: 10px  !important;
}

.prvtxtnws a {
	font-weight: 400;
}

.tlllnk {
	text-decoration: none;
	font-size: 18px;
	color: #000;
}

.tlllnk:hover {
	color: #D1172A;
}

.txtLft, .txtRght {
	display: inline-block;
}
.txtLft {
	width: 70px;
}

.contactTxt {
	font-size: 14px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	color: #000;
	width: 500px;
}
.contactArea {
	font-size: 14px;
	border: 1px solid #ddd;
	background: #fff;
	padding: 10px;
	color: #000;
	width: 500px;
	height: 250px;
}
.contactBtn {
	font-size: 14px;
	border: none;
	background: #474F46;
	color: #fff;
	padding: 10px;
	width: 200px;
	font-weight: bold;
}

#cntsTxtCntr, .cntFrmCntr {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-bottom: 100px;
}


#cntFrm {
	padding: 10px;
}

#cntFrm input[type=text], #cntFrm textarea {
	width: 300px;
	padding: 5px;
	font-size: 14px;
	font-family: din-condensed, sans-serif;
}
#cntFrm textarea {
	height: 150px;
}
#cntFrm input[type=button] {
	border: none;
	background: #000;
	color: #fff;
	padding: 10px;
	width: 314px;
}

#gMapsCnts {
	margin: 0px 80px 0px 0px;
}






















