@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn5.onboard.org/assets/karriere-feldberger-hof/fonts/alegreya-sans-v14-latin-ext_latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://cdn5.onboard.org/assets/karriere-feldberger-hof/fonts/alegreya-sans-v14-latin-ext_latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Alegreya Sans SC';
  font-style: normal;
  font-weight: 800;
  src: url('https://cdn5.onboard.org/assets/karriere-feldberger-hof/fonts/alegreya-sans-sc-v13-latin-ext_latin-800.woff2') format('woff2');
}

@font-face {
  font-family: 'Slabo 13px';
  font-style: normal;
  font-weight: 400;
  src: url('https://cdn5.onboard.org/assets/karriere-feldberger-hof/fonts/slabo-13px-v8-latin-ext_latin-regular.woff2') format('woff2');
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Alegreya Sans SC', sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
}

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

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

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