@import url(entypo.css);
@import url(exo.css);

[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

body {
	font-family: Exo;
	background-color: #454545;
}

.logo {
	position: absolute;
	width: 940px;
	height: 300px;
	top: 40%;
	left: 50%;
	margin-top: -150px;
	margin-left: -470px;
}

.button {
	position: absolute;
	top: 240px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 30px;
	font-weight: 500;
	border-style: solid;
        border-color: grey;
        border-width: 1px;
        border-radius: 8px;
        box-shadow: #202020 2px 2px 2px;
	background-color: #505050;
	width: 250px;
        cursor: pointer;
}

.button:hover {
        color: white;
        border-color: #bbbbbb;
        cursor: pointer;
        transition: color .8s ease;
}

.hidden {
	display: none;
	font-weight: 200;
	font-size: 20px;
}

img {
	border-width: 0px;
}

.white {
	color: white;
}

.logo_fett {
	font-weight: 900;
	font-size: 105px;
	text-shadow: 1px 1px 2px grey;
}

.logo_leicht {
	font-weight: 100;
	font-size: 90px;
	line-height: 30px;
	color: white;
	text-shadow: 2px 2px 2px black;
}

.impressum {
	color: white;
	text-align: center;
	font-size: 12px;
}

.impressum A {
	color: white;
}
