@media all and (min-width: 1025px) {
  html.scrolled:not(.start) header nav ul li.logo {
    margin-right: 0;
  }
  html.filter-fixed .filter {
    padding-top: 62px;
    position: fixed;
    background: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding-left: 134px;
    padding-bottom: 11px;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.13), 0 0px 1px rgba(0, 0, 0, 0.13);
  }
  html.filter-fixed .filter .filter-label {
    display: none;
  }
  html.filter-fixed.scrolled .filter {
    padding-left: 134px;
    padding-top: 55px;
  }
  .filter li:hover .sub-items {
    display: flex;
  }
  .filter li:hover .sub-items:hover {
    display: flex;
  }
}
header {
  max-height: 62px;
}
header nav > ul > li:nth-child(4) > a {
  color: var(--color-black);
}
header nav ul li.logo {
  width: auto;
}
header nav ul li .submenu {
  display: none;
}
header nav ul li.parentmenu {
  background: none;
}

.back {
  background: url(../../img/arrow-right.svg) no-repeat center center/100%;
  width: 120px;
  height: 100px;
  transform: rotate(-180deg);
  position: relative;
  margin-top: 40px;
  transition: all 0.3s;
}
.back button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}
.back:hover {
  transform: rotate(-180deg) translateX(10px);
}

main {
  padding-top: 70px;
  min-height: calc(100vh - 210px);
}

.article-desc {
  padding-top: 15px;
}

.filter {
  padding-top: 300px;
  display: flex;
  flex-flow: row wrap;
  z-index: 1;
  position: relative;
  transition: all 0.3s, padding 0.15s;
}
.filter .label {
  flex: 0 0 100%;
  margin-bottom: 8px;
}
.filter .btn {
  transition: all 0.3s;
  cursor: pointer;
  position: relative !important;
}
.filter li {
  align-self: flex-start;
  margin-bottom: 4px;
  margin-right: 4px;
}
.filter li .sub-items {
  flex-flow: column;
  display: none;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 1;
  width: max-content;
  padding: 19px 15px 11px;
  border-radius: 12px;
  overflow: hidden;
}
.filter li .sub-items .btn {
  background: #FFF;
  font-size: 1em;
}
.filter li .sub-items:after {
  content: "";
  background: var(--color-white);
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  height: calc(100% - 4px);
  z-index: -1;
  border-radius: 12px;
}
.filter li.year .label {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 6px 11px;
  position: relative;
  z-index: 10;
  color: var(--color-midgrey);
}
.filter li.year .label div {
  font-family: var(--primary-font-roman);
  font-family: var(--primary-font);
}
.filter li.year .sub-items {
  padding: 12px;
}
.filter li.year .range {
  width: 250px;
  margin-top: 8px;
  margin-left: 4px;
  border-radius: 7px;
  overflow: hidden;
}
.filter li.year .range .ui-slider-horizontal .ui-slider-handle {
  top: 0;
  height: 100%;
  margin-left: 0;
  width: 1px;
  cursor: ew-resize;
  background: transparent;
  border: 0;
  border-radius: 6px 0 0 6px;
}
.filter li.year .range .ui-slider-horizontal .ui-slider-handle:focus {
  outline: 0;
}
.filter li.year .range .ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
  margin-left: -1px;
  border-radius: 0 6px 6px 0;
}
.filter li.year .range .ui-widget-header {
  background: var(--color-black);
  border-radius: 9px;
}
.filter li.year .range .ui-widget.ui-widget-content {
  border: 0;
  height: 39px;
}

.grid {
  grid-column-gap: 20px;
  margin-top: 70px;
  height: auto !important;
}

.project-item {
  grid-column: span 6;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transition: opacity 2s transform 0s !important;
  transform: none !important;
  animation: fadeIn 1s;
}
.project-item figure {
  height: 100%;
}
.project-item figure img {
  height: 100%;
  object-fit: cover;
}
.project-item:hover .link:after {
  transform: translateX(-5px);
}
.project-item .more {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
.project-item .street, .project-item .year {
  font-size: var(--font-size-s);
}
.project-item .info-bar {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
  background: #FFF;
  font-family: var(--primary-font-roman);
  justify-content: space-between;
}
.project-item .info-bar div {
  align-self: flex-start;
}
.project-item:nth-child(2) {
  grid-column: span 6;
}
.project-item:nth-child(3) {
  grid-column: span 6;
}

.more-projects {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 70px;
  cursor: pointer;
}

html {
  height: auto !important;
}

footer .bottom {
  transform: none !important;
}
footer .redirect-to-project {
  display: none;
}

@media all and (max-width: 1750px) {
  .filter li.year .label {
    padding: 6px 11px;
  }
  .filter li .sub-items {
    top: 40px;
  }
}
@media all and (max-width: 1025px) {
  .article-desc {
    font-size: var(--font-size-s);
  }
  main {
    padding-top: 120px !important;
  }
  .fs-l {
    font-size: 1.3em;
  }
  .back {
    margin-top: 10px;
    width: 41px;
    height: 36px;
  }
  .filter {
    padding-top: 10px;
    flex-flow: column;
  }
  .filter.show-filter .btn {
    display: block;
  }
  .filter.show-filter .filter-label {
    margin-bottom: 0;
    color: var(--color-black);
    margin-bottom: 4px;
  }
  .filter.show-filter .filter-label:after {
    content: "-";
  }
  .filter .filter-label {
    padding: 15px 0;
    margin-bottom: 0;
    font-size: 22px;
    font-family: var(--primary-font-roman);
    background: var(--color-white);
    padding: 8px 13px;
    border-radius: 12px;
    flex: 0 0 auto;
    align-self: flex-start;
    color: var(--color-midgrey);
  }
  .filter .filter-label:after {
    content: "+";
    display: inline-block;
    margin-left: 4px;
  }
  .filter .btn {
    display: none;
    width: 100%;
  }
  .filter .btn span {
    pointer-events: none;
  }
  .filter .btn.show-submenu .sub-items {
    display: flex;
    overflow: visible;
    position: relative;
    top: 0;
    padding: 0;
    margin-top: 8px;
    width: 100%;
  }
  .filter .btn.show-submenu .sub-items .btn {
    background: transparent;
    margin-bottom: 5px;
    margin-right: 0;
    padding: 0;
    margin-left: 8px;
  }
  .filter > li {
    margin-bottom: 0;
  }
  .filter > li.btn {
    border-radius: 0;
    max-width: calc(120% - 80px);
  }
  .filter > li.btn + .btn {
    padding-top: 0;
  }
  .filter > li.btn:first-of-type {
    border-radius: 12px 12px 0 0;
  }
  .filter > li.btn:nth-of-type(7) {
    border-radius: 0 0 12px 12px;
    padding-bottom: 10px;
  }
  .filter > li.btn:last-of-type {
    border-radius: 12px;
    padding-top: 8px;
    display: inline-flex;
    align-self: flex-start;
    width: auto;
    margin-top: 4px;
  }
  .filter > li.year .range {
    margin-left: 0;
    width: 100%;
  }
  .grid {
    margin-top: 0;
    display: block;
  }
  .project-item {
    grid-column: span 12;
  }
  .project-item .info-bar {
    padding: 10px 0;
  }
  .project-item .info-bar div {
    max-width: 70%;
  }
  .project-item:nth-child(2) {
    grid-column: span 12;
  }
  .project-item:nth-child(3) {
    grid-column: span 12;
  }
  .project-item .more {
    display: none;
  }
}

/*# sourceMappingURL=article.css.map */
