*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body 
{
    width: 100%;
    height: 100%;
}

body
{
	font-size: 95%;
	font-weight: 300;
	color: #333333;
	font-family: 'Quicksand', sans-serif;
}

#inner
{
	width: 100%;
	height: calc(100% - 87px);
	background-size: cover;
	background-position: center;
	display: none;
	position: relative;
}

#verticalWrapper
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	display: none;
	padding: 50px;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
	width: calc(100% - 40px);
	max-width: 650px;
}

h1
{
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	font-size: 1.8em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

h3
{
	font-weight: 500;
	text-transform: uppercase;
}

#verticalWrapper a
{
	display: block;
	max-width: 400px;
	display: block;
	margin: auto;
}

#verticalWrapper a:nth-child(3)
{
	margin: 1em auto;
}

#verticalWrapper a img
{
	width: 100%;
}

#footer
{
	display: none;
}

#footerInner
{
	width: 100%;
	padding: 25px 50px;
	display: block;
	margin: auto;
	line-height: 1.5em;
	text-align: center;
	font-size: 0.8em;
}

#imprintOpener
{
	text-decoration: underline;
	cursor: pointer;
	text-align: center;
	font-weight: 400;
}

#imprint
{
	padding-top: 50px;
	display: none;
	padding-bottom: 25px;
}

#footer a 
{
	color: #333333;
}

@media all and (max-width: 500px){
	h1
	{
		font-size: 1em!important;
	}
}

@media all and (max-width: 440px){
	#inner
	{
		height: calc(100% - 92px)!important;
	}
}

@media all and (max-width: 690px){
	body
	{
		font-size: 90%;
	}

	h1
	{
		font-size: 1.6em;
	}

	#verticalWrapper
	{
		padding: 20px;
		max-width: 550px;
	}

	#inner
	{
		height: calc(100% - 75px);
	}

	#imprint
	{
		padding-top: 20px;
		display: none;
		padding-bottom: 0px;
	}

	#footerInner
	{
		width: 100%;
		padding: 20px 20px;
		display: block;
		margin: auto;
		line-height: 1.5em;
		text-align: center;
		font-size: 0.8em;
	}
}

@media all and (min-width: 1450px){
	body
	{
		font-size: 110%;
	}

	h1
	{
		margin-bottom: 1.2em;
	}

	#verticalWrapper
	{
		position: absolute;
		max-width: 750px;
	}

	#verticalWrapper a
	{
		max-width: 440px;
	}

	#verticalWrapper a:nth-child(3)
	{
		margin: 1.5em auto;
	}

	#inner
	{
		height: calc(100% - 93px);
	}
}
