/*=================================================================

@Author: aios design
@URL: https://aios-design.com
@Developed By: aios-design

===================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:900");
body {
  min-height: 75rem;
  background: #32302e;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #35322f;
  font-size: 1.1rem;
  font-weight: 200;
  background: white;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-x: hidden;
  max-width: 100%;
}

p {
  font-size: 1rem;
  font-weight: 200;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  p {
    font-size: 1.1rem;
  }
}
p strong {
  font-weight: 700;
}

p a, .description-text a, li a {
  color: #c42b29;
  text-decoration: none;
}

h2 big {
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  font-size: 5rem;
}

h3 {
  font-family: "DIN Pro", sans-serif;
  font-weight: 700;
}

.bg-dark {
  background: #1f1f1f !important;
}

.btn-primary {
  color: #121212;
  border-radius: 0;
  border: 1px solid #121212;
  padding: 1.25rem 2.25rem 1rem 2.75rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: transparent;
  transition: ease-in-out 350ms;
  background: url("../images/icons/chevron-right.svg");
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: 5% 51%;
  transition: ease 200ms;
}
.btn-primary:before {
  content: url("../images/icons/chevron-right.svg");
  height: 1.8rem;
  position: absolute;
  margin-left: -3rem;
  margin-top: -3.5px;
  opacity: 0;
  transition: ease 400ms;
}
.btn-primary:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  background-position: 6% 51%;
}
.btn-primary:hover:before {
  content: url("../images/icons/chevron-right.svg");
  height: 1.8rem;
  position: absolute;
  margin-left: -2.4rem;
  margin-top: -3.5px;
  opacity: 0.5;
}
.btn-primary.white {
  background-image: none;
  color: white;
  border-color: white;
}
.btn-primary.white:before {
  display: none;
}
.btn-primary.white:hover {
  background: rgba(255, 255, 255, 0.3);
}
.btn-primary.white:hover:before {
  display: none;
}

.btn-download {
  color: #819c66;
  border-radius: 0;
  border: 1px solid #819c66;
  padding: 1.45rem 2.25rem 1.2rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: transparent;
  transition: ease-in-out 350ms;
  text-decoration: none;
}
.btn-download img {
  height: 1.5rem;
  width: auto;
  margin-right: 0.6rem;
  margin-bottom: 3px;
}
.btn-download:hover {
  background: white;
}

.shifted-button {
  margin-top: -1.5rem;
  z-index: 4;
  position: relative;
}
.shifted-button .btn {
  background: white;
}

.container.xs {
  max-width: 860px;
}
.container.sm {
  max-width: 1024px;
}
.container.md {
  max-width: 1124px;
}
.container.lg {
  max-width: 1200px;
}

.textColor02 {
  color: #4c433d;
}

.gold {
  color: #b18d31;
}

.text-highlighted-red {
  background: #c42b29;
  padding: 0.2rem 0.3rem;
  color: white;
}

.ib-section img {
  height: 18.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: 50% 72%;
     object-position: 50% 72%;
  box-shadow: 14px 10px 0px rgb(234, 234, 234);
  border-radius: 1.5rem;
}

.vspace01 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .vspace01 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.vspace02 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .vspace02 {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }
}

.bgLight {
  background: #f0ebe8;
}

.gradient-cover01 {
  position: relative;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, white 0%, transparent 50%, transparent 100%);
  z-index: 2;
}

.navbar {
  margin-bottom: 20px;
  transition: ease 600ms;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    padding-right: 9.5rem;
    padding-top: 2rem;
  }
}
.navbar .navbar-brand img {
  height: auto;
  width: 7rem;
  margin-top: 1rem;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .navbar .navbar-brand img {
    width: 8.5rem;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }
}
.navbar .navbar-brand.hidden {
  opacity: 0;
}
.navbar.slide-up {
  transform: translateY(-8rem);
}

.sm-topNav {
  position: absolute;
  right: 2rem;
  left: auto;
  top: auto;
  bottom: 7.5rem;
  z-index: 9999;
}
.sm-topNav .nav {
  justify-content: end;
}
@media (min-width: 768px) {
  .sm-topNav {
    right: 11.5%;
    top: 3.5rem;
    bottom: auto;
    left: auto;
    max-width: 14rem;
  }
}
.sm-topNav .nav-item {
  margin-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 0.8rem;
}
.sm-topNav .nav-item a img {
  width: 1.9rem;
  height: auto;
  opacity: 0.9;
}
.sm-topNav .nav-item a:hover img {
  opacity: 1;
}
.sm-topNav .nav-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.sm-topNav .nav-item:nth-child(3) {
  border-right: none;
}
.sm-topNav .nav-item:nth-child(2) a img {
  width: 2.2rem;
  margin-top: 2px;
}
.sm-topNav .nav-item:first-child a img {
  margin-top: 1px;
}
.sm-topNav .nav-item.add {
  transform: scaleX(0);
  transition: ease 300ms;
}
.sm-topNav .nav-item.add.show {
  transform: scaleX(1);
}

.offcanvas {
  z-index: 1047;
  background: rgba(41, 36, 30, 0.95);
  border: none !important;
}
@media (min-width: 768px) {
  .offcanvas {
    background: rgba(41, 36, 30, 0.7);
  }
}
.offcanvas .navbar-nav {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .offcanvas .navbar-nav {
    padding-top: 3rem;
  }
}
.offcanvas .nav-link, .offcanvas .backButton {
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.offcanvas .nav-link:hover, .offcanvas .backButton:hover {
  color: rgb(255, 255, 255);
}
.offcanvas .backButton {
  border: none;
  background: transparent;
  height: 2rem;
  padding-top: 5rem;
  padding-left: 0.5rem;
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .offcanvas .backButton {
    margin-top: 3.5rem;
  }
}
.offcanvas .backButton img {
  height: 1.8rem;
  width: auto;
  opacity: 0.8;
  padding-bottom: 4px;
}
.offcanvas .logo {
  display: none;
  position: absolute;
  margin-top: 1.5rem;
  opacity: 0.8;
  margin-left: 30%;
}
.offcanvas .logo img {
  width: 5rem;
  height: auto;
  filter: drop-shadow(2px 4px 22px #29241c);
}
@media (min-width: 768px) {
  .offcanvas .logo {
    margin-left: 0.5rem;
  }
  .offcanvas .logo img {
    width: 6rem;
  }
}
.offcanvas.scrolled {
  background: rgba(46, 42, 36, 0.95);
}
.offcanvas.scrolled .logo {
  display: block;
  z-index: 4 !important;
}
.offcanvas form.search input {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  letter-spacing: 1px;
  font-weight: 500;
}
.offcanvas form.search .form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.7);
}
.offcanvas form.search button {
  border: none;
  padding: 0.75rem;
}
.offcanvas form.search button img {
  height: 1.5rem;
  width: auto;
  opacity: 0.9;
}
.offcanvas form.search button:hover {
  background-color: rgba(88, 166, 93, 0.5215686275);
  border-color: rgba(88, 166, 93, 0.5215686275);
}
.offcanvas .bottom-panel {
  z-index: 99999;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .offcanvas .bottom-panel {
    margin-bottom: 2rem;
  }
}

.nav-level-0 .nav-item .nav-link {
  font-size: 1.4rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.nav-level-1.cat-1 .nav-item .nav-link {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .nav-level-1.cat-1 .nav-item .nav-link {
    font-size: 1.35rem;
  }
}

@media (min-width: 768px) {
  .language-switch {
    padding-bottom: 1rem;
    padding-left: 0.5rem;
  }
}
.language-switch .nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.85);
  padding: 0.35rem 0.75rem;
  font-weight: 400;
}
.language-switch .nav .nav-item .nav-link:hover {
  color: rgb(255, 255, 255);
}
.language-switch .nav .nav-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.language-switch.hidden {
  opacity: 0;
}
.language-switch.slide-up {
  transform: translateY(-8rem);
}

.language-switch2 span {
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-bottom: -0.25rem;
}
.language-switch2 .nav-item .nav-link {
  padding-left: 0;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

#product_search_button {
  color: #e7e7e7;
  cursor: pointer;
}

.nav-spacer {
  height: 5.5rem;
}
@media (min-width: 768px) {
  .nav-spacer {
    height: 8rem;
    width: 2rem;
    padding-top: 4rem;
  }
}

.hero-section {
  background: url("../images/hero01-mobile.jpg");
  background-size: cover;
  background-position: 50% 50% !important;
  height: 100vh;
}
@media (min-width: 768px) {
  .hero-section {
    background: url("../images/hero01.jpg");
    background-size: cover;
    background-position: 50% 40% !important;
    height: 100vh;
  }
}
.hero-section .hero-title {
  margin-top: 57%;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: -2rem;
}
@media (min-width: 768px) {
  .hero-section .hero-title {
    margin-top: 19%;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: 4rem;
    margin-left: 0;
  }
}
.hero-section .hero-title h2 {
  font-family: "turbinado-pro", serif;
  color: rgba(255, 255, 255, 0.9);
  font-size: 7rem;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .hero-section .hero-title h2 {
    font-size: 11rem;
  }
}
.hero-section .hero-title h3 {
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  margin-left: 7.9rem;
  margin-top: -2.2rem;
  text-align: right;
  max-width: 10rem;
}
@media (min-width: 768px) {
  .hero-section .hero-title h3 {
    margin-left: 10rem;
    font-size: 2.3rem;
    margin-top: -3rem;
    max-width: none;
    text-align: center;
  }
}
.hero-section .hero-title .claim-img1 {
  height: 3rem;
  margin-bottom: 0.5rem;
  padding-right: 6rem;
}
@media (min-width: 768px) {
  .hero-section .hero-title .claim-img1 {
    height: 4.5rem;
    margin-bottom: 0.5rem;
  }
}
.hero-section .hero-title .claim-img2 {
  height: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero-section .hero-title .claim-img2 {
    height: 5.5rem;
    margin-bottom: 3.5rem;
  }
}
.hero-section .hero-title .claim-tr-img {
  height: 6rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero-section .hero-title .claim-tr-img {
    height: 9.2rem;
    margin-bottom: 3.5rem;
  }
}
.hero-section.alt1 {
  background: url("../images/hero01c-mobile.jpg");
  background-size: cover;
  background-position: 50% 50% !important;
}
@media (min-width: 768px) {
  .hero-section.alt1 {
    background: url("../images/hero01-alt1.jpg");
    background-size: cover;
    background-position: 50% 40% !important;
  }
}
.hero-section.alt1 .hero-title {
  margin-top: 97%;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .hero-section.alt1 .hero-title {
    margin-top: 15%;
    margin-right: 18rem;
  }
}
.hero-section.alt1 .hero-title h2 {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0px 5px 70px rgb(127, 97, 24);
}
.hero-section.alt1 .hero-title h3 {
  text-shadow: 0px 0px 50px rgba(127, 97, 24, 0.9);
  color: rgba(255, 255, 255, 0.9);
}

.menu-toggle {
  position: fixed;
  right: 0.5rem;
  top: 1.25rem;
  left: 0;
  z-index: 1048;
  transition: 600ms;
  background: rgba(80, 65, 53, 0.9) !important;
  border-radius: 50%;
  height: 5rem;
  width: 5rem;
}
@media (max-width: 767.98px) {
  .menu-toggle.hidden {
    top: -100px;
  }
}
@media (min-width: 768px) {
  .menu-toggle {
    top: 1.5rem;
    height: 6rem;
    width: 6rem;
    padding: 0.75rem 0.55rem 0.5rem 0.75rem;
    background: rgba(65, 53, 48, 0.6) !important;
  }
}

.trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.trigger:focus .burger {
  outline: 1px solid #f18f01;
}

.burger {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: 3.5rem;
  height: 1.9rem;
  pointer-events: none;
  margin-right: auto;
  margin-left: 3px;
  margin-top: 0.78rem;
  padding-right: 9px;
}
@media (min-width: 768px) {
  .burger {
    margin-left: auto;
    margin-top: 0.58rem;
    padding-right: 5px;
  }
}

.burger__line {
  position: relative;
  width: 100%;
  height: 0.2rem;
  background-color: white;
  transition: 0.2s ease;
}

.burger__line:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: 0.2s ease;
}

.trigger:checked ~ .burger .burger__line:nth-child(1) {
  opacity: 0;
  transform: translateX(10rem);
}

.trigger:checked ~ .burger .burger__line:nth-child(2) {
  transform: rotate(45deg);
}

.trigger:checked ~ .burger .burger__line:nth-child(2):before {
  transform: rotate(90deg);
}

.trigger:checked ~ .burger .burger__line:nth-child(3) {
  opacity: 0;
  transform: translateX(-10rem);
}

.trigger:checked .burger {
  background: none !important;
}

.burger-text {
  color: white;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 4px;
  opacity: 0.8;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.5rem;
  padding-left: 4px;
}
@media (min-width: 768px) {
  .burger-text {
    display: contents;
    letter-spacing: 6px;
  }
}

.Drawer {
  text-align: start !important;
  /* Give our drawer a base width */
  width: 100%;
  /* Position the drawer on the right edge of the screen */
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  /* Slide the drawer _past_ the right edge of the screen */
  transform: translateX(100%);
  /* Transition our horizontal slide */
  transition: transform ease-out 0.3s;
  /* Misc */
  text-align: center;
}

.nav-level-0 {
  width: 100%;
  /*position: fixed;*/
  bottom: 0;
  right: 0;
  top: 0;
  transform: translateX(-50%);
  transition: transform ease-out 0.3s;
  /*text-align: center;*/
}

.Drawer.is-open {
  /* Slide the drawer back in when it's "open" */
  transform: translateX(0);
}

.nav-level-0.is-open {
  /* Slide the drawer back in when it's "open" */
  transform: translateX(0);
}

/**
 * The following styles are unrelated to our primary transition.
 */
.offcanvas {
  /*height: 100%;*/
  overflow-x: hidden;
}

.offcanvas-body, .Drawer {
  /*align-items: center;
  display: flex;
  height:100%;
  justify-content: center;*/
}
@media (min-width: 768px) {
  .offcanvas-body, .Drawer {
    width: inherit;
  }
}

.home-section.container {
  max-width: 1400px;
}
@media (min-width: 768px) {
  .home-section .col-md-5.left {
    padding-left: 10rem;
    padding-top: 4rem;
  }
  .home-section .col-md-5.left p {
    padding: 1rem 0rem 1.5rem 0rem;
  }
}
@media (min-width: 768px) {
  .home-section .col-md-5.right {
    padding-right: 8rem;
    padding-top: 4rem;
  }
  .home-section .col-md-5.right p {
    padding: 1rem 0rem 1.5rem 0rem;
  }
}
.home-section .col-md-7 {
  position: relative;
}
.home-section .col-md-7 img {
  position: absolute;
}
.home-section h1, .home-section h2, .home-section .pre-h1 {
  font-family: "Freestyle Script", serif;
  text-transform: none;
  font-size: 6.5rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .home-section h1, .home-section h2, .home-section .pre-h1 {
    font-size: 9rem;
    text-align: start;
  }
}
.home-section h1 span, .home-section h2 span, .home-section .pre-h1 span {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: -1.5rem;
  display: block;
  font-size: 1.9rem;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .home-section h1 span, .home-section h2 span, .home-section .pre-h1 span {
    font-size: 2rem;
    margin-top: -1.5rem;
  }
}
.home-section h1, .home-section .pre-h1 {
  margin-top: 2rem;
  margin-left: -0.5rem;
}
.home-section h1 span, .home-section .pre-h1 span {
  padding-left: 0.5rem;
}
.home-section .pre-h1 {
  margin-bottom: -4rem;
  display: block;
}

#home-section01 #bild1 {
  width: 58%;
  left: 23%;
  top: 28%;
  z-index: 2;
}
#home-section01 #bild2 {
  width: 50%;
  left: 5%;
  top: 5%;
  margin-top: 15%;
  z-index: 1;
}
#home-section01 .col-md-7 {
  background: url("../images/home-section-bg01b.svg");
  background-size: 60%;
  background-position: 30% 70%;
  background-repeat: no-repeat;
}
#home-section01 .imgCol-mobile {
  position: relative;
  height: 15rem;
}
#home-section01 .imgCol-mobile #bild1, #home-section01 .imgCol-mobile #bild2 {
  position: absolute;
}
#home-section01 .imgCol-mobile #bild1 {
  width: 70%;
  left: 27%;
  top: 5%;
}
#home-section01 .imgCol-mobile #bild2 {
  width: 60%;
  left: 0;
  top: 5%;
  margin-top: 0;
}

#home-banner-section {
  padding-top: 10rem;
  padding-bottom: 5.5rem;
  background: url("../images/home-banner-section-bg2.svg");
  background-size: cover;
}
#home-banner-section .container {
  max-width: 1000px;
}
#home-banner-section .container .carousel-inner {
  border: 1rem solid white;
  box-shadow: 0px 0px 60px rgba(149, 139, 135, 0.5019607843);
  border-radius: 2rem;
}
@media (max-width: 767.98px) {
  #home-banner-section .container .carousel-inner {
    border-radius: 1rem;
    border: 0.75rem solid white;
  }
}
@media (max-width: 767.98px) {
  #home-banner-section {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
  }
}

#home-section02 #bild3 {
  position: absolute;
  width: 72%;
  left: 14%;
  top: 12%;
  z-index: 1;
}
#home-section02 #bild4 {
  position: absolute;
  width: 33%;
  left: 46%;
  top: 1%;
  margin-top: 15%;
  z-index: 2;
}
#home-section02 .col-md-6.left {
  background: url("../images/home-section-bg02.svg");
  background-size: 60%;
  background-position: 45% 40%;
  background-repeat: no-repeat;
  position: relative;
}
#home-section02 .col-md-6.right > div {
  max-width: 36rem;
}
#home-section02 .imgCol-mobile {
  position: relative;
  height: 15rem;
}
#home-section02 .imgCol-mobile #bild3 {
  width: 90%;
  left: -0.5rem;
  top: -1rem;
}
#home-section02 .imgCol-mobile #bild4 {
  width: 41%;
  left: 38%;
  top: -2.3rem;
}

#home-section03 {
  background: url("../images/section-bg-01b.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  #home-section03 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    height: 45rem;
    padding-bottom: 0;
  }
}
#home-section03 h2 {
  font-family: "DIN Pro", sans-serif;
  font-weight: 700;
  color: #447a8c;
  position: relative;
  max-width: 32rem;
  font-size: 2.6rem;
  text-transform: uppercase;
  line-height: 1.1;
  z-index: 2;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 768px) {
  #home-section03 h2 {
    line-height: 1;
    position: absolute;
    font-size: 3.8rem;
    text-align: right;
    margin-left: 13rem;
    letter-spacing: 3px;
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
#home-section03 .qv-box {
  background: linear-gradient(153deg, #ffffff, rgba(255, 255, 255, 0.8392156863));
  border-radius: 1rem;
  max-width: 32rem;
  padding: 2rem;
}
#home-section03 .qv-icon {
  width: auto;
  position: relative;
  height: 10rem;
}
@media (min-width: 768px) {
  #home-section03 .qv-icon {
    height: 12rem;
  }
}
#home-section03 h3 {
  font-family: "Freestyle Script", serif;
  text-transform: none;
  font-weight: 500;
  letter-spacing: 0;
  color: #7C8F1C;
  font-size: 3.6rem;
  line-height: 0.8;
}
@media (min-width: 768px) {
  #home-section03 h3 {
    line-height: 1;
  }
}
#home-section03 .btn-primary {
  background: #e2f4fe;
  border-radius: 0.5rem;
  border: 1.5px solid rgba(77, 123, 138, 0.5411764706);
  color: #4d7b8a;
  font-weight: 600;
}
#home-section03 .btn-primary:before {
  display: none;
}
#home-section03 .btn-primary:hover {
  background: #447a8c;
  color: white;
  border-color: #447a8c;
}

#home-section05 {
  background: url("../images/world-map2.svg");
  background-size: 120%;
  background-position: 70% 5%;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
}
@media (min-width: 768px) {
  #home-section05 {
    background: url("../images/world-map2.svg");
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 45rem;
    position: relative;
  }
}
#home-section05 h2 {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 3.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  #home-section05 h2 {
    line-height: 1.5;
  }
}
#home-section05 h3 {
  font-size: 2rem;
  letter-spacing: 2px;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  #home-section05 {
    height: 50rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #home-section05 .sh-text-col {
    margin-top: 11rem;
  }
}

#home-section06 {
  background: url("../images/section-bg-03-mobile.svg");
  background-size: 180%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 3rem;
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  #home-section06 {
    height: 48rem;
    padding-top: 6rem;
    background: url("../images/section-bg-03.svg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-bottom: 0;
  }
}
#home-section06 h2 {
  color: #e3dfd7;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  #home-section06 h2 {
    font-size: 4.75rem;
    padding-top: 0;
  }
}
#home-section06 h3 {
  color: #665d4d;
  text-transform: uppercase;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  display: block;
  opacity: 0.8;
  text-align: start;
  max-width: 12rem;
  margin-top: 1.5rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  #home-section06 h3 {
    font-size: 2.5rem;
    max-width: none;
    text-align: end;
    color: white;
    margin-top: 0;
    padding-left: 0;
  }
}
#home-section06 h3:after {
  content: "";
  background: #908570;
  opacity: 0.8;
  width: 7rem;
  height: 1px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2rem;
  position: absolute;
  margin-top: -0.5rem;
}
@media (min-width: 768px) {
  #home-section06 h3:after {
    background: white;
    position: relative;
    width: 12rem;
    margin-bottom: 0.8rem;
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  #home-section06 {
    height: 50rem;
    margin-top: 2rem;
  }
  #home-section06 .sh-text-col {
    margin-top: 11rem;
  }
}
@media (min-width: 768px) {
  #home-section06 .recent-recipes-hl {
    margin-bottom: -1rem;
  }
}
#home-section06 .recent-recipes .recipe-box {
  text-decoration: none;
  text-align: center;
}
#home-section06 .recent-recipes .recipe-box .sleeve {
  background: #35322f;
  height: 5rem;
  position: relative;
  margin-top: -6rem;
  width: 108%;
  margin-left: -0.85rem;
  margin-top: -6rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #home-section06 .recent-recipes .recipe-box .sleeve {
    margin-bottom: -1rem;
  }
}
#home-section06 .recent-recipes .recipe-box .sleeve span {
  font-family: "DIN Pro", sans-serif;
  font-weight: 700;
  color: #edebe7;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: -0.75px;
  padding-top: 0.75rem;
}
@media (min-width: 768px) {
  #home-section06 .recent-recipes .recipe-box .sleeve span {
    font-size: 1.45rem;
    padding-top: 0.5rem;
  }
}
#home-section06 .recent-recipes .recipe-box .sleeve span small {
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 1.15rem;
  letter-spacing: 0;
}
#home-section06 .recent-recipes .recipe-box img {
  height: 16rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #home-section06 .recent-recipes .recipe-box.first img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 24rem;
  }
}
@media (min-width: 768px) {
  #home-section06 .recent-recipes .recipe-box.second img, #home-section06 .recent-recipes .recipe-box .third img {
    height: 20rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.white-tr-box {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0.75rem;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 1rem;
}

.product-category {
  height: 12rem;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 1rem;
  left: auto;
  right: 0rem;
  margin-top: auto;
  margin-left: auto;
  text-align: end;
  z-index: 5;
}
.product-category a {
  font-size: 1rem;
  color: white;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.8;
}
.product-category a:hover {
  opacity: 1;
}
.product-category img {
  height: 3rem;
  width: auto;
  opacity: 0.8;
}
.product-category img.second {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .product-category {
    left: 0;
    width: 14rem;
    bottom: 1rem;
    text-align: center;
  }
  .product-category a {
    font-size: 1.2rem;
  }
  .product-category img {
    height: 4rem;
  }
}

.hero-section.product {
  position: relative;
  height: 60vh;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .hero-section.product {
    height: 80vh;
  }
}
.hero-section.product .overlay, .hero-section.product .overlay2 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-section.product .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 55%, rgba(0, 0, 0, 0) 100%);
}
.hero-section.product .overlay2 {
  background: linear-gradient(323deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.2) 26%, rgba(0, 0, 0, 0) 100%);
}

.product-heading {
  position: relative;
  z-index: 3;
  background: url("../images/product-title-bg.svg");
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  margin-top: -4rem;
}
@media (min-width: 768px) {
  .product-heading {
    background: url("../images/product-title-bg.svg");
    background-size: 60%;
    background-position: left top;
    background-repeat: no-repeat;
    margin-top: -8rem;
  }
}
.product-heading .product-title {
  display: inline-block;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .product-heading .product-title {
    margin-top: 6.5rem;
    margin-bottom: 0;
  }
}
.product-heading .product-title h1 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  word-break: break-word;
  font-size: 1.8rem;
  display: inline-block;
  max-width: 17rem;
}
@media (min-width: 768px) {
  .product-heading .product-title h1 {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    display: inline;
    max-width: none;
  }
}
.product-heading .product-title .size {
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #b18d31;
  display: inline;
  font-weight: 400;
  font-size: 1.5rem;
  word-break: keep-all;
  display: contents;
}
@media (min-width: 768px) {
  .product-heading .product-title .size {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.product-heading .product-subheading {
  margin-top: 1rem;
}
.product-heading .packshot {
  margin-top: 10rem;
}
.product-heading h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.ingredients-hl {
  font-family: "DIN Pro", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  border-bottom: 1px dotted #b18d31;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .ingredients-hl {
    padding-top: 4.5rem;
  }
}

.features .col-auto {
  border-radius: 1rem;
  padding: 0.5rem 1.25rem 0.5rem 0.75rem;
  background: #f3f3f3;
}
.features img {
  width: 4rem;
  height: auto;
}
.features span {
  font-weight: 400;
  line-height: 3.7rem;
  vertical-align: sub;
}

.product-ingredients {
  background: #f0ebe8;
  border-radius: 1rem;
}

.product-ingredients-section {
  background: url("../images/ingredients-bg.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  height: 24rem;
  background-position-x: right;
}
.product-ingredients-section .hl, .product-ingredients-section h2 {
  font-size: 3.5rem;
  font-family: "DIN Pro", sans-serif;
  margin-top: -1.5rem;
  line-height: 1;
  text-align: start;
  color: #b0aaa5;
  font-weight: 700;
  letter-spacing: 1px;
  background: white;
  padding: 0.5rem 1.5rem;
  display: inline-block;
  border-radius: 1rem;
}
.product-ingredients-section p {
  color: #57504c;
}

.product-recipes-section h2 {
  font-family: "DIN Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3.5rem;
}
.product-recipes-section .img1 {
  position: absolute;
  width: 72%;
  left: 14%;
  top: 12%;
  z-index: 1;
}
.product-recipes-section .img2 {
  position: absolute;
  width: 33%;
  left: 46%;
  top: 1%;
  margin-top: 15%;
  z-index: 2;
}
.product-recipes-section .col-md-5.left > div {
  max-width: 36rem;
}
.product-recipes-section .col-md-7.right {
  background: url("../images/home-section-bg02.svg");
  background-size: 60%;
  background-position: 45% 40%;
  background-repeat: no-repeat;
  position: relative;
}

.packshot-mobile {
  margin-left: -1rem;
}

.product-nutrition-section {
  background: url("../images/nutrition-bg-mobile.svg");
  background-size: 90%;
  background-repeat: no-repeat;
  height: 27rem;
}
@media (min-width: 768px) {
  .product-nutrition-section {
    background: url("../images/nutrition-bg.svg");
    background-size: 90%;
    background-repeat: no-repeat;
    height: 28rem;
  }
}
.product-nutrition-section h2 {
  font-size: 2.5rem;
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  margin-top: -1.9rem;
  line-height: 1;
  text-align: start;
  color: #797a64;
  font-weight: 700;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .product-nutrition-section h2 {
    text-align: end;
    font-size: 3.5rem;
  }
}
.product-nutrition-section span {
  font-size: 1.5rem;
  color: #b0b58c;
  font-weight: 400;
  display: block;
  line-height: 1.4;
  text-indent: 2px;
  text-align: end;
  padding-right: 5rem;
}
.product-nutrition-section span:before {
  display: inline-block;
  height: 0.5px;
  width: 7rem;
  left: 0;
  background: #b0b58c;
  content: "";
  margin-bottom: 0.5rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .product-nutrition-section span:before {
    width: 8rem;
  }
}
.product-nutrition-section span:after {
  display: none;
  height: 0.5px;
  width: 25rem;
  left: 0;
  background: #797a64;
  content: "";
}
@media (min-width: 768px) {
  .product-nutrition-section span {
    text-align: start;
    padding-right: 0;
    font-size: 2rem;
    color: #797a64;
  }
  .product-nutrition-section span:before {
    display: none;
  }
  .product-nutrition-section span:after {
    display: block;
  }
}
.product-nutrition-section p {
  margin-bottom: 0.4rem;
  color: #4a4b39;
  font-weight: 400;
}
@media (min-width: 768px) {
  .product-nutrition-section p {
    margin-bottom: 0.65rem;
    color: #35322f;
    border-radius: 0;
    padding: 0;
    font-weight: 200;
  }
  .product-nutrition-section p:after {
    display: none;
  }
}

.nutr-table {
  max-width: 800px;
}
.nutr-table .right-col p {
  font-weight: 500;
  color: #acb178;
  background: none;
}
@media (min-width: 768px) {
  .nutr-table .right-col p {
    color: #797a64;
  }
}

.product-slider-section {
  background: url("../images/product-slider-bg04.jpg");
  background-size: cover;
  background-position: bottom;
  background-position: 50% 20%;
}
@media (min-width: 768px) {
  .product-slider-section {
    height: 35rem;
  }
}

@media (min-width: 768px) {
  .recipes-with-product-section {
    background: url("../images/recipes-with-product-bg.svg");
    background-size: 98%;
    background-repeat: no-repeat;
    height: 22.55rem;
    background-position: right;
  }
}
.recipes-with-product-section .headline {
  margin-top: 5.5rem;
  position: absolute;
  margin-left: -15rem;
  width: 17rem;
}
.recipes-with-product-section .headline h2 {
  font-family: "DIN Pro", sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
  text-align: start;
  color: #6c6660;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 2.5rem;
  display: inline;
}
@media (min-width: 768px) {
  .recipes-with-product-section .headline h2 {
    font-size: 3.75rem;
  }
}
.recipes-with-product-section .headline h2 span {
  color: #b4a59d;
  font-size: 2.15rem;
  display: inline;
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .recipes-with-product-section .headline h2 span {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .recipes-with-product-section .recipes-row {
    margin-right: -6rem;
    margin-left: 11rem;
  }
}
.recipes-with-product-section .recipe-box {
  text-decoration: none;
  display: block;
  --bs-gutter-x: 2.5rem;
}
@media (min-width: 768px) {
  .recipes-with-product-section .recipe-box {
    max-width: 29%;
  }
}
.recipes-with-product-section .recipe-box img {
  height: 18rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 300ms;
}
.recipes-with-product-section .recipe-box .sleeve {
  background: #ffffff;
  height: 8rem;
  position: relative;
  width: 108%;
  margin-left: -0.66rem;
  color: black;
  box-shadow: 8px 8px 12px rgba(95, 76, 65, 0.1411764706);
  margin-bottom: 0;
  margin-top: -2rem;
  display: flex;
  border-radius: 1rem;
}
.recipes-with-product-section .recipe-box .sleeve span {
  margin-top: auto;
  margin-bottom: auto;
  font-family: "DIN Pro", sans-serif;
  font-weight: 700;
  color: #121212;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: -0.75px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .recipes-with-product-section .recipe-box .sleeve span {
    font-size: 1.45rem;
  }
}
.recipes-with-product-section .recipe-box .sleeve span small {
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding-left: 2rem;
  padding-right: 2rem;
}
.recipes-with-product-section .recipe-box:hover img {
  transform: scale(1.075);
}

.productnumber {
  background: #ffffff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border-radius: 1rem;
  margin-top: 1.5rem;
  text-align: center;
  border: 2px solid #f3f3f3;
  width: auto;
  height: 2.3rem;
}
.productnumber span {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  color: #787878;
  background: #f3f3f3;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  padding: 0.2rem 0.5rem 0.2rem 0.75rem;
  float: left;
  height: 100%;
  line-height: 1.9rem;
}
.productnumber strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  color: #c6b28b;
  letter-spacing: 1px;
  padding: 0.2rem 0.9rem 0.2rem 0.75rem;
  float: right;
  height: 100%;
  line-height: 1.7rem;
}

.hero-section.recipe {
  position: relative;
  height: 60vh;
  background-size: cover !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .hero-section.recipe {
    height: 80vh;
  }
}
.hero-section.recipe .overlay, .hero-section.recipe .overlay2 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-section.recipe .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0) 100%);
}
.hero-section.recipe .overlay2 {
  background: linear-gradient(323deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.2) 26%, rgba(0, 0, 0, 0) 100%);
}

.recipe-category {
  height: 12rem;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 1rem;
  left: auto;
  right: 0rem;
  margin-top: auto;
  margin-left: auto;
  text-align: end;
  z-index: 5;
}
.recipe-category a {
  font-size: 1rem;
  color: white;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.8;
}
.recipe-category a:hover {
  opacity: 1;
}
.recipe-category img {
  height: 3rem;
  width: auto;
  opacity: 0.8;
}
.recipe-category img.second {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .recipe-category {
    left: 0;
    width: 14rem;
    bottom: 1rem;
    text-align: center;
  }
  .recipe-category a {
    font-size: 1.2rem;
  }
  .recipe-category img {
    height: 4rem;
  }
}

.recipe-heading {
  margin-top: -4rem;
  position: relative;
  z-index: 3;
}
.recipe-heading .col-md-6 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: relative;
}
.recipe-heading .col-md-6:after {
  content: "";
  width: 78%;
  height: 80%;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: -1;
  margin-left: 3.8rem;
  margin-top: 0.25rem;
}
@media (max-width: 767.98px) {
  .recipe-heading .col-md-6:after {
    margin-left: 2.5rem;
    margin-top: 0.6rem;
  }
}
.recipe-heading .recipes-pre-title {
  margin-top: 1.5rem;
}
.recipe-heading .recipes-pre-title span {
  color: #c42b29;
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .recipe-heading .recipes-pre-title span {
    font-size: 3rem;
  }
}
.recipe-heading h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .recipe-heading h1 {
    font-size: 3.75rem;
    -webkit-hyphens: none;
            hyphens: none;
  }
}
.recipe-heading .recipe-subheading {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}
.recipe-heading .infobox {
  border-top: 1px dotted #b18d31;
  border-bottom: 1px dotted #b18d31;
}
.recipe-heading .infobox .img-recipe-difficulty {
  max-width: 5rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.recipe-heading .infobox .img-recipe-time {
  max-width: 2rem;
}
@media (min-width: 768px) {
  .recipe-heading .infobox .img-recipe-time {
    max-width: 3rem;
  }
}

.recipe-body .col-md-4 {
  padding: 1.75rem 1rem 0rem 1rem;
  background-color: #fffbf5;
  background-image: url("../images/bg_lined-paper-2.png");
  border-radius: 1rem;
}
.recipe-body .col-md-8 {
  padding-top: 1.75rem;
}
.recipe-body h3 {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2rem;
}
.recipe-body h3.red {
  color: #c42b29 !important;
}
.recipe-body .ingredients {
  line-height: 1.7;
}
.recipe-body .ingredients table td {
  line-height: 1.65rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .recipe-body .ingredients table td {
    line-height: 1.75rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.recipe-body .ingredients table tr td:first-child {
  min-width: 6rem;
  vertical-align: top;
}
.recipe-body .ingredients table tr td:last-child {
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}
.recipe-body .step-number {
  padding-top: 0.5rem;
}
.recipe-body .step-number span {
  font-size: 3.5rem;
  font-weight: 500;
  color: #d1d1d1;
  border-right: 1px solid #d1d1d1;
  display: inline;
  padding-right: 0.75rem;
}

.share {
  height: auto;
  background: url("../images/share-bg.png");
  background-size: 90%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .share {
    height: 26rem;
    background: url("../images/share-bg.png");
    background-size: 30%;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
.share .share-recipe {
  padding-left: 2rem;
  padding-top: 6rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .share .share-recipe {
    padding-left: 5rem;
  }
}
.share .share-recipe button, .share .share-recipe a {
  background: white;
  border-radius: 50%;
  padding: 0.4rem;
  border: none;
}
.share .share-recipe button img, .share .share-recipe a img {
  height: 2.5rem;
  width: 2.5rem;
  transition: ease 200ms;
}
.share .share-recipe button:hover img, .share .share-recipe a:hover img {
  transform: scale(1.2);
}

.tip-box {
  background: #fef8f3;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  outline: 3px solid #fef8f3;
  outline-offset: 5px;
}
@media (min-width: 992px) {
  .tip-box {
    margin-left: -2rem;
  }
}

.recipe-description p a strong {
  color: #121212;
  border-radius: 0;
  border: 1px solid #121212;
  padding: 1.25rem 2.25rem 1rem 2.75rem;
  font-size: 1rem;
  transition: ease 400ms;
}
.recipe-description p a strong:hover {
  background: #121212;
  color: white;
}

.hero-section.news {
  position: relative;
  height: 60vh;
  background-size: cover !important;
  background-position: center !important;
}
@media (min-width: 768px) {
  .hero-section.news {
    height: 65vh;
  }
}
.hero-section.news .overlay, .hero-section.news .overlay2 {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hero-section.news .overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0) 100%);
}
.hero-section.news .overlay2 {
  background: linear-gradient(323deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.2) 26%, rgba(0, 0, 0, 0) 100%);
}

.news-category {
  height: 12rem;
  width: auto;
  position: absolute;
  top: 0;
  bottom: 2rem;
  left: auto;
  right: 0rem;
  margin-top: auto;
  margin-left: auto;
  text-align: end;
  z-index: 5;
}
.news-category a, .news-category span {
  font-size: 1rem;
  color: white;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.8;
}
.news-category a:hover, .news-category span:hover {
  opacity: 1;
}
.news-category img {
  height: 3rem;
  width: auto;
  opacity: 0.8;
}
.news-category img.second {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .news-category {
    left: 0;
    width: 14rem;
    bottom: 1rem;
    text-align: center;
  }
  .news-category a {
    font-size: 1.2rem;
  }
  .news-category img {
    height: 4rem;
  }
}

.news-heading {
  margin-top: -4rem;
  position: relative;
  z-index: 3;
}
.news-heading .col-md-3 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  position: relative;
}
.news-heading .col-md-3:after {
  content: "";
  width: 95%;
  height: 100%;
  background: white;
  border-radius: 1rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: -1;
  margin-left: auto;
  margin-top: 0.5rem;
  margin-right: auto;
}
.news-heading .news-pre-title {
  margin-top: 1rem;
}
.news-heading .news-pre-title span {
  color: #7C8F1C;
  /*font-family: $textFont;*/
  font-family: "Freestyle Script", serif;
  font-weight: 400;
  /*font-size: 2.25rem;*/
  font-size: 5.25rem;
  line-height: 4.5rem;
  letter-spacing: 2px;
  padding-top: 1.25rem;
  display: inline-block;
}
.news-heading .news-pre-title:after {
  height: 1px;
  content: "";
  width: 3.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom: 1px solid #afb97c;
  display: block;
  padding-top: 0.5rem;
}
.news-heading h1 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-hyphens: initial;
          hyphens: initial;
}
@media (min-width: 768px) {
  .news-heading h1 {
    font-size: 3rem;
  }
}

.news-body h3 {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 2rem;
}
.news-body h3.red {
  color: #c42b29 !important;
}

.hero-section.listing {
  position: relative;
  height: 60vh;
  background-size: cover !important;
  background-position: 100% 50% !important;
}
.hero-section.listing.products.mainCat1 {
  background-position: 100% 75% !important;
  background: url("../images/hero03.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.products.mainCat1 {
    background-position: 42% 50% !important;
    background: url("../images/hero03-mobile.jpg");
  }
}
.hero-section.listing.products.mainCat2 {
  background-position: 100% 75% !important;
  background: url("../images/hero06.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.products.mainCat2 {
    background-position: 42% 50% !important;
    background: url("../images/hero06-mobile.jpg");
  }
}
.hero-section.listing.products.mainCat3 {
  background-position: 100% 40% !important;
  background: url("../images/hero05.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.products.mainCat3 {
    background-position: 42% 50% !important;
    background: url("../images/hero05-mobile.jpg");
  }
}
.hero-section.listing.products.mainCat4 {
  background-position: 100% 70% !important;
  background: url("../images/hero07.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.products.mainCat4 {
    background-position: 42% 50% !important;
    background: url("../images/hero07-mobile.jpg");
  }
}
.hero-section.listing.products.mainCat5 {
  background-position: 100% 35% !important;
  background: url("../images/hero08.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.products.mainCat5 {
    background-position: 42% 50% !important;
    background: url("../images/hero08-mobile.jpg");
  }
}
.hero-section.listing.products.mainCat6 {
  background-position: 100% 75% !important;
  background: url("../images/hero09.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.products.mainCat6 {
    background-position: 42% 50% !important;
    background: url("../images/hero09-mobile.jpg");
  }
}
.hero-section.listing.products.mainCat7 {
  background-position-y: 90% !important;
  background: url("../images/hero10.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.products.mainCat7 {
    background-position: 42% 50% !important;
    background: url("../images/hero10-mobile.jpg");
  }
}
.hero-section.listing.products.mainCat8 {
  background-position: 100% 75% !important;
  background: url("../images/hero11.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.products.mainCat8 {
    background-position: 42% 50% !important;
    background: url("../images/hero11-mobile.jpg");
  }
}
.hero-section.listing.recipes {
  background-position: 50% 50% !important;
  background: url("../images/hero04.jpg");
}
@media (max-width: 767.98px) {
  .hero-section.listing.recipes {
    background-position: 20% 100% !important;
    background: url("../images/hero04-mobile.jpg");
  }
}

.listing {
  background: linear-gradient(177deg, #f1f1f1, transparent);
  /* ---- isotope ---- */
  /* clear fix */
  /* ui group */
  /* products */
  /***************** RECIPES LISTING ********************/
}
.listing .products-tab-icon, .listing .recipes-tab-icon {
  height: 2.5rem;
  margin: 0.25rem auto 0.5rem auto;
  width: auto;
  opacity: 0.8;
  display: block;
}
@media (max-width: 767.98px) {
  .listing .products-tab-icon {
    display: none;
  }
}
.listing .grid {
  margin-top: -2rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .listing .grid {
    max-width: 1600px;
    padding-left: 1rem;
    margin-top: 2rem;
  }
}
.listing .grid:after {
  content: "";
  display: block;
  clear: both;
}
.listing .ui-group {
  display: block;
}
.listing .ui-group .button-group {
  display: block;
}
@media (min-width: 768px) {
  .listing .ui-group .button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.listing .ui-group .button-group .button {
  color: #35322f !important;
  padding: 0.5rem 1rem 0.45rem 1rem;
  background: none;
  border: none;
  display: block;
  width: 50%;
  float: left;
  text-align: start;
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 1.5rem;
  font-size: 1.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .listing .ui-group .button-group .button {
    font-size: 1.15rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    float: none;
    width: auto;
    font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0.8rem 1.1rem 0.65rem 1.1rem;
    letter-spacing: -0.5px;
  }
}
.listing .ui-group .button-group .button:after {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  .listing .ui-group .button-group .button:after {
    display: inline;
  }
}
.listing .ui-group .button-group .button.is-checked, .listing .ui-group .button-group .button:active, .listing .ui-group .button-group .button:focus {
  font-weight: 700;
  box-shadow: 8px 4px 20px rgba(184, 159, 149, 0.1882352941);
  background: white;
}
@media (max-width: 767.98px) {
  .listing .ui-group .button-group .button:last-child {
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .listing .ui-group .button-group .button:hover {
    background-color: #e8e8e8;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.de .button-group .button#alleProdukte {
    width: 149px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.de .button-group .button#Milchprodukte {
    width: 158px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.de .button-group .button#Fleischprodukte {
    width: 173px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.de .button-group .button#Teigwaren {
    width: 123px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.de .button-group .button#Huelsenfruechte {
    width: 155px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.de .button-group .button#Oliven {
    width: 98px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.de .button-group .button#Pasten {
    width: 98px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.de .button-group .button#Diverses {
    width: 109px;
  }
}
.listing .ui-group.en .button-group .button {
  justify-content: flex-start;
  text-align: center;
}
@media (min-width: 768px) {
  .listing .ui-group.en .button-group .button#alleProdukte {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.en .button-group .button#Milchprodukte {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.en .button-group .button#Fleischprodukte {
    width: 135px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.en .button-group .button#Teigwaren {
    width: 123px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.en .button-group .button#Huelsenfruechte {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.en .button-group .button#Oliven {
    width: 105px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.en .button-group .button#Pasten {
    width: 105px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.en .button-group .button#Diverses {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.tr .button-group .button#alleProdukte {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.tr .button-group .button#Milchprodukte {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.tr .button-group .button#Fleischprodukte {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.tr .button-group .button#Teigwaren {
    width: 155px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.tr .button-group .button#Huelsenfruechte {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.tr .button-group .button#Oliven {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.tr .button-group .button#Pasten {
    width: 172px;
  }
}
@media (min-width: 768px) {
  .listing .ui-group.tr .button-group .button#Diverses {
    width: 142px;
  }
}
.listing .ui-group .button-group:after {
  content: "";
  display: block;
  clear: both;
}
.listing .ui-group.sub {
  display: inline-flex;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  .listing .ui-group.sub {
    margin-bottom: 1rem;
    width: auto;
  }
}
.listing .ui-group.sub .button-group {
  border: none;
}
@media (max-width: 767.98px) {
  .listing .ui-group.sub .button-group {
    width: 84%;
    margin-left: 8%;
    margin-right: auto;
  }
}
.listing .ui-group.sub .button-group .button {
  margin-right: -2px;
  background: #e8e8e8;
  padding: 0.85rem 1.25rem 0.6rem 1.25rem;
  margin-left: 0;
  border-radius: 0;
  font-weight: 400;
  font-size: 1.1rem;
}
.listing .ui-group.sub .button-group .button:first-child {
  border-radius: 0.75rem 0rem 0rem 0.75rem;
}
.listing .ui-group.sub .button-group .button:last-child {
  border-radius: 0rem 0.75rem 0.75rem 0rem;
}
.listing .ui-group.sub .button-group .button.is-checked {
  font-weight: 400;
  background-color: #8f8b86;
  color: white !important;
}
@media (max-width: 767.98px) {
  .listing .ui-group.sub .button-group .button {
    margin-right: 0.25rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    font-size: 1.1rem;
    margin-bottom: 4px;
    width: 48%;
    border-radius: 0.75rem;
  }
  .listing .ui-group.sub .button-group .button:first-child {
    border-radius: 0.75rem;
  }
  .listing .ui-group.sub .button-group .button:last-child {
    border-radius: 0.75rem;
  }
}
.listing h1 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 2.8rem;
  background: rgba(242, 242, 242, 0.8784313725);
  margin-left: auto;
  margin-right: auto;
  margin-top: -9rem;
  position: relative;
  z-index: 3;
  padding: 1.5rem 1rem 2rem 1rem;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (min-width: 992px) {
  .listing h1 {
    padding: 2rem 2rem 2rem 2rem;
    font-size: 3.75rem;
    width: 40rem;
  }
}
.listing h1 small {
  display: block;
  font-weight: 400;
  font-size: 3.5rem;
  font-family: "Freestyle Script", serif;
  text-transform: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .listing h1 small {
    font-size: 5rem;
  }
}
.listing h1 big {
  display: block;
  font-weight: 400;
  font-size: 6rem;
  font-family: "Freestyle Script", serif;
  text-transform: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .listing h1 big {
    font-size: 8rem;
  }
}
.listing h2 {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #b18d31;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px dashed #b18d31;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.listing .product, .listing .recipe {
  text-align: center;
  width: 43%;
  height: 14rem;
  margin: 6rem 12px 18px 12px;
  text-decoration: none;
  color: #35322f;
  background: linear-gradient(171deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  border-radius: 1rem;
  box-shadow: 6px 4px 16px rgba(54, 54, 54, 0.2);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .listing .product, .listing .recipe {
    height: 17rem;
    float: left;
  }
}
@media (min-width: 992px) {
  .listing .product, .listing .recipe {
    width: 22%;
  }
}
.listing .product .productName, .listing .product .recipeName, .listing .product h3, .listing .recipe .productName, .listing .recipe .recipeName, .listing .recipe h3 {
  font-size: 1rem;
  margin-bottom: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-family: "dinpro-medium", sans-serif;
  font-weight: 400;
  margin-top: -1rem;
}
@media (max-width: 767.98px) {
  .listing .product .productName, .listing .product .recipeName, .listing .product h3, .listing .recipe .productName, .listing .recipe .recipeName, .listing .recipe h3 {
    word-wrap: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 768px) {
  .listing .product .productName, .listing .product .recipeName, .listing .product h3, .listing .recipe .productName, .listing .recipe .recipeName, .listing .recipe h3 {
    font-size: 1.15rem;
    font-family: "DIN Pro", sans-serif;
    font-weight: 500;
    margin-top: 0;
  }
}
.listing .product .productSize, .listing .product h4, .listing .recipe .productSize, .listing .recipe h4 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
  background: #b2a78b;
  color: white;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 1rem;
  display: inline-block;
  padding: 0.35rem 0.7rem 0.25rem 0.7rem;
  margin-top: auto;
  width: 5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  .listing .product .productSize, .listing .product h4, .listing .recipe .productSize, .listing .recipe h4 {
    font-size: 1.2rem;
    width: 6rem;
  }
}
.listing .product img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -6rem;
  height: 13rem;
}
@media (min-width: 768px) {
  .listing .product img {
    margin-top: -5rem;
    height: 16rem;
  }
}
.listing .filters {
  text-align: center;
  z-index: 1046;
  position: relative;
}
@media (min-width: 768px) {
  .listing .filters {
    height: 140px;
  }
}
.listing .filters .button-group2, .listing .filters .button-group3 {
  display: none;
}
@media (min-width: 768px) {
  .listing.recipes-listing .filters {
    height: 50px;
  }
}
@media (max-width: 767.98px) {
  .listing.recipes-listing .filters .ui-group .button-group .button {
    font-size: 1.3rem;
    padding: 0.5rem 1rem 0.5rem 1rem;
    text-align: center;
  }
}
.listing.recipes-listing .recipe {
  width: 91%;
  height: 22rem;
  margin: 1rem 12px 18px 12px;
  transition: ease 500ms;
}
@media (min-width: 768px) {
  .listing.recipes-listing .recipe {
    width: 30%;
    height: 25rem;
    margin: 4rem 12px 18px 12px;
  }
}
.listing.recipes-listing .recipe .recipeName {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .listing.recipes-listing .recipe .recipeName {
    -webkit-hyphens: none;
            hyphens: none;
  }
}
.listing.recipes-listing .recipe p.recipeDescr {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 400;
}
.listing.recipes-listing .recipe .overflow-hidden {
  height: 10rem;
}
@media (min-width: 768px) {
  .listing.recipes-listing .recipe .overflow-hidden {
    height: 13rem;
  }
}
.listing.recipes-listing .recipe div > img {
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
@media (min-width: 768px) {
  .listing.recipes-listing .recipe div > img {
    height: 13rem;
  }
}
.listing.recipes-listing .recipe .img-recipe-difficulty {
  height: 1.2rem;
  width: auto;
  margin-top: 0;
}
.listing.recipes-listing .recipe .img-recipe-time {
  height: 1.8rem;
  width: auto;
  margin-top: 0;
  vertical-align: bottom;
  margin-right: 4px;
}
.listing.recipes-listing .recipe .col-5 {
  border-left: 1px dashed #35322f;
}
.listing.recipes-listing .recipe span {
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.listing.recipes-listing .recipe:hover {
  translate: 0px -5px;
  /*.overflow-hidden>img {
    transform: scale(1);
    overflow: hidden;
  }*/
}
.listing.news-listing h1, .listing.events-listing h1 {
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .listing.news-listing h1, .listing.events-listing h1 {
    font-size: 3.5rem;
  }
}
.listing.news-listing .news-excerpt, .listing.events-listing .news-excerpt {
  color: #35322f;
  text-decoration: none;
  box-shadow: 10px 10px 20px rgba(204, 204, 204, 0.6196078431);
  display: block;
  border-radius: 0rem 0rem 1rem 1rem;
}
.listing.news-listing .news-excerpt .overflow-hidden, .listing.events-listing .news-excerpt .overflow-hidden {
  height: 15rem;
  transition: ease 400ms;
}
@media (min-width: 768px) {
  .listing.news-listing .news-excerpt .overflow-hidden, .listing.events-listing .news-excerpt .overflow-hidden {
    height: 20rem;
  }
}
.listing.news-listing .news-excerpt .overflow-hidden img, .listing.events-listing .news-excerpt .overflow-hidden img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: ease 400ms;
}
.listing.news-listing .news-excerpt .excerpt-body, .listing.events-listing .news-excerpt .excerpt-body {
  background: white;
  border-radius: 0rem 0rem 1rem 1rem;
  -webkit-hyphens: none;
          hyphens: none;
}
.listing.news-listing .news-excerpt .excerpt-body h3, .listing.events-listing .news-excerpt .excerpt-body h3 {
  transition: ease 400ms;
}
.listing.news-listing .news-excerpt:hover .overflow-hidden img, .listing.events-listing .news-excerpt:hover .overflow-hidden img {
  transform: scale(1.05);
}
.listing.news-listing .news-excerpt:hover .excerpt-body h3, .listing.events-listing .news-excerpt:hover .excerpt-body h3 {
  color: #c42b29;
}
.listing.events-listing h1 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .listing.events-listing h1 {
    font-size: 3rem;
  }
}
.listing.career-listing h1 {
  line-height: 0.8;
  font-size: 2.2rem;
  font-weight: 700;
}
.listing.career-listing h1 big {
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .listing.career-listing h1 {
    padding: 2.5rem 2rem 2.5rem 2rem;
    font-size: 2.4rem;
  }
}
.listing.campaings h1 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  .listing.campaings h1 {
    font-size: 3.25rem;
  }
}
.listing .card {
  border: none;
  border-radius: 0.75rem !important;
  box-shadow: 12px 12px 40px rgba(33, 33, 33, 0.1294117647);
  padding: 0;
}
.listing .card .rounded-start {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
}
@media (min-width: 768px) {
  .listing .card .rounded-start {
    border-bottom-left-radius: 0.75rem !important;
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0 !important;
  }
}
.listing .card .rounded-end {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0 !important;
}
@media (min-width: 768px) {
  .listing .card .rounded-end {
    border-bottom-right-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
  }
}
.listing .card.event-card img {
  height: 14rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .listing .card.event-card img {
    height: 26rem;
  }
}
.listing .card.event-card .card-title {
  font-size: 2rem;
  border-bottom: 1px solid #b18d31;
  display: inline-block;
}
.listing .card.event-card .card-text {
  font-size: 1rem;
}
.listing .card.event-card .card-badge {
  background: #b18d31;
  color: white;
  display: inline-block;
  font-weight: 300;
  border-radius: 0.5rem;
}
.listing .card.event-card .card-badge strong {
  height: 100%;
  display: inline-block;
  background: #97792a;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0.5rem 0.75rem 0.4rem 0.5rem;
}
.listing .card.event-card .card-badge span {
  padding: 0.5rem 0.5rem 0.4rem 0.2rem;
}
.listing .card.event-card .card-link img {
  width: 1rem;
  height: auto;
}

.last-of-cat:after {
  content: "";
  width: 100vw;
  float: left;
  position: absolute;
  display: flex;
  flex-direction: column;
  height: 17rem;
}

.introText {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .introText {
    font-size: 1.1rem;
  }
}
.introText h2 {
  border: none;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
}
.introText h2:after {
  padding-top: 1rem;
  display: block;
  width: 40%;
  content: "";
  height: 1px;
  border-bottom: 1px dashed #b18d31;
  margin-left: auto;
  margin-right: auto;
}
.introText ul {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .introText ul {
    padding-left: 1.5rem;
  }
}

.form-control {
  border-radius: 0.5rem;
}

:root {
  --card-width: 300px;
  --card-height: 350px;
  --card-transition-duration: 800ms;
  --card-transition-easing: ease;
}

.product-slider-heading h2 {
  font-size: 1.9rem;
  font-family: "DIN Pro", sans-serif;
}
@media (min-width: 768px) {
  .product-slider-heading h2 {
    font-size: 2.75rem;
    text-transform: uppercase;
  }
}

.product-slider {
  width: 100%;
  height: 27rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-slider {
    height: 35rem;
  }
}
.product-slider button {
  border: none;
  background: none;
  cursor: pointer;
}
.product-slider button:focus {
  outline: none;
  border: none;
}
.product-slider .app {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0rem 0rem 5rem 5rem #ffffff;
}
.product-slider .app__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.product-slider .app__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.568627451);
  z-index: 1;
  opacity: 0.8;
}
.product-slider .app__bg__image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--image-translate-offset, 0));
  width: 180%;
  height: 180%;
  transition: transform 1000ms ease, opacity 1000ms ease;
  overflow: hidden;
}
.product-slider .app__bg__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-slider .app__bg__image.current--image {
  opacity: 1;
  --image-translate-offset: 0;
}
.product-slider .app__bg__image.previous--image, .product-slider .app__bg__image.next--image {
  opacity: 0;
}
.product-slider .app__bg__image.previous--image {
  --image-translate-offset: -25%;
}
.product-slider .app__bg__image.next--image {
  --image-translate-offset: 25%;
}
.product-slider .cardList {
  position: absolute;
  width: calc(3 * var(--card-width));
  height: auto;
}
.product-slider .cardList__btn {
  --btn-size: 50px;
  width: var(--btn-size);
  height: var(--btn-size);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.product-slider .cardList__btn.btn--left {
  left: -10%;
}
.product-slider .cardList__btn.btn--right {
  right: -10%;
}
.product-slider .cardList__btn .icon {
  width: 4rem;
  height: 3rem;
}
.product-slider .cardList__btn .icon svg {
  width: 100%;
  height: 100%;
}
.product-slider .cardList .cards__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
.product-slider .card {
  --card-translateY-offset: 100vh;
  background: transparent;
  border: none;
  border-radius: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) translateX(var(--card-translateX-offset)) translateY(var(--card-translateY-offset)) rotateY(var(--card-rotation-offset)) scale(var(--card-scale-offset));
  display: inline-block;
  width: var(--card-width);
  height: var(--card-height);
  transition: transform var(--card-transition-duration) var(--card-transition-easing);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-slider .card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: #000;*/
  z-index: 1;
  transition: opacity var(--card-transition-duration) var(--card-transition-easing);
  opacity: calc(1 - var(--opacity));
}
.product-slider .card__image {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 4;
}
.product-slider .card__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .product-slider .card__image img {
    height: 100%;
  }
}
.product-slider .card.current--card {
  --current-card-rotation-offset: 0;
  --card-translateX-offset: 0;
  --card-rotation-offset: var(--current-card-rotation-offset);
  --card-scale-offset: 1.2;
  --opacity: 0.8;
}
.product-slider .card.previous--card {
  --card-translateX-offset: calc(-1 * var(--card-width) * 1.1);
  --card-rotation-offset: 25deg;
}
.product-slider .card.next--card {
  --card-translateX-offset: calc(var(--card-width) * 1.1);
  --card-rotation-offset: -25deg;
}
.product-slider .card.previous--card, .product-slider .card.next--card {
  --card-scale-offset: 0.9;
  --opacity: 0.4;
}
.product-slider .card.previous--card img img, .product-slider .card.next--card img img {
  opacity: 0.5 !important;
}
.product-slider .infoList {
  position: absolute;
  width: calc(3 * var(--card-width));
  height: var(--card-height);
  pointer-events: none;
}
.product-slider .infoList .info__wrapper {
  position: relative;
  width: 100%;
  height: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  perspective: 1000px;
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .product-slider .infoList .info__wrapper {
    height: 100%;
  }
}
.product-slider .info {
  /*margin-bottom: calc(var(--card-height) / 4);*/
  pointer-events: all;
  text-decoration: none;
  margin-bottom: -8rem;
  padding-left: 2rem;
  margin-left: calc(var(--card-width) / 1.15);
  transform: translateZ(2rem);
  transform: scale(0.9);
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .product-slider .info {
    padding-left: 0;
    margin-bottom: -6rem;
  }
}
.product-slider .info .text {
  position: relative;
  font-size: calc(var(--card-width) * var(--text-size-offset, 0.2));
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 320px;
  white-space: break-spaces;
  color: black;
}
.product-slider .info .name {
  font-size: 1.2rem;
  height: auto;
  padding: 1rem 2rem;
  letter-spacing: 1px;
  filter: drop-shadow(3px 5px 12px rgba(0, 0, 0, 0.1));
  transition: ease-out 400ms;
  background-position: top;
  background: white;
  border-radius: 2rem;
  line-height: 1.5;
  display: block;
  font-weight: 500;
}
.product-slider .info .name:before {
  position: absolute;
  content: "";
  background: url("../images/bubble-arrow.svg");
  background-position: top right;
  background-size: 9rem;
  background-repeat: no-repeat;
  height: 9rem;
  width: 9rem;
  display: block;
  margin-bottom: auto;
  margin-top: -3rem;
  margin-left: 48%;
  z-index: 0;
}
.product-slider .info .name,
.product-slider .info .location {
  text-transform: uppercase;
}
.product-slider .info .location {
  --text-size-offset: 0.12;
  text-shadow: none;
  text-transform: none;
  font-weight: 300;
  margin-left: 0.5rem;
  font-size: 1rem;
  background: #d3be8a;
  color: white;
  border-radius: 15px;
  line-height: 1.25rem;
  padding: 0.25rem 0.4rem;
}
.product-slider .info .text.btn {
  margin-left: 6rem;
  font-size: 1rem;
  background: transparent;
  border-radius: 0.75rem;
  text-shadow: none;
  color: #35322f;
  text-decoration: none;
  padding: 1rem 2rem 0.85rem 2.5rem;
  position: absolute;
  margin-top: 2rem;
  pointer-events: all;
  margin-right: auto;
  left: 0;
  right: 0;
}
.product-slider .info .description {
  --text-size-offset: 0.065;
  font-weight: 500;
}
.product-slider .info.current--info {
  opacity: 1;
  display: block;
}
.product-slider .info.previous--info, .product-slider .info.next--info {
  opacity: 0;
  display: none;
}
.product-slider .info:hover .name {
  transition: ease-in-out 400ms;
  transform: translate(0px, -14px) !important;
}
.product-slider .loading__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  z-index: 200;
}
.product-slider .loading__wrapper .loader--text {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 1.4rem;
}
.product-slider .loading__wrapper .loader {
  position: relative;
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
}
.product-slider .loading__wrapper .loader span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 0, 0);
  transform: scaleX(0);
  transform-origin: left;
}
@media only screen and (min-width: 800px) {
  .product-slider :root {
    --card-width: 300px;
    --card-height: 475px;
  }
}

.infoPage ul li {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  line-height: 1.75;
  color: #35322f;
  opacity: 0.7;
}

.tl-arrow {
  background: rgba(31, 31, 31, 0.6196078431);
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  width: 7rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  margin-top: -8rem;
  letter-spacing: 2px;
}
.tl-arrow:after {
  content: " ";
  position: absolute;
  bottom: -1.5rem;
  border-top: 25px solid white;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 3rem;
}
.tl-arrow.alt {
  background: none;
  position: absolute;
  margin-top: 5rem;
  padding: 0;
  margin-right: 33%;
}
.tl-arrow.alt:after {
  border-top: 25px solid rgba(255, 255, 255, 0.8117647059);
}

.quality-icons > div {
  display: flex;
  flex-direction: row;
}
.quality-icons img {
  height: 4rem;
  align-self: center;
}
.quality-icons p {
  align-self: center;
  font-weight: 300;
  color: #467891;
  padding-left: 1rem;
  margin-bottom: 0;
}

#halal-icon {
  height: 3rem;
  width: auto;
  margin-bottom: 1rem;
}

.section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: hsl(0, 0%, 12%);
  color: hsl(0, 0%, 100%);
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.section h2 small {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .section h2 {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .section h2.title.fw-medium {
    font-size: 2.8rem;
  }
}
.section.light {
  background-color: #fafafa;
  color: #3b3e34;
}
.section.light h2 span {
  color: #819c66;
  display: block;
}

.image-box {
  overflow: hidden;
  height: auto;
}
@media (min-width: 768px) {
  .image-box {
    height: 800px;
  }
}
.image-box.first {
  height: 29rem;
}
@media (min-width: 768px) {
  .image-box.first {
    height: 800px;
  }
}
.image-box.last {
  height: 25rem;
}
@media (min-width: 768px) {
  .image-box.last {
    height: auto;
  }
}

.img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.img.first {
  height: 29rem;
}
@media (min-width: 768px) {
  .img {
    height: 100%;
  }
  .img.first {
    height: 100%;
  }
}

.content-box {
  padding-inline: 5em;
}
.content-box.alt-bg {
  background: #967129;
  height: 100%;
}
.content-box.alt-bg2 {
  background: #82a9be;
  height: 100%;
}
.content-box.alt-bg3 {
  background: #e4ecf1;
  height: 100%;
  color: #374043;
}
.content-box.alt-bg3 h2 {
  color: #467891;
}
.content-box.alt-bg4 {
  background: #edf1e4;
  height: 100%;
}
.content-box.first {
  height: 25rem;
}
@media (min-width: 768px) {
  .content-box.first {
    height: auto;
  }
}

.title {
  font-size: 4em;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-block-end: 0.25em;
}
.title.smaller {
  font-size: 3rem;
}

.text {
  opacity: 0.7;
  line-height: 2.25;
}

[data-reveal=left] {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

[data-reveal=left].revealed {
  animation: reveal-left 1.2s cubic-bezier(0.17, 0.97, 0.38, 1) forwards 300ms;
}

@keyframes reveal-left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
[data-reveal=right] {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}

[data-reveal=right].revealed {
  animation: reveal-right 1.2s cubic-bezier(0.17, 0.97, 0.38, 1) forwards 300ms;
}

@keyframes reveal-right {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
.image-box .img {
  /*transform: scale(1.5);*/
  transition: 1.2s cubic-bezier(0.17, 0.97, 0.38, 1);
}

.image-box.revealed .img {
  /*transform: scale(1.5);*/
}

@media only screen and (max-width: 768px) {
  .section {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .title {
    font-size: 3em;
  }
  .content-box {
    padding: 2em;
  }
}
@media only screen and (max-width: 480px) {
  .title {
    font-size: 2em;
  }
  .text {
    font-size: 0.8em;
  }
}
.contact-page .image-box.first {
  height: 20rem;
}
@media (min-width: 768px) {
  .contact-page .image-box.first {
    height: 100vh;
  }
}
.contact-page .img.first {
  height: 20rem;
}
@media (min-width: 768px) {
  .contact-page .img.first {
    height: 100vh;
  }
}
@media (max-width: 767.98px) {
  .contact-page .tl-arrow.alt {
    margin-top: 1rem;
  }
}
.contact-page textarea {
  height: 15rem;
}
@media (min-width: 768px) {
  .contact-page textarea {
    height: 11rem;
  }
}

.contact-form .form-headline {
  margin-top: -4rem;
}
.contact-form .form-headline h2 {
  color: white;
  font-size: 3.8rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-form .form-headline h3 {
  color: white;
  font-size: 2.5rem;
}
.contact-form .form-label {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  background: #e6e6e6;
  padding-left: 0.75rem;
  padding-right: 1rem;
  margin-bottom: 0;
  line-height: 2.8rem;
  padding-top: 0.5px;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
@media (max-width: 767.98px) {
  .contact-form .form-label {
    letter-spacing: 0;
    padding-right: 0.5rem;
    line-height: 2.65rem;
  }
}
.contact-form .form-label.vertical {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  font-size: 1.05rem;
  padding: 0.4rem;
}
@media (max-width: 767.98px) {
  .contact-form .form-label.vertical {
    letter-spacing: 0;
  }
}
.contact-form .form-control, .contact-form .form-select {
  border-radius: 0;
  line-height: 1.75;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top: 1.5px dashed #d6d6d6;
  border-right: 1.5px dashed #d6d6d6;
  border-bottom: 1.5px dashed #d6d6d6;
  border-left: none;
}
@media (min-width: 768px) {
  .contact-form .form-control, .contact-form .form-select {
    font-size: 1.1rem;
  }
}
.contact-form .form-control:focus, .contact-form .form-select:focus {
  box-shadow: none;
}
.contact-form .form-control.vertical {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
  border-top: none;
  border-left: 1.5px dashed #d6d6d6;
}
.contact-form .form-check-input[type=checkbox] {
  border-radius: 0.25em;
  border: 2.5px solid #303030;
  width: 1.5rem;
  height: 1.5rem;
}
.contact-form .form-check-input:checked {
  background-color: #303030;
  border-color: #303030;
}
.contact-form .form-check-label {
  padding-left: 0.5rem;
  padding-top: 2px;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .contact-form .form-check-label {
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.contact-form .form-check-label a {
  color: #c42b29;
  text-decoration: none;
  border-bottom: 1px dotted #c42b29;
}
.contact-form .form-check-label a:hover {
  border-color: transparent;
}
.contact-form .form-check-label.narrow {
  letter-spacing: -0.5px;
}
.contact-form #hidden_div_1, .contact-form #hidden_div_2 {
  display: none;
}

.textPage h1 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 2.8rem;
  background: rgba(255, 255, 255, 0.8784313725);
  margin-left: auto;
  margin-right: auto;
  margin-top: -9rem;
  position: relative;
  z-index: 3;
  padding: 1.5rem 2rem 2rem 2rem;
  border-radius: 1rem;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (min-width: 992px) {
  .textPage h1 {
    padding: 2rem 2rem 2rem 2rem;
    font-size: 3.75rem;
    width: 40rem;
  }
}
.textPage h1 small {
  display: block;
  font-weight: 400;
  font-size: 4rem;
  font-family: "Freestyle Script", serif;
  text-transform: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .textPage h1 small {
    font-size: 5rem;
  }
}
.textPage h2 {
  font-size: 1.8rem;
}
.textPage h3 {
  font-size: 1.35rem;
}

#search_results > div {
  width: 32rem;
  position: fixed;
  background: rgba(255, 255, 255, 0.95);
  color: black;
  z-index: 9999;
  right: 400px;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search_results > div table {
  width: 100%;
}
#search_results > div table tr {
  border-bottom: 1px solid rgba(150, 150, 150, 0.4);
}
#search_results > div table tr td {
  font-family: "aktiv-grotesk-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
}
#search_results > div table tr td a {
  display: inline-block;
  color: black;
  text-decoration: none;
  font-weight: 400;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
#search_results > div table tr td:first-child {
  padding-left: 2rem;
  padding-right: 1rem;
}
#search_results > div table tr td:first-child span {
  display: inline-block;
  padding: 0.1rem 0.3rem;
  background: rgb(213, 208, 204);
  color: #5d5046;
  border-radius: 0.5rem;
}
#search_results > div table tr td:last-child {
  padding-left: 1rem;
  padding-right: 2rem;
  color: #c42b29;
}
#search_results > div table tr:hover {
  background: rgba(166, 166, 166, 0.3098039216);
}
@media (max-width: 767.98px) {
  #search_results > div {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 84.5%;
    overflow-y: scroll;
    z-index: 99999;
  }
  #search_results > div table {
    margin-top: 10rem;
  }
  #search_results > div table tr td {
    font-size: 0.9rem;
  }
  #search_results > div table tr td a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.partners {
  background: rgb(241, 241, 241);
  background: linear-gradient(180deg, rgb(241, 241, 241) 0%, rgb(241, 241, 241) 80%, rgb(255, 255, 255) 100%);
}
.partners .partner-data {
  border-radius: 1rem;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .partners .partner-data {
    position: absolute;
    z-index: 99;
    margin-top: 4rem;
    margin-left: 6rem;
    min-height: 24rem;
    width: 27rem;
  }
}
.partners .partner-data .dataLayer {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: ease 300ms;
  transform: scale(0);
  box-shadow: 0px 0px 40px rgba(91, 53, 13, 0.1411764706);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  height: auto;
  border-radius: 1rem;
}
.partners .partner-data .dataLayer .layerHeader {
  width: 100%;
  height: 5.5rem;
  text-align: center;
  display: flex;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: rgba(255, 255, 255, 0.5);
  background-position: -7.5% 135% !important;
  background-size: 25% !important;
  background-repeat: no-repeat !important;
  background-blend-mode: lighten;
}
.partners .partner-data .dataLayer .layerHeader h3 {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  margin-top: auto;
  margin-bottom: 1.5rem;
  padding-left: 2.25rem;
}
.partners .partner-data .dataLayer .layerHeader .locBack {
  cursor: pointer;
}
.partners .partner-data .dataLayer .layerHeader .locBack img {
  height: 2.25rem;
  width: auto;
  margin-top: 1rem;
  margin-right: 1rem;
  border-radius: 50%;
  padding: 0.5rem;
  box-shadow: 2px 2px 0px rgba(199, 191, 180, 0.8);
  transition: ease 400ms;
  border: 1px solid #d8cebd;
}
.partners .partner-data .dataLayer .layerHeader .locBack:hover img {
  background: white;
}
.partners .partner-data .dataLayer .layerBody {
  display: flex;
  height: auto;
  padding: 0rem 2rem;
  min-height: 17rem;
}
.partners .partner-data .dataLayer .layerBody .layerText {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.partners .partner-data .dataLayer .layerBody .layerText a {
  color: #c42b29;
  text-decoration: none;
}
.partners .partner-data .dataLayer .layerBody .layerText a:hover {
  text-decoration: underline;
}
.partners .partner-data .dataLayer.show {
  transform: scale(1);
}
.partners .partner-data .dataLayer#default .countryButtons.hide {
  display: none;
}
.partners .partner-data .dataLayer#default .countryButtons .button-group,
.partners .partner-data .dataLayer#default .germanyButtons .button-group {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.partners .partner-data .dataLayer#default .countryButtons .button-group button,
.partners .partner-data .dataLayer#default .germanyButtons .button-group button {
  border: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  border-radius: 0.75rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: ease 300ms;
  color: #35322f !important;
}
.partners .partner-data .dataLayer#default .countryButtons .button-group button:hover,
.partners .partner-data .dataLayer#default .germanyButtons .button-group button:hover {
  background: #e2d9cb;
}
.partners .partner-data .dataLayer#default .layerHeader h3 {
  padding-left: 0;
}
.partners .partner-data .dataLayer#default .germanyButtons {
  display: none;
}
.partners .partner-data .dataLayer#default .germanyButtons.show {
  display: block;
}
.partners #franceLayer .layerHeader {
  background-image: url("../images/partners/countries/france.png");
}
.partners #belgiumLayer .layerHeader {
  background-image: url("../images/partners/countries/belgium.png");
}
.partners #netherlandsLayer .layerHeader {
  background-image: url("../images/partners/countries/netherlands.png");
}
.partners #denmarkLayer .layerHeader {
  background-image: url("../images/partners/countries/denmark.png");
}
.partners #united-kingdomLayer .layerHeader {
  background-image: url("../images/partners/countries/united-kingdom.png");
}
.partners #swedenLayer .layerHeader {
  background-image: url("../images/partners/countries/sweden.png");
}
.partners #finlandLayer .layerHeader {
  background-image: url("../images/partners/countries/finland.png");
}
.partners #switzerlandLayer .layerHeader {
  background-image: url("../images/partners/countries/switzerland.png");
}
.partners #norwayLayer .layerHeader {
  background-image: url("../images/partners/countries/norway.png");
}
.partners #serbiaLayer .layerHeader {
  background-image: url("../images/partners/countries/serbia.png");
}
.partners #macedoniaLayer .layerHeader {
  background-image: url("../images/partners/countries/macedonia.png");
}
.partners #australiaLayer .layerHeader {
  background-image: url("../images/partners/countries/australia.png");
}
.partners #chinaLayer .layerHeader {
  background-image: url("../images/partners/countries/china.png");
}
.partners #uaeLayer .layerHeader {
  background-image: url("../images/partners/countries/united-arab-emirates.png");
}

.map-container {
  position: relative;
}
.map-container img {
  width: 100%;
}
.map-container .map-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(241, 241, 241, 0.6) 19%, rgba(241, 241, 241, 0) 51%, rgba(241, 241, 241, 0) 66%, rgba(241, 241, 241, 0.5) 100%);
}
.map-container .map-bg-container {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.map-container .map-bg-container .world-map {
  opacity: 0.8;
  transform: scale(1);
  transition: 500ms;
}
.map-container .map-bg-container .world-map.hide {
  opacity: 0;
  z-index: -1;
  transform: scale(0);
}
.map-container .map-bg-container .world-map.show {
  opacity: 0.8;
  z-index: inherit;
}
.map-container .point {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  width: 1.35rem;
  height: 1.35rem;
  background-color: #c42b29;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(196, 43, 41, 0.4);
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.map-container .point:hover, .map-container .point.active {
  animation: none;
  transform: translate(-50%, -50%) scale3D(2, 2, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  animation: pulse 3s infinite;
}
.map-container .france {
  top: 29%;
  left: 47%;
  background: url("../images/partners/countries/france.png");
}
.map-container .denmark {
  top: 22%;
  left: 50.5%;
  background: url("../images/partners/countries/denmark.png");
}
.map-container .united-kingdom {
  top: 22.5%;
  left: 45%;
  background: url("../images/partners/countries/united-kingdom.png");
}
.map-container .sweden {
  top: 16%;
  left: 52%;
  background: url("../images/partners/countries/sweden.png");
}
.map-container .finland {
  top: 16%;
  left: 55%;
  background: url("../images/partners/countries/finland.png");
}
.map-container .switzerland {
  top: 28.5%;
  left: 49.5%;
  background: url("../images/partners/countries/switzerland.png");
}
.map-container .serbia {
  top: 28.5%;
  left: 53.5%;
  background: url("../images/partners/countries/serbia.png");
}
.map-container .norway {
  top: 16%;
  left: 49%;
  background: url("../images/partners/countries/norway.png");
}
.map-container .netherlands {
  top: 23.5%;
  left: 49%;
  background: url("../images/partners/countries/netherlands.png");
}
.map-container .china {
  top: 36%;
  left: 80%;
  background: url("../images/partners/countries/china.png");
}
.map-container .belgium {
  top: 26%;
  left: 48.5%;
  background: url("../images/partners/countries/belgium.png");
}
.map-container .macedonia {
  top: 30.5%;
  left: 54%;
  background: url("../images/partners/countries/macedonia.png");
}
.map-container .uae {
  top: 42%;
  left: 62.9%;
  background: url("../images/partners/countries/united-arab-emirates.png");
}
.map-container .australia {
  top: 70%;
  left: 88%;
  background: url("../images/partners/countries/australia.png");
}
.map-container .germany {
  top: 25.5%;
  left: 51%;
  background: url("../images/partners/countries/germany.png");
}
.map-container .city1, .map-container .city2, .map-container .city3, .map-container .city4, .map-container .city5, .map-container .city6, .map-container .city7, .map-container .city8 {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 2.3rem;
  height: 2.3rem;
  background: url("../images/partners/city-pointer.png");
}
.map-container .city1 {
  top: 35%;
  right: 48%;
}
.map-container .city2 {
  top: 32%;
  right: 46%;
}
.map-container .city3 {
  top: 43%;
  right: 46%;
}
.map-container .city4 {
  top: 20%;
  right: 27%;
}
.map-container .city5 {
  top: 22%;
  right: 40.5%;
}
.map-container .city6 {
  top: 46%;
  right: 41%;
}
.map-container .city7 {
  top: 10%;
  right: 39%;
}
.map-container .city8 {
  top: 62%;
  right: 40%;
}
.map-container .germany-map {
  position: absolute;
  left: 10rem;
  top: -3rem;
  height: 40rem;
  transform: scale(0);
  transition: ease 500ms;
}
.map-container .germany-map.show {
  transform: scale(1);
}
.map-container .countries-world {
  transition: ease-in 300ms;
  transition-delay: 300ms;
  opacity: 1;
  z-index: 2;
}
.map-container .countries-world.hide {
  transition: ease-out 300ms;
  opacity: 0;
  z-index: -1;
}
.map-container .countries-germany {
  display: none;
}
.map-container .countries-germany.show {
  display: block;
}

.btn.countryBack {
  position: absolute;
  margin-top: -4rem;
  border-radius: 0.75rem;
  background: white;
  color: #777777;
  transition: ease 300ms;
  padding: 0.5rem 0.75rem 0.4rem 0.75rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.btn.countryBack img {
  height: 1.25rem;
  opacity: 0.5;
  transition: ease 300ms;
  margin-right: 0.25rem;
}
.btn.countryBack:hover {
  color: #222;
}
.btn.countryBack:hover img {
  opacity: 0.9;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(196, 43, 41, 0.5);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(196, 43, 41, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(196, 43, 41, 0);
  }
}
@media (max-width: 767.98px) {
  .map-container .map-bg-container {
    overflow-x: clip;
  }
  .map-container .map-bg-container .world-map {
    margin-left: -7rem;
    transform: scale(2);
  }
  .partners .partner-data .dataLayer {
    width: 18rem;
    margin-top: -2rem;
    margin-left: 2.5rem;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .partners .partner-data {
    z-index: 4;
    margin-bottom: 15rem;
  }
  .map-container .france {
    top: 5%;
    left: 14%;
  }
  .map-container .denmark {
    top: -7%;
    left: 21%;
  }
  .map-container .united-kingdom {
    top: -4%;
    left: 8%;
  }
  .map-container .sweden {
    top: -16%;
    left: 25%;
  }
  .map-container .finland {
    top: -17%;
    left: 30%;
  }
  .map-container .switzerland {
    top: 10%;
    left: 22%;
  }
  .map-container .serbia {
    top: 8%;
    left: 28%;
  }
  .map-container .norway {
    top: -22%;
    left: 22%;
  }
  .map-container .netherlands {
    top: -4%;
    left: 17%;
  }
  .map-container .china {
    top: 28%;
    left: 81%;
  }
  .map-container .belgium {
    top: 2%;
    left: 18%;
  }
  .map-container .macedonia {
    top: 13%;
    left: 31%;
  }
  .map-container .uae {
    top: 36%;
    left: 47%;
  }
  .map-container .australia {
    top: 80%;
    left: 92%;
  }
  .map-container .germany {
    top: 0%;
    left: 23%;
  }
  .map-container .city1 {
    top: 34%;
    right: 56%;
  }
  .map-container .city2 {
    top: 28%;
    right: 50%;
  }
  .map-container .city3 {
    top: 46%;
    right: 53%;
  }
  .map-container .city4 {
    top: 10%;
    right: 20%;
  }
  .map-container .city5 {
    top: 15%;
    right: 40.5%;
  }
  .map-container .city6 {
    top: 46%;
    right: 43%;
  }
  .map-container .city7 {
    top: -9%;
    right: 40%;
  }
  .map-container .city8 {
    top: 72%;
    right: 40%;
  }
  .partners .partner-data .dataLayer .layerBody {
    padding: 0rem 0.5rem;
  }
  .partners .partner-data .dataLayer .layerBody .layerText {
    font-size: 0.9rem;
    padding-left: 1rem;
  }
  .partners .partner-data .dataLayer#default .countryButtons .button-group button,
  .partners .partner-data .dataLayer#default .germanyButtons .button-group button {
    background: #ece7e1;
    padding: 0.75rem;
    font-size: 0.7rem;
    font-weight: 400;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
  .partners .partner-data .dataLayer .layerHeader {
    height: 3rem;
    background-position: -2% 65% !important;
  }
  .partners .partner-data .dataLayer .layerHeader h3 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .partners .partner-data .dataLayer .layerHeader .locBack img {
    margin-top: 0.35rem;
  }
  .map-container .germany-map {
    left: 0.5rem;
    top: -16rem;
  }
  .map-container .germany-map.show {
    transform: scale(0.9);
  }
}
.career-listing .btn-group .btn-outline-primary {
  color: #4f4f4f;
  border-color: #797979;
  background: white;
  padding: 0.85rem 1rem 0.75rem 1rem;
}
.career-listing .btn-group .btn-outline-primary:hover {
  background: #ebdecf;
  color: #35322f;
}
@media (max-width: 767.98px) {
  .career-listing .btn-group {
    flex-direction: column-reverse;
    margin-top: 4px;
  }
  .career-listing .btn-group .btn-outline-primary {
    padding: 0.75rem 1rem 0.5rem 1rem;
    margin-top: 0.2rem;
    border-radius: 0.5rem !important;
  }
}
.career-listing .card .card-body .card-title {
  font-size: 1.6rem;
  border: none;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  color: #473426;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.career-listing .card .card-body .card-title small {
  display: inline-block;
  padding-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .career-listing .card .card-body .card-title {
    font-size: 2.2rem;
  }
  .career-listing .card .card-body .card-title small {
    font-size: 1.4rem;
  }
}
.career-listing .card.event-card img {
  height: 14rem;
  -o-object-position: center;
     object-position: center;
}
.career-listing .card.event-card img.alt {
  -o-object-position: bottom;
     object-position: bottom;
}
@media (min-width: 768px) {
  .career-listing .card.event-card img {
    height: 100%;
  }
}

.job-opening h2 {
  padding-top: 1.5rem;
}
.job-opening ul {
  padding-left: 1rem;
}
.job-opening ul li {
  font-size: 1rem;
}

.hourglas {
  height: 4.5rem;
  width: auto;
}
@media (min-width: 1024px) {
  .hourglas {
    height: 5.5rem;
  }
}

.campaign-countdown {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 100%;
  max-width: 640px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {
  .campaign-countdown {
    height: 480px;
  }
}
.campaign-countdown h2 {
  font-family: "DIN Pro", sans-serif;
  color: #35322f;
  border: none;
  text-align: center;
  text-transform: none;
  letter-spacing: 1px;
  font-size: 1.8rem;
}
.campaign-countdown h2 big {
  font-size: 2rem;
  text-transform: none;
}
@media (min-width: 1024px) {
  .campaign-countdown h2 {
    font-size: 2.1rem;
  }
  .campaign-countdown h2 big {
    font-size: 2.3rem;
  }
}
.campaign-countdown:before {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  background: white;
  content: "";
  position: absolute;
  z-index: -1;
}
.campaign-countdown #timer {
  color: #35322f;
  text-align: center;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-size: 0.7em;
  letter-spacing: 2px;
}
.campaign-countdown .days, .campaign-countdown .hours, .campaign-countdown .minutes, .campaign-countdown .seconds {
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  font-weight: 800;
  padding: 5px;
}
@media (min-width: 1024px) {
  .campaign-countdown .days, .campaign-countdown .hours, .campaign-countdown .minutes, .campaign-countdown .seconds {
    padding: 20px;
  }
}
.campaign-countdown .days {
  background: #a1c9d1;
  color: #35322f;
}
.campaign-countdown .hours {
  background: #d2ba7c;
  color: #35322f;
}
.campaign-countdown .minutes {
  background: #cdc4bd;
  color: #35322f;
}
.campaign-countdown .seconds {
  background: #d97270;
  color: #35322f;
}
.campaign-countdown .numbers {
  font-family: "Montserrat", sans-serif;
  color: #35322f;
  font-size: 4em;
}

footer {
  margin-top: -4rem;
}
@media (min-width: 768px) {
  footer {
    margin-top: 0;
  }
}
footer > .container-fluid {
  background: url("../images/footer-bg.svg");
  background-size: cover;
  background-position-x: 0%;
  background-position-y: center;
}
@media (min-width: 768px) {
  footer > .container-fluid {
    background: url("../images/footer-bg.svg");
    background-size: cover;
    background-position-x: 25%;
    background-position-y: center;
  }
}
footer .container.sm {
  max-width: 1120px;
}
footer .logo-footer {
  width: 9rem;
  height: auto;
  margin-bottom: -20rem;
}
@media (min-width: 768px) {
  footer .logo-footer {
    margin-bottom: -1rem;
  }
}
footer .hl, footer h3 {
  font-family: "DIN Pro", sans-serif;
  font-weight: 600;
  color: #d1dacc;
  text-align: start;
  padding-left: 1rem;
  margin-top: 1rem;
  font-size: 1.9rem;
  margin-bottom: 1.5rem;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  footer .hl, footer h3 {
    text-align: center;
    padding-left: 0;
    margin-top: 0;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
}
footer .footer-links {
  padding-top: 10rem;
}
@media (min-width: 768px) {
  footer .footer-links {
    padding-top: 0;
  }
}
footer ul {
  padding-left: 1rem;
  list-style: none;
}
footer ul.first {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  footer ul.first {
    padding-top: 0;
  }
}
footer ul li {
  font-weight: 400;
  line-height: 1.8;
}
footer ul li a {
  color: #e7e7e7;
  text-decoration: none;
  font-weight: 200;
  font-size: 1rem;
}
footer .sm-links ul {
  position: absolute;
  left: auto;
  right: 0;
  margin-top: -1rem;
}
@media (min-width: 768px) {
  footer .sm-links ul {
    right: unset;
    left: unset;
  }
}
footer .sm-links ul li {
  float: left;
  margin-right: 1.25rem;
}
footer .sm-links ul li a img {
  width: 2.5rem;
  height: auto;
  opacity: 1;
}
@media (min-width: 768px) {
  footer .sm-links ul li a img {
    opacity: 0.9;
  }
}
footer .sm-links ul li a:hover img {
  opacity: 1;
}
footer .sm-links ul li:last-child img {
  width: 2.75rem;
  height: auto;
}
footer .copyright-footer {
  padding-top: 1rem;
  background: #7d7976;
  color: white;
}
footer .copyright-footer p {
  letter-spacing: 1px;
  font-size: 0.9rem;
  color: #efefef;
  font-weight: 100;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  footer .copyright-footer p {
    font-family: "dinpro-medium", sans-serif;
    font-weight: 400;
  }
}
footer.bg-dark > .container-fluid {
  background: url("../images/footer-bg-dark.svg");
  background-size: cover;
  background-position-x: 0%;
  background-position-y: center;
}
@media (min-width: 768px) {
  footer.bg-dark > .container-fluid {
    background: url("../images/footer-bg-dark.svg");
    background-size: cover;
    background-position-x: 25%;
    background-position-y: center;
  }
}
footer.bg-dark .copyright-footer {
  background: #66625f;
}

#header {
  position: sticky;
  height: 50px;
  padding: 0 80px;
  top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  text-align: center;
  background: #bba6a2;
  z-index: 5;
}

#header a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 50px;
  padding: 15px 25px;
}

#header a:before,
#header a:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
}

#header a span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 7px 0;
}

