@font-face {
  font-family: 'Brown LL TT';
  src: url('https://cdn5.onboard.org/assets/hotel-elisabeth-tirol/fonts/BrownLLTT-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brown LL TT';
  src: url('https://cdn5.onboard.org/assets/hotel-elisabeth-tirol/fonts/BrownLLTT-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body { margin: 0; padding: 0; }

.filter-container {
  display: flex;
  flex-direction: column;
}

.filter {
  width: 100%;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, .1);
  background: none;
  font-family: 'Brown LL TT', Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #383837;
}

@media only screen and (min-width: 500px) {
  .filter-container {
    flex-direction: row;
    justify-content: end;
  }

  .filter {
    width: auto;
    min-width: 210px;
    margin-left: 10px;
  }
}