@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn5.onboard.org/assets/salzburgerhof/fonts/rubik-v28-latin-regular.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('https://cdn5.onboard.org/assets/salzburgerhof/fonts/rubik-v28-latin-500.woff2') format('woff2')
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}
#filter-box {
  padding: 0px 20px;
}

#filter-box button {
  border: none;
  background: none;
  color: #000000;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  font-family: 'Rubik', sans-serif;
  margin-right: 10px;
  margin-bottom: 15px;
}

#filter-box button:hover,
#filter-box button.is-checked {
  opacity: .8;
  border-bottom: 2px solid #000000;
}

@media only screen and (max-width: 600px) {
  #filter-box {
    padding: 20px 0;
  }
}