body {
  font-family: 'Open Sans', sans-serif;
  margin: 0 auto;
}

address {
  font-style: normal;
}

.table th, .content h1, .content h2, .content h3, .content strong, .semibold {
  font-weight: normal;
  font-family: 'Open Sans Semibold';
}

#startpage dt {
  clear: left;
  float: left;
  width: 5em;
}
#startpage dt:after {
  content: ":";
}

#startpage dd {
  text-align: left;
}

#imprint dt {
  font-family: 'Open Sans Semibold';
  margin-top: 1em;
}
#imprint dd {
  margin-left: 0;
}

.root, .footer {
  padding: 1.5rem;
}

footer.footer {
  font-size: 0.9em;
}

footer.footer .content > * + *::before {
  content: " · ";
}

.tile.header {
  background-color: #FFD062;
  padding: 1rem;
}
.tile.header .content {
  margin: 1em;
  font-size: x-large;
}
.tile.intro {
  padding: 1rem;
}

.directions {
  overlow: hidden;
  padding-bottom: 82%;
  position: relative;
  height: 0;
}
.directions iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
