/*
 Theme Name:   Salient Child
 Theme URI:    https://example.com/
 Description:  Child Theme für das Salient Theme
 Author:       Dein Name oder Firma
 Template:     salient
 Version:      1.0.0
*/
/* bei Änderungen in den folgenden Files auch immer das style.less neu speichern, damit die Änderungen übernommen werden */
/********************************************************/
/*       FONTS                                          */
/********************************************************/
@font-face {
  font-family: 'Amsi Pro Semibold';
  src: url('../fonts/AmsiPro-SemiBold.woff2') format('woff2'), url('../fonts/AmsiPro-SemiBold.woff') format('woff'), url('../fonts/AmsiPro-SemiBold.woff') format('eot'), url('../fonts/AmsiPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsi Pro Regular';
  src: url('../fonts/AmsiPro-Regular.woff2') format('woff2'), url('../fonts/AmsiPro-Regular.woff') format('woff'), url('../fonts/AmsiPro-Regular.woff') format('eot'), url('../fonts/AmsiPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsi Pro Black';
  src: url('../fonts/AmsiPro-Black.woff2') format('woff2'), url('../fonts/AmsiPro-Black.woff') format('woff'), url('../fonts/AmsiPro-Black.woff') format('eot'), url('../fonts/AmsiPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsi Pro Bold';
  src: url('../fonts/AmsiPro-Bold.woff2') format('woff2'), url('../fonts/AmsiPro-Bold.woff') format('woff'), url('../fonts/AmsiPro-Bold.woff') format('eot'), url('../fonts/AmsiPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/********************************************************/
/*       COLORS                                         */
/********************************************************/
:root {
  --black-hover: #1A1A1A;
  --red: #ED1B2F;
  --red-hover: #D5182A;
  --lightgrey: #F4F4F4;
  --darkgrey: #9D9D9D;
  --white-hover: #DCDCDC;
  --purple: #5461A1;
  --purple-hover: #475187;
  --radius-20: 20px;
  --radius-50: 50px;
}
/********************************************************/
/*       MAIN NAVIGATION                                */
/********************************************************/
body #header-outer .sf-sub-indicator {
  display: none;
}
body #header-outer #top nav {
  width: 100%;
}
body #header-outer #top nav > ul > li > a {
  height: 105px !important;
}
body #header-outer #top nav > ul > li:not([class*=button_]) > a {
  height: 100%;
}
body #header-outer #top nav > ul > li:not([class*=button_]) > a .menu-title-text {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #header-outer #top nav > ul > li:not([class*=button_]) > a .menu-title-text:after {
  bottom: 0 !important;
  border-width: 5px;
}
body #header-outer #top nav > ul > li.megamenu > ul.sub-menu {
  width: calc(100% + 56px) !important;
  padding: 0 !important;
  margin: 0;
  left: -28px;
  right: -28px;
}
body #header-outer #top .right-aligned-menu-items {
  gap: 15px;
  align-items: center;
}
body #header-outer #top .right-aligned-menu-items .btn-container {
  position: relative;
  display: flex;
  font-family: inherit;
  height: 100%;
  justify-content: center;
  align-items: center;
}
body #header-outer:not([data-format=left-header]) #top > .container > .row {
  display: flex;
  align-items: center;
}
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li.megamenu-hedline > a,
body:not([data-header-format="left-header"]) #header-outer nav > ul > .megamenu > ul > li.megamenu-hedline > a:hover {
  color: var(--red) !important;
  font-family: 'Amsi Pro Bold';
  font-size: 16px;
  text-transform: uppercase;
  pointer-events: none;
  cursor: default;
  margin-bottom: 15px !important;
}
/********************************************************/
/*     MEGAMENU: SKANBO COLLECTION                      */
/********************************************************/
body #header-outer nav > ul > .menu-item .sub-menu .menu-item.skanbo-collection {
  padding: 40px;
  padding-right: 40px !important;
  padding-left: 40px !important;
  background-color: var(--lightgrey);
  min-width: 450px;
}
body #header-outer nav > ul > .menu-item .sub-menu .menu-item.skanbo-collection ul,
body #header-outer nav > ul > .menu-item .sub-menu .menu-item.skanbo-collection li,
body #header-outer nav > ul > .menu-item .sub-menu .menu-item.skanbo-collection .menu-title-text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
body #header-outer nav > ul > .menu-item .sub-menu .menu-item.skanbo-collection #custom-content p {
  font-size: 15px;
  line-height: 150%;
}
body #header-outer nav > ul > .menu-item .sub-menu .menu-item.skanbo-collection #custom-content a.btn-black {
  background-color: #000 !important;
  color: #fff !important;
}
body #header-outer nav > ul > .menu-item .sub-menu .menu-item.skanbo-collection #custom-content img {
  border-radius: var(--radius-20);
  max-width: 180px;
  max-height: 180px;
  object-fit: cover;
}
/********************************************************/
/*     MEGAMENU: PRODUKTE                               */
/********************************************************/
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu {
  justify-content: left;
  flex-wrap: nowrap;
}
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu li.produktfilter {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 130px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  left: 0;
  justify-content: flex-start;
}
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu li.produktfilter ul.sub-menu {
  justify-content: flex-start;
}
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu li.produktfilter > a,
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu li.produktfilter > a:hover {
  background-color: transparent !important;
  color: #000 !important;
  pointer-events: none;
}
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu li.produktfilter > a .menu-title-text {
  font-family: 'Amsi Pro Bold';
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  color: #000 !important;
  pointer-events: none;
  white-space: nowrap;
}
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu li.produktfilter > a i {
  font: var(--fa-font-light);
}
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu li.produktfilter:first-of-type ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.inflatables-container,
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.displays-container,
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.tools-container,
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.trailer-container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.inflatables-container {
  padding-left: 210px !important;
  padding: 50px 0 0 0;
  width: fit-content;
  flex: none;
}
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.inflatables-container > ul {
  /* Anzahl der Zeilen wird im custom.js dynamisch berechnet!!!! */
  --columns: 3;
  display: grid !important;
  grid-auto-flow: column;
  grid-template-columns: repeat(var(--columns), auto);
  column-gap: 40px;
  row-gap: 5px;
  /*border-bottom: 1px solid #e0e0e0;*/
}
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.inflatables-container > ul > li {
  float: none !important;
  width: fit-content;
  display: block !important;
}
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.displays-container > ul,
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.tools-container > ul,
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.trailer-container > ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: fit-content;
}
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.displays-container,
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.tools-container,
body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.trailer-container {
  padding: 50px 0 20px 0;
  width: fit-content;
  flex: none;
}
body #header-outer #top nav ul li.megamenu-produkte .megamenu-hedline > a:first-of-type {
  padding-left: 10px;
  width: fit-content;
}
body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu {
  padding-bottom: 130px !important;
}
body #header-outer #top nav ul li.megamenu-produkte .produktfilter {
  width: auto;
  padding-left: 210px;
  padding-right: 40px;
}
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables {
  width: fit-content;
}
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables a,
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables:hover a,
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables a:hover {
  width: auto;
  display: flex;
  padding: 10px 15px 8px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius-50);
  border: 1px solid black !important;
  color: #000 !important;
  text-align: center;
  font-family: 'Amsi Pro Regular';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  background-color: transparent !important;
  transition: all 0.25s ease;
}
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables a:before,
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables:hover a:before,
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables a:hover:before {
  font: var(--fa-font-light);
  content: "\f0c8" !important;
  font-size: 16px;
  color: #000 !important;
}
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables a .menu-title-text,
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables:hover a .menu-title-text,
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables a:hover .menu-title-text {
  margin-top: 3px;
}
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables.active a {
  background-color: #d9d9d9 !important;
  color: #000 !important;
  border: 1px solid transparent !important;
}
body #header-outer #top nav ul li.megamenu-produkte .filter-inflatables.active a:before {
  font: var(--fa-font-light);
  content: "\f14a" !important;
  font-size: 16px;
  color: #000 !important;
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type {
  width: fit-content;
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type > a {
  padding: 0;
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type.current-menu-item .menu-title-text {
  background-color: transparent;
  color: var(--red);
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type.current-menu-item .menu-title-text img {
  -webkit-filter: invert(15%) sepia(70%) saturate(4143%) hue-rotate(343deg) brightness(115%) contrast(99%);
  filter: invert(15%) sepia(70%) saturate(4143%) hue-rotate(343deg) brightness(115%) contrast(99%);
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type .menu-title-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 10px;
  color: #000;
  padding: 6px 13px 6px 10px;
  border-radius: 50px;
  background-color: #fff;
  overflow: hidden;
  font-size: 15px;
  line-height: 16px;
  height: 40px;
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type .menu-title-text img {
  margin: 0;
  margin-right: 0 !important;
  width: 28px !important;
  height: 28px !important;
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type .menu-title-text .product-title {
  margin-top: 3px;
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type .menu-title-text:hover {
  background-color: transparent;
  color: var(--red);
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type .menu-title-text:hover img {
  -webkit-filter: invert(15%) sepia(70%) saturate(4143%) hue-rotate(343deg) brightness(115%) contrast(99%);
  filter: invert(15%) sepia(70%) saturate(4143%) hue-rotate(343deg) brightness(115%) contrast(99%);
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type.active .menu-title-text {
  background-color: #d9d9d9;
  color: #000;
  transition: all 0.25s ease;
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type.active .menu-title-text:hover {
  background-color: #d9d9d9;
  color: var(--red);
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type.active .menu-title-text:hover img {
  -webkit-filter: invert(15%) sepia(70%) saturate(4143%) hue-rotate(343deg) brightness(115%) contrast(99%);
  filter: invert(15%) sepia(70%) saturate(4143%) hue-rotate(343deg) brightness(115%) contrast(99%);
}
body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type.active.current_page_item .menu-title-text {
  color: var(--red);
}
/********************************************************/
/*     MEGAMENU: EINSATZGEBIETE, SERVICES, SKANBO       */
/********************************************************/
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete,
#header-outer #top nav ul li ul.sub-menu li.items-container-service,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 210px;
  padding-right: 40px;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1300px;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li {
  width: 400px;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li a,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li a,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li a {
  display: flex;
  padding: 0;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  grid-row: 1 / span 1;
  grid-column: 1 / span 1;
  border-radius: var(--radius-20);
  background-color: var(--lightgrey) !important;
  height: 100%;
  overflow: hidden;
  font-family: 'Amsi Pro Bold';
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  gap: 30px;
  justify-content: flex-start;
  text-align: left;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li a:hover,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li a:hover,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li a:hover {
  color: #000 !important;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li a:after,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li a:after,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li a:after {
  font: var(--fa-font-light);
  content: "\e0fa" !important;
  font-size: 24px;
  transition: all 0.25s ease;
  display: block;
  float: right;
  color: #000;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li a:hover:after,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li a:hover:after,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li a:hover:after {
  bottom: 12px;
  right: 12px;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li a .menu-image,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li a .menu-image,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li a .menu-image {
  height: 105px;
  margin: 0;
  width: 170px;
  flex-shrink: 0;
  background-size: cover;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li a .menu-title,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li a .menu-title,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li a .menu-title {
  width: auto;
  padding-right: 50px;
}
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li.current-menu-item a,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li.current-menu-item a,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li.current-menu-item a,
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li.current-menu-item a:hover,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li.current-menu-item a:hover,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li.current-menu-item a:hover,
#header-outer #top nav ul li ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li.current-menu-item a:after,
#header-outer #top nav ul li ul.sub-menu li.items-container-service ul.sub-menu li.current-menu-item a:after,
#header-outer #top nav ul li ul.sub-menu li.items-container-skanbo ul.sub-menu li.current-menu-item a:after {
  color: var(--red) !important;
}
/********************************************************/
/*     RIGHT-ALIGNED MENU + MOBILE                      */
/********************************************************/
body #header-outer #top .slide-out-widget-area-toggle a {
  padding: 0px !important;
}
/* inflatables menu spalten richten sich zentriert aus  */
@media only screen and (max-width: 1600px) {
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu {
    justify-content: space-between;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.displays-container,
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.tools-container {
    padding: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.displays-container ul,
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.tools-container ul {
    gap: 2px;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.inflatables-container {
    padding: 40px !important;
    padding-left: 40px !important;
    padding-right: 20px !important;
    padding-bottom: 0px !important;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.inflatables-container ul {
    row-gap: 2px;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.trailer-container {
    padding: 40px !important;
    padding-left: 20px !important;
    padding-right: 40px !important;
    padding-bottom: 0px !important;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.trailer-container ul {
    gap: 2px;
  }
  body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu {
    padding-bottom: 100px !important;
  }
  body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu > li.produktfilter {
    height: 100px;
    padding-left: 40px;
  }
  body #header-outer #top nav ul li.megamenu-services ul.sub-menu li.items-container-service {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-around;
  }
  body #header-outer #top nav ul li.megamenu-services ul.sub-menu li.items-container-service ul.sub-menu li {
    width: 48.5%;
  }
  body #header-outer #top nav ul li.megamenu-services ul.sub-menu .skanbo-collection #custom-content img {
    border-radius: var(--radius-20);
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
  }
  body #header-outer #top nav ul li.megamenu-skanbo ul.sub-menu li.items-container-skanbo {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-around;
  }
  body #header-outer #top nav ul li.megamenu-skanbo ul.sub-menu li.items-container-skanbo ul.sub-menu li {
    width: 31.5%;
  }
  body #header-outer #top nav ul li.megamenu-einsatzgebiete ul.sub-menu li.items-container-einsatzgebiete {
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-around;
  }
  body #header-outer #top nav ul li.megamenu-einsatzgebiete ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li {
    width: 31.5%;
  }
}
/* inflatables menu wird kompakter,
Konfigurator Button wird ausgeblendet */
@media only screen and (max-width: 1400px) {
  body #header-outer #top .right-aligned-menu-items .btn-container {
    display: none;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.inflatables-container {
    padding: 20px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.inflatables-container > ul {
    column-gap: 5px;
    row-gap: 5px;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.displays-container,
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.tools-container {
    padding: 20px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  body #header-outer #top nav ul li.megamenu-produkte ul.sub-menu li.trailer-container {
    padding: 20px !important;
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
  body #header-outer #top nav ul li.megamenu-produkte > ul.sub-menu > li.produktfilter {
    padding-left: 10px;
  }
  body #header-outer #top nav ul li.megamenu-produkte .menu-item-type-post_type .menu-title-text {
    max-width: 200px;
  }
  body #header-outer #top nav ul li.megamenu-skanbo ul.sub-menu li.items-container-skanbo {
    padding-left: 40px;
    justify-content: space-around;
  }
  body #header-outer #top nav ul li.megamenu-skanbo ul.sub-menu li.items-container-skanbo ul.sub-menu {
    max-width: 100%;
  }
  body #header-outer #top nav ul li.megamenu-skanbo ul.sub-menu li.items-container-skanbo ul.sub-menu li {
    width: 31.5%;
  }
  body #header-outer #top nav ul li.megamenu-einsatzgebiete ul.sub-menu li.items-container-einsatzgebiete ul.sub-menu li {
    width: 32%;
    min-width: 275px;
  }
}
/* mobile navigatin wird eingeblendet */
@media only screen and (max-width: 1200px) {
  body #header-outer #top nav {
    display: none !important;
  }
  body #header-outer #top .right-aligned-menu-items {
    padding-right: 40px;
    float: none;
    margin-left: auto;
  }
  body #header-outer #mobile-menu ul li.megamenu-services .skanbo-mega-cta {
    display: none;
  }
  body #header-outer #mobile-menu ul li.megamenu-produkte li.produktfilter {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
  body[data-slide-out-widget-area=true] #top .col.span_3 {
    width: auto !important;
  }
}
/********************************************************/
/*       MAIN NAVIGATION - MOBILE                       */
/********************************************************/
#header-outer {
  /* open menu */
}
#header-outer #mobile-menu,
#header-outer.simple-ocm-open #mobile-menu {
  position: fixed;
  top: 0 !important;
  right: 0;
  width: 100% !important;
  height: 100%;
  z-index: 1999;
  padding: 80px 10px !important;
  overflow: hidden;
  -webkit-transition: transform 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  max-width: 400px !important;
  left: auto;
  box-shadow: -200px 0px 800px rgba(0, 0, 0, 0.6);
  transform: translate3d(341px, 0, 0);
  -webkit-transform: translate3d(341px, 0, 0);
  -ms-transform: translate3d(341px, 0, 0);
}
#header-outer #mobile-menu:before,
#header-outer.simple-ocm-open #mobile-menu:before {
  left: 0px;
  background-image: url(https://gl711nap.at.edis.global/skanbo-wp-2025/wp-content/uploads/2025/11/logo-red-large-2.png);
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 30px 10px;
}
#header-outer.simple-ocm-open #mobile-menu {
  transform: translateX(0);
  opacity: 1;
  display: block !important;
  /* Erste Menüebene */
}
#header-outer.simple-ocm-open #mobile-menu .inner {
  padding: 0 20px;
}
#header-outer.simple-ocm-open #mobile-menu ul li {
  /* Zweite Menüebene */
}
#header-outer.simple-ocm-open #mobile-menu ul li.current-open-item a,
#header-outer.simple-ocm-open #mobile-menu ul li.current-open-item a:hover {
  color: var(--red);
}
#header-outer.simple-ocm-open #mobile-menu ul li a,
#header-outer.simple-ocm-open #mobile-menu ul li a:hover {
  font-family: 'Amsi Pro Bold';
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
#header-outer.simple-ocm-open #mobile-menu ul li a .sf-sub-indicator,
#header-outer.simple-ocm-open #mobile-menu ul li a:hover .sf-sub-indicator {
  width: 100% !important;
  text-align: right;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header-outer.simple-ocm-open #mobile-menu ul li ul.sub-menu {
  /* Dritte Menüebene */
}
#header-outer.simple-ocm-open #mobile-menu ul li ul.sub-menu li a {
  font-family: 'Amsi Pro Bold';
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0;
  line-height: 16px;
}
#header-outer.simple-ocm-open #mobile-menu ul li ul.sub-menu ul.sub-menu {
  width: 100%;
}
#header-outer.simple-ocm-open #mobile-menu ul li ul.sub-menu ul.sub-menu li:before {
  height: 0px;
  background-color: transparent;
}
#header-outer.simple-ocm-open #mobile-menu ul li ul.sub-menu ul.sub-menu li a {
  font-family: 'Amsi Pro Regular';
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  padding: 10px 0;
  line-height: 14px;
  margin-left: 20px;
}
#header-outer.simple-ocm-open #mobile-menu ul li ul.sub-menu ul.sub-menu li a span {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
}
/********************************************************/
/*       MAIN NAVIGATION  - SPRACHEN SWITCH             */
/********************************************************/
/* Container */
.lang-dropdown {
  position: relative;
  font-family: 'Amsi Pro Regular';
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
/* BUTTON */
.lang-current {
  background: #fff;
  cursor: pointer;
  display: flex;
  height: 54px;
  padding: 10px 25px;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  border-radius: var(--Button-Radius, 50px);
  border: 1px solid var(--Black, #000);
  gap: 15px;
  transition: transform 0.25s ease;
}
.lang-dropdown.open .lang-current {
  border-radius: 30px 30px 0 0;
  border-bottom: 0px;
}
.lang-label {
  line-height: 100%;
  margin-top: 3px;
}
/* --- ICON: GLOBE (FA-Fallback + CSS-Fallback) --- */
.icon-globe {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-globe::before {
  content: "\f57d";
  font: var(--fa-font-light);
  font-weight: 300;
  font-size: 15px;
  color: #333;
}
/* --- ICON: ARROW (voll CSS-kompatibel) --- */
.icon-arrow {
  margin-left: auto;
  width: 15px;
  height: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-arrow::before {
  content: "\f078";
  font: var(--fa-font-light);
  font-size: 15px;
  transition: transform 0.25s ease;
  position: absolute;
  left: 0;
}
/* ROTATE ON OPEN */
.lang-dropdown.open .icon-arrow::before {
  transform: rotate(-180deg);
}
/* DROPDOWN */
.lang-menu {
  opacity: 0;
  transform: translateY(-4px);
  /* kleiner Abstand = seamless */
  pointer-events: none;
  transition: opacity 0.28s cubic-bezier(0.22, 1, 0.36, 1), transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  top: 42px;
  /* ↓ kleinerer Wert = sauberer Übergang */
  left: 0;
  width: 100%;
  background: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-top: none;
  border-radius: 0 0 30px 30px;
  padding: 14px 16px;
  text-align: center;
}
/* VISIBLE */
.lang-dropdown.open .lang-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
/* OPTIONEN */
.lang-menu a {
  display: block;
  padding: 4px 0;
  font-size: 15px;
  text-decoration: none;
  color: #000;
}
.lang-menu a:hover {
  color: var(--red);
}
@media only screen and (max-width: 450px) {
  .lang-dropdown .lang-current {
    padding: 10px 15px;
    gap: 10px;
  }
  .lang-dropdown .icon-globe {
    display: none;
  }
  .lang-dropdown .lang-menu {
    text-align: left;
  }
}
/********************************************************/
/*       GALLERY                                       */
/********************************************************/
#startpage-gallery .skanbo-gallery .col .inner-wrap .work-item,
#productpage-gallery .skanbo-gallery .col .inner-wrap .work-item,
#gallery .skanbo-gallery .col .inner-wrap .work-item,
.mixed-designs-gallery .skanbo-gallery .col .inner-wrap .work-item,
.mixed-products-gallery .skanbo-gallery .col .inner-wrap .work-item {
  border-radius: var(--radius-20);
}
#startpage-gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col .inner-wrap .work-item .work-info-bg,
#gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col .inner-wrap .work-item .work-info-bg,
.mixed-products-gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col .inner-wrap .work-item .work-info-bg {
  background-color: var(--red) !important;
}
#productpage-gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col .inner-wrap .work-item .work-info-bg,
.mixed-designs-gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col .inner-wrap .work-item .work-info-bg {
  background-color: transparent !important;
}
#startpage-gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col:hover .work-info-bg,
#productpage-gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col:hover .work-info-bg,
#gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col:hover .work-info-bg,
.mixed-products-gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col:hover .work-info-bg,
.mixed-designs-gallery .skanbo-gallery .portfolio-items[data-ps="7"] .col:hover .work-info-bg {
  opacity: 0.9;
  transition-duration: 0.3s;
}
#startpage-gallery .skanbo-gallery .col .inner-wrap .work-item h3,
#productpage-gallery .skanbo-gallery .col .inner-wrap .work-item h3,
#gallery .skanbo-gallery .col .inner-wrap .work-item h3,
.mixed-products-gallery .skanbo-gallery .col .inner-wrap .work-item h3,
.mixed-designs-gallery .skanbo-gallery .col .inner-wrap .work-item h3 {
  font-family: 'Amsi Pro Bold';
  font-weight: 500;
  font-size: 18px;
}
#startpage-gallery .skanbo-gallery .work-info .vert-center p,
#gallery .skanbo-gallery .work-info .vert-center p,
.mixed-products-gallery .skanbo-gallery .work-info .vert-center p {
  display: none;
}
/* --- Fancybox --- */
.fancybox-caption__body {
  font-family: 'Amsi Pro Regular';
  font-weight: 400;
  font-size: 18px;
}
/* --- Label mit Ausführung anzeigen */
/* Galerie im Herobereich der Produktseite */
#productpage-hero .skanbo-gallery .work-info .vert-center,
#productpage-gallery .skanbo-gallery .work-info .vert-center,
.mixed-designs-gallery .skanbo-gallery .work-info .vert-center {
  opacity: 1 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: none !important;
}
#productpage-gallery .skanbo-gallery .work-info .vert-center h3,
#productpage-hero .skanbo-gallery .work-info .vert-center h3,
#startpage-gallery .skanbo-gallery .work-info .vert-center h3,
#gallery .skanbo-gallery .work-info .vert-center h3,
.mixed-products-gallery .skanbo-gallery .work-info .vert-center h3,
.mixed-designs-gallery .skanbo-gallery .work-info .vert-center h3 {
  display: none;
}
#productpage-gallery .skanbo-gallery .work-info .vert-center p,
#productpage-hero .skanbo-gallery .work-info .vert-center p,
.mixed-designs-gallery .skanbo-gallery .work-info .vert-center p {
  display: inline-flex;
  padding: 5px 12px 3px 12px;
  justify-content: center;
  align-items: center;
  border-radius: var(--Icon-Box-Radius, 20px);
  background: #fff;
  color: #000;
  position: absolute;
  font-family: 'Amsi Pro Bold';
  font-weight: 700;
  font-size: 14px;
}
#productpage-hero .skanbo-gallery .work-info .vert-center p {
  bottom: 10px;
  left: 10px;
}
#productpage-gallery .skanbo-gallery .work-info .vert-center p,
.mixed-designs-gallery .skanbo-gallery .work-info .vert-center p {
  bottom: 10px;
  right: 10px;
}
.salient-clone-grid {
  position: relative;
}
/* Masonry items sollen Salient-Optik nutzen */
.salient-clone-item {
  margin-bottom: 20px;
}
/* Wide bewirkt doppelte Breite */
.salient-clone-item.wide {
  width: 66.66%;
}
/* Regular = Standard */
.salient-clone-item.regular {
  width: 33.33%;
}
@media (max-width: 999px) {
  .salient-clone-item.wide,
  .salient-clone-item.regular {
    width: 50%;
  }
  #startpage-gallery .skanbo-gallery .work-info,
  #gallery .skanbo-gallery .work-info,
  .mixed-products-gallery .skanbo-gallery .work-info,
  #startpage-gallery .skanbo-gallery .work-info .vert-center,
  #gallery .skanbo-gallery .work-info .vert-center,
  .mixed-products-gallery .skanbo-gallery .work-info .vert-center {
    opacity: 1 !important;
  }
  #startpage-gallery .skanbo-gallery .work-info .vert-center,
  #gallery .skanbo-gallery .work-info .vert-center,
  .mixed-products-gallery .skanbo-gallery .work-info .vert-center {
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: unset;
    left: unset;
    transform: none !important;
  }
  #startpage-gallery .skanbo-gallery .work-info .vert-center .product-icons,
  #gallery .skanbo-gallery .work-info .vert-center .product-icons,
  .mixed-products-gallery .skanbo-gallery .work-info .vert-center .product-icons {
    justify-content: flex-end !important;
    margin-top: 0px !important;
    padding: 10px;
    gap: 5px !important;
  }
  #startpage-gallery .skanbo-gallery .work-info .vert-center .product-icons a,
  #gallery .skanbo-gallery .work-info .vert-center .product-icons a,
  .mixed-products-gallery .skanbo-gallery .work-info .vert-center .product-icons a {
    background-color: var(--red);
    border-radius: var(--radius-50);
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
  }
  #startpage-gallery .skanbo-gallery .work-info .vert-center .product-icons a img,
  #gallery .skanbo-gallery .work-info .vert-center .product-icons a img,
  .mixed-products-gallery .skanbo-gallery .work-info .vert-center .product-icons a img {
    margin: 0px;
    margin-right: 0px !important;
  }
}
@media (max-width: 690px) {
  .salient-clone-item.wide,
  .salient-clone-item.regular {
    width: 100%;
  }
}
/* --- Product Icons beim Bild Overlay  */
#startpage-gallery .skanbo-gallery .work-info .vert-center,
#gallery .skanbo-gallery .work-info .vert-center,
.mixed-products-gallery .skanbo-gallery .work-info .vert-center {
  z-index: 100;
}
#startpage-gallery .skanbo-gallery .work-info .vert-center .product-icons,
#gallery .skanbo-gallery .work-info .vert-center .product-icons,
.mixed-products-gallery .skanbo-gallery .work-info .vert-center .product-icons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #fff;
}
#startpage-gallery .skanbo-gallery .work-info .vert-center .product-icons img,
#gallery .skanbo-gallery .work-info .vert-center .product-icons img,
.mixed-products-gallery .skanbo-gallery .work-info .vert-center .product-icons img {
  width: 50px !important;
  height: 50px !important;
  transition: all 0.25s ease;
  transform: scale(1);
  background: transparent;
  border: none !important;
}
#startpage-gallery .skanbo-gallery .work-info .vert-center .product-icons a:hover img,
#gallery .skanbo-gallery .work-info .vert-center .product-icons a:hover img,
.mixed-products-gallery .skanbo-gallery .work-info .vert-center .product-icons a:hover img {
  transform: scale(1.05);
}
#productpage-gallery .skanbo-gallery .work-info .vert-center .product-icons,
#productpage-gallery .skanbo-gallery .work-info .vert-center .product-icons img,
.mixed-designs-gallery .skanbo-gallery .work-info .vert-center .product-icons,
.mixed-designs-gallery .skanbo-gallery .work-info .vert-center .product-icons img {
  display: none;
}
/********************************************************/
/*       PRODUCT FINDER                                 */
/********************************************************/
.product-finder {
  max-width: none;
  position: relative;
  padding: 0px 80px 100px 80px;
}
.product-finder .pf-wizard-layout {
  width: 100%;
  gap: 70px;
  flex-direction: row;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-question {
  margin: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-description {
  font-size: 17px;
  margin: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-1 {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 50px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step .pf-step-heading,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step .pf-title {
  font-family: "Amsi Pro Bold" !important;
  color: #000;
  font-weight: 700;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step .pf-question,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step .pf-description {
  font-family: "Amsi Pro Regular" !important;
  color: #000;
  font-weight: 400;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results p {
  padding: 0px;
  margin: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content {
  padding-top: 20px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-results-grid-small,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-results-grid-large {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-result-option .pf-result-card {
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
  border: 0px;
  border-radius: var(--radius-20);
  aspect-ratio: 1/1;
  justify-content: space-between;
  gap: 20px;
  max-width: 300px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-result-option .pf-result-card .pf-result-card-media {
  width: 100%;
  height: 100%;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-result-option .pf-result-card .pf-result-card-media .pf-result-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-result-option .pf-result-card .pf-result-card-text {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-result-option .pf-result-card .pf-result-card-text .pf-result-name {
  font-family: "Amsi Pro Regular" !important;
  color: #000;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 400;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes {
  gap: 15px;
  margin: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: left;
  align-items: center;
  padding: 25px;
  border-radius: var(--radius-20);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
  border: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card input,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card input,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card input,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card input,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card input,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card input,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card input,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card input {
  margin: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card.red,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card.red,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card.red,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card.red,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card.red,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card.red,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card.red,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card.red {
  background-color: var(--red);
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card.red .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card.red .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card.red .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card.red .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card.red .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card.red .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card.red .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card.red .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card.red .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card.red .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card.red .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card.red .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card.red .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card.red .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card.red .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card.red .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card.red .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card.red .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card.red .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card.red .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card.red .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card.red .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card.red .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card.red .card-text .pf-checkbox-label {
  color: #fff;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card .card-text .pf-option-title,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card .card-text .pf-option-title {
  font-family: "Amsi Pro Bold" !important;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  margin: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card .card-text .pf-option-desc,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-option-card .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-option-card .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-option-card .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-option-card .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-option .pf-checkbox-card .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-option .pf-checkbox-card .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-options .pf-checkbox-option .pf-checkbox-card .card-text .pf-checkbox-label,
.product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes .pf-checkbox-option .pf-checkbox-card .card-text .pf-checkbox-label {
  font-family: "Amsi Pro Regular" !important;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-select-wrap {
  margin: 0px;
  width: 100%;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-select-wrap .pf-select {
  width: 100%;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
  padding: 25px;
  max-width: none;
  border: 0px;
  font-family: "Amsi Pro Regular" !important;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-select-wrap .pf-select option {
  font-family: "Amsi Pro Regular" !important;
  color: #000;
  font-size: 17px;
  font-weight: 400;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-nav {
  border: 0px;
  width: 100%;
  padding: 0px 50px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 0px;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-nav .pf-btn.pf-btn-back {
  border: 0px;
  font-family: "Amsi Pro Bold" !important;
  color: #000;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 700;
  line-height: 100%;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-nav .pf-btn.pf-btn-back:before {
  content: '\f177' !important;
  font: var(--fa-font-light);
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-nav .pf-btn.pf-btn-next {
  border: 0px;
  font-family: "Amsi Pro Bold" !important;
  color: #fff;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 700;
  line-height: 100%;
}
.product-finder .pf-wizard-layout .pf-wizard-main .pf-nav .pf-btn.pf-btn-next:after {
  content: '\f178' !important;
  font: var(--fa-font-light);
}
.product-finder .pf-wizard-layout .pf-sidebar {
  margin-left: 0px;
  padding-left: 60px;
  padding-top: 30px;
  width: 250px;
  display: none;
  opacity: 0;
}
.product-finder .pf-wizard-layout .pf-sidebar.pf-sidebar-visible {
  display: block;
  opacity: 1;
}
.product-finder .pf-wizard-layout .pf-sidebar .pf-sidebar-inner {
  gap: 20px;
}
.product-finder .pf-wizard-layout .pf-sidebar .pf-sidebar-inner .pf-summary-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.product-finder .pf-wizard-layout .pf-sidebar .pf-sidebar-inner .pf-summary-item.pf-summary-active .pf-summary-title {
  color: #000;
  margin: 0px;
  opacity: 1;
}
.product-finder .pf-wizard-layout .pf-sidebar .pf-sidebar-inner .pf-summary-item .pf-summary-title {
  font-family: "Amsi Pro Bold" !important;
  color: #000;
  font-size: 17px;
  font-weight: 700;
  opacity: 0.2;
}
.product-finder .pf-wizard-layout .pf-sidebar .pf-sidebar-inner .pf-summary-item .pf-summary-value {
  font-family: "Amsi Pro Regular" !important;
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (max-width: 1000px) {
  .product-finder {
    padding: 0px 30px 100px 30px;
  }
  .product-finder .pf-wizard-layout {
    gap: 30px;
  }
  .product-finder .pf-wizard-layout .pf-sidebar {
    padding-left: 30px;
  }
  .product-finder .pf-wizard-layout .pf-wizard-main .pf-checkboxes-grid {
    grid-template-columns: 100%;
  }
  .product-finder .pf-wizard-layout .pf-wizard-main .pf-wizard-main .pf-nav {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 680px) {
  .product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-results-grid-small,
  .product-finder .pf-wizard-layout .pf-wizard-main .pf-step.pf-step-results .pf-results-content .pf-results-grid-large {
    gap: 10px;
  }
  .product-finder {
    padding: 0px 20px 170px 20px;
  }
  .product-finder .pf-wizard-layout {
    flex-direction: column;
    gap: 50px;
  }
  .product-finder .pf-wizard-layout .pf-sidebar {
    width: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
  }
  .product-finder .pf-wizard-layout .pf-wizard-main .pf-nav {
    padding: 0px 20px;
    flex-direction: column-reverse;
  }
  .product-finder .pf-wizard-layout .pf-wizard-main .pf-nav .pf-btn {
    width: 100%;
  }
}
/********************************************************/
/*       PRODUCT VIEWER                                 */
/********************************************************/
/* Contentblock auf der Ergebnis-Seite (Produktansicht + Szene) mit Produktbeschreibungstext */
#config-description {
  position: absolute;
  right: 50%;
  margin-right: calc(-50vw + var(--scroll-bar-w)/2 + 5%);
  left: auto;
  margin-left: 0px;
  bottom: 50px;
  width: 300px;
}
#config-description .contentbox {
  padding: 0px !important;
}
#config-description-mobile {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#config-description-mobile .product-label {
  font-size: 18px;
  margin-bottom: 0px !important;
}
#config-description-mobile .btn-primary {
  margin-bottom: 0px !important;
}
#config-description .contentbox > .vc_column-inner:first-of-type,
#config-description-mobile .contentbox > .vc_column-inner:first-of-type,
#config-form-mobile .contentbox > .vc_column-inner:first-of-type {
  padding: 20px !important;
}
#config-description .product-icon,
#config-description-mobile .product-icon,
#config-form-mobile .product-icon {
  width: 50px;
  height: 50px;
}
#config-description .wpforms-container,
#config-description-mobile .wpforms-container,
#config-form-mobile .wpforms-container {
  padding: 0px;
  margin: 0px;
}
#config-description .wpforms-container .wpforms-field-text,
#config-description-mobile .wpforms-container .wpforms-field-text,
#config-form-mobile .wpforms-container .wpforms-field-text {
  padding: 0px;
}
#config-description .wpforms-container .wpforms-required-label,
#config-description-mobile .wpforms-container .wpforms-required-label,
#config-form-mobile .wpforms-container .wpforms-required-label {
  color: #000 !important;
  font-size: inherit;
  font-weight: normal;
}
#config-description .wpforms-container .wpforms-confirmation-container-full,
#config-description-mobile .wpforms-container .wpforms-confirmation-container-full,
#config-form-mobile .wpforms-container .wpforms-confirmation-container-full {
  border: 0px !important;
  color: #000 !important;
  background-color: transparent !important;
  padding: 0px;
  margin: 0px;
}
#config-description .wpforms-container .wpforms-confirmation-container-full p,
#config-description-mobile .wpforms-container .wpforms-confirmation-container-full p,
#config-form-mobile .wpforms-container .wpforms-confirmation-container-full p {
  color: #000 !important;
}
#configure-container {
  max-width: none;
  position: relative;
  padding: 50px 80px 50px 80px;
}
#configure-container #configure-content {
  width: 100%;
  max-width: 100%;
  /* HEADER */
  /* ROW LAYOUT */
  /* COLOR BOX */
  /* UPLOAD */
  /* RADIO BOX */
  /* INPUT BOX VARIANTE */
  /* BUTTONS */
  /* ERGEBNIS */
}
#configure-container #configure-content .pv-config {
  max-width: 1200px;
  margin: 0 auto;
}
#configure-container #configure-content #product-design-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#configure-container #configure-content .pv-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#configure-container #configure-content .pv-header .pv-header-left {
  max-width: 600px;
}
#configure-container #configure-content .pv-header .pv-product-preview {
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
  border: 0px;
  border-radius: var(--radius-20);
  aspect-ratio: 1/1;
  max-width: 300px;
}
#configure-container #configure-content .pv-header .pv-product-preview img {
  max-height: 90%;
  padding: 0px;
  margin: 0px;
}
#configure-container #configure-content .pv-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  align-items: center;
}
#configure-container #configure-content .pv-label-col {
  width: 35%;
}
#configure-container #configure-content .pv-control-col {
  width: 60%;
}
#configure-container #configure-content .pv-label {
  font-family: "Amsi Pro Bold" !important;
  color: #000;
  font-weight: 700;
  display: block;
}
#configure-container #configure-content .pv-description {
  font-family: "Amsi Pro Regular" !important;
  color: #000;
  font-weight: 400;
}
#configure-container #configure-content .pv-color-box,
#configure-container #configure-content .pv-option-box,
#configure-container #configure-content .pv-input-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: left;
  align-items: center;
  padding: 25px;
  border-radius: var(--radius-20);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
  border: 0px;
  background-color: #fff;
}
#configure-container #configure-content .pv-color-box input[type="color"],
#configure-container #configure-content .pv-option-box input[type="color"],
#configure-container #configure-content .pv-input-box input[type="color"] {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  cursor: pointer;
}
#configure-container #configure-content .pv-color-box .pv-color-value,
#configure-container #configure-content .pv-option-box .pv-color-value,
#configure-container #configure-content .pv-input-box .pv-color-value {
  font-family: "Amsi Pro Regular" !important;
  color: #000;
  font-weight: 400;
}
#configure-container #configure-content .pv-upload-box {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  border: 1px dashed #C8C8C8;
  position: relative;
}
#configure-container #configure-content .pv-upload-box .pv-file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}
#configure-container #configure-content .pv-upload-box .pv-upload-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 20px;
  pointer-events: none;
}
#configure-container #configure-content .pv-upload-box .pv-upload-inner .pv-upload-icon {
  width: 32px;
  height: 32px;
  display: block;
  color: #000;
}
#configure-container #configure-content .pv-upload-box .pv-upload-inner .pv-upload-icon:before {
  width: 32px;
  height: 32px;
  content: '\e054' !important;
  font: var(--fa-font-solid);
  font-size: 32px;
}
#configure-container #configure-content .pv-upload-box .pv-upload-inner .pv-upload-btn {
  border: 0px;
  cursor: pointer;
}
#configure-container #configure-content .pv-upload-box .pv-upload-inner .pv-upload-btn span {
  margin-top: 2px;
}
#configure-container #configure-content .pv-upload-box .pv-upload-inner small {
  display: block;
  color: #666;
  font-family: "Amsi Pro Regular" !important;
  line-height: 140%;
  font-weight: 400;
  font-size: 11px;
}
#configure-container #configure-content .pv-image-preview {
  margin-top: 20px;
}
#configure-container #configure-content .pv-image-preview img {
  max-width: 200px !important;
  border-radius: 12px !important;
}
#configure-container #configure-content .pv-option-box {
  display: flex;
  gap: 40px;
  align-items: center;
}
#configure-container #configure-content .pv-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  min-width: 80px;
}
#configure-container #configure-content .pv-radio input {
  margin: 0px;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: black;
  flex-shrink: 0;
}
#configure-container #configure-content .pv-radio span {
  margin-top: 2px;
}
#configure-container #configure-content .pv-input-box {
  padding: 16px 25px;
}
#configure-container #configure-content .pv-input-box input[type="email"] {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 16px;
  outline: none;
  font-family: inherit;
  color: black;
}
#configure-container #configure-content .pv-input-box input[type="email"]::placeholder {
  color: #9a9a9a;
  font-weight: 400;
}
#configure-container #configure-content .pv-input-box input[type="email"]:focus {
  outline: none;
  box-shadow: none;
}
#configure-container #configure-content .pv-input-box:focus-within {
  box-shadow: 0 0 0 2px #ff2b2b;
  background: #fff;
}
#configure-container #configure-content .pv-footer {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#configure-container #configure-content .pv-btn {
  border: 0px;
  font-family: "Amsi Pro Bold" !important;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 700;
  line-height: 100%;
  padding: 0 32px !important;
}
#configure-container #configure-content .pv-btn.pv-btn-back {
  color: #000;
}
#configure-container #configure-content .pv-btn.pv-btn-back:before {
  content: '\f177' !important;
  font: var(--fa-font-light);
}
#configure-container #configure-content .pv-result-col {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: left;
  align-items: center;
  padding: 50px 25px;
  border-radius: var(--radius-20);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
  border: 0px;
  background-color: var(--red);
  color: #fff;
  margin-top: 20px;
}
#configure-container #configure-content .pv-result-col .form-message {
  color: #fff;
  background-color: transparent;
  border: none;
  padding: 0px;
  border: 0px;
  margin: 0px;
}
#configure-container #configure-content .pv-result-col .success-link {
  margin: 0px;
  border: 0px;
  padding: 0px;
}
#configure-container #configure-content .pv-result-col .success-link a {
  border: 0px;
  font-family: "Amsi Pro Bold" !important;
  color: #000;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 700;
  line-height: 100%;
}
#configure-container #configure-content .pv-result-col .success-link a:hover {
  text-decoration: none;
}
@media (max-width: 1000px) {
  #configure-container {
    padding: 0px 30px 0px 30px;
  }
  #configure-container #configure-content #product-design-form {
    gap: 40px;
  }
  #configure-container #configure-content .pv-row {
    flex-direction: column;
    gap: 15px;
  }
  #configure-container #configure-content .pv-label-col,
  #configure-container #configure-content .pv-control-col {
    width: 100%;
  }
  #configure-container #configure-content .pv-footer {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 680px) {
  #configure-container {
    padding: 0px 20px 0px 20px;
  }
  #configure-container #configure-content .pv-footer {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: stretch;
  }
  #configure-container #configure-content .pv-footer .pv-btn {
    width: 100%;
    text-align: center;
  }
  #configure-container #configure-content .pv-header {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
/********************************************************/
/*       TYPOGRAPHY                                     */
/********************************************************/
/********************************************************/
/*       FOOTER                                         */
/********************************************************/
#footer .social-icons {
  width: 70%;
  margin-left: auto;
  margin-right: 0px;
}
/********************************************************/
/*       STARTPAGE HERO SLIDER                          */
/********************************************************/
#startpage-hero-area .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
  margin: 0px;
}
#startpage-hero-area .nectar-flickity .flickity-prev-next-button {
  position: absolute !important;
  top: 0px;
  z-index: 10;
  transform: none;
  border-radius: 100% !important;
  border: 1px solid black;
}
#startpage-hero-area .nectar-flickity .flickity-prev-next-button:hover {
  border-radius: 100% !important;
  border: 1px solid black;
}
#startpage-hero-area .nectar-flickity .flickity-prev-next-button:before,
#startpage-hero-area .nectar-flickity .flickity-prev-next-button:hover:before {
  content: unset;
}
#startpage-hero-area .nectar-flickity .flickity-prev-next-button.next {
  left: 50%;
  margin-left: calc(2.5% + 55px);
}
#startpage-hero-area .nectar-flickity .flickity-prev-next-button.previous {
  left: 50%;
  margin-left: 2.5%;
  /* etwas weiter links in Richtung Text */
}
@media only screen and (max-width: 999px) {
  #startpage-hero-area .nectar-flickity.nectar-carousel {
    padding-top: 50px;
  }
  #startpage-hero-area .nectar-flickity .flickity-prev-next-button.previous,
  #startpage-hero-area .nectar-flickity .flickity-prev-next-button.next {
    left: 0px;
    top: 0px;
  }
}
/********************************************************/
/*       BUTTONS                                        */
/********************************************************/
/* Default arrow für Nectar button */
.icon-button-arrow:before {
  content: '\f178' !important;
  font: var(--fa-font-light);
}
.btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 54px;
  padding: 0 32px !important;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 54px;
  transition: all 0.3s ease;
  box-sizing: border-box;
  /* Text */
  /* Icon */
  /* ===== Variants ===== */
  /* Black */
  /* Red */
  /* White */
  /* Grey */
  /* Purple */
  /* Outline */
}
.btn-primary span {
  font-family: "Amsi Pro Bold" !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  transform: none !important;
  margin-top: 2px;
}
.btn-primary i {
  position: relative !important;
  font-size: 16px !important;
  transition: transform 0.3s ease !important;
  background: none !important;
  top: unset !important;
  border-radius: 0px !important;
  line-height: normal !important;
  height: auto !important;
  width: auto !important;
  right: unset !important;
  transform: none !important;
  /*font: var(--fa-font-light);*/
}
.btn-primary:hover i {
  transform: translateX(6px) !important;
}
.btn-primary.btn-black,
.btn-primary.btn-black:focus {
  background-color: #000 !important;
  color: #fff;
}
.btn-primary.btn-black:hover {
  background-color: var(--black-hover) !important;
}
.btn-primary.btn-red,
.btn-primary.btn-red:focus {
  background-color: var(--red) !important;
  color: #fff;
}
.btn-primary.btn-red:hover {
  background-color: var(--red-hover) !important;
}
.btn-primary.btn-white,
.btn-primary.btn-white:focus,
.btn-primary.btn-white.btn-primary.nectar-button {
  background-color: #fff !important;
  background: #fff !important;
  color: #000 !important;
}
.btn-primary.btn-white:hover,
.btn-primary.btn-white:hover.btn-primary.nectar-button {
  background-color: var(--white-hover) !important;
  background: var(--white-hover) !important;
  color: #000 !important;
}
.btn-primary.btn-grey,
.btn-primary.btn-grey:focus {
  background-color: var(--lightgrey) !important;
  color: #000;
}
.btn-primary.btn-grey:hover {
  background-color: var(--lightgrey) !important;
}
.btn-primary.btn-purple,
.btn-primary.btn-purple:focus {
  background-color: var(--purple) !important;
  color: #fff;
}
.btn-primary.btn-purple:hover {
  background-color: var(--purple-hover) !important;
}
.btn-primary.btn-outline,
.btn-primary.btn-outline:focus {
  background-color: transparent !important;
  color: #000;
  outline: 1px solid black;
}
.btn-primary.btn-outline:hover {
  background-color: transparent !important;
  outline: 2px solid black;
  color: #000;
}
/* ===================================================== */
/*               DOWNLOAD BUTTON                         */
/* ===================================================== */
.download {
  flex-direction: row-reverse;
  border-radius: 5px !important;
  height: 62px;
  padding-left: 0px !important;
}
.download span {
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Amsi Pro Regular" !important;
  white-space: wrap;
}
.download i {
  color: #0A0A0A;
  background-color: var(--lightgrey) !important;
  padding: 15px;
  border-radius: 10px !important;
  font-size: 32px !important;
}
.download:hover:before {
  background: var(--lightgrey) !important;
  border-radius: 5px !important;
}
/********************************************************/
/*       ICON BOXES                                     */
/********************************************************/
.box-white {
  border-radius: var(--radius-20);
  background: #fff;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1) !important;
}
.icon-box,
a.icon-box {
  display: flex;
  width: 190px;
  height: 190px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
  border-radius: var(--radius-20);
  animation: none !important;
  background-image: none;
  background-color: #fff;
  color: #000;
  padding: 50px;
  text-decoration: none !important;
}
.icon-box.boxshadow,
a.icon-box.boxshadow {
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.4) !important;
}
.icon-box img,
a.icon-box img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1/1;
  transition: all 0.25s ease;
  margin: 0px !important;
}
.icon-box:hover img,
a.icon-box:hover img {
  transform: scale(1.05);
}
.icon-box h4,
a.icon-box h4 {
  font-family: 'Amsi Pro Regular' !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  font-style: normal;
  line-height: 120% !important;
  color: #000 !important;
  text-align: center;
  margin: 0px !important;
}
/* LARGE Icon Box */
.icon-box.icon-box--large,
a.icon-box.icon-box--large,
.icon-box--large {
  width: 190px;
  height: 190px;
  gap: 10px;
  padding: 50px;
}
/* SMALL Icon Box */
.icon-box.icon-box--small,
a.icon-box.icon-box--small,
.icon-box--small {
  width: 100px;
  height: 100px;
  gap: 5px;
  padding: 0px;
}
.icon-box.icon-box--small img,
a.icon-box.icon-box--small img,
.icon-box--small img {
  width: 50% !important;
  height: 50% !important;
  margin-bottom: 0px;
}
.icon-box.icon-box--small h4,
a.icon-box.icon-box--small h4,
.icon-box--small h4 {
  font-size: 13px !important;
  text-decoration: none;
  margin: 0px;
}
@media (max-width: 992px) {
  .icon-box.icon-box--large,
  a.icon-box.icon-box--large,
  .icon-box--large {
    width: 160px;
    height: 160px;
    padding: 40px;
  }
  .icon-box.icon-box--large h4,
  a.icon-box.icon-box--large h4,
  .icon-box--large h4 {
    font-size: 14px;
    line-height: 16px;
  }
}
/********************************************************/
/*       BOXES                                          */
/********************************************************/
.contentbox {
  padding: 10px !important;
}
.contentbox > .vc_column-inner:first-of-type {
  padding: 30px !important;
  border-radius: var(--radius-20);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1) !important;
}
.contentbox.nopadding > .vc_column-inner:first-of-type {
  padding: 0px !important;
  border-radius: var(--radius-20);
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1) !important;
  overflow: hidden;
}
.contentbox h4 {
  margin-bottom: 10px !important;
}
/* white background */
.contentbox.white-box > .vc_column-inner:first-of-type {
  background: #fff;
  color: #000;
}
/* red background */
.contentbox.red-box > .vc_column-inner:first-of-type {
  background: var(--red);
  color: #fff;
}
/* purple background */
.contentbox.purple-box > .vc_column-inner:first-of-type {
  background: var(--purple);
  color: #fff;
}
/* clickable with arrow */
.contentbox.clickable:after {
  font: var(--fa-font-light);
  content: "\e0fa" !important;
  font-size: 32px;
  transition: all 0.25s ease;
  display: block;
  float: right;
  position: absolute;
  bottom: 75px;
  right: 45px;
  visibility: unset;
}
.contentbox.red-box.clickable:after {
  color: #fff;
}
.contentbox.white-box.clickable:after {
  color: #000;
}
.contentbox.clickable:hover:after {
  bottom: 72px;
  right: 42px;
}
.contentbox a.nectar-button.boxlink,
.contentbox a.nectar-button.boxlink:hover,
.contentbox a.nectar-button.boxlink:active,
.contentbox a.nectar-button.boxlink:focus {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background: none !important;
}
.contentbox a.nectar-button.boxlink span {
  display: none;
}
.contentbox.wpb_column span {
  font-family: 'Amsi Pro Black';
  font-weight: 900;
  font-size: 64px;
}
.contentbox.wpb_column .wpb_wrapper {
  position: relative;
}
/********************************************************/
/*       BLOG POSTS                                     */
/********************************************************/
/* Post Loop Builder Grid Übersicht */
#startpage-aktuelles .flickity-viewport,
#newspage-aktuelles .flickity-viewport {
  margin: 60px 0 !important;
}
#startpage-aktuelles .nectar-post-grid-item-bg-wrap,
#newspage-aktuelles .nectar-post-grid-item-bg-wrap,
#startpage-aktuelles .nectar-post-grid-item-bg,
#newspage-aktuelles .nectar-post-grid-item-bg {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
#startpage-aktuelles .nectar-post-grid-item,
#newspage-aktuelles .nectar-post-grid-item {
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2)) !important;
}
#startpage-aktuelles .nectar-post-grid-item .meta-excerpt,
#newspage-aktuelles .nectar-post-grid-item .meta-excerpt {
  max-width: 100%;
}
#startpage-aktuelles .nectar-post-grid-item .inner,
#newspage-aktuelles .nectar-post-grid-item .inner {
  height: 100%;
}
#startpage-aktuelles .nectar-post-grid-item .content,
#newspage-aktuelles .nectar-post-grid-item .content {
  margin-bottom: 30px;
}
#startpage-aktuelles .nectar-post-grid-item:after,
#newspage-aktuelles .nectar-post-grid-item:after {
  font: var(--fa-font-light);
  content: "\e0fa" !important;
  font-size: 32px;
  transition: all 0.25s ease;
  display: block;
  float: right;
  color: #000;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#startpage-aktuelles .nectar-post-grid-item:hover:after,
#newspage-aktuelles .nectar-post-grid-item:hover:after {
  bottom: 27px;
  right: 27px;
}
#startpage-aktuelles .nectar-post-grid-item__meta-wrap,
#newspage-aktuelles .nectar-post-grid-item__meta-wrap {
  font-size: 15px;
  font-style: italic;
  margin-top: 30px;
}
/* pagination positionierung startseite */
#startpage-aktuelles .flickity-page-dots {
  bottom: -40px !important;
}
@media (min-width: 1024px) {
  #startpage-aktuelles .flickity-page-dots {
    display: none;
  }
}
/*   Recent Posts Grid Detail   */
/* Gesamtwrapper */
body.single-post .container-wrap.news-single {
  padding-top: 40px !important;
  padding-bottom: 0px !important;
  background-color: var(--lightgrey);
}
/* HERO: zwei Spalten */
.news-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-bottom: 80px;
  background-color: var(--lightgrey);
}
.news-hero__content {
  flex: 1 1 45%;
}
.news-hero__image {
  flex: 1 1 45%;
}
.news-hero__image img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  display: block;
}
/* Breadcrumbs */
.news-breadcrumbs {
  font-size: 13px;
  margin-bottom: 12px;
  opacity: 0.7;
}
/* Titel + Intro */
.news-title {
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 16px;
  line-height: 130%;
}
.news-intro {
  font-size: 16px;
  line-height: 1.6;
}
/* Contentbereich */
.news-back-button {
  margin-top: 40px;
}
.news-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
/* NOCH MEHR NEWS */
.news-more {
  margin-top: 40px;
  margin-bottom: 80px;
}
.news-more__title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
.news-more__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
/* Karten */
.news-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.news-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.news-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
.news-card__body {
  padding: 18px 20px 16px;
  position: relative;
}
.news-card__date {
  font-size: 12px;
  margin-bottom: 6px;
  opacity: 0.7;
}
.news-card__title {
  font-size: 18px;
  margin-bottom: 8px;
}
.news-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.news-card__icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-size: 18px;
}
/* Responsive */
@media (max-width: 1024px) {
  .news-hero {
    flex-direction: column;
  }
  .news-more__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .news-more__grid {
    grid-template-columns: 1fr;
  }
}
/********************************************************/
/*       PRODUCT PAGE                                   */
/********************************************************/
#productpage-hero .product-icon {
  height: 90px;
  width: 90px;
  aspect-ratio: 1/1;
  color: #000;
}
#productpage-video .full-width-section .row-bg,
.wpb_row .row-bg {
  background-size: auto 50% !important;
}
@media (max-width: 992px) {
  #productpage-video .wpb_video_widget.vc_video-align-center .wpb_wrapper {
    width: 100%;
  }
}
/* Hero Gallery */
#productpage-hero .wpb_gallery .slides li,
#productpage-hero .wpb_gallery .slides li img {
  border-radius: var(--radius-20);
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  height: auto;
  max-height: none;
}
#productpage-hero .wpb_gallery .flex-direction-nav {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-20) 0px 0px 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: unset;
  left: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#productpage-hero .wpb_gallery .flex-direction-nav li {
  margin: 0px !important;
  padding: 0px !important;
}
#productpage-hero .wpb_gallery .flex-direction-nav a {
  height: 50px;
  width: 45px;
  border-radius: 0px;
  background: transparent;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#productpage-hero .wpb_gallery .flex-direction-nav a i {
  font-size: 32px;
  color: #000;
  transition: all 0.25s ease;
  transform: translateX(0);
}
#productpage-hero .wpb_gallery .flex-direction-nav a:hover i {
  font-size: 42px;
  color: var(--red);
}
#productpage-hero .wpb_gallery .flex-direction-nav a.flex-prev:hover i {
  transform: translateX(-3px);
}
#productpage-hero .wpb_gallery .flex-direction-nav a.flex-next:hover i {
  transform: translateX(3px);
}
#productpage-details .contentbox.white-box {
  padding: 0px !important;
}
/* === Bild/Textboxen als Menüelemente === */
.navibox {
  padding: 0px !important;
  background-color: #fff;
  border-radius: var(--radius-20);
  overflow: hidden;
}
.navibox .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 60px !important;
  padding-left: 40px !important;
}
.navibox .text:after {
  font: var(--fa-font-light);
  content: "\e0fa" !important;
  font-size: 24px;
  transition: all 0.25s ease;
  display: block;
  float: right;
  color: #000;
  position: absolute;
  bottom: 37px;
  right: 20px;
  visibility: visible;
}
.navibox:hover .text:after {
  bottom: 34px;
  right: 17px;
}
.navibox img {
  width: 100% !important;
  height: 105px !important;
  object-fit: cover !important;
}
.navibox a.nectar-button.boxlink,
.navibox a.nectar-button.boxlink:hover,
.navibox a.nectar-button.boxlink:active,
.navibox a.nectar-button.boxlink:focus {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background: none !important;
}
/********************************************************/
/*       FAQ                                            */
/********************************************************/
#productpage-faq .toggle h3.toggle-title a,
#faq .toggle h3.toggle-title a {
  color: #000;
  font-family: 'Amsi Pro Regular';
  font-weight: 400;
  font-size: 16px;
  background-color: transparent;
  padding: 25px 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  line-height: 20px;
  gap: 15px;
}
#productpage-faq .toggle h3.toggle-title a i,
#faq .toggle h3.toggle-title a i {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  color: #000 !important;
  font-size: 24px !important;
  height: auto !important;
  width: auto !important;
  line-height: normal !important;
  border: 0px !important;
}
#productpage-faq .toggle h3.toggle-title a i.fa-plus-circle:before,
#productpage-faq .toggle h3.toggle-title a i.fa-plus:before,
#faq .toggle h3.toggle-title a i.fa-plus-circle:before,
#faq .toggle h3.toggle-title a i.fa-plus:before {
  font: var(--fa-font-light);
  content: "\f055";
}
#productpage-faq .toggle h3.toggle-title a i.fa-minus-circle:before,
#faq .toggle h3.toggle-title a i.fa-minus-circle:before {
  font: var(--fa-font-light);
  content: "\f056";
}
#productpage-faq .toggle h3.toggle-title a i:after,
#faq .toggle h3.toggle-title a i:after {
  content: unset;
}
#productpage-faq .toggle,
#faq .toggle {
  padding: 0px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  border: 0px;
}
#productpage-faq .toggle > div,
#productpage-faq .toggle > div p,
#faq .toggle > div,
#faq .toggle > div p {
  box-shadow: none;
  border: none;
  font-size: 16px !important;
  line-height: 20px !important;
  color: var(--darkgrey);
}
#productpage-faq .toggle .inner-toggle-wrap,
#faq .toggle .inner-toggle-wrap {
  padding: 0 40px 25px 40px;
}
/********************************************************/
/*       TABS                                           */
/********************************************************/
.tabbed_content .tabbed ul.wpb_tabs_nav {
  margin: 0;
  background: none;
  display: inline-block;
  border-radius: var(--radius-20) var(--radius-20) 0 0;
  background-color: var(--lightgrey);
  overflow: hidden;
  z-index: 200;
  position: relative;
}
.tabbed_content .tabbed ul.wpb_tabs_nav li {
  background: none !important;
  float: left;
}
.tabbed_content .tabbed ul.wpb_tabs_nav li a {
  height: 100px;
  padding: 25px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-family: 'Amsi Pro Bold';
  font-weight: 700;
  font-size: 16px;
  border: 0;
  color: #000;
  text-align: left;
  background-image: none;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.045);
  line-height: 1.2em;
}
.tabbed_content .tabbed ul.wpb_tabs_nav li a span {
  white-space: normal;
}
.tabbed_content .tabbed ul.wpb_tabs_nav li a::before {
  content: "\f00c";
  font: var(--fa-font-light);
  font-size: 14px;
}
.tabbed_content .tabbed ul.wpb_tabs_nav li a.active-tab {
  background-color: #fff !important;
  color: var(--red) !important;
  border: none !important;
  box-shadow: inset 0 8px 0 -4px var(--red);
}
.tabbed_content .tabbed ul.wpb_tabs_nav li a.inactive {
  color: rgba(0, 0, 0, 0.3) !important;
  pointer-events: none !important;
}
.tabbed_content .tabbed ul.wpb_tabs_nav li a.inactive:before {
  content: "\f00d";
}
.tabbed_content .wpb_tab {
  background-color: #fff;
  border-radius: 0 var(--radius-20) var(--radius-20) var(--radius-20);
  padding: 40px;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1) !important;
  top: -9px !important;
  z-index: 100;
  position: relative;
}
.tabbed_content .wpb_tab.wpb_ui-tabs-hide {
  display: none;
}
.tabbed_content .wpb_tab.inactive {
  opacity: 0.5;
  pointer-events: none !important;
}
.tabbed_content .wpb_tab .wpb_content_element {
  margin: 0;
}
.tabbed_content #tab-unbreakable .wpb_content_element {
  margin-right: 130px !important;
}
.tabbed_content #tab-unbreakable .wpb_content_element:before {
  position: absolute;
  top: 30px;
  right: 20px;
  content: "";
  display: inline-block;
  width: 140px;
  height: 140px;
  background-image: url("../../../uploads/2025/11/unbreakable-siegel.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(10deg);
}
@media (max-width: 1400px) {
  .tabbed_content .tabbed ul.wpb_tabs_nav li {
    max-width: 200px;
  }
}
@media (max-width: 1160px) {
  .tabbed_content .tabbed ul.wpb_tabs_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .tabbed_content .tabbed ul.wpb_tabs_nav li {
    width: 100%;
    max-width: 100%;
  }
  .tabbed_content .tabbed ul.wpb_tabs_nav li a {
    padding: 25px 5px;
    align-items: center;
    text-align: center;
    font-size: 12px !important;
    line-height: 14px;
    justify-content: flex-start;
    gap: 10px;
  }
  .tabbed_content .wpb_tab {
    border-radius: 0 0 var(--radius-20) var(--radius-20);
  }
}
/********************************************************/
/*       BREADCRUMBS                                    */
/********************************************************/
.custom-breadcrumbs {
  display: flex;
  list-style: none;
  gap: 0.5em;
  font-size: 0.85em;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 0px;
}
.custom-breadcrumbs li {
  list-style: none;
  color: var(--darkgrey);
}
.custom-breadcrumbs li::after {
  content: "›";
  margin-left: 0.5em;
}
.custom-breadcrumbs li:last-child::after {
  content: "";
}
.custom-breadcrumbs a {
  text-decoration: none !important;
  color: var(--darkgrey);
  font-family: 'Amsi Pro Regular';
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 992px) {
  .custom-breadcrumbs {
    gap: 0.2em;
  }
  .custom-breadcrumbs li::after {
    margin-left: 0.2em;
  }
}
/********************************************************/
/*       RELATED PRODUCTS                               */
/********************************************************/
.related-products-grid,
.related-products-grid div {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/********************************************************/
/*       KONTAKTFORMULAR                                */
/********************************************************/
.skanbo-form .btn-primary.btn-black {
  width: 100%;
  font-family: "Amsi Pro Bold" !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 700;
  line-height: normal;
  height: 54px;
  padding: 0 32px !important;
}
.skanbo-form .wpforms-required-label {
  color: #fff !important;
}
.skanbo-form input[type=text],
.skanbo-form input[type=email],
.skanbo-form select,
.skanbo-form textarea {
  padding-top: 14px !important;
  padding-bottom: 10px !important;
  font-family: "Amsi Pro Regular" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400;
  line-height: 16px;
  background-color: #fff !important;
  line-height: 16px !important;
}
.skanbo-form input[type=text]:focus,
.skanbo-form input[type=email]:focus,
.skanbo-form select:focus,
.skanbo-form textarea:focus {
  border-color: #000 !important;
}
.skanbo-form input[type=submit].btn-primary {
  width: 100%;
  font-family: "Amsi Pro Bold" !important;
  font-size: 17px !important;
  font-style: normal !important;
  font-weight: 700;
  line-height: normal;
  height: 54px;
  padding: 0 32px !important;
  background-color: #000;
}
.skanbo-form .btn-primary.btn-black:hover {
  background-color: var(--black-hover) !important;
  opacity: 1;
}
.skanbo-form .wpforms-field-label,
.skanbo-form label,
.skanbo-form legend {
  font-family: "Amsi Pro Regular" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  margin-bottom: 5px !important;
}
.skanbo-form .wpforms-confirmation-container-full {
  border: 0px !important;
  color: #fff !important;
  background-color: var(--red) !important;
}
.skanbo-form .wpforms-confirmation-container-full p {
  color: #fff !important;
}
/********************************************************/
/*       TEAM                                           */
/********************************************************/
.team-member img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 4/3 !important;
  margin: 20px 0 !important;
  transform: scale(1);
  transition: all 1s cubic-bezier(0, 1, 0.5, 1);
}
.team-member:hover img {
  transform: scale(1.05);
}
.team-member h4 {
  font-family: "Amsi Pro Bold" !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700;
}
.team-member .position {
  font-family: "Amsi Pro Regular" !important;
}
.team-member .social li {
  margin: 5px 0;
  width: 100%;
  font-size: 17px !important;
}
.team-member .social li a {
  font-size: 17px !important;
}
.team-member .social li:hover a,
.team-member .social li:hover i,
.team-member .social.extra-color-3 li:hover a {
  color: var(--red) !important;
}
.team-member .social li:after {
  content: "";
  display: none;
}
/********************************************************/
/*       TABELLE                                        */
/********************************************************/
.custom-table .table-scroll-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: var(--radius-20);
  position: relative;
  background-color: #fff;
}
.custom-table table {
  min-width: 800px;
  /* Oder mehr, je nach Anzahl der Spalten */
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  overflow: hidden;
  border-radius: var(--radius-20);
  background: #fff;
  border-top: 0px !important;
  font-family: 'Amsi Pro Regular';
  font-weight: 400;
}
.custom-table table td,
.custom-table table th {
  padding: 20px 15px !important;
  text-align: left;
  border-bottom: 1px solid #eee !important;
  border-left: none !important;
  border-right: none !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.custom-table table td img,
.custom-table table th img {
  max-width: 150px !important;
}
.custom-table table td {
  padding: 15px !important;
  transition: background-color 0.3s ease;
  vertical-align: middle;
}
.custom-table table th {
  background-color: #fff;
  font-size: 17px;
  border-top: 0px !important;
  font-family: 'Amsi Pro Bold';
  font-weight: 700;
}
.custom-table table tr:last-child td {
  border-bottom: none !important;
}
.custom-table table .custom-table table .custom-table table .custom-table table tbody tr {
  background-color: #fff;
}
.custom-table table tbody tr:hover td {
  background-color: var(--darkgrey);
}
.custom-table.eventtrailer-m table td:first-child,
.custom-table.eventtrailer-m table th:first-child {
  padding-left: 40px !important;
}
.custom-table.eventtrailer-m table td:last-child,
.custom-table.eventtrailer-m table th:last-child {
  padding-right: 40px !important;
}
/* Eventtrailer M */
.custom-table.eventtrailer-m table td:nth-child(2),
.custom-table.eventtrailer-m table th:nth-child(2) {
  background-color: var(--lightgrey);
  color: var(--red);
}
.custom-table.eventtrailer-m table tbody tr:hover td:nth-child(2),
.custom-table.eventtrailer-m table tbody tr:hover th:nth-child(2) {
  background-color: var(--darkgrey);
}
.custom-table.eventtrailer-m table th:nth-child(2) {
  color: var(--red) !important;
  background-color: var(--lightgrey);
  border-top: 5px solid var(--red) !important;
}
/* Eventtrailer L */
.custom-table.eventtrailer-l table td:nth-child(3),
.custom-table.eventtrailer-l table th:nth-child(3) {
  background-color: var(--lightgrey);
  color: var(--red);
}
.custom-table.eventtrailer-l table tbody tr:hover td:nth-child(3),
.custom-table.eventtrailer-l table tbody tr:hover th:nth-child(3) {
  background-color: var(--darkgrey);
}
.custom-table.eventtrailer-l table th:nth-child(3) {
  color: var(--red) !important;
  background-color: var(--lightgrey);
  border-top: 5px solid var(--red) !important;
}
/* Eventtrailer XL */
.custom-table.eventtrailer-xl table td:nth-child(4),
.custom-table.eventtrailer-xl table th:nth-child(4) {
  background-color: var(--lightgrey);
  color: var(--red);
}
.custom-table.eventtrailer-xl table tbody tr:hover td:nth-child(4),
.custom-table.eventtrailer-xl table tbody tr:hover th:nth-child(4) {
  background-color: var(--darkgrey);
}
.custom-table.eventtrailer-xl table th:nth-child(4) {
  color: var(--red) !important;
  background-color: var(--lightgrey);
  border-top: 5px solid var(--red) !important;
}
/********************************************************/
/*       STICKY CONTACT SIDEBAR                         */
/********************************************************/
#sticky-contact-bar {
  position: fixed;
  right: 0;
  bottom: 20%;
}
.sticky-contact-sidebar {
  background-color: #000;
  border-radius: 8px 0 0 8px;
  padding: 10px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sticky-contact-sidebar a {
  color: #fff !important;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  transition: background 0.2s ease;
  transform: scale(1);
  background: none !important;
  text-decoration: none !important;
}
.sticky-contact-sidebar a:hover {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  transform: scale(1.1);
  color: #fff;
}
@media (max-width: 992px) {
  #sticky-contact-bar {
    position: fixed;
    right: 0px;
    bottom: 10px;
    margin: 0px !important;
  }
  .sticky-contact-sidebar {
    border-radius: 8px 0 0 8px;
    padding: 10px;
    flex-direction: column;
    gap: 5px;
  }
  .sticky-contact-sidebar a {
    height: 40px;
    width: 40px;
    font-size: 24px;
  }
}
/********************************************************/
/*       EINSATZGEBIETE                                 */
/********************************************************/
#einsatzgebiete-usecase .flickity-prev-next-button.previous {
  left: -60px;
}
#einsatzgebiete-usecase .flickity-prev-next-button.next {
  right: -60px;
}
@media only screen and (max-width: 999px) {
  #einsatzgebiete-usecase .flickity-prev-next-button {
    transform: scale(1);
  }
  #einsatzgebiete-usecase .flickity-prev-next-button.previous {
    left: 0px;
    top: -60px;
  }
  #einsatzgebiete-usecase .flickity-prev-next-button.next {
    left: 60px;
    right: auto;
    top: -60px;
  }
}
@media only screen and (max-width: 690px) {
  #einsatzgebiete-usecase .flickity-prev-next-button {
    transform: scale(1);
  }
}
/********************************************************/
/*       UNBREAKABLE LANDINGPAGE                        */
/********************************************************/
#unbreakable-hero .badges .nectar-badge {
  justify-self: center;
}
#unbreakable-hero .badges .nectar-badge .nectar-badge__inner {
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: fit-content;
  gap: 15px;
  padding: 10px !important;
  padding-right: 30px !important;
}
#unbreakable-hero .badges .nectar-badge .nectar-badge__inner i {
  background-color: var(--red);
  border-radius: 100%;
  aspect-ratio: 1/1;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 8px;
}
#unbreakable-hero .badges .nectar-badge .nectar-badge__inner i:before {
  padding: 3px;
}
/********************************************************/
/*                      BORLABS                         */
/********************************************************/
/* YOUTUBE CONTENT BLOCKER */
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-main {
  background-color: rgba(255, 255, 255, 0.6) !important;
  max-height: 250px;
  justify-content: center !important;
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-play-button {
  display: none !important;
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-buttons {
  align-items: center !important;
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-buttons a[data-borlabs-cookie-unblock] {
  display: none !important;
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-btn {
  gap: 10px;
  width: fit-content;
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c .brlbs-cmpnt-cb-btn::after {
  font: var(--fa-font-light);
  content: "\f04b";
  font-weight: 900;
  margin-right: 10px;
  display: inline-block;
}
body .brlbs-cmpnt-container.brlbs-cmpnt-content-blocker a.brlbs-cmpnt-cb-provider-toggle {
  color: #555 !important;
  text-decoration: underline !important;
}
/********************************************************/
/*       BOOKING FORM                                   */
/********************************************************/
.skanbo-booking-calendar .wpbc_wizard__border_container {
  border: none;
  box-shadow: none;
}
.skanbo-booking-calendar .wpbc_wizard__border_container .bfb_element {
  min-width: 400px;
}
.skanbo-booking-calendar .wpbc_wizard__border_container .datepick-inline {
  padding: 10%;
}
.skanbo-booking-calendar .wpbc_wizard__border_container .datepick-inline .datepick-header,
.skanbo-booking-calendar .wpbc_wizard__border_container .datepick-inline .datepick-header span {
  font-size: 18px;
  margin-right: 5px;
}
.skanbo-booking-calendar .wpbc_wizard__border_container .datepick-inline:not(.datepick-multi) .datepick-header {
  padding: 0px;
}
.skanbo-booking-calendar .wpbc_wizard__border_container .datepick-inline .calendar-links .datepick-next a,
.skanbo-booking-calendar .wpbc_wizard__border_container div.datepick-inline .calendar-links .datepick-prev a {
  font-size: 48px;
}
/********************************************************/
/*       MISC                                           */
/********************************************************/
h2 {
  text-transform: uppercase;
}
/* --- Badge --- */
.nectar-badge .nectar-badge__inner {
  font-family: 'Amsi Pro Black';
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 16px 7px 16px !important;
  border-radius: 4px;
}
/* Skanbo Siegel  */
.siegel-animation {
  display: inline-block;
  animation: wiggle-rotate 1.5s ease-in-out infinite alternate !important;
  transform-origin: center center !important;
}
#startpage-counter .white-box i {
  float: right;
}
#startpage-configurator .row-bg.using-image {
  background-size: cover !important;
}
@keyframes wiggle-rotate {
  0% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.text-shadow-large {
  text-shadow: 0 0 80px #000;
}
/* Aufzählung   */
.skanbo-list {
  padding: 0px !important;
  margin: 0px !important;
}
.skanbo-list ul {
  padding-left: 0;
  list-style: none !important;
  padding-left: 1.5em;
  margin-left: 0;
}
.skanbo-list ul li {
  list-style: none !important;
  position: relative;
  padding-left: 0em;
  margin-bottom: 0.5em !important;
  line-height: 1.5;
  margin-left: 0px;
}
/* Icon hinzufügen */
.skanbo-list ul li::marker {
  content: "";
}
.skanbo-list ul li::before {
  content: "\f067";
  font: var(--fa-font-light);
  position: absolute;
  left: -1.5em;
  top: 0.3em;
  color: currentColor;
  font-size: 0.9em;
}
/* Optional: Hover-Effekt */
.skanbo-list ul li:hover::before {
  color: #000;
  transition: color 0.2s ease;
}
.hidden {
  display: none;
}
@media (min-width: 1000px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 999px) {
  .desktop-only {
    display: none !important;
  }
}
.wpb_video_wrapper {
  border-radius: var(--radius-20);
  overflow: hidden;
}
/* 404 Errorpage */
body.error404 .error-404-bg-img {
  background-size: contain !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}
