/* Schrift mit Größe  */
body {
  font-family: "Segoe UI", sans-serif;
  font-size: 17px;
}
/* Überschrift H1  */
h1 {
  color: black;
	font-size: 14pt;
}
h2 {
  color: black;
	font-size: 13pt;
}
h3 {
  color: purple;
	font-size: 13pt;
}
/* Preis in Prozent */
.aawp .aawp-product__ribbon--sale {
  color: yellow;
  font-weight: bold;
	font-size: 19px;
}

/* Archive Farbe */
.archive .page-header h1.page-title {
color: red !important;
font-family: courier;
font-size: 22px !important;}
/* Linkfarbe */
a:link { color: #0000EE; }
a:visited { color: darkblue; }
/* Liste blauer Punkt */
li::marker {
    color: black; 
    font-size: 1.3em; /* Beispielgröße, du kannst sie nach Bedarf anpassen */
}
/* content ol, */
#content ul {
font-size: 110%;
    font-weight: 300; /* Leichte Schriftstärke */
    font-family: Arial, sans-serif; /* Beispiel für eine gut lesbare Schriftart */
}
#content li > ul,
#content li > ol { 
font-size: 130%;
    font-weight: 400; /* Normale Schriftstärke */
    font-family: 'Times New Roman', serif; /* Beispiel für eine klassische Schriftart */
}

/* Zeilenabstand ALT */
p { line-height: 135%; }
/* Zeilenabstand Neu */
.zeilenabstand {
 line-height: 1.9;
 }
/* Buchstabenabstand */
.grossabstand {
	letter-spacing: 0.1em;}
/* Zeilenabstand */
.sidebar .widget { margin-bottom:10px; margin-top: 10px; }
.widget { margin-bottom: 50px !important; }
.widget-title {
font-size: 20px !important;
}


/* Pfeil-Symbol und URL-Styling */
.weiterlesen-button::before {
  content: "» ";
  margin-right: 5px;
  color: #007bff;
  text-decoration: underline;
}
/* Zeilenabstand-anpassen */
.flex-item {
  line-height: 1.2; /* Standardwert */
}
/* Bilder-Reihenfolge und URL-Styling */
    .flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center; /* Zentriert die Elemente vertikal */
    }
    .flex-container a {
        flex: 1 1 calc(33.333% - 10px); /* Drei Elemente pro Zeile */
        margin: 5px;
        box-sizing: border-box; /* Verhindert, dass Padding und Border die Breite beeinflussen */
    }
    .flex-container img {
        max-width: 100%; /* Stellt sicher, dass die Bilder nicht über ihre Container hinausgehen */
        height: auto; /* Beibehaltung des Seitenverhältnisses */
    }
.site-info a {display: none} /* Link verstecken */
.site-info {display: none} /* Container verstecken */

/* Akkordeon */
details {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  background-color: #f9f9f9;
}

summary {
  position: relative;
  font-weight: bold;
  cursor: pointer;
  padding-left: 20px;
}

summary::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  transition: transform 0.2s ease;
}

details[open] summary::before {
  transform: rotate(90deg);
}

.markenliste {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Akkordeon Link Text */
.markenliste li {
  background-color: #f0f8ff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.markenliste li:hover {
  background-color: #e0f0ff;
}

.markenliste a {
  font-weight: bold;
  text-decoration: none;
  color: #0073e6;
}

.markenliste a::before {
  content: "▶ ";
  color: #0073e6;
  font-size: 14px;
}
/* Empfehlungslist Link Text */
.empfehlungsliste {
  list-style: none;
  padding: 0;
  margin: 0;
}

.empfehlungsliste li {
  background-color: #f9e6ec;
  border: 1px solid #e3cbd4;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 10px 15px;
  transition: background-color 0.3s ease;
}

.empfehlungsliste li:hover {
  background-color: #f3dbe4;
}

.empfehlungsliste a {
  font-weight: bold;
  text-decoration: none;
  color: #b86b8e;
}

.empfehlungsliste a::before {
  content: "▶ ";
  color: #b86b8e;
  font-size: 14px;
}
/* Empfehlungslist Link Text */
details {
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 8px;
  background-color: #fefefe;
  transition: all 0.3s ease;
}

details[open] {
  background-color: #f0f8ff;
  border-color: #a0c4ff;
}

summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  outline: none;
  padding: 4px;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "➕ ";
  color: #0077cc;
}

details[open] summary::before {
  content: "➖ ";
  color: #0077cc;
}
/* Empfehlungslist Link Text Kundenmeinungen */
.faq-section h3 {
  margin-top: 1.5em;
  font-size: 1.1em;
  color: #2a7ae2;
}

.faq-section p {
  margin-bottom: 1em;
  line-height: 1.6;
}

.testimonial-section blockquote {
  background: #f9f9f9;
  border-left: 4px solid #2a7ae2;
  margin: 1em 0;
  padding: 1em;
  font-style: italic;
  color: #333;
}

.testimonial-section strong {
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
  color: #555;
}
/* Akkordeon Link Text Barriere-Frei */
.faq-box {
  background-color: #ffffff;
  border: 2px solid #0073e6;
  border-radius: 8px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.faq-box h2 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #0073e6;
  text-align: center;
}

.faq-box details {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.faq-box summary {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}

.faq-box summary::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.faq-box details[open] summary::before {
  transform: rotate(90deg);
}

.faq-box p {
  margin-top: 10px;
}
/* Siehe:Info Box für RICH BIT Elektrofahrrad Link Text Barriere-Frei */
.info-box {
  background-color: #f5faff;
  border: 1px solid #cce0f5;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.info-box h3 {
  margin-top: 0;
  color: #0073e6;
}

.info-box ul {
  padding-left: 20px;
}

.info-box li {
  margin-bottom: 8px;
}
/* Siehe:Media-Query */
@media (max-width: 600px) {
  body {
    font-size: 0.95em;
  }
  .info-box, .faq-box {
    padding: 15px;
  }
}
/* Siehe:Links mit etwas Abstand einfügen */
ul {
  margin-bottom: 1em;
}
/* Siehe:Product Box */
.product-box {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: Arial, sans-serif;
}

.product-box h2 {
  margin-top: 0;
  font-size: 1.5em;
  color: #333;
}

.product-box ul {
  list-style-type: none;
  padding-left: 0;
}

.product-box li {
  margin-bottom: 12px;
  line-height: 1.5;
}

.product-box a {
  font-weight: bold;
  color: #0066cc;
  text-decoration: none;
}

.product-box a:hover {
  text-decoration: underline;
}
/* Siehe:Details Akkordion zusammen Box */
details summary {
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  margin-top: 10px;
}

details[open] summary {
  background-color: #e0e0e0;
}

/* Container für die drei Boxen – wird ab Tablet-Breite zum Grid */
.vogel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

/* Ab 600px Breite: drei Spalten nebeneinander */
@media (min-width: 600px) {
  .vogel-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Einzelne Kartenboxen */
.option-card {
  border-radius: 16px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover-Effekt für mehr Tiefe */
.option-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

/* Link innerhalb der Box */
.option-card a {
  color: #fff;
  text-decoration: none;
  display: block;
}

/* Farbvarianten für jede Box */
.vogel {
  background-color: #4CAF50; /* Grün für Vogelabwehr */
}
.windrad {
  background-color: #2196F3; /* Blau für Windrad */
}
.ultraschall {
  background-color: #FF5722; /* Orange für Ultraschall */
}
