:root {
  color-scheme: only light;
}

.container {
  max-width: 1280px;
  padding: 8px;
}

.title {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 2px;
}

.subitle {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: bold;
}

.oeffnungszeiten-hg {
  background-image: url('/assets/img/haupteingang-top.jpg');
  background-position: center;
}

.grill-hg {
  background-image: url('/assets/img/grill-top.jpg');
  background-position: center;
}

.rollgrill-hg {
  background-image: url('/assets/img/rollgrill.jpg');
  background-position: center;
}

.steckerlfisch-hg {
  background-image: url('/assets/img/grill2-sm.jpg');
  background-position: center;
}

.schwenkgrill-hg {
  background-image: url('/assets/img/kettengrill-sm.jpg');
  background-position: center;
}

.sortiment-hg {
  background-image: url('/assets/img/sortiment-top.jpg');
  background-position: center;
}

.with-backgrop {
  background-image: url('/assets/img/sortiment-top.jpg');
  background-position: 100% 83%;
  background-repeat: no-repeat;
  background-size: cover;
}