/*
Theme Name: OrchidSoul Academy
Theme URI: https://www.orchidsoul.de
Author: OrchidSoul
Author URI: https://www.orchidsoul.de
Description: Ein responsives WordPress-Theme für OrchidSoul mit Funktionen für Kursübersicht, Produktseiten, Testimonials, Countdown-Timer und Kontaktformularen.
Version: 1.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, flexible-header, responsive-layout, accessibility-ready
Text Domain: orchidsoul
*/

/* BASIC RESET */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  line-height: 1.8;
  color: #333;
  text-align: center; /* Zentriert alle Inhalte */
}

.content, .entry-content, .page-content, .single article {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f9f9f9; /* Heller Hintergrund */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Dezenter Schatten */
  color: #6e5f90; /* Textfarbe leicht lila */
}
body.page-id-326 #content, 
body.page-id-326 .container {
    max-width: 100% !important;
    width: auto !important;
}
/* Überschriften */
h1, h2, h3 {
  margin: 20px 0;
  color: #6e5f90; /* Lila passend zur Marke */
  text-align: center;
}

/* Absätze */
p {
  margin-bottom: 15px;
  color: #444; /* Dunkler Text für gute Lesbarkeit */
  text-align: center;
}

/* LISTEN */
ul, ol {
  list-style: none;
  margin: 10px 0;
  padding-left: 20px;
}

li {
  color: #6e5f90; /* Lila für Listenpunkte */
}

/* HEADER */
.header-logo-container {
  text-align: center;
  background-color: #6e5f90;
  padding: 20px 0;
}

.header-logo-container .logo img {
  max-width: 100%;
  height: auto;
}

/* NAVIGATION */
.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  gap: 20px;
}

.nav-menu li a {
  text-decoration: none;
  color: #fff; /* Weißer Text */
  font-weight: bold;
}

.nav-menu li a:hover {
  text-decoration: underline;
}

/* FOOTER */
footer {
  background-color: #6e5f90;
  color: #fff;
  padding: 20px;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* Mobile Optimierung */
@media screen and (max-width: 768px) {
  body {
    padding: 10px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  h3 {
    font-size: 18px;
  }

  .content, .entry-content, .page-content, .single article {
    padding: 15px;
  }
}
.front-page-content {
    font-family: 'Arial', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    background-color: #f9f9f9;
    color: #6e5f90;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.wp-block-query .wp-block-columns {
    display: flex;
    align-items: center; /* Zentriert das Bild und den Titel vertikal */
    gap: 20px; /* Abstand zwischen Bild und Titel */
}

.wp-block-query .wp-block-column {
    flex-basis: 75%; /* Textspalte bleibt flexibel */
}

.wp-block-query .wp-block-column img {
    max-width: 100%; /* Bild wird korrekt skaliert */
    height: auto;
}

.wp-block-query .wp-block-post-title {
    font-size: 1.2rem; /* Lesbare Schriftgröße */
    color: #6e5f90; /* Passend zum Farbschema */
    text-align: left; /* Titel linksbündig */
    margin: 0; /* Kein zusätzlicher Abstand */
}
.wp-block-query .wp-block-post-title {
    font-size: 1.2rem;
    color: #6e5f90;
    text-align: left;
    margin: 0;
}

.wp-block-query .wp-block-post-title a {
    text-decoration: none;
    color: inherit;
}

.wp-block-query .wp-block-post-title a:hover {
    text-decoration: underline;
}
.footer-widget-area ul {
    display: inline-flex !important; /* Links waagrecht anzeigen */
    gap: 24px !important; /* Abstand zwischen Links */
    list-style: none !important; /* Entfernt Bullet Points */
    padding: 0 !important;
}

.footer-widget-area ul li a {
    text-decoration: none !important; /* Entfernt Unterstreichung */
    color: #FFFFFF !important; /* Weiße Schriftfarbe */
    font-weight: bold !important; /* Fettgedruckt */
    font-size: 20px !important; /* Schriftgröße anpassen */
}

.footer-widget-area ul li a:hover {
    text-decoration: underline !important; /* Unterstreichung bei Hover */
}
footer .footer-widget-area ul li a {
    color: #fff;
    text-decoration: none;
}
body.page-id-326 {
    max-width: 100% !important;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
/* Allgemeine Begrenzung für normale Seiten bleibt bestehen */
.content, .entry-content, .page-content, .single article {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #6e5f90;
}

/* Speziell für die Shop-Seite (page-id-326) wird die Begrenzung aufgehoben */
body.page-id-326 .page-content,
body.page-id-326 .content,
body.page-id-326 .entry-content,
body.page-id-326 .single article {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
/* Speziell für Produktseiten (single-sc_product) wird die Begrenzung aufgehoben */
body.page-id-332 .page-content,
body.page-id-332 .content,
body.page-id-332 .entry-content,
body.page-id-332 .single article {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: #444;
  margin-top: 10px;
  text-align: center;
}
/* Doppelte WooCommerce-Produkttitel ausblenden */
.woocommerce ul.products li.product .woocommerce-loop-product__title + .woocommerce-loop-product__title {
  display: none !important;
}
