/* barlow-condensed-300 - latin */
/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("/public/_resources/themes/master/fonts/barlow-condensed-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600;
  src: url("/public/_resources/themes/master/fonts/barlow-condensed-v12-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
html {
  font-style: normal;
  font-stretch: normal;
  line-height: initial;
}

html strong {
  font-weight: 700 !important;
}

html .title strong {
  font-weight: 600 !important;
}

p {
  margin-top: 20px;
  line-height: 1.5;
}

.td-none {
  text-decoration: none;
}

.text-small,
.text-small p {
  font-size: 0.8rem;
  margin-top: 0px !important;
  margin-bottom: 5px;
}

a.no-hover:hover {
  opacity: 1;
}

.text-bold {
  font-weight: bold !important;
}

.text-thin {
  font-weight: lighter !important;
}

.text-tan {
  color: #b7b3a8 !important;
}
.text-tan h1, .text-tan h2, .text-tan h3, .text-tan h4, .text-tan h5, .text-tan h6 {
  color: #b7b3a8 !important;
}
.text-tan a {
  color: #b7b3a8 !important;
}

/* Display */
.title {
  font-family: "Barlow Condensed";
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  font-weight: 600;
  line-height: 2.2rem;
}

@media (max-width: 1400px) {
  .display-3 {
    font-size: 2rem;
  }
}
.topline {
  font-family: "Barlow Condensed";
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1rem;
}

@media (max-width: 768px) {
  .topline {
    font-size: 16px;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Condensed";
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  h1, .h1, h2, .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1400px) {
  h1, .h1, h2, .h2 {
    font-size: 3.5rem;
  }
}
.text-right {
  text-align: right;
}

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

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

.text-justify {
  text-align: justify;
}

@media (min-width: 992px) {
  .text-md-right {
    text-align: right !important;
  }
}
.text-normal,
a.text-normal {
  text-transform: none !important;
  text-decoration: none;
}

i.large {
  font-size: 1.6rem;
}

i.x-large {
  font-size: 2.5rem;
}

i.xx-large {
  font-size: 3.5rem;
}

.icon-list {
  margin-left: -20px;
}
.icon-list .icon-check {
  list-style-type: none;
  padding-left: 20px;
}
.icon-list .icon-check::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  list-style-type: none;
  position: absolute;
  margin-left: -20px;
}

/* buttons */
.btn {
  border-radius: 0px;
  font-family: "Barlow Condensed";
  pointer-events: all;
}

.btn-outline {
  border: 1px solid #000;
}

.btn-outline-tan {
  border: 1px solid #b7b3a8;
  color: #b7b3a8 !important;
  text-transform: uppercase;
  font-size: 18px;
}

.btn-outline-dark {
  border: 1px solid #1d1d1b;
  color: #1d1d1b !important;
  text-transform: uppercase;
  font-size: 18px;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
  color: #fff !important;
}

.btn-outline.btn-header {
  position: relative;
  border: 2px solid #b7b3a8;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #b7b3a8;
  line-height: 1.1rem;
  font-weight: bold;
  padding: 15px;
  min-width: 250px;
}
.btn-outline.btn-header .small {
  font-size: 14px;
  font-weight: lighter;
}

.btn-outline.btn-header:active,
.btn-outline.btn-header:focus,
.btn-outline.btn-header:hover {
  border: 2px solid #fff;
}

.btn-outline.btn-header.btn-sliders::after {
  content: "\f1de";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 40px;
  position: absolute;
  right: 10px;
  top: 27px;
}

.btn-tan {
  background-color: #b7b3a8;
  color: #1d1d1b !important;
  text-transform: uppercase;
  font-size: 18px;
}

.btn-dark {
  background-color: #1d1d1b;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
}

.btn-bg-white {
  background-color: rgba(255, 255, 255, 0.25);
  width: 47px;
  height: 39px;
  padding: 6px;
}

.btn-icon::after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  display: inline-block;
}

.btn-icon.up::after {
  content: "\f106";
  margin-left: 4px;
}

.btn-icon.btn-angle-down::after {
  content: "\f106";
  transform: translateY(2px);
}

.btn-icon.btn-angle-down.collapsed::after {
  content: "\f107";
  transform: translateY(0px);
}

.btn-icon:hover::after {
  animation: btnIcon;
  animation-duration: 0.2s;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
}

.btn-icon-vertical:hover::after {
  animation: btnIconVertical;
  animation-duration: 0.2s;
  animation-iteration-count: 2;
  animation-timing-function: ease-in-out;
}

.btn-tonwerk {
  background-image: url("/public/_resources/themes/master/img/logo-icon.svg");
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

@keyframes btnIcon {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes btnIconVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* links */
a,
.btn-link {
  color: #000;
}

a:hover,
.btn-link:hover {
  color: #000;
  opacity: 0.75;
}

.bg-dark a,
.bg-dark .btn-link {
  color: #fff;
}
.bg-dark a:hover,
.bg-dark .btn-link:hover {
  color: #fff;
  opacity: 0.75;
}

.bg-light a,
.bg-light .btn-link {
  color: #000;
}
.bg-light a:hover,
.bg-light .btn-link:hover {
  color: #000;
  opacity: 0.75;
}

@media (min-width: 768px) {
  .text-shadow-md {
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
  }
  .box-shadow-md {
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
  }
}
@media (min-width: 992px) {
  .text-shadow-lg {
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
  }
  .box-shadow-lg {
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
  }
}
.text-shadow-md .btn {
  filter: none;
}

.mw-140 {
  min-width: 140px;
}

.p-6 {
  padding: 4rem;
}

section ul,
article ul {
  margin-top: 10px;
}

#navMain {
  transition: all 0.3s ease-in-out;
  position: absolute;
  min-height: 100px;
  z-index: 2100;
  top: 0;
}
#navMain .navbar {
  min-height: 100px;
}
#navMain .navbar-brand {
  color: #fff;
  margin-right: 2rem;
}
#navMain .searchform {
  margin-left: 20px;
}
#navMain .searchform input {
  margin-top: 6px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  min-height: 30px;
}
#navMain .searchform .btn-outline {
  margin-top: -4px;
}

@media (max-width: 768px) {
  #logo-header {
    content: url("/public/_resources/themes/master/img/logo-text-plain.svg");
  }
  .sticky #logo-header {
    content: url("/public/_resources/themes/master/img/logo-text.svg");
  }
}
@media (max-width: 768px) {
  #navMain .navbar .nav-link {
    padding: 0.5rem 0.5rem;
  }
  #navMain .navbar .navbar-toggler {
    padding: 0.5rem 0.2rem;
  }
  #navMain .navbar-brand {
    color: #fff;
    margin-right: 0rem;
  }
  #navMain .navbar-brand #logo-header {
    width: 120px;
    margin-left: 0.5rem;
  }
}
#navMain.sticky,
#navMain.navbar-opaque {
  min-height: 100px;
  position: fixed;
  top: 0;
  background-color: #1d1d1b;
}

#navMain .navbar-nav .nav-item {
  color: #fff;
  text-transform: uppercase;
  min-height: 94px;
  align-content: center;
}
#navMain .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
}
#navMain .navbar-nav .dropdown-imtem {
  font-size: 1.2rem;
}
#navMain .navbar-nav .dropdown-toggle::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f107";
  display: inline-block;
  border: none;
  font-size: 14px;
  transform: translateY(2px);
}

.nav-link.link-favourites {
  padding: 0.5rem 0.5rem !important;
  position: relative;
}
.nav-link.link-favourites span {
  position: absolute;
  right: 8px;
  bottom: 5px;
  font-size: 0.5rem;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  text-indent: -2px;
  text-align: center;
}

@media (max-width: 768px) {
  #navMain {
    background-color: #1d1d1b;
  }
  #navMain .navbar-nav .nav-item {
    min-height: 40px;
    width: 100%;
  }
  #navMain .navbar-nav .dropdown-toggle::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f067";
    display: inline-block;
    position: absolute;
    right: 16px;
    border: none;
    margin: 0;
  }
  #navMain .navbar-nav .dropdown-toggle.show::after {
    content: "\f068";
  }
}
#LogoFirstScreen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 360px;
  transform: translateX(-180px) translateY(-180px);
  z-index: 1001;
  touch-action: none;
  pointer-events: none;
}
#LogoFirstScreen img {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.25));
}

@media (max-width: 1200px) {
  #LogoFirstScreen {
    top: 35%;
    width: 300px;
    height: 300px;
    transform: translateX(-150px) translateY(-150px);
  }
  #LogoFirstScreen img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  #LogoFirstScreen {
    top: 30%;
    width: 200px;
    height: 200px;
    transform: translateX(-100px) translateY(-100px);
  }
  #LogoFirstScreen img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  #LogoFirstScreen {
    top: 45%;
    width: 250px;
    height: 250px;
    transform: translateX(-125px) translateY(-125px);
  }
  #LogoFirstScreen img {
    width: 250px;
    height: 250px;
  }
}
#chevron-down {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translateX(-20px);
  z-index: 2001;
  text-align: center;
}

#chevron-down::after {
  display: block;
  content: "\f107";
  font-family: "Line Awesome Free";
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  width: 40px;
  height: 40px;
}

@media (max-width: 992px) {
  #chevron-down::after {
    display: none;
  }
}
.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
  box-shadow: none;
}

.navbar-toggler::after {
  display: block;
  content: "\f410";
  font-size: 30px;
  color: white;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.navbar-toggler.collapsed::after {
  content: "\f550";
}

.dropdown-menu {
  background-color: #1d1d1b;
  color: #fff;
  border-radius: 0px;
}
.dropdown-menu .dropdown-item {
  color: #fff;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item:focus {
  background-color: transparent;
}

@media (min-width: 769px) {
  .dropdown-menu {
    transform: translateX(-8px);
  }
}
.favouriteCount {
  display: inline-block;
  width: auto;
  height: 16px;
  border-radius: 5px;
  font-size: 10px;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .favouriteCount {
    transform: translateY(-4px);
  }
}
.image {
  opacity: 0;
  transition: all 0.5s ease-in;
}

.image.visible {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transition: all 0.5s ease-in;
}

.fade-in.visible {
  opacity: 1;
}

@media (min-width: 992px) {
  .swipe-icon {
    display: none;
  }
}
/* parallax effect */
.element {
  position: relative;
  background: #fff;
}

.parallax-element {
  position: relative;
}

.parallax-visible {
  position: relative;
}

.parallax-fixed {
  position: fixed;
  top: 0px;
  left: 0;
}

.hover-zoom {
  overflow: hidden;
}

.hover-zoom img {
  scale: 1;
  transition: all 0.5s;
}

.hover-zoom img:hover {
  scale: 1.2;
}

.image {
  max-width: 100%;
  height: auto;
}

.swiper-pagination-bullet,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  background-color: transparent;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-content {
  position: absolute;
}

.slide-caption .small {
  font-size: 0.75rem !important;
}

@media (max-width: 1200px) {
  .slide-caption h1, .slide-caption .h1,
  .slide-caption h2, .slide-caption .h2,
  .slide-caption h3, .slide-caption .h3,
  .slide-caption h4, .slide-caption .h4,
  .slide-caption h5, .slide-caption .h5,
  .slide-caption h6, .slide-caption .h6 {
    font-size: 2rem;
  }
  .slide-caption p.lead {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .slide-caption h1, .slide-caption .h1,
  .slide-caption h2, .slide-caption .h2,
  .slide-caption h3, .slide-caption .h3,
  .slide-caption h4, .slide-caption .h4,
  .slide-caption h5, .slide-caption .h5,
  .slide-caption h6, .slide-caption .h6 {
    font-size: 1.5rem;
  }
  .slide-caption p.lead {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .slide-caption {
    max-width: 720px;
  }
  .slide-caption h1, .slide-caption .h1,
  .slide-caption h2, .slide-caption .h2,
  .slide-caption h3, .slide-caption .h3,
  .slide-caption h4, .slide-caption .h4,
  .slide-caption h5, .slide-caption .h5,
  .slide-caption h6, .slide-caption .h6 {
    font-size: 1rem;
  }
  .swiper-slide {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .slide-caption {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .slide-caption {
    text-align: left;
  }
  .swiper-slide {
    justify-content: left;
  }
}
@media (min-width: 1200px) {
  .slide-caption {
    width: 570px;
  }
}
@media (min-width: 1400px) {
  .slide-caption {
    width: 660px;
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 20px;
}

.swiper-button-next, .swiper-ltr .swiper-button-next {
  right: 20px;
}

.swiper-button-next::after {
  content: "\f105";
}

.swiper-button-prev::after {
  content: "\f104";
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

.swiper-button-next-outside::after,
.swiper-button-prev-outside::after {
  color: #fff;
}

.swiper-button-prev-outside::after {
  position: absolute;
  top: 33%;
  left: -40px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 44px;
  content: "\f104";
  color: #1d1d1b;
}

.swiper-button-next-outside::after {
  position: absolute;
  top: 33%;
  right: -40px;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 44px;
  content: "\f105";
  color: #1d1d1b;
}

.bg-tan .swiper-button-prev-outside::after,
.bg-tan .swiper-button-next-outside::after {
  color: #1d1d1b !important;
}

@media (min-width: 1600px) {
  .swiper-button-prev-outside::after {
    left: -60px;
  }
  .swiper-button-next-outside::after {
    right: -60px;
  }
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #b7b3a8 !important;
  border: 1px solid #b7b3a8 !important;
}

.bg-dark .swiper-pagination-bullet {
  border-radius: 0;
  border: 1px solid #fff !important;
}
.bg-dark .swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1px solid #fff !important;
  opacity: 1;
}
.bg-dark .swiper-pagination-bullet-active {
  background-color: #b7b3a8 !important;
  border: 1px solid #b7b3a8 !important;
}

.bg-tan .swiper-pagination-bullet {
  border-radius: 0;
  border: 1px solid #1d1d1b !important;
}
.bg-tan .swiper-pagination-bullet {
  background-color: transparent !important;
  border: 1px solid #1d1d1b !important;
  opacity: 1;
}
.bg-tan .swiper-pagination-bullet-active {
  background-color: #1d1d1b !important;
  border: 1px solid #1d1d1b !important;
}

.video-container {
  width: 100%;
  height: auto;
}
.video-container video {
  width: 100%;
  height: 100%;
}

.video-caption {
  width: 100%;
  bottom: 40%;
  position: absolute;
}

@media (max-width: 1400px) {
  .video-caption {
    bottom: 20%;
  }
}
@media (min-width: 993px) {
  .video-caption {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .video-caption {
    position: relative;
  }
}
.news-carousel .slide-content {
  position: relative;
}
.news-carousel .swiper-slide {
  flex-wrap: wrap;
}
.news-carousel .slide-caption {
  padding: 1rem;
  font-size: 1rem;
  text-align: left;
  margin-left: unset;
  background: transparent;
}
.news-carousel .slide-caption p {
  margin: 0;
}
.news-carousel .slide-caption .date {
  text-align: right;
}
.news-carousel .swiper-wrapper {
  padding-bottom: 35px;
}
.news-carousel .swiper-wrapper > .swiper-pagination {
  position: absolute;
  bottom: 0;
  z-index: 2001;
}

.products-carousel .slide-content {
  position: relative;
}
.products-carousel .swiper-slide {
  flex-wrap: wrap;
}
.products-carousel .slide-caption {
  padding: 1rem;
  font-size: 1rem;
  text-align: left;
  margin-left: unset;
  background: transparent;
}
.products-carousel .slide-caption p {
  margin: 0;
}
.products-carousel .slide-caption .date {
  text-align: right;
}
.products-carousel .swiper-button-prev, .products-carousel .swiper-rtl .swiper-button-next {
  top: 22%;
}
.products-carousel .swiper-button-next, .products-carousel .swiper-ltr .swiper-button-next {
  top: 22%;
}
.products-carousel .swiper-wrapper {
  padding-bottom: 35px;
}
.products-carousel .swiper-wrapper > .swiper-pagination {
  position: absolute;
  bottom: 0;
}

.projects-background {
  position: relative;
}

.projects-background::before {
  background-color: #f5f5f5;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  z-index: -1;
}

@media (max-width: 992px) {
  .projects-background::before {
    background-color: transparent;
  }
}
.block-projects-teaser .swiper-wrapper {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .block-projects-teaser .swiper {
    padding: 20px;
  }
}
.block-projects-teaser .swiper-slide {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  margin-bottom: 20px;
}
.block-projects-teaser .slide-content {
  position: relative;
}
.block-projects-teaser a {
  text-decoration: none;
  font-weight: normal;
}
.block-projects-teaser .slide-caption {
  min-height: 125px !important;
}
.block-projects-teaser .h4 {
  font-size: 1.2rem;
}

@media (min-width: 769px) {
  .projects-carousel .swiper-slide {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 768px) {
  .swiper-button-prev-outside::after {
    left: -20px;
    font-size: 25px;
  }
  .swiper-button-next-outside::after {
    right: -20px;
    font-size: 25px;
  }
}
.block-banner {
  font-family: "Barlow Condensed";
  background: #1d1d1b;
  z-index: 100;
  display: block;
  position: relative;
}
.block-banner .caption {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  transform: translateY(-100px);
  color: #b7b3a8;
}
.block-banner .caption .topline {
  font-size: 1.6rem;
}

.block-banner img,
.block-banner picture,
.footer-contact img {
  width: 100%;
  height: auto;
}

@media (min-width: 993px) {
  .content-frame-wrapper {
    padding-left: 74px !important;
  }
  .block-banner .banner-title.content-frame {
    padding: 3rem;
  }
  .block-banner .banner-title.content-frame p, .block-banner .banner-title.content-frame h1, .block-banner .banner-title.content-frame h2, .block-banner .banner-title.content-frame h3, .block-banner .banner-title.content-frame h4, .block-banner .banner-title.content-frame h5, .block-banner .banner-title.content-frame h6 {
    transform: translateX(-100px);
  }
  .block-banner .banner-title.content-frame::after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0%;
    content: "";
    border: 2px solid #b7b3a8;
    border-left: none;
  }
  .block-banner .frame-border-top {
    width: 2px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b7b3a8;
  }
  .block-banner .frame-border-bottom {
    width: 2px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b7b3a8;
  }
  .block-banner .frame-logo {
    width: 150px;
    height: 122px;
    position: absolute;
    bottom: 4%;
    right: 7px;
    padding: 4px;
    overflow: hidden;
  }
  .block-banner .frame-logo::after {
    display: block;
    content: "";
    width: 200px;
    height: 200px;
    bottom: 0;
    right: 0;
    background-image: url("/public/_resources/themes/master/img/logo-icon-tan.svg");
    background-size: 200px 200px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 992px) {
  .block-banner {
    position: relative !important;
  }
  .banner-content {
    position: relative !important;
    transform: none !important;
  }
}
.block-banner-slider {
  background: #1d1d1b;
}
.block-banner-slider img,
.block-banner-slider picture {
  width: 100%;
  max-height: 100%;
}
.block-banner-slider .caption {
  position: absolute;
  pointer-events: none;
  z-index: 2001;
  top: 0;
}
.block-banner-slider .swiper-horizontal > .swiper-pagination-bullets, .block-banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .block-banner-slider .swiper-pagination-custom, .block-banner-slider .swiper-pagination-fraction {
  bottom: 18% !important;
}
.block-banner-slider .swiper-pagination {
  position: absolute;
  display: block;
  height: 20px;
}
.block-banner-slider .swiper-button-next, .block-banner-slider .swiper-button-prev {
  top: 50%;
}

@media (max-width: 768px) {
  .block-banner-slider .caption {
    position: relative;
  }
  .block-banner-slider .caption .container {
    margin-bottom: 10px;
  }
  .block-banner-slider .swiper-horizontal > .swiper-pagination-bullets, .block-banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .block-banner-slider .swiper-pagination-custom, .block-banner-slider .swiper-pagination-fraction {
    bottom: 10% !important;
  }
}
@media (min-width: 769px) {
  .block-banner-slider .caption {
    color: #fff;
    height: 75%;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .block-banner-slider .swiper-horizontal > .swiper-pagination-bullets, .block-banner-slider .swiper-pagination-bullets.swiper-pagination-horizontal, .block-banner-slider .swiper-pagination-custom, .block-banner-slider .swiper-pagination-fraction {
    bottom: 40px;
  }
}
.product-articles-carousel-text .swiper-slide {
  background: transparent;
}

.article-teaser-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 62px;
  align-items: end;
}

.article-teaser img {
  -o-object-fit: cover;
     object-fit: cover;
}

.article-teaser .title {
  font-size: 1.125rem;
}

.teaser-holder .article-teaser-text {
  display: none;
}

.show-teaser-text .article-teaser-text {
  display: inline !important;
}

.swiper-button-prev-outside.articles::after,
.swiper-button-next-outside.articles::after {
  top: 42%;
  color: #fff !important;
}

.swiper-button-next-outside.family::after,
.swiper-button-prev-outside.family::after {
  top: 27%;
}

.disclaimer p {
  margin-top: 0;
}

.contact-form .input-group-text {
  min-width: unset;
}

.card {
  border-radius: 0px;
}

.directions-button {
  top: 1rem !important;
}

/* BlockProductMatrix */
.btn-PM-toggle {
  min-width: 40px;
  min-height: 40px;
  box-shadow: none;
}

.btn-PM-toggle.btn-color,
.btn-PM-toggle.btn-joint-color {
  width: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: unset;
  padding: 0;
  margin-right: 4px;
}

.btn-PM-toggle.border-dark {
  border-width: 2px;
}

.btn-PM-toggle.btn-color,
.btn-PM-toggle.btn-joint-color {
  position: relative;
}

.btn-PM-toggle:focus {
  box-shadow: none;
}

.btn-PM-toggle.toggled::after {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 24px;
  font-size: 24px;
  content: "\f410";
  font-family: "Line Awesome Free";
  font-weight: 900;
  color: black;
  transform: translateY(-6px);
}

.btn-PM-toggle.btn-color.toggled::after,
.btn-PM-toggle.btn-joint-color.toggled::after {
  position: absolute;
  top: 0px;
  left: 4px;
  display: inline-block;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 12px;
  width: 10px;
  content: "\f00c";
  background-color: transparent;
  color: white;
  transform: translateY(0px);
}

.btn-format {
  padding-right: 0;
}

.btn-color[data-color=White] {
  border: 2px solid #1d1d1b;
}

.btn-color.toggled[data-color=White]::after {
  color: #1d1d1b;
  left: 2px;
  top: -1px;
}

.btn-color.mixed {
  background: linear-gradient(-45deg, rgb(36, 59, 36) 0%, rgb(36, 59, 36) 33%, rgb(237, 232, 208) 33%, rgb(237, 232, 208) 66%, rgb(215, 148, 46) 66%, rgb(215, 148, 46) 100%);
  border: 0;
}

.btn-PM-toggle.btn-joint-color.toggled.border-dark::after {
  left: 2px;
}

.btn-PM-toggle.btn-joint-color.toggled.btn-tonwerk::after {
  content: "";
}

.btn-PM-toggle.btn-color.border-dark.toggled::after,
.btn-PM-toggle.btn-joint-color.border-dark.toggled::after {
  color: #1d1d1b;
}

.PM-product {
  display: none;
}
.PM-product a {
  text-decoration: none;
}
.PM-product .image {
  transform: rotate3d(1, 1, 0, 20deg);
  transition: all 0.2s ease-in;
}
.PM-product .image.visible {
  transform: rotate3d(0, 1, 0, 0deg);
}

.PM-product.visible {
  display: block;
}

@keyframes PMProduct {
  from {
    scale: 1.5;
    opacity: 0;
  }
  to {
    scale: 1;
    opacity: 0.5;
  }
}
.btn-favourite,
.btn-remove-favourite {
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 2001;
}

.BlockProductMatrix .colors p {
  margin-top: 4px;
  margin-bottom: 0px;
}
.BlockProductMatrix a {
  text-decoration: none;
}
.BlockProductMatrix .product-meta-nav {
  display: flex;
  justify-content: end;
  text-align: left;
  position: relative;
}
.BlockProductMatrix .product-meta-nav .btn {
  position: relative;
  min-width: 160px;
  text-align: left;
  margin-bottom: 6px;
}
.BlockProductMatrix .product-meta-nav .btn i {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 18px;
}
.BlockProductMatrix .product-meta-nav input.productsearch {
  max-width: 135px;
  height: 32px;
  margin-bottom: 6px;
  margin-left: 10px;
  border: 1px solid #000;
  font-family: "Barlow Condensed";
  padding: 0.25rem 0.5rem;
  font-size: 14px;
}
.BlockProductMatrix .product-meta-nav .search-icon::before {
  content: "\f002";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  top: 2px;
  right: 22px;
  color: #000;
  font-size: 18px;
  background-color: transparent;
}
.BlockProductMatrix .product-meta-nav .btn {
  height: 32px;
}
.BlockProductMatrix .product-meta-nav .btn > i {
  transform: translateY(-2px);
}
.BlockProductMatrix .product-meta-nav .btn:first-of-type {
  margin-right: 10px;
}

@media (min-width: 769px) {
  .BlockProductMatrix .accordion-body {
    padding: 0;
    transform: translateX(-13px);
  }
}
@media (max-width: 769px) {
  .BlockProductMatrix .product-meta-nav .row {
    justify-content: start;
  }
  .BlockProductMatrix .product-meta-nav .btn-resetFilters {
    transform: translateX(-2px);
  }
  .BlockProductMatrix .accordion-button {
    padding: 0.2rem 1.25rem;
  }
  .BlockProductMatrix .reset-filter-bar button {
    transform: translateX(6px);
  }
}
/* ProductDetailsPage */
.ProductDetails {
  margin-top: 40px;
}
.ProductDetails .colors p, .ProductDetails .formats p {
  margin: 0;
}

.product-header {
  display: flex;
  margin-top: 100px;
  align-items: center;
  min-height: 150px;
  background-image: url("/public/_resources/themes/master/img/logo-icon-bg.svg");
  background-repeat: no-repeat;
  background-size: 250px 250px;
  background-position-x: 100%;
  background-position-y: 100%;
}

.product-header.small {
  background-image: url("/public/_resources/themes/master/img/logo-icon-black2.png");
  background-size: 250px 250px;
  background-position-x: 100%;
  background-position-y: 100%;
}

@media (max-width: 992px) {
  .product-header {
    text-align: left;
    min-height: 150px;
    background-size: 150px 150px;
  }
}
@media (max-width: 768px) {
  .product-header {
    text-align: left;
    min-height: 150px;
    background-size: 200px 200px;
  }
  .product-header .display-3 {
    font-size: 3rem;
  }
}
.article-data > div {
  border-bottom: 1px solid #b7b3a8;
}

.products-main-image-carousel {
  height: unset;
}
.products-main-image-carousel .swiper-wrapper {
  height: unset;
}
.products-main-image-carousel .main-image-caption {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0px;
  right: 0;
}
.products-main-image-carousel .swiper-slide button {
  display: none !important;
}
.products-main-image-carousel .swiper-slide-active button {
  display: block !important;
}
.products-main-image-carousel .btn-favourite {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2001;
}

.ProductDetails table > :not(:first-child) {
  border-top: 1px solid #1d1d1b;
}
.ProductDetails table > :not(caption) > * > * {
  border-bottom: 1px solid #1d1d1b;
  padding: 4px 0px;
}
.ProductDetails table .accordion-item {
  background-color: transparent;
}

.ProductDetails table.main > :not(:first-child) {
  border-top: 2px solid #b7b3a8;
}
.ProductDetails table.main > :not(caption) > * > * {
  border-bottom: 2px solid #b7b3a8;
  padding: 4px 0px;
}
.ProductDetails table.main tr td {
  font-family: "Barlow Condensed";
}

.ProductDetails .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  z-index: 3001;
}
.ProductDetails .modal .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ProductDetails .modal .modal-body ::-webkit-scrollbar {
  display: none;
}
.ProductDetails .modal .modal-body .zoom-image {
  transition: all 0.5s ease-in-out;
  transform-origin: center center;
  transform: scale(1);
}
.ProductDetails .modal .btn-zoom-in,
.ProductDetails .modal .btn-zoom-out,
.ProductDetails .modal .btn-close {
  width: 60px;
  height: 60px;
  position: absolute;
}
.ProductDetails .modal .btn-zoom-in::after,
.ProductDetails .modal .btn-zoom-out::after,
.ProductDetails .modal .btn-close {
  display: block;
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 30px;
}
.ProductDetails .modal .btn-zoom-in {
  bottom: 100px;
  right: 30px;
}
.ProductDetails .modal .btn-zoom-out {
  bottom: 30px;
  right: 30px;
}
.ProductDetails .modal .btn-close {
  top: 30px;
  right: 30px;
  background: #1d1d1b;
}
.ProductDetails .modal .btn-zoom-in::after {
  content: "\f00e";
}
.ProductDetails .modal .btn-zoom-out::after {
  content: "\f010";
}
.ProductDetails .modal .btn-close::after {
  content: "\f410";
}

.swiper-formats .swiper-slide {
  background-color: transparent;
  text-align: left;
}

@supports (touch-action: manipulation) {
  .touch-manipulation {
    touch-action: manipulation;
  }
}
.accordion-item {
  background-color: transparent;
}

@media (min-width: 769px) {
  .accordion-item.open-on-desktop {
    border: none;
  }
  .accordion-item.open-on-desktop .accordion-collapse {
    display: block;
  }
  .accordion-item.open-on-desktop .accordion-body {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .accordion-button:focus {
    box-shadow: none;
  }
  .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: none;
  }
  .accordion-item.open-on-desktop {
    border: none;
  }
  .accordion-item.open-on-desktop .accordion-button {
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .accordion-item.open-on-desktop .accordion-body {
    padding: 0;
  }
  .product-details-wrapper {
    margin-left: -24px;
    margin-right: -24px;
    background-color: #b7b3a8;
  }
  .product-details-wrapper .accordion-item.open-on-desktop {
    background: transparent;
    padding-left: 24px;
    padding-right: 24px;
  }
  .product-details-wrapper .accordion-button {
    background: transparent;
  }
  .product-details-wrapper .accordion-body {
    min-height: 100px;
  }
  .product-details-wrapper .accordion-item .accordion-button {
    border-bottom: 1px solid #1d1d1b;
  }
  .product-details-wrapper .accordion-item .accordion-button.last {
    border-bottom: none;
  }
  .product-details-wrapper .article-data > div {
    border-bottom: 1px solid #1d1d1b;
  }
  .product-details-wrapper.downloads {
    margin-left: -20px;
    margin-right: -20px;
  }
  #accordion-product-downloads {
    margin-left: -4px;
    margin-right: -4px;
  }
}
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23{$dark}'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ProductDetails .btn-icon.btn-angle-down:not(.collapsed) {
  display: none !important;
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev,
  .swiper-button-next-outside, .swiper-button-prev-outside {
    display: none;
  }
}
.cta-popup {
  position: fixed;
  width: 200px;
  height: 200px;
  bottom: 10px;
  right: 10px;
  z-index: 2001;
  animation: cta-popup;
  animation-duration: 0.5s;
}
.cta-popup .caption {
  width: 140px;
  position: absolute;
  z-index: 2002;
  margin-left: -20px;
}
.cta-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/public/_resources/themes/master/img/btn-cta-bg.svg);
  background-repeat: no-repeat;
  z-index: -1;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}
.cta-popup p {
  padding: 0;
  margin: 0;
  line-height: 1.5rem;
}
.cta-popup .btn-close {
  position: absolute;
  top: -6px;
  right: -4px;
  background: none;
}
.cta-popup .btn-close i {
  color: #fff;
  transform: rotate(45deg);
}
.cta-popup .btn-dark {
  background: none;
  border: none;
}

@media (max-width: 768px) {
  #cta-popup {
    display: none !important;
  }
}
@keyframes cta-popup {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(0px);
  }
  80% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn-favourite,
.btn-remove-favourite {
  width: 47px;
  height: 39px;
}

.btn-remove-favourite {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none !important;
}

.btn-favourite,
.btn-remove-favourite {
  display: block;
  font-size: 1.4rem;
  color: #1d1d1b;
  background-image: url("/public/_resources/themes/master/line-awesome/svg/heart.svg");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: 11px 6px;
}

.btn-remove-favourite::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: block;
  font-size: 1.4rem;
  color: #1d1d1b;
  content: "\f410";
  transform: translateY(-3px);
}

.btn-favourite.favourite {
  background-image: url("/public/_resources/themes/master/line-awesome/svg/heart-solid.svg");
}

.btn-favourite:focus {
  box-shadow: none;
}

.add-product .caption {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

form #checkId {
  display: none;
}

.block-gallery {
  background-image: url("/public/_resources/themes/master/img/logo-icon-tan2.png");
  background-repeat: no-repeat;
  background-size: 500px 500px;
  background-position-x: 100%;
  background-position-y: 100%;
}

@media (max-width: 768px) {
  .block-gallery {
    background-size: 300px 300px;
  }
}
.block-gallery.bg-tan {
  background-image: url("/public/_resources/themes/master/img/logo-icon-black2.png");
}

.swiper-button-prev-outside.gallery::after,
.swiper-button-next-outside.gallery::after {
  top: 42%;
}

.bg-dark .swiper-button-prev-outside.gallery::after,
.bg-dark .swiper-button-next-outside.gallery::after {
  top: 42%;
  color: #fff !important;
}

footer.main-footer {
  position: relative;
  z-index: 1000;
  font-family: "Barlow Condensed";
}
footer.main-footer hr {
  width: 120px;
  background: #b7b3a8;
  height: 2px;
}

@media (min-width: 1600px) {
  footer.main-footer::before {
    content: "";
    display: block;
    background-image: url("/public/_resources/themes/master/img/footer-bg-left.svg");
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    position: absolute;
    bottom: 0;
  }
  footer.main-footer::after {
    content: "";
    display: block;
    background-image: url("/public/_resources/themes/master/img/footer-bg-right.svg");
    background-repeat: no-repeat;
    width: 250px;
    height: 125px;
    position: absolute;
    top: 72px;
    right: 0;
  }
}
@media (min-width: 2000px) {
  footer.main-footer::before {
    width: 300px;
    height: 150px;
  }
  footer.main-footer::after {
    width: 400px;
    height: 200px;
  }
}
.footer-links p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.block-reference-teaser {
  background-image: url("/public/_resources/themes/master/img/logo-icon-bg.svg");
  background-repeat: no-repeat;
  background-size: 500px 500px;
  background-position-x: 100%;
  background-position-y: 100%;
}

.block-banner-video section {
  background-color: #1d1d1b;
}

.video-container {
  width: 100%;
  height: auto;
}
.video-container video {
  width: 100%;
  height: 100%;
}

.video-caption {
  width: 100%;
  bottom: 30%;
  position: absolute;
}

@media (min-width: 993px) {
  .video-caption {
    color: #fff;
  }
}
@media (max-width: 992px) {
  .video-caption {
    position: absolute;
    bottom: 30%;
  }
}
@media (min-width: 1400px) {
  .video-caption {
    bottom: 20%;
  }
}
.news-teaser .right-side > div {
  height: 85%;
}
.news-teaser .content {
  padding-right: 2rem;
  position: relative;
}
.news-teaser .content p a {
  text-decoration: none;
}

@media (min-width: 993px) {
  .news-teaser img {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 40% 85%, 25% 100%, 25% 85%, 0% 85%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 40% 85%, 25% 100%, 25% 85%, 0% 85%);
  }
  .news-teaser .content {
    padding-right: 125px;
    background-image: url("/public/_resources/themes/master/img/logo-icon-bg-w.svg");
    background-repeat: no-repeat;
    background-size: 250px 250px;
    background-position-x: 100%;
    background-position-y: 100%;
  }
}
@media (max-width: 992px) {
  .news-teaser .content {
    padding-bottom: 30px;
  }
  .news-teaser .content::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #b7b3a8;
    bottom: -30px;
    left: 80px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  }
}
html {
  scroll-behavior: smooth;
}

/* Main Content */
main.space-top {
  margin-top: 90px;
}

main.space-top {
  margin-top: 90px;
}

@media (max-width: 768px) {
  main.space-top {
    margin-top: 90px;
  }
}
.dark {
  color: #1d1d1b;
}

.tan {
  color: #b7b3a8;
}

.bg-tan {
  background-color: #b7b3a8;
}

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

@media (max-width: 768px) {
  .mw-sm-250 {
    min-width: 250px;
  }
}
.fixed-top {
  z-index: 5001;
}

.bg-position-right {
  background-position: right;
}

.bg-position-left {
  background-position: left;
}

.bg-ccc {
  background-color: #ccc !important;
}

.bg-tan {
  background-color: #b7b3a8;
}

.form-control {
  border-radius: 0px;
}

.jcr {
  justify-content: right;
}

.image.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  main {
    margin-top: 100px;
  }
}
.download-card {
  border: 1px solid #000;
  border-radius: 0px;
}

@media (min-width: 769px) {
  .download-card img {
    transition: all 0.5s;
    filter: gray; /* IE6-9 */
    filter: grayscale(1);
  }
  .download-card img:hover {
    filter: none;
  }
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9;
  touch-action: none;
  pointer-events: none;
}

.cookie-consent-banner {
  background-image: url("/public/_resources/themes/master/img/cookie.png");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: -30px -30px;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #f8f9fa;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  color: black;
  padding: 15px;
  padding-left: 120px !important;
  font-size: 14px;
  text-align: left !important;
  z-index: 5000;
}

@media (min-width: 769px) {
  .cookie-consent-banner {
    width: 700px;
    left: unset;
    right: 0;
  }
}
@media (max-width: 768px) {
  .cookie-consent-banner {
    background-size: 40%;
    text-align: center;
    padding: 10px 20px !important;
    padding-top: 50px !important;
    padding-left: 120px !important;
  }
}
@media (max-width: 480px) {
  .cookie-consent-banner {
    padding: 10px 20px !important;
    padding-top: 50px !important;
  }
}
.cookie-consent-button {
  border: none;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 0px;
  white-space: normal;
}

.cookie-consent-button:hover {
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.cookie-consent-button:active {
  opacity: 0.5;
}

.cookie-consent-button.btn-success {
  background-color: black;
  color: white;
  border: 2px solid black;
}

.cookie-consent-button.btn-outline {
  color: black;
  border: 2px solid black;
}

@media (max-width: 768px) {
  .cookie-consent-button {
    white-space: normal;
    width: 100px;
    margin-bottom: 10px;
  }
}
.cookie-consent-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cookie-consent-options label {
  margin: 0 10px;
  font-size: 14px;
}

.cookie-consent-options input {
  margin-right: 5px;
}

:root {
  --bs-font-sans-serif: "Assistant", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bg-dark {
  background-color: #1d1d1b !important;
}/*# sourceMappingURL=style.css.map */