header {
  width: 100%;
  height: 200px;
  background-image: url(img/Pokal.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 0.5%;
}

header h1 {
  color: white;
  font-weight: 300;
  font-size: 3.75rem;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
}

section {
  padding: 75px 0px 50px 0px;
  display: block;
}

section h2 {
  text-align: center;
  letter-spacing: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.member {
  display: inline-block;
  margin: 25px 50px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.member .member-img {
  max-width: 100px;
  border-radius: 50%;
}

.pokal {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 15%;
  border-radius: 10px;
}

#member-area a:hover {
  text-decoration: none;
}

#start {
  cursor: pointer;
}

#start:hover {
  color: white;
}

@media (max-width: 576px) {
  header h1 {
    font-size: 2.25rem;
  }
  section h2 {
    display: block;
  }
  .pokal {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */