:root {
  --sitecolor: #E42312;
  --textcolor: #000;
  --accentcolor: #E42312;
  --linkcolor: #E42312;
  --linkcolor-hov: #000;
  --btn-icon: #E42312;
  --btn-text: #E42312;
  --btn-icon-hov: #E42312;
  --btn-text-hov: #000;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--accentcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 31px;
  height: 20px;
  mask-image: url('/images/icon-arrow-right-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--accentcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btn-text-hov);
  }
}
.button-sos {
  line-height: 1.5;
  cursor: pointer;
  color: var(--textcolor);
  padding-left: 33px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--btn-text);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button-sos:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 23px;
  height: 23px;
  mask-image: url('/images/icon-sos-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--btn-icon);
}
@media (hover: hover) and (pointer: fine) {
  .button-sos:hover,
  .button-sos:focus {
    color: var(--btn-text-hov);
  }
}
.button-download {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 40px;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--textcolor);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 350;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.button-download:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 21px;
  mask-image: url('/images/icon-file-black.svg');
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 98%;
  background-color: var(--textcolor);
  transition: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}
@media (hover: hover) and (pointer: fine) {
  .button-download:hover,
  .button-download:focus {
    color: var(--btn-text-hov);
  }
}
.cbdModule--teaserLeadText {
  padding-right: 17.78042959%;
  box-sizing: border-box;
}
.columns {
  grid-template-columns: repeat(3, 1fr);
}
.columns__column--2fr {
  grid-column: span 2;
}
.columns__column--2fr .mood {
  width: clamp(100%,  calc(100% + ((100vw - 1540px) / 2)), calc(100% + 112px));
}
.columns__column--1fr {
  grid-column: span 1;
  width: clamp(100%,  calc(100% + ((100vw - 1540px) / 2)), calc(100% + 112px));
}
.layout16 .columns__column--1fr {
  width: 100%!important;
}
.footarea {
  width: 101.97568389%;
  margin-left: -0.96870343%;
  display: flex;
  flex-wrap: wrap;
}
.footpart {
  margin-left: 0.96870343%;
  margin-right: 0.96870343%;
}
.footpart.footpart--slim {
  width: 20.11922504%;
}
.footpart.footpart--half {
  width: 35.02235469%;
}
.footpart.footpart--wide {
  width: 39.0461997%;
  padding-top: calc(var(--spaceTotal) * 1 + 35px);
  box-sizing: border-box;
}
.container--footgrid {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr;
  justify-items: end;
  height: 100%;
}
.area--one {
  display: grid;
  gap: 0 26px;
  grid-template-columns: repeat(2, 1fr);
}
.area--one .unit {
  grid-column: span 2;
}
.area--one .unitOne--1-1-indent {
  padding-right: 17.78042959%;
  box-sizing: border-box;
}
.area--one .unitOne--1-2 {
  grid-column: span 1;
}
.area--three {
  grid-template-columns: repeat(3, 1fr);
}
.area--three .unit {
  grid-column: span 3;
}
.area--three .unit--form {
  width: 65.95744681%;
  margin-right: 34.04255319%;
}
.area--three .unitOne--1-1-indent {
  width: 65.95744681%;
  margin-right: 34.04255319%;
}
.area--three .unitOne--2-3 {
  grid-column: span 2;
}
.area--three .unitOne--1-3 {
  grid-column: span 1;
}
/*# sourceMappingURL=./screen-large.css.map */