html, body{
	margin: 0;
	padding: 0;
	background: #ebebeb;
	background-image: url('https://www.toptal.com/designers/subtlepatterns/patterns/concrete_seamless.png');
/*     height: 100%; */
	
	font-family: Arial;
	font-family: 'Raleway';
}

/* header */
header{
	position: fixed;
	height: 80px;
	background: #fff;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	z-index: 10;
}


header > a{
	border: none;
	outline: none;
}

header #logo{
	max-height: 60px;
	margin: 10px;
	border: none;
	outline: none;
	cursor: pointer;
}

header #mobileNav{
	display: none;
}

header nav{
	float: right;
	text-transform: uppercase;
}

header nav > ul{
	list-style: none;
	float: right;
}

header nav > ul > li{
	margin: 15px 20px;
	float: right;
	color: #5e5e5e;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

header nav > ul > li:hover,
header nav > ul > li[data-active="true"],
header nav > ul > li > ul > li:hover,
header nav > ul > li > ul > li[data-active="true"]{
	color: #253673;
}


header nav > ul > li > a{
	color: inherit;
	text-decoration: none;
}


header nav > ul > li:hover > ul,
header nav > ul > li > ul:hover{
	display: block;	
}

header nav > ul > li > ul{
	background: #fff;
	padding: 1px 10px;
	margin: 12px 0 0 0;
	list-style: none;
	border-top: 2px solid #253673;
	min-width: 100%;
	display: none;
	position: absolute;
	top: 16px;
	left: 0;
	color: #000;
}

header nav > ul > li > ul:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	top: -100px;
	left: 0;
	right: 0;
}

header nav > ul > li > ul > li{
	margin: 8px 0;
	cursor: pointer;
}

header nav > ul > li > ul > li > a{
	color: inherit;
	text-decoration: none;
}



/* main */
main{
	margin-bottom: 30px;
	min-height: calc(100vh - 372px);
	margin-top: 81px;
	padding: 0;
}

main > section{
	
}


/* content */

.content{
	width: 70%;
	height: 100%;
	min-width: 800px;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

main > section{
	width: 100%;
	margin: 0;
	padding: 0;
}

main > section > .content{
	
}


main > section[data-type="bgimage"]{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


main > section[data-type="bgstripe"],
main > section[data-type="bgstriper"]{
	position: relative;	
	overflow: hidden;
}

main > section[data-type="bgstripe"] > .content,
main > section[data-type="bgstriper"] > .content{
	z-index: 1;
}

main > section[data-type="bgstripe"]:after,
main > section[data-type="bgstriper"]:after{
	position: absolute;
	content: '';
	height: 300%;
	width: 57%;
	background: #dedede;
	background: #f2f2f2;
	background: rgba(255,255,255,0.35); /* for body-background texture */
	top: -130%;
	z-index: 0;
	transform: rotate(20deg);
	left: -10%;
}

main > section[data-type="bgstriper"]:after{
	right: -10%;
	left: auto;
}

main > section[data-type="headline"]{
	padding: 40px 0 0 0;
}

main > section[data-type="headline"] h1{
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}

main > section[data-type="headline"] h1:after{
	position: absolute;
	content: '';
	width: 3px;
	height: 40px;
	background: #253673;
	top: 0;
	right: 0px;
	transform: rotate(20deg);
	transform-origin: top;
}


main > section[data-type="images"] .items{
	display: flex;
	justify-content: space-around;
	margin: 40px 0;
}

main > section[data-type="images"] .items > .item{
	max-width: 250px;
	text-align: center;
	margin-right: 10px;
	
	flex: 1;
}

main > section[data-type="images"] .items > .item:last-of-type{
	margin: 0;
}

main > section[data-type="images"] .items > .item img{
/* 	max-height: 100%; */
/* 	max-width: 100%; */
	
	width: 100%;
	height: auto;
	max-height: 100%;
}


main > section[data-type="text"]{
	
}


#section1{
	background-image: url('../graphics/water-drop-series-2-1467331.jpg');
	min-height: 450px;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

#section1:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(244,244,244,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(244,244,244,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

#section1 > .content{
	height: 450px;
}

#contactcard{
	background: rgba(255,255,255, 0.8);
	min-width: 180px;
	height: auto;
	padding: 5px;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 13px;
}

#contactcard > p{
	margin: 5px;
}

#contactcard > p > span > a{
	color: inherit;
}

#contactcard > p > i.fa{
	margin-right: 10px;
	font-size: 15px;
}

#contactcard > p > span{
	
}



#slogan{
	margin: 10px;
	font-size: 33px;
	font-family: 'Oswald';
	color: #fff;
	position: absolute;
	top: 130px;
	text-align: center;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.53);
}

#slogan > p{
	margin: 0;
	padding: 0;
}

#dlselect{
	width: 80%;
	height: 44px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -40%;
	z-index: 1;
}

#dlselect > ul{
	list-style: none;
	display: flex;
/* 	justify-content: space-between; */
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

#dlselect > ul > li{
	padding: 10px 20px;
	border: 1px solid rgba(37, 46, 54, 0.80);
	color: rgb(37, 46, 54);
	position: relative;
	font-weight: bold;
	
	border-radius: 5px;
	cursor: pointer;
	
	transition: all 200ms ease-out;
	
	margin: 0 5px;
	
	/* theme 2 */
	background: rgba(37, 46, 54, 1);
	color: #fff;
	border: none;
}

#dlselect > ul > li:first-of-type{
	margin-left: 0;
}

#dlselect > ul > li:last-of-type{
	margin-right: 0;
}

#dlselect > ul > li > span{
	display: inline-block;
	transition: all 200ms ease-out;
}

#dlselect > ul > li > span > a{
	color: inherit;
	text-decoration: none;
}

#dlselect > ul > li:after{
	content: '';
	position: absolute;
	bottom: 6px;
	height: 1px;
	width: 60%;
	left: 20%;
	background: rgba(37, 46, 54, 0.80);
	opacity: 0;
	transition: all 200ms ease-out;
}

#dlselect > ul > li:hover{
	border-color: rgba(37, 46, 54, 0);
	
	/* theme 2 */
	color: rgb(37, 46, 54);
	background: rgba(37, 46, 54, 0);
}

#dlselect > ul > li:hover:after{
	opacity: 1;
}

#dlselect > ul > li:hover > span{
/* 	transform: scale(1.15); */
}

#dlselect > ul > li > a{
	color: inherit;
	text-decoration: none;
}



#section2{

}



/** contact formular **/

.contactfrm{
	padding: 10px;
	margin: 20px 0;
	width: calc(100% - 28px);
/* 	min-height: 250px; */
	border: 4px double #838383;
	
	background: url('https://www.toptal.com/designers/subtlepatterns/patterns/ep_naturalwhite.png');
	background: url('https://www.toptal.com/designers/subtlepatterns/patterns/weather.png');
	
	background: rgba(246, 246, 246, 0.5);
	
	transition: all 120ms ease-out;
}

#contactfrm_successmsg{
	text-align: center;
	margin: 20px;
}

.contactfrm > .items{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

.contactfrm > .items > .frmcaptcha{
	
}
	
.contactfrm > .items > .item{
	padding: 10px;
	background: rgba(255, 255, 255, 0.9);	
	margin: 10px;
	width: calc(50% - 40px);
	border-radius: 5px;
}

.contactfrm > .items > .item > label{
	width: 100%;
	display: inline-block;
	font-size: 14px;
}

.contactfrm > .items > .item > input,
.contactfrm > .items > .item > textarea{
    border: 1px solid #eaeaea;
    padding: 8px 10px;
    width: calc(100% - 24px);
    border-bottom-color: #c3c3c3;
    margin-top: 2px;
}

.contactfrm > .items > .item > input[type="checkbox"]{
	float: left;
	width: auto;
	margin-top: 10px;
}

.contactfrm > .items > .item > textarea{
	min-height: 60px;
	min-width: calc(100% - 24px);
	max-width: calc(100% - 24px);
}

.contactfrm > .items > .frmsubmit{
	background: none;
	text-align: center;
}
	
.contactfrm > .items > .frmsubmit > button{
	padding: 20px;
	font-size: 18px;	
	font-family: inherit;	
	background: rgba(243, 243, 243, 0.80);	
	border: 1px solid #d7d7d7;	
	border-radius: 5px;	
	box-shadow: 0px 3px 6px -3px rgba(0,0,0,0.08);
	cursor: pointer;
	
	transition: all 120ms ease-out;
}

.contactfrm > .items > .frmsubmit > button:hover{
	border-color: #c5c5c5;
	box-shadow: 0px 4px 7px -4px rgba(0,0,0,0.12);
	background: rgba(243, 243, 243, 1);	
}

/** section block **/
section .block{
/* 	height: 200px; */
	max-height: 200px;
/* 	background: red; */
	margin: 40px 0;
	display: flex;
	justify-content: stretch;
}

section .block > .blockimage{
	max-width: 30%;
	margin-right: 30px;
}

section[data-type="bgstriper"] .block > .blockimage{
	margin-right: 0;
	margin-left: 30px;
}

section .block > .blockimage img{
	max-width: 100%;
	max-height: 100%;
	border: 4px solid rgba(255,255,255,0.5);
}

section .block > .blockimage > div{
	width: 100%;
	height: 100%;
}

section .block > .blockcontent{
	font-size: 16px;
}


/* footer */
footer{
	background: rgba(209, 209, 209, 0.5);
	width: 100%;
	min-height: 250px;
}

footer .items{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
}

footer .items > .item{
	margin: 0 10px;
	padding: 10px 0;
}

footer .items > .item:first-of-type{
	margin-left: 0;
}

footer .items > .item:last-of-type{
	margin-right: 0;
}

footer .items > .item > h1{
	font-size: 16px;
	position: relative;
	margin: 20px 0 20px 0;
}

footer .items > .item > h1 > span{
	position: relative;
}

footer .items > .item > h1 > span:after{
	position: absolute;
	content: '';
	width: 70%;
	left: 0;
	bottom: -7px;
	height: 1px;
	background: #253673;
}

footer .items > .item > div.text{
	font-size: 13px;
}

footer .items > .item > ul{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}

footer .items > .item > ul > li{
	margin: 5px 0;
}

footer .items > .item > ul > li > a{
	color: inherit;
	text-decoration: none;
}

footer > #subfooter{
	background: #253673;
	height: 40px;
	color: #fff;
	font-size: 13px;
}

#copyright{
	float: left;
	margin: 10px 0 0 0;
}

#jurlinks{
	float: right;
	margin: 10px 0 0 0;
}

#jurlinks > a{
	color: inherit;
	text-decoration: none;
	margin-left: 10px;
}



@media only screen and (max-width: 800px) {

	.content{
		width: 100%;
		min-width: 100%;
	}

	header{
		
	}
	
	header nav{
		width: 100%;
		background: #fff;
	}
	
	header nav ul{
		
	}
	
	header nav > ul > li{
		float: none;
	}
	
	header nav > ul > li > ul{
		margin: 0;
		border: none;
		position: static;
		display: block;
	}
	
	header nav > ul > li > ul:before{
		display: none;
	}
	
	header #mobileNav{
		display: block;	
		position: fixed;
		top: 30px;
		right: 30px;		
	}
	
	header nav{
		display: none;
	}
	
	main > section > .content{
		width: calc(100% - 20px);
		min-width: calc(100% - 20px);
		padding: 0 10px;
	}

	#slogan{
		font-size: 20px;
		top: 90px;
	}

	#slogan > p{
		line-height: 30px;
	}
	
	#contactcard{
		background: rgba(51, 51, 51, 0.8);
		color: #fff;
		right: auto;
		left: 10px;
	}
	
	#dlselect{
		height: auto;
	}
	
	#dlselect > ul{
		flex-direction: column;
	}
	
	#dlselect > ul > li{
		margin: 10px 0 0;
	}
	
	#dlselect > ul > li:first-of-type{
		margin: 0;
	}
	
	
	.contactfrm{

	}
	
	.contactfrm > .items{

	}
	
	.contactfrm > .items > .frmcaptcha{
		
	}
		
	.contactfrm > .items > .item{
		width: calc(100% - 20px);
	}
	
	.contactfrm > .items > .item.frmsubmit{
		width: 100%;
		padding: 0;
	}
	
	.contactfrm > .items > .item.frmsubmit > button{
		width: calc(100% - 2px);
	}

	
	footer .items{
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: nowrap;
	}
	
	footer .items > .item{
		margin: 0 10px !important;
	}
	
	footer > #subfooter{
		font-size: 11px;
	}
	
	footer > #subfooter > .content{
		width: calc(100% - 20px);
		min-width: calc(100% - 20px);
		padding: 0 10px;
	}
	
}