body {
  font-family: 'Montserrat', sans-serif;
  color: #263238;
  background-color: #ffffff;
  line-height: 1.6;
}
/* Header */
header {
  background-color: #ffffff;
  padding: 15px 0;
  text-align: center;
}
header img {
  width: 150px;
  height: auto;
}
/* Hero Section */
.hero {
  position: relative;
  background: url('../img/verdraengungsschraube_linsenkopf_vierkant_ap_verzinkt_1.jpg') no-repeat center center/cover;
  padding: 80px 15px;
  text-align: center;
  color: #ffffff;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero h1 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 15px;
}
.hero p {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}
.marketing-highlight i.fas.fa-star {
  padding: 0 10px;
  color: #ffd700;
  text-shadow:
    0 0 8px rgba(0, 0, 0, 0.1), 0 0 16px rgba(0, 0, 0, 0.5);
}
.btn-primary {
  background-color: #e6007e;
  border-color: #e6007e;
  font-weight: 700;
  padding: 12px 25px;
  transition: background-color 0.3s ease;
}
.btn-primary:hover {
  background-color: #c5006b;
  border-color: #c5006b;
}
/* Marketing Highlight Section */
.marketing-highlight {
  background: #e6007e;
  color: #ffffff;
  padding: 30px 15px;
  text-align: center;
}
.marketing-highlight h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
}
.marketing-highlight p {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 20px;
}
.marketing-highlight i {
  font-size: 2em;
  margin-bottom: 15px;
}
.btn-white {
  background-color: #ffffff;
  color: #263238;
  border-color: #ffffff;
  font-weight: 700;
  padding: 12px 25px;
  transition: background-color 0.3s ease;
}
.btn-white:hover {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #263238;
}
/* Features Section */
.features {
  padding: 30px 15px;
}
.features h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #263238;
  text-align: center;
  margin-bottom: 30px;
}
.feature-card {
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-card i {
  font-size: 2em;
  color: #e6007e;
  margin-bottom: 15px;
}
.feature-card h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #e6007e;
  margin-bottom: 10px;
}
.feature-card p {
  font-size: 0.9em;
  font-weight: 400;
  color: #263238;
}
/* Technical Details Section */
.technical-details {
  padding: 30px 15px;
  text-align: center;
}
.technical-details h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #263238;
  margin-bottom: 20px;
}
.technical-details .nav-tabs {
  border-bottom: 2px solid #e6007e;
  justify-content: center;
  margin-bottom: 20px;
}
.technical-details .nav-link {
  color: #263238;
  font-weight: 700;
  border: none;
  border-bottom: 2px solid transparent;
}
.technical-details .nav-link.active {
  color: #e6007e;
  border-bottom: 2px solid #e6007e;
}
.technical-details img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.technical-details p {
  font-size: 0.9em;
  font-weight: 400;
  color: #263238;
}
/* Anpassung für die Empfehlungsliste */
.recommendation p {
  margin-bottom: 10px;
}
/* Price & Sortiment Section */
.price-highlight {
  padding: 30px 15px;
  text-align: center;
}
.price-highlight h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #263238;
  margin-bottom: 20px;
}
.price-card {
  padding: 20px;
  transition: transform 0.3s ease;
}
.price-card:hover {
  transform: translateY(-5px);
}
.price-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.price-card p {
  font-size: 0.9em;
  font-weight: 400;
  color: #263238;
}
/* Call to Action Section */
.cta-section {
  padding: 30px 15px;
  text-align: center;
  background: #f8f8f8;
}
.cta-section h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #263238;
  margin-bottom: 20px;
}
.cta-section p {
  font-size: 0.9em;
  font-weight: 400;
  color: #263238;
  margin-bottom: 20px;
}
/* Reviews Section */
.reviews {
  padding: 30px 15px;
  text-align: center;
}
.reviews h2 {
  font-size: 1.5em;
  font-weight: 700;
  color: #263238;
  margin-bottom: 20px;
}
.reviews .carousel-item {
  padding: 20px;
}
.reviews .stars {
  color: #e6007e;
  font-size: 1.2em;
  margin-bottom: 10px;
}
.reviews p {
  font-size: 0.9em;
  font-weight: 400;
  color: #263238;
}
/* Footer */
footer {
  background: #263238;
  color: #ffffff;
  padding: 30px 15px;
  text-align: center;
}
footer img {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
  font-weight: 400;
}
footer a:hover {
  color: #f0f0f0;
}
/* Slide-In Modal Styling */
.slide-in-modal {
  display: none; /* Wird per JavaScript eingeblendet */
}
.modal-dialog-slide-in {
  position: fixed;
  top: 20%;
  right: 0;
  margin: 0;
  max-width: 350px;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
}
.modal-dialog-slide-in.show {
  transform: translateX(0);
}
.modal-content {
  border: none;
  border-radius: 8px 0 0 8px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}
.modal-header {
  background-color: #e6007e;
  color: #ffffff;
  border-bottom: none;
}
.modal-title {
  font-size: 1.2em;
  font-weight: 700;
}
.modal-body {
  padding: 20px 20px 0;
  font-size: 0.9em;
  color: #263238;
}
.modal-footer {
  border-top: none;
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px; /* Abstand zwischen den Buttons */
}
/* Gleiche Breite für Buttons im Modal */
.btn-equal-width {
  width: 100%;
  max-width: 300px; /* Maximale Breite der Buttons */
  text-align: center;
  font-size: 0.9em;
}
/* Telefon-Icon im Button */
.btn-outline-primary i {
  margin-left: 5px;
}
/* Sicherstellen, dass das Modal das Scrollen nicht blockiert */
body.modal-open {
  overflow: auto !important; /* Erlaubt Scrollen, während das Modal offen ist */
  padding-right: 0 !important; /* Verhindert Verschiebung der Seite */
}
.modal-footer .btn-primary {
  font-size: 0.9em;
}
.modal-footer .btn-outline-primary {
  font-size: 0.9em;
  color: #e6007e;
  border-color: #e6007e;
}
.modal-footer .btn-outline-primary:hover {
  background-color: #e6007e;
  color: #ffffff;
}
/* Formular im Modal */
.form-control {
  font-size: 0.9em;
  border-radius: 4px;
  border: 1px solid #ced4da;
  transition: border-color 0.3s ease;
}
.form-control:focus {
  border-color: #e6007e;
  box-shadow: 0 0 5px rgba(230, 0, 126, 0.2);
}
.form-control::placeholder {
  color: #6c757d; /* Bootstrap-Grau für Platzhalter */
  font-weight: 400;
}
/* Erfolgsmeldung */
.success-message {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #e6f4ea;
  border-radius: 4px;
}
/* Responsive Anpassungen */
@media (max-width: 576px) {
  .modal-dialog-slide-in {
    top: 10%;
    max-width: 100%;
    border-radius: 0;
  }
  .btn-equal-width {
    max-width: 100%; /* Buttons auf kleineren Bildschirmen breiter machen */
  }
  /* Sicherstellen, dass die Felder auf kleinen Bildschirmen untereinander angeordnet sind */
  .row.mb-3 .col-md-6, .row.mb-3 .col-md-4, .row.mb-3 .col-md-8 {
    margin-bottom: 1rem;
  }
}
/* Media Queries für grössere Bildschirme */
@media (min-width: 768px) {
  header {
    padding: 20px 0;
  }
  header img {
    width: 200px;
  }
  .hero {
    padding: 120px 20px;
  }
  .hero h1 {
    font-size: 2.5em;
  }
  .hero p {
    font-size: 1.2em;
  }
  .btn-primary, .btn-white {
    padding: 15px 30px;
    font-size: 1.1em;
  }
  .marketing-highlight {
    padding: 50px 20px;
    margin-bottom: 50px;
  }
  .marketing-highlight h2 {
    font-size: 2em;
  }
  .marketing-highlight p {
    font-size: 1.2em;
  }
  .marketing-highlight i {
    font-size: 2.5em;
  }
  .features {
    padding: 40px 20px;
  }
  .features h2 {
    font-size: 2em;
  }
  .feature-card {
    padding: 30px;
  }
  .feature-card i {
    font-size: 2.5em;
  }
  .feature-card h3 {
    font-size: 1.4em;
  }
  .feature-card p {
    font-size: 1em;
  }
  .technical-details {
    padding: 40px 20px;
  }
  .technical-details h2 {
    font-size: 2em;
  }
  .technical-details img {
    max-width: 500px;
  }
  .technical-details p {
    font-size: 1em;
  }
  .price-highlight {
    padding: 40px 20px;
  }
  .price-highlight h2 {
    font-size: 2em;
  }
  .price-card {
    padding: 30px;
  }
  .price-card img {
    max-width: 300px;
  }
  .price-card p {
    font-size: 1em;
  }
  .cta-section {
    padding: 50px 20px;
    margin: 50px 0;
  }
  .cta-section h2 {
    font-size: 2em;
  }
  .cta-section p {
    font-size: 1em;
  }
  .reviews {
    padding: 40px 20px;
  }
  .reviews h2 {
    font-size: 2em;
  }
  .reviews .stars {
    font-size: 1.5em;
  }
  .reviews p {
    font-size: 1em;
  }
  footer {
    padding: 40px 20px 20px;
  }
  footer img {
    width: 150px;
  }
}