html {
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    background:#fff;
    float:left;
    font-family: 'Roboto', sans-serif;
    overflow-x:hidden;
}

#wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#pageContainer {
    position: relative;
    padding: 0;
    min-height: 100%;
    margin-top:-210px;/*SAME AS FOOTER*/
    padding-top:210px;/*SAME AS FOOTER*/
}

/********************************/
/**************Divs**************/
/********************************/
header{
    float:left;
    width:100%;
    background:#fff;
}

.container{
    max-width:1200px;
    width:100%;
}

#hero,
#pageHeader{
    float: left;
    width:100%;
    position: relative;
}

#pageHeader{
    overflow: hidden;
}

#hero li{
    position: relative;
}

#hero li .slideOverlay,
#pageHeader .pageHeaderOverlay{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    background-image: url(../images/blueBg.png);
    background-size:45% 100%;
    background-position: right;
    background-repeat: no-repeat;
}

#pageHeader .pageHeaderOverlay{
    position: relative;
    z-index:5;
}

.slideOverlay .container,
.pageHeaderOverlay .container{
    position: relative;
    min-height:100%;
    background-image: url(../images/sliderOverlay.png);
    background-size:60% 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.slideOverlay .container:after{
    content:'';
    position: absolute;
    height:100%;
    width:3000px;
    right:-3000px;
    top:0;
    background:#708472;
}

.slideOverlayInner{
    padding:75px 0;
}

.pageHeaderInner{
    padding:50px 0;
}

#contentSection{
    float:left;
    width:100%;
    padding:50px 0;
}
.redBg{
    background: rgba(112, 132, 114, 0.4);
}

.sidebarItemInner{
    display: inline-block;
    padding:25px;
}

.sidebarItem{
    float:left;
    margin-bottom:35px;
}

.projectOverlay{
    position: absolute;
    top:-100%;
    background:rgba(112, 132, 114, 0.8);
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    text-align:Center;
}

.projectOverlayInner{
    float:left;
    width:100%;
    padding-top:20px;
    
}

#dienstenBar{
    float:left;
    width:100%;
    padding:10px 0;
}



a.projectItem:hover .projectOverlay{
    top:0;
}

footer {
    position: relative;
    float:left;
    bottom: 0;
    width: 100%;
    height: 275px;
    width:100%;
    background:#000;
}

footer .footerItem{
    padding:30px 0;
}

.footerItem iframe{
    border:2px sid #000!important;
}

#footerBottom{
    float:left;
    width:100%;
    padding:10px 0;
    background:#fff;
}

/* GALLERIES */
.gallery_thumb {
    min-height: 250px;
}

.small {
    min-height: 200px;
}

.gallery_thumb img {
    margin: 10px;
    width: 100%;
}

/********************************/
/**************Menu**************/
/********************************/
button.navbar-toggle{
    background:#708472;
    margin:15px 15px 0 0;
}

span.icon-bar{
    background:#fff;
    margin:0 auto;
}

.facebook_top {
    margin-top: -42px;
    float: right;
    font-size: 25px;
}

.facebook_top a {
    color: #000;
}

#menu{
    float:left;
    margin-top:55px;
}

#menu nav ul{
    float:left;
    padding:0;
    list-style:none;
    margin:0;
    width:auto;
    background:rgba(0,40,75,0.1);
}

#menu nav ul li{
    float:left;
    padding:10px;
}

#menu nav ul li:last-child{
    position: relative;
    background:#708472;
}

#menu nav ul li:last-child:after{
    content:'';
    position: absolute;
    height:100%;
    width:3000px;
    right:-3000px;
    top:0;
    background:#708472;
}


#menu nav ul li a{
    color:#708472;
    float:left;
    font-size:21px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#menu nav ul li:last-child a{
    color:#fff;
}

#menu nav ul li a:hover{
    color:#000;
    text-decoration: none;
}

li.dienstIcon{
    list-style: none;
    float:left;
    width:20%;
    position: relative;
}

li.dienstIcon a {
    display:block;
    width:100%;
}

li.dienstIcon a:hover{
	opacity: 0.5;
    text-decoration: none;
}

ul.dienstSubmenu{
	list-style:none;
	position:absolute;
	left:-9999px;
	z-index:100;
    float:left;
    padding:0;
}

li.dienstIcon:hover ul.dienstSubmenu{
	width:100%;
	height:100%;
	min-width:10em;
    top:30px;
    padding-top:5px;
	left:0px;
	float:left;
}


ul.dienstSubmenu li.menu-item a{
	width:100%;
	float: left;
	text-transform: none;
}

ul.dienstSubmenu li{
	width:100%;
	background-color:#708472;
	text-align:left;
	float:left;
}


ul.dienstSubmenu li a{
	width:100%;
	height:100%;
	padding:5px;
	color:#fff;
	font-size:14px;
}

ul.dienstSubmenu li a:hover{
	color:#000;
    opacity:1;
}


/********************************/
/**************Heads*************/
/********************************/
h1{
    font-size:21px;
    color:#000;
    margin-top:0;
}

h2{
    font-size:17px;
    color:#708472;
    margin:0;
    font-weight: bold;
}

#contentSectionInner h2{
    margin-top:20px;
}

.sidebarItemInner h3{
    margin-top:0;
    font-size:21px;
    color:#000;
}

.projectOverlay h3{
    font-size:21px;
    margin:0;
    color:#000;
}

footer h3{
    margin-top:0;
    color:#708472;
}

.slideOverlayInner h2,
.pageHeaderInner h2{
    font-size:45px;
    color:#fff;
    text-align: right;
    text-transform: uppercase;
    font-weight:bold;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.8);
}

.pageHeaderInner h2{
    text-align: left;
}


/********************************/
/**************Images************/
/********************************/
a.logo img{
    height: 75px;
}

#contentSectionInner img{
    max-width:100%;
}

.projectSidebar a img{
    width:100%;
}

li.dienstIcon img{
    float:left;
    max-width:100%;
}

li.dienstIcon > a {
    padding: 5px 5px;
    color: #fff;
    background-color: #708472;
    border-top: solid 5px #fff;
    border-left: solid 10px #fff;
    border-right: solid 10px #fff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}

.flex-viewport ul li img{
    width:100%;
}

#footerBottom img{
    max-height:24px;
}

#pageHeader img{
    position: absolute;
    width:100%;
    top:0;
}

#contentSectionInner img {
    height: auto !important;
}

.personBlock img{
    width: 350px;
}

/********************************/
/************Paragraphs**********/
/********************************/
p{
    font-size:17px;
    line-height:24px;
    color:#708472;
    margin-bottom:15px;
}

.red{
    color:#708472;
}

.projectOverlay .projectStatus{
    color:#fff;
}

footer p,
footer a{
    color:#fff;
}

/********************************/
/**************Links*************/
/********************************/
a.logo{
    height:100px;
    box-sizing: border-box;
    padding:15px 0;
}

#contentSectionInner a{
    color:#000;
}

.sidebarItemInner a{
    color: #000;
    float:left;
    width:100%;
    margin-bottom:10px;
}

#sidebar a.button{
    background:#e5e8ed;
    color:#708472;
    padding:12px 15px;
}

#sidebar a.button{
    background:rgba(0,0,0,0.05);
    color:#708472;
    padding:12px 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 500;
}

#sidebar a.button:hover{
    text-decoration: none;
    background:rgba(0,0,0,0.2);
}

.projectSidebar a.projectItem{
    float:left;
    width:50%;
    position: relative;    
    overflow: hidden;
}

a.read_more {
    font-size:17px;
    line-height:24px;
}

/* NEWS */
.news_item {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    width: 100%;
    border-bottom: 1px solid #bfbfbf;
}

/********************************/
/**************Lists*************/
/********************************/
#contentSectionInner ul {
    font-size:17px;
    color:#708472;
}
    
footer ul{
    font-size:17px;
    line-height:24px;
    padding:0;
    list-style:none;
    margin:0;
}

footer ul li a,
footer a{
    color:#fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

footer ul li a:hover,
footer a:hover,
#footerBottom a:hover{
    text-decoration: underline;
    color: #708472;
}

footer ul li a:before{
    content:'\00BB';
    display:inline-block;
    margin-right:8px;
    color:#fff;
}

#footerBottom ul li{
    float:left;
    display:inline-block;
    margin-right:25px;
}

#footerBottom ul li:last-child{
    margin-right:0;
}

#footerBottom ul li a:before{
    display:none;
}

#footerBottom a{
    color:#708472;
}

#contentSection ul, #contentSection ol {
    font-size:17px;
    line-height:24px;
    color:#708472;
}

/********************************/
/**************Forms*************/
/********************************/

div.clear {
    clear: both;
}

input, textarea, select {
    margin: 0 0 10px 10px;
    width: 100%;
}

textarea {
    height: 100px;
}

.cfield {
    display: none;
}

.footerSocial a { font-size: 30px; }

/********************************/
/***********RESPONSIVE***********/
/********************************/

/*TELEFOON PORTRAIT*/
@media only screen and (max-width: 479px) {
}

/*TELEFOON LANDSCAPE/PORTRAIT*/
@media only screen and (max-width : 767px) {
    footer{height:auto; float:left;}
    #pageContainer{margin-top:0; padding-top:0px;}
    
    a.logo{height:auto;}
    .facebook_top { margin-top: 0px; margin-bottom: 5px; }
    #menu{margin-top:0;}
    #menu nav{padding:0;}
    #menu nav ul{float:left; width:100%; margin-bottom:15px;}
    #menu nav ul li{float:left; width:100%; padding:3px 0;}
    #menu nav ul li:last-child:after{display:none;}
    #menu nav ul li a{float:left; width:100%; text-align:center;}
    
    #dienstenBar{margin-top:15px;}
    li.dienstIcon{width:100%;}
    
    #contentSection{padding:30px 0;}
    #contentSectionInner{margin-bottom:30px;}
    
    footer .footerItem{padding:0; margin-bottom:15px;}
    
    #pageHeader img{height:100%; width:auto;}
    .pageHeaderInner{padding:17px 0;}
    .pageHeaderInner h2{font-size:21px;}
}

/*TABLET*/
@media only screen and (min-width : 768px) and (max-width : 991px) {
    a.logo{min-height:75px; height:auto;}
    #menu{margin-top:45px;}
    #menu nav ul li{padding:10px 6px;}
    #menu nav ul li a{font-size:17px;}
    
    .slideOverlayInner{padding:20px 0;}
    .slideOverlayInner h2{font-size:22px;}
    li.dienstIcon img{max-height:20px;}
}

/*TABLET LANDSCAPE*/
@media only screen and (min-width : 1024px) and (max-width : 1050px) { 
}

/*DEKSTOP GROOT*/
@media only screen and (min-width : 992px) and (max-width : 1199px) {
}

@media only screen and (min-width : 992px){
}