.page-template-history,
.post-type-archive-project {
  --head-height: 140px;
}
.page-template-history #breadcrumbs,
.post-type-archive-project #breadcrumbs {
  display: none;
}
.page-template-history .history-head,
.post-type-archive-project .history-head {
  position: fixed;
  top: var(--header-main_height--large);
  right: 0;
  left: 0;
  padding: 2em 0 0.5em;
  background-color: white;
  z-index: 1;
  /*@media screen and (max-height: 45em) and (min-width: 56.875em) {*/
}
.page-template-history .history-head .mobile-triggers,
.post-type-archive-project .history-head .mobile-triggers {
  display: none;
  justify-content: flex-end;
  gap: 1em;
  width: 100%;
}
.page-template-history .history-head .mobile-triggers a,
.post-type-archive-project .history-head .mobile-triggers a {
  position: relative;
  display: block;
  font-size: 1em;
  text-transform: uppercase;
  font-stretch: 75%;
  font-variation-settings: "wdth" 75;
  font-weight: 300;
  color: var(--color_primary);
  border-bottom: 1px solid var(--color_secondary);
  padding: 0 30px 0 0;
  max-width: 50%;
}
.page-template-history .history-head .mobile-triggers a.toggle-filters::after,
.post-type-archive-project .history-head .mobile-triggers a.toggle-filters::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: auto;
  background-image: url(/images/icon-submenu-accent.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0.9) rotate(90deg);
  transform-origin: center;
}
.page-template-history .history-head .mobile-triggers a.reset-filters,
.post-type-archive-project .history-head .mobile-triggers a.reset-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.page-template-history .history-head .mobile-triggers a.reset-filters::after,
.post-type-archive-project .history-head .mobile-triggers a.reset-filters::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  margin: auto;
  background-image: url(/wp-content/plugins/timeline/images/icon-close-normalized.svg);
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0.9);
  transform-origin: center;
}
.page-template-history .history-head .top,
.post-type-archive-project .history-head .top {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  padding-left: var(--grid_cage_padding_desktop);
  padding-right: var(--grid_cage_padding_desktop);
}
.page-template-history .history-head .top h1,
.post-type-archive-project .history-head .top h1 {
  font-size: clamp(1.5em, 0.571em + 1.63vw, 2em);
  font-weight: 800;
  color: var(--color_secondary);
  margin-bottom: 0;
  max-width: 22rem;
}
.page-template-history .history-head .top .filters .highlight,
.page-template-history .history-head .top .filters .history-filter,
.post-type-archive-project .history-head .top .filters .highlight,
.post-type-archive-project .history-head .top .filters .history-filter {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: clamp(0.5em, -1.584em + 3.66vw, 2.813em);
  margin-bottom: clamp(0.5em, -1.584em + 3.66vw, 2.813em);
}
.page-template-history .history-head .top .filters .highlight small,
.page-template-history .history-head .top .filters .history-filter small,
.post-type-archive-project .history-head .top .filters .highlight small,
.post-type-archive-project .history-head .top .filters .history-filter small {
  text-transform: uppercase;
  font-size: clamp(0.7em, 0.449em + 0.44vw, 0.835em);
  font-stretch: 125%;
  font-variation-settings: "wdth" 125;
  color: var(--color_secondary);
}
.page-template-history .history-head .top .filters .highlight .buttons,
.post-type-archive-project .history-head .top .filters .highlight .buttons {
  display: flex;
  gap: clamp(0.625em, 1.67vw, 2.8125em);
}
.page-template-history .history-head .top .filters .highlight .buttons a,
.post-type-archive-project .history-head .top .filters .highlight .buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color_special_a);
  color: var(--color_special_a);
  font-size: clamp(0.6em, 0.321em + 0.49vw, 0.75em);
  font-weight: 700;
  font-stretch: 125%;
  font-variation-settings: "wdth" 125;
  text-transform: uppercase;
  padding: 0.83em 2.5em;
}
.page-template-history .history-head .top .filters .highlight .buttons a.active,
.post-type-archive-project .history-head .top .filters .highlight .buttons a.active {
  background-color: var(--color_special_a);
  color: white;
}
.page-template-history .history-head .top .filters .history-filter .wrapper,
.post-type-archive-project .history-head .top .filters .history-filter .wrapper {
  display: flex;
  gap: clamp(0.625em, 1.67vw, 2.8125em);
}
.page-template-history .history-head .top .filters .history-filter .search,
.post-type-archive-project .history-head .top .filters .history-filter .search {
  position: relative;
}
.page-template-history .history-head .top .filters .history-filter .search svg,
.post-type-archive-project .history-head .top .filters .history-filter .search svg {
  position: absolute;
  top: 50%;
  right: 0;
  height: 2.2em;
  transform: translateY(-50%);
  fill: var(--color_secondary);
}
.page-template-history .history-head .top .filters .history-filter #keywords,
.post-type-archive-project .history-head .top .filters .history-filter #keywords {
  display: block;
  text-transform: uppercase;
  font-size: clamp(1.25em, 0.402em + 1.94vw, 2.1em);
  font-stretch: 75%;
  font-variation-settings: "wdth" 75;
  font-weight: 300;
  color: var(--color_primary);
  border: none;
  border-bottom: 1px solid var(--color_secondary);
  border-radius: 0;
  padding: 0 30px 0 0;
}
.page-template-history .history-head .top .filters .history-filter .custom-select,
.post-type-archive-project .history-head .top .filters .history-filter .custom-select {
  position: relative;
  padding: 0;
}
.page-template-history .history-head .top .filters .history-filter .custom-select .select-selected,
.post-type-archive-project .history-head .top .filters .history-filter .custom-select .select-selected {
  font-size: clamp(1.25em, 0.402em + 1.94vw, 2.1em);
  font-weight: 300;
  min-height: auto;
  padding: 0 30px 0 0;
  min-width: 300px;
}
.page-template-history .history-head .top .filters .history-filter .custom-select .select-items,
.post-type-archive-project .history-head .top .filters .history-filter .custom-select .select-items {
  position: absolute;
  left: 0;
  right: 0;
  background-color: white;
  padding: 1em 1em 0 1em;
}
.page-template-history .history-head .top .filters .history-filter .custom-select .select-items li,
.post-type-archive-project .history-head .top .filters .history-filter .custom-select .select-items li {
  margin-bottom: 1em;
}
@media screen and (max-width: calc(43.75em - 1px)) {
  .page-template-history .history-head .top .filters .history-filter .custom-select .select-items,
.post-type-archive-project .history-head .top .filters .history-filter .custom-select .select-items {
    position: fixed;
    border-bottom: 1px solid var(--color_secondary);
  }
}
@media screen and (max-width: 69.375em) {
  .page-template-history .history-head .top,
.post-type-archive-project .history-head .top {
    padding-left: var(--header-side-padding--medium);
    padding-right: var(--header-side-padding--medium);
  }
}
@media screen and (max-width: 56.875em) {
  .page-template-history .history-head .top,
.post-type-archive-project .history-head .top {
    padding-left: var(--header-side-padding--small);
    padding-right: var(--header-side-padding--small);
  }
}
.page-template-history .history-head .timeline,
.post-type-archive-project .history-head .timeline {
  display: flex;
  overflow-x: hidden;
  gap: 2em;
  max-width: 100%;
  background-color: var(--color_primary);
  padding: 0.3em 0;
}
.page-template-history .history-head .timeline a,
.post-type-archive-project .history-head .timeline a {
  color: white;
  font-size: 2em;
  font-weight: 200;
  font-stretch: 75%;
  font-variation-settings: "wdth" 75;
  margin-bottom: 0;
}
@media screen and (max-width: calc(43.75em - 1px)) {
  .page-template-history .history-head .timeline a,
.post-type-archive-project .history-head .timeline a {
    font-size: 1.5em;
  }
}
.page-template-history .history-head .filter,
.page-template-history .history-head .timeline,
.post-type-archive-project .history-head .filter,
.post-type-archive-project .history-head .timeline {
  padding-left: var(--grid_cage_padding_desktop);
  padding-right: var(--grid_cage_padding_desktop);
}
@media screen and (max-width: 69.375em) {
  .page-template-history .history-head .filter,
.page-template-history .history-head .timeline,
.post-type-archive-project .history-head .filter,
.post-type-archive-project .history-head .timeline {
    padding-left: var(--header-side-padding--medium);
    padding-right: var(--header-side-padding--medium);
  }
}
@media screen and (max-width: 56.875em) {
  .page-template-history .history-head .filter,
.page-template-history .history-head .timeline,
.post-type-archive-project .history-head .filter,
.post-type-archive-project .history-head .timeline {
    padding-left: var(--header-side-padding--small);
    padding-right: var(--header-side-padding--small);
  }
}
@media screen and (max-width: calc(100em - 1px)) {
  .page-template-history .history-head .top,
.post-type-archive-project .history-head .top {
    flex-wrap: wrap;
  }
  .page-template-history .history-head .top h1,
.post-type-archive-project .history-head .top h1 {
    max-width: 100%;
  }
  .page-template-history .history-head .top .filters,
.post-type-archive-project .history-head .top .filters {
    margin-left: auto;
  }
}
@media screen and (max-width: calc(78.125em - 1px)) {
  .page-template-history .history-head .top .filters,
.post-type-archive-project .history-head .top .filters {
    width: 100%;
  }
  .page-template-history .history-head .top .filters .highlight,
.page-template-history .history-head .top .filters .history-filter,
.post-type-archive-project .history-head .top .filters .highlight,
.post-type-archive-project .history-head .top .filters .history-filter {
    flex-wrap: wrap;
  }
  .page-template-history .history-head .top .filters small,
.page-template-history .history-head .top .filters .buttons,
.post-type-archive-project .history-head .top .filters small,
.post-type-archive-project .history-head .top .filters .buttons {
    width: 100%;
  }
  .page-template-history .history-head .top .filters .buttons,
.post-type-archive-project .history-head .top .filters .buttons {
    flex-wrap: wrap;
  }
  .page-template-history .history-head .top .filters .history-filter .wrapper,
.post-type-archive-project .history-head .top .filters .history-filter .wrapper {
    width: 100%;
  }
  .page-template-history .history-head .top .filters .search,
.page-template-history .history-head .top .filters .projects_brand,
.post-type-archive-project .history-head .top .filters .search,
.post-type-archive-project .history-head .top .filters .projects_brand {
    flex: 1 1 auto;
  }
  .page-template-history .history-head .top .filters #keywords,
.post-type-archive-project .history-head .top .filters #keywords {
    width: 100%;
  }
  .page-template-history .history-head .top .filters .select-items,
.post-type-archive-project .history-head .top .filters .select-items {
    min-width: auto;
  }
}
@media screen and (max-width: calc(43.75em - 1px)) {
  .page-template-history .history-head .top .filters .history-filter .wrapper,
.post-type-archive-project .history-head .top .filters .history-filter .wrapper {
    flex-direction: column;
  }
}
@media screen and (max-height: 45em) and (min-width: 56.875em) {
  .page-template-history .history-head,
.post-type-archive-project .history-head {
    top: var(--header-main_height--short);
  }
}
@media screen and (max-width: 56.875em) {
  .page-template-history .history-head,
.post-type-archive-project .history-head {
    top: var(--header-main_height--small);
  }
}
@media screen and (max-width: calc(43.75em - 1px)), screen and (max-height: 45em) and (min-width: 43.75em) {
  .page-template-history .history-head,
.post-type-archive-project .history-head {
    /*.timeline-wrapper {
      transition: max-height 0.5s;
      max-height: 41px;
    }*/
  }
  .page-template-history .history-head .mobile-triggers,
.post-type-archive-project .history-head .mobile-triggers {
    display: flex;
  }
  .page-template-history .history-head .mobile-triggers a,
.post-type-archive-project .history-head .mobile-triggers a {
    flex: 1 1 50%;
  }
  .page-template-history .history-head .mobile-triggers a .hide,
.post-type-archive-project .history-head .mobile-triggers a .hide {
    display: none;
  }
  .page-template-history .history-head .filters .highlight,
.post-type-archive-project .history-head .filters .highlight {
    margin-top: 0.5em;
    margin-bottom: 1.5em !important;
  }
  .page-template-history .history-head .filters .highlight small,
.post-type-archive-project .history-head .filters .highlight small {
    font-size: 0.7em !important;
  }
  .page-template-history .history-head .filters .highlight .buttons a,
.post-type-archive-project .history-head .filters .highlight .buttons a {
    font-size: 0.6em !important;
  }
  .page-template-history .history-head .filters .history-filter small,
.post-type-archive-project .history-head .filters .history-filter small {
    font-size: 0.7em !important;
  }
  .page-template-history .history-head .filters .history-filter #keywords,
.post-type-archive-project .history-head .filters .history-filter #keywords {
    font-size: 1.25em !important;
  }
  .page-template-history .history-head .filters .history-filter .custom-select .select-selected,
.post-type-archive-project .history-head .filters .history-filter .custom-select .select-selected {
    font-size: 1.25em !important;
  }
  .page-template-history .history-head .top .filters,
.page-template-history .history-head .timeline-wrapper,
.post-type-archive-project .history-head .top .filters,
.post-type-archive-project .history-head .timeline-wrapper {
    overflow: hidden;
  }
  .page-template-history .history-head .top .filters,
.post-type-archive-project .history-head .top .filters {
    transition: max-height 0.75s;
    max-height: 0;
  }
  .page-template-history .history-head.open,
.post-type-archive-project .history-head.open {
    /*.timeline-wrapper {
      max-height: 0;
    }*/
  }
  .page-template-history .history-head.open .mobile-triggers a .show,
.post-type-archive-project .history-head.open .mobile-triggers a .show {
    display: none;
  }
  .page-template-history .history-head.open .mobile-triggers a .hide,
.post-type-archive-project .history-head.open .mobile-triggers a .hide {
    display: initial;
  }
  .page-template-history .history-head.open .mobile-triggers a.toggle-filters::after,
.post-type-archive-project .history-head.open .mobile-triggers a.toggle-filters::after {
    transform: scale(0.9) rotate(-90deg);
  }
  .page-template-history .history-head.open .top .filters,
.post-type-archive-project .history-head.open .top .filters {
    max-height: 255px; /*181*/
  }
}
.page-template-history .history-body,
.post-type-archive-project .history-body {
  margin-top: var(--head-height);
  overflow-x: hidden;
}
.page-template-history .history-body .year-row .year,
.post-type-archive-project .history-body .year-row .year {
  padding-left: var(--grid_cage_padding_desktop);
}
.page-template-history .history-body .year-row .year .anchor,
.post-type-archive-project .history-body .year-row .year .anchor {
  display: block;
  height: 0;
  margin-top: calc(var(--header-main_height--large) * -1 - var(--head-height));
  padding-top: calc(var(--header-main_height--large) + var(--head-height));
}
@media screen and (max-width: 56.875em) {
  .page-template-history .history-body .year-row .year .anchor,
.post-type-archive-project .history-body .year-row .year .anchor {
    margin-top: calc(var(--header-main_height--small) * -1 - var(--head-height));
    padding-top: calc(var(--header-main_height--small) + var(--head-height));
  }
}
.page-template-history .history-body .year-row .year h2,
.post-type-archive-project .history-body .year-row .year h2 {
  color: var(--color_secondary);
  font-size: 2em;
  font-weight: 300;
  font-stretch: 75%;
  font-variation-settings: "wdth" 75;
  border-bottom: 1px solid var(--color_secondary);
  margin-bottom: 0.5em;
}
@media screen and (max-width: calc(43.75em - 1px)) {
  .page-template-history .history-body .year-row .year h2,
.post-type-archive-project .history-body .year-row .year h2 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 69.375em) {
  .page-template-history .history-body .year-row .year,
.post-type-archive-project .history-body .year-row .year {
    padding-left: var(--header-side-padding--medium);
  }
}
@media screen and (max-width: 56.875em) {
  .page-template-history .history-body .year-row .year,
.post-type-archive-project .history-body .year-row .year {
    padding-left: var(--header-side-padding--small);
  }
}
.page-template-history .history-body .year-row .projects,
.post-type-archive-project .history-body .year-row .projects {
  position: relative; /* Per hover sul gap */
  display: flex;
  overflow-x: auto;
  gap: 2em;
  max-width: 100%;
  margin-bottom: 1.5em;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: var(--grid_cage_padding_desktop);
  padding-right: var(--grid_cage_padding_desktop);
}
.page-template-history .history-body .year-row .projects::-webkit-scrollbar,
.post-type-archive-project .history-body .year-row .projects::-webkit-scrollbar {
  display: none;
}
.page-template-history .history-body .year-row .projects .project,
.post-type-archive-project .history-body .year-row .projects .project {
  flex: 0 0 80vw;
  max-width: clamp(18.75em, 8.12em + 24.33vw, 25em);
}
.page-template-history .history-body .year-row .projects .project .image-link,
.post-type-archive-project .history-body .year-row .projects .project .image-link {
  margin-bottom: 0.5em;
}
.page-template-history .history-body .year-row .projects .project small,
.post-type-archive-project .history-body .year-row .projects .project small {
  font-stretch: 125%;
  font-variation-settings: "wdth" 125;
}
.page-template-history .history-body .year-row .projects .project h3,
.post-type-archive-project .history-body .year-row .projects .project h3 {
  font-stretch: 75%;
  font-variation-settings: "wdth" 75;
  font-weight: 300;
  font-size: 2em;
}
.page-template-history .history-body .year-row .projects:hover,
.post-type-archive-project .history-body .year-row .projects:hover {
  cursor: grab;
}
.page-template-history .history-body .year-row .projects.active, .page-template-history .history-body .year-row .projects.active a,
.post-type-archive-project .history-body .year-row .projects.active,
.post-type-archive-project .history-body .year-row .projects.active a {
  cursor: grabbing;
}
@media screen and (max-width: 69.375em) {
  .page-template-history .history-body .year-row .projects,
.post-type-archive-project .history-body .year-row .projects {
    padding-left: var(--header-side-padding--medium);
    padding-right: var(--header-side-padding--medium);
  }
}
@media screen and (max-width: 56.875em) {
  .page-template-history .history-body .year-row .projects,
.post-type-archive-project .history-body .year-row .projects {
    padding-left: var(--header-side-padding--small);
    padding-right: var(--header-side-padding--small);
  }
}
.page-template-history .history-body.automotive .project:not(.automotive) img,
.post-type-archive-project .history-body.automotive .project:not(.automotive) img {
  opacity: 0.5;
}
.page-template-history .history-body.mobility-and-urban-design .project:not(.mobility-and-urban-design) img,
.post-type-archive-project .history-body.mobility-and-urban-design .project:not(.mobility-and-urban-design) img {
  opacity: 0.5;
}
.page-template-history .history-body.product .project:not(.product) img,
.post-type-archive-project .history-body.product .project:not(.product) img {
  opacity: 0.5;
}
.page-template-history .history-body.transportation .project:not(.transportation) img,
.post-type-archive-project .history-body.transportation .project:not(.transportation) img {
  opacity: 0.5;
}

.timeline-head {
  /*top: $header-main_height--large;*/
  /*@media screen and (max-height: 45em) and (min-width: 56.875em) {*/
}
.timeline-head .head {
  padding-left: var(--grid_cage_padding_desktop);
  padding-right: var(--grid_cage_padding_desktop);
}
@media screen and (max-width: 69.375em) {
  .timeline-head .head {
    padding-left: var(--header-side-padding--medium);
    padding-right: var(--header-side-padding--medium);
  }
}
@media screen and (max-width: 56.875em) {
  .timeline-head .head {
    padding-left: var(--header-side-padding--small);
    padding-right: var(--header-side-padding--small);
  }
}
.timeline-head .head .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1em;
  margin-bottom: 3em;
}
.timeline-head .head .top h1,
.timeline-head .head .top h2 {
  font-weight: 800;
  color: var(--color_secondary);
  margin-bottom: 0;
}
.timeline-head .head .top h1 {
  font-size: clamp(1.375em, 7.5vw, 4.5em);
}
.timeline-head .head .top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color_dark);
  font-size: 1.5em;
  font-weight: 300;
  font-stretch: 125%;
  font-variation-settings: "wdth" 125;
  padding-bottom: 0.8em;
  border-bottom: 1px solid var(--color_secondary);
  width: 11em;
  max-width: 100%;
}
.timeline-head .head .top a .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.timeline-head .head .top a .icon svg {
  width: inherit;
  height: inherit;
  fill: var(--color_secondary);
}
.timeline-head .head .highlight {
  display: flex;
  align-items: center;
  gap: clamp(0.5em, -1.584em + 3.66vw, 2.813em);
  /*margin-bottom: clamp(0.5em, -1.584em + 3.66vw, 2.813em);*/
}
.timeline-head .head .highlight small {
  text-transform: uppercase;
  font-size: clamp(0.7em, 0.449em + 0.44vw, 0.835em);
  font-stretch: 125%;
  font-variation-settings: "wdth" 125;
  color: var(--color_secondary);
}
.timeline-head .head .highlight .buttons {
  display: flex;
  gap: clamp(0.625em, 1.67vw, 2.8125em);
}
.timeline-head .head .highlight .buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color_special_a);
  color: var(--color_special_a);
  font-size: clamp(0.6em, 0.321em + 0.49vw, 0.75em);
  font-weight: 700;
  font-stretch: 125%;
  font-variation-settings: "wdth" 125;
  text-transform: uppercase;
  padding: 0.83em 2.5em;
}
.timeline-head .head .highlight .buttons a.active {
  background-color: var(--color_special_a);
  color: white;
}
.timeline-head .timeline {
  display: flex;
  overflow-x: auto;
  gap: 2em;
  max-width: 100%;
  padding: 1em 0;
  user-select: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.timeline-head .timeline::-webkit-scrollbar {
  display: none;
}
.timeline-head .timeline a {
  color: var(--color_dark);
  font-size: 2em;
  font-weight: 200;
  font-stretch: 75%;
  font-variation-settings: "wdth" 75;
  margin-bottom: 0;
  user-select: none;
}
.timeline-head .timeline a.active {
  color: var(--color_secondary);
  font-weight: 300;
}
@media screen and (max-width: calc(43.75em - 1px)) {
  .timeline-head .timeline a {
    font-size: 1.5em;
  }
}
.timeline-head .timeline {
  padding-left: var(--grid_cage_padding_desktop);
  padding-right: var(--grid_cage_padding_desktop);
}
@media screen and (max-width: 69.375em) {
  .timeline-head .timeline {
    padding-left: var(--header-side-padding--medium);
    padding-right: var(--header-side-padding--medium);
  }
}
@media screen and (max-width: 56.875em) {
  .timeline-head .timeline {
    padding-left: var(--header-side-padding--small);
    padding-right: var(--header-side-padding--small);
  }
}
@media screen and (max-width: calc(100em - 1px)) {
  .timeline-head .top {
    flex-wrap: wrap;
  }
  .timeline-head .top h1 {
    max-width: 100%;
  }
  .timeline-head .top .filters {
    margin-left: auto;
  }
}
@media screen and (max-width: calc(78.125em - 1px)) {
  .timeline-head .highlight {
    flex-wrap: wrap;
  }
  .timeline-head small,
.timeline-head .buttons {
    width: 100%;
  }
  .timeline-head .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: calc(43.75em - 1px)), screen and (max-height: 45em) and (min-width: 43.75em) {
  .timeline-head .highlight {
    margin-top: 0.5em;
    margin-bottom: 1.5em !important;
  }
  .timeline-head .highlight small {
    font-size: 0.7em !important;
  }
  .timeline-head .highlight .buttons a {
    font-size: 0.6em !important;
  }
}

.timeline-body {
  overflow: hidden;
  max-height: calc(clamp(18.75em, 8.12em + 24.33vw, 25em) * 0.523275 + 0.5em + 3.755165625em); /*altezza immagine + margine immagine + altezza tag e nome + margine errore*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.timeline-body::-webkit-scrollbar {
  display: none;
}
.timeline-body .year-row {
  padding-bottom: 0.25em;
}
.timeline-body .year-row .anchor {
  display: block;
  height: 0;
  margin-top: calc(var(--header-main_height--large) * -1 - var(--head-height));
  padding-top: calc(var(--header-main_height--large) + var(--head-height));
}
@media screen and (max-width: 56.875em) {
  .timeline-body .year-row .anchor {
    margin-top: calc(var(--header-main_height--small) * -1 - var(--head-height));
    padding-top: calc(var(--header-main_height--small) + var(--head-height));
  }
}
.timeline-body .year-row .projects {
  position: relative; /* Per hover sul gap */
  display: flex;
  overflow-x: auto;
  gap: 2em;
  max-width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: var(--grid_cage_padding_desktop);
  padding-right: var(--grid_cage_padding_desktop);
}
.timeline-body .year-row .projects::-webkit-scrollbar {
  display: none;
}
.timeline-body .year-row .projects .project {
  flex: 0 0 80vw;
  max-width: clamp(18.75em, 8.12em + 24.33vw, 25em);
}
.timeline-body .year-row .projects .project .image-link {
  margin-bottom: 0.5em;
}
.timeline-body .year-row .projects .project small {
  font-stretch: 125%;
  font-variation-settings: "wdth" 125;
}
.timeline-body .year-row .projects .project h3 {
  font-stretch: 75%;
  font-variation-settings: "wdth" 75;
  font-weight: 300;
  font-size: 2em;
}
.timeline-body .year-row .projects:hover {
  cursor: grab;
}
.timeline-body .year-row .projects.active, .timeline-body .year-row .projects.active a {
  cursor: grabbing;
}
@media screen and (max-width: 69.375em) {
  .timeline-body .year-row .projects {
    padding-left: var(--header-side-padding--medium);
    padding-right: var(--header-side-padding--medium);
  }
}
@media screen and (max-width: 56.875em) {
  .timeline-body .year-row .projects {
    padding-left: var(--header-side-padding--small);
    padding-right: var(--header-side-padding--small);
  }
}
.timeline-body.automotive .project:not(.automotive) img {
  opacity: 0.5;
}
.timeline-body.mobility-and-urban-design .project:not(.mobility-and-urban-design) img {
  opacity: 0.5;
}
.timeline-body.product .project:not(.product) img {
  opacity: 0.5;
}
.timeline-body.transportation .project:not(.transportation) img {
  opacity: 0.5;
}/*# sourceMappingURL=style.css.map */