:root {
  --white: white;
  --white-smoke: #f7f7f7;
  --royal-blue: #1c59c0;
  --tomato: #f35145;
  --black: #333;
}

.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;
}

h1 {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 2.25vw;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .85vw;
  font-weight: 500;
  line-height: 1.5em;
}

.section-footer {
  flex-direction: row;
  padding-bottom: 2.5%;
  padding-left: 15%;
  padding-right: 7.5%;
  display: flex;
}

.section-siko {
  height: 100vh;
  background-color: var(--white-smoke);
  padding-left: 30px;
  padding-right: 30px;
}

.section-siko.hero {
  background-color: rgba(0, 0, 0, 0);
}

.section-siko.leistungen {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.section-siko.ueber, .section-siko.hygiene {
  height: auto;
  padding-top: 10%;
  padding-bottom: 5%;
}

.section-siko.news {
  height: 70vh;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5%;
  padding-left: 7.5%;
  padding-right: 7.5%;
  display: none;
}

.section-siko.kontakt {
  height: auto;
  padding: 0% 7.5% 5%;
}

.navbar {
  background-color: var(--white);
  padding: 1vh 2.5% 2vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 4px 4px 7px rgba(51, 51, 51, .4);
}

.image {
  width: 15em;
  max-width: none;
  position: relative;
  top: 5px;
}

.nav-link {
  margin-right: 1em;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 2em;
  top: auto;
}

.nav-link:hover {
  color: var(--royal-blue);
}

.nav-link.w--current {
  border-bottom: 3px solid var(--royal-blue);
  color: var(--royal-blue);
  margin-right: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2em;
  transition-property: none;
  display: inline-block;
  top: auto;
}

.nav-link.last {
  padding-right: 0;
}

.div-block {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-wrapper {
  width: 100%;
  height: 100%;
  color: var(--royal-blue);
  object-fit: fill;
  background-image: url('../images/SikoFood-Hero-Image_Trans.png');
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  margin-top: 0;
  padding-top: 0%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.p-hero {
  width: 65%;
  color: var(--white);
  font-size: 1.2vw;
  line-height: 1.4em;
}

.text-box {
  position: relative;
  top: 19.5vh;
}

.button {
  border: 3px solid var(--tomato);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f45044;
  margin-top: 2%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: .8vw;
  font-weight: 700;
  line-height: 1.2em;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 1px 1px 3px rgba(51, 51, 51, .7);
}

.button:hover {
  background-color: var(--tomato);
  color: var(--white);
  box-shadow: 1px 1px 3px rgba(255, 255, 255, .8);
}

.grid {
  grid-column-gap: 6vw;
  grid-template-rows: auto;
}

.grid-2 {
  width: 100%;
  grid-row-gap: 3vh;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 2.5%;
  margin-bottom: 5%;
}

.icon-hover-container {
  width: 100%;
  height: auto;
  min-height: 100px;
  background-image: url('../images/Zeichenfläche-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 10px;
  justify-content: center;
  margin-bottom: 6px;
  padding-bottom: 6px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-hover-container:hover {
  border: 4px solid var(--royal-blue);
  background-image: url('../images/zucker.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-hover-container.salz {
  background-image: url('../images/Zeichenfläche-2-Kopie.png');
}

.icon-hover-container.salz:hover {
  background-image: url('../images/salz.gif'), url('../images/Zeichenfläche-2-Kopie.png');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.icon-hover-container.kaffee {
  background-image: url('../images/Zeichenfläche-2-Kopie-2.png');
}

.icon-hover-container.kaffee:hover {
  background-image: url('../images/coffereal.gif'), url('../images/Zeichenfläche-2.png');
}

.icon-hover-container.reis {
  background-image: url('../images/Zeichenfläche-2-Kopie-3.png');
  transition-duration: .65s;
}

.icon-hover-container.reis:hover {
  background-image: url('../images/reis.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-hover-container.kakao {
  background-image: url('../images/Zeichenfläche-2-Kopie-4.png');
}

.icon-hover-container.kakao:hover {
  background-image: url('../images/coffee.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-hover-container.soja {
  background-image: url('../images/Zeichenfläche-2-Kopie-5.png');
}

.icon-hover-container.soja:hover {
  background-image: url('../images/soja.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-hover-container.getreide {
  background-image: url('../images/Zeichenfläche-2-Kopie-6.png');
}

.icon-hover-container.getreide:hover {
  background-image: url('../images/getreide.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-hover-container.spices {
  background-image: url('../images/Zeichenfläche-2-Kopie-7.png');
}

.icon-hover-container.spices:hover {
  background-image: url('../images/spices.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-2 {
  width: 100%;
  background-color: var(--white-smoke);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1vw;
  line-height: 1em;
  display: block;
  position: relative;
  top: 80%;
}

.bluebold {
  color: var(--royal-blue);
  font-size: 1vw;
}

.bluebold.red {
  color: #f54c41;
}

.div-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.p-66 {
  width: 80%;
}

.div-block-4 {
  z-index: 10;
  height: auto;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  padding: 5% 10% 5% 5%;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, .5);
}

.list-item {
  color: var(--black);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .85vw;
  font-weight: 700;
  line-height: 1.5em;
}

.list {
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 20px;
}

.div-block-5 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-right: 10%;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  padding-right: 10%;
  display: flex;
}

.zertifikate-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 5%;
}

.image-3 {
  max-width: 85%;
  transition: all .35s;
}

.image-3:hover {
  transform: scale(1.075);
}

.hygiene-image-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 2vh;
}

.map-container {
  flex-direction: column;
  justify-content: center;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.block {
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 25px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.block._1 {
  width: 220px;
  height: 220px;
  background-image: url('../images/iso9001-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
}

.block._9 {
  width: 220px;
  height: 220px;
  max-width: 110%;
  background-image: url('../images/dvt-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.block._6 {
  width: 220px;
  height: 220px;
  background-image: url('../images/Button-IFS-Logistics-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.block.leer {
  width: 450px;
  height: 220px;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 0;
}

.block.kosher {
  width: 220px;
  height: 220px;
  background-image: url('../images/zert-kosher.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.block.one {
  width: 220px;
  height: 220px;
  background-image: url('../images/5e721016ed23ac38a0b283cf_gmp1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.horizontal-scroll-wrapper {
  width: 100vw;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: -7.5%;
  overflow: hidden;
}

.horizontal-scroll-section {
  width: 100%;
  height: 30vh;
  background-color: var(--white-smoke);
  margin-top: 10%;
  padding-top: 0%;
  padding-left: 7.5%;
  padding-right: 7.5%;
  position: relative;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-content {
  width: 200vh;
  display: flex;
}

.body {
  background-color: var(--white-smoke);
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-container {
  flex-direction: column;
  display: flex;
}

.link-block {
  color: var(--black);
  text-decoration: none;
}

.link {
  color: #f44e44;
  font-weight: 700;
  text-decoration: none;
}

.div-block-3-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 5%;
  display: flex;
}

.red-bar {
  width: 50px;
  height: 4.5px;
  background-color: var(--tomato);
}

.contact-link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.bold-text {
  color: var(--black);
}

.bold-text:hover {
  color: var(--royal-blue);
}

.heading-3 {
  font-size: 2.74vw;
}

.section {
  height: 80vh;
  padding: 15% 5% 10%;
}

.section.data {
  height: auto;
  padding-top: 15%;
}

.p2col {
  column-count: 2;
  column-gap: 3vw;
}

.bar-container {
  z-index: 0;
  width: 100%;
  height: 15vh;
  background-image: url('../images/bluepng.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px;
  position: relative;
  top: 65px;
  left: -7.5%;
}

.flag-1 {
  width: 25px;
  height: 25px;
  background-image: url('../images/icons8-großbritannien-80.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 14px;
}

.language-link {
  width: 100%;
  min-height: 45px;
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: var(--royal-blue);
}

.flag-2 {
  width: 25px;
  height: 25px;
  background-image: url('../images/icons8-deutschland-80.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 14px;
}

.language-toggle {
  color: #20355a;
  border: 1px rgba(155, 158, 184, .22);
  border-radius: 4px;
  margin-top: -1.5em;
  padding-bottom: 0;
  padding-right: 45px;
  transition: all .2s;
  top: 25px;
}

.language-toggle.w--open {
  border-style: none;
}

.language-toggle.w--open:hover {
  border-width: 0;
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  min-width: 200px;
  background-color: var(--white-smoke);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px rgba(79, 94, 120, .1);
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 2em;
}

.text-block.lang:hover {
  color: var(--royal-blue);
}

.icon-2 {
  margin-bottom: 5px;
}

.whatsapp {
  z-index: 2147483647;
  width: 70px;
  height: 70px;
  background-image: url('../images/images.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  position: fixed;
  top: auto;
  bottom: 1.5%;
  left: auto;
  right: 1%;
  box-shadow: 2px 2px 13px -1px rgba(0, 0, 0, .7);
}

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

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

.html-embed-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  max-width: 110%;
}

.brand {
  width: 80%;
}

.brand.w--current {
  width: auto;
}

.text-block-2 {
  color: rgba(51, 51, 51, .64);
  font-family: Montserrat, sans-serif;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    border-bottom: 0 solid #000;
  }

  .nav-link.w--current {
    border-bottom: 3px solid var(--royal-blue);
    padding-bottom: 5px;
  }

  .content-wrapper {
    background-size: contain;
    padding-top: 0%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-box {
    top: 30vh;
  }

  .button {
    margin-top: .5%;
  }

  .bar-container {
    height: 16vh;
    top: 53px;
  }
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    background-size: contain;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-box {
    top: 29vh;
  }

  .button {
    margin-top: 1%;
    font-size: 1.15vw;
  }

  .bar-container {
    height: 15vh;
  }
}

@media screen and (min-width: 1920px) {
  .section-siko {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navbar {
    background-color: var(--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .image {
    max-width: 60%;
  }

  .nav-link {
    top: 0;
  }

  .nav-link.w--current {
    border-bottom: 3px solid var(--royal-blue);
    border-radius: 0;
    top: 0;
  }

  .content-wrapper {
    object-fit: fill;
    background-image: url('../images/hero-siko-food-logistics.jpg');
    background-position: 50% 100%;
    background-size: cover;
    margin-top: 0;
    padding-top: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-box {
    top: 31vh;
  }

  .button {
    margin-top: 1%;
    font-size: 1.25vw;
  }

  .image-3 {
    max-width: 85%;
  }

  .language-toggle {
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 4vw;
  }

  p {
    font-size: 2vw;
    line-height: 1.3em;
  }

  .section-footer {
    padding-top: 5%;
  }

  .section-siko {
    height: 100vh;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-siko.hero {
    height: 60vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-siko.leistungen {
    height: auto;
    margin-top: -10%;
    padding: 0% 30px 10%;
  }

  .section-siko.ueber {
    height: 100vh;
    padding: 0% 30px 15%;
  }

  .section-siko.hygiene {
    height: auto;
    margin-top: 10%;
    padding-top: 0%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-siko.news {
    height: 85vh;
    padding-left: 5%;
  }

  .section-siko.kontakt {
    height: auto;
    margin-top: -35%;
    margin-bottom: 5%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    background-color: var(--white);
    padding: 2vh 15px;
  }

  .nav-link {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 2.5vw;
    top: 0;
  }

  .nav-link.w--current {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.5vw;
    font-weight: 600;
    display: block;
    top: 0;
  }

  .content-wrapper {
    background-size: contain;
    margin-top: 17%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .p-hero {
    width: 77%;
    font-size: 2.3vw;
  }

  .text-box {
    top: 3.2vh;
  }

  .button {
    margin-top: 0%;
    font-size: 2vw;
  }

  .icon {
    color: var(--royal-blue);
    font-size: 44px;
    line-height: 44px;
  }

  .div-block-2 {
    text-align: left;
  }

  .nav-menu {
    height: 52vh;
    max-width: 81%;
    background-color: var(--white);
    padding-left: 20px;
    padding-right: 5px;
    top: 106%;
    bottom: 0%;
    left: auto;
    right: 2%;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--white);
  }

  .grid {
    grid-column-gap: 4vw;
    grid-row-gap: 10vh;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .grid-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .icon-hover-container {
    height: 25vh;
    background-position: 50% 0;
  }

  .heading-2 {
    font-size: 2.75vw;
    top: 81%;
  }

  .bluebold {
    font-size: 2vw;
  }

  .div-block-3 {
    padding-top: 10%;
    padding-left: 0%;
  }

  .p-66 {
    width: 77%;
  }

  .list-item {
    font-size: 2vw;
    line-height: 1.3em;
  }

  .image-3 {
    max-width: 77%;
  }

  .hygiene-image-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 2.5vh;
    margin-top: 0%;
  }

  .block._1, .block._9, .block._6 {
    width: 150px;
    height: 150px;
  }

  .block.leer {
    width: 300px;
    height: 150px;
  }

  .block.kosher, .block.one {
    width: 150px;
    height: 150px;
  }

  .horizontal-scroll-wrapper {
    top: 69px;
  }

  .horizontal-scroll-section {
    margin-top: 5%;
    top: -275px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-3-copy {
    padding-left: 0%;
  }

  .heading-3 {
    font-size: 4.5vw;
  }

  .section.data {
    padding-top: 25%;
  }

  .bar-container {
    display: none;
  }

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

  .html-embed {
    margin-top: 15%;
  }

  .language-toggle {
    width: 100%;
    padding-left: 0;
  }

  .language-list.w--open {
    margin-top: 151px;
    top: 286%;
  }

  .text-block {
    color: var(--black);
    font-size: 2.5vw;
  }

  .icon-2 {
    margin-top: 34px;
  }

  .html-embed-2 {
    height: 100%;
  }

  .div-block-9 {
    background-color: var(--tomato);
  }

  .image-6 {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .section-siko.hero {
    height: 200vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-siko.leistungen {
    margin-top: -30%;
  }

  .image {
    max-width: 45%;
  }

  .nav-link, .nav-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2.25vw;
  }

  .content-wrapper {
    margin-top: 10%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-box {
    top: -19vh;
  }

  .button {
    font-size: 2.25vw;
  }

  .icon {
    font-size: 33px;
    line-height: 33px;
  }

  .nav-menu {
    height: 80vh;
    top: 70%;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .icon-hover-container {
    height: 40vh;
  }

  .horizontal-scroll-section, .image-5, .html-embed {
    display: none;
  }

  .utility-page-content {
    position: relative;
    top: -224px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 9vw;
    line-height: 1.1em;
  }

  h2 {
    font-size: 8vw;
  }

  p {
    font-size: 4vw;
  }

  .section-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-siko.hero {
    height: 80vh;
  }

  .section-siko.leistungen {
    margin-top: 0%;
    padding-right: 0;
  }

  .section-siko.ueber {
    height: auto;
    padding-bottom: 0%;
    padding-right: 0;
  }

  .section-siko.hygiene {
    padding-right: 0;
  }

  .section-siko.news {
    height: auto;
    padding-bottom: 20%;
  }

  .section-siko.kontakt {
    margin-top: -5%;
    padding-left: 20px;
    padding-right: 0;
  }

  .image {
    max-width: 66%;
  }

  .nav-link {
    padding-right: 0;
    font-size: 3.25vw;
  }

  .nav-link.w--current {
    border-bottom-width: 2px;
    padding-right: 0;
    font-size: 3.25vw;
  }

  .content-wrapper {
    background-position: 94% 70%;
    background-size: cover;
    margin-top: 32%;
  }

  .p-hero {
    width: 100%;
    font-size: 4.25vw;
  }

  .text-box {
    top: 9.7vh;
  }

  .button {
    margin-top: 1%;
    font-size: 4vw;
  }

  .div-block-2 {
    text-align: left;
    margin-top: 19px;
  }

  .nav-menu {
    height: 44vh;
    top: 100%;
  }

  .grid {
    grid-template-rows: auto;
    padding-right: 30px;
  }

  .grid-2 {
    grid-row-gap: 5vh;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20%;
  }

  .icon-hover-container {
    height: 175px;
  }

  .icon-hover-container.getreide {
    height: 175px;
    background-position: 50%;
  }

  .heading-2 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
    font-size: 4vw;
    top: 85%;
  }

  .bluebold {
    font-size: 4vw;
  }

  .div-block-3 {
    display: none;
  }

  .p-66 {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
    padding-right: 5%;
  }

  .list-item {
    font-size: 4vw;
  }

  .div-block-5, .div-block-6 {
    padding-right: 0%;
  }

  .zertifikate-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 8vw;
  }

  .section.data {
    padding-top: 44%;
  }

  .p2col {
    column-count: 1;
  }

  .html-embed {
    display: block;
  }

  .text-block {
    font-size: 3.25vw;
  }

  .icon-2 {
    margin-top: 22px;
  }

  .utility-page-content {
    width: 100%;
    top: -241px;
  }
}

#w-node-_568c2027-1e34-8667-ddc7-8f26128ba880-1a5ef458 {
  justify-self: center;
}

#w-node-b24187da-a661-4a70-6d8e-a6ac3fd1f964-1a5ef458 {
  align-self: stretch;
}

#w-node-_9f55d248-06aa-ff5e-ed47-384037f5a9ff-1a5ef458 {
  align-self: center;
}

#w-node-_1b3f97db-627f-e4bd-0cd7-d5cd8f36855d-1a5ef458 {
  justify-self: center;
}

#w-node-_1b3f97db-627f-e4bd-0cd7-d5cd8f368580-1a5ef458 {
  align-self: center;
  justify-self: center;
}

#w-node-_0cd067c5-9f92-c816-ba5d-b804cc770dbe-1a5ef458 {
  justify-self: center;
}

#w-node-_0cd067c5-9f92-c816-ba5d-b804cc770dc0-1a5ef458, #w-node-_3a477ef0-c605-a358-d78c-72db7bade5c4-1a5ef458 {
  align-self: center;
  justify-self: center;
}

#w-node-_8e3f265b-23c2-c7f2-b264-23dc396b7a3e-1a5ef458 {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8e3f265b-23c2-c7f2-b264-23dc396b7a44-1a5ef458 {
  align-self: center;
  justify-self: center;
}

#w-node-_568c2027-1e34-8667-ddc7-8f26128ba880-aaaf425a {
  justify-self: center;
}

#w-node-_9f55d248-06aa-ff5e-ed47-384037f5a9ff-aaaf425a {
  align-self: center;
}

#w-node-_1b3f97db-627f-e4bd-0cd7-d5cd8f36855d-aaaf425a {
  justify-self: center;
}

#w-node-_1b3f97db-627f-e4bd-0cd7-d5cd8f368580-aaaf425a {
  align-self: center;
  justify-self: center;
}

#w-node-_0cd067c5-9f92-c816-ba5d-b804cc770dbe-aaaf425a {
  justify-self: center;
}

#w-node-_0cd067c5-9f92-c816-ba5d-b804cc770dc0-aaaf425a {
  align-self: center;
  justify-self: center;
}

#w-node-_2ee310bd-3a30-c999-1368-09a2c22e913a-aaaf425a {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_3b110669-bf7a-6b3b-0904-5e02d5c61b2c-aaaf425a {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_7bacb027-1e52-f2d9-504a-9d638be99472-aaaf425a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e3f265b-23c2-c7f2-b264-23dc396b7a3e-aaaf425a {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_8e3f265b-23c2-c7f2-b264-23dc396b7a44-aaaf425a {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1b3f97db-627f-e4bd-0cd7-d5cd8f36855d-1a5ef458 {
    align-self: center;
  }

  #w-node-_8e3f265b-23c2-c7f2-b264-23dc396b7a3e-1a5ef458 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_1b3f97db-627f-e4bd-0cd7-d5cd8f36855d-aaaf425a {
    align-self: center;
  }

  #w-node-_8e3f265b-23c2-c7f2-b264-23dc396b7a3e-aaaf425a {
    grid-area: 2 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-BLACK.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-REGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-EXTRABOLD.OTF') format('opentype'), url('../fonts/MONTSERRAT-BOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-EXTRALIGHT.OTF') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-LIGHT.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-MEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-SEMIBOLD.OTF') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-THIN.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-BOLDITALIC.OTF') format('opentype'), url('../fonts/MONTSERRAT-EXTRABOLDITALIC.OTF') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-ITALIC.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-BLACKITALIC.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-MEDIUMITALIC.OTF') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-EXTRALIGHTITALIC.OTF') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-LIGHTITALIC.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-SEMIBOLDITALIC.OTF') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/MONTSERRAT-THINITALIC.OTF') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}