/* poppins-regular - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/poppins-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src:
    local(""),
    url("./fonts/poppins-v20-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/poppins-v20-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./fonts/poppins-v20-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("./fonts/poppins-v20-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("./fonts/poppins-v20-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/poppins-v20-latin-700.eot"); /* IE9 Compat Modes */
  src:
    local(""),
    url("./fonts/poppins-v20-latin-700.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/poppins-v20-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./fonts/poppins-v20-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("./fonts/poppins-v20-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/poppins-v20-latin-700.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/montserrat-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src:
    local(""),
    url("./fonts/montserrat-v25-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/montserrat-v25-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("./fonts/montserrat-v25-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("./fonts/montserrat-v25-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("./fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/montserrat-v25-latin-700.eot"); /* IE9 Compat Modes */
  src:
    local(""),
    url("./fonts/montserrat-v25-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/montserrat-v25-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./fonts/montserrat-v25-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("./fonts/montserrat-v25-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("./fonts/montserrat-v25-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.align-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.info-bar {
  height: auto;
  background-color: white;
  color: #073e66;
  font-size: 16px;
  display: block;
  margin-left: 55px;
}
span.dealer-order {
  display: none;
}
.info-bar i {
  margin-right: 8px;
}
.info-bar a {
  color: #073e66;
}
.info-bar a:hover {
  text-decoration: underline;
}
header.navbar {
  display: flex;
  justify-items: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 16px;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.1);
}
.inside {
  display: flex;
  align-items: center;
  margin: auto;
  flex-wrap: wrap;
  width: 75%;
}
/* Dashed border */
hr.dashed {
  width: 100%;
  margin: 12px 0;
  border-top: 1px dashed #dfdfdf;
}
.upper-section {
  width: 1344px;
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.lower-section {
  width: 1344px;
  max-width: 100%;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header.navbar ul.mobile-menu {
  display: none;
}

.logo img {
  height: 110px;
  width: auto;
}
nav {
  width: 100%;
}
header.navbar ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  gap: 32px;
}
header.navbar li {
  list-style: none;
  /*Test */
  display: flex;
  position: relative;
}
header.navbar li a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: all linear 0.25s;
}
header.navbar li a:hover,
header.navbar li a.active {
  color: #009ee0;
}
header.navbar li.current-menu-item a {
  color: #009ee0;
}

.flex-buttons,
.logo,
header .dgwt-wcas-search-wrapp {
  width: 33%;
}
.enq-cart-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 32px;
}
.enq-cart-buttons li a {
  width: 100%;
}
.enq-cart-buttons i {
  width: 40px;
  height: 40px;
  border: 2px solid #073e66;
  border-radius: 4px;
  color: #073e66;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s linear;
  font-size: 16px;
}

.enq-cart-buttons i:hover {
  color: #009ee0 !important;
  border-color: #009ee0 !important;
}
a.cart-button,
a.enquiry-button {
  text-align: center;
  color: #073e66 !important;
  font-size: 14px !important;
}
a.cart-button:hover,
a.enquiry-button:hover {
  color: #009ee0 !important;
}

/*
 *header ul.sub-menu {
 *  font-family: "Poppins", sans-serif;
 *  display: block;
 *  position: absolute;
 *  display: flex;
 *  flex-direction: column;
 *  gap: 8px;
 *  background: white;
 *  width: 220px;
 *  top: 90px;
 *  border: 1px solid white;
 *  border-radius: 0px 0px 8px 8px;
 *}
 */
header.navbar ul.sub-menu > .menu-item a {
  color: #000;
}
header.navbar ul.sub-menu > .menu-item a:hover {
  background-color: #009ee0;
  color: white;
}
.menu-item-sub-menu {
  display: none;
}
header.navbar ul.mobile-menu {
  display: none;
}

.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow {
  margin-top: 16px;
}
.dgwt-wcas-search-icon path {
  fill: #333;
  stroke: #333;
  stroke-width: 2px;
}
#mobileMenu {
  height: 100vh;
  display: none;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 150px;
  left: 0;

  background: white;
  z-index: 9;
}
#mobileMenu ul {
  width: 100%;
  background-color: white;
  list-style: none;
  display: flex;
  justify-content: end;
  gap: 20px;
  padding-left: 15px;
}
#mobileMenu ul li {
  width: 100%;
  font-size: 14px;
}

i.fa.fa-bars {
  font-size: 24px;
  float: right;
  height: auto;
  color: black;
}
.icon {
  display: none;
}
.hamburger {
  transition: all linear 0.3s;
}

i.fa.fa-bars.hamburger.active {
  transform: rotate(90deg);
}
/* Cart */
.cart {
  align-items: center;
}
.cart img {
  height: 16px;
  width: 16px;
}
.cart-dropdown {
  display: none;
  position: absolute;
  left: 150%;
  top: 170px;
  box-sizing: border-box;
  background: white;
  border: 2px solid #f1f1f1;
  border-radius: 0 0 10px 10px;
  height: auto;
  width: 600px;
  z-index: 10;
  transition: all linear 0.5s;
}
.cart-dropdown.show-dropdown {
  display: block;
  padding: 12px;
  left: -100%;
  -webkit-animation: linear;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes run {
  0% {
    left: 0%;
  }
  50% {
    left: -50%;
  }
  100% {
    left: -100%;
  }
}
.dgwt-wcas-sf-wrapp {
  margin: 0;
  margin-top: 18px;
}
.dropdown-cart-wrap {
  padding: 8px;
}
p#breadcrumbs {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 24px 24px;
}

/*hell info bar*/
.hero-info-bar {
  height: auto;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  display: block;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dfdfdf;
}
.hero-info-bar i {
  margin-right: 8px;
  margin-left: 12px;
}
.hero-info-bar a {
  color: #333;
}
.hero-info-bar a:hover {
  text-decoration: underline;
}
/*dunkel info bar*/
.dark-hero-info-bar {
  height: 120px;
  background-color: #073e66;
  color: white;
  font-size: 18px;
  display: block;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #073e66;
  margin-bottom: 64px;
}
.dark-hero-info-bar i {
  margin-right: 8px;
  margin-left: 12px;
}
.dark-hero-info-bar a {
  color: white;
}
.dark-hero-info-bar a:hover {
  text-decoration: underline;
}

.cart-article {
  margin: 8px;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
}

.dropdown-cart-wrap h5 {
  font-size: 12px;
}
/*
 *.dropdown-cart-wrap p {
 *    font-size: 12px;
 *} 
 */
.cart-dropdown-inner i.fa-shopping-cart {
  border: none;
  outline: none;
  color: #009ee0;
}

.increase-amount,
.decrease-amount {
  cursor: pointer;
}
.cart-infos {
  margin-top: 4px;
}
/*cart link button*/
.dropdown-cart-link {
  width: 100%;
  background: #009ee0;
  border: 1px solid #009ee0;
  border-radius: 5px;
  padding: 12px;
  margin: auto;
  text-align: center;
  margin-bottom: 8px;
}
.dropdown-cart-link a {
  color: white !important;
}

.dropdown-cart-link:hover {
  background: white !important;
}
.dropdown-cart-link:hover a {
  color: #009ee0 !important;
}

/*checkout link button*/
.dropdown-checkout-link {
  width: 100%;
  background: white;
  border: 1px solid #009ee0;
  border-radius: 5px;
  padding: 12px;
  margin: auto;
  text-align: center;
}
.dropdown-checkout-link a {
  color: #009ee0 !important;
}
.dropdown-checkout-link:hover {
  background: #009ee0 !important;
}
.dropdown-checkout-link:hover a {
  color: white !important;
}
.sum-price-table {
  color: #009ee0;
}
/*Inner Cart */
.cart-stock-qty {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #f4f4f4;
}
.cart-stock-qty p {
  width: 50%;
  font-size: 14px;
  color: #009ee0;
}
.cart-stock-qty i {
  padding-right: 8px;
}
.is-flex-direction-column {
  flex-direction: column;
}
.qty-section {
  height: auto;
}
.qty-section p {
  width: 100%;
  text-align: right;
}
.bottom {
  margin-top: auto;
}
.product-price-text {
  font-size: 14px !important;
  font-weight: 700;
  color: #009ee0;
}
span.close-cart.is-hidden-mobile.active {
  position: absolute;
  cursor: pointer;
  left: calc(0% - 50px);
  top: -1px;
  background: #009ee0;
  border: 1px #009ee0 solid;
  border-radius: 5px 0 0 5px;
  width: 50px;
  text-align: center;
}
.breadcrumb_last {
  color: #009ee0;
}
.breadcrumb_last a {
  color: #009ee0 !important;
}

.dropdown-cart-wrap.has-text-centered {
  padding: 32px;
}
a.ajax-cart-button.mt-3 {
  font-family: "Poppins", sans-serif;
  padding: 8px;
  border: 1px solid #009ee0;
  border-radius: 8px;
  background: white;
  color: #009ee0;
  transition: all linear 0.25s;
}
a.ajax-cart-button.mt-3:hover {
  border: 1px solid #009ee0;
  background: #009ee0;
  color: white;
}

/*Test Hero Image */
.hero {
  position: relative;
  height: 65vh; /* Adjust the height as needed */
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -10%);
  text-align: center;
  color: #fff;
  width: 80%;
}

.hero-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

.glassmorphism-box {
  background: rgba(255, 255, 255, 0.2);
  /*background:rgba(7, 62, 102, 0.2);*/
  padding: 8px;
  border-radius: 8px;
  backdrop-filter: blur(8px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
}
.hero-counter-box {
  width: 100%;
  border-radius: 4px;
  padding: 20px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.hero-counter-box .count-number {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.hero-counter-box .count-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: white;
}
.hero-counter-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  font-size: 42px;
  line-height: 42px;
  color: #073e66;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px;
  border-radius: 10px;
}
.small-count-number {
  font-size: 16px !important;
}
/*Big Hero Section */
.hero-image {
  background-image: url("./img/hero-image-header.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 65vh;
  display: flex;
  justify-content: flex-start;
  padding-left: 15%;
  padding-top: 10%;
}

.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-titles {
  display: flex;
  justify-content: left;
  text-align: left;
  color: #ffffff;
}

.hero-title {
  position: relative;
  z-index: 1;
  font-size: 72px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
}
.hero-sub-title {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.hero-container {
  background-color: #f2f2f2;
  text-align: left;
}

.hero-heading {
  font-size: 48px;
  color: #fff;
  margin-bottom: 20px;
  z-index: 2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.hero-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
  z-index: 2;
  width: 65%;
}

.hero-container ul li::before {
  content: "\2022";
  color: white;
  margin-right: 8px;
}

.hero-list-item {
  font-size: 20px;
  color: #fafafa;
  margin-bottom: 8px;
  margin-left: 12px;
  font-family: "Roboto", sans-serif;
}
.hero-highlight {
  font-weight: bold;
  color: #00bfff;
}
.big-hero-section {
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;

  background-image: url("./img/hero-image-header.jpg");
  background-repeat: none;
  background-size: cover;
  position: relative;
}

.big-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the last value (0.5) for desired opacity */
  z-index: 1;
}
.big-hero-text {
  width: 100%;
  max-width: 570px;
}
.big-hero-text h1 {
  font-size: 40px;
  color: #073e66;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
}
.big-hero-text p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #323232;
}
.search-form .dgwt-wcas-sf-wrapp input[type="search"] {
  color: #2c2c2c !important;
  border-radius: 8px !important;
  border: 1px solid white !important;
  outline: none !important;
  font-style: normal !important;
}

.z-2 {
  z-index: 2;
}

/* Product Section */
.product-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
section.product-carousel {
  margin: 64px 0 !important;
}
.big-number {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 50px;
  position: absolute;
  top: -70%;
  left: -50px;
  color: rgba(0, 0, 0, 0.1);
}
.product-section h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #009ee0;
  padding: 0;
  margin: 0;
}
.product-section h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 35px;
  color: #073e66;
  padding: 0;
  margin: 0;
}
.product-section p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #717171;
  padding: 0;
  margin: 0;
}
.left-section {
  width: 40%;
}
.right-section {
  width: 60%;
}
.product-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-box {
  border: 1px solid rgba(223, 223, 223, 1);
  border-radius: 8px;
  padding: 24px;
  align-self: stretch;
}
.product-box img {
  width: 100%;
  margin: auto;
  display: block;
  margin-bottom: 16px;
}
.product-box h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #073e66;
  padding: 0;
  margin: 0;
}
.product-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #717171;
  padding: 0;
  margin: 0;
}
.product-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
  font-size: 16px;
}
p.stueckzahl {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
}
a.product-details {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #009ee0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  float: right;
}
a.product-details:hover {
  text-decoration: underline;
}
a.product-details::after {
  width: 16px;
  content: url("./img/arrow-right.webp");
}
hr {
  margin: 120px 0;
}

/* zierhut info */
.usp-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 16px;
  background-color: #f7f7f7;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin-top: 16px;
}

.usp-container p {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

.usp-container p:first-child {
  margin-top: 0;
}

.usp-container p:last-child {
  margin-bottom: 0;
}
.usp-container h2 {
  color: #333;
}
.info-teaser {
  font-family: "Poppins", sans-serif;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zierhut-infos p {
  font-size: 16px;
  line-height: 1.5;
  margin: 8px 0;
}
.hallen-img {
  width: 50%;
}
.zierhut-image-full img {
  width: 100%;
  border-radius: 8px;
}
.zierhut-infos {
  width: 50%;
  position: relative;
}
.zierhut-infos h2 {
  font-size: 20px;
  font-weight: 400;
  color: #009ee0;
  margin: 0;
  padding: 0;
}
.zierhut-infos h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  color: #073e66;
  padding: 0;
}
.zierhut-infos .big-number {
  position: absolute;
  left: -7%;
  top: -12%;
}
.flex-group {
  display: flex;
  flex-wrap: wrap;
}
.flex-item {
  width: 50%;
}
.zierhut-infos ul {
  padding-left: 16px;
}
.zierhut-infos li {
  font-size: 16px;
  color: #717171;
  padding-left: 8px;
  position: relative;
}
.zierhut-infos li::marker {
  content: url("./img/list-element.webp");
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 100%;
}
.zierhut-infos p {
  color: #717171;
}
/* Counter Section  */
/*
 *section.about {
 *  background: linear-gradient(94.24deg, #f1f1f1 -1.83%, #f9f9f9 101.34%);
 *  margin: 0 0 120px 0;
 *  display: flex;
 *  flex-wrap: wrap;
 *  justify-content: center;
 *  align-items: center;
 *  padding: 100px;
 *}
 */
.counter-section {
  width: calc(40% - 32px);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
.counter-box {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
}
.counter-box .count-number {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.counter-box .count-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: #333;
  padding: 0;
  color: #717171;
}
.counter-box img {
  background: rgba(0, 126, 179, 0.1);
  padding: 10px;
  border-radius: 10px;
}

.about {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 65vh; /* Adjust this value for the desired height */
}

.small-count-number {
  font-size: 16px !important;
}
.about-us-section {
  position: relative;
  width: 60%;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-us-section h2 {
  color: #333;
  font-size: 35px;
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.about-us-section p {
  color: #717171;
  font-weight: 400;
}
.about-us-section .big-number {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -25%;
  left: -10%;
}
button.dark {
  cursor: pointer;
  width: 90%;
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #009ee0;
  font-size: 14px;
  border: 1px solid #009ee0;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
  color: white;
  transition: all linear 0.5s;
}
button.dark:hover {
  background: #fff;
  color: #009ee0;
  transition: all linear 0.25s;
}
button.light {
  cursor: pointer;
  width: 90%;
  display: block;
  font-size: 14px;
  background: #fff;
  border: 1px solid #009ee0;
  border-radius: 5px;
  text-transform: uppercase;
  color: #009ee0;
  padding: 10px;
  transition: all linear 0.5s;
}
button.light:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #009ee0;
  border: 1px solid #009ee0;
  color: white;
}
/* Kontakt Form */
section.contact {
  font-family: "Poppins", sans-serif;
  height: auto;
  width: 100%;
  background: url("./img/contact-bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
}
.contact-form {
  width: 40%;
  margin: auto;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 60px;
}
.text-centered {
  text-align: center;
}
.big-title {
  font-size: 35px !important;
  color: rgba(51, 51, 51, 1) !important;
}
section.contact p {
  color: #717171;
  font-size: 14px;
}
section.contact label {
  width: 100%;
  display: block;
  color: #717171;
  font-size: 14px;
}
section.contact input {
  width: 99%;
  color: #a4a4a4;
  height: 40px;
  outline: none;
  box-shadow: none;
  padding: 0;
  background: #f3f3f3;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
  margin-bottom: 25px;
}
section.contact select {
  width: 100%;
  height: 40px;
  background-color: #f3f3f3;
  border: none;
  font-size: 12px;
  margin: 0;
  width: 100%;
  font-family: "Poppins", sans-serif;
  cursor: inherit;
  line-height: inherit;
  color: #a4a4a4;
  padding-left: 10px;
}
section.contact textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #f8f8f8;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}
button.contact-submit {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #009ee0;
  border: 1px solid #009ee9;
  background: white;
  border-radius: 8px;
  width: 100%;
  transition: all linear 0.25s;
}
button.contact-submit:hover {
  background-color: #009ee0;
  color: white;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: white;
  color: #009ee0;
  border: 1px solid;
  border-radius: 4px;
  transition: all linear 0.25s;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background: #009ee0;
  color: #fff;
  border: 1px solid;
  border-radius: 4px;
}
/*Footer */
.rent-trade {
  padding: 50px 0 0 0;
  height: 100px;
  margin: auto;
  background: #f1f1f1;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #333;
  display: none;
}
.rent-trade-box {
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rent-icon::before {
  content: url("./img/mieten.webp");
  margin-right: 16px;
}
.buy-icon::before {
  content: url("./img/kaufen.webp");
  margin-right: 16px;
}
.trade-icon::before {
  content: url("./img/tauschen.webp");
  margin-right: 16px;
}

footer {
  font-family: "Montserrat", sans-serif;
  background: #f1f1f1;
  height: auto;
  width: 100%;
  padding: 32px;
}
.copy-container {
  background: #073e66;
  color: white;
  font-size: 14px;
}

.last-row {
  border-top: 1px solid #073e66;
}

footer hr {
  margin: 0 0;
  padding: 0;
}
footer p {
  font-weight: 400;
  color: #717171;
  font-size: 16px;
}

footer i {
  margin-right: 4px;
}

footer h2 {
  font-weight: bold;
  padding: 0;
}

footer .cats {
  margin: 4px 0;
}
footer p.title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.flex-item-4 {
  width: 25%;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer li {
  list-style-type: none;
  font-size: 14px;
  padding: 5px 0;
}
footer a {
  color: #717171;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

.footer-end hr {
  border-top: 2px solid #dadada;
}
.footer-end .copy-tag {
  color: #afafaf;
  font-size: 14px;
}
.is-size-8 {
  font-size: 0.875rem;
}

/* end footer */
a.phone-icon::before {
  content: url("./img/phone.webp");
  padding-right: 5px;
}
a.envelope-icon::before {
  content: url("./img/mail.webp");
  padding-right: 5px;
}
.location-col {
  width: 25%;
}
.location-col img {
  width: 18px;
  height: 18px;
}
.inner-group {
  display: flex;
}
.newsletter-col {
  width: 75%;
}

.newsletter-form {
  width: 100%;
  position: relative;
}

.newsletter-form input[type="text"] {
  width: 70%;
  color: #2c2c2c;
  height: 40px;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  padding: 0;
  background: #fff;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
}
.newsletter-form input[type="button"] {
  position: absolute;
  cursor: pointer;
  left: 68%;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: white;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #009ee0;
  border-radius: 50px;
  outline: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border: 1px solid #009ee0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 19%;
  height: 40px;
  text-align: center;
  transition: all linear 0.5s;
}
.newsletter-form input[type="button"]:hover {
  background-color: white;
  color: #009ee0;
}

/*  Drag and Drop  */
.draggable-container {
  flex: 1;
  background: #ffffff;
}
.admin-view {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 5px;
  cursor: move;
  top: 50%;
  left: 50%;
}

.shop-products h2 {
  font-weight: bold;
  font-size: 18px;
}
/* überschriften fuer produkte */
.shop-product .title,
.product-box .title {
  font-weight: 400 !important;
}
.shop-product .title strong,
.product-box .title strong {
  font-weight: bold;
}
/* überschriften fuer produkte ende*/
.shop-products header {
  padding: 0.75em;
}
.shop-products .shop-title-thin {
  font-weight: 400;
}

.shop-product-img {
  position: relative;
}
.customer-order-tag {
  position: absolute;
  top: 0;
  left: 8px;
}

.product .customer-order-tag {
  position: absolute;
  top: 8px;
  left: 8px;
}
/*Footer  Ende*/
.search-box-container {
  position: relative;
}
#search-box {
  width: 350px;
  padding: 8px 16px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  margin: 16px 0;
  color: #000;
}

.search-box-icon {
  position: absolute;
  left: 320px;
  top: 34%;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
button.light i,
button.dark i {
  margin-right: 4px;
}
.product-info button {
  width: 100%;
  align-items: center;
}
.product-info .column {
  padding: 4px;
}
.shop-navigator {
  display: flex;
  border-bottom: 1px solid #009ee0;
}
.shop-navigator p {
  font-size: 20px;
}
.shop-navigator img {
  width: 40px;
  height: auto;
}
.shop-navigator button {
  width: 20%;
  margin-right: 4px;
  border-radius: 10px 10px 0 0;
}

.shop-navigator-middle {
  display: flex;
}
.shop-navigator-middle a {
  width: 30%;
}
.shop-navigator-middle p {
  font-size: 16px;
}
.shop-navigator-middle img {
  width: 30px;
  height: auto;
}
.shop-navigator-middle button {
  width: 100%;
  margin-right: 4px;
  border-radius: 10px 10px 0 0;
}
/*
 *.shop-navigator button.dark {
 *    background: none;
 *    color: #009ee0;
 *}
 *.shop-navigator button.dark:hover {
 *    background: #009ee0;
 *    color: white;
 *}
 */
.shipping-info {
  color: red;
  font-size: 14px;
  font-style: italic;
}

.shipping-info-table {
  font-size: 12px;
  margin: 16px 0;
}
.blur {
  display: none;
}

/*Cart QTY Input Field */
.cart-qty-input button {
  border: none;
  background: #009ee0;
  color: white;
}
input.cart-ajax-qty {
  width: 60px;
  text-align: center;
  background: none;
  outline: none;
  border: 1px solid grey;
  padding: 0px;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

/* Dropdown menu style */

header.navbar ul.sub-menu {
  font-family: "Poppins", sans-serif;
  display: none;
  position: absolute;
  flex-direction: column;
  gap: 8px;
  background: white;
  width: auto !important; /* Change width to auto */
  top: 32px;
  left: -10px;
  border: 1px solid white;
  border-radius: 0px 0px 8px 8px;
}
ul.desktop-menu ul.sub-menu li {
  width: 100%;
  padding: 8px 10px;
  white-space: nowrap;
}

ul.desktop-menu ul.sub-menu li a {
  /*padding: 8px 10px;*/
}

ul.desktop-menu ul.sub-menu li:hover a {
  /*padding: 8px 10px;*/
  color: white;
}
ul.desktop-menu ul.sub-menu li:hover {
  background: #009ee0;
  width: 100%;
  color: white;
}
ul.desktop-menu ul.sub-menu li:hover:last-child {
  background: #009ee0;
  width: 100%;
  color: white;
  border-radius: 0px 0px 4px 4px;
}

ul.desktop-menu ul.sub-menu li a:hover {
  background: none;
  width: 100%;
}
.menu-item > a > i {
  margin-left: 5px;
  transition: 0.3s ease-in-out;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.shop-product .title,
.product-box h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  height: 4.5em;
}

.shop-product img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.shop-product p.small {
  font-size: 12px;
  margin: 2px 0;
}
p.small.verfuegbarkeit-tag {
  height: 36px;
}
.product-catalog-price {
  height: 36px;
  display: flex;
  justify-content: start;
  align-items: center;
}
a.product-details-light {
  font-size: 14px;
  color: #009ee0;
  text-decoration: none;
}
a.product-details-light:hover {
  color: white;
  text-decoration: none;
}

.shop-product button.light {
  width: 100%;
}
.size-table .column {
  padding: 0;
}

.category-dimension {
  margin: 0 0;
  /*background: none;*/
  font-size: 20px;
  font-weight: 600;
}

.shop-product {
  height: auto;
}
.woocommerce-result-count,
.woocommerce-ordering {
  visibility: hidden;
}

.lager-status {
  font-size: 14px;
}

article.category {
  padding: 12px;
}

a.category_title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  height: 3.5em;
  text-align: center;
}
.shop-product .available,
.shop-product .not-available,
.shop-product .on-request {
  font-size: 12px !important;
}
.columns.full-width {
  width: 100%;
}

.available {
  color: #00cc00;
}
.available i,
.not-available i,
.on-request i,
.made-to-order {
  margin-right: 4px;
}
.not-available {
  color: #cc0c39;
}
.made-to-order {
  color: #009ee0;
}
.on-request {
  color: #ff8a00;
}

.last-row a {
  color: #073e66;
}

span.fs-14 {
  font-size: 12px;
}
.variations input {
  margin-right: 4px;
}
.price-on-request {
  font-size: 14px;
}

/*Kategorie Texte*/
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5 {
  margin-top: 1em;
  margin-bottom: 0.2em;
}
.term-description h1 {
  font-size: 28px !important;
}
.term-description h2 {
  font-size: 24px !important;
}
.term-description h3 {
  font-size: 20px !important;
}
.term-description p {
  margin-top: 4px;
  line-height: 1.5;
  margin-bottom: 8px;
}
.term-description li {
  margin-top: 4px;
  margin-bottom: 8px;
  list-style: disc;
  margin-left: 22px;
}
.term-description li {
  margin-top: 4px;
  margin-bottom: 8px;
}

.search-icon {
  max-width: 100% !important;
}
header .dgwt-wcas-search-icon {
  color: #333 !important;
}
.dgwt-wcas-ico-magnifier,
.dgwt-wcas-ico-magnifier-handler {
  max-width: 16px;
  margin-right: 4px;
}

strong .shop-box {
  width: 100% !important;
}

/*Cart Styling*/
h6.cart-total-sum {
  border-top: 4px double #333;
}
h6.cart-total {
  border-bottom: 1px solid #333;
}
.dropdown-cart-right {
  color: #333;
}

.pdf-download {
  margin-top: 32px;
  padding: 4px;
  border: 1px solid #009ee0;
  border-radius: 8px;
  text-align: center;
  color: #009ee0;
}

.tooltip {
  display: flex;
  align-items: center;
  margin-top: -20px;
}
.tooltip i {
  font-size: 14px;
  margin-right: 8px;
}
.tooltip span {
  visibility: hidden;
  font-size: 14px;
}
.tooltip:hover span {
  visibility: visible;
}
td.value {
  padding-left: 8px;
}

.fs-14 {
  font-size: 14px;
}
.gallery img {
  max-width: 120px !important;
  max-height: 120px !important;
  object-fit: cover;
}

.blurry-text {
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
}
#paywall-wrapper {
  padding: 35px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 0px 20px -1px rgba(0, 0, 0, 0.2);
}
#paywall-wrapper * {
  text-align: center;
}
#paywall-wrapper .btn {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.fade-out {
  position: relative;
}
.fade-out:after {
  content: "";
  height: 50%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
.read-more,
.read-more-collapse {
  padding: 12px;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.read-more *,
.read-more-collapse * {
  text-align: center;
}
.read-more .btn,
.read-more-collapse .btn {
  width: 50%;
  border: 1px solid #009ee0;
  color: #009ee0;
  border-radius: 8px;
  padding: 12px;
  position: relative;
  transition: all linear 0.25s;
}
.read-more .btn:hover,
.read-more-collapse .btn:hover {
  border: 1px solid #009ee0;
  color: #fff;
  background-color: #009ee0;
}
.hide-cat-text {
  display: none;
}
.show-cat-text {
  display: block;
}

ol {
  list-style-type: disc;
}
ol li {
  margin: 12px 32px;
}
.variation-name {
  border-bottom: 1px dotted #dfdfdf;
  padding: 8px 0;
}
#filter-title {
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0;
}
.single-page {
  width: 100%;
  max-width: 1344px;
  margin: auto;
  padding: 16px;
}

.sold-out-form.mt-3 {
  border: 4px dotted red;
  padding: 8px;
  border-radius: 4px;
}

.single-page h1 {
  font-size: 32px;
  margin-bottom: 16px;
}

.single-page h2 {
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: 12px;
}

/* Select field filter */
.produkt-katalog-filter select,
.produkt-katalog-filter #product-id-filter {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  -o-appearance: auto;
  -ms-appearance: auto;
}
.product-box .title,
.product-box .title p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  height: 4.5em;
  font-weight: bold;
  color: #363636;
}

button.single_add_to_cart_button {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #009ee0;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  margin: auto;
}

.add-to-enquiry-button {
  background: white;
  border: 1px solid #009ee0;
  border-radius: 10px !important;
  color: #009ee0;
  width: 100%;
  font-size: 1rem;
  padding: 0.7rem 1.5rem;
  margin: auto;
  outline: none;
}
.add-to-enquiry-button:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    #009ee0;
  cursor: pointer;
  color: white;
}
.add-to-enquiry-button[disabled] {
  background-color: #fff;
  border-color: #dbdbdb;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 0.5;
}

.tabbuttons {
  margin-top: 48px;
}

.ankauf-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  height: 4.5em;
}
.ankauf-product {
  cursor: pointer;
}

a.ankauf-link {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  background: white;
  color: #009ee0;
  border: 1px solid #009ee0;
  padding: 12px;
  display: inline-block;
  transition: all 0.3s linear;
}
a.ankauf-link:hover {
  background: #009ee0;
  color: #fff;
  border: 1px solid #009ee0;
}

.tabscontent .description ul {
  list-style: disc;
  margin-left: 24px;
}

.loading-box {
  display: none;
}
/* Define the spinning animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Apply the animation to the image */
.spinner-img img {
  animation: spin 2s linear infinite; /* Adjust the duration and timing function as needed */
}

p.cat-info-tag {
  font-size: 12px;
  background: #eff5fb;
  width: 100%;
  display: block;
  padding: 4px;
  border-radius: 4px;
  margin: 4px 0;
  color: #296fa8;
}

div#zierhut-shop {
  width: calc(80% - 48px);
  padding: 24px;
}

.dealer-order .tablinks {
  border: 1px solid #feecf0;
  border-radius: 5px 5px 0 0;
  background: #feecf0;
  padding: 4px 8px;
  color: #000;
}
.dealer-order .tablinks.current {
  border: 1px solid #feecf0;
  background: #feecf0;
  color: #cc0f35;
}

.dealer-order .tabscontent {
  border: 1px solid #feecf0;
  border-radius: 0px 5px 5px 5px;
  padding: 16px;
  font-size: 14px;
  color: white;
}

.prev-button::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  padding-right: 4px;
}

/*Override Woocommerce Button for Converting into Inquiry */
.convert-enquiry-info > .button.is-primary {
  background-color: #009ee0 !important;
  border: 1px solid transparent;
  color: #fff !important;
  transition: all linear 0.2s;
}
.convert-enquiry-info > .button.is-primary.is-hovered,
.button.is-primary:hover {
  background-color: white !important;
  border: 1px solid #009ee0 !important;
  color: #009ee0 !important;
}

.product .product-price {
  padding: 0;
  margin: 12px 0;
}
.shipping-price-info {
  font-size: 14px;
  font-style: italic;
}

/* Verpackungseinheiten Box */
.verpackungs-einheiten {
  margin: 0 auto;
  border: 1px solid #009ee0;
  border-radius: 8px;
  padding: 8px;
}

.verpackungs-einheiten h3 {
  color: #333;
  font-size: 16px;
}

.verpackungs-einheiten p {
  margin: 5px 0;
  font-size: 14px;
  color: #666;
}

.verpackungs-einheiten p:first-child {
  font-weight: bold;
}

.verpackungs-einheiten p:last-child {
  margin-bottom: 0;
}

/* Stil für die Tabelle */
.verpackungs-einheiten table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.verpackungs-einheiten th,
.verpackungs-einheiten td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.verpackungs-einheiten th {
  background-color: #f2f2f2;
  font-weight: bold;
}

.show-more-shipping-infos {
  font-size: 12px;
}

.category-dimension.ui-sortable-handle {
  margin-bottom: 32px;
}

.save-button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px; /* Use half of the button's height to make it round */
  background-color: #3498db; /* Replace with your desired background color */
  color: #ffffff; /* White font color */
  border: none;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  right: 10%;
}

.save-button[disabled] {
  opacity: 0.5; /* Example: Reduce opacity for disabled state */
  cursor: not-allowed; /* Example: Change cursor for disabled state */
  /* Add more styles as needed to clearly indicate the button is disabled */
}

.save-button i {
  margin-right: 5px;
}

p.save-button-info {
  position: fixed;
  right: 5%;
  margin-top: 24px;
  /* top: 10%; */
  padding: 8px;
  background: white;
  border: 1px dotted #073e66;
  color: #073e66;
  transition: all 0.3s linear;
  visibility: hidden;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Optional: Add hover effect */
.save-button:hover {
  background-color: #2980b9; /* Replace with your desired hover background color */
}

.staff-link {
  visibility: hidden;
}

@media (min-width: 320px) and (max-width: 480px) {
  /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  header.navbar #mobileMenu ul.sub-menu {
    position: initial;
    display: none;
  }
  header.navbar .desktop-menu {
    display: none;
  }
  header.navbar ul.mobile-menu {
    display: block;
  }
  header.navbar li {
    display: block;
  }
  #mobileMenu {
    top: 100%;
  }
  .mobile-menu-toggle .icon {
    display: flex !important;
    justify-content: end;
    width: 90%;
  }
  #mobileMenu ul li {
    width: 100%;
    font-size: 14px;
    padding: 4px 0;
  }
  #filter-content,
  .shop-products {
    width: 100%;
  }
  .shop-navigator-middle a {
    width: 100%;
  }
  .rent-trade {
    height: auto;
  }
  .info-bar {
    display: none;
  }
  .enq-cart-buttons li.cart-button i.fa-shopping-cart {
    display: block;
    text-align: center;
  }
  .dgwt-wcas-search-wrapp.mobile {
    max-width: 100% !important;
    width: 100%;
  }

  .upper-section,
  .lower-section,
  .flex-buttons,
  .logo,
  .left-section,
  .right-section {
    width: 100%;
  }
  .enq-cart-buttons i {
    display: inline-block !important;
  }
  .search-form-mobile .dgwt-wcas-search-wrapp {
    margin: 0 !important;
    width: 100%;
  }

  .cart-dropdown {
    position: fixed;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .cart-dropdown.show-dropdown {
    width: 100vw;
    left: 0%;
    height: 100vh;
    -webkit-animation: linear;
    -webkit-animation-name: run;
    -webkit-animation-duration: 1.5s;
  }
  .dropdown-cart-wrap h5 {
    font-size: 18px;
  }

  div#zierhut-shop {
    width: 100%;
    padding: 8px;
  }

  .product-filter {
    padding: 0;
  }
  .shop-product img {
    height: auto;
  }
  .read-more .btn {
    font-size: 14px;
  }

  @-webkit-keyframes run {
    0% {
      left: 100%;
    }
    50% {
      left: 50%;
    }
    100% {
      left: 0%;
    }
  }
  .cart-dropdown-inner {
    margin: 32px 0;
  }
  .glassmorphism-box {
    display: none;
  }
  h1.hero-title {
    text-align: left;
    font-size: 52px;
  }
  .product-list {
    display: block;
  }
  .product-box {
    width: 100%;
  }
  .column-parent {
    width: 100%;
  }
}
@media (min-width: 600px) {
  /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
}
@media (min-width: 801px) and (max-width: 1366px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .inside {
    width: 100%;
  }
  .upper-section {
    width: 100%;
  }
  .logo {
    width: 100%;
  }
  .logo img {
    width: 100% !important;
  }
  div#mobileMenu i.fa-pencil-alt,
  li.cart-button i.fa-shopping-cart {
    display: block;
    margin: auto;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
  /* hi-res laptops and desktops */
}

/* Surface Pro 6/7 in Portrait Mode */
@media screen and (min-width: 912px) and (max-width: 1368px) {
  .staff-link {
    visibility: hidden;
  }

  /* Header Anpassungen */
  header.navbar .desktop-menu {
    display: none;
  }

  header.navbar ul.mobile-menu {
    display: block;
  }

  header.navbar #mobileMenu ul.sub-menu {
    position: initial;
    display: none;
  }

  /* Layout Anpassungen */
  .upper-section,
  .lower-section,
  .flex-buttons,
  .logo,
  .left-section,
  .right-section,
  .inside {
    width: 100%;
  }

  /* Logo Optimierung */
  .logo img {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto;
  }

  /* Mobile Menu Icons */
  div#mobileMenu i.fa-pencil-alt,
  li.cart-button i.fa-shopping-cart {
    display: block;
    margin: auto;
    text-align: center;
  }

  /* Shop Anpassungen */
  #filter-content,
  .shop-products {
    width: 80%;
    padding: 0 15px;
  }

  .product-filter {
    padding: 10px;
  }

  .shop-product img {
    height: auto;
    max-width: 100%;
  }

  /* Cart Dropdown */
  .cart-dropdown.show-dropdown {
    width: 80vw;
    right: 0;
    height: 100vh;
    overflow-y: auto;
  }

  /* Hero Section */
  h1.hero-title {
    font-size: 42px;
    text-align: center;
  }

  /* Produktliste */
  .product-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .product-box {
    width: 100%;
  }

  /* Suchleiste */
  .dgwt-wcas-search-wrapp.mobile {
    max-width: 90% !important;
    margin: 0 auto;
  }

  /* Zusätzliche UI Elemente */
  .glassmorphism-box {
    display: block;
    opacity: 0.8;
  }

  .read-more .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

/* Surface Pro 6/7 in Landscape Mode */
@media screen and (min-width: 1368px) and (max-width: 1824px) {
  .hero-content > .columns > .column.is-half-desktop {
    width: 100% !important;
  }
  .staff-link {
    visibility: visible;
  }

  .product-catalog-price {
    height: 60px;
  }

  .info-bar .columns .column {
    width: 33% !important;
  }

  header.navbar .desktop-menu {
    display: flex;
  }

  header.navbar ul.mobile-menu {
    display: none;
  }

  .inside {
    max-width: 1200px;
    margin: 0 auto;
  }
  .dimension.pl-5 {
    padding-left: 0.5rem !important;
  }
  p.dimension span {
    font-size: 14px;
  }
  /* Shop Anpassungen */
  /* Shop Anpassungen */
  #filter-content,
  .shop-products {
    width: 75%;
    padding: 0 15px;
  }
  .produkt-katalog-filter,
  .shop-filter,
  #zierhut-shop {
    width: 25%;
  }
  div#zierhut-shop {
    width: calc(75% - 48px);
    padding: 24px;
  }
}
