body {
		background-image: url("bilder/dog.gif");
		background-repeat: no-repeat;	
		background-size: cover;
		font-family: "Arial Black", Gadget, sans-serif;
		background-attachment: fixed;

}

h1 {
		color: orange;
		position: relative;
		text-align: center;
		font-size: 80px;
		top: -60px;

}
h2 {
		position: relative;
		font-size: 40px;
		top:-5px;

}

p {
		font-size: 50px;
		text-align:center;
		color:white;
}

.title{
		height: 125px;
		background:black;
		opacity: 0.6;
		border:3px solid black;
		position: relative;
		top:-8px;

}

.active {
		background-color: #4CAF50;
}

.tab{

		display:block;
		background-color: #555;
		margin-top:-15px;
		color: white;
		float: left;
		text-align:center;
		border: none;
		outline: none;
		cursor: pointer;
		font-size: 17px;
		width: 25%;
		text-decoration:none;
		position:sticky;
		top: 0;
		overflow: hidden;
		z-index: 1;
}
#start{
		border-radius: 0px 0px 0px 50px;
		color: lightgreen;
		text-align:center;


}
#discord{
		border-radius: 0px 0px 50px 0px;
}

.tab:hover {
		background-color: black;
}

.body{
		margin-top: 170px;
		font-size: 50px;
		position: relative;
		width:80%;
		text-align:center;
		background-color: black;
		margin-left: auto;
		margin-right: auto;
		opacity: 0.7;
		border-radius: 20px 20px 20px 20px;
		padding-top:auto;
		padding-left:auto;
		padding-right:auto;
		padding-bottom:auto;
}
.logo{
	float:right;
	display: block;
	left: 300px;
    top: -25px;
	width: 100px;
	height: 100px;
	position: absolute;

}
body{
	color: white;
	text-align: center;
}
h3{
	color:orange;
}
ul{
	text-align:left;
}
.start{
	color: lightgreen;
}
#gamer{
	width: 150px;
	height: 50px;
	background:white;
	color:green;
	font-size:24px;
	font-weight: bold;
	border: solid black 2px;;
	border-radius: 20px 20px 20px 20px;
	padding-left:2px;
	margin-bottom:4px;
}
#add{
	width: 50px;
	height: 50px;
	background:green;
	color:black;
	font-size:40px;
	font-weight: bold;
	border:solid black 2px;
	border-radius: 20px 20px 20px 20px;
}
.question{
	margin-top: 100px;

}
#playeron{
	font-weight: bold;
	color:yellow;
}
#next{
	border-radius: 100px 100px 100px 100px;
	width: 150px;
	height: 150px;	
}
#reihenfolge{
	opacity: 0.6;
}
#regel{
	color: red;
}
#los{
	height:110px;
	width: 110px;
	margin-bottom:15px;
	background-image:linear-gradient(to bottom, white, yellow);
	border-radius: 50px 50px 5px 5px;
	color: black;
	font-size: 30px;
	border: solid white 4px;
	font-weight: bold;
	opacity: 1;
}
#link{
	color: #FFA604;
}
#entwicklerBody{
	opacity: 0.95;
}
.saufbüd{
	height:300px;
	width:300px;
	border: solid orange 3px;
	border-radius: 30px 30px 30px 30px;
}
#disLinkGame{
	font-size:40px;
	color:blue;
	position:absolute;
	bottom: 10px;
	left:800px;
	text-align: left;
}
#logoBottom{
	position: absolute;
	left: 1100px;
    bottom:0;
}



