@font-face {
  font-family: Luckiestguy CM;
  src: url('../fonts/LuckiestGuy-Regular.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu CM;
  src: url('../fonts/Ubuntu-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu CM;
  src: url('../fonts/Ubuntu-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu CM;
  src: url('../fonts/Ubuntu-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ubuntu CM;
  src: url('../fonts/Ubuntu-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Galpon CM;
  src: url('../fonts/Galpon-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Galpon CM;
  src: url('../fonts/Galpon-Normal.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --white: white;
  --deep-sky-blue: #00b2ff;
  --grey-80: #333;
  --grey-30: #b2b2b2;
  --transparent-blue: #00aaff0d;
  --grey-70: #4d4d4d;
  --grey-5-51: #f2f1f1;
  --black: black;
  --grey-60: #666;
  --grey-50: #7f7f7f;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  color: var(--white);
  letter-spacing: 3px;
  background-image: url('../images/HG-fuer-Text_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 70px;
  padding: 10px 3%;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

h2 {
  color: var(--deep-sky-blue);
  text-align: center;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 75px;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

h3 {
  color: var(--deep-sky-blue);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Galpon;
  font-size: 38px;
  font-weight: 900;
  line-height: 34px;
}

h4 {
  color: var(--deep-sky-blue);
  text-align: left;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 0;
  font-family: Ubuntu CM, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--deep-sky-blue);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Ubuntu CM, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--grey-80);
  text-align: justify;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

a {
  color: var(--grey-80);
  text-transform: none;
  text-decoration: underline;
}

a:hover {
  color: var(--deep-sky-blue);
}

li {
  color: var(--grey-80);
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 5px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

.section-topmenu {
  z-index: 1000;
  border-bottom: 1px solid var(--grey-30);
  background-color: var(--white);
  opacity: 1;
  color: var(--grey-80);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 10px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 700px;
  margin-top: 90px;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navlink {
  z-index: 10;
  border-bottom-color: var(--grey-30);
  color: var(--grey-80);
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.navlink:hover {
  color: var(--deep-sky-blue);
}

.navlink.w--current {
  color: var(--deep-sky-blue);
  font-size: 20px;
}

.navlink.w--open {
  border: 1px none var(--grey-30);
}

.navlink.nl-first {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--grey-30);
  letter-spacing: .5px;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
}

.navlink.nl-first.w--current {
  text-align: left;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navlink.nl-last {
  border: 1px none var(--grey-30);
  text-align: left;
  letter-spacing: .5px;
  justify-content: flex-start;
  padding: 20px 20px 20px 10px;
  font-size: 18px;
}

.navlink.nl-middle {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--grey-30);
  text-align: left;
  letter-spacing: .5px;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
  display: block;
}

.navlink.nl-middle.w--current {
  padding-left: 10px;
  font-size: 18px;
}

.navlink.sublink-middle {
  border-top: 1px solid var(--grey-30);
  border-bottom: 1px solid var(--grey-30);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.navlink.sublink1 {
  border-bottom: 1px solid var(--grey-30);
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  display: flex;
}

.navlink.sublink1.top {
  border-bottom-style: solid;
}

.navlink.sublink-1 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
}

.section {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #b3b2b266;
  padding: 120px 12%;
}

.section.blue-light {
  grid-column-gap: 59px;
  grid-row-gap: 16px;
  background-color: var(--transparent-blue);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  padding-left: 12%;
  padding-right: 12%;
  text-decoration: none;
}

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

.section.productshow {
  background-color: var(--white);
  padding-left: 3%;
  padding-right: 3%;
  transition: transform .2s;
}

.section.productshow.lightblue {
  background-color: var(--transparent-blue);
}

.section.sec-impressum {
  border-style: none;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-footer {
  color: var(--grey-80);
  background-color: #00aaff1a;
  border-bottom: 1px solid #b3b2b24f;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 200px;
  padding: 20px 10%;
  display: flex;
}

.paragraph {
  color: var(--grey-70);
  text-align: center;
  letter-spacing: 2px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 28px;
  line-height: 35px;
  display: block;
}

.paragraph.blaufett {
  color: var(--deep-sky-blue);
  margin-top: 111px;
  margin-bottom: 140px;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.paragraph.verborgen {
  display: none;
}

.body {
  overflow: auto;
}

.text-footer {
  color: var(--grey-70);
  margin-bottom: 25px;
  margin-left: 20px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.text-footer.tfleft {
  margin-bottom: 25px;
  margin-left: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image {
  margin-right: 60px;
}

.slider {
  height: 100%;
  display: block;
}

.slide-2 {
  background-image: url('../images/cowers_Labrador-weiss_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.slide-1 {
  background-image: url('../images/kuehe_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-text {
  color: var(--white);
  letter-spacing: 2px;
  background-color: #00aaffe6;
  padding: 20px 30px;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 40px;
  line-height: 50px;
  position: absolute;
  top: 25%;
  left: 10%;
}

.slide-3 {
  background-image: url('../images/Golden_cowers_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.bg-production {
  background-image: url('../images/Herstellung_1.avif');
}

.slide-3.sbg-trufle {
  background-image: url('../images/Golden_cowers_truffle_1.avif');
}

.slide-3.bg-beef {
  background-image: url('../images/Golden_cowers_beef_1.avif');
}

.slide-3.bg-seaweed {
  background-image: url('../images/Golden_cowers_seaweed_1.avif');
}

.button-milk {
  height: 150px;
  margin-top: 50px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(10deg);
}

.button-milk.tablet {
  height: 80px;
  margin-top: 0;
  margin-right: 0;
  position: static;
}

.section-subfooter {
  background-color: var(--deep-sky-blue);
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
  line-height: 14px;
  display: flex;
  position: static;
}

.benefits {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/HG-fuer-Text_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 11px 8px;
  padding: 5px 20px;
  font-family: Galpon;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.image-6 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  position: static;
}

.div-blue-benefits {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-antwort {
  overflow: hidden;
}

.footer-milk {
  height: 90px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 5px;
  transform: rotate(10deg);
}

.herstellung-milch {
  margin-left: 20px;
}

.image-chewing-dog {
  margin: 82px auto 0;
}

.flexbox-benefits {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flexbox {
  flex-direction: row;
  place-content: center;
  margin-bottom: 55px;
  display: flex;
}

.flexbox.fbright {
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

.flexbox-text {
  text-align: center;
  flex: 1;
}

.flexbox-bild {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  width: 40%;
  padding-top: 25px;
  padding-right: 0;
}

.flexbox-bild.fbb-links {
  width: 45%;
  padding-top: 0;
  padding-right: 30px;
}

.flexbox-bild.fbleft {
  text-align: left;
  width: 50%;
  margin-top: 20px;
  padding-top: 0;
}

.flexbox-bild.fbright {
  text-align: center;
  width: 40%;
  padding-top: 20px;
}

.image-7 {
  align-self: center;
  margin-right: 20px;
}

.heading-13 {
  margin-top: 0;
}

.heading-14 {
  text-align: left;
}

.productname {
  color: var(--deep-sky-blue);
  text-align: left;
  letter-spacing: 1px;
  white-space: normal;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  position: relative;
}

.productname.pnsmall {
  letter-spacing: 1px;
  font-size: 35px;
  line-height: 35px;
}

.div-logos-footer {
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer-swiss-made {
  flex: 0 auto;
  height: 40px;
  margin-bottom: 0;
}

.div-text-footer {
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.pops {
  text-align: left;
  margin-top: 40px;
  margin-right: 20px;
}

.nav-menu {
  align-self: center;
  height: 90px;
  display: flex;
}

.microwave-use {
  margin-top: 21px;
}

.text-block {
  color: var(--white);
  font-family: Ubuntu CM, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.subfooter-link {
  color: var(--white);
  font-family: Ubuntu CM, sans-serif;
  text-decoration: none;
}

.subfooter-link:hover {
  color: #9edefa;
}

.div-social-media-footer {
  text-align: center;
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.text-block-2 {
  color: var(--deep-sky-blue);
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 1px;
  margin-left: -95px;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 18px;
}

.image-10 {
  align-self: flex-end;
  margin-left: -8px;
}

.h4-faq {
  background-color: var(--deep-sky-blue);
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 2px 10px;
  font-family: Galpon;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

.h4-faq:hover {
  background-color: #00b2ffbf;
}

.h4-faq:active {
  background-color: var(--deep-sky-blue);
}

.link-paragraph {
  color: var(--deep-sky-blue);
  text-decoration: none;
}

.link-paragraph:hover {
  color: var(--grey-70);
}

.heading-22 {
  margin-bottom: 69px;
  display: inline-block;
}

.heading-23 {
  margin-bottom: 46px;
}

.div-intro-product {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-top: -20px;
  margin-bottom: 100px;
  display: flex;
}

.div-intro-product.gespiegelt {
  flex-direction: row;
}

.image-14 {
  align-self: center;
  margin-top: 8px;
}

.image-15 {
  margin-top: 20px;
}

.div-productname {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  margin-left: 81px;
  display: flex;
}

.div-productname.left {
  margin-left: 0;
  margin-right: 80px;
}

.heading-26 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.image-16 {
  margin-top: 62px;
}

.paragraph-bold-blue {
  color: var(--deep-sky-blue);
  white-space: normal;
}

.heading-31, .heading-32, .heading-34 {
  text-align: center;
}

.crunchie-dog {
  flex: none;
  order: -1;
  margin-top: 65px;
}

.div-productshow-item {
  border: 1px solid var(--grey-5-51);
  background-color: #fff;
  flex-direction: column-reverse;
  flex: 0 auto;
  order: 0;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  height: 330px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 5px;
  text-decoration: none;
  transition: transform .55s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  transform: scale(1.05);
}

.div-productshow-item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 5px -3px #000;
}

.div-productshow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-grid;
}

.h2-productshow {
  z-index: 100;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 35px;
  text-decoration: none;
  position: static;
}

.img-productshow {
  width: auto;
  height: 220px;
  overflow: hidden;
}

.h2-intro {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 97px;
  margin-bottom: 107px;
  font-weight: 700;
  line-height: 42px;
  position: static;
}

.subheading-intro {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 79px;
  margin-bottom: 10px;
}

.image-20, .image-21 {
  margin-top: 25px;
  margin-bottom: 60px;
}

.heading-45 {
  display: inline-block;
}

.body-2 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.link {
  color: var(--deep-sky-blue);
  font-size: 35px;
  text-decoration: underline;
}

.link:hover {
  color: var(--grey-30);
}

.heading-48 {
  margin-bottom: 40px;
  line-height: 60px;
}

._404-uups {
  margin-bottom: 100px;
  font-size: 70px;
}

.language {
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 20px;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.language:hover {
  color: var(--grey-80);
}

.language:active, .language:focus {
  color: var(--deep-sky-blue);
}

.language-selection {
  background-image: url('../images/HG-fuer-Text-tablet_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 35px;
  padding: 0 22px;
  display: flex;
}

.text-block-4 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Luckiest Guy;
  font-size: 18px;
  display: flex;
}

.heading-50 {
  background-color: #0000;
  display: inline-block;
}

.image-24 {
  margin-right: 0;
}

.socialmedia {
  margin-left: 5px;
  margin-right: 5px;
}

.socialmedia:hover {
  opacity: .75;
}

.div-social-media {
  margin-bottom: 7px;
  position: static;
  inset: auto 29px 15px auto;
}

.youtube {
  border: 1px solid var(--grey-30);
}

.veersteckt-sprachicons {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
  display: none;
}

.wg-dd-1-togle {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-dd-1-list.w--open {
  box-shadow: 0 0 12px 3px #b3b2b2a1;
}

.wg-dropdown-1-link {
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  padding: 10px 15px;
  font-family: Luckiest Guy;
  font-size: 18px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
}

.text-block-5 {
  letter-spacing: 1px;
  font-family: Luckiest Guy;
  font-size: 18px;
  font-weight: 400;
}

.standardtext {
  color: var(--grey-80);
  letter-spacing: 2px;
  margin-bottom: 66px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.standardtext.st-left {
  text-align: left;
  margin-bottom: 77px;
}

.standardtext.uber-uns {
  margin-bottom: 141px;
}

.faq-text {
  color: var(--grey-80);
  text-align: left;
  letter-spacing: 1px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.heading-52 {
  text-align: left;
  margin-top: 119px;
  margin-bottom: 10px;
}

.rt-agb {
  margin-top: 10px;
  margin-bottom: 40px;
}

.icon-2 {
  align-content: space-between;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: auto auto 10%;
}

.dropdown-list {
  margin-top: 9px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  width: auto;
  margin-top: 0;
}

.dropdown-list.sublink-2.w--open {
  z-index: 10;
  margin-top: -45px;
  margin-left: 212px;
  display: block;
}

.dropdown {
  display: block;
}

.text-block-6 {
  font-family: Luckiestguy CM, sans-serif;
  display: block;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.image-30 {
  max-width: none;
  margin-top: 66px;
}

.title-taste {
  color: var(--deep-sky-blue);
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 35px;
  line-height: 35px;
  display: inline-block;
}

.list-productintro {
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 25px;
  list-style-type: square;
}

.list-item-productintro {
  font-family: Ubuntu CM, sans-serif;
  font-size: 25px;
  line-height: 28px;
}

.div-original-truffle {
  text-align: left;
  background-color: #00b2ff12;
  border: 1px solid #00b2ff52;
  margin-top: 60px;
  padding: 10px;
}

.image-34 {
  width: 50%;
  margin-top: 10px;
  margin-left: 60px;
}

.div-distribution {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 1100px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.div-distribution-adress {
  text-align: center;
  align-items: flex-start;
  display: flex;
}

.title-distribution {
  color: #fffefe;
  border: 1px #fff;
  border-bottom: 1.5px solid #fff;
  padding-bottom: 5px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.lb-adress {
  margin: 10px 15px 10px 0;
  font-family: Ubuntu CM, sans-serif;
  text-decoration: none;
}

.text-adress {
  color: #fff;
  text-align: left;
  letter-spacing: .2px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.title-adress {
  color: #fff;
  text-align: left;
  letter-spacing: .2px;
  margin-bottom: 3px;
  font-family: Ubuntu CM, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.div-block-3 {
  margin-top: 20px;
}

.country-bold {
  font-family: Ubuntu CM, sans-serif;
  font-size: 13px;
}

.div-block-4 {
  border-top: 0px solid var(--deep-sky-blue);
  align-self: flex-end;
  margin-bottom: 4px;
  margin-left: -96px;
  padding-top: 14px;
}

.image-35 {
  margin-top: -8px;
  margin-bottom: 0;
  margin-left: 9px;
}

.image-36 {
  width: 55%;
  margin-top: 32px;
}

.tc-product-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tc-text {
  text-align: center;
  font-family: Ubuntu CM, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.tc-title {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 24px;
  line-height: 22px;
}

.tc-text-wrapper {
  flex-direction: column;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.tc-image {
  width: 90%;
  height: auto;
}

.columns {
  margin-top: 110px;
}

.image-38 {
  margin-top: 10px;
}

.products-subehro {
  margin-bottom: 110px;
}

.distr-adress-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-53 {
  display: block;
}

.heading-54 {
  display: inline-block;
}

.html-embed {
  display: none;
}

.div-new {
  justify-content: center;
  align-items: center;
  height: 28px;
  margin-top: 7px;
  margin-left: -60px;
  display: flex;
  position: relative;
  transform: rotate(-9deg);
}

.bold-text, .bold-text-2 {
  margin-bottom: -50px;
  display: block;
}

.text-span, .text-span-4 {
  margin-right: 2px;
}

.text-span-5 {
  font-family: Ubuntu CM, sans-serif;
  font-size: 25px;
}

.section-hero-faq {
  background-image: url('../images/Golden_cowers_FAQ_1.avif');
  background-position: 50% 10%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 90px;
  display: flex;
}

.div-block-wrapper {
  background-image: url('../images/HG-fuer-Text-tablet_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  flex-flow: row;
  grid-template: "Area-2 Area"
                 "Area-2 Area"
                 "Area-2 Area"
                 / 1fr 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 550px;
  height: 200px;
  margin-right: 40%;
  display: flex;
}

.div-block-wrapper.stores {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/HG-fuer-Text-tablet_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-top: 74px;
  display: flex;
}

.text-block-7 {
  z-index: 3;
  color: #fff;
  background-image: url('../images/HG-fuer-Text-tablet_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  font-family: Luckiestguy CM, sans-serif;
  font-size: 180px;
}

.image-39 {
  vertical-align: middle;
  background-image: url('../images/HG-fuer-Text-tablet_1.avif');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.h1-stores {
  text-align: center;
  background-image: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
  font-size: 60px;
  line-height: 70px;
}

.section-hero-stores {
  background-image: url('../images/cowers_Labrador-weiss_1.avif');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  margin-top: 90px;
  display: flex;
}

.store-locator-wrapper {
  margin-top: 42px;
  display: block;
}

.store-locator-wrapper.elfsight {
  background-color: var(--deep-sky-blue);
  padding: 29px;
  font-family: Ubuntu CM, sans-serif;
  display: none;
}

.quick-stack {
  padding: 0 0 0 10px;
}

.text-span-6 {
  vertical-align: baseline;
  flex-flow: row-reverse;
  justify-content: flex-end;
  align-items: center;
  margin-left: 5px;
  display: inline-flex;
}

.image-40 {
  width: 55px;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.cell, .cell-2, .cell-3, .cell-4 {
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 991px) {
  h1 {
    background-image: url('../images/HG-fuer-Text-tablet_2.avif');
    padding-left: 3%;
    padding-right: 3%;
    line-height: 45px;
  }

  h2 {
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 40px;
  }

  h3 {
    text-align: center;
  }

  p {
    text-align: left;
    font-size: 26px;
    line-height: 34px;
  }

  .section-topmenu {
    flex-direction: row;
  }

  .section-hero {
    height: 450px;
  }

  .navbar {
    justify-content: space-around;
    align-items: center;
    margin-right: 90px;
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .navlink {
    border-style: solid none none;
    border-top-width: 1px;
    border-top-color: var(--grey-30);
    border-bottom-width: 1px;
    border-bottom-color: var(--grey-30);
    text-align: left;
    justify-content: flex-start;
    height: 60px;
    padding-left: 20px;
    display: flex;
    position: relative;
  }

  .navlink:active {
    border-top-style: solid;
  }

  .navlink.w--current {
    border-style: solid none none;
    padding-left: 20px;
    padding-right: 5px;
  }

  .navlink.w--open {
    border-top-style: solid;
    border-bottom-style: none;
    display: flex;
  }

  .navlink.nl-first {
    z-index: 5;
    border-style: none;
    height: 45px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 0 50px;
    font-size: 18px;
    text-decoration: none;
  }

  .navlink.nl-first.w--current {
    border-style: none;
    justify-content: flex-start;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navlink.nl-last {
    border-style: none;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    text-decoration: none;
  }

  .navlink.nl-middle {
    border-style: none;
    height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    font-size: 20px;
    display: flex;
  }

  .navlink.nl-middle.w--current {
    text-decoration: none;
  }

  .navlink.nl-last-mobile {
    border-style: solid none none;
  }

  .navlink.sublink-middle {
    padding-left: 30px;
    font-size: 20px;
  }

  .navlink.sublink1 {
    margin-top: 0;
    margin-left: 0;
    padding-left: 30px;
    font-size: 20px;
    text-decoration: none;
  }

  .navlink.sublink1.w--open {
    margin-left: auto;
    padding-left: 30px;
  }

  .navlink.sublink1.middle {
    border-bottom-style: solid;
  }

  .navlink.sublink1.middle.w--open {
    border-bottom-style: none;
  }

  .navlink.sublink1.sublink2 {
    border-top-style: none;
    border-bottom-style: solid;
  }

  .navlink.sublink-1 {
    padding-left: 30px;
    font-size: 20px;
  }

  .navlink.sublink-1.last {
    border-top-style: solid;
  }

  .section {
    padding: 100px 5%;
  }

  .section.blue-light.grid {
    grid-auto-flow: row;
    justify-items: stretch;
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .section.faq {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    height: 155px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .paragraph.blaufett {
    margin-bottom: 100px;
  }

  .text-footer {
    margin-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .image {
    margin-right: 0;
  }

  .header-text {
    font-size: 30px;
    line-height: 40px;
  }

  .button-milk.tablet {
    height: 110px;
    margin-top: 40px;
    margin-right: 5px;
    display: none;
  }

  .section-subfooter {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .image-6 {
    margin-top: 59px;
    margin-left: 0;
  }

  .div-blue-benefits {
    align-items: center;
    margin-top: 16px;
  }

  .footer-milk {
    height: 75px;
    margin-left: 0;
  }

  .herstellung-milch {
    margin-top: -64px;
    margin-left: 0;
  }

  .image-chewing-dog {
    margin-top: 0;
  }

  .flexbox-benefits {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .flexbox, .flexbox.fbright {
    flex-direction: column;
  }

  .flexbox-bild {
    width: 70%;
    margin-top: 0;
  }

  .flexbox-bild.fbb-links {
    align-self: center;
    width: 80%;
  }

  .flexbox-bild.fbleft {
    text-align: center;
    width: 80%;
  }

  .flexbox-bild.fbright {
    text-align: center;
    flex: 0 auto;
    width: 80%;
  }

  .image-7 {
    margin-top: -72px;
    margin-right: 0;
  }

  .heading-9, .heading-10, .heading-13, .heading-14 {
    text-align: center;
  }

  .image-8 {
    margin-top: 30px;
  }

  .div-logos-footer {
    justify-content: space-around;
    margin-top: -4px;
  }

  .footer-swiss-made {
    height: 30px;
    margin-bottom: -3px;
    margin-left: 5px;
  }

  .pops {
    margin-top: 10px;
  }

  .nav-menu {
    z-index: 10000;
    border: 1px solid var(--grey-30);
    background-color: var(--white);
    justify-content: flex-end;
    height: auto;
  }

  .menubutton {
    background-color: #0000;
    align-self: flex-end;
    height: 90px;
    margin-left: 40px;
    margin-right: auto;
    padding: 18px;
  }

  .menubutton.w--open {
    color: var(--deep-sky-blue);
    background-color: #0000;
  }

  .menubutton.w--open:active, .menubutton.w--open:focus {
    background-color: var(--white);
    color: var(--deep-sky-blue);
  }

  .menuicon {
    text-align: center;
    margin-top: 15px;
  }

  .div-social-media-footer {
    margin-bottom: 0;
  }

  .text-block-2 {
    margin-bottom: -5px;
    margin-left: -63px;
    font-size: 18px;
    line-height: 16px;
  }

  .image-10 {
    width: auto;
    height: 100px;
    margin-bottom: 4px;
  }

  .h4-faq {
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 30px;
  }

  .heading-22 {
    letter-spacing: 1px;
  }

  .heading-23 {
    letter-spacing: 2px;
  }

  .div-intro-product {
    justify-content: space-between;
    margin-top: 0;
  }

  .image-14 {
    width: 60%;
  }

  .div-productname {
    z-index: 10;
    margin-top: 40px;
    margin-left: 20px;
    position: static;
  }

  .crunchie-dog {
    margin-bottom: -18px;
  }

  .div-productshow-item {
    margin: 10px;
    padding: 20px 10px;
  }

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

  .h2-productshow {
    color: var(--deep-sky-blue);
    margin-top: 10px;
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
  }

  .language-selection {
    margin-top: 22px;
    top: 24px;
    right: 38px;
  }

  .image-24 {
    margin-top: -60px;
    margin-right: 20px;
  }

  .div-social-media {
    margin-bottom: 8px;
  }

  .image-25, .image-26, .image-27 {
    width: 28px;
  }

  .standardtext.st-left {
    text-align: center;
  }

  .icon-2 {
    margin-top: 0;
    margin-left: 10px;
    display: block;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .dropdown-list.w--open {
    border-style: none;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    margin-left: auto;
    display: inline-block;
    overflow: hidden;
  }

  .dropdown-list.sublink-2 {
    margin-top: -20px;
    padding-bottom: 20px;
  }

  .dropdown-list.sublink-2.w--open {
    margin-top: -10px;
    margin-left: 0;
    padding-bottom: 20px;
    display: block;
  }

  .dropdown {
    text-align: left;
    display: block;
  }

  .title-taste {
    left: 57px;
  }

  .div-original-truffle {
    margin-top: 52px;
  }

  .image-34 {
    width: 50%;
    margin-left: 0;
  }

  .div-distribution {
    width: 70%;
    display: flex;
  }

  .div-distribution-adress {
    justify-content: center;
  }

  .lb-adress {
    margin-bottom: 5px;
  }

  .text-adress, .title-adress {
    text-align: center;
  }

  .div-block-4 {
    margin-bottom: -10px;
    margin-left: -63px;
  }

  .image-35 {
    width: auto;
    height: 90px;
  }

  .image-36 {
    margin-top: 75px;
  }

  .tc-image {
    width: 70%;
  }

  .columns {
    margin-bottom: -51px;
  }

  .column-bottom-margin {
    margin-bottom: 60px;
  }

  .image-38 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .distr-adress-wrapper {
    flex-direction: column;
  }

  .div-new {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    margin: 0 22px -28px auto;
    display: none;
    top: -50px;
    bottom: 0;
  }

  .section-hero-faq {
    height: 450px;
  }

  .div-block-wrapper {
    width: 300px;
    height: 150px;
  }

  .div-block-wrapper.stores {
    width: 500px;
    height: 200px;
    margin-right: 0;
  }

  .text-block-7 {
    font-size: 120px;
    line-height: 120px;
  }

  .h1-stores {
    font-size: 45px;
    line-height: 50px;
  }

  .section-hero-stores {
    background-position: 100% 0;
    height: 450px;
  }

  .quick-stack {
    align-self: center;
  }

  .icon-3 {
    margin-left: 5px;
    font-size: 18px;
    position: relative;
    top: 0%;
    bottom: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    background-color: var(--deep-sky-blue);
    background-image: none;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 36px;
  }

  h3 {
    font-size: 26px;
    line-height: 30px;
  }

  p {
    font-size: 22px;
    line-height: 30px;
  }

  .section-hero {
    height: 250px;
  }

  .navlink {
    height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 18px;
  }

  .navlink.w--current {
    border-top-style: solid;
    border-bottom-style: none;
    font-size: 20px;
  }

  .navlink.nl-first {
    height: 40px;
    font-size: 18px;
    text-decoration: none;
  }

  .navlink.nl-last {
    height: 40px;
    font-size: 18px;
  }

  .navlink.nl-middle {
    height: 40px;
    font-size: 18px;
    text-decoration: none;
  }

  .navlink.nl-middle.w--current {
    border: 0 #0000;
    text-decoration: none;
  }

  .navlink.sublink1 {
    height: 50px;
  }

  .section {
    padding: 60px 3%;
  }

  .section-footer {
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    height: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph.blaufett {
    margin-top: 44px;
    margin-bottom: 17px;
    font-size: 30px;
    line-height: 45px;
  }

  .text-footer {
    text-align: center;
    margin-bottom: 0;
  }

  .text-footer.tfleft {
    margin-bottom: 0;
  }

  .header-text {
    padding: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .button-milk.tablet {
    height: 90px;
    margin-top: 40px;
    margin-right: 5px;
    display: none;
  }

  .section-subfooter {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .benefits {
    text-align: center;
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 29px;
  }

  .image-6 {
    width: 80%;
  }

  .footer-milk {
    height: 70px;
  }

  .herstellung-milch {
    margin-top: -7px;
  }

  .image-chewing-dog {
    width: 60%;
    margin-top: 23px;
  }

  .flexbox-bild.fbb-links {
    width: 90%;
  }

  .image-7 {
    margin-top: -21px;
    margin-bottom: -39px;
  }

  .heading-14 {
    text-align: center;
  }

  .productname {
    font-size: 40px;
    line-height: 40px;
  }

  .productname.pnsmall {
    font-size: 30px;
    line-height: 30px;
  }

  .image-8 {
    width: 80%;
    margin-top: 20px;
  }

  .div-logos-footer {
    flex-direction: row;
    margin-top: 9px;
  }

  .div-text-footer {
    flex-direction: row;
    align-items: flex-end;
    margin-top: -10px;
    margin-bottom: 10px;
  }

  .div-social-media-footer {
    align-self: center;
    margin-top: 15px;
    margin-bottom: -14px;
    display: none;
  }

  .h4-faq {
    padding: 5px 8px;
    font-size: 26px;
    line-height: 26px;
  }

  .heading-22 {
    margin-bottom: 35px;
  }

  .heading-23 {
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .div-intro-product {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 67px;
  }

  .div-intro-product.gespiegelt {
    flex-direction: column;
  }

  .image-14 {
    width: 80%;
  }

  .div-productname {
    align-self: center;
    align-items: center;
    margin-top: 32px;
    margin-left: 0;
  }

  .paragraph-bold-blue {
    font-size: 24px;
  }

  .div-productshow-item {
    width: 200px;
    height: 275px;
    margin: 4px;
  }

  .div-productshow {
    flex-direction: column;
    align-items: center;
  }

  .h2-productshow {
    font-size: 26px;
    line-height: 26px;
  }

  .h2-intro {
    margin-top: 82px;
    margin-bottom: 71px;
    font-size: 30px;
    line-height: 34px;
  }

  .subheading-intro {
    font-size: 30px;
  }

  .image-20 {
    width: 75%;
    height: auto;
    margin-top: 20px;
  }

  .image-21 {
    width: 70%;
    height: auto;
    margin-top: 20px;
  }

  .heading-41 {
    margin-bottom: 61px;
  }

  .heading-45 {
    background-color: var(--deep-sky-blue);
    background-image: none;
    font-size: 30px;
    line-height: 30px;
  }

  .link {
    font-size: 28px;
  }

  .heading-48 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  ._404-uups {
    margin-bottom: 50px;
    font-size: 60px;
  }

  .language {
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    display: flex;
  }

  .language-selection {
    margin-right: 5px;
    padding: 9px;
    top: 27px;
    right: 10px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 16px;
  }

  .heading-50 {
    background-color: var(--deep-sky-blue);
  }

  .image-24 {
    margin-top: 5px;
  }

  .standardtext {
    font-size: 22px;
    line-height: 26px;
  }

  .standardtext.st-left {
    margin-bottom: 48px;
  }

  .faq-text {
    font-size: 20px;
    line-height: 24px;
  }

  .icon-2 {
    margin-top: auto;
  }

  .dropdown-list.w--open {
    width: auto;
  }

  .div-block-2 {
    margin-top: -60px;
  }

  .image-30 {
    width: 90%;
  }

  .title-taste {
    align-self: center;
    font-size: 30px;
    line-height: 30px;
  }

  .title-taste.tt-truffle {
    font-size: 30px;
    line-height: 30px;
  }

  .list-productintro {
    color: var(--grey-80);
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: square;
    display: flex;
  }

  .list-item-productintro {
    font-size: 22px;
    line-height: 26px;
  }

  .div-original-truffle {
    background-color: #0000;
    border-color: #0000;
    flex-direction: column;
    margin-top: 16px;
    margin-bottom: 26px;
    display: flex;
  }

  .image-34 {
    width: 80%;
  }

  .div-distribution {
    align-items: center;
    display: none;
  }

  .div-distribution-adress {
    flex-direction: column;
    align-items: center;
  }

  .title-distribution {
    font-size: 12px;
    line-height: 13px;
  }

  .text-adress, .title-adress {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
  }

  .image-36 {
    width: 80%;
    margin-top: 2px;
  }

  .columns {
    margin-bottom: 0;
  }

  .column-bottom-margin {
    margin-bottom: 40px;
  }

  .image-38 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .products-subehro {
    margin-bottom: 80px;
  }

  .div-block-wrapper {
    width: 220px;
    height: 100px;
  }

  .div-block-wrapper.stores {
    justify-content: center;
    align-items: center;
    width: 350px;
    display: inline-flex;
  }

  .text-block-7 {
    font-size: 80px;
  }

  .image-39 {
    justify-content: center;
    align-items: center;
  }

  .h1-stores {
    color: var(--white);
    background-color: #fff0;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .section-hero-stores {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: 2px;
    font-size: 27px;
    line-height: 28px;
  }

  h2 {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  h3 {
    text-align: center;
  }

  h4 {
    text-align: left;
    font-size: 18px;
  }

  p {
    text-align: left;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 24px;
  }

  .section-hero {
    height: 220px;
  }

  .navbar {
    padding-left: 0;
  }

  .navlink {
    padding: 0 15px;
    display: flex;
  }

  .navlink.w--current {
    border-top-style: solid;
    border-bottom-style: none;
  }

  .navlink.w--open {
    border-bottom-style: none;
  }

  .navlink.nl-first {
    padding-left: 40px;
  }

  .navlink.nl-last {
    border-top-style: none;
    padding-left: 15px;
  }

  .navlink.nl-middle {
    padding-left: 15px;
  }

  .navlink.nl-middle.w--current {
    border-bottom-style: none;
  }

  .navlink.sublink1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    font-size: 18px;
  }

  .navlink.sublink1.w--open {
    padding-left: 20px;
  }

  .section {
    padding: 40px 2%;
  }

  .section.blue-light {
    padding-left: 1%;
    padding-right: 1%;
  }

  .section.blue-light.grid {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.faq {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-footer {
    height: 190px;
    padding-bottom: 0;
  }

  .paragraph.blaufett {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .text-footer {
    margin-bottom: 7px;
    margin-left: 0;
    padding-top: 9px;
    font-size: 11px;
    line-height: 12px;
  }

  .text-footer.tfleft {
    padding-top: 0;
    font-size: 11px;
  }

  .header-text {
    display: none;
  }

  .button-milk.tablet {
    z-index: 1000;
    height: 80px;
    margin-top: 54px;
    margin-right: -10px;
  }

  .benefits {
    letter-spacing: 1px;
    margin: 7px 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-6 {
    width: 90%;
  }

  .footer-milk {
    height: 50px;
  }

  .herstellung-milch {
    margin-top: -23px;
  }

  .image-chewing-dog, .flexbox-bild {
    width: 90%;
  }

  .flexbox-bild.fbb-links {
    width: 100%;
    padding-right: 0;
  }

  .flexbox-bild.fbleft, .flexbox-bild.fbright {
    width: 90%;
  }

  .image-7 {
    margin-top: -28px;
    margin-bottom: -37px;
  }

  .productname {
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
  }

  .productname.pnsmall {
    text-align: center;
    font-size: 25px;
    line-height: 23px;
  }

  .image-8 {
    width: 90%;
    margin-top: 10px;
  }

  .div-logos-footer {
    justify-content: center;
    margin-bottom: -10px;
  }

  .footer-swiss-made {
    height: 25px;
    margin-left: 0;
  }

  .div-text-footer {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
  }

  .pops {
    margin-right: 0;
    padding-left: 31px;
    padding-right: 31px;
  }

  .menubutton {
    align-self: center;
    margin-left: 20px;
  }

  .text-block {
    font-size: 12px;
    line-height: 12px;
  }

  .div-social-media-footer {
    display: none;
  }

  .h4-faq {
    margin-bottom: 10px;
    padding: 5px 8px;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-22 {
    margin-top: 17px;
    margin-bottom: 46px;
  }

  .heading-23 {
    letter-spacing: 1px;
  }

  .div-intro-product {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .image-14 {
    width: 90%;
    margin-top: -24px;
    margin-bottom: 16px;
  }

  .image-15 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-productname {
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .heading-26 {
    margin-top: 50px;
  }

  .image-16 {
    margin-top: 24px;
  }

  .div-productshow-item {
    width: 270px;
    height: 320px;
    margin: 8px auto;
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .h2-productshow {
    margin-top: 2px;
  }

  .h2-intro {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 26px;
  }

  .subheading-intro {
    margin-top: 60px;
    font-size: 25px;
    line-height: 25px;
  }

  .image-20 {
    width: 75%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .image-21 {
    width: 70%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-45 {
    font-size: 25px;
    line-height: 25px;
  }

  .link {
    line-height: 30px;
  }

  .heading-48 {
    font-size: 32px;
    line-height: 35px;
  }

  .language {
    font-size: 14px;
    line-height: 14px;
  }

  .language-selection {
    margin-top: 70px;
    top: 75px;
    right: 5px;
  }

  .text-block-4 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-24 {
    margin-top: -12px;
  }

  .div-social-media {
    margin-bottom: 10px;
  }

  .standardtext {
    font-size: 20px;
    line-height: 24px;
  }

  .standardtext.st-left {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
  }

  .faq-text {
    font-size: 18px;
    line-height: 20px;
  }

  .icon-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    flex-direction: column;
    margin-top: 3px;
  }

  .image-30 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .title-taste {
    text-align: center;
    align-self: center;
    font-size: 25px;
  }

  .list-productintro {
    align-items: flex-start;
  }

  .list-item-productintro {
    font-size: 20px;
    line-height: 22px;
  }

  .div-original-truffle {
    margin-top: 21px;
  }

  .text-adress, .title-adress {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
  }

  .country-bold {
    font-size: 11px;
  }

  .image-36 {
    width: 95%;
    margin-top: 3px;
  }

  .tc-title {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .columns {
    margin-top: 60px;
  }

  .column-bottom-margin {
    margin-bottom: 60px;
  }

  .image-38 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .products-subehro {
    margin-bottom: 60px;
  }

  .bold-text {
    margin-top: 74px;
    margin-bottom: -26px;
  }

  .bold-text-2 {
    margin-top: -73px;
    margin-bottom: -27px;
  }

  .section-hero-faq {
    height: 220px;
  }

  .div-block-wrapper {
    width: 150px;
    height: 80px;
  }

  .div-block-wrapper.stores {
    display: flex;
  }

  .text-block-7 {
    font-size: 60px;
    line-height: 60px;
  }

  .image-39 {
    position: relative;
  }

  .h1-stores {
    color: var(--white);
    font-size: 30px;
    line-height: 30px;
    top: auto;
  }

  .section-hero-stores {
    height: 220px;
  }
}

#w-node-_2a1d7108-9450-9067-363b-588321e42657-a6f160be {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
}

#w-node-ff8062d1-53c4-2624-86e1-5b4fe3187a9c-cc54a081, #w-node-daedc106-1bbb-1277-11fa-9ff7df0d6f47-5454a084, #w-node-ff8062d1-53c4-2624-86e1-5b4fe3187a9c-60d8b97b, #w-node-daedc106-1bbb-1277-11fa-9ff7df0d6f47-40fc9761, #w-node-daedc106-1bbb-1277-11fa-9ff7df0d6f47-63d6fdd0, #w-node-ff8062d1-53c4-2624-86e1-5b4fe3187a9c-4738db0c, #w-node-ff8062d1-53c4-2624-86e1-5b4fe3187a9c-26c5e6c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2a1d7108-9450-9067-363b-588321e42657-a6f160be {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Luckiestguy CM';
  src: url('../fonts/LuckiestGuy-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu CM';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu CM';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu CM';
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu CM';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galpon CM';
  src: url('../fonts/Galpon-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Galpon CM';
  src: url('../fonts/Galpon-Normal.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}