.button {
	position: static;
	display: inline-block;
}

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

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

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

img {
	width: 64%;
}
