/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 28, 2024 */



@font-face {
  font-family: 'oxygenbold';
  src: url('../fonts/alloxygen/oxygen.bold-webfont.eot');
  src: url('../fonts/alloxygen/oxygen.bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/alloxygen/oxygen.bold-webfont.woff2') format('woff2'),
       url('../fonts/alloxygen/oxygen.bold-webfont.woff') format('woff'),
       url('../fonts/alloxygen/oxygen.bold-webfont.ttf') format('truetype'),
       url('../fonts/alloxygen/oxygen.bold-webfont.svg#oxygenbold') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'oxygenregular';
  src: url('../fonts/alloxygen/oxygen.regular-webfont.eot');
  src: url('../fonts/alloxygen/oxygen.regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/alloxygen/oxygen.regular-webfont.woff2') format('woff2'),
       url('../fonts/alloxygen/oxygen.regular-webfont.woff') format('woff'),
       url('../fonts/alloxygen/oxygen.regular-webfont.ttf') format('truetype'),
       url('../fonts/alloxygen/oxygen.regular-webfont.svg#oxygenregular') format('svg');
  font-weight: normal;
  font-style: normal;

}




@font-face {
  font-family: 'oxygenlight';
  src: url('../fonts/alloxygen/oxygen.light-webfont.eot');
  src: url('../fonts/alloxygen/oxygen.light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/alloxygen/oxygen.light-webfont.woff2') format('woff2'),
       url('../fonts/alloxygen/oxygen.light-webfont.woff') format('woff'),
       url('../fonts/alloxygen/oxygen.light-webfont.ttf') format('truetype'),
       url('../fonts/alloxygen/oxygen.light-webfont.svg#oxygenlight') format('svg');
  font-weight: normal;
  font-style: normal;

}



/* Override Bootstrap's default font-family with your custom font */
body {
  font-family: 'oxygenregular', sans-serif; /* Use intel-one font, fallback to system sans-serif fonts */
}




/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #00285A;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
  }
  #topbar .contact-info i {
    font-style: normal;
    color: #fff;
  }
  #topbar .contact-info i a, #topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
  }
  #topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
  }
  #topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #topbar .social-links a {
    color: rgba(255, 255, 255, 0.7);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
  }
  #topbar .social-links a:hover {
    color: white;
  }
 /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  #header.fixed-top {
    height: 70px;
  }
  #header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "oxygenbold", sans-serif;
  }
  #header .logo a {
    color: #222222;
  }
  #header .logo a span {
    color: #00285A;
  }
  #header .logo img {
    max-height: 40px;
  }
  
  .scrolled-offset {
    margin-top: 70px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #00285a;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #00285A;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
  .navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 100%;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #00285A;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #00285A;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
  }
  .navbar-mobile > ul > li {
    padding: 0;
  }
  .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
    visibility: hidden;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #00285A;
  }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #00285A;
  }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }
   /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 20px 0;
    background-color: #00285a;
    color: #ffffff;
    min-height: 40px;
  }
  .breadcrumbs2 {
    padding: 20px 0;
    background-color: #0068b5;
    color: #ffffff;
    min-height: 40px;
  }
  .breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
  }
  @media (max-width: 992px) {
    .breadcrumbs h2 {
      margin: 0 0 10px 0;
    }
  }
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  .breadcrumbs ol li + li {
    padding-left: 10px;
  }
  .breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
  }
  @media (max-width: 768px) {
    .breadcrumbs .d-flex {
      display: block !important;
    }
    .breadcrumbs ol {
      display: block;
    }
    .breadcrumbs ol li {
      display: inline-block;
    }
  }
  .bg-light-kubo,.jumbotron {
    --bs-bg-opacity: 1;
    background-color: #00295A !important;
  }  

  .product-div-short {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.2em;
    padding: 5px 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 270px;
    max-width: 100%;
    color: #090336;
  }

  .product-liste {
    font-family: "oxygenregular";
    font-weight: bold;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.2em;
    padding: 5px 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 270px;
    max-width: 100%;
    color: #090336;
  }

  .product-h1 {
    font-family: "oxygenregular";
    font-size: 1.8em;
    font-weight: normal;
    line-height: 1.2em;
    padding: 5px 5px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 270px;
    max-width: 100%;
    color: #090336;
  }

  .product-heading {
    margin-top: 0;
    margin-bottom: .375rem;
  /*  font-family: "Comfort|aa"; */
    font-family: "oxygenregular";
    font-weight: 700;
    line-height: 1.2;
    color: var(--bs-heading-color);
  }

   /* Stil für den Floating Button */
  .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #00285A; /* Blaue Farbe, anpassbar */
    color: white;
    padding: 15px 20px;
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
    z-index: 1000;
}

#infoBox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 900px;
  padding: 20px;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
#infoBox h3 {
  margin: 0 0 10px;
  font-size: 22px;

}
#infoBox p {
  margin: 0 0 10px;
}
#closeBtn {
  display: block;
  margin: 10px auto 0;
  padding: 5px 10px;
  background-color: #f44336;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
button {
  margin: 5px;
}
.info-button {
  background-color: #204572;
  color: white;
  border: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 16px;
  transform: translate(-50%, -50%);
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1000;
  border-radius: 10px;
}

.popup-content {
  position: relative;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}
.img-thumbnailmini {
  max-width: 20px; /* Oder eine andere gewünschte Breite */
  height: 15px;
  object-fit: cover; /* Zuschneiden, um die Proportionen zu wahren */
}

.kompname {
  font-size:15px;
  margin-bottom:10px
}
.kompheader {
  font-size:18px;
  color:#c01b1b;
  font-family:'Monda';
  text-transform:uppercase;
  font-weight:700;
  display:block
}
.kompcontent {
  font-size:12px;
  font-family:'Verdana';
  line-height:21px
}
.ip-details-tabs .kompheader,
.ip-details-tabs .kompname,
.ip-details-tabs .kompcontent {
  margin-left:100px
}
@media(max-width:480px) {
  .ip-details-tabs .kompheader,
  .ip-details-tabs .kompname,
  .ip-details-tabs .kompcontent {
    margin-left:0
  }
  .ip-details-tabs .komponente {
    padding-top:75px
  }
  .ip-details-tabs #desctabs li>div {
    padding:20px!important
  }
}
.ip-details-tabs .komponente {
  width:100%;
  padding-bottom:25px;
  border-bottom:1px solid #ccc;
  margin-bottom:25px;
  background-repeat:no-repeat;
 /* background-image:url("/templates/Ebakerysystem/themes/my-ebakery/description/img/configuration.png") */
}
.ip-details-tabs .komponente:last-of-type {
  border-bottom:0;
  margin-bottom:0;
  padding-bottom:0
}
.ip-details-tabs .komponente.cpu {
 /* background-image:url("/templates/Ebakerysystem/themes/my-ebakery/description/img/processor.png") */
}
/* Technische Details & darunter liegende Inhalte zentrieren */
.technical-section {
  max-width: 1600px; /* Begrenzte Breite für bessere Lesbarkeit */
  margin: 0 auto; /* Automatische Zentrierung */
  padding-top: 20px; /* Etwas Abstand nach oben */
}
.technical-section h4 {
  font-size: 1.5em;
  color: #00285A;
  margin-bottom: 24px;
  border-left: 6px solid #0078d4;
  padding-left: 16px;
  letter-spacing: 1px;
}

.pc-intro {
  /*background-color: #0d1b2a;*/
  background-color: #00285A;
  
  color: white;
  padding: 40px 0;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.pc-header {
  text-align: center;
}

.pc-header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}

.pc-header p {
  font-size: 1.2em;
  color: #a8dadc;
}

/* Produktbereich */
.pc-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 50px; /* Mehr Abstand zwischen Bild und Text */
}

/* Bildbereich */
.pc-image-gallery {
  flex: 1;
  text-align: center;
}

.pc-image-gallery img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.thumbnail-container {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.thumbnail {
  width: 80px;
  height: auto;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 5px;
  transition: transform 0.3s;
}

.thumbnail:hover {
  transform: scale(1.1);
}

/* Produktdetails */
.price-container {
  display: flex;
  justify-content: space-between; /* Verteilt Elemente zwischen links und rechts */
  align-items: center; /* Richtet sie vertikal aus */
}

.text-block {
  flex-grow: 1; /* Lässt den Textblock den Platz füllen */
}

.pc-price {
  font-size: 1.5rem; /* Größerer Preis für bessere Sichtbarkeit */
  font-weight: bold;
  margin-left: 20px; /* Abstand zum Textblock */
  color: #f77f00;
}




.pc-details {
  flex: 1;
  max-width: 500px;
  text-align: left;
  padding-left: 50px; /* Mehr Abstand zur linken Seite */
}

/* Preis */
.pc-pricealt {
  padding-left: 220px;
  font-size: 1.8em;
  font-weight: bold;
  margin: 15px 0;
  color: #f77f00;
}

/* Kauf-Button */
.buy-button {
  display: inline-block;
  background: #f77f00;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 1.2em;
  border-radius: 5px;
  margin-top: 10px;
  transition: background 0.3s;
}

.buy-button:hover {
  background: #e76f00;
}

/* Alternative Konfiguration */
.alternative-box {
margin-top: 35px; /* Mehr Abstand */
padding: 10px;
background: #192841; /* Dezenter Blauton */
border-radius: 8px;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
font-size: 0.85em;
max-width: 350px; /* Kleinere Breite */
transition: transform 0.3s, box-shadow 0.3s;
}

.alternative-box a {
display: block;
text-decoration: none;
color: inherit;
padding: 10px;
}

.alternative-box:hover {
transform: scale(1.02);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
background: #223556; /* Etwas helleres Blau */
}

.alternative-box h3 {
font-size: 1em;
color: #f77f00;
margin-bottom: 5px;
}

.alternative-box p {
font-size: 0.85em;
line-height: 1.3;
color: #d9d9d9;
}


    .info-button {
      background: none;
      border: none;
      cursor: pointer;
      margin-left: 8px;
    }
  
    .info-icon {
      display: inline-block;
      background-color: #223556;
      color: white;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      text-align: center;
      font-size: 12px;
      line-height: 18px;
      font-weight: bold;
    }
  
 
  
    .info-box h4 {
      margin-top: 0;
      font-size: 16px;
      color: #223556;
    }
  
    .info-box h5 {
      margin: 10px 0 5px 0;
      font-size: 15px;
      color: #333;
    }
  
    .info-box ul {
      padding-left: 18px;
      margin: 0;
    }
  
    .info-box li {
      margin-bottom: 4px;
    }
    
  

  .info-box.show {
    display: block;
    opacity: 1;
  }

 

  
  .info-header h4 {
    margin-top: 0;
    font-size: 1.4em;
    color: #333;
  }
  
  .info-header i {
    color: #0078d7;
    margin-right: 8px;
  }
  
  .info-specs h5 {
    margin-top: 20px;
    font-size: 1.1em;
    color: #555;
  }
  
  .info-specs ul {
    list-style: none;
    padding-left: 0;
  }
  
  .info-specs ul > li {
    margin-bottom: 8px;
    padding-left: 1.2em;
    position: relative;
  }
  
  .info-specs ul > li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0078d7;
    font-size: 0.9em;
  }
  
  .info-specs ul ul li::before {
    content: "–";
    color: #999;
  }
  
  .highlight {
    background: #e0f3ff;
    padding: 10px;
    border-radius: 5px;
    color: #004b75;
    margin-top: 20px;
  }
  .info-btn {
    background: none;
    border: none;
    color: #0078d7;
    font-size: 1.2em;
    cursor: pointer;
    margin-right: 6px;
  }
  
  .info-btn:hover {
    color: #005999;
  }
  .produktzeile {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.1em;
  }

  .product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

 .product-box {
  display: flex;
  flex-direction: row;
  /* width entfernen */
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  }


  .product-image-wrapper {
    flex: 1;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: transform 0.4s ease;
     margin-right: 16px;
  }
.product-box-link:hover img {
  transform: scale(1.4);
}
  .product-image-wrapper img {
  width: auto;
  height: 50%;
  transform: scale(1.3);
  object-fit: cover;
  object-position: center;
}
 .product-image-wrapper40 {
    flex: 1;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
 .product-image-wrapper40 img {
  width: auto;
  height: 35%;
  transform: scale(1.3);
  object-fit: cover;
  object-position: center;
}

  .product-details {
    flex: 2;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .product-title {
    font-weight: bold;
    margin-bottom: 4px;
  }

  .product-subtitle {
    font-size: 1.1em;
    color: #003366; /* passt zum Button */
  font-weight: 600;
    padding-bottom: 4px;
  border-bottom: 1px solid #eee;
  margin-bottom: 8px;
  }

  .product-description {
    font-size: 0.95em;
    color: #444;
    margin-bottom: 8px;
  }

  .product-specs {
    font-size: 0.9em;
    margin-bottom: 8px;
    list-style: none;
    padding: 0;
  }

  .product-specs li {
    margin-bottom: 2px;
  }

  .availability {
    color: green;
    font-size: 1.4em;
    font-weight: 500;
    margin-bottom: 6px;
  }



.product-price {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0; /* vorher war margin-bottom: 10px */
  color: #007800; /* sattes Grün */
}




  @media (max-width: 1000px) {
    .product-box {
      width: 100%;
      flex-direction: column;
    }

    .product-image-wrapper {
      width: 100%;
    }
  }


.product-box-link {
  text-decoration: none !important;
  color: inherit;
  display: block;
  width: calc(33.333% - 20px); /* gleiche Breite wie .product-box vorher */
}


.product-button {
  background-color: #003366;
  color: white;
  padding: 6px 10px;
  text-align: center;
  border-radius: 6px;
  font-weight: bold;
  font-size: 0.85em;
  display: inline-block;
}


.product-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-button::after {
  content: " →";
  font-weight: normal;
}

.product-box-link:hover .product-box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.product-box-link:active .product-box {
  text-decoration: none;
   text-decoration: none !important;
  transform: scale(0.98);
}


.product-title {
  font-weight: bold;
  font-size: 1.05em;
  margin-bottom: 4px;
   color: #003366;
}

.product-subtitle {
  font-size: 0.95em;
  font-weight: 500;
  margin-bottom: 8px;
}

.product-specs {
  font-size: 1.40em;
  color: #333;
  margin-bottom: 10px;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.product-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: linear-gradient(90deg, #d6001c 50%, #d6001c 100%);
  color: #fff;
  font-size: 0.97rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 5px 15px;
  border-radius: 14px;
  box-shadow: 0 2px 8px -5px #6662;
  z-index: 2;
}


.bestseller-badge {
  background-color: #d6001c;
  color: white;
  font-size: 0.75em;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 12px;
  vertical-align: middle;
}
  body {
      font-family: Arial, sans-serif;
      font-size: 0.90em;
      margin: 0;
      padding: 0;
      background: #f5f5f5;
      color: #222;
    }
    .product-page {
      max-width: 1200px;
      margin: 40px auto;
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    }
    .product-overview {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
    }
    .product-image {
      flex: 1 1 40%;
    }
    .product-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }
    .product-info {
      flex: 1 1 55%;
    }
    .product-info h1 {
      font-size: 2.0em;
      margin-bottom: 10px;
    }
    .short-description {
      font-size: 1.4em;
      font-weight: bold;
      margin-bottom: 16px;
    }
    .product-specs {
      list-style: none;
      padding: 0;
      margin: 0 0 20px 0;
    }
    .product-specs li {
      margin-bottom: 6px;
    }
    .availability {
      color: green;
      font-weight: 500;
      margin-bottom: 12px;
    }
    .product-price {
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: 16px;
    }
    .product-button {
      display: inline-block;
      padding: 10px 16px;
      background: #003366;
      color: white;
      text-decoration: none;
      border-radius: 6px;
      font-weight: bold;
    }
    .product-details {
      margin-top: 40px;
    }
    .product-details h2 {
      font-size: 1.4em;
      margin-bottom: 12px;
    }
    .product-details p, .product-details ul {
      line-height: 1.2;
    }
    .info-button {
      background-color: #0e4269;
      border: none;
      color: white;
      font-weight: bold;
      cursor: pointer;
      margin-left: 8px;
      margin-right: 8px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      font-size: 14px;
      text-align: center;
      line-height: 22px;
      padding: 0;
    }
.info-box {
  display: none;
  background: #eef3f8;
  color: #222;
  border-left: 4px solid #0078D4;
  padding: 10px 15px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 0.95em;
}


  table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

tbody tr:nth-child(even) {
  background-color: #e6eaf0; /* etwas dunkler als vorher */
}

tbody tr:hover {
  background-color: #bed1e6; /* optional: bei Hover leicht blauer Hintergrund */
}

td {
  vertical-align: top;
  padding: 12px 10px;
}

td:first-child {
  font-weight: bold;
  width: 180px;
  padding-right: 20px;
}

  .info-box {
    display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    max-width: 900px;
    background-color: #fff;
    color: #000;
    border: 3px solid #000;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    z-index: 1000;
    overflow-y: auto;
    max-height: 80vh;
  }

  .info-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
  }

  .close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    cursor: pointer;
  }

  .info-box {
    display: none;
    position: fixed;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 900px;
    background-color: #f9f9fb;
    color: #1a1a1a;
    border: 1px solid #cdd1d5;
    border-radius: 8px;
    padding: 1.8rem 2rem;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    font-family: "Segoe UI", Roboto, sans-serif;
    z-index: 1000;
    overflow-y: auto;
    max-height: 85vh;
  }

  .info-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 10, 20, 0.3);
    z-index: 999;
  }

  .info-button {
    margin-left: 6px;
    padding: 2px 8px;
    font-size: 0.9rem;
    background-color: #0056b3;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
  }

  .info-button:hover {
    background-color: #003d80;
  }

  .close-btn {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.4rem;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
  }

  .close-btn:hover {
    color: #000;
  }

  .product-details h2 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
  }

  .product-details h3 {
    font-size: 1.4rem;
    margin-top: 0.0rem;
    margin-bottom: 0.5rem;
    color: #333;
  }

  .product-details ul {
    list-style: none;
    padding-left: 0;
  }

  .product-details li {
    margin-bottom: 0.4rem;
    border-bottom: 1px #ccc;
    padding-bottom: 0.3rem;
  }

  .product-details p {
    margin-top: 1rem;
  }
 

    .thumbnail-gallery {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 10px;
    }
    .thumbnail-gallery img {
      flex: 1 1 calc(20% - 10px);
      max-width: calc(20% - 10px);
      height: auto;
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 4px;
      transition: border-color 0.2s;
    }
    .thumbnail-gallery img:hover,
    .thumbnail-gallery img.active-thumbnail {
      border-color: #003366;
    }
    .component-block {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0,40,90,0.08);
  padding: 22px 28px;
  margin-bottom: 22px;
  display: flex;
  gap: 26px;
  align-items: flex-start;
  border: none; /* Linie weg! */
  transition: box-shadow .18s;
}
.component-block:hover {
  box-shadow: 0 6px 24px rgba(0,40,90,0.16);
  transform: translateY(-2px) scale(1.015);
}
.component-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e6f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0,40,90,0.07);
  margin-right: 0;
}
.component-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.component-info h3, .component-info h4 {
  font-size: 1.20em;
  color: #003366;
  margin-bottom: 2px;
  font-weight: 700;
}
.component-info .short {
  display: inline-block;
  background: #f0f7fd;
  color: #0070b6;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 0.93em;
  margin-bottom: 10px;
  margin-top: 2px;
}

      .component-info h5 {
      color: #003366;
      margin: 0 0 5px;
    }
    .component-info p.short {
      font-weight: bold;
      margin: 0 0 8px;
    }
.component-info ul {
  padding-left: 0;
  margin-top: 10px;
}
.component-info ul li {
  list-style: none;
  padding-left: 26px;
  margin-bottom: 8px;
  position: relative;
  font-size: 0.99em;
}
.component-info ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  
  fill: #0078d4; left: 0; top: 2px;
  width: 16px; height: 16px;
  background: url('check-circle.svg') no-repeat center center / contain;
}
.componentalte-info ul li:before {
  content: '\f058'; /* Font Awesome fa-check-circle */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #0078d4;
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 1px;
}

    .hero-intro {
  background: linear-gradient(90deg, #e3eefc 45%, #fff 100%);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(30, 60, 120, 0.06);
  margin: 32px 0 36px 0;
  padding: 36px 20px 32px 20px;
  display: flex;
  justify-content: center;
}

.hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 38px;
  max-width: 1100px;
  width: 100%;
}

.hero-image img {
  max-width: 320px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(20,40,70,0.08);
}

.hero-details {
  flex: 1 1 400px;
  min-width: 260px;
}

.hero-title {
  font-size: 2.4em;
  color: #00285A;
  font-family: 'oxygenbold', sans-serif;
  margin: 0 0 6px 0;
  line-height: 1.12;
}
.hero-badge {
  display: inline-block;
  background-color: #0057b7;  /* oder deine Wunschfarbe */
  color: white;
  font-size: 0.5em;
  padding: 0.2em 0.5em;
  border-radius: 4px;
  margin-left: 5em;
  vertical-align: top; /* oder: middle / text-top */
  position: relative;
  top: -0.3em; /* feinjustieren je nach Schriftgröße */
}

.hero-badge2 {
  display: inline-block;
  background: #f77f00;
  color: #fff;
  font-size: 0.7em;
  font-weight: bold;
  border-radius: 6px;
  padding: 3px 10px;
  margin-left: 10px;
  letter-spacing: 0.03em;
  vertical-align: middle;
}

.hero-shortdesc {
  font-size: 1.22em;
  color: #192841;
  margin: 0 0 10px 0;
}

.hero-benefits {
  list-style: none;
  margin: 0 0 16px 0;
  padding: 0;
  font-size: 1.05em;
  color: #204572;
}
.hero-benefits li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.hero-benefits i {
  color: #30b038;
  font-size: 1em;
}

.hero-buybox {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 6px;
}

.hero-price {
  font-size: 2em;
  color: #f77f00;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.hero-button {
  background: #003366;
  color: #fff;
  padding: 13px 28px;
  border-radius: 7px;
  font-size: 1.12em;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s;
  box-shadow: 0 2px 7px rgba(0,40,120,0.04);
}
.hero-button:hover {
  background: #f77f00;
  color: #fff;
}

.hero-delivery {
  margin-top: 6px;
  color: #1b861b;
  font-size: 1.08em;
  font-weight: 500;
}

/* Responsive für Smartphone */
@media (max-width: 820px) {
  .hero-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .hero-image img {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .hero-title {
  font-size: 2.0em;
  font-weight: bold;
  margin-bottom: 1em;
}
  .hero-price {
    font-size: 1.35em;
  }
}
.hero-product {
  background: linear-gradient(100deg, #f9fafc 75%, #eef6ff 100%);
  padding: 40px 0 35px 0;
}
.hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 42px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-gallery {
  flex: 1 1 340px;
  text-align: center;
}
.hero-main-img {
  max-width: 500px; /* vorher z.B. 260px oder 300px */
  min-width: 220px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .hero-main-img {
    max-width: 98vw;
    min-width: 0;
  }
}

.hero-thumbnails {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.hero-thumbnails img {
  width: 64px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.18s;
}
.hero-thumbnails img.active,
.hero-thumbnails img:hover {
  border: 2px solid #0078D4;
}
.hero-content {
  flex: 2 1 420px;
}
.hero-content h1 {
  font-size: 2.2em;
  color: #0d1c32;
  margin-bottom: 14px;
}
.hero-sub {
  font-size: 1.1em;
  color: #34506e;
  margin-bottom: 16px;
}
.hero-features {
  list-style: none;
  padding-left: 0;
  color: #444;
  margin-bottom: 20px;
}
.hero-features li {
  margin-bottom: 5px;
}
.hero-price-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 8px;
}
.hero-price {
  font-size: 1.5em;
  color: #f77f00;
  font-weight: bold;
}
.hero-btn {
  display: inline-block;
  background: #003366;
  color: #fff;
  padding: 10px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.18s;
}
.hero-btn:hover {
  background: #f77f00;
  color: #fff;
}
@media (max-width: 850px) {
  .hero-container { flex-direction: column; gap: 20px;}
  .hero-content { text-align: center; }
}
.hero-config label {
  margin-right: 6px;
}
.hero-config select {
  margin: 0 0 12px 0;
  padding: 4px 10px;
  border-radius: 5px;
  border: 1px solid #bcd;
  min-width: 200px;
}

.upgrade-options {
  display: flex;
  flex-direction: column;
  gap: 4px; /* vorher 12px */
  margin-top: 10px;
}

.upgrade-field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0; /* falls vorhanden, auf 0 setzen */
}

.upgrade-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;  /* 2 Spalten */
  gap: 2px 30px; /* Abstand: 14px Zeile, 32px Spalte */
  align-items: center;
}

.upgrade-field label {
  font-weight: 600;
  font-size: 0.97rem;
  color: #263144;
}

.upgrade-field select {
  width: 95%;
  padding: 5px 7px;
  margin-top: 3px;
  border-radius: 8px;
  border: 1px solid #d5dae1;
  background: #fafbfc;
  font-size: 1rem;
}

.footer {
  width: 100vw;
  background: linear-gradient(90deg, #002147 70%, #25426c 100%);
  color: #f4f4f4;
  font-size: 15px;
  margin-left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 24px #0003;
  padding-top: 40px;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 2fr 1.6fr;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4vw 16px 4vw;
}

.footer-section {
  min-width: 220px;
  padding-bottom: 18px;
}

.footer-section.contact {
  padding-left: 2vw;
}

.footer-section h4 {
  font-size: 1.1em;
  color: #79c7ff;
  margin-bottom: 16px;
  letter-spacing: 0.5px;
}

.footer-section a {
  color: #79c7ff;
  text-decoration: none;
  transition: color 0.2s;
  word-break: break-all;
}
.footer-section a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section li {
  margin: 7px 0;
}

.footer-logo {
  width: 90px;
  display: block;
  margin: 0 auto 10px auto;
}
.footer-claim {
  text-align: center;
  color: #bfe6ff;
  font-size: 1em;
  margin-bottom: 16px;
  margin-top: 10px;
  letter-spacing: 0.4px;
}
.footer-social {
  text-align: center;
  margin-top: 10px;
}
.footer-social a img {
  width: 24px;
  margin: 0 7px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.footer-social a img:hover {
  opacity: 1;
}

.footer-section.nav {
  padding-right: 2vw;
}

.footer-copyright {
  border-top: 1px solid #26456b;
  margin-top: 16px;
  padding: 12px 4vw 12px 4vw;
  font-size: 13px;
  color: #b8c3d1;
  text-align: center;
  background: #001833;
  letter-spacing: 0.2px;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .footer-section.middle {
    grid-column: span 2;
    margin: 0 auto;
    padding-bottom: 0;
  }
}

@media (max-width: 650px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .footer-section {
    min-width: unset;
    padding-bottom: 22px;
    text-align: center;
  }
  .footer-section.contact,
  .footer-section.nav {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-section.middle {
    margin-bottom: 16px;
  }
}

.highlight-specs {
  background: #fff;
  border-radius: 18px;
  margin: 50px 0 0 0;
  box-shadow: 0 2px 20px rgba(40,60,100,0.07);
  padding: 36px 0;
  display: flex;
  justify-content: center;
}

.highlight-specs-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  gap: 40px;
  align-items: center;
  width: 90%;
}

.highlight-specs-image img {
  max-width: 380px;
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 8px 36px rgba(0,32,80,0.11);
  background: #e9eef8;
}

.highlight-specs-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 36px;
  flex: 1;
}

.spec-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 17px 19px;
  background: #f6f8fa;
  border-radius: 11px;
  box-shadow: 0 1px 6px rgba(0,60,180,0.03);
  transition: box-shadow 0.15s;
  border-left: 5px solid #0078D4;
}
.spec-card:hover {
  box-shadow: 0 4px 18px rgba(0,64,255,0.08);
}
.spec-card i {
  color: #0078D4;
  font-size: 1.6em;
  margin-top: 3px;
  min-width: 32px;
}
.spec-title {
  display: block;
  font-weight: 700;
  font-size: 1.02em;
  margin-bottom: 2px;
  color: #0a225c;
}
.spec-card span {
  color: #27364a;
  font-size: 0.98em;
}

@media (max-width: 900px) {
  .highlight-specs-container {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
  .highlight-specs-image img {
    margin: 0 auto;
    display: block;
    max-width: 340px;
  }
  .highlight-specs-cards {
    grid-template-columns: 1fr;
  }
}

.hero-product-box {
  display: flex;
  background: linear-gradient(105deg, #f6fbff 70%, #f1f6ff 100%);
  border-radius: 22px;
  box-shadow: 0 4px 32px -10px #0078d455;
  transition: transform 0.18s, box-shadow 0.2s;
  overflow: hidden;
  border: 1.5px solid #e3eef9;
  min-height: 205px;
  margin-bottom: 26px;
  cursor: pointer;
}
.hero-product-box:hover {
  transform: translateY(-3px) scale(1.015);
  box-shadow: 0 8px 38px -10px #0078d4aa;
  border-color: #bde0fe;
  background: linear-gradient(105deg, #f0f8ff 60%, #e5f2ff 100%);
}
/* .product-image-wrapper {
  /* min-width: 300px; */
  /* display: flex; */
  /* align-items: center; */
  /* background: #fff; */
  /* justify-content: center; */
  /* padding: 24px 20px; */
/* } */ */
.product-image-wrapper img {
  width: 235px;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 2px 15px -7px #0078d433;
  background: #eef6ff;
}
.product-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 20px 14px 16px;
  min-width: 0;
}
.product-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #09304c;
  letter-spacing: 0.4px;
}
.product-name {
  color: #0078d4;
  font-weight: 700;
  font-size: 1.15rem;
  margin-left: 1px;
}
.product-subtitle {
  color: #5692bb;
  font-size: 1.03rem;
  margin-bottom: 6px;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.product-specs {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  list-style: none;
  font-size: 0.97rem;
  color: #25476b;
}
.product-specs li {
  margin-bottom: 2px;
}
.availability {
  font-size: 0.96rem;
  color: #218838;
  font-weight: 500;
  margin-bottom: 7px;
  margin-left: 1px;
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.product-price {
  font-size: 1.21rem;
  font-weight: 700;
  color: #084a8c;
  letter-spacing: 0.2px;
  background: #e7f1fb;
  padding: 4px 17px 4px 12px;
  border-radius: 13px;
}
.product-button {
  background: #0078d4;
  color: #fff;
  font-size: 1.03rem;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 13px;
  box-shadow: 0 2px 6px -3px #0078d455;
  transition: background 0.18s;
  cursor: pointer;
}
.product-button:hover {
  background: #0057a8;
}
.product-box-link {
  text-decoration: none;
  display: block;
}
@media (max-width: 800px) {
  .hero-product-box {
    flex-direction: column;
    min-height: unset;
  }
  .product-image-wrapper {
    padding: 18px 0 8px 0;
    min-width: unset;
  }
  .product-details {
    padding: 9px 12px 14px 12px;
  }
}
.seo-h1 {
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 1em;
}
