.grid-row {
  position: relative;
  padding: 20px calc( calc( 100% - 1320px ) / 2 );
  margin: 80px 0;
  display: grid;
  grid-template-columns: repeat( 12, minmax(0,1fr) );
  row-gap: 20px;
  column-gap: 40px;
}
.grid-col {
  position: relative;
  box-sizing: content-box;
  display: grid;
  row-gap: 10px;
}

.grid-block {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}

.grid-col.aligncntnt-start {
  align-content: start;
}
.grid-col.aligncntnt-end {
  align-content: end;
}
.grid-col.aligncntnt-center {
  align-content: center;
}
.grid-col.aligncntnt-stretch {
  align-content: stretch;
}
.grid-col.aligncntnt-space-around {
  align-content: space-around;
}
.grid-col.aligncntnt-space-between {
  align-content: space-between;
}
.grid-col.aligncntnt-space-evenly {
  align-content: space-evenly;
}

.grid-block.align-left, .grid-block.txt-left {
  text-align: left;
}
.grid-block.align-right, .grid-block.txt-right {
  text-align: right;
}
.grid-block.align-center, .grid-block.txt-center {
  text-align: center;
}
.grid-block.align-justify, .grid-block.txt-justify {
  text-align: justify;
}


/** de: Bilder auf volle Breite skalieren */
/** en: Bilder auf volle Breite skalieren */
.bax-image-fullwidth {
}
.bax-image-fullwidth img, .bax-image-fullwidth svg {
  width: 100%;
  margin: 0;
}

/** de: Bilder ohne Abstand */
/** en: Bilder ohne Abstand */
.bax-image-nomargin {
}
.bax-image-nomargin img, .bax-image-nomargin svg {
  margin: 0;
}

/** de: Weißer Text */
/** en: Weißer Text */
.bax-text-white {
  color: #FFFFFF !important;
}
.bax-text-white a, .bax-text-white a:hover {
  color: #FFFFFF !important;
  text-decoration: underline;
}
.bax-text-white a:hover {
  text-decoration: none;
  color: #FFFFFF !important;
  opacity: 0.5;
}
.bax-text-white .headline1, .bax-text-white .headline2, .bax-text-white .headline3, .bax-text-white .headline4, .bax-text-white .headline5, .bax-text-white .headline6 {
  color: #FFFFFF;
}

/** de: Text mit Schlagschatten */
/** en: Text mit Schlagschatten */
.bax-text-dropshadow {
  text-shadow: 0 2px 6px rgba(0,0,0,0.6);
}

/** de: Bild-Filter: Abdunkeln */
/** en: Bild-Filter: Abdunkeln */
.bax-image-darker {
}
.bax-image-darker img {
  filter: brightness(0.6);
}

/** de: XS (alle Seiten) */
/** en: XS (alle Seiten) */
.cap-padding-xs {
  padding: clamp( 10px, 1vw, 20px );
}

/** de: S (alle Seiten) */
/** en: S (alle Seiten) */
.cap-padding-s {
  padding: clamp( 20px, 2vw, 40px );
}

/** de: kein Abstand (oben) */
/** en: kein Abstand (oben) */
.ram-margin-0-top {
  margin-top: 0 !important;
}

/** de: kein Abstand (unten) */
/** en: kein Abstand (unten) */
.ram-margin-0-bottom {
  margin-bottom: 0 !important;
}

/** de: Animation: Fade-In unten/oben */
/** en: Animation: Fade-In unten/oben */
.rax-fadein-bottom-top {
}
@media all and (min-width: 800px) {
  .rax-fadein-bottom-top div.grid-col {
    opacity: 0;
  }
  .rax-fadein-bottom-top.inview div.grid-col {
    animation: rax-fadein-bottom-top 1s forwards;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(1) {
    animation-delay: 0ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(2) {
    animation-delay: 250ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(3) {
    animation-delay: 500ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(4) {
    animation-delay: 750ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(5) {
    animation-delay: 1000ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(6) {
    animation-delay: 1250ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(7) {
    animation-delay: 1500ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(8) {
    animation-delay: 1750ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(9) {
    animation-delay: 2000ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(10) {
    animation-delay: 2250ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(11) {
    animation-delay: 2500ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(12) {
    animation-delay: 2750ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(13) {
    animation-delay: 3000ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(14) {
    animation-delay: 3250ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(15) {
    animation-delay: 3500ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(16) {
    animation-delay: 3750ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(17) {
    animation-delay: 4000ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(18) {
    animation-delay: 4250ms;
  }
  .rax-fadein-bottom-top.inview div.grid-col:nth-child(19) {
    animation-delay: 4500ms;
  }
  @keyframes rax-fadein-bottom-top {
    from {
      opacity: 0;
      transform: translate(0,100px);
    }
    to {
      opacity: 1;
      transform: translate(0,0);
    }
  }
}

/** de: Animation: Fade-In unten/oben */
/** en: Animation: Fade-In unten/oben */
.cax-fadein-bottom-top {
}
@media all and (min-width: 800px) {
  .cax-fadein-bottom-top {
    opacity: 0;
  }
  .cax-fadein-bottom-top.inview {
    animation: cax-fadein-bottom-top 1s forwards;
  }
  @keyframes cax-fadein-bottom-top {
    from {
      opacity: 0;
      transform: translate(0,100px);
    }
    to {
      opacity: 1;
      transform: translate(0,0);
    }
  }
}

/** de: Animation: Fade-In links/rechts */
/** en: Animation: Fade-In links/rechts */
.rax-fadein-left-right {
}
@media all and (min-width: 800px) {
  .rax-fadein-left-right {
    opacity: 0;
  }
  .rax-fadein-left-right.inview .grid-col {
    animation: rax-fadein-left-right 1s forwards;
  }
  @keyframes rax-fadein-left-right {
    from {
      opacity: 0;
      transform: translate(-200px,0);
    }
    to {
      opacity: 1;
      transform: translate(0,0);
    }
  }
}

/** de: Animation: Fade-In rechts/links */
/** en: Animation: Fade-In rechts/links */
.rax-fadein-right-left {
}
@media all and (min-width: 800px) {
  .rax-fadein-right-left {
    opacity: 0;
  }
  .rax-fadein-right-left.inview .grid-col {
    animation: rax-fadein-right-left 1s forwards;
  }
  @keyframes rax-fadein-right-left {
    from {
      opacity: 0;
      transform: translate(200px,0);
    }
    to {
      opacity: 1;
      transform: translate(0,0);
    }
  }
}.grid-row.row-6er-slider {
  display: block;
  padding: 20px;
  margin: 0 0 0 0;
}
.grid-row.row-6er-slider .grid-col {
  grid-column: unset !important;
}

.grid-row.row-6er-slider .slick-slide {
  transition: 300ms;
  font-size: 1.8em;
  margin: 0 20px;
  font-weight: 600;
  color: #11572C;
  overflow: visible;
}


.grid-row.row-6er-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 2.3rem;
  height: 2rem;
  transform: translate(0,-50%);
  background: transparent;
}
.grid-row.row-6er-slider .slick-prev::before, .grid-row.row-6er-slider .slick-next::before {
  position: absolute;
  top: 0.05rem;
  right: 0.1rem;
  width: 1.7rem;
  height: 1.7rem;
  border: 1px solid transparent;
  color: #888;
  border-top-color: currentColor;
  border-right-color: currentColor;
  transform: rotate(225deg);
  content: '';
}
.grid-row.row-6er-slider .slick-next::before {
  right: 0.4rem;
  transform: rotate(45deg);
}
.grid-row.row-6er-slider .slick-prev:hover::before, .grid-row.row-6er-slider .slick-next:hover::before {
  color: #111;
}

.grid-row.row-6er-slider .slick-list::before,
.grid-row.row-6er-slider .slick-list::after {
  position: absolute;
  top: 0;
  left: 0;  
  width: 3rem;
  height: 100%;
  content: '';
  background: linear-gradient(90deg,#FFFFFF 20%, #FFFFFFCC 50% , transparent 100%);
  z-index: 100;
}
.grid-row.row-6er-slider .slick-list::after {
  left: auto;
  right: 0;
  background: linear-gradient(90deg,transparent 0%, #FFFFFFCC 50% , #FFFFFF 80%);
}

@media all and (max-width: 1520px) {
  .grid-row.row-6er-slider {
    display: block;
    padding: 20px;
    margin: 40px;
  }
}

.grid-col.col-to-front {
  z-index: 1;
}.grid-col.col-imageslider {
  height: fit-content;
}
.grid-col.col-imageslider img, .grid-col.col-imageslider > a {
  margin: 0;
  width: 100%;
}
.grid-col.col-imageslider > .grid-block .grideditor-edit-button {
  display: none;
}
.grid-col.col-imageslider > .grid-block {
  display: none;
}
.grid-col.col-imageslider.slick-slider > .grid-block {
  display: block;
}
.grid-col.col-imageslider > .grid-block:first-child {
  display: block;
}

.grid-col.col-imageslider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0.8rem;
  width: 2.5rem;
  height: 2.5rem;
  left: 0.8rem;
  background: #424242;
  border: 0;
  outline: 0;
  overflow: hidden;
  color: transparent;
  cursor: pointer;
  transition: 300ms;
  z-index: 100;
  opacity: 0.5;
}
.grid-col.col-imageslider .slick-arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 60%;
  height: 50%;
  transform: translate(-50%,-50%) rotate(135deg);
  width: 0.75rem;
  height: 0.75rem;
  box-shadow: 1px 1px 0px 0 #FFFFFF;
  content: '';
}
.grid-col.col-imageslider .slick-next {
  left: auto;
  right: 10px;
}
.grid-col.col-imageslider .slick-next::after {
  left: 41%;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.grid-col.col-imageslider .slick-arrow:hover, .slick-arrow:focus {
  background: #222222;
  opacity: 1;
}
.grid-col.col-inbackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  grid-column: unset;
}
.grid-col.col-inbackground.col-1 {
  width: calc( 100% / 12 * 1 );
}
.grid-col.col-inbackground.col-2 {
  width: calc( 100% / 12 * 2 );
}
.grid-col.col-inbackground.col-3 {
  width: calc( 100% / 12 * 3 );
}
.grid-col.col-inbackground.col-4 {
  width: calc( 100% / 12 * 4 );
}
.grid-col.col-inbackground.col-5 {
  width: calc( 100% / 12 * 5 );
}
.grid-col.col-inbackground.col-6 {
  width: calc( 100% / 12 * 6 );
}
.grid-col.col-inbackground.col-7 {
  width: calc( 100% / 12 * 7 );
}
.grid-col.col-inbackground.col-8 {
  width: calc( 100% / 12 * 8 );
}
.grid-col.col-inbackground.col-9 {
  width: calc( 100% / 12 * 9 );
}
.grid-col.col-inbackground.col-10 {
  width: calc( 100% / 12 * 10 );
}
.grid-col.col-inbackground.col-11 {
  width: calc( 100% / 12 * 11 );
}.grid-block.textarea-links-as-buttons2 > a:not([class]) {
  position: relative;
  display: inline-block;
  color: #424242;
  border: 1px solid #424242;
  padding: 0.7em 1em 0.6em 1em;
  font-size: clamp( 0.9rem, 0.5em, 0.5em );
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.grid-block.textarea-links-as-buttons2 > a:not([class]):hover {
  color: #FFFFFF;
  background: #424242;
}.grid-block.textarea-links-as-buttons3 > a:not([class]) {
  position: relative;
  display: inline-block;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 0.3em 1.4em 0.1em 0;
  font-size: clamp( 0.9rem, 0.9em, 0.9em );
  line-height: 150%;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
.grid-block.textarea-links-as-buttons3 > a:not([class])::before {
  display: block;
  position: absolute;
  top: 47%;
  right: 0.1em;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform-origin: top right;
  transform: rotate(45deg);
  content: '';
}
.grid-block.textarea-links-as-buttons3 > a:not([class]):hover {
  border-bottom: 1px solid #424242;
}.grid-block.textarea-links-as-buttons1 > a:not([class]) {
  position: relative;
  display: inline-block;
  color: currentColor !important;
  border: 1px solid #FFFFFF;
  padding: 0.7em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  vertical-align: middle;
}
.grid-block.textarea-links-as-buttons1 > a:not([class]):hover {
  background: #FFFFFF;
  color: #424242 !important;
  opacity: 1;
}.grid-block.textarea-hero-bigtext {
  font-size: clamp(3rem, 4vw, 4.5rem);
  font-weight: 400;
  line-height: 100%;
}.grid-block.textline-overlay-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1rem;
  background: #424242CC;
  color: #FFFFFF;
  font-weight: 400;
  box-sizing: border-box;
  text-transform: uppercase;
  pointer-events: none;
}.grid-block.image-cover, .grid-block.image-cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid-block.image-cover img {
  object-fit: cover;
  margin: 0;
}.grid-block.image-outstanding-right {
  overflow: visible;
  direction: ltr;
}
.grid-block.image-outstanding-right img {
  width: 150%;
  max-width: 150%;
  margin: 0;
  
  mask-image: linear-gradient(to right, black 0%, black 42%, transparent 75%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;

  -webkit-mask-image: linear-gradient(to right, black 0%, black 42%, transparent 75%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;

}.grid-block.image-cover-parallax, .grid-block.image-cover-parallax img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid-block.image-cover-parallax img {
  object-fit: cover;
  margin: 0;
  transform: translate( 0, calc( var(--afc) * -50px ) );
}.grid-block.image-outstanding-left {
  overflow: visible;
  direction: rtl;
}
.grid-block.image-outstanding-left img {
  width: 150%;
  max-width: 150%;
  margin: 0;
  
  mask-image: linear-gradient(to right, transparent 19%, black 53%, black 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;

  -webkit-mask-image: linear-gradient(to right, transparent 19%, black 53%, black 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}@media all and (min-width: 1101px) {
  .hide-default { display: none; }
  .col-1 { grid-column: span 1; }
  .col-2 { grid-column: span 2; }
  .col-3 { grid-column: span 3; }
  .col-4 { grid-column: span 4; }
  .col-5 { grid-column: span 5; }
  .col-6 { grid-column: span 6; }
  .col-7 { grid-column: span 7; }
  .col-8 { grid-column: span 8; }
  .col-9 { grid-column: span 9; }
  .col-10 { grid-column: span 10; }
  .col-11 { grid-column: span 11; }
  .col-12 { grid-column: span 12; }
}

@media all and (max-width: 1600px) {
  .grid-row { margin-top: 60px; margin-bottom: 60px; padding-left: 40px; padding-right: 40px; }
}

@media all and (min-width: 601px) and (max-width: 1100px) {
  .hide-tablet { display: none; }
  .col-t-1 { grid-column: span 1; }
  .col-t-2 { grid-column: span 2; }
  .col-t-3 { grid-column: span 3; }
  .col-t-4 { grid-column: span 4; }
  .col-t-5 { grid-column: span 5; }
  .col-t-6 { grid-column: span 6; }
  .col-t-7 { grid-column: span 7; }
  .col-t-8 { grid-column: span 8; }
  .col-t-9 { grid-column: span 9; }
  .col-t-10 { grid-column: span 10; }
  .col-t-11 { grid-column: span 11; }
  .col-t-12 { grid-column: span 12; }
}

@media all and (max-width: 600px) {
  .grid-row { column-gap: 20px; row-gap: 30px; margin-top: 20px; margin-bottom: 20px; padding-left: 20px; padding-right: 20px; }
  .hide-mobile { display: none; }
  .col-m-1 { grid-column: span 1; }
  .col-m-2 { grid-column: span 2; }
  .col-m-3 { grid-column: span 3; }
  .col-m-4 { grid-column: span 4; }
  .col-m-5 { grid-column: span 5; }
  .col-m-6 { grid-column: span 6; }
  .col-m-7 { grid-column: span 7; }
  .col-m-8 { grid-column: span 8; }
  .col-m-9 { grid-column: span 9; }
  .col-m-10 { grid-column: span 10; }
  .col-m-11 { grid-column: span 11; }
  .col-m-12 { grid-column: span 12; }
}
