@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 {
  margin-bottom: 30px;
}

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

.country-filter {
  width: 100%;
}

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

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

.space {
  width: 60px;
}

.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: 1000px) {
  .filter-selections-container { flex-direction: row; }
  .department-filter { margin-top: 0; }
  .company-filter { margin-top: 0; }
  .filter { padding: 15px 15px; }
}