@import url('https://use.typekit.net/fdq3dhh.css');
:root {
  --ls-green: #189036;
  --ls-green-light: #5fb358;
  --ls-grey-dark: #333;
  --ls-grey: #5d5d5d;
  --ls-grey-light: #f2f2f2;
  --black25: rgba(0, 0, 0, .25);
  --black: #000;
  --white: #fff;
  --transition3s: ease-in-out 0.3s !important;
  --transition8s: ease-in-out 0.8s !important;
  --font-light: 300;
  --font-normal: 400;
  --font-regular: 500;
  --font-bold: 700;
  --font-futura: 'futura-pt', sans-serif;
}
.mobile-element {
  display: none;
}
h1, .h1 {
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: var(--font-futura);
  font-weight: var(--font-light);
  color: var(--ls-green);
}
@media screen and (max-width: 1300px) {
  h1, .h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
h1.timeline, .h1.timeline {
  font-size: 65px;
  line-height: 84px;
  font-weight: var(--font-bold);
}
@media screen and (max-width: 1300px) {
  h1.timeline, .h1.timeline {
    font-size: 45px;
    line-height: 64px;
  }
}
.heading-label {
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-family: var(--font-futura);
  font-weight: var(--font-light);
  color: var(--ls-green);
}
@media screen and (max-width: 1300px) {
  .heading-label {
    font-size: 20px;
    line-height: 28px;
  }
}
h2, .h2 {
  font-size: 25px;
  line-height: 33px;
  text-transform: uppercase;
  font-family: var(--font-futura);
  font-weight: var(--font-regular);
}
@media screen and (max-width: 1300px) {
  h2, .h2 {
    font-size: 20px;
  }
}
h3, .h3 {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.text-primary {
  color: var(--ls-green) !important;
}
a {
  color: var(--ls-green);
}
.font-bold {
  font-weight: var(--font-bold);
}
.font-normal {
  font-weight: 100;
}
.page-without-header-image {
  padding-top: 200px;
}
.cover {
  object-fit: cover;
}
.contain img {
  object-fit: contain;
}
.size-80 img {
  height: 80%;
}
.aspect-1-1 {
  aspect-ratio: 1;
  display: block;
}
.aspect-4-3 img {
  aspect-ratio: 1.33333;
}
.aspect-4-3-5 img {
  aspect-ratio: 1.14286;
}
.aspect-16-9 img {
  aspect-ratio: 1.77778;
}
.mb-6 {
  margin-bottom: 6rem !important;
}
.text-normal {
  text-transform: none;
}
.link-button {
  color: var(--ls-grey-dark);
  font-weight: var(--font-bold);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-button.primary {
  border: 1px solid var(--ls-grey-dark);
  padding: 16px 32px;
  text-align: center;
}
.link-button.primary.color-white {
  border: 1px solid var(--white);
}
.link-button.secondary {
  border: 1px solid var(--ls-grey-dark);
  background-color: var(--ls-grey-light);
  color: var(--ls-grey-dark);
  padding: 16px 32px;
  text-align: center;
}
.link-button.secondary.color-white {
  border: 1px solid var(--white);
}
body {
  font-size: 16px;
  line-height: 29px;
  font-family: var(--font-futura) !important;
  font-weight: var(--font-normal);
}
footer {
  background-color: var(--ls-grey-light);
  padding: 64px 0;
}
footer .f-border {
  width: 200px;
  background-color: var(--ls-grey);
  height: 1px;
  opacity: 0.5;
}
footer ul {
  list-style: none;
}
footer ul li a {
  text-decoration: none;
  color: var(--ls-grey);
}
footer ul li.online-shop a {
  font-weight: bold;
  color: var(--ls-green);
}
.green-line-border {
  background: repeating-linear-gradient(90deg, var(--ls-green-light), var(--ls-green-light) 10px, var(--white) 10px, var(--white) 20px);
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 100px;
  z-index: 11;
}
.green-line-border.for-header-image {
  top: unset;
  bottom: 0;
}
.top-bar {
  height: 40px;
  position: relative;
  z-index: 101;
}
.top-bar button {
  border: 1px solid var(--ls-grey);
  color: var(--ls-grey);
  text-transform: uppercase;
  font-family: var(--font-futura);
  font-size: 20px;
  line-height: 24px;
  font-weight: var(--font-bold);
  transition: all 0.8s;
  height: 40px;
  background-color: var(--white);
  outline: none;
  padding: 0 16px;
}
.top-bar button.active {
  background-color: var(--ls-green);
  border-color: var(--ls-green);
  color: var(--white);
}
.top-bar button:hover {
  background-color: var(--ls-green);
  border-color: var(--ls-green);
  color: var(--white);
}
header {
  height: 100px;
  padding-top: 38px;
  transition: all 0.8s;
  display: flex;
  align-items: center;
  width: 100%;
  top: 40px;
  position: fixed;
  z-index: 101;
}
header #header-logo-scrolled {
  display: none;
}
header nav {
  position: relative;
}
header nav .nav-element {
  display: flex;
  list-style: none;
}
header nav .nav-element > li {
  margin-right: 80px;
  padding-bottom: 38px;
  margin-top: 38px;
}
@media screen and (max-width: 1300px) {
  header nav .nav-element > li {
    margin-right: 30px;
  }
}
header nav .nav-element > li:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 22px solid white;
  position: absolute;
  bottom: 18px;
  margin-left: 14px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s;
}
header nav .nav-element > li.online-shop {
  font-weight: var(--font-bold);
}
header nav .nav-element > li.online-shop a {
  color: var(--ls-green-light);
}
header nav .nav-element > li a {
  font-family: var(--font-futura);
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  header nav .nav-element > li a {
    font-size: 16px;
  }
}
header nav .nav-element > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  header nav .nav-element > li:last-of-type {
    margin-right: 30px;
  }
}
header nav .nav-element > li.with-children:hover:before {
  opacity: 1;
}
header nav .nav-element > li.with-children:hover .sub-nav-element {
  opacity: 1;
  pointer-events: auto;
}
header nav .nav-element > li .sub-nav-element {
  transition: all 0.3s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 96px;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
  padding: 48px;
  border: 1px solid var(--ls-grey);
}
@media screen and (max-width: 1300px) {
  header nav .nav-element > li .sub-nav-element {
    position: fixed;
    left: 0;
    top: 146px;
  }
}
header nav .nav-element > li .sub-nav-element li {
  flex: 1 0 calc(25% - 16px);
  max-width: calc(25% - 16px);
  height: calc(25% - 16px);
  width: 100%;
  margin: 8px;
  aspect-ratio: 1;
  background-size: cover;
  overflow: hidden;
  padding: 16px;
  position: relative;
  background-color: var(--ls-grey-dark);
}
header nav .nav-element > li .sub-nav-element li.parent-li {
  background-color: transparent;
}
@media screen and (max-width: 1300px) {
  header nav .nav-element > li .sub-nav-element li.parent-li .h1 {
    font-size: 20px;
    line-height: 25px;
  }
  header nav .nav-element > li .sub-nav-element li.parent-li p {
    font-size: 14px;
    line-height: 22px;
  }
}
header nav .nav-element > li .sub-nav-element li a {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 35px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: var(--font-futura);
  font-weight: var(--font-light);
  color: var(--white);
}
@media screen and (max-width: 1300px) {
  header nav .nav-element > li .sub-nav-element li a {
    font-size: 20px;
  }
}
header.scrolled, header.scrolled-style {
  background-color: var(--white);
  box-shadow: 0px 3px 6px var(--black25);
  position: fixed;
  top: 0;
}
header.scrolled nav .nav-element > li, header.scrolled-style nav .nav-element > li {
  padding-bottom: 60px;
  margin-top: 60px;
}
header.scrolled nav .nav-element > li:before, header.scrolled-style nav .nav-element > li:before {
  bottom: -32px;
}
header.scrolled nav .nav-element > li .sub-nav-element, header.scrolled-style nav .nav-element > li .sub-nav-element {
  top: 116px;
}
header.scrolled #header-logo-scrolled, header.scrolled-style #header-logo-scrolled {
  display: block;
}
header.scrolled #header-logo, header.scrolled-style #header-logo {
  display: none;
}
header.scrolled nav, header.scrolled-style nav {
  position: relative;
  height: 90px;
  top: -20px;
}
header.scrolled ul, header.scrolled-style ul {
  padding-top: 24px;
}
header.scrolled ul li a, header.scrolled-style ul li a {
  color: var(--ls-grey-dark);
}
.mosaics .mosaic {
  position: relative;
}
.mosaics .mosaic a {
  position: relative;
}
.mosaics .mosaic a:before {
  content: '';
  background-color: var(--black25);
  position: absolute;
  width: 100%;
  height: 100%;
}
.mosaics .mosaic .mosaic-headline {
  left: 24px;
  top: 32px;
  position: absolute;
}
.mosaics .mosaic .mosaic-headline span {
  color: var(--white);
}
.b2b-mosaics .mosaic {
  position: relative;
}
.b2b-mosaics .mosaic .mosaic-headline {
  left: 24px;
  top: 32px;
  position: absolute;
}
.b2b-mosaics .mosaic .mosaic-headline span {
  color: var(--white);
}
.big-mosaics .mosaic {
  position: relative;
}
.big-mosaics .mosaic a {
  position: relative;
}
.big-mosaics .mosaic a:before {
  content: '';
  background-color: var(--black25);
  position: absolute;
  width: 100%;
  height: 100%;
}
.big-mosaics .mosaic .mosaic-headline {
  left: 24px;
  top: 32px;
  position: absolute;
}
.big-mosaics .mosaic .mosaic-headline span {
  color: var(--white);
}
.image-block {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  .image-block .mobile-aspect {
    aspect-ratio: 1 !important;
  }
}
.inquiry-form {
  background-color: var(--ls-grey-dark);
  position: relative;
  padding: 32px 0;
  margin-bottom: 64px;
}
.inquiry-form .form-check {
  position: relative;
}
.inquiry-form .form-content {
  color: var(--white);
}
.inquiry-form a {
  color: var(--white);
}
.inquiry-form:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url('../images/geometric-bg.png');
  top: 0;
}
.inquiry-form option {
  color: var(--ls-grey-dark);
}
.inquiry-form input:not(.checkbox), .inquiry-form select, .inquiry-form textarea {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid var(--white) !important;
  border-radius: 0;
  outline: none;
  box-shadow: none !important;
  background-color: transparent;
  color: var(--white);
}
.inquiry-form textarea {
  background-color: var(--white);
  color: var(--ls-grey-dark);
}
.inquiry-form label:not(.textarea-label) {
  color: var(--white);
  opacity: 1 !important;
}
.inquiry-form button {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.sitemap ul {
  list-style: none;
}
.sitemap ul li a {
  text-decoration: none;
}
