@import url('https://fonts.googleapis.com/css2?family=Overpass&display=swap');
a.home{
  padding-left:10px;
}

html, body {
  height: 100%;
  width: 100%;
	text-align: center;
	font-family: 'Overpass', sans-serif;
	background: url("htgd.jpg") no-repeat center center fixed;
  background-size: cover;
  
}

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; }

h2.text{
  font-family: 'Overpass', sans-serif;
	color: #ffffff;
  text-shadow: 4px 4px 6px #000000;
  font-size: 45px;
 padding-top: 100px;
  padding-bottom:  5px;
  padding-right: auto;
  padding-left: auto;
    text-align: middle;
  line-height: 70px;
  
}
a.ort{
  font-family: 'Overpass', sans-serif;
	color: #ffffff;
  text-shadow: 4px 4px 6px #000000;
  font-size: 45px;
 padding-top: 100px;
  padding-bottom:  5px;
  padding-right: auto;
  padding-left: auto;
  text-align: middle;
  line-height: 70px;
}
div{
  margin-left: 100px;
}
iframe.map{
  width: auto;
  height: auto;
  min-height: 400px;
  min-width: 400px;
}
p.platzwahl{
  margin-bottom:100px;
}