html {

}
body {
	width: 99%;
	background: #0c0e17;
	margin: auto;
	font-family: Arial;
}
a{
	color: #bb0000;	
}
a:hover{
	color: white;
	text-decoration: underline;
}
p.zitat{
	font-style: italic;
}
h1{
	color: #bb0000;
}
h2{
	color: #bb0000;
}
li{
	font-size: 20pt;
}
hr{
	border: 5px solid #bb0000;
	border-radius: 5px;
}
audio{
	width: 100%;
	box-shadow: 0px 10px 20px rgba(255, 226, 0, 0.4);
}

#header {
  padding: 20px 10px;
  width: 99%;
  background-color: rgba(12,14,23,0.8);
  position: fixed;
  top: 0;
}
#header-links{
	float: right;
}
#header-element-active{
	background-color: #bb0000;
	color: white;
}
#bingobongo{
	margin-top: 5%;
	display: flex;
	justify-content: center;
	align-items: center;	
}
#buchung{
	padding: 12px;
	line-height: 50px;
	border-radius: 4px;
	background-color: #bb0000;
	font-size: 20pt;
	color: white;
	text-decoration: none;
}


.content{
	margin: 5%;
	color:white;
}
.content p{
	color: white;
	font-family: Arial;
	font-size: 20pt;
}
.content-l{
	float:left;
	width: 50%;
}
.content-l-audio{
	float:left;
	width: 10%;
}
.content-l-audio img{
	width: 100%;
}
.content-r-audio{
	width: 85%;
	margin-left: 15%;
}
.content-r{
	width: 50%;
	margin-left: 50%;
}
.content-m{
	width: 50%;
	margin-left: 25%;
}
.content-r img{
	width: 80%;
}
.content-l img{
	width: 80%;
}
img.people{
	width: 50%;
}

.logo img{
	width:auto;
	height: 60px;
}
.fullwidth{
	width: 99%;
}
.ticketbutton{
	background-color: #bb0000;
	color: black;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	line-height: 25px;
	border-radius: 4px;
	font-family: Arial;
	font-size: 18pt;
}

.header-element {
	float: left;
	text-align: center;
	padding: 12px;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
	border-radius: 4px;
	font-family: Arial;
}
.footer{
	padding-bottom: 10px;;
	padding-top: 10px;
	clear: both;	
}
.footer div{
	width:33.3%;
	float: left;
	text-align: center;
	font-size: 18px;
	font-family: Arial;
}

#background-video {
   width: 98%;
   object-fit: cover;
   position: absolute;
   z-index: -1;
}



@media screen and (max-width: 1200px) {
	#header{
		position: sticky;
		width: 96%;
	}
}



@media screen and (max-width: 550px) {
	.logo img{
		position: relative;
		height: 100px;
	}
	.header-element {
		position: relative;
		font-size: 15px;
		font-weight: bold;
		width: 19%;
	}
	#header-links{
		position: absolute;
		width: 98%;
	}
	#header{
		height: 150px;
	}
	.content-l{
		float:none;
		width: 100%;
	}
	.content-l-audio{
		float:none;
		width: 100%;
	}
	.content-r-audio{
		width: 100%;
		margin-left: 0%;
	}	
	.content-r{
		width: 100%;
		margin-left: 0%;
	}
	.content-r img{
		width: 100%;
	}
	.content-l-audio img{
		width: 100%;
	}
	.content-l img{
		width: 100%;
	}
	.content-m{
		width: 100%;
		margin-left: 0%;
	}
}