.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  display: inline-block;
  background-color: var(--s-btn-bg);
  font-family: inherit;
  font-size: 24px;
  line-height: 1.54166667;
  cursor: pointer;
  color: var(--s-btn-color);
  padding: 16px 64px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #1F84C7, transparent);
  transition: all 0.4s;
  z-index: -1;
}
.button:hover,
.button:focus {
  color: var(--s-btn-color);
}
.button:hover:before,
.button:focus:before {
  transform: translateX(0);
  width: 100%;
}
@media (max-width: 767px) {
  .button {
    padding: 8px 67px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.section--two .button,
.section--three .button {
  box-shadow: 0 0 0 1px #fff;
}
.section--two .button:hover,
.section--three .button:hover,
.section--two .button:focus,
.section--three .button:focus {
  box-shadow: none;
}
.slider-button {
  display: inline-block;
  background: linear-gradient(transparent, transparent);
  font-size: 24px;
  line-height: 1.54166667;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  padding: 16px 69px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: inset 0 0 0 1px #fff;
  transition: all 0.4s;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.slider-button:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #1F84C7, transparent);
  transition: all 0.4s;
  z-index: -1;
}
.slider-button:hover,
.slider-button:focus {
  background-color: #224050;
  box-shadow: none;
  color: var(--s-btn-color);
}
.slider-button:hover:before,
.slider-button:focus:before {
  transform: translateX(0);
  width: 100%;
}
@media (max-width: 767px) {
  .slider-button {
    padding: 10px 45px;
    font-size: 12px;
    line-height: 1.5;
  }
}
.buttonContact {
  float: left;
  background-color: #fff;
  font-family: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  color: #224050;
  padding: 16px 36px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: all 0.4s;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.buttonContact:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(to left, #1F84C7, transparent);
  transition: all 0.4s;
  z-index: -1;
}
.buttonContact:hover,
.buttonContact:focus {
  background-color: #224050;
  box-shadow: none;
  color: var(--s-btn-color);
}
.buttonContact:hover:before,
.buttonContact:focus:before {
  transform: translateX(0);
  width: 100%;
}
@media (max-width: 767px) {
  .buttonContact {
    padding: 8px 18px;
    font-size: 12px;
    line-height: 1.5;
  }
}
#head {
  margin-top: 60px;
}
.home {
  height: 60px;
}
.container--head {
  margin: 30px 0 25px;
}
.meta.find {
  width: 30px;
  height: 30px;
}
.pager-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 16px;
}
.pager__part--prev,
.pager__part--next {
  width: auto;
}
.footarea {
  margin: 50px 0;
  gap: 50px;
}
.footlogo {
  height: 74px;
}
.vcard {
  font-size: 20px;
  line-height: 1.5;
}
.part--openingHours {
  margin-top: 50px;
}
.footlinks {
  margin-top: 50px;
}
.unit--footlinks .part--link {
  font-size: 20px;
  line-height: 1.5;
}
.part--swissMade span {
  font-size: 50px;
  line-height: 0.8;
}
.part--openingHours {
  margin-top: 55px;
}
.part--openingHours span {
  font-size: 20px;
  line-height: 1.5;
}
.part--socialLinks {
  margin-top: 50px;
}
.part--socialLinks .iconLinks__content {
  gap: 25px;
}
.part--socialLinks .iconLinks__icon {
  width: 42px;
  height: 42px;
}
.part--stalderMade {
  margin-top: 50px;
  padding-top: 33px;
}
.part--stalderMade:before {
  width: 29px;
  height: 29px;
}
.part--stalderMade span {
  font-size: 24px;
  line-height: 1.54166667;
}
.meta.auth {
  font-size: 20px;
  line-height: 1.5;
}
.area--one {
  gap: 0 16px;
}
.area--one .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
}
.area--one .part--auto {
  width: auto;
}
.area--one .unitTwo {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: flex-start;
  gap: 0 16px;
}
.area--one .unitTwo--imageRight .unit__background {
  order: 2;
}
.area--one .unitTwo--variantOne.unitTwo--imageRight {
  text-align: right;
}
.area--one .unitTwo--variantOne .unit__background {
  grid-column: span 6;
}
.area--one .unitTwo--variantOne .unit__content {
  grid-column: span 6;
}
.area--one .unitTwo--variantTwo {
  align-items: center;
}
.area--one .unitTwo--variantTwo.unitTwo--imageLeft .unit__background {
  grid-column: span 4;
}
.area--one .unitTwo--variantTwo.unitTwo--imageLeft .unit__content {
  grid-column: 7 / span 6;
}
.area--one .unitTwo--variantTwo.unitTwo--imageRight .unit__background {
  grid-column: 9 / span 4;
}
.area--one .unitTwo--variantTwo.unitTwo--imageRight .unit__content {
  grid-column: span 6;
}
.area--one .unitTwo--variantThree {
  align-items: center;
}
.area--one .unitTwo--variantThree .unit__background {
  grid-column: span 3;
}
.area--one .unitTwo--variantThree .unit__content {
  grid-column: span 9;
}
.area--one .unitGallery--variantOne .unit__body {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.area--one .unitGallery--variantTwo .unit__body {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 16px;
}
.area--one .unitGallery--variantTwo .part--file * {
  height: 100%;
}
.area--one .unitGallery--variantTwo .part--file img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.area--one .unitGallery--variantTwo .part--file:nth-child(3n + 1) {
  grid-column: span 5;
  grid-row: span 4;
  aspect-ratio: 1.24354244;
  align-self: flex-end;
}
@supports not (aspect-ratio: 674 /  542) {
  .area--one .unitGallery--variantTwo .part--file:nth-child(3n + 1):before {
    float: left;
    padding-top: 80.41543027%;
    content: '';
  }
  .area--one .unitGallery--variantTwo .part--file:nth-child(3n + 1):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitGallery--variantTwo .part--file:nth-child(3n + 2) {
  grid-column: span 3;
  grid-row: span 5;
  align-self: flex-end;
  aspect-ratio: 0.74253731;
}
@supports not (aspect-ratio: 398 /  536) {
  .area--one .unitGallery--variantTwo .part--file:nth-child(3n + 2):before {
    float: left;
    padding-top: 134.67336683%;
    content: '';
  }
  .area--one .unitGallery--variantTwo .part--file:nth-child(3n + 2):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitGallery--variantTwo .part--file:nth-child(3n + 3) {
  grid-column: 3 / span 3;
  grid-row: span 2;
  aspect-ratio: 1.44202899;
}
@supports not (aspect-ratio: 398 /  276) {
  .area--one .unitGallery--variantTwo .part--file:nth-child(3n + 3):before {
    float: left;
    padding-top: 69.34673367%;
    content: '';
  }
  .area--one .unitGallery--variantTwo .part--file:nth-child(3n + 3):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--one .unitThree {
  grid-column: span 4;
}
.area--one .unit--form .unit__content {
  max-width: 812px;
}
.area--one .unit--form .unit__body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
}
.area--one .unit--form .part--1-2 {
  width: calc(50% - 8px);
}
.area--two {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}
.area--two .unitOne:nth-child(7n + 1) {
  grid-row: span 2;
}
.area--two .unitOne:nth-child(7n+4) {
  aspect-ratio: 2.06153846;
  grid-column: span 2;
}
@supports not (aspect-ratio: 536 /  260) {
  .area--two .unitOne:nth-child(7n+4):before {
    float: left;
    padding-top: 48.50746269%;
    content: '';
  }
  .area--two .unitOne:nth-child(7n+4):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--two .unitOne:nth-child(7n+5) {
  aspect-ratio: 4.18461538;
  grid-column: span 4;
}
@supports not (aspect-ratio: 1088 /  260) {
  .area--two .unitOne:nth-child(7n+5):before {
    float: left;
    padding-top: 23.89705882%;
    content: '';
  }
  .area--two .unitOne:nth-child(7n+5):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--two .unitOne:nth-child(7n+6) {
  aspect-ratio: 2.06153846;
  grid-column: span 2;
}
@supports not (aspect-ratio: 536 /  260) {
  .area--two .unitOne:nth-child(7n+6):before {
    float: left;
    padding-top: 48.50746269%;
    content: '';
  }
  .area--two .unitOne:nth-child(7n+6):after {
    display: block;
    content: '';
    clear: both;
  }
}
.area--two .unitOne:nth-child(7n+7) {
  aspect-ratio: 2.06153846;
  grid-column: span 2;
}
@supports not (aspect-ratio: 536 /  260) {
  .area--two .unitOne:nth-child(7n+7):before {
    float: left;
    padding-top: 48.50746269%;
    content: '';
  }
  .area--two .unitOne:nth-child(7n+7):after {
    display: block;
    content: '';
    clear: both;
  }
}
.part--iconLinks .iconLinks__content {
  gap: 16px;
}
.part--iconLinks .iconLinks__icon {
  width: 30px;
  height: 24px;
}
/*# sourceMappingURL=./screen-medium.css.map */