:root {
  --orange: #eba80d;
  --white: white;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--orange);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-image {
  min-width: 400%;
  max-width: 500%;
  display: block;
}

.section {
  display: flex;
}

.navigation {
  background-color: #0000;
  background-image: url('../images/cropped-Logo-Babies2.png');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-items {
  mix-blend-mode: normal;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation-wrap {
  align-items: center;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/Kosmetik-Christina-Babies-Neu-Wulmstorf_1.avif');
  background-position: 50% 40%;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 0;
  display: flex;
}

.intro-content {
  opacity: 1;
  text-align: center;
  text-shadow: 3px 3px 4px #000000c4;
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 1;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.bold-text {
  opacity: 1;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.paragraphnormal {
  color: #000;
  text-align: left;
  overflow-wrap: normal;
  margin-top: 15px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.paragraphnormal.kategorien {
  max-width: 90%;
  margin-top: 8px;
}

.paragraphnormal.gutscheine {
  text-align: center;
  margin-left: 4%;
  margin-right: 4%;
  display: block;
}

.paragraphnormal.heading {
  font-weight: 700;
}

.paragraphnormal.extras {
  margin-top: -15px;
}

.paragraphnormal.datenschutzimpressum {
  margin-top: 40px;
}

.column {
  padding-top: 1.3%;
  padding-left: 4%;
  padding-right: 2%;
}

.paragraph {
  color: #000;
  font-weight: 400;
}

.heading {
  margin-bottom: 16px;
  margin-left: 0%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block.kategorien {
  max-width: 25%;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
}

.image, .image-2, .image-3, .image-4 {
  max-height: 317.146px;
}

.div-block-3 {
  width: 80%;
  height: 40%;
}

.fixedbilder {
  background-image: url('../images/engin-akyurt-g-m8EDc4X6Q-unsplash-scaled_1.webp');
  background-position: 50%;
  background-size: cover;
  width: 90%;
  max-width: 90%;
  height: 130%;
  max-height: 130%;
}

.fixedbilder.verw-hn {
  background-image: url('../images/Verwoehnkosmetik-optimale-Hautpflege-Neu-Wulmstorf-Chr.-Babies_1.webp');
  width: 95%;
  max-width: 95%;
  height: 130%;
  max-height: 130%;
}

.fixedbilder.classic {
  width: 95%;
  max-width: 95%;
  height: 130%;
  max-height: 130%;
}

.fixedbilder.mann {
  background-image: url('../images/camille-brodard-VxAwTeiqDao-unsplash-scaled_1.avif');
  width: 95%;
  max-width: 95%;
}

.fixedbilder.teenager {
  background-image: url('../images/cheyenne-doig-dPs0DEGrM9A-unsplash-scaled-e1649416401571_1.webp');
  background-position: 50% 65%;
  width: 95%;
  max-width: 95%;
}

.section-2 {
  justify-content: flex-start;
  display: block;
}

.section-3 {
  margin-top: 379px;
}

.div-block-4 {
  margin-left: 0%;
}

.div-block-5, .div-block-6 {
  margin-left: 4%;
}

.div-block-7 {
  margin-left: 4%;
  margin-right: 4%;
}

.div-block-8 {
  justify-content: center;
  align-items: stretch;
  padding-bottom: 20px;
  display: flex;
}

.link {
  color: #000;
  margin-left: 35px;
}

.link-2 {
  color: #000;
}

.section-4, .section-5, .section-6, .section-7 {
  margin-top: 60px;
}

.section-8 {
  margin-top: 60px;
  padding-bottom: 20px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.section-9 {
  margin-left: 30px;
  margin-right: 30px;
}

.footer-link {
  opacity: .6;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.footer-link:hover {
  opacity: 1;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  place-items: start;
  padding-top: 120px;
  padding-bottom: 60px;
  display: block;
}

.links-section-footer {
  margin-top: 40px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.made-with-webflow {
  opacity: .5;
  align-items: center;
  margin-top: 70px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: .8;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.logo-footer {
  min-width: 400px;
  max-width: 500%;
}

.section-10 {
  text-align: center;
  margin-top: 60px;
}

.image-5 {
  text-align: center;
  max-width: 17%;
  display: block;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 4%;
  margin-right: 4%;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0%;
  display: block;
}

.div-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: baseline stretch;
  max-height: 700px;
  margin-left: 4%;
  margin-right: 4%;
  display: grid;
}

.heading-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
}

.columns, .columns-2, .columns-3, .columns-4 {
  margin-left: 4%;
  margin-right: 4%;
}

.body-2 {
  background-image: url('../images/knw_bg3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.body-3, .body-4 {
  background-image: url('../images/knw_bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .logo-link.w--current {
    flex: 1;
  }

  .logo-image {
    min-width: 70%;
    max-width: 170%;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-items {
    background-color: #fff0;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .intro-text {
    width: auto;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .button {
    justify-content: center;
  }

  .image-5 {
    max-width: 25%;
  }

  .columns-4 {
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 767px) {
  .logo-link {
    padding-left: 0;
  }

  .logo-image {
    min-width: 70%;
    max-width: 170%;
  }

  .navigation {
    padding: 20px 30px;
  }

  .navigation-items {
    background-color: #fff0;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .section-9 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
    display: flex;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .container {
    text-align: center;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .columns-4 {
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 479px) {
  .logo-image {
    text-align: left;
    min-width: 60%;
    max-width: 100%;
    display: block;
  }

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

  .navigation-items {
    background-color: #fff0;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .div-block-4 {
    margin-left: 4%;
  }

  .footer {
    padding-bottom: 0;
  }

  .logo-footer {
    min-width: 200px;
    max-width: 400%;
  }

  .image-5 {
    max-width: 95%;
    margin-left: 4%;
    margin-right: 4%;
  }

  .columns-4 {
    margin-left: 4%;
    margin-right: 4%;
  }
}

#w-node-e1bb553e-bff0-f2d0-5c2e-f90ffc2f695e-a6f24eb8, #w-node-_0a7f3da6-f4b2-68d9-78bb-3dcdc86b3a02-4273d72d, #w-node-_0a7f3da6-f4b2-68d9-78bb-3dcdc86b3a02-7417a469 {
  grid-area: 1 / 1 / 2 / 2;
}
