@charset "UTF-8";
/* CSS Document */

html,
body {
    width: 100%;
    height: 100%;
}

*,*:before,*:after {
	box-sizing: border-box;
}

.container {
	position: absolute;
	bottom: 35%;
	left: 10%;
	
}

.container h1{
	font-size:6em;
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	color: #000080;
	text-transform: uppercase;
	text-shadow: 4px 4px 4px #000;
	margin-bottom: 10%;
}


.subheadline{
	font-size:11rem;
	color: #fff;
}

.form {
	display: inline-table;
	border-radius: 8px;
	width: 100%;
	height: 50px;
}

.email {
	display: table-cell;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	padding: 0 10px;
	font-family: "Oswald", sans-serif;
	font-size: 1.3rem;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;

}

.button-go {
	display: table-cell;
	background: #f7c32d;
	color: #fff;
	width: 18%;
	text-align: center;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-size: 1.3rem;
	vertical-align: middle;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
}

.button-go:hover { color: #000; }


.impressum {
	min-height: 3.75rem;
  	background-color: #000080;;
  	color: #FFFFFF;
  	font-size: 1rem;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
	border-top: 2px solid #fff;
}

.inner {
	width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 0;
  	margin-bottom: 0;
  	max-width: 73.125rem;
	text-align:center;
	
}

.inner ul li {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	display: inline;
	margin: auto 25px auto 0px;
	line-height: 3.75rem;
}

.inner a {
	color: #FFFFFF;
	text-decoration:none;
}