@import url(https://cdn6.onboard.org/assets/pletzer-gruppe/fonts/fonts.css);

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #697D89;
}

p {
  margin: 0;
  margin-bottom: 8px;
}

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

.location-filter {
  width: 100%;
}

.space {
  width: 60px;
}

.department-filter {
  width: 100%;
  margin-top: 14px;
}

.description-filter {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 30px;
}

.filter-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.filter {
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  border: 1px solid #D0D7DB;
  color: #697D89;
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
}

@media(min-width: 700px) {
  .filters-container {
    flex-direction: row;
  }

  .department-filter {
    margin-top: 0;
  }

  .filter {
    padding: 15px 15px;
  }
}

#speculative_link {
  color: #3f3f3f;
}