@charset "UTF-8";
/* Icons CSS */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?k3fo9j");
  src: url("../fonts/icomoon.eot?k3fo9j#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?k3fo9j") format("truetype"), url("../fonts/icomoon.woff?k3fo9j") format("woff"), url("../fonts/icomoon.svg?k3fo9j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cursor:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-arrow-medium:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-pin:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-arrow-long:before {
  content: "";
  color: #e60505;
}

.icon-arrow-short:before {
  content: "";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  font: inherit;
  border: 1px solid black;
  padding: 16px;
  transition: all 0.3s;
  width: 59px;
  height: 59px;
}
@media (max-width: 992px) {
  .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    display: none;
  }
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
  background-color: #0c0c0c;
  color: white;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
  ===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 4%;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 4%;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p,
ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

button,
input {
  outline: none;
  border: none;
}

body {
  overflow-x: hidden;
}

.container-fluid {
  padding: 0 7%;
}
@media (min-width: 992px) {
  .container-fluid {
    padding: 0 15%;
  }
}

.owl-stage {
  min-width: 4478px;
}

header {
  display: block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(40px);
  padding: 23px 7.29% 32px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
@-moz-document url-prefix() {
  header {
    background: white;
  }
}
@media (min-width: 1025px) {
  header {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
header.header-shadow {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.1);
}

nav {
  display: none;
}
@media (min-width: 1025px) {
  nav {
    display: flex;
    justify-content: space-between;
  }
}
nav ul {
  display: block;
  padding-top: 30px;
}
@media (min-width: 1025px) {
  nav ul {
    display: flex;
    padding-top: 0px;
  }
}
nav ul li {
  align-self: center;
  position: relative;
  padding: 15px 0;
}
@media (min-width: 1025px) {
  nav ul li {
    padding: 22px 0;
  }
}
nav ul li a {
  color: #0c0c0c;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.42px;
  position: relative;
  padding: 15px;
}
@media (min-width: 1025px) {
  nav ul li a {
    padding: 22px;
  }
}
nav ul li a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
nav ul li a:hover::after, nav ul li.active a::after {
  visibility: visible;
  opacity: 1;
}
nav ul > li > ul {
  padding-top: 0;
}
@media (min-width: 1025px) {
  nav ul > li > ul {
    display: block;
    position: absolute;
    top: 60px;
    left: 20px;
    width: 235px;
    padding: 30px 30px 37px;
    background: #0c0c0c;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transform: translate(0, 10px);
    transition: all 0.3s;
  }
  nav ul > li > ul > li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  nav ul > li > ul > li a {
    color: white;
  }
  nav ul > li > ul > li a:after {
    display: none;
  }
  nav ul > li > ul > li a:hover {
    color: white;
  }
  nav ul > li > ul > li:last-child {
    margin-bottom: 0;
  }
  nav ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0);
  }
}

.logo {
  display: inline-block;
}
.logo img {
  width: 120px;
}
@media (min-width: 992px) {
  .logo img {
    width: 200px;
  }
}

.menubar {
  display: inline-block;
  height: 100%;
  position: relative;
  float: right;
  top: 10px;
}
@media (min-width: 1025px) {
  .menubar {
    display: none;
  }
}
.menubar a {
  position: relative;
  width: 30px;
  display: block;
}
.menubar a span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0c0c0c;
  border-radius: 20px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.menubar a span:last-child {
  margin-bottom: 0;
}
.menubar a.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}
.menubar a.active span:nth-child(2) {
  opacity: 0;
}
.menubar a.active span:nth-child(3) {
  top: -8px;
  transform: rotate(-45deg);
}

nav .icon-search {
  padding: 22px;
  height: 100%;
  font-size: 20px;
}

.menugrid {
  position: relative;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: space-between;
  margin: 24px;
}
@media (max-width: 1025px) {
  .menugrid {
    display: none;
  }
}
.menugrid span {
  background-color: #0c0c0c;
  height: 4px;
  width: 4px;
  display: inline-block;
  align-self: flex-end;
}
.menugrid span::after, .menugrid span::before {
  content: "";
  background-color: #0c0c0c;
  height: 4px;
  width: 4px;
  display: inline-block;
  position: absolute;
}
.menugrid span::after {
  top: 0;
}
.menugrid span::before {
  bottom: 8px;
}
.menugrid:hover span:nth-child(2)::after {
  opacity: 0;
  transition: all 0.3s;
}
.menugrid:hover span:nth-child(3)::after {
  opacity: 0;
  transition: all 0.5s;
}
.menugrid:hover span:nth-child(3)::before {
  opacity: 0;
  transition: all 0.9s;
}

.side-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(12, 12, 12, 0.12);
  z-index: 20;
  transform: translate(100%, 0);
  transition: transform 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .side-menu {
    display: none;
  }
}
.side-menu.active {
  transform: translate(0, 0);
}
.side-menu .contact {
  width: 24%;
  height: 100%;
  background-color: #0c0c0c;
  color: white;
  padding: 100px 60px 100px 70px;
  position: absolute;
  right: 0;
}
@media (min-width: 1610px) {
  .side-menu .contact {
    padding: 100px 140px 100px 70px;
  }
}
.side-menu .contact img {
  margin-bottom: 30px;
  width: 200px;
}
.side-menu .contact .map {
  margin: 30px 0;
  width: 250px;
  height: 165px;
}
.side-menu .contact h5 {
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 1.6px;
  margin-bottom: 11px;
}
.side-menu .contact p {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.42px;
  margin-bottom: 12px;
  display: flex;
}
.side-menu .contact p:first-of-type, .side-menu .contact p:last-child {
  margin-bottom: 0;
}
.side-menu .contact p i {
  font-size: 19px;
  padding-right: 20px;
}
.side-menu .menugrid {
  position: absolute;
  top: 44px;
  right: 44px;
}
.side-menu .menugrid::before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 6px;
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}
.side-menu .menugrid::after {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 6px;
  background-color: white;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

.search-form {
  width: 100%;
  position: absolute;
  background-color: #0c0c0c;
  padding: 60px 7.29% 45px;
  z-index: 20;
  display: none;
}
.search-form input {
  width: calc(100% - 50px);
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-family: "Raleway";
}
.search-form input::placeholder {
  font-family: "Raleway";
  color: #ffffff;
}
.search-form .search-button {
  position: relative;
  height: 16px;
  width: 16px;
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
.search-form .search-button::before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 6px;
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
}
.search-form .search-button::after {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 6px;
  background-color: white;
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

.infobox-wrapper {
  display: flex;
  padding: 10%;
}
@media (min-width: 992px) and (max-width: 1280px) {
  .infobox-wrapper {
    padding: 5% 10%;
  }
}
@media (min-width: 1367px) {
  .infobox-wrapper {
    position: relative;
    padding: 0 15%;
    top: -135px;
    margin-bottom: -35px;
  }
}
.infobox-wrapper .infobox {
  padding: 35px 20px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1610px) {
  .infobox-wrapper .infobox {
    padding: 54px 33px;
    margin-bottom: 0;
  }
}
@media (min-width: 1610px) {
  .infobox-wrapper .infobox {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.07);
    padding: 74px 53px;
    margin-bottom: 0;
  }
}
.infobox-wrapper .infobox p {
  font-family: "Raleway";
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.42px;
  color: rgba(12, 12, 12, 0.85);
}
.infobox-wrapper .infobox img {
  height: 64px;
  object-fit: contain;
  margin-bottom: 30px;
}

.products-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .products-wrapper {
    margin-bottom: 92px;
  }
}
.products-wrapper h2 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 48px;
  letter-spacing: 9px;
  color: #0c0c0c;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .products-wrapper h2 {
    font-size: 55px;
  }
}
@media (min-width: 1025px) {
  .products-wrapper h2 {
    font-size: 75px;
    line-height: 78px;
  }
}
.products-wrapper p {
  font-family: "Raleway";
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.42px;
  color: rgba(12, 12, 12, 0.85);
  margin-bottom: 74px;
}
.products-wrapper .products-items {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .products-wrapper .products-items {
    justify-content: space-between;
    flex-direction: row;
  }
}
.products-wrapper .products-items .product {
  position: relative;
  flex-basis: 33%;
  height: 350px;
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .products-wrapper .products-items .product {
    height: auto;
    margin-bottom: 0px;
  }
}
.products-wrapper .products-items .product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (min-width: 1025px) {
  .products-wrapper .products-items .product img {
    height: 640px;
  }
}
.products-wrapper .products-items .product hr {
  display: none;
  color: #ffffff;
  position: absolute;
  height: 2px;
  bottom: 76px;
  left: 20px;
  width: 40%;
  opacity: 1;
  margin: 0;
  transform: scale(0);
  transform-origin: left center;
  transition: all 0.5s;
}
@media (max-width: 1610px) {
  .products-wrapper .products-items .product hr {
    width: 20%;
  }
}
@media (min-width: 1367px) {
  .products-wrapper .products-items .product hr {
    display: inline-block;
  }
}
.products-wrapper .products-items .product h3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  position: absolute;
  bottom: 55px;
  right: 42px;
  margin: 0;
  color: #ffffff;
  z-index: 2;
}
@media (min-width: 1025px) {
  .products-wrapper .products-items .product h3 {
    transition-delay: 0.425s;
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .products-wrapper .products-items .product h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .products-wrapper .products-items .product h3 {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
}
.products-wrapper .products-items .product a {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: inline-block;
}
.products-wrapper .products-items .product a::after {
  content: "";
  border: 2px solid #ffffff;
  width: calc(100% - 50px);
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
}
.products-wrapper .products-items .product a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .products-wrapper .products-items .product a::before {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
}
@media (min-width: 992px) {
  .products-wrapper .products-items .product a:hover::before,
.products-wrapper .products-items .product a:hover h3 {
    opacity: 1;
    visibility: visible;
  }
  .products-wrapper .products-items .product a:hover hr {
    transform: scale(1);
  }
}

@media (max-width: 1537px) {
  .services-wrapper {
    background-position-x: center;
  }
}
@media (min-width: 992px) {
  .services-wrapper {
    padding-top: 125px;
  }
}
.services-wrapper h3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: 2.56px;
  color: #0c0c0c;
  margin-bottom: 13px;
}
.services-wrapper p {
  font-family: "Raleway";
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.42px;
  color: #000000;
}
@media (min-width: 992px) {
  .services-wrapper p {
    width: 42%;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .services-wrapper.product-page {
    margin-bottom: 95px;
  }
}
.services-wrapper.product-page p {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .services-wrapper.product-page p {
    width: 59%;
  }
}
@media (min-width: 992px) {
  .services-wrapper.product-home-office p {
    width: 85%;
  }
}
.services-wrapper span {
  display: inline-block;
  margin-bottom: 30px;
}
.services-wrapper img {
  position: relative;
  right: -5%;
  width: 90%;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .services-wrapper img {
    right: -11.77%;
  }
}
@media (min-width: 992px) {
  .services-wrapper img {
    width: auto;
    right: -21.77%;
    top: 65px;
  }
}
.services-wrapper .service {
  padding: 40px 30px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .services-wrapper .service {
    right: -26%;
  }
}
@media (min-width: 992px) {
  .services-wrapper .service {
    padding: 40px 0 55px 68px;
    min-width: 940px;
    right: -36%;
    width: 49.4%;
  }
}

.we-are-atm-wrapper {
  text-align: center;
  padding: 30px 15px 55px;
}
@media (min-width: 992px) {
  .we-are-atm-wrapper {
    padding: 95px 0 135px;
  }
}
.we-are-atm-wrapper h3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2.56px;
  color: #0c0c0c;
  margin-bottom: 0;
}
.we-are-atm-wrapper .text {
  font-family: "Raleway";
  line-height: 27px;
  letter-spacing: 0.42px;
  color: #0c0c0c;
  margin: 25px auto 100px auto;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .we-are-atm-wrapper .text {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .we-are-atm-wrapper .text {
    width: 41%;
  }
}
.we-are-atm-wrapper .processes {
  display: flex;
  flex-direction: column;
  padding: 0 7%;
}
@media (min-width: 992px) {
  .we-are-atm-wrapper .processes {
    flex-direction: row;
    justify-content: space-between;
  }
}
.we-are-atm-wrapper .processes .process {
  position: relative;
}
@media (max-width: 992px) {
  .we-are-atm-wrapper .processes .process {
    margin-bottom: 30px;
  }
  .we-are-atm-wrapper .processes .process:last-child {
    margin-bottom: 0;
  }
}
.we-are-atm-wrapper .processes .process img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 36px;
}
.we-are-atm-wrapper .processes .process span {
  position: absolute;
  left: 50%;
  top: 58px;
  transform: translateX(-50%);
  font-family: "Open Sans";
  font-size: 65px;
  line-height: 65px;
  letter-spacing: 4.55px;
  color: #ffffff;
}
.we-are-atm-wrapper .processes .process p {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #0c0c0c;
}
.we-are-atm-wrapper .processes .process.icon-arrow-long::before {
  font-size: 47px;
  position: absolute;
  right: -60%;
  top: 58px;
}
@media (min-width: 1537px) {
  .we-are-atm-wrapper .processes .process.icon-arrow-long::before {
    right: -96%;
  }
}
@media (max-width: 992px) {
  .we-are-atm-wrapper .processes .process.icon-arrow-long::before {
    display: none;
  }
}
.we-are-atm-wrapper .processes .process.icon-arrow-long:last-child::before {
  display: none;
}

.carousel-wrapper {
  margin: 40px 0;
}
@media (min-width: 992px) {
  .carousel-wrapper {
    margin: 100px 0;
  }
}
.carousel-wrapper img {
  height: 490px;
  max-width: 750px;
  object-fit: contain;
  object-position: center center;
}
.carousel-wrapper .owl-prev {
  transform: rotate(180deg);
  left: 80px;
}
.carousel-wrapper .owl-prev,
.carousel-wrapper .owl-next {
  position: absolute;
  top: 45%;
  right: 80px;
}

.contact-form-wrapper {
  padding: 8.4% 7%;
}
.contact-form-wrapper h3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2.56px;
  color: #0c0c0c;
  margin-top: 20px;
}
.contact-form-wrapper span {
  display: inline-block;
  margin-bottom: 15px;
}
.contact-form-wrapper p {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.42px;
  color: #0c0c0c;
  margin-bottom: 12px;
}
.contact-form-wrapper p:first-of-type {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-form-wrapper .contact-form .input-wrapper {
    width: calc(50% - 19px);
    display: inline-block;
    margin-right: 30px;
  }
  .contact-form-wrapper .contact-form .input-wrapper:last-of-type {
    margin-right: 0;
  }
  .contact-form-wrapper .contact-form .input-wrapper.right {
    margin-right: 0;
  }
}
.contact-form-wrapper .contact-form label {
  font-family: "Raleway";
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.contact-form-wrapper .contact-form textarea {
  height: 210px;
  resize: none;
}
.contact-form-wrapper .contact-form input,
.contact-form-wrapper .contact-form textarea {
  border: 1px solid #0c0c0c;
  font-family: "Raleway";
  width: 100%;
  padding: 15px;
  background-color: transparent;
}
.contact-form-wrapper .contact-form button {
  background-color: transparent;
  font-family: "Raleway";
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.42px;
  color: #0c0c0c;
  margin-top: 16px;
}
.contact-form-wrapper .contact-form button span {
  margin-left: 10px;
  display: inline-block;
}

footer {
  background-color: #0c0c0c;
  padding-top: 40px;
  color: #fafaf0;
}
@media (min-width: 992px) {
  footer {
    padding-top: 100px;
  }
}
footer .footer-top {
  padding: 0 7%;
  margin-bottom: 50px;
}
footer .footer-top h4 {
  font-family: "Open Sans";
  line-height: 21px;
  letter-spacing: 1.6px;
  color: #ffffff;
  height: 64px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
footer .footer-top .logo img {
  margin-bottom: 30px;
  height: 64px;
}
footer .footer-top .logo p {
  width: 50%;
  font-family: "Raleway";
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.42px;
}
footer .footer-top .contact p {
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.42px;
}
footer .footer-top .contact p:first-of-type {
  margin-bottom: 25px;
}
footer .footer-top .instagram img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
footer .footer-top .instagram [class*=col-] {
  margin-bottom: 20px;
}
footer .footer-top .instagram [class*=col-]:nth-child(4), footer .footer-top .instagram [class*=col-]:nth-child(5), footer .footer-top .instagram [class*=col-]:nth-child(6) {
  margin-bottom: 0;
}
footer .footer-top ul li a {
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 19px;
  letter-spacing: 0.42px;
  color: #fafaf0;
  margin-bottom: 8px;
}
footer .footer-bottom {
  padding: 20px 7% 70px;
  border-top: 1px solid #ffffff;
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.42px;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom a {
  margin-left: 20px;
}
@media (max-width: 992px) {
  footer .footer-bottom a {
    padding-bottom: 10px;
    display: inline-block;
  }
}

.slider-item {
  height: 87vh;
}
@media (min-width: 1025px) and (max-width: 1367px) {
  .slider-item {
    height: 95vh;
  }
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.slider-item .content {
  position: absolute;
  left: 10%;
  top: 25%;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .slider-item .content {
    left: 15%;
  }
}
@media (min-width: 992px) and (max-width: 1610px) {
  .slider-item .content {
    width: 70%;
  }
}
@media (min-width: 1610px) {
  .slider-item .content {
    top: 35%;
    width: 54%;
    left: 14.58%;
  }
}
@media (min-width: 1610px) and (min-height: 800px) and (max-height: 1000px) {
  .slider-item .content {
    top: 25%;
    width: 60%;
  }
}
.slider-item .content.white {
  color: white;
}
.slider-item .content.black {
  color: #0c0c0c;
}
.slider-item .content h2 {
  font-size: 32px;
  font-family: "Open Sans";
  font-weight: 300;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .slider-item .content h2 {
    font-size: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1610px) {
  .slider-item .content h2 {
    font-size: 60px;
    letter-spacing: 6px;
  }
}
@media (min-width: 1610px) {
  .slider-item .content h2 {
    font-size: 75px;
    line-height: 78px;
    letter-spacing: 9px;
  }
}
.slider-item .content p {
  font-family: "Raleway";
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .slider-item .content p {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
  }
}

.bx-wrapper {
  box-shadow: none;
  border: none;
  margin: 0;
}

.bx-prev,
.bx-next {
  border: 1px solid black;
  padding: 16px;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .bx-prev,
.bx-next {
    display: none;
  }
}
.bx-prev:hover,
.bx-next:hover {
  background-color: #0c0c0c;
  color: white;
}

.bx-prev {
  transform: rotate(-180deg);
}

a.button {
  color: white;
  background-color: #0c0c0c;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 30px;
  padding: 11px 45px;
  display: inline-block;
  border: 1px solid #0c0c0c;
  transition: all 0.3s;
}
a.button:hover {
  color: #0c0c0c;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(40px);
}

.banner-wrapper {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
}
@media (min-height: 950px) {
  .banner-wrapper {
    height: 60vh;
  }
}
.banner-wrapper h1 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 64px;
  position: absolute;
  bottom: 31%;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .banner-wrapper h1 {
    font-size: 90px;
    line-height: 78px;
    letter-spacing: 13px;
  }
}
@media (max-width: 1025px) {
  .banner-wrapper.services-banner {
    height: 75vh;
  }
}
.banner-wrapper.services-banner h2 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .banner-wrapper.services-banner h2 {
    font-size: 55px;
  }
}
@media (min-width: 1610px) {
  .banner-wrapper.services-banner h2 {
    font-size: 75px;
    line-height: 78px;
    letter-spacing: 9px;
  }
}
.banner-wrapper.services-banner p {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 34px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .banner-wrapper.services-banner p {
    font-size: 18px;
  }
}
.banner-wrapper.services-banner .content {
  position: absolute;
  left: 10%;
  bottom: 10%;
  width: 80%;
}
@media (min-width: 1025px) {
  .banner-wrapper.services-banner .content {
    left: 14%;
    width: 50%;
  }
}
@media (min-width: 1610px) {
  .banner-wrapper.services-banner .content {
    bottom: 18%;
  }
}

.gallery-grid-wrapper {
  margin-bottom: 60px;
}
.gallery-grid-wrapper div {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (min-height: 950px) {
  .gallery-grid-wrapper {
    height: 70vh;
  }
}
@media (min-width: 992px) {
  .gallery-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "Grid-1 Grid-1 Grid-2 Grid-3" "Grid-1 Grid-1 Grid-4 Grid-5";
    margin-bottom: 100px;
    height: 70%;
  }
  .gallery-grid-wrapper div {
    margin-bottom: 0;
  }
}
.gallery-grid-wrapper .Grid-1 {
  grid-area: Grid-1;
}
.gallery-grid-wrapper .Grid-2 {
  grid-area: Grid-2;
}
.gallery-grid-wrapper .Grid-3 {
  grid-area: Grid-3;
}
.gallery-grid-wrapper .Grid-4 {
  grid-area: Grid-4;
}
.gallery-grid-wrapper .Grid-5 {
  grid-area: Grid-5;
}
.gallery-grid-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.team-story-wrapper {
  text-align: center;
  color: #0c0c0c;
  margin-bottom: 60px;
  padding: 0 10%;
}
@media (min-width: 1025px) {
  .team-story-wrapper {
    padding: 0 24%;
    margin-bottom: 100px;
  }
}
.team-story-wrapper h3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2.56px;
}
.team-story-wrapper p {
  font-family: "Raleway";
  line-height: 27px;
  letter-spacing: 0.42px;
}
.team-story-wrapper span {
  display: inline-block;
  margin-bottom: 20px;
}

.ATM-grid-wrapper {
  margin: 0 5% 60px 5%;
}
@media (min-width: 992px) and (max-width: 1025px) {
  .ATM-grid-wrapper {
    margin: 0 2% 100px 5%;
  }
}
@media (min-width: 1025px) and (max-width: 1601px) {
  .ATM-grid-wrapper {
    margin: 0 12% 100px 15%;
  }
}
@media (min-width: 1601px) {
  .ATM-grid-wrapper {
    margin: 0 17% 100px 20%;
  }
}
@media (min-width: 992px) {
  .ATM-grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "Grid-1 Grid-1 . . . Grid-3 Grid-3 Grid-4 Grid-4 ." "Grid-1 Grid-1 . . Grid-2 Grid-3 Grid-3 Grid-4 Grid-4 ." "Grid-5 Grid-6 Grid-6 Main-grid Main-grid Main-grid Main-grid . Grid-8 Grid-8" ". Grid-6 Grid-6 Main-grid Main-grid Main-grid Main-grid Grid-7 Grid-8 Grid-8" ". Grid-9 Grid-9 Main-grid Main-grid Main-grid Main-grid Grid-10 Grid-10 ." ". Grid-9 Grid-9 Main-grid Main-grid Main-grid Main-grid Grid-10 Grid-10 ." "Grid-11 Grid-11 Grid-12 Grid-13 Grid-13 Grid-14 Grid-14 Grid-15 Grid-15 ." "Grid-11 Grid-11 . Grid-13 Grid-13 Grid-14 Grid-14 Grid-15 Grid-15 .";
  }
}
.ATM-grid-wrapper .Grid-1 {
  grid-area: Grid-1;
}
.ATM-grid-wrapper .Grid-2 {
  grid-area: Grid-2;
}
.ATM-grid-wrapper .Grid-3 {
  grid-area: Grid-3;
}
.ATM-grid-wrapper .Grid-4 {
  grid-area: Grid-4;
}
.ATM-grid-wrapper .Grid-5 {
  grid-area: Grid-5;
}
.ATM-grid-wrapper .Grid-6 {
  grid-area: Grid-6;
}
.ATM-grid-wrapper .Main-grid {
  grid-area: Main-grid;
}
.ATM-grid-wrapper .Grid-7 {
  grid-area: Grid-7;
}
.ATM-grid-wrapper .Grid-8 {
  grid-area: Grid-8;
}
.ATM-grid-wrapper .Grid-9 {
  grid-area: Grid-9;
}
.ATM-grid-wrapper .Grid-10 {
  grid-area: Grid-10;
}
.ATM-grid-wrapper .Grid-11 {
  grid-area: Grid-11;
}
.ATM-grid-wrapper .Grid-12 {
  grid-area: Grid-12;
}
.ATM-grid-wrapper .Grid-13 {
  grid-area: Grid-13;
}
.ATM-grid-wrapper .Grid-14 {
  grid-area: Grid-14;
}
.ATM-grid-wrapper .Grid-15 {
  grid-area: Grid-15;
}
.ATM-grid-wrapper .text-dark {
  background-color: #f5f5e6;
}
.ATM-grid-wrapper .text-dark p {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.42px;
  color: #0c0c0c;
}
.ATM-grid-wrapper .text-light {
  background-color: #fafaf0;
}
.ATM-grid-wrapper .text-light p {
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 42px;
  text-align: center;
  color: #0c0c0c;
  font-size: 24px;
  letter-spacing: 1.56px;
}
@media (min-width: 1025px) {
  .ATM-grid-wrapper .text-light p {
    font-size: 32px;
    letter-spacing: 2.56px;
  }
}
.ATM-grid-wrapper p {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ATM-grid-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.ATM-grid-wrapper .Grid-2,
.ATM-grid-wrapper .Grid-7 {
  margin-top: 15px;
}
.ATM-grid-wrapper .Grid-5,
.ATM-grid-wrapper .Grid-12 {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .ATM-grid-wrapper div {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .ATM-grid-wrapper .text-dark p,
.ATM-grid-wrapper .text-light p {
    font-size: 26px;
  }
}

.our-services {
  color: #0c0c0c;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .our-services {
    padding: 0 14%;
    text-align: left;
  }
}
.our-services.referenzen {
  padding-top: 60px;
  padding-bottom: 60px;
}
.our-services .content {
  margin-bottom: 60px;
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .our-services .content {
    margin-bottom: 117px;
    margin-top: 90px;
  }
}
.our-services .content h2 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2.56px;
}
.our-services .content p {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.42px;
}
@media (min-width: 992px) {
  .our-services .content p {
    width: 60%;
    margin: 0 auto;
  }
}
.our-services .content span {
  display: inline-block;
  margin-bottom: 25px;
}
.our-services .services-icons div {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .our-services .services-icons div {
    margin-bottom: 50px;
  }
}
.our-services .services-icons img {
  height: 28px;
  object-fit: contain;
  margin-bottom: 15px;
}
.our-services .services-icons p {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.42px;
}
@media (min-width: 992px) {
  .our-services .services-icons p {
    width: 82%;
  }
}
.our-services h3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 2.47px;
  margin-bottom: 15px;
}
.our-services .services-image div {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .our-services .services-image div {
    margin-bottom: 35px;
  }
}
.our-services .services-image img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 15px;
}

.small-banner {
  height: 33vh;
  background-color: #fafafa;
  padding: 7.34%;
  position: relative;
  top: 93px;
  margin-bottom: 93px;
  color: #0c0c0c;
}
@media (min-width: 1025px) {
  .small-banner {
    top: 120px;
    margin-bottom: 120px;
  }
}
.small-banner h1 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 35px;
  line-height: 78px;
  letter-spacing: 9px;
  margin-bottom: 0;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .small-banner h1 {
    font-size: 75px;
    padding-top: 0;
  }
}
.small-banner.wrapper-404 {
  margin: 0;
  top: 0;
  height: 100vh;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.small-banner.wrapper-404 h1 {
  padding-top: 0;
  font-size: 75px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .small-banner.wrapper-404 h1 {
    margin-bottom: 41px;
  }
}
.small-banner.wrapper-404 p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: 2.56px;
  margin-bottom: 41px;
}

.impressum-wrapper {
  padding: 80px 7%;
  color: #0c0c0c;
}
@media (min-width: 1025px) {
  .impressum-wrapper {
    padding: 80px 21% 90px 7.34%;
  }
}
.impressum-wrapper h2,
.impressum-wrapper h3,
.impressum-wrapper h4 {
  font-family: "Open Sans";
}
.impressum-wrapper h3,
.impressum-wrapper h4 {
  line-height: 23px;
  letter-spacing: 2.47px;
  margin-bottom: 10px;
}
.impressum-wrapper h2 {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 2.56px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .impressum-wrapper h2 {
    line-height: 49px;
    font-size: 38px;
  }
}
.impressum-wrapper h3 {
  font-size: 20px;
}
.impressum-wrapper h4 {
  font-size: 16px;
}
.impressum-wrapper p,
.impressum-wrapper pre,
.impressum-wrapper li {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.42px;
  margin-bottom: 20px;
}
.impressum-wrapper pre {
  white-space: pre-wrap;
}
.impressum-wrapper img {
  width: 152px;
  object-fit: contain;
  margin-bottom: 40px;
}
.impressum-wrapper ul {
  padding-left: 20px;
}
.impressum-wrapper ul li {
  margin-bottom: 10px;
  position: relative;
}
.impressum-wrapper ul li::after {
  content: "";
  background-color: #0c0c0c;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.product-carousel-wrapper {
  padding: 90px 0 60px;
}
@media (min-width: 992px) {
  .product-carousel-wrapper {
    padding: 120px 0 100px;
  }
}
.product-carousel-wrapper .carousel-title {
  padding: 60px 0;
}
.product-carousel-wrapper h1 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 9px;
  color: #0c0c0c;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .product-carousel-wrapper h1 {
    font-size: 75px;
    line-height: 78px;
  }
}
.product-carousel-wrapper .product-carousel .product-item {
  height: 64vh;
  position: relative;
}
.product-carousel-wrapper .product-carousel img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.product-carousel-wrapper .product-carousel .product-content {
  font-family: "Open Sans";
  font-weight: 300;
  color: #0c0c0c;
  padding: 15px 20px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(31px);
  min-width: 368px;
  transition: all 1.5s;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 992px) {
  .product-carousel-wrapper .product-carousel .product-content {
    bottom: 50px;
    right: 50px;
    width: auto;
    padding: 2.2% 0 2.7% 2.1%;
  }
}
.product-carousel-wrapper .product-carousel .product-content h3 {
  font-size: 28px;
  line-height: 34px;
  color: #e60505;
  margin-bottom: 15px;
}
.product-carousel-wrapper .product-carousel .product-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.product-carousel-wrapper .product-carousel .product-content span {
  font-size: 20px;
  line-height: 30px;
}
.product-carousel-wrapper .product-carousel .owl-item.active.center .product-content {
  visibility: visible;
  opacity: 1;
}
.product-carousel-wrapper .product-carousel button {
  background: transparent;
  font-size: 19px;
  position: absolute;
  right: 10%;
  bottom: 20%;
}

.product-details-wrapper {
  padding: 0 5%;
}
@media (min-width: 1025px) {
  .product-details-wrapper {
    padding: 0 7%;
  }
}
.product-details-wrapper .top-details {
  text-align: center;
  color: #0c0c0c;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .product-details-wrapper .top-details {
    margin-bottom: 100px;
  }
}
.product-details-wrapper .top-details h2 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 2.56px;
  margin-bottom: 0;
}
.product-details-wrapper .top-details p {
  font-family: "Raleway";
  line-height: 27px;
  letter-spacing: 0.42px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .product-details-wrapper .top-details p {
    width: 72%;
  }
}
.product-details-wrapper .top-details span {
  display: inline-block;
  margin-bottom: 10px;
  line-height: 35px;
}
@media (min-width: 1441px) {
  .product-details-wrapper .bottom-details {
    display: flex;
    justify-content: space-between;
  }
}
.product-details-wrapper .bottom-details .left {
  text-align: center;
}
@media (min-width: 1441px) {
  .product-details-wrapper .bottom-details .left {
    flex-basis: 30%;
    align-self: center;
    text-align: left;
  }
}
.product-details-wrapper .bottom-details .left p {
  font-family: "Raleway";
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0.42px;
  margin-bottom: 30px;
}
@media (min-width: 1441px) {
  .product-details-wrapper .bottom-details .left p {
    margin-top: 20px;
    margin-right: 62px;
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .product-details-wrapper .bottom-details .right {
    flex-basis: 70%;
  }
}
.product-details-wrapper .bottom-details .right img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 340px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product-details-wrapper .bottom-details .right img {
    width: 33%;
    height: 557px;
    padding: 0 9px;
    margin-bottom: 0px;
  }
}
.product-details-wrapper .specifications {
  font-family: "Raleway";
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.42px;
  text-align: right;
  display: block;
  padding: 10px 8px 0 0;
}

.product-gallery {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .product-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "Grid-1 Grid-1 Grid-2 Grid-3" "Grid-4 Grid-5 Grid-6 Grid-6";
    padding: 100px 0;
  }
}
.product-gallery .Grid-1 {
  grid-area: Grid-1;
}
.product-gallery .Grid-2 {
  grid-area: Grid-2;
}
.product-gallery .Grid-3 {
  grid-area: Grid-3;
}
.product-gallery .Grid-4 {
  grid-area: Grid-4;
}
.product-gallery .Grid-5 {
  grid-area: Grid-5;
}
.product-gallery .Grid-6 {
  grid-area: Grid-6;
}
.product-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.product-gallery p {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  position: absolute;
  right: 15px;
  bottom: 40px;
  margin: 0;
  color: #ffffff;
}
@media (min-width: 1366px) {
  .product-gallery p {
    transition-delay: 0.425s;
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 992px) and (max-width: 1366px) {
  .product-gallery p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .product-gallery p {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
}
.product-gallery hr {
  display: none;
  color: #ffffff;
  position: absolute;
  height: 2px;
  bottom: 61px;
  left: 0;
  width: 25%;
  opacity: 1;
  margin: 0;
  transform: scale(0);
  transform-origin: left center;
  transition: all 0.5s;
}
@media (max-width: 1610px) {
  .product-gallery hr {
    width: 20%;
  }
}
@media (min-width: 1601px) {
  .product-gallery hr {
    display: inline-block;
  }
}
.product-gallery div {
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .product-gallery div {
    margin-bottom: 0;
  }
}
.product-gallery div::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .product-gallery div::before {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
  }
}
.product-gallery div:hover::before,
.product-gallery div:hover p {
  opacity: 1;
  visibility: visible;
}
.product-gallery div:hover hr {
  transform: scale(1);
}
.product-gallery div:nth-child(1) hr, .product-gallery div:nth-child(6) hr {
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .product-gallery div:nth-child(1) hr, .product-gallery div:nth-child(6) hr {
    width: 50%;
    bottom: 55px;
  }
}
@media (min-width: 992px) {
  .product-gallery div:nth-child(1) hr, .product-gallery div:nth-child(6) hr {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
/* Custom CSS from theme editor */
@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
		  header {
			background: white;
		  }
     }
}