/********** FARBEN **********/

:root {
  --vs-footer: #0e182a;
  --vs-dark: #0e182a;
  --vs-light: #ebf4fa;
  --bg-nh: #586785;
  --vs-blue1: #a8c5e5;
  --vs-gelb1: #ffe566;
  --vs-gelb2: #f7e182;
  --vs-gelb3: #f8ea44;
  --vs-blut: #760715;
  --vs-blood: #760715;
  --vs-blood: #b72a43;
  --vs-blood: #e2626b;
  --vs-rot1: #b72a43;
  --vs-rot2: #d07e7f;
  --vs-rot3: #ebd0cb;
  --vs-rot4: #f8f0ee;
  --vs-red-dark: #7a0000;
  --vs-red-dark: #860101;
  --vs-button-disabled: #d2d7df;
  --vs-button-buy: #3f78e0;
  --vs-bg-dark: #0e182a;
}

/************** FARBEN ****************/

/* das gleiche wie vs-dark */
.vs-footer {
  background-color: var(--vs-footer);
}

/* das dark Text */
.vs-text-dark {
  color: var(--vs-dark) !important;
}

/* Text hellblau statt weiss */
.vs-text-light {
  color: var(--vs-light) !important;
}

.text-inverse {
  color: var(--vs-light) !important;
}

.vs-bg-dark {
  background-color: var(--vs-dark);
}

.vs-bg-light {
  background-color: var(--vs-light);
}

/* Produkt HG und Farbe für Infotexte */
.vs-bg-blue1 {
  background-color: var(--vs-blue1);
}

.navbar-bg-dark {
  background-color: var(--vs-dark);
}

.vs-text-gelb1 {
  color: var(--vs-gelb1);
}

.vs-bg-gelb1 {
  background-color: var(--vs-gelb1);
}

.vs-bg-gelb2 {
  background-color: var(--vs-gelb2);
}

.vs-bg-gelb3 {
  background-color: var(--vs-gelb3);
}

.vs-bg-blut {
  background-color: var(--vs-blut);
}

.vs-bg-rot1 {
  background-color: var(--vs-rot1);
}

.vs-border-rot1 {
  border-color: var(--vs-rot1);
}

.vs-bg-rot2 {
  background-color: var(--vs-rot2);
}

.vs-bg-rot3 {
  background-color: var(--vs-rot3);
}

.vs-bg-rot4 {
  background-color: var(--vs-rot4);
}

.divider-dark {
  color: var(--vs-dark);
}

.divider-vs-bg-blue1 {
  color: var(--vs-blue1);
}

.divider-softblue {
  color: var(--bs-soft-blue);
}

.divider-paleblue {
  color: var(--bs-pale-blue);
}

.divider-bg-1 {
  color: var(--bg-1);
}

body {
  color: var(--vs-dark);
}

.btn:disabled {
  background-color: #999;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.7;
}

.btn-checkout {
  background: #ff6600;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.btn-checkout:hover {
  background: #e65c00;
}

.btn-secondary {
  background: white;
  color: #333;
  padding: 12px 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

.btn-secondary:hover {
  border-color: #888;
  color: #555;
}

/**************** HEADLINES *******************/

/* DISPLAY-1 Hauptheadline */
.display-1 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

/* DISPLAY-2 kleinere Headline Start*/
.display-2 {
  font-size: 2.9rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.7rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .display-2 {
    font-size: 2rem;
    font-weight: 400;
  }
}

/* DISPLAY-3 Headlines dazwischen*/
.display-3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .display-3 {
    font-size: 1.4rem;
  }
}

/* DISPLAY-4 CTA Headlines*/
.display-4 {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 1.4rem;
  }
}

/* DISPLAY-5 Produkt Headlines*/
.display-5 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .display-5 {
    font-size: 0.8rem;
  }
}

/* DISPLAY-6 Little Headlines Icon*/
.display-6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .display-6 {
    font-size: 0.8rem;
  }
}

/* DISPLAY-7 Open Sans größer*/
.display-7 {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .display-7 {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 768px) {
  .display-7 {
    font-size: 0.7rem;
  }
}

/* DISPLAY-7 kleinere Headline*/
.display-8 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .display-8 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .display-8 {
    font-size: 1.2rem;
  }
}

.lead {
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .lead {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 0.8rem;
  }
}

/*************** HEADLINE END *************/

/*************** FONTS *************/
.open-sans {
  font-family: "Open Sans", sans-serif;
}

/************* GRADIENTS ***********************/

.vs-gradient-1 {
  background: linear-gradient(
    -30deg,
    rgba(111, 161, 213, 1) 0%,
    rgba(50, 83, 136, 1) 55%,
    rgba(35, 59, 98, 1) 100%
  );
}

.vs-gradient-2 {
  background: linear-gradient(
    0deg,
    rgba(79, 120, 172, 1) 0%,
    rgba(50, 83, 136, 1) 50%,
    rgba(38, 63, 105, 1) 69%,
    rgba(14, 24, 42, 1) 100%
  );
}

.vs-gradient-3 {
  background: linear-gradient(
    0deg,
    rgba(140, 184, 203, 1) 0%,
    rgba(29, 107, 154, 1) 31%,
    rgba(14, 24, 42, 1) 100%
  );
}

.vs-gradient-4 {
  background: linear-gradient(
    180deg,
    rgba(14, 24, 42, 1) 0%,
    rgba(29, 107, 154, 1) 73%
  );
}

.vs-gradient-5 {
  background: linear-gradient(
    180deg,
    rgba(14, 24, 42, 1) 0%,
    rgba(29, 107, 154, 1) 73%
  );
}

.vs-gradient-6 {
  background: linear-gradient(
    -10deg,
    rgba(252, 240, 212, 1) 0%,
    rgba(111, 161, 213, 1) 100%
  );
}

.vs-gradient-7 {
  background: radial-gradient(
    circle,
    rgba(87, 97, 125, 1) 0%,
    rgba(40, 50, 71, 1) 52%,
    rgba(14, 24, 42, 1) 100%
  );
}

.vs-gradient-8 {
  background: linear-gradient(
    180deg,
    rgba(79, 120, 172, 1) 0%,
    rgba(50, 83, 136, 1) 50%,
    rgba(38, 63, 105, 1) 69%,
    rgba(14, 24, 42, 1) 100%
  );
}

.vs-gradient-10 {
  background: linear-gradient(
    180deg,
    rgba(27, 45, 76, 1) 0%,
    rgba(38, 63, 105, 1) 48%,
    rgba(79, 120, 172, 1) 100%
  );
}

.gradient-11 {
  background: linear-gradient(
    -30deg,
    rgba(136, 177, 219, 1) 0%,
    rgba(110, 159, 211, 1) 35%,
    rgba(50, 83, 136, 1) 78%
  );
}

.gradient-12 {
  background: linear-gradient(
    -30deg,
    rgba(133, 183, 214, 1) 7%,
    rgba(111, 161, 213, 1) 34%,
    rgba(69, 104, 147, 1) 73%,
    rgba(41, 66, 103, 1) 100%
  );
}

/************* GRADIENTS END ***********************/

/*********************** Accordions ***********************/
.product-accordion .product-header img {
  width: 80px;
  height: auto;
  margin-right: 20px;
  border: 10px solid green;
}

.product-accordion .product-title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
}

.product-accordion .product-subtitle {
  font-size: 0.9em;
  color: #666;
  margin: 0 0 10px;
}

.product-accordion .product-description {
  margin: 20px 0;
  line-height: 1.6;
}

.product-accordion .accordion-button {
  background-color: transparent;
  border-top: 1px solid var(--vs-dark);
  box-shadow: none;
  color: #3d3d3d;
  padding: 2rem 0;
  text-align: left;
  font-size: 1.3rem;
}

.product-accordion .accordion-button:not(.collapsed) {
  color: #212529;
}

.product-accordion .accordion-item {
  background-color: transparent;
  border: none;
}

.product-accordion .accordion-body {
  background-color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
  padding: 15px;
}

.product-accordion .accordion-button img {
  margin-right: 10px;
}

.product-accordion .accordion-item:last-child {
  border-bottom: 1px solid var(--vs-dark);
  border-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*********************** Global Styles ***********************/

@media (max-width: 991.98px) {
  .order-lg-2 {
    order: 2; /* Move the image after the text */
  }

  .wrapper .col-md-10 {
    order: 1; /* Move the text before the image */
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

label.InputfieldHeader {
  display: none;
}

.cart-link {
  font-size: 1.5rem;
  color: var(--vs-dark);
}

.pointer {
  cursor: pointer;
}

td {
  border-color: var(--border-light);
}

.hidden {
  display: none;
}

.sticky-column {
  position: sticky;
  top: 20px;
}

.btn-buy,
.btn-more {
  background-color: var(--vs-red-dark);
  color: var(--vs-light);
  font-size: 12px;
  padding: 2px 25px;
  border-radius: 30px;
  border: none;
}

.no-select {
  user-select: none;
  cursor: default;
}

.align-elements-center {
  display: flex;
  justify-content: center;
}

.mw-1200 {
  max-width: 1200px;
}

.billing-details p {
  margin: -0.3rem;
  font-size: 14px;
  color: #333;
}

.image-square {
  max-width: 200px;
  max-height: 200px;
  /* background-color: red; Red background for the square */
  display: flex;
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  overflow: hidden; /* Ensure content stays within the box */
  box-sizing: border-box; /* Ensure padding doesn't affect size */
}

.image-square img {
  /* max-width: 100%; Ensure the image width fits within the box */
  max-height: 70px; /* Ensure the image height fits within the box */
  object-fit: contain; /* Keep the image's aspect ratio */
}

.image-box {
  width: 320px; /* Match the standard image size */
  height: 320px; /* Match the standard image size */
  background-color: #f0f0f0; /* Add a background color */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevent image from overflowing */
  box-sizing: border-box;
}

.left-box img {
  max-width: 100%;
  height: auto; /* Maintains aspect ratio */
  width: 320px; /* Constrain image width */
}

/*********************** Custom Gutter Sizes ***********************/
.custom-row {
  gap: var(--bs-gutter-x) var(--bs-gutter-y);
}

@media (max-width: 576px) {
  .custom-row {
    --bs-gutter-x: 0.8rem;
    --bs-gutter-y: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .custom-row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 0.75rem;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .custom-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .custom-row {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 1.5rem;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .custom-row {
    --bs-gutter-x: 1.2rem;
    --bs-gutter-y: 1.2rem;
  }

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

#offcanvas-cart {
  width: 90vw;
  max-width: 25rem;
}

.offcanvas-header {
  padding: 0.8rem !important;
}

@media (max-width: 992px) {
  #offcanvas-cart {
    width: 100vw;
  }
}

/*********************** Headline Styles (h1 to h6) ***********************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Young Serif", serif;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
  color: var(--vs-dark);
}

h1 {
  font-size: 2.5rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  h3 {
    font-size: 1rem;
  }
}

/* h4 {
  font-size: 1.5rem;
  font-weight: 500;
} */

@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  h6 {
    font-size: 0.9rem;
  }
}

/*********************** Typografie - Headlines ***********************/

/* DISPLAY-1 Hauptheadline */
.display-1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
  }
}

/* DISPLAY-2 kleinere Headline */
.display-2 {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .display-2 {
    font-size: 2rem;
  }
}

/* DISPLAY-3 Headlines dazwischen */
.display-3 {
  font-size: 1.8rem !important;
  font-weight: 400;
}

@media (max-width: 768px) {
  .display-3 {
    font-size: 1.4rem;
  }
}

/* DISPLAY-4 CTA Headlines */
.display-4 {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .display-4 {
    font-size: 1.4rem;
  }
}

/* DISPLAY-5 Produkt Headlines */
.display-5 {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .display-5 {
    font-size: 0.8rem;
  }
}

.display-6 {
  font-size: 0.8rem;
  font-weight: 400;
}

.display-10 {
  font-size: 1rem;
  font-weight: 400;
}

/*********************** Badge - Cart ***********************/
.badge-cart {
  position: absolute;
  top: -0.35rem;
  right: -0.4rem;
  padding: 0.25rem 0.4rem;
  border-radius: 50%;
  background: var(--bg-red);
  color: #fff;
  font-size: 0.65rem;
}

.btn-close {
  width: 1.5rem; /* Increase size */
  height: 1.5rem;
  color: red;
  opacity: 1; /* Make it fully visible */
  border-radius: 50px;
}

.offcanvas-header .btn-close {
  margin-right: 0.8rem;
  margin-top: -0.2rem;
  opacity: 1; /* Make it fully visible */
}

/*********************** Info Box ***********************/
.box-container {
  display: flex;
  gap: 20px; /* Space between left and right sections */
  max-width: 1200px;
  width: 100%;
  padding: 0px;
  border-radius: 15px;
  /* background-color: #fff7dc; */
  flex-wrap: nowrap; /* Prevent wrapping so the layout stays side-by-side */
}

/* Left Section */
.left-box {
  flex: 2; /* Takes 2/3rd of the space */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--vs-bg-blue1);
  border-radius: 10px;
}

.left-box img {
  width: 100%;
  height: auto;
  max-height: 600px; /* Ensure the image scales responsibly */
  border-radius: 10px;
}

/* Right Section */
.right-box {
  flex: 1; /* Takes 1/3rd of the space */
  display: flex;
  flex-direction: column;
  gap: 20px; /* Adds consistent 20px spacing (gutter) between boxes */
  align-items: stretch; /* Ensures child boxes stretch to fill the width */
  height: auto; /* Let the height match content without adding extra gap */
}

/* Info Boxes */
.info-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  padding: 1.2em 0.5em 1.2em 0.5em;
  text-align: center;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */

  /* Adjust box height */
  flex-grow: 1; /* Ensures proportional growth */
  min-height: 100px; /* Minimum height for better visibility */
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .box-container {
    flex-wrap: nowrap; /* Prevent wrapping */
    gap: 12px; /* Reduce space between sections on smaller screens */
  }

  .left-box img {
    max-height: 400px; /* Scale the left image for smaller viewports */
  }

  .right-box {
    flex: 1; /* Maintain right alignment */
    height: auto; /* Adjust height to content */
    gap: 12px; /* Adjust the gutter spacing on smaller screens */
  }

  .info-box {
    min-height: 100px; /* Reduce the height slightly for smaller screens */
  }
}

/*********************** Responsive Adjustments ***********************/
@media screen and (max-width: 768px) {
  .box-container {
    gap: 12px;
  }

  .left-box img {
    max-height: 400px;
  }

  .right-box {
    gap: 12px;
  }

  .info-box {
    min-height: 100px;
  }
}

/*********************** Typography - Paragraphs ***********************/
.lead {
  font-size: 1rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .lead {
    font-size: 0.8rem;
  }
}

/*********************** Colors and Theming ***********************/
.vs-footer {
  background-color: var(--vs-footer);
}

.t-dark {
  color: var(--vs-dark);
}

.vs-dark {
  background-color: var(--vs-dark);
}

.vs-light {
  color: var(--vs-light);
}

.bg-1 {
  background-color: var(--bg-1);
}

.bg-2 {
  background-color: var(--bg-2);
}

.bg-red {
  background-color: var(--bg-red);
}

/*********************** Tables and Components ***********************/
.table {
  --bs-table-color: var(--vs-dark);
  --bs-table-border-color: var(--vs-dark);
}

.ratings {
  display: inline-block;
  position: relative;
  width: 4rem;
  height: 0.8rem;
  font-size: 0.9rem;
}

.ratings:before {
  content: "\2605\2605\2605\2605\2605";
  color: rgba(38, 43, 50, 0.1);
}

.ratings:after {
  content: "\2605\2605\2605"; /* Example for 3 stars */
  color: var(--vs-dark);
}

.btn-vampire {
  background-color: var(--vs-red-dark);
  color: #fff;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(255, 0, 0, 0.6);
  /* box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.4); */
  transition: all 0.3s ease-in-out;
}

/* Hover effect: glowing & slight size increase */
.btn-vampire:hover {
  background: linear-gradient(to bottom, #a50000, #5a0000);
  background: #5a0000;

  box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.8);
  transform: scale(1.05);
  color: #fff;
}

/*********************** Newsletter Button ***********************/
.vampire-btn {
  /* background: linear-gradient(to bottom, #8B0000, #4B0000); */
  background: var(--vs-red-dark);
  color: #fff;
  /* font-size: 18px; */
  padding: 12px 25px;
  /* border: 2px solid #660000; */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-shadow: 0px 0px 10px rgba(255, 0, 0, 0.6);
  /* box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.4); */
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Hover effect: glowing & slight size increase */
.vampire-btn:hover {
  background: linear-gradient(to bottom, #a50000, #5a0000);
  background: #5a0000;

  box-shadow: 0px 0px 20px rgba(255, 0, 0, 0.8);
  transform: scale(1.05);
  color: #fff;
}

/* Blood drip effect on click */
.vampire-btn:active::after {
  content: "🩸";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  animation: drip 0.5s ease-out forwards;
}

@keyframes drip {
  0% {
    bottom: -10px;
    opacity: 1;
  }
  100% {
    bottom: -30px;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .dropdown-menu.show {
    text-align: left;
  }
}

.accordion-wrapper .accordion-item {
  border-radius: 0.4rem !important;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 3rem;
    font-weight: 400;
  }
}

@media screen and (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-weight: 400;
  }
}

/*********************** Opening Overlay ***********************/

#openingOverlay {
  transition: opacity 0.5s ease;
}

#openingOverlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.vampire-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Schauriger Verlauf: tiefes Rot → Schwarz → Nebelgrau */
  background: linear-gradient(160deg, #2b0000, #0d0d0d 50%, #222 100%);
  z-index: 9999;
  display: none;
  transition: opacity 0.5s ease;
}

.vampire-overlay.fade-out {
  opacity: 0;
  pointer-events: none;
}

.vampire-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--vs-light);
  background-color: var(--vs-blut);
  border-color: var(--vs-light);
  box-shadow: none;
}

/* Nicht ausgewählte Buttons */
.btn-check:not(:checked) + .btn-outline-primary {
  border-color: var(--vs-light); /* Hier die Farbe setzen */
  color: var(--vs-light); /* Optional: auch die Schriftfarbe anpassen */
}

/* Optional: Beim Hover die Farbe ändern */
.btn-check:not(:checked) + .btn-outline-primary:hover {
  border-color: var(--vs-blut);
  color: var(--vs-blut);
}

.navigation-current {
  border: 1px solid var(--vs-blue1);
}

.language-link {
  color: var(--vs-bg-blue1) !important;
}

.item-title-col {
  min-width: 80px;
  max-width: 140px;
  word-break: break-word;
}

@media (max-width: 991.98px) {
  .offcanvas-nav .navbar-nav {
    align-items: flex-start !important;
  }

  .offcanvas-nav .navbar-nav .nav-link {
    text-align: left !important;
    justify-content: flex-start !important;
    width: 100% !important;
    display: flex !important;
  }
}

/* New header area */
.slide-menu {
  position: fixed;
  top: 0;
  left: -260px;
  width: 250px;
  height: 100%;
  background-color: #0d1f45;
  transition: left 0.3s ease;
  z-index: 1050;
}

.slide-menu.open {
  left: 0;
}

.container-desktop {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
}

.mega-menu {
  position: absolute;
  display: none;
  top: 130%;
  left: 0;
  width: 100%;
  max-width: 1360px;
  background-color: #0d1f45;
  z-index: 1000;
  padding: 2rem 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
  height: 300px;
}


  @media (min-width: 768px) {
    .mega-menu-wrapper:hover .mega-menu {
      display: block;
    }
  }

  .mega-menu {
  top: 80px; /* direkt unter dem Button */
}



@media (max-width: 767.98px) {
  .mega-menu {
    position: static;
    transform: none;
    width: 100%;
    display: none;
    background-color: #1c1c1c;
  }

  /* Mega Menu Mobile */

.link-label::after {
  content: "\e92d";
  font-family: "Unicons";
  display: inline-block;
  margin-left: 0.25rem;
  vertical-align: -2px;
  font-weight: 700;
}

.dropdown-toggle.mega-menu-link::after {
  content: " ";

}

  .nav-link {
    padding-bottom: 0.1rem;

  }

  /* .mega-menu.open {
        display: block;
      } */
}

.mega-menu p {
  font-size: 0.8rem;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.nav-link.collapsed i.bi-chevron-down {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.nav-link:not(.collapsed) i.bi-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.mega-menu-wrapper:hover .mega-menu {
  display: flex !important;
}
