:root {
  --sitecolor: #A75B51;
  --textcolor: #0E0E0E;
  --titlecolor: #0E0E0E;
  --linkcolor: #A75B51;
  --linkcolor-hov: #0E0E0E;
  --accentcolor: #A75B51;
  --headerHeight: 164px;
  --teaserBarHeight: 72px;
  --btn-bgcolor: #0E0E0E;
  --btn-bgcolor-hov: #FCFCFC;
  --btn-color: #FCFCFC;
  --btn-color-hov: #0E0E0E;
  --gridGap: 50px;
}
@media (max-width: 1400px) {
  :root {
    --headerHeight: 100px;
  }
}
@media (max-width: 1023px) {
  :root {
    --gridGap: 20px;
    --teaserBarHeight: 69px;
  }
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 67px;
    --teaserBarHeight: 65px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  line-height: 1.5;
  font-family: inherit;
  cursor: pointer;
  color: var(--textcolor);
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  border: none;
  display: inline-block;
  font-size: clamp(0.938rem, 0.739rem + 0.85vw, 1.375rem);
  line-height: 1.45454545;
  letter-spacing: 0.036em;
  font-weight: 500;
  color: var(--sitecolor);
  padding-bottom: 7px;
  box-sizing: border-box;
  position: relative;
}
.button:after {
  content: '';
  left: 0;
  bottom: 0;
  width: clamp(2.125rem, 1.386rem + 3.15vw, 3.75rem);
  height: clamp(0.125rem, 0.04rem + 0.36vw, 0.313rem);
  background-color: var(--sitecolor);
  position: absolute;
  transition: all 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover:after,
  .button:focus:after {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .columns {
    margin-top: calc(var(--spaceTotal) * 1);
    padding: 0 10vw;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=./screen-medium.css.map */