/*
        Theme Name: its2023
        Theme URI: https://www.its-sicherheit.de
        Author: Markus Metzger - Webentwicklung
        Author URI: https://www.metzger-webentwicklung.com
        Description: 2-spaltiges Theme mit einer Sidebar links und grosser Content-Spalte rechts
        Version: 1.0
        License: GNU General Public License v2 or later
        License URI: http://www.gnu.org/licenses/gpl-2.0.html
        Tags: Wordpress, Child Theme
        Text Domain: ITS2023

        Template: twentytwenty
*/
@charset "UTF-8";
/* ---------------------------- ANCHOR Allgemein---------------------------- */
html,
body,
p,
span,
div {
  font-family: "Poppins", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
b,
strong {
  font-family: "Sora", sans-serif !important;
}
nav ul li a {
  font-family: "Sora", sans-serif !important;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* ---------------------------- ANCHOR Header Hauptmenü ---------------------------- */
#site-header {
  z-index: 9999 !important;
}
header .wrap-outer .wrap-outer {
  margin: 0 0;
}
.header-navigation-wrapper {
  background-color: #fff;
  border-bottom: 2px solid #ddd;
}
.header-navigation-wrapper ul.primary-menu > li > a {
  color: #fff;
  padding: 5px 0 15px;
  margin-right: 0px;
  color: #00447c;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Sora", sans-serif;
  letter-spacing: 0px !important;
}
.header-navigation-wrapper ul li span.icon {
  color: #00447c !important;
  top: 8px;
}
.primary-menu li {
  position: relative;
}
.primary-menu li::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #00447c;
  transition: 0.5s ease;
  border-radius: 25px;
  z-index: 1;
}
.primary-menu li.active:before,
.primary-menu li.active:before,
.primary-menu li:hover:before,
.primary-menu li:hover:before {
  width: 100%;
}
.header-navigation-wrapper ul.primary-menu > li > .icon {
  right: -22px;
}

.primary-menu .icon::before {
  height: 0.8rem;
  width: 0.2rem;
}
.primary-menu .icon::after {
  height: 0.2rem;
  width: 0.8rem;
}
.nav-flex {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.nav-flex ul li.menu-item {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .wp-custom-logo .header-titles {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .site-logo img {
    margin: 15px 0 15px;
  }
  .sticky .site-logo img {
    margin: 0;
  }
}
/* --------------------------- STICKY --------------------------- */
.sticky .primary-menu li::before {
  bottom: -17px;
}
/* Standardmäßig Logo ausblenden */
.logo-wrapper {
  display: none;
}
#site-header .flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* Logo anzeigen, wenn die sticky-Klasse hinzugefügt wurde */
.sticky .logo-wrapper {
  display: flex;
}
.sticky .custom-logo,
.sticky .menu-logo {
  width: 140px;
  height: 100% !important;
  transition: width 0.3s ease;
  padding: 0px 0;
  position: relative;
  left: 0px;
  top: 0px;
}
.sticky .primary-menu-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0px;
}
header .sticky #main-nav-search-field {
  margin-top: 15px;
}
#main-nav-search-field form {
  position: relative;
  margin-right: 5px;
}
/*Suche Sticky*/
.sticky-search {
  display: none;
}
.sticky .sticky-search {
  display: flex;
}
.sticky.header-navigation-wrapper ul.primary-menu > li > a {
  padding: 5px 0 0px;
}
/* .sticky #main-nav-search-field form {
  position: fixed;
  top: 0;
} */
/*active*/
/* Balken bei Hover aktivieren */
.primary-menu li:hover::before {
  width:calc(100%); /* Balken breitet sich über die gesamte Breite des Listenelements aus */
}
/* Balken für die aktive Seite immer anzeigen */
.primary-menu .current-menu-item::before {
  width: 100%; /* Balken bleibt für die aktive Seite sichtbar */
}

.sticky #main-nav-search-field form {
  position: relative;
  margin-right: 5px;
  top: 15px;
}

@media (min-width: 1280px) {
  ul.primary-menu {
    margin: 0;
    float: left;
    padding-left: 0;
  }
  .header-navigation-wrapper.sticky ul.primary-menu {
    margin: 0;
    float: left;
    padding-left: 0;
  }
  .primary-menu > li {
    margin: 0.8rem 4rem 0.8rem 0rem;
  }
}
@media only screen and (min-width: 1000px) {
  .header-navigation-wrapper.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.22);
    height: auto;
    color: #00447c;
    padding: 15px 0 15px;
  }
  .header-titles .site-title,
  .header-titles .site-logo,
  .header-titles .site-description {
    margin: 0rem 0 0 0rem;
  }
}
/*---------------------- Submenu ----------------------*/
#products-sub-menu {
  z-index: 99999 !important;
}
.navigation-product-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
}
.header-navigation-wrapper ul li #products-sub-menu li {
  position: relative;
  background-color: #f3f3f3;
  text-decoration: none;
}
/*Trennlinie*/
.header-navigation-wrapper ul li #products-sub-menu li::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 15px;
  right: 15px;
  width: calc(100% - 15px);
  height: 1px;
  background-color: #ddd;
  transition: 0.5s ease;
  border-radius: 25px;
  z-index: 99;
}
.primary-menu #products-sub-menu a {
  color: #999;
  transition: 0.5s ease;
}
.primary-menu #products-sub-menu a:hover {
  color: #00447c;
}
.navigation-product-sub-menu-left .active a {
  position: relative;
  text-decoration: none;
}
.navigation-product-sub-menu-left .active a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 25px;
  width: 100px;
  height: 4px;
  background-color: #00447c;
  transition: 0.5s ease;
  border-radius: 25px;
  z-index: 10;
}
/*Trennlinie Animation Blau*/
.header-navigation-wrapper ul li #products-sub-menu li::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00447c;
  transition: 0.5s ease;
  border-radius: 25px;
  z-index: 10000;
}
.header-navigation-wrapper ul li #products-sub-menu li:hover::after {
  width: 100%;
}
.header-navigation-wrapper ul li #products-sub-menu li a {
  background-color: #f3f3f3;
  position: relative;
  padding-left: 15px;
  width: fit-content;
}
/*Listenpunkt Animation*/
/* .header-navigation-wrapper ul li #products-sub-menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #00447c;
  transition: all 0.3s linear;
}
.header-navigation-wrapper ul li #products-sub-menu li a:hover:after {
  opacity: 1;
  left: 5px;
} */

.header-navigation-wrapper ul li #products-sub-menu li.active a,
.header-navigation-wrapper
  ul
  li
  #products-sub-menu
  .navigation-product-sub-menu-right
  ul
  li.active
  a,
nav .sub-menu li.active a {
  position: relative;
  color: #00447c;
  text-decoration: none;
}
.primary-menu ul.sub-menu a {
  color: #999;
}
.primary-menu ul.sub-menu a:hover,
.primary-menu ul.sub-menu a:focus {
  color: #00447c;
  text-decoration: none;
}
nav .sub-menu li a::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 15px;
  width: 0;
  height: 2px;
  background-color: #00447c;
  transition: 0.5s ease;
  border-radius: 25px;
  z-index: 99;
}
nav .sub-menu li a:hover::before {
  width: 100%;
  transition: 0.5 ease;
}
.header-navigation-wrapper ul li #products-sub-menu li a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 15px;
  width: 0px;
  height: 2px;
  background-color: #00447c;
  transition: 0.5s ease;
  border-radius: 25px;
  z-index: 999;
}
.header-navigation-wrapper ul li #products-sub-menu li a:hover::before {
  width: 98%;
}

.primary-menu ul {
  background-color: #f3f3f3;
  color: #013e79;
  border-radius: 0;
}
.navigation-product-sub-menu-left li {
  margin: 0px 0;
  padding: 5px 0 5px;
}
.navigation-product-sub-menu-right ul li {
  padding: 8px 0px 5px;
  margin-left: 0;
}
.header-navigation-wrapper ul li .sub-menu li {
  position: relative;
  background-color: #f3f3f3;
  text-decoration: none;
  margin: 5px auto;
  padding-right: 10px;
  width: 100%;
  min-width: 240px;
}
.header-navigation-wrapper ul li .sub-menu li::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 15px;
  width: calc(100% - 15px);
  height: 1px;
  background-color: #aaa;
  transition: 0.5s ease;
  border-radius: 25px;
  z-index: 99;
}
.header-navigation-wrapper ul li .sub-menu li::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00447c;
  transition: 0.5s ease;
  border-radius: 25px;
  z-index: 999;
}
.header-navigation-wrapper ul li .sub-menu li:hover::after {
  width: 100%;
}
.header-navigation-wrapper ul li .sub-menu li a {
  background-color: transparent !important;
  position: relative;
  padding-left: 15px;
  padding-bottom: 5px;
  padding-top: 10px;
}
.header-navigation-wrapper ul li .sub-menu li a::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #00447c;
  transition: all 0.3s linear;
}
.header-navigation-wrapper ul li .sub-menu li a:hover:after {
  opacity: 1;
  left: 10px;
}
.header-navigation-wrapper ul li .sub-menu {
  padding: 0px;
}
.sub-menu-visible li a {
  padding-top: 12px !important;
  padding-bottom: 8px !important;
}
/*-------- SEARCH --------*/
header #main-nav-search-field form input {
  height: 30px !important;
  border: none !important;
  padding: 0 0 0 40px !important;
  background: #f2f5f8 !important;
  transition: all 0.3s ease !important;
  padding-left: 55px !important;
  border-radius: 50px !important;
}
header #main-nav-search-field {
  float: right;
  /* max-width: 580px; */
  margin-top: 0px;
  scale: 1;
}
header #s::placeholder {
  color: #aaa;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
header #search-submit {
  background: transparent;
  padding: 8px;
  position: absolute;
  left: 10px;
  top: 3px;
  font-size: 20px;
  color: #00447c;
  width: 30px;
  height: 30px;
}
#site-header .header-slogan {
  display: flex;
  justify-content: flex-start;
}
header #main-nav-search-field i.fa-magnifying-glass {
  color: #00447c;
  position: absolute;
  right: auto;
  left: 4px;
  top: 4px;
  font-size: 18px;
}
header #main-nav-search-field input {
  width: 100% !important;
  transition: 0.3s ease;
}
/* header #main-nav-search-field input:focus {
  width: 100% !important;
  max-width: 100% !important;
  transition: 0.3s ease-in-out;
} */
#site-header .header-slogan {
  z-index: 99999 !important;
  position: relative;
  top: -10px;
}
header #ajax-search-result-wrapper {
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  background: #f9f9f9;
  position: absolute;
  z-index: 99999 !important;
  border-right: 0px solid #e01e42;
  border-bottom: 0px solid #e01e42;
  border-left: 0px solid #e01e42;
  width: 350px;
  border-radius: 12px;
  position: fixed;
  height: auto;
}
div#ajax-search-result-wrapper:after {
  display: none;
}
#ajax-search-result-wrapper ul {
  margin: 0 0 0 5px;
}
#ajax-search-result-wrapper ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  margin: 0;
  /*   position: fixed; */
}
#ajax-search-result-wrapper li:hover,
#ajax-search-result-wrapper li:focus {
  border-radius: 12px;
}
#ajax-search-result-wrapper ul li a {
  color: #00447c !important;
}
#ajax-search-result-wrapper ul li p.desc {
  display: none;
}
#ajax-search-result-wrapper ul li#show-all-results {
  background: #00457c;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 5px 0 0;
  padding: 6px 15px;
  border-radius: 12px;
  border: 2px solid #00457c;
  transition: 0.3s ease-in-out;
}
#ajax-search-result-wrapper ul li#show-all-results:hover {
  background: #fff;
  color: #00457c;
  border: 2px solid #00457c;
}

/* --------------------------- ANCHOR List Section -------------------------- */
.circle-list ul {
  margin: 0;
}
.circle-list li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 40px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  margin-left: 0;
  height: 58px;
  hyphens: auto;
}
.circle-list li:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eaeaea;
  box-shadow: 0 0 0 2px #00447c, 0 0 0 9px #eaeaea;
}
.button-style-white .elementor-button svg {
  margin: 0px auto !important;
}
/* Standard Button-Styling für button-style-white */
.button-style-white .elementor-button {
  position: relative;
  color: #00447c;
  background-color: #fff;
  border: 2px solid #00447c;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
/* Pseudo-Element für die animierte Hintergrundfarbe */
.button-style-white .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00447c;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.44s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  z-index: -1;
}
.button-style-white .elementor-button:hover::before {
  transform: scaleX(1);
}
.button-style-white .elementor-button:hover {
  color: #fff;
  border-color: #00447c;
}
.button-style-white .elementor-button:hover span {
  color: #fff;
}
.button-style-white .elementor-button:hover span svg {
  fill: #fff !important;
}
li.elementor-editor-element-setting.elementor-editor-element-edit {
  list-style: none !important;
}
/* --------------------------- ANCHOR HOME SMART SLIDER -------------------------- */
.button-style-white .n2-ss-button-container svg {
  margin: 0px auto !important;
}
/* Standard Button-Styling für button-style-white */
.button-style-white .n2-ss-button-container a {
  position: relative !important;
  color: #00447c !important;
  background-color: #fff !important;
  border: 2px solid #00447c !important;
  border-radius: 5px !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transition: color 0.3s ease-in-out !important;
  text-decoration: none !important;
  padding: 20px 20px !important;
  background-image: linear-gradient(90deg, #00447c 50%, #fff 50%) !important;
  background-size: 200% 100% !important;
  background-position: 100% 0 !important;
  transition: all 0.44s ease-in-out !important;
  font-weight: 600 !important;
}
/* Hover-Effekt für die Animation */
.button-style-white .n2-ss-button-container a:hover {
  background-position: 0 0 !important;
  color: #fff !important;
  border-color: #00447c !important;
}
.button-style-white .n2-ss-button-container svg {
  margin: 0px auto !important;
}
/* Standard Button-Styling für button-style-white */
.button-style-red .n2-ss-button-container a {
  position: relative !important;
  color: #222 !important;
  background-color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 5px !important;
  z-index: 1 !important;
  overflow: hidden !important;
  transition: color 0.3s ease-in-out !important;
  text-decoration: none !important;
  padding: 20px 20px !important;
  background-image: linear-gradient(90deg, #e31d3c 50%, #fff 50%) !important;
  background-size: 200% 100% !important;
  background-position: 100% 0 !important;
  transition: all 0.44s ease-in-out !important;
  font-weight: 600 !important;
}
/* Hover-Effekt für die Animation */
.button-style-red .n2-ss-button-container a:hover {
  background-position: 0 0 !important;
  color: #fff !important;
  border: 2px solid #e31d3c !important;
}
.main-slider .n2-bullet {
  width: 10px;
  padding: 3px !important;
  border-radius: 1px !important;
  transition: 0.3s ease-in-out;
}
.main-slider .n2-active {
  background: #e31d3c;
  width: 20px;
  padding: 3px !important;
  border-radius: 1px !important;
  transition: 0.3s ease-in-out;
}
.main-slider .n2-ss-section-main-content h1,
.main-slider .n2-ss-section-main-content h2,
.main-slider .n2-ss-section-main-content p {
  text-shadow: none;
}
.main-slider .n2-ss-section-main-content h1,
.main-slider .n2-ss-section-main-content h2,
.main-slider .n2-ss-section-main-content p {
  color: #013f77 !important;
}
/* ---------------------------- ANCHOR Home Info Boxen --------------------------- */
.info-box-wrapper {
  box-shadow: 0px 5px 83px 0px rgba(27, 26, 26, 0.12);
}
.info-box:hover {
  background-color: #00447c !important;
  cursor: pointer !important;
  transition: 0.3s ease-in-out;
}
.info-box:hover svg path {
  fill: #fff !important;
  transition: 0.3s ease-in-out;
}
.info-box:hover a svg {
  fill: #fff !important;
  transition: 0.3s ease-in-out;
}
.info-box:hover h3,
.info-box:hover p,
.info-box:hover a span {
  transition: 0.3s ease-in-out;
  color: #fff !important;
}
/* ---------------------------- ANCHOR Kategorien --------------------------- */
/*--------- Filter Button ---------*/
section#primary.site-content .show-product-comparison,
.filter-open-header {
  display: inline-block;
  padding: 5px 0px 2px 0px;
  margin-left: 15px;
  margin-bottom: -15px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 2;
  height: 36px;
  position: relative !important;
  color: #00447c !important;
  background-color: transparent !important;
  border: 0px solid #00447c !important;
  z-index: 0 !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: all 0.44s ease-in-out !important;
  font-weight: 600 !important;
  top: -10px;
}

.filter-open-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 0;
  height: 3px;
  background-color: #00447c;
  border-radius: 3px;
  z-index: 100;
}
.filter-open-header:hover::before {
  width: 100%;
  transition: 0.5s ease;
}
section#primary.site-content #product-filters {
  background-color: #f4f4f4;
  transition: height 400ms linear;
  padding: 15px 25px;
  border: 0px solid #013f77;
  border-radius: 6px;
  margin-left: 5px;
  margin-top: 10px;
  position: relative;
  top: 0px;
}
section#primary.site-content #filter_selected_options li {
  display: inline-block;
  list-style: none;
  background-color: transparent;
  color: #013f77;
  border: 0 !important;
  line-height: 1.4;
  padding: 7px 20px 7px 0px;
  margin: 5px 10px 5px 15px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 600;
  position: relative;
}
section#primary.site-content #filter_selected_options li:before {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #013f77;
  position: absolute;
  left: -15px;
  top: 9px;
  font-size: 14px;
  font-weight: 600;
}
section#primary.site-content #filter_selected_options li::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -15px;
  width: 0;
  height: 2px;
  background-color: #00447c;
  border-radius: 3px;
  z-index: 100;
}
section#primary.site-content #filter_selected_options li:hover::after {
  width: 100%;
  transition: 0.5s ease;
}

button#filter_clear_all_filters,
button#filter_currently_displayed_products {
  background-color: transparent;
  color: #013f77;
  /*   border: 2px solid #013f77; */
  font-size: 15px;
  font-weight: 600;
  padding: 8px 0px;
  text-transform: none;
  width: fit-content;
  border-radius: 6px;
  margin: 0 8px 0 15px;
  text-decoration: none;
  position: relative;
}
button#filter_clear_all_filters::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0px;
  width: 0;
  height: 2px;
  background-color: #00447c;
  border-radius: 3px;
  z-index: 100;
}
button#filter_clear_all_filters:hover::before {
  width: 100%;
  transition: 0.5s ease;
}
section#primary.site-content #filter_selected_options li:hover:before {
  color: #00447c !important;
}
#products_filter_options_buttons {
  margin-bottom: 0;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#filter_selected_options {
  margin: 5px 0 0px 0;
  position: relative;
  top: 10px;
}
#products_filter_options_buttons #filter_currently_displayed_products {
  border: 0 !important;
}

section#primary.site-content .product-view-selection-wrap {
  text-align: right;
  display: none;
}
/* --------------------------- ANCHOR SIDEBAR LEFT -------------------------- */
.sidebar-left .product-nav {
  margin-top: 0px;
}
.product-nav a {
  color: #58676e;
}
.product-nav span.cat-stat {
  color: #58676e;
}
/* ------------------------ ANCHOR SUBCATEGORY LAYOUT ----------------------- */
#sub-categorys-img-overview div a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#sub-categorys-img-overview div a span {
  color: #00447c;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  hyphens: auto;
  font-size: 15px;
  letter-spacing: -0.75px !important;
}
#sub-categorys-img-overview div a span::before {
  position: absolute;
  content: "";
  background-color: #013f77;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 3px;
}

#sub-categorys-img-overview div a:hover span::before {
  width: 100%;
  transition: 0.5s ease;
}
/*-----------------------------------------------------------------------------------------------------------------------*/
/*--------- Kategorien-Wrapper ---------*/
.entry-content .bg-1 {
  border: 0;
}
.result-list article,
.product-list.view-list article {
  padding-top: 30px;
  box-shadow: none;
  padding: 0 !important;
  border-radius: 5px;
}
#product-list-wrapper .cat-heading::after {
  content: "";
  border-bottom: 2px dotted #aaa !important;
  display: block;
  margin: 10px 0 35px;
  height: 1px;
  display: none;
}
.result-list article:after,
.product-list.view-list article:after {
  content: " ";
  border-bottom: 2px dotted #aaa !important;
  display: block;
  margin: 30px 0 10px;
  height: 0.1rem;
  padding-top: 0;
  display: none;
}
#product-entry-title {
  font-size: 40px !important;
  margin: 0 auto;
  color: #00447c;
  top: -25px;
}
.product-list .product-list-card {
  padding-right: 0;
  padding-bottom: 40px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1) !important;
  padding: 25px 35px 20px 20px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: 0.5s ease-in-out;
  margin-bottom: 35px;
  position: relative;
}
.product-list .product-list-card .new-product {
  position: absolute;
  right: 50px;
  top: 30px;
  display: inline-block;
  width: 100px;
  height: 100px;
  /*background-color: red;*/
  color: #fff;
  /*padding: 12px 7px;*/
}
.product-list .product-list-card:hover {
  box-shadow: 0px 3px 15px rgb(1 62 121 / 15%) !important;
  border: 2px solid #58676e;
}
#product-list-wrapper .cat-heading {
  display: none;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-bottom: 0;
  color: #58676e;
  justify-content: flex-end;
  top: 0px;
  left: 0;
}
.product-nav li a.active-sub-menu-link {
  color: #013f77;
  text-decoration: none;
  position: relative;
}
/* Ausgewähltes Kategorie Active Unterstrich aktivieren*/
/* .product-nav li a.active-sub-menu-link::before {
  position: absolute;
  content: "";
  background-color: #013f77;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  border-radius: 3px;
} */
.product-nav li a {
  font-family: "Sora", sans-serif;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
.product-nav li a::before {
  position: absolute;
  content: "";
  background-color: #013f77;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  border-radius: 3px;
}
.product-nav li a:hover::before {
  width: 100%;
  transition: 0.5s ease;
}
.product-nav li a:hover {
  color: #00447c;
  transition: 0.5s ease;
}
.product-nav li a:hover span.cat-stat {
  color: #00447c;
  transition: 0.5s ease;
}
.product-nav li a.active-sub-menu-link span.cat-stat {
  color: #013f77;
}
ul.product-nav li .menu-main-cat-heading a::before {
  display: none;
}
.product-list-entry .featured-image img {
  margin-bottom: 0px !important;
  box-shadow: none;
  padding: 0px !important;
  border-radius: 5px !important;
  margin-top: 5px;
  max-width: 100%;
  width: 100%;
}
.product-list-entry .featured-image:hover img {
  transform: scale(0.95);
  transition: 0.3s ease-in-out;
}
.result-list article h3 a,
.product-list article h3 a {
  color: #013f77 !important;
  font-size: 26px;
}
.entry-content .product-list h3 {
  margin: 5px auto 15px;
}
.entry-content ul li {
  padding-left: 25px;
}
.product-list .product-card-features-list ul li,
.result-list .product-card-features-list ul li {
  color: #58676e;
  font-size: 15px !important;
  padding-bottom: 1px !important;
  line-height: 18px;
}
.entry-content .product-card-features-list ul li::before {
  content: "\2022";
  color: #00447c !important;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 5px;
  top: 2px;
  left: 5px;
  top: 2px;
  font-size: 14px;
}

/*--------- New Sortiment ---------*/
.new-sortiment {
  display: flex;
  height: 115px;
  width: 100%;
  object-fit: contain;
  margin: 0 15px;
}
/*--------- Preise ---------*/
.product-list .product-price-wrapper {
  text-align: right;
  position: absolute;
  bottom: 140px;
  padding: 0 2px 5px 0;
}
.flex-end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.entry-content .product-discount-price {
  font-size: 24px;
  color: #e31d3c;
  font-weight: 600;
  text-align: right;
  padding-left: 5px;
}
.entry-content .product-uvp-price {
  font-size: 12px;
  color: #00447c;
  text-align: right;
  font-weight: 400;
  padding-left: 8px;
}

.product-price-wrapper .buy_product_wrapper {
  border: 1px solid #00447c;
  height: 38px;
  width: 75px;
}
.product-price-wrapper .buy_product_wrapper button {
  height: 38px;
}
.product-price-wrapper .buy_product_wrapper button:last-child {
  background-color: #00447c;
}
/*--------- Icon Liste ---------*/
.icon-list {
  margin: 0px 0px 0px 20px;
}
.icon-list ul {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px !important;
}
.icon-list ul li {
  position: relative;
  border-radius: 3px;
  margin-right: 10px;
  transition: all 0.3s ease;
  list-style: none;
  padding-left: 0 !important;
  padding: 2px 0px 0px;
}
.icon-list ul li::before {
  display: none;
}
.icon-list ul li img {
  height: 100%;
  width: 52px;
  opacity: 0.5;
  margin-right: 0px;
  transition: all 0.3s ease;
  position: relative;
  transform: translateY(0px);
  padding-bottom: 0px;
}
.icon-list ul li img:hover {
  cursor: pointer;
  opacity: 1;
  position: relative;
  transform: translateY(0px);
  transition: all 0.3s ease;
}
.product-list.view-tiles img {
  padding-bottom: 0px;
}
/*--------- Buttons ---------*/
/* Standard-Stile (nicht eingeloggt) */
article .product-list-btns {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  padding-top: 10px;
  padding-left: 20px;
}

/* Zusätzliche Stile nur für eingeloggte Benutzer */
article .product-list-btns.logged-in {
  position: relative;
  left: 4px;
  bottom: 0px;
  margin: 10px 0;
}

article .product-list-btns .btn {
  width: auto;
}
article .product-list-btns a.btn,
article .product-list-btns span.btn {
  background: none !important;
  min-width: fit-content !important;
  border-radius: 0;
  padding: 0;
  margin-right: 20px;
}
article .product-list-btns span,
article .product-list-btns a {
  color: #00447c !important;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}
article .product-list-btns span::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: -2px;
  left: 0;
  background-color: #00447c;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  border-radius: 3px;
}

article .product-list-btns a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0px;
  left: 0;
  background-color: #00447c;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  border-radius: 3px;
}

article .product-list-btns span.in-comparison::after {
  transform: scaleX(1); /* Der Unterstrich wird vollständig sichtbar */
  transform-origin: bottom left;
  background-color: #00447c; /* Gleiche Farbe wie beim Hover */
}

article .product-list-btns span:hover::after,
article .product-list-btns a:hover::after,
article .product-list-btns span:focus::after,
article .product-list-btns a:focus::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
article .product-list-btns span.in-comparison,
article .product-list-btns a {
  border: 0 !important;
  border-bottom: 0px solid #fff !important;
}
article .product-list-btns span.in-comparison:hover,
article .product-list-btns a:hover {
  color: #00447c !important;
  border: 0 !important;
  border-bottom: 0px solid #00447c !important;
}
.product-list-btns .btn-border:hover {
  color: #00447c !important;
  border-color: transparent !important;
}
.price-info-container {
  display: flex;
  align-items: center;
  background-color: transparent !important;
  cursor: pointer;
}
.price-info-container span.btn {
  position: relative !important;
  color: #00447c !important;
  background-color: #fff !important;
  z-index: 1 !important;
  overflow: hidden !important;
  text-decoration: none !important;
  padding: 7px 0 !important;
  font-weight: 600 !important;
}
.price-info-container span.btn::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 0;
  height: 3px;
  background-color: #00447c;
  border-radius: 3px;
  z-index: 10;
}
.price-info-container span.btn:hover::before {
  width: 100%;
  transition: all 0.5s ease !important;
}
article .link-wrap {
  position: absolute;
  top: auto;
  bottom: 20px;
  right: 45px;
  display: flex;
  justify-content: flex-end;
}
article .link-wrap i {
  margin-right: 10px;
}
.product-list .product-list-btns > * {
  margin-bottom: 0px;
}
/* ------------------------- ANCHOR Produkt Details ------------------------- */
.btn.btn-back {
  display: inline-block;
  padding: 5px 0px 2px 0px;
  margin-left: 15px;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 2;
  height: 38px;
  position: relative !important;
  color: #00447c !important;
  background-color: transparent !important;
  border: 0px solid #00447c !important;
  z-index: 0 !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: all 0.44s ease-in-out !important;
  font-weight: 600 !important;
  top: -10px;
  border-radius: 3px !important;
}
.btn.btn-back::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0px;
  width: 0;
  height: 3px;
  background-color: #00447c;
  border-radius: 3px !important;
  z-index: 100;
}

.btn.btn-back:hover::before {
  width: 100%;
  transition: 0.5s ease;
}
/* Produkt Detailbox */
#product-details .entry-content .row{margin: 0;}
#product-details .entry-content {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1) !important;
  padding: 25px 30px 20px 30px;
  border-radius: 10px;
}
.entry-content {
  color: #58676e;
  padding-bottom: 2em;
}
#product-details .entry-content ul {
  border: 0;
  overflow: visible;
}
#product-details #product-entry-title {
  color: #00447c;
  font-size: 28px !important;
  position: relative;
  top: 0px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.properties h3 {
  display: none;
}
#product-details .properties .product-details-section ul {
  margin-top: -5px;
}
#product-details .properties .product-details-section ul li {
  margin-bottom: 5px;
  margin-left: 6px;
  font-family: "Poppins", sans-serif;
}
#product-details .properties .product-details-section ul li:before {
  color: #00447c;
  left: -5px;
  font-size: 24px;
  top: -4px;
}
#product-details-pictograms li img {
  height: 40px;
  filter: opacity(60%);
  opacity: 1;
  padding: 0px;
}
#product-details h1,
#product-details h2,
#product-details h3,
#product-details p,
#product-details button,
#product-details a {
  font-family: "Poppins", sans-serif;
}

/*Preis*/
#product-details-price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: -130px;
  right: 55px;
}
#product-details-price-offline {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: -75px;
  right: 55px;
}
#product-details-price-offline i {
  margin-right: 10px;
}
#product-details-price .product-discount-price span.amount {
  color: #e01e42;
}

#product-details-price .buy_product_wrapper {
  position: relative;
  border: 1px solid #00447c;
}
#product-details-price .buy_product_wrapper button:last-child {
  background-color: #00447c;
}
#product-details .carousel-container{
  padding:0px;
}
/* Carousel-Lightbox */
#product-details .carousel-container .carousel-arrow {
  background-color: transparent;
}
#product-details .carousel-container .carousel-arrow i {
  color: #00447c;
}
.carousel-container {
  margin-top: -15px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
#product-details .my-zoom-overlay .btn {
  background-color: transparent !important;
}
#product-details .my-zoom-overlay .my-close-zoom {
  background-color: transparent !important;
}
#product-details .thumbnail {
  cursor: pointer;
  width: 100px;
  height: 70px;
  overflow: hidden;
}
#product-details .thumbnail img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  padding-bottom: 8px;
}
#product-details .thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 50px;
  justify-content: flex-start !important;
}

.thumbnail.active img {
  border: 0;
}

#product-details .thumbnail.active {
  position: relative;
}
#product-details .thumbnail.active:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00447c;
}
#product-details .my-carousel-item img {
  height: 350px;
  object-fit: contain;
}

/*Tabs*/
.tab-wrapper {
  position: relative;
  border-bottom: 0;
}
.tab-wrapper::before {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 0;
  height: 2px;
  width: 95%;
  background-color: #ddd;
}
.tab-wrapper ul li {
  background-color: transparent;
  list-style-type: none;
}
.tab-wrapper ul li::before {
  display: none !important;
}
.tab-wrapper ul li.active {
  position: relative;
}
.tab-wrapper ul li.active::after, .tab-wrapper ul li.in-comparison::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background-color: #00447c;
  border-radius: 3px;
  z-index: 2;
}
.tab-wrapper ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 0;
  background-color: #00447c;
  border-radius: 3px;
  z-index: 2;
}
.tab-wrapper ul li:hover::after {
  width: 100%;
  transition: 0.5s ease;
}
.tab-wrapper ul li button {
  border: 0 !important;
  color: #00447c !important;
  font-weight: 600 !important;
  padding: 0 0 10px 0;
}
.tab-wrapper ul li button:hover,
.tab-wrapper ul li button:focus {
  text-decoration: none !important;
}
.tab-wrapper ul.nav-tabs li {
  padding-left: 0;
  padding-right: 0px;
  margin-right: 20px;
}

#product-details-description {
  margin-top: 20px;
}

#product-details ul li {
  position: relative;
  bottom: -5px;
}
#product-details-pictograms ul {
  margin: 0px 0 0px 0;
}
.tab-content h3 {
  display: none;
}
#product-details .tab-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

#productTabsContent table {
  margin: 0rem 0;
}

#productTabsContent table th {
  color: #00447c !important;
  font-weight: 400;
}
#productTabsContent table td {
  font-size: 15px !important;
}
table.tec-data tr.row-label th {
  padding-top: 20px;
}

/*Zubehör*/
#product-details-accessories .accessory-wrap h4 {
  color: #00447c;
}
#product-details-accessories .accessory-wrap img {
  height: 135px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  object-fit: contain;
  left: -30px;
  position: relative;
  margin-bottom: 25px;
}
#product-details-accessories .accessory-wrap .buy_product_wrapper {
  border: 1px solid #00447c;
}
#product-details-accessories .accessory-wrap button.add_to_cart {
  background-color: #00447c;
}
/*Downloads*/
#product-details-downloads i {
  filter: none;
  color: #00457a !important;
}
#product-details-downloads {
  margin-top: 15px !important;
}
#product-details-downloads i:before {
  color: #00457a !important;
}
#product-details-downloads a {
  font-weight: 400;
  color: #00457a !important;
}
#product-details-downloads a {
  display: inline-block;
  font-weight: 400;
  color: #00457a !important;
  border-radius: 3px !important;
  position: relative;
}
#product-details-downloads a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0;
  height: 3px;
  background-color: #00447c;
  border-radius: 3px !important;
  z-index: 100;
}
#product-details-downloads a:hover::before {
  width: 100%;
  transition: 0.5s ease;
}

#product-details-downloads {
  padding-left: 25px;
}
#product-details-downloads a {
  color: #00447c !important;
}
#product-details-downloads::before {
  color: #00447c !important;
}

/* Grundstil für Tooltip */
.custom-tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 25px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 1000;
}
/* Sichtbarkeit bei Hover */
.custom-tooltip.visible {
  opacity: 1;
}
/*section#primary {
  padding-top: 50px;
}*/
#product-details .product-details-section {
  /*   margin-top: 0px; */
  font-family: "Poppins", sans-serif;
  padding: 0 5px;
}

/* -------------------------- ANCHOR Suchergebnisse ------------------------- */
.heading-size-1,
.heading-size-1 a {
  font-family: "Sora", sans-serif;
  font-size: 40px !important;
  font-weight: 400 !important;
  color: #00447c;
}
/* ------------------------------ ANCHOR Cookie ----------------------------- */
#cmplz-manage-consent .cmplz-manage-consent {
  bottom: 0px !important;
  left: 10px !important;
  max-width: 220px !important;
  padding: 10px !important;
  height: 40px !important;
  font-size: 14px !important;
  position: fixed !important;
  z-index: 9999 !important;
  right: auto !important;
  background: #fff;
  border: 2px solid #013f77 !important;
  border-bottom: 0 !important;
  color: #013f77 !important;
  font-weight: 600 !important;
}
/* --------------------------- ANCHOR Back top Top -------------------------- */
.to-the-top {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 999;
  background-color: #013e79;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  display: block !important;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.19);
  padding: 3px;
}
.to-the-top i::before {
  font-size: 25px;
}


nav .sub-menu,#products-sub-menu ul {
  display: none;
 min-width: 300px;
}

nav > ul >li:hover #products-sub-menu > ul{
  width: auto;
}
#products-sub-menu > ul{
  width: auto;
}
nav > ul >li:hover .sub-menu, nav > ul >li:hover #products-sub-menu > ul{
  display: block;
}

/* General Menu Structure */
nav #products-sub-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav #products-sub-menu ul li {
  position: relative;
}

nav #products-sub-menu  ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
}

/* Dropdowns - Recursive Styling */
nav #products-sub-menu ul li ul {
  position: absolute;
  left: 100%;
  top: -6px;
  width: max-content;
  display: none;
  z-index: 999;
}

nav #products-sub-menu  ul li:hover > ul {
  display: block;
}

/* Nested Dropdowns - Dynamic Handling */
nav #products-sub-menu  ul li ul li {
  position: relative;
}

nav #products-sub-menu  ul li ul li ul {
  left: 100%;
  top: 0;
}

nav #products-sub-menu  ul li ul li:hover > ul {
  display: block;
}

/* Add indicator for submenus */
nav #products-sub-menu ul li ul.submenu::before {
  content: " ▼";
  font-size: 12px;
  margin-left: 5px;
}

#products-sub-menu ul li i.fa-chevron-right{
  position: absolute;
  right: 15px;
  color: #00447c !important;
}

#products-sub-menu ul li i.fa-chevron-right::before {
  content: "\f105";
  font-size: 46px;
  line-height: 34px;
  font-size: 17px;
  color: #00447c !important;
}

#tpl-large-overlay-panel-wrapper{
  z-index:11567 !important;
}
#reg-alert-box{
  margin: 15px 0px;
}