
body{
	padding: 0;
	margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 3.5px;
	font-weight: 300;
	color: #2d2d2d;

	-webkit-tap-highlight-color: transparent;
}
*::-moz-selection { background-color: rgba(0,0,0,0);}
*::selection { background-color: rgba(0,0,0,0); }
a{
	outline: none;
	text-decoration: none;
}
a:hover,
a:focus {
	outline: none;
}

.main{
	height: 100%;
	width: 100%;
	margin: 0;
}
.container{
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.container section{
	display: block;
	height: 100%;
}
.main header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	color: #2d2d2d;
}
.main header div{
	padding-top: 3.5em;
	padding-left: 3.5em;
	padding-right: 3.5em;
}
.main header .left{
	float: left;
	display: inline-block;
}
.main header .right{
	float: right;
	display: inline-block;
}
img.logo{
	position: relative;
	z-index: 99999;
	height: 1.5em;
}
a.contact{
	color: #2d2d2d;
	font-weight: 700;
	font-size: .8rem;
	z-index: 9999;
}

a.hover-underline{
	position: relative;
}

#background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 990;
}
#content-wrapper{
	position: relative;
}
.content-center{
	z-index: 95;
	display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.content-center .centered{
	display: table-cell;
    vertical-align: middle;
}
.central-logo{
	padding: 0 1em;
	text-align: center;
}
.central-logo h1{
	padding: 0;
	position: relative;
	max-width: 100%;
	width: 537px;
 	margin: 0 auto;
   	text-align:center;
   	font-weight: 200;
   	font-size: 2.67rem;
   	color: #2d2d2d;
}
.central-logo h1 span{
	position: relative;
	display: block;
	z-index: 999;
}

.central-logo h1 strong{
	font-weight: bold;
	display: block;
}

footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	color: #a7a7a7;
	font-weight: normal;
	letter-spacing: 6px;
	font-size: .55rem;
	margin-bottom: 4.5em;
}
footer span.line{
	height: 1px;
	width: 50px;
	margin: auto;
	margin-bottom: 3em;
	background: #a7a7a7;
	display: block;
	opacity: .4;
	text-align: center;
}
footer span.dot{
	display: inline-block;
}
.imprint{
	color: #a7a7a7;
	z-index: 9999;
}

@media (min-width: 600px){
	.desktop-only{
		display: inherit;
	}
	.mobile-only{
		display: none;
	}
	a.imprint.hover-underline{
	   padding-left: 3px;
	}
	a.imprint.hover-underline::after {
		background: #a7a7a7 !important;
		height: 1px;
	}

	/* Effect 3: bottom line slides/fades in */
	a.hover-underline {
		padding: 3px 0;
		outline: none;
	    text-decoration: none;
	}

	a.hover-underline::after {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		height: 2px;
		background: #2d2d2d;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
		-moz-transition: opacity 0.3s, -moz-transform 0.3s;
		transition: opacity 0.3s, transform 0.3s;
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		transform: translateY(10px);
	}

	a.hover-underline:hover::after,
	a.hover-underline:focus::after {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.imprint-container{
	margin: 0;
	padding: 60px;
	max-width: 700px;
}
.headline{
   	font-size: 2.67rem;
	font-weight: 200;
}
.headline2{
	font-weight: 900;
	font-size: 1.2rem;
	padding-top: 5em;
}

@media(max-width:767px){
	.central-logo h1{
		width: 100%;
	}
}

@media(max-width:600px){
	.desktop-only{
		display: none;
	}
	.mobile-only{
		display: inherit;
	}
	img.logo{
		margin-bottom: 3em;
	}
	a.contact{
		display: block;
    	width: 100px;
    	padding: 1em;
    	margin: auto;
    	margin-top: 2em;
	}
	.central-logo h1{
   		font-size: 2.25rem;
	}
	footer span.dot{
		display: none;
	}
	footer .imprint{
		padding-top: 2em;
		display: block;
		width: 125px;
    	margin: auto;
	}

	.imprint-container{
		padding: 25px;
	}
}
@media(max-width: 450px){
	.central-logo h1{
		font-size: 1.8rem;
	}
}
@media(max-width: 380px){
	.central-logo h1{
		font-size: 1.5rem;
	}
}
