@charset "utf-8";
html, body {
  height: 100%;
  margin: 0;
}
*{
	margin: 0;
	padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body{
	font-size: 20px;
	color: #000;
	font-family: 'Lato', sans-serif;
	background: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
}
body .wrapper nav, body .wrapper .main{
	font-family: 'Lato', sans-serif;
}
body .wrapper nav a:hover, body .wrapper nav a:active, body .wrapper nav a:focus, body .wrapper nav a:visited, body .wrapper nav a:link{
	text-decoration: none!important;
}
.wrapper{
	margin: 0 auto 0;
	padding: 0;
	width: 100%;
	min-height: 100%;

 /* Equal to height of footer */
 /* But also accounting for potential margin-bottom of last child */
 margin-bottom: -75px;
}
#logo{
	padding: 0 5%;
	text-align: center;
}
#logo a{
	display: block;
	background: url(img/logo.png) no-repeat;
	width: 176px;
	height: 81px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 25px auto 20px;
	background-size: 176px 81px;
}
.top{
	color: #fff;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.top label,
.top input[type="checkbox"] {
	display: none;
	color: #fff;
	font-weight: 300;
}
.top label{
	color: #fff;
	font-weight: 300;
	margin: 0 0 5px 0;
}
.top ul{
	background: #64878c;
	margin: 0 auto 0;
	text-align: center;
	padding: 20px 0;
	border-bottom: 10px #edeef0 solid;
}
.top ul li{
	list-style: none;
	display: inline-block;
}
.top ul li a{
	padding: 0 20px;
	color: inherit;
}
.contacthead{
	font-size: 20px;
	margin: 40px 0;
	font-weight: bold;
}
.container{
	margin: 0 0 30px 0;
}

@media only screen and (max-width: 799px) {
	.top {
		position: relative;
		font-size: 20px;
	}
	.top label {
		background: #64878c;
		display: block;
		padding: 0.5em;
		position: relative;
		z-index: 2;
	}
	.top label .fa {
		margin-right: 0.5em;
	}
	.top ul {
		border-bottom: none;
		margin: 7px 0 0 0;
		padding: 0.5em 0;
		position: absolute;
		top: 1em;
		width: 100%;
		z-index: 1;
	}
	.top input[type="checkbox"]:not(:checked) ~ ul {
		display: none;
	}
	.top ul li {
		display: block;
		margin: 0.75em 0;
		font-size: 18px;
		text-transform: none;
	}
}
.header{
	max-height: 400px;
	overflow: hidden;
}
.header img{
	width: 100%;
	float:left;
	position: relative;
	top: 0;
	left: 0;
}

.main{
	width: 100%;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
h2{
	font-weight: 300;
	text-transform:uppercase;
}
p{
	margin: 0 0 25px 0;
	line-height: 25px;
}
.contdienst, .contportcont, .contcoll, .privacy{
	max-width: 1100px;
	margin: auto;
}
.contdienst{
	padding: 50px 5%;
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin: auto;
}
.contdienst div{
	width: 100%;
	text-align: center;
	max-width: 500px;
	margin: auto;
}
.contdienst div h2{
	font-size: 15px;
	height: 50px;
	font-weight: bold;
}
.contdienst div img{
	max-width: 70%;
	border-radius: 50%;
	margin: 0 0 30px 0;
}

.contabout{
	background: #776f3d;
	padding: 30px 5% 20px 5%;
	color: #fff;
	font-weight: 300;
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.contabout h2{
	margin: 0 0 10px 0;
}
.contabout p{
	line-height: 30px;
}
.contabout .left{
	width: 100%;
}
.contabout .right{
	width: 100%;
}
.contabout .right p{
	font-size: 30px;
}
.contabout .right a{
	color: #fff;
	display: inline-block;
	margin: 0 10px 0 0;
}

/*adv*/
.contadv{
	margin:50px 0 0 0;
	background: #f0f2f1;
	color: #000;
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.contadv .foto{
	width: 100%;
	background: url(img/brioche.jpg) no-repeat 50% 50%;
	max-height: 300px;
	min-height: 300px;
	overflow: hidden;
}
.contadv .foto img{
	width: 100%;
	position: relative;
	top: -50%;
}
.contadv .steps{
	width: 100%;
	padding: 5% 0 3% 5%;
}
.contadv h2, .contport .contportcont h2, .contcoll h2{
	text-align: center;
}
.contadv h2{
	padding: 0 0 20px 0;
	font-weight: 400;
	font-size: 20px;
}
.contadv .steps ul{
	margin: auto;
	display: inline-block;
}
.contadv .steps ul li .fa{
	display: inline-block;
	width: 40px;
	font-size: 30px;
	position: relative;
	top: 2px;
}
.contadv .steps ul li{
	display: block;
	font-weight: 300;
	list-style: none;
	font-size: 18px;
	line-height: 45px;
	padding: 0 0 15px 0;
}
/*adv end*/

.contport{
	padding: 5%;
}
.contport .contportcont{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.contport .contportcont h2{
	width: 100%;
	margin: 0 0 30px 0;
	font-weight: 400;
}
.contport .portitem{
	width: 45%;
	margin: 0 0 20px 0;
}
.contport .portitem img{
	width: 100%;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.contport .portitem img:hover{
	width: 100%;
	filter: none;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.contcoll{
	padding: 0 5% 5% 5%;
	text-align: center;
}
.contcoll h2{
	margin: 0 0 40px 0;
	font-weight: 400;
}
.contcoll img{
	max-height: 50px;
	display: inline-block;
	filter: grayscale(100%);
	margin: 0 20px 20px 0;
}
.contcoll img:hover{
	filter: none;
}
.action{
	text-align: center;
	margin: 0 0 50px 0;
}
.action a{
	display: inline-block;
	margin: auto;
	padding: 20px;
	font-size: 19px;
	font-weight: 300;
	background: #6a8f5d;
	color: #fff;
	text-transform: uppercase;
}
.action a:hover{
	background: #5f8253;
}
.footer{
	background: #e3af22;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 75px;
}
.push{
	height: 75px;
}
.footer a{
	margin: auto;
	padding: 5px 0 30px;
	display: inline-block;
	font-size: 60px;
	color: #fff;
}
.footer a:hover{
	margin: auto;
	padding: 0 0 35px;
	display: inline-block;
	font-size: 60px;
	color: #fff;
}

/*portfoliopage*/
.portfoliopage{
	padding: 0 5%;
}
.portfoliopagecont{
	max-width: 1100px;
	margin: auto;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-flow: wrap;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}
.portfoliopagecont h2{
	width: 100%;
	margin: 30px 0;
	font-weight: bold;
}
.portfoliopagecont .portpageitem{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
}
.portpageitem img{
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
}

/*About*/

.page{
	padding: 50px 5%;
}
.pagecont{
	max-width: 1100px;
	margin: auto;
}
.page h2{
	font-weight: bold;
	margin: 0 0 20px 0;
}
.page h3{
	margin: 0 0 15px 0;
}
.page p{
	line-height: 28px;
	letter-spacing: 0.3px;
}
.page img{
	float: none;
	width: 100%;
	margin: 20px 0;
}
/*Diensten*/
.dienstpage .contdienst{
	padding: 50px 5% 0 5%;
}
.dienstpage .page{
	padding: 20px 5% 50px 5%;
}
/*Privacy*/
.privacy{
	padding: 50px 5% 0 5%;
}
.privacy h2{
	font-size: 20px;
	height: 20px;
	width: 100%;
	margin: 0 0 20px 0;
	font-weight: 400;
}
.privacy h3{
	margin: 0 0 20px 0;
}
.privacy a{
	color: #64878c;
}
.privacylink{
	margin: 0 auto 30px;
	text-align: center;
}
.privacylink a{
	color: #999;
	text-decoration: underline;
}

@media only screen and (min-width: 500px) {
	.contadv .foto img{
		width: 100%;
		position: relative;
		top: -95%;
	}
	.page img{
		float: right;
		width: 35%;
		margin: 0 0 40px 50px;
	}
}
@media only screen and (min-width: 800px) {
	#logo{
		text-align: left;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 80px;
		left: 7%;
		z-index: 1;
	}
	.top{
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.contdienst div{
		width: 30%;
		max-width: 400px;
		text-align: center;
		margin: 0;
	}
	.contdienst div h2{
		font-size: 15px;
		height: 60px;
		font-weight: bold;
	}
	.contdienst div img{
		max-width: 90%;
		border-radius: 50%;
		margin: 0 0 30px 0;
	}
	.contadv h2, .contport .contportcont h2, .contcoll h2{
		text-align: left;
	}
	.wrapabout{
		background: #776f3d;
	}
	.contabout{
		margin: auto;
		max-width: 1100px;
	}
	.contabout .left{
		width: 70%;
	}
	.contabout .right{
		width: 25%;
	}
	.wrapadv{
		width: 100%;
		background: #f0f2f1;
	}
	.contadv{
		margin:50px auto 0;
		background: #f0f2f1;
		color: #000;
		display: flex;
		display: -webkit-flex;
		flex-flow: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		max-width: 1100px;
	}
	.contadv .foto{
		width: 50%;
		background: url(img/brioche.jpg) no-repeat 50% 50%;
		max-height: none;
	}
	.contadv .foto img{
		display: none;
	}
	.contadv .steps{
		width: 45%;
		padding: 5% 0 5% 5%;
	}
	.contadv h2{
		padding: 0 0 40px 0;
		font-weight: 400;
		text-transform: none;
		font-size: 28px;
	}
	.contadv .steps ul li .fa{
		display: inline-block;
		width: 65px;
		font-size: 50px;
		position: relative;
		top: 8px;
	}
	.contadv .steps ul li{
		display: block;
		font-weight: 300;
		list-style: none;
		font-size: 17px;
		line-height: 70px;
		padding: 0 0 20px 0;
	}

	.contport .portitem{
		width: 30%;
		margin: 0 0 20px 0;
	}
	.portfoliopage .portpageitem{
		width: 49%;
		max-width: 500px;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.page img{
		float: right;
		width: 35%;
		margin: 0 0 50px 100px;
	}

}
