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

body {
	font-family: 'Lato', sans-serif;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-weight: 400;
	font-style: italic;
	margin: 0;
	background: url("hintergrund.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

.wrapper {
	position: relative;
	width: 1290px;
	margin: 0 auto;
}

#container {
	position: relative;
	top: 100px;
	margin: 0 auto;
	padding: 100px;
	background: rgba(227,227,227,0.90);
	filter: drop-shadow(0px 8px 15px rgba(0,0,0,0.4));
}

.logo {
	position: relative;
	margin: 0 auto;
	width: 450px;
}

.logo img {
	width: 100%;
	height: auto;
}

.name {
	font-size: 20px;
	line-height: 20px;
}

.text {
	margin-top: 100px;
}

.first {
	display: block;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	margin-bottom: 50px;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
}

a:hover {
	color: #e6007e;
}

.pink {
	color: #e6007e;
}


@media only screen and (max-width: 1400px) {
	.wrapper { width: 90%; margin: 0 5%; }
}
@media only screen and (max-width: 750px) {
	#container { top: 50px; padding: 50px; }
	.logo { width: 100%; }
	.text { margin-top: 50px; }
}