body {
  font-family: 'Roboto', sans-serif;
}
.content {
  max-width: 900px;
  width: 80%;
  margin: 1em auto;
  font-family: 'Cantarell', sans-serif;
}
.content > .mdl-card__title {
  color: #fff;
  font-size: 38px;
  height: 176px;
  background: url('../backgroundkopie.jpg') center / cover;
}

h1 {
  font-family: 'Fjalla One', sans-serif;
}

.content li {
  text-transform: lowercase;
  margin-bottom: 1em;
}

.name {
  font-weight: bold;
}

.addr:after {
  content: ',';
}

.fa-refresh {
  font-size: 5em;
  color: #999;
  position: relative;
  left: 35%;
  margin-top: 1em;
}
.error-visible {
  visibility: visible !important;
}