.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.buttonBascis {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.015em;
  font-weight: bold;
  border: none;
  position: relative;
  isolation: isolate;
  transition: all 0.4s;
  overflow: hidden;
}
.buttonBascis:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--buttonBackground);
  z-index: -2;
}
.buttonBascis:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--buttonBackgroundHover);
  z-index: -1;
  transition: all 0.4s;
}
.buttonBascis:hover:after,
.buttonBascis:focus:after {
  width: 100%;
}
.button {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.015em;
  font-weight: bold;
  border: none;
  position: relative;
  isolation: isolate;
  transition: all 0.4s;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.3;
  padding: 11px 39px;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--buttonBackground);
  z-index: -2;
}
.button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--buttonBackgroundHover);
  z-index: -1;
  transition: all 0.4s;
}
.button:hover:after,
.button:focus:after {
  width: 100%;
}
.buttonSmall {
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  color: var(--buttonColor);
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.015em;
  font-weight: bold;
  border: none;
  position: relative;
  isolation: isolate;
  transition: all 0.4s;
  overflow: hidden;
  font-size: 16px;
  line-height: 1.3125;
  padding: 7px 25px;
}
.buttonSmall:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--buttonBackground);
  z-index: -2;
}
.buttonSmall:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--buttonBackgroundHover);
  z-index: -1;
  transition: all 0.4s;
}
.buttonSmall:hover:after,
.buttonSmall:focus:after {
  width: 100%;
}
.section--two {
  padding-top: 20px;
}
.section--two:before {
  height: 20px;
}
.footunit--one {
  padding: 40px;
}
.footunit--three {
  padding: 35px 40px;
}
.footernavigation div.sub1 > .item {
  width: calc(100% / 3 - (40px / 3));
}
.area--one .unitOne--1-4 {
  width: calc(25% - 15px);
}
.area--one .unitTwo {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}
.area--one .unitTwo:nth-child(2n+1 of .unitTwo) {
  align-items: flex-end;
}
.area--one .unitTwo:nth-child(2n+1 of .unitTwo) .unit__content {
  margin-right: clamp(2.5rem, calc(6vw - 0.38rem), 3.438rem);
}
.area--one .unitTwo:nth-child(2n+2 of .unitTwo) {
  align-items: flex-start;
}
.area--one .unitTwo:nth-child(2n+2 of .unitTwo) .unit__content {
  margin-left: clamp(2.5rem, calc(6vw - 0.38rem), 3.438rem);
}
.area--one .unitTwo .unit__content {
  max-width: 312px;
}
.area--one .unitTwo .part.pict:first-child .cb-image-container {
  width: calc(100% - 110px);
  margin-left: 55px;
  margin-right: 55px;
}
.area--one .unitThree {
  width: calc((100% / 3) - (40px / 3));
}
.part.pict.part--gradient {
  padding-bottom: 20px;
}
.part.pict.part--gradient:before {
  height: 20px;
}
/*# sourceMappingURL=./screen-medium.css.map */