@import url('https://fonts.googleapis.com/css2?family=Overpass&display=swap');
html, body {
  height: 100%;
  width: 100%;
	text-align: center;
	font-family: 'Overpass', sans-serif;
	background-image: url("htgd.jpg")
  
}

@media only screen and (max-width: 480px) {
#container{
		width: 100%;
	}
footer{
	width: 100%;
}
}

h2.headline{
  font-family: 'Overpass', sans-serif;
	color: #ffffff;
  text-shadow: 4px 4px 6px #000000;
  font-size: 100px;
 padding-top: 100px;
  padding-bottom:  20px;
}
a.tickets{
   text-decoration: underline;

    font-size: 70px;
    font-family: 'Overpass', sans-serif;
  text-shadow: 3px 3px 5px #000000;
}
a.tickets:link { color: #551A8B; }
a.tickets:visited { color: #0000EE;}
a.tickets:hover{color: #551A8B; }

a{
	text-decoration: none;
}

.gruppe{
	position: relative;
  max-width: 800px;
  margin: 0 auto;
}
.gruppe .contentgruppe{
	position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); 
  color: #f1f1f1;
  width: 760px;
  padding: 20px;
	float: left;
}

footer{
	margin-top: 60px;
	background: #996633;
	padding: 20px;
  margin-right: 500px;
  margin-left: 500px;
  border: 3px solid black;
}

.dontmove{
	height: 5px;
}
.button:hover {
	background-color: #000000
}
.button:active {
  background-color: #000000;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
#poster
 {
  width: 100%;
  height: auto;
  max-height: 700px;
  max-width: 500px;
}

