@charset "UTF-8";
/* CSS Document */

body {
	background: #fff;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	color: #000000;
	font-family: "heimat-didone-12";
}

.container-background {
	width: 50%;
	margin-left: 50%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	z-index: 1;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.container-content {
	z-index: 9;
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 100%;
}
.container-header {
	width: 79.166666666666%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10.416666666667%;
	padding-right: 10.416666666667%;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	font-family: "proxima-nova";
	font-weight: 600;
	letter-spacing: 0.3em;
	font-size: 9px;
	position: fixed;
	top: 0px;
	text-transform: uppercase;
}

.headline-logo {
	font-size: 70px;
	color: rgba(0,0,0,1.00);
	padding-left: 10.416666666667%;
	padding-top: 20vh;
	text-transform: uppercase;
}

.beschreibung-headline {
	font-size: 48px;
	color: rgba(0,0,0,1.00);
	padding-left: 10.416666666667%;
	padding-top: 10vh;
	font-weight: 200;
}

.beschreibung-subtitel {
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(0,0,0,1.00);
	padding-top: 1%;
	padding-left: 10.416666666667%;
	font-family: "proxima-nova";
	font-weight: 900;
	letter-spacing: 0.3em;
}

#datenschutz {
	font-size: 18px;
	text-transform: uppercase;
	color: rgba(0,0,0,1.00);
	padding-top: 1%;
	padding-left: 10.416666666667%;
	font-family: "proxima-nova";
	font-weight: 900;
	letter-spacing: 0.3em;
}

.bolder {
	font-weight: 700;
}

.beschreibung-subtitel-second {
	font-size: 18px;
	color: rgba(0,0,0,1.00);
	padding-left: 10.416666666667%;
	font-family: "proxima-nova";
	font-weight: 100;
}

.button-kontakt {
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: rgba(0,0,0,1.00);
	margin-left: 10.416666666667%;
	color: rgba(255,255,255,1.00);
	font-family: "proxima-nova";
	font-weight: 400;
	width: 185px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 10%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button-kontakt:hover {
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: rgba(255,255,255,1.00);
	margin-left: 10.416666666667%;
	color: rgba(0,0,0,1.00);
	font-family: "proxima-nova";
	font-weight: 400;
	width: 185px;
	text-align: center;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 10%;
	text-decoration: none;
}

.content {
	font-size: 18px;
	color: rgba(0,0,0,1.00);
	padding-left: 10.416666666667%;
	padding-right: 10.416666666667%;
	font-family: "proxima-nova";
	font-weight: 100;
	padding-top: 100px;
	padding-bottom: 100px;
}

.container-footer {
	width: 79.166666666666%;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 10.416666666667%;
	padding-right: 10.416666666667%;
	background-color: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	font-family: "proxima-nova";
	font-weight: 600;
	letter-spacing: 0.3em;
	font-size: 9px;
	position: fixed;
	bottom: 0px;
	text-transform: uppercase;
	z-index: 10;
	line-height: 35px;
}

.footer-logo {
	font-family: "heimat-didone-12";
	font-weight: 800;
	display: inline-block;
	letter-spacing: 0.1em;
	margin-left: 10px;
	margin-right: 10px;
}

.footer-button {
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
}


a.footer-go:link {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.footer-go:visited {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}

a.footer-go:hover {
	text-decoration: line-through;
	color: rgba(0,0,0,1.00);

}
a.footer-go:active {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}



a.button-go:link {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.button-go:visited {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

a.button-go:hover {
	text-decoration: line-through;
	color: rgba(0,0,0,1.00);

}
a.button-go:active {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}