html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}


body{
  font-family: sans-serif;
  font-size: 16px;
}

.hero{
  height: 100vh;
    
  background-image: url('img/alptahlsBG.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  
  display: flex;
  flex-direction: column;



}

div.item{
  text-align: center;
}

img{ max-width: 50vw; padding-top: 10vh;}

.teaser{
  font-size: 1rem;
  text-decoration: none;
  color: white;
  padding: 2rem;
  font-weight: bold;
  display: block;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}

a{
  font-size: 2rem;
  text-decoration: none;
  color: white;
  padding: 2rem;
  font-weight: bold;
  display: block;
  text-shadow: 2px 2px rgba(0,0,0,0.5);
}