@charset "utf-8";
#heading {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: yellow;
	text-align: center;
	font-style: normal;
	text-shadow: 0 0 5px #161618, 0 0 10px #c52b2f;
	font-size: 60px;
}
#between {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #008fff;
	text-align: center;
	font-style: normal;
	text-shadow: 0 0 5px #161618, 0 0 10px #c52b2f;
	font-size: 26px;
}

#extra {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f2f5f4;
	text-align: center;
	font-style: normal;
	text-shadow: 0 0 5px #161618;
	font-size: 26px;
}

#koerper {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f2f5f4;
	background-color: #161618;
	text-align: center;
	font-size: 18px;	
	
}

@media (max-width:768px){
	#heading {
		font-size: 30px;
	}
	#koerper{
		font-size:20px;
	}
    img {
        width: 85%;
    }
}

@media (max-width:414px){
	#heading {
		font-size: 22px;
	}
	#koerper{
		font-size:18px;
	}
    img {
        width: 85%;
    }
}

@media (max-width:481px){
	#heading {
		font-size: 24px;
	}
	#koerper{
		font-size:18px;
	}
    img {
        width: 85%;
    }
}

a:link{
	color: #75c0c7;
}
a:visited{
	color: #444444;
}

a:hover{
	color: #ff0082;
} 
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
	
	background-color: #161618;
	border: none;
	padding: 5px 10px;
	text-align: center;
    text-decoration: none;
	display: inline-block;
    color: #75c0c7;
	transition-duration: 0.4s;
	
	border-radius: 12px;
}

a.button:hover{
	background-color: #ff0082;
	color: #f2f5f4;
}
.wrapper {
    text-align: center;
}

img {
	border: 5px solid #161618;
	border-radius: 8px;
	
} 
img:hover {
	box-shadow: 0 0 4px 2px #75c0c7;
}

/*
button{
	background-color: #75c0c7;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
*/ 