.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #00589A;
  line-height: 1.625;
  cursor: pointer;
  color: #fff;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
.button:hover,
.button:focus {
  color: #FFF;
  background-color: #A1C611;
}
.button:active {
  background-color: #A1C611;
}
.button-negativ {
  background-color: #FFF;
  line-height: 1.625;
  cursor: pointer;
  color: #00589A;
  padding: 15px 30px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
.button-negativ:hover,
.button-negativ:focus {
  color: #FFF;
  background-color: #333333;
}
.button-negativ:active {
  background-color: #333333;
}
.section--one .area {
  display: grid;
  gap: 0 var(--gutter, 20px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.section--one .area .unit {
  grid-column: 1 / -1;
}
.section--one .area .unit.slim {
  grid-column: span 3;
}
.section--one .area .pure.slim {
  grid-column: span 3;
}
.section--one .area .flat.wide {
  grid-column: span 3;
}
.section--one .area .edge.wide {
  grid-column: span 3;
}
.section--two .area {
  display: grid;
  gap: 0 var(--gutter, 20px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.section--two .area .unit {
  grid-column: 1 / -1;
}
.section--two .area .unit.slim {
  grid-column: span 4;
}
.section--two .area .seam.wide {
  grid-column: span 3;
}
.section--two .area .edge.wide {
  grid-column: span 3;
}
.unit-filter {
  float: left;
  width: 100%;
  text-align: center;
}
.unit-filter__title {
  float: left;
  width: 100%;
}
.filter-dropdown {
  display: none;
}
.filter-list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 18px;
}
.filter-item {
  float: left;
}
@media (max-width: 767px) {
  .filter-item {
    width: 100%;
    margin: 5px 0;
  }
  .filter-item:first-child {
    margin-top: 0;
  }
  .filter-item:last-child {
    margin-bottom: 0;
  }
}
.filter-link {
  float: left;
  display: block;
  min-width: 130px;
  padding: 14px;
  border: 3px solid #00589A;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  color: #00589A;
}
@media (max-width: 767px) {
  .filter-link {
    width: 100%;
    box-sizing: border-box;
  }
}
.filter-link:hover,
.filter-item.is-active .filter-link {
  background-color: #00589A;
  color: #fff;
}
/*# sourceMappingURL=./screen-medium.css.map */