.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
  cursor: pointer;
  padding-top: 5px;
  padding-left: 40px;
  padding-bottom: 10px;
  padding-right: 0px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  position: relative;
}
.button a {
  text-decoration: none;
}
.button:before {
  content: '';
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.button:hover:before,
.button:focus:before {
  left: 5px;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
    line-height: 1.28571429;
    padding-top: 5px;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 0px;
  }
  .button:before {
    width: 20px;
    height: 20px;
  }
  .button:after {
    height: 1px;
  }
}
.button-white a {
  color: #fff;
}
.button-white:before {
  background-image: url(/images/arrow-circle-white.svg);
}
.button-white:after {
  background-color: #fff;
}
.button-red a {
  color: #de3329;
}
.button-red:before {
  background-image: url(/images/arrow-circle-red.svg);
}
.button-red:after {
  background-color: #de3329;
}
#home {
  height: 83px;
}
.container--head {
  padding-top: 19px;
  padding-bottom: 11px;
}
main {
  margin-top: 113px;
}
.section--multimood .title {
  top: 90px;
}
.mood--home {
  height: 400px;
}
.mood--sub {
  height: 200px;
}
.moodTitle {
  top: 25px;
  font-size: 32px;
  line-height: 1.125;
}
.layout1 .moodTitle {
  top: 25px;
  font-size: 60px;
  line-height: 1.11666667;
}
.footarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 100%;
}
.footarea--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.footarea--bottom .left {
  float: left;
}
.footarea .footpart {
  float: left;
}
.footarea .footpart p,
.footarea .footpart a,
.footarea .footpart span {
  font-size: 17px;
  line-height: 1.29411765;
}
.footarea .footpart--social {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.toplink {
  right: 20px;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#kooperationspartner,
#netzwerkpartner {
  margin-left: 0;
}
h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 790px;
  max-width: 100%;
}
span.h1Span {
  font-size: 40px;
  line-height: 1.25;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 790px;
  max-width: 100%;
}
h2 {
  font-size: 40px;
  line-height: 1.25;
}
h3 {
  font-size: 33px;
  line-height: 1.21212121;
}
h4 {
  font-size: 28px;
  line-height: 1.28571429;
}
p.norm {
  font-size: 20px;
  line-height: 1.4;
}
p.loud {
  font-size: 24px;
  line-height: 1.41666667;
}
p.skew {
  font-size: 40px;
  line-height: 1.2;
}
.area--four .cb-image-caption {
  font-size: 28px;
  line-height: 1.28571429;
}
.area--one,
.area--eight {
  width: 790px;
  max-width: 100%;
  margin-left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.area--one,
.area--three,
.area--eight,
.area--nine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area--two,
.area--four,
.area--five,
.area--six,
.area--seven {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px 60px;
}
.area--nine {
  width: calc(100% + 50px);
  margin-left: -25px;
}
.unit--article1.unitOne--sizeHalf {
  width: calc(100% / 2 - 30px);
}
.unit--article1.unitOne--sizeSlim {
  width: calc(100% / 2 - 30px);
}
.unit--article2.unitTwo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.unit--article2.unitTwo .unit__background {
  max-width: 50%;
}
.unit--article2.unitTwo .unit__content {
  max-width: 50%;
  padding-left: 30px;
}
.unit--article2.unitThree {
  width: calc(100% / 2 - 30px);
}
.unit--article2.unitThree--bgcolorWhite,
.unit--article2.unitThree--bgcolorRed,
.unit--article2.unitThree--bgcolorBlue,
.unit--article2.unitThree--bgcolorPetrol {
  padding-top: var(--spacePart);
  padding-bottom: var(--spacePart);
  padding-left: var(--spaceUnit);
  padding-right: var(--spaceUnit);
}
.unit--article3.unitTwo {
  width: calc(100% / 2 - 30px);
}
.unit--article3.unitTwo .unit__body {
  padding: 25px;
}
.unit--article3.unitThree {
  width: calc(100% / 2 - 40px);
  margin: 0;
}
.unit--article3.unitThree .part {
  margin-top: var(--spacePart);
  padding: 30px;
}
.unit--article4.unitOne {
  width: calc(100%/3 * 2);
  padding: 0 25px;
}
.unit--article4.unitOne .unit__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px 0;
}
.unit--article4.unitOne .part.pict.tall {
  width: 100%;
  height: 292px;
  margin: 0;
}
.unit--article4.unitOne .part.pict.tiny {
  width: calc(50% - 25px);
  height: 292px;
}
.unit--article4.unitTwo {
  width: calc(100% / 3);
  padding: 0 25px;
}
/*# sourceMappingURL=screen-medium.css.map */