.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 1em;
  color: #222b3b;
  font-size: 2em;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 0.7em;
  color: #d7007f;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

h4 {
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin-bottom: 10px;
  color: #000;
  font-size: 1em;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

a {
  color: #d7007f;
  font-weight: 700;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #d7007f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.header-video {
  z-index: 1;
  font-size: 16px;
}

.sticky-nav {
  position: fixed;
  top: 0px;
  z-index: 4;
  width: 100%;
  padding: 0em 20px;
}

.nav-grid {
  position: absolute;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 63px;
  margin: 38px 0px 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr);
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 62px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #d7007f;
}

.background-video-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 940px;
  max-width: 100%;
  border-radius: 25px;
}

.background-video-wrapper.margintop {
  z-index: 3;
  margin-top: 128px;
}

.footer {
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.nav-links {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3em;
  margin-top: 128px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-txt {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-block {
  text-decoration: none;
}

.nav-spacer {
  width: 1px;
  height: 100%;
  margin-right: 17px;
  margin-left: 17px;
  background-color: #fff;
}

.container {
  position: relative;
}

.sticky-nav-bg {
  position: fixed;
  top: 0px;
  z-index: 3;
  width: 100%;
  height: 164px;
  background-image: url('../images/cnc-text-icon.svg'), -webkit-gradient(linear, left top, right top, color-stop(47%, #222b3b), color-stop(89%, #c7d2e4), to(#fff));
  background-image: url('../images/cnc-text-icon.svg'), linear-gradient(90deg, #222b3b 47%, #c7d2e4 89%, #fff);
  background-position: 50% 0%, 0px 0px;
  background-size: auto 80%, auto;
  background-repeat: no-repeat, repeat;
}

.landing-video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section {
  margin-top: 5em;
  margin-bottom: 5em;
  border-radius: 25px;
}

.txt-image-grid-image {
  margin-top: 15px;
  border-radius: 25px;
}

.teaser {
  position: relative;
  z-index: 1;
  margin-top: 6.1em;
  margin-bottom: 2em;
  padding: 3.2em 3em 1.8em;
}

.teaser-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-image: linear-gradient(135deg, #c7d2e4, #fff);
}

.teaser-headline {
  position: absolute;
  display: inline-block;
  margin-top: -53px;
  margin-left: -18px;
  padding: 5px 35px;
  border-radius: 30px;
  background-color: #596373;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.small-slider {
  z-index: 1;
  width: 652px;
  height: 381px;
  margin-top: 3.2em;
  margin-bottom: 3.2em;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.small-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.image-2 {
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-txt-image-holder {
  position: relative;
  overflow: hidden;
  width: 504px;
  height: 329px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7d2e4;
  border-radius: 25px;
}

.slide-txt-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 0px;
  padding: 20px 34px;
  text-align: center;
}

.anker-element {
  height: 0px;
  -webkit-transform: translate(0px, -17em);
  -ms-transform: translate(0px, -17em);
  transform: translate(0px, -17em);
}

.txt-centered {
  text-align: center;
}

.spacer-medium {
  height: 2em;
}

.daten-fakten-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.4em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.daten-fakten-list-wrapper.pull-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-fixed-width {
  width: 650px;
}

.daten-fakten-img {
  width: 740px;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.daten-fakten-img.rechts {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.txt-link {
  color: #d7007f;
}

.table-paragraph {
  margin-bottom: 0px;
}

.hero-slide-wrapper {
  overflow: hidden;
  height: 387px;
  border-radius: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-slider-arrow {
  position: absolute;
  display: block;
  width: 30px;
  -webkit-transform: translate(0px, -29px);
  -ms-transform: translate(0px, -29px);
  transform: translate(0px, -29px);
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  font-size: 12px;
}

.heroslide {
  height: 432px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.image-3 {
  -o-object-fit: cover;
  object-fit: cover;
}

.txt-image-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 26px;
  margin-bottom: 0.7em;
  grid-auto-columns: 1fr;
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list-item-span-bold {
  color: #333;
  letter-spacing: 0.7px;
}

.paragraph-4 {
  color: #000;
}

.background-video {
  height: 403px;
}

.doppelbild-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 13px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.doppelbild-einzeln {
  width: 49.8%;
}

.doppelbild-einzeln.links {
  overflow: hidden;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block {
  margin-right: 22px;
  margin-left: 22px;
  color: #222b3b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.daten-fakten-slider {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.no-slide-right-arrow {
  display: none;
}

.no-slide-left-arrow {
  display: none;
}

.no-slide-nav {
  display: none;
}

.mobile-nav {
  display: none;
}

.button-2 {
  margin-bottom: 36px;
  border-radius: 25px;
  background-color: #d7007f;
}

.subhead-2 {
  color: #9ca9be;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 1.2;
  }

  .header-video {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link.w--current {
    color: #d7007f;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-links {
    height: 2.5em;
  }

  .nav-link-txt {
    font-size: 0.8em;
  }

  .hero-slide-wrapper {
    height: 300px;
  }

  .heroslide {
    height: 345px;
  }
}

@media screen and (max-width: 767px) {
  .header-video {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sticky-nav {
    position: relative;
    display: none;
  }

  .nav-grid {
    text-align: center;
  }

  .background-video-wrapper.margintop {
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .footer {
    padding: 40px 20px;
  }

  .sticky-nav-bg {
    display: none;
  }

  .landing-video-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section {
    margin-top: 0.9em;
    padding-right: 20px;
    padding-left: 20px;
  }

  .txt-image-grid-image {
    width: 100%;
  }

  .small-slider {
    width: 100%;
    height: 343px;
  }

  .slide-txt-image-holder {
    width: 84%;
    height: 292px;
  }

  .anker-element {
    -webkit-transform: translate(0px, -5em);
    -ms-transform: translate(0px, -5em);
    transform: translate(0px, -5em);
  }

  .hero-slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 42vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .heroslide {
    height: 50vw;
  }

  .image-3 {
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .txt-image-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .background-video {
    position: relative;
    width: 100%;
    height: 290px;
  }

  .mobile-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
  }

  .container-2 {
    background-image: url('../images/cnc-text-icon.svg'), linear-gradient(85deg, #222b3b, #596373);
    background-position: 50% 50%, 0px 0px;
    background-size: auto, auto;
    background-repeat: no-repeat, repeat;
  }

  .icon {
    color: #fff;
  }

  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    padding-left: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav-link {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .mobile-nav-link.w--current {
    color: #d7007f;
  }

  .nav-menu {
    width: 44vw;
    padding-top: 8px;
    padding-left: 5px;
    background-color: #c7d2e4;
  }

  .mobile-nav-link-lang-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
  }

  .mobile-nav-link-lang {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 9px 10px 9px 0px;
    text-decoration: none;
  }

  .mobile-nav-link-lang.w--current {
    color: #d7007f;
  }

  .image-4 {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 21px;
    letter-spacing: 1px;
  }

  ul {
    padding-left: 18px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .section {
    margin-top: 0.3em;
    margin-bottom: 0.6em;
  }

  .teaser {
    padding-top: 4.6em;
  }

  .teaser-headline {
    margin-top: -73px;
    margin-right: -12px;
    margin-left: -51px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }

  .small-slider {
    height: 289px;
  }

  .slide-txt-image-holder {
    width: 100%;
    height: 242px;
  }

  .slide-txt-block {
    padding-right: 8px;
    padding-left: 8px;
  }

  .list-fixed-width {
    width: 100%;
  }

  .daten-fakten-img.rechts {
    margin-top: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
  }

  .hero-slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 71%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .icon-slider-arrow {
    width: 20px;
    -webkit-transform: translate(0px, -22px);
    -ms-transform: translate(0px, -22px);
    transform: translate(0px, -22px);
  }

  .left-arrow {
    padding-left: 10px;
  }

  .right-arrow {
    padding-right: 10px;
  }

  .slide-nav {
    font-size: 10px;
  }

  .heroslide {
    height: 50vw;
  }

  .background-video {
    height: 141px;
  }

  .doppelbild-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .doppelbild-einzeln {
    width: 100%;
  }

  .doppelbild-einzeln.links {
    width: 100%;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px;
  }

  .footer-link-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .link-block {
    width: 100%;
    text-align: center;
  }

  .image-4 {
    height: 11vw;
    max-height: 40px;
  }
}

#w-node-_32694838-5560-61d0-bc38-280bed6a851f-1fadce6a {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c62e4a15-b7a3-0199-2ef9-e87f1352664a-13526647 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_32694838-5560-61d0-bc38-280bed6a851f-62bc621f {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_32694838-5560-61d0-bc38-280bed6a851f-1fadce6a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_32694838-5560-61d0-bc38-280bed6a851f-62bc621f {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5ba03c1a-5fd8-b2d2-06c8-bd15ed4fd321-1fadce6a {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_32694838-5560-61d0-bc38-280bed6a851f-1fadce6a {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-image-3-1fadce6a {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_5ba03c1a-5fd8-b2d2-06c8-bd15ed4fd321-62bc621f {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_32694838-5560-61d0-bc38-280bed6a851f-62bc621f {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }

  #w-node-image-3-62bc621f {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c62e4a15-b7a3-0199-2ef9-e87f1352664a-13526647 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

