/* --- SCHRIFTARTEN --- */
@font-face {
  font-family: 'Orbitron';
  src: url('../data/orbitron-v35-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Orbitron';
  src: url('../data/orbitron-v35-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../data/playfair-display-v40-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url('../data/playfair-display-v40-latin-italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

/* --- VARIABLEN & KEYFRAMES --- */
:root {
  --primary-color: #0b0b1e;
  --secondary-color: #7b42f5;
  --accent-color: #61dafb;
  --glow-color: #8a2be2;
  --text-color: #f0f0f0;
  --card-bg: rgba(26, 26, 58, 0.85);
  --modal-border: #000000ff;
  --modal-header: #000000ff;
}
@keyframes pulse-glow {
  from { text-shadow: 0 0 6px rgba(97, 218, 251, 0.7), 0 0 10px rgba(138, 43, 226, 0.5); }
  to { text-shadow: 0 0 12px rgba(97, 218, 251, 1), 0 0 18px rgba(138, 43, 226, 0.7); }
}
@keyframes blink-effect {
  0%, 100% { background-color: transparent; box-shadow: 0 0 12px rgba(97, 218, 251, 0.5), inset 0 0 5px rgba(97, 218, 251, 0.3); color: var(--accent-color); }
  50% { background-color: rgba(97, 218, 251, 0.25); box-shadow: 0 0 25px rgba(97, 218, 251, 1), inset 0 0 10px rgba(97, 218, 251, 0.7); color: #fff; }
}

/* --- BASIS-STILE --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Playfair Display', serif; background-color: #000000; color: var(--text-color); line-height: 1.6; overflow-x: hidden; }
.container { 
  max-width: 1300px; /* <--- HIER VON 1000px ERHÖHEN */
  margin: 40px auto; 
  padding: 20px; 
  text-align: center; 
}

/* --- HEADER & BANNER --- */
.mobile-preorder-banner { display: none; background-color: var(--accent-color); color: var(--primary-color); padding: 10px; font-family: 'Orbitron', sans-serif; font-weight: 700; font-size: 1.1em; border-radius: 5px; margin-bottom: 30px; box-shadow: 0 0 15px var(--accent-color); }
header h1 { font-family: 'Orbitron', sans-serif; font-size: 2.8em; margin-bottom: 10px; color: var(--accent-color); text-shadow: 0 0 8px rgba(97, 218, 251, 0.8), 0 0 16px rgba(138, 43, 226, 0.6); }
.author-subtitle { font-family: 'Orbitron', sans-serif; font-size: 1.2em; font-weight: 400; color: var(--text-color); opacity: 0.8; margin-top: -5px; margin-bottom: 20px; text-shadow: 0 0 4px rgba(240, 240, 240, 0.5); }

/* --- CARD LAYOUT & STILE --- */
.card-container { display: flex; justify-content: center; align-items: flex-start; gap: 30px; flex-wrap: wrap; margin-bottom: 40px; }
.card { background-color: var(--card-bg); border: 1px solid rgba(97, 218, 251, 0.5); border-radius: 10px; padding: 20px; width: 90%; max-width: 800px; min-width: 300px; box-shadow: 0 0 10px rgba(97, 218, 251, 0.2), 0 0 20px rgba(138, 43, 226, 0.3), inset 0 0 5px rgba(97, 218, 251, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; margin: 40px auto; }
#cover-card { width: 45%; margin: 0; }
#cover-card img { max-width: 70%; height: auto; border-radius: 5px; border: 1px solid rgba(97, 218, 251, 0.3); }
#cover-card .availability-info { font-family: 'Orbitron', sans-serif; font-size: 1.1em; margin-top: 20px; margin-bottom: 15px; color: var(--accent-color); text-shadow: 0 0 5px rgba(97, 218, 251, 0.5); text-align: center; }

/* --- COUNTDOWN BEREICH --- */
#countdown-display-area { 
  opacity: 0; 
  display: none; 
  width: 100%; 
  max-width: 1300px; /* <--- KORREKTUR */
  margin: 0 auto 40px auto; 
}
.side-cards-wrapper { 
  display: flex; 
  justify-content: center; 
  align-items: flex-start; 
  gap: 30px; 
  width: 100%; 
  max-width: 1300px; /* <--- KORREKTUR */
  margin: 0 auto 40px auto; 
}
.countdown-flex-container {
    /* Als Kind-Element (Spalte 2): */
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    
    /* Als Eltern-Element (für Karte & Bild): */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px; /* Der Abstand zwischen Karte und Bild */
}
#countdown-section.card { 
    width: 100%; 
    max-width: 800px; /* Kann jetzt wieder größer sein */
    min-width: 300px; 
    
    /* Wächst, um den Platz neben dem Bild zu füllen */
    flex-grow: 1;
    flex-shrink: 1;
    
    margin: 0; /* Kein 'auto' mehr nötig */
    background-image: url('../data/mira-card.webp'); 
    background-size: cover; 
    background-position: center; 
    padding: 0; 
}
.card-inner-bg { background-color: rgba(20, 20, 45, 0.94); border-radius: 10px; padding: 25px; }
#countdown-section .foreword-content h3 { font-family: 'Orbitron', sans-serif; color: var(--accent-color); margin-bottom: 15px; text-align: left; text-shadow: 0 0 5px rgba(97, 218, 251, 0.5); }
.mira-mobile-image { display: none; width: 100%; max-width: 250px; height: auto; margin: 15px auto 20px auto; border-radius: 5px; border: 1px solid rgba(97, 218, 251, 0.3); }
#countdown-section .foreword-content p { font-family: 'Orbitron', sans-serif; text-align: left; margin-bottom: 10px; font-size: 0.85em; line-height: 1.8; font-weight: 400; }
#countdown-section h2 { font-family: 'Orbitron', sans-serif; margin-top: 20px; margin-bottom: 30px; color: var(--accent-color); text-shadow: 0 0 8px rgba(97, 218, 251, 0.6); }
#countdown-section .ebook-info { font-family: 'Orbitron', sans-serif; font-size: 0.9em; font-style: italic; opacity: 0.8; margin-top: -25px; margin-bottom: 30px; text-align: center; }
#countdown-timer { display: flex; justify-content: center; gap: 20px; margin-bottom: 40px; }
.time-block { background: rgba(0, 0, 0, 0.5); padding: 15px 25px; border-radius: 8px; border: 1px solid var(--secondary-color); min-width: 85px; box-shadow: 0 0 8px rgba(123, 66, 245, 0.4); }
.time-block span { display: block; }
.time-block span:first-child { font-family: 'Orbitron', sans-serif; font-size: 2.5em; color: var(--accent-color); text-shadow: 0 0 10px rgba(97, 218, 251, 0.9); }
.time-block .label { font-size: 0.8em; text-transform: uppercase; opacity: 0.7; }

/* --- MIRA CHARAKTER BILD (Desktop) --- */
.mira-character-wrapper { position: relative; display: block; max-width: 300px; margin-top: 20px; flex-shrink: 0; }
.mira-character-image { display: block; max-width: 100%; height: auto; object-fit: contain; }
.desktop-availability-banner { position: absolute; top: 500px; left: 50%; transform: translateX(-50%); z-index: 2; font-family: 'Orbitron', sans-serif; color: var(--accent-color); font-size: 1.3em; font-weight: 700; background-color: rgba(0, 0, 0, 0.6); padding: 5px 15px; border-radius: 5px; border: 1px solid var(--accent-color); animation: pulse-glow 2s infinite alternate ease-in-out; }

/* --- BUTTONS --- */
.new-button-bar { text-align: center; margin-bottom: 30px; margin-top: 10px; }
.new-button-bar .cta-button { transform: rotate(-3deg); margin: 5px 10px; transition: transform 0.3s ease, box-shadow 0.3s ease; font-size: 1.0em; padding: 10px 20px; }
.new-button-bar .cta-button:hover { transform: rotate(0deg) scale(1.05); }
.button-group { display: flex; justify-content: center; align-items: center; gap: 15px; flex-wrap: wrap; }
.cta-button { font-family: 'Orbitron', sans-serif; background-color: transparent; color: var(--accent-color); border: 2px solid var(--accent-color); padding: 12px 20px; border-radius: 5px; font-size: 1.1em; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; text-shadow: 0 0 8px rgba(97, 218, 251, 0.7); box-shadow: 0 0 12px rgba(97, 218, 251, 0.5), inset 0 0 5px rgba(97, 218, 251, 0.3); }
.cta-button:hover { background-color: rgba(97, 218, 251, 0.15); color: #fff; box-shadow: 0 0 20px rgba(97, 218, 251, 0.8), inset 0 0 8px rgba(97, 218, 251, 0.5); }
#preorder-btn { animation: blink-effect 2.5s infinite ease-in-out; }
.share-button { color: var(--secondary-color); border-color: var(--secondary-color); text-shadow: 0 0 8px rgba(123, 66, 245, 0.7); box-shadow: 0 0 12px rgba(123, 66, 245, 0.5), inset 0 0 5px rgba(123, 66, 245, 0.3); }
.share-button:hover { background-color: rgba(123, 66, 245, 0.15); color: #fff; box-shadow: 0 0 20px rgba(123, 66, 245, 0.8), inset 0 0 8px rgba(123, 66, 245, 0.5); }
.footer-button { background: transparent; border: 1px solid var(--accent-color); color: var(--accent-color); padding: 6px 12px; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; font-family: 'Orbitron', sans-serif; font-size: 0.9em; margin: 5px; text-decoration: none; display: inline-block; }
.footer-button:hover { background: rgba(97, 218, 251, 0.15); box-shadow: 0 0 10px rgba(97, 218, 251, 0.5); }
.faq-link-button { background: transparent; border: 1px solid var(--accent-color); color: var(--accent-color); padding: 6px 12px; border-radius: 4px; cursor: pointer; transition: all 0.3s ease; font-family: 'Orbitron', sans-serif; font-size: 0.9em; margin: 0 5px; text-decoration: none; display: inline-block; }
.faq-link-button:hover { background: rgba(97, 218, 251, 0.15); box-shadow: 0 0 10px rgba(97, 218, 251, 0.5); text-decoration: none; color: var(--accent-color); }

/* --- SOCIAL ICONS --- */
.social-icons { margin-top: 30px; display: flex; justify-content: center; gap: 25px; }
.social-icons a { color: var(--text-color); opacity: 0.6; transition: opacity 0.3s ease, color 0.3s ease, transform 0.3s ease; }
.social-icons a:hover { opacity: 1; color: var(--accent-color); transform: scale(1.15); }
.social-icons svg { width: 35px; height: 35px; }
#feed-modal .social-icons svg { width: 50px; height: 50px; }
#feed-modal .social-icons a { color: var(--text-color); opacity: 0.8; }
#feed-modal .social-icons a:hover { opacity: 1; color: #FFFFFF; }

/* --- MODALS --- */
.modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(11, 11, 30, 0.9); display: flex; justify-content: center; align-items: center; z-index: 1000; opacity: 0; transition: opacity 0.4s ease; pointer-events: none; }
.modal:not(.hidden) { opacity: 1; pointer-events: auto; }
.modal-content { background-color: #f4f0e8; color: #2b2b2b; padding: 40px; border-radius: 3px; width: 90%; max-width: 800px; height: 80%; max-height: 80vh; overflow-y: auto; position: relative; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5); border: 8px solid var(--modal-border); }
.modal-content.dark-modal { background-color: var(--card-bg); color: var(--text-color); border: 2px solid var(--accent-color); box-shadow: 0 0 25px rgba(97, 218, 251, 0.4); }
.close-button { position: absolute; top: 10px; right: 15px; background: none; border: none; font-size: 2.2em; color: #aaa; cursor: pointer; line-height: 1; transition: color 0.2s ease; z-index: 10; }
.close-button:hover { color: var(--modal-header); }
.dark-modal .close-button { color: #aaa; }
.dark-modal .close-button:hover { color: var(--accent-color); }

/* Modal Content Styling */
#virtual-book-modal .book-content h2 { font-family: 'Playfair Display', serif; color: var(--modal-header); text-align: center; margin-bottom: 30px; border-bottom: 1px solid rgba(61, 27, 74, 0.3); padding-bottom: 10px; font-weight: 600; }
.book-content p { margin-bottom: 1.2em; text-align: justify; font-size: 1.05em; line-height: 1.7; }
.dark-modal h2, .dark-modal h3 { font-family: 'Orbitron', sans-serif; color: var(--accent-color); text-align: left; margin-bottom: 10px; margin-top: 15px; border-bottom: 1px solid rgba(97, 218, 251, 0.3); padding-bottom: 5px; }
.dark-modal #impressum-modal .book-content h3:first-of-type,
.dark-modal #datenschutz-modal .book-content h3:first-of-type,
.dark-modal #agb-modal .book-content h3:first-of-type,
#faq-modal .book-content h3:first-of-type {
  font-size: 1.5em; text-align: center; border-bottom: none; padding-bottom: 0; margin-bottom: 25px; margin-top: 0; border-top: none; padding-top: 0;
}
.dark-modal .book-content p { font-family: 'Playfair Display', serif; text-align: left; font-size: 1em; line-height: 1.6; }
.dark-modal p strong { color: var(--accent-color); font-family: 'Orbitron', sans-serif; font-weight: 400; }
.dark-modal ul { list-style-position: inside; margin-left: 10px; margin-bottom: 1.2em; text-align: left; }
.dark-modal li { margin-bottom: 0.5em; }
.dark-modal a { color: var(--accent-color); text-decoration: none; transition: text-shadow 0.3s ease; cursor: pointer; }
.dark-modal a:hover { text-shadow: 0 0 8px rgba(97, 218, 251, 0.7); text-decoration: underline; }
.preorder-checkboxes label a { text-decoration: underline; }
#faq-modal .book-content p strong { display: inline-block; margin-right: 5px; }
#faq-modal .book-content p em { font-style: italic; opacity: 0.9; }

/* --- SPEZIFISCHE MODAL ELEMENTE --- */
.author-section { display: flex; align-items: flex-start; gap: 25px; margin-top: 15px; }
.author-text { flex: 2; text-align: left; }
.author-text p { text-align: left; }
.author-image { flex: 1; text-align: center; }
.author-image img { max-width: 100%; height: auto; border-radius: 8px; border: 1px solid var(--accent-color); box-shadow: 0 0 10px rgba(97, 218, 251, 0.3); }
.preorder-checkboxes { margin-top: 25px; margin-bottom: 25px; text-align: left; font-size: 0.9em; }
.preorder-checkboxes label { margin-left: 8px; cursor: pointer; display: inline; }
.preorder-checkboxes input[type="checkbox"] { cursor: pointer; vertical-align: middle; }
#stripe-button-wrapper { transition: opacity 0.3s ease; display: flex; justify-content: center; margin-top: 20px; }
#stripe-button-wrapper.disabled { opacity: 0.5; pointer-events: none; cursor: not-allowed; }
.instagram-embed-wrapper { display: flex; flex-direction: column; align-items: center; gap: 15px; margin-top: 15px; }

/* --- SIDE CARDS (Desktop) --- */
.side-cards-container { display: flex; flex-direction: column; gap: 20px; width: 180px; flex-shrink: 0; margin-top: 20px; }
.side-card { background-color: var(--card-bg); border: 1px solid var(--secondary-color); border-radius: 8px; padding: 15px; text-align: center; cursor: pointer; transform: rotate(-4deg); transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 0 8px rgba(123, 66, 245, 0.3); }
.side-card:hover { transform: rotate(0deg) scale(1.05); box-shadow: 0 0 15px var(--secondary-color); }
.side-card img { max-width: 100%; height: auto; border-radius: 4px; margin-bottom: 10px; border: 1px solid rgba(97, 218, 251, 0.2); }
.side-card h4 { font-family: 'Orbitron', sans-serif; color: var(--accent-color); font-size: 0.9em; margin: 0; font-weight: 400; text-align: center; }

/* --- GALERIE (im Modal) --- */
.gallery-container { position: relative; max-width: 100%; margin: 20px auto; }
.gallery-container img { display: block; max-width: 100%; max-height: 60vh; margin: 0 auto; border-radius: 5px; border: 1px solid var(--accent-color); }
.gallery-nav { display: flex; justify-content: space-between; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); padding: 0 10px; }
.gallery-nav button { background-color: rgba(11, 11, 30, 0.7); color: var(--accent-color); border: 1px solid var(--accent-color); border-radius: 50%; width: 40px; height: 40px; font-size: 1.5em; cursor: pointer; transition: background-color 0.3s ease, color 0.3s ease; opacity: 0.7; }
.gallery-nav button:hover { background-color: rgba(97, 218, 251, 0.3); color: #fff; opacity: 1; }

/* --- HAMBURGER & SIDEBAR (Mobile) --- */
/* KORREKTUR: Standardmäßig ausblenden, wird in Media Query eingeblendet */
.hamburger-btn { position: fixed; top: 20px; left: 20px; z-index: 1200; display: none; background-color: var(--card-bg); border: 1px solid var(--accent-color); border-radius: 5px; padding: 8px; cursor: pointer; }
.hamburger-btn span { display: block; width: 25px; height: 3px; background-color: var(--accent-color); margin: 5px 0; transition: all 0.3s ease; }
.mobile-sidebar { position: fixed; top: 0; left: -280px; width: 250px; height: 100%; background-color: var(--primary-color); border-right: 2px solid var(--accent-color); padding: 60px 20px 20px 20px; box-shadow: 5px 0 15px rgba(97, 218, 251, 0.2); transition: left 0.3s ease-in-out; z-index: 1100; overflow-y: auto; }
.mobile-sidebar.open { left: 0; }
.mobile-sidebar h3 { font-family: 'Orbitron', sans-serif; color: var(--accent-color); text-align: center; margin-bottom: 20px; border-bottom: 1px solid var(--accent-color); padding-bottom: 10px; }
.close-sidebar-btn { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 2em; color: var(--accent-color); cursor: pointer; }
.sidebar-card { background-color: var(--card-bg); border: 1px solid var(--secondary-color); border-radius: 8px; padding: 15px; text-align: center; cursor: pointer; margin-bottom: 15px; transition: background-color 0.3s ease; }
.sidebar-card:hover { background-color: rgba(123, 66, 245, 0.2); }
.sidebar-card img { max-width: 80%; height: auto; border-radius: 4px; margin-bottom: 10px; }
.sidebar-card h4 { font-family: 'Orbitron', sans-serif; color: var(--accent-color); font-size: 1em; margin: 0; text-align: center; }

/* --- FORMULAR --- */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; margin-bottom: 8px; font-family: 'Orbitron', sans-serif; color: var(--accent-color); font-size: 0.9em; opacity: 0.9; text-align: left;}
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"], .form-group textarea { width: 100%; padding: 12px; background-color: rgba(11, 11, 30, 0.7); border: 1px solid var(--secondary-color); border-radius: 5px; color: var(--text-color); font-family: 'Orbitron', sans-serif; font-size: 1em; transition: border-color 0.3s ease, box-shadow 0.3s ease; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--accent-color); box-shadow: 0 0 10px rgba(97, 218, 251, 0.5); }
.form-radio-group { margin-bottom: 25px; text-align: center; }
.form-radio-group label { font-family: 'Orbitron', sans-serif; color: var(--text-color); margin: 0 15px 0 5px; cursor: pointer; opacity: 0.8; transition: opacity 0.3s ease; }
.form-radio-group input[type="radio"] { cursor: pointer; accent-color: var(--accent-color); }
.form-radio-group label:hover { opacity: 1; }
.hidden-field { display: none; opacity: 0; transition: opacity 0.5s ease; }
.honeypot-field { opacity: 0; position: absolute; top: 0; left: 0; height: 0; width: 0; z-index: -1; pointer-events: none; }
.status-success { color: #33ff99; font-family: 'Orbitron', sans-serif; font-weight: bold; text-align: center; margin-bottom: 20px; }
.status-error { color: #ff4d4d; font-family: 'Orbitron', sans-serif; font-weight: bold; text-align: center; margin-bottom: 20px; }

/* --- FOOTER --- */
footer { margin-top: 60px; padding: 30px 20px; border-top: 1px solid rgba(123, 66, 245, 0.3); font-size: 0.9em; opacity: 0.7; color: #bbb; font-family: 'Orbitron', sans-serif; text-align: center; }
footer p { margin-bottom: 15px; }

/* --- HELPER --- */
.hidden { display: none !important; opacity: 0 !important; pointer-events: none !important; }

/* --- MEDIA QUERIES --- */
@media (max-width: 900px) {
  .countdown-flex-container { display: block; position: static; overflow: visible; }
  #countdown-section.card { width: 90%; margin: 0 auto; background-image: url('../data/splitter.webp'); background-size: cover; background-position: center; background-repeat: no-repeat; }
  .mira-character-wrapper { display: none; }
  .mira-mobile-image { display: block; }
  .mobile-preorder-banner { display: block; }
  /* KORREKTUR: Sidebar/Hamburger einblenden, Desktop Side Cards ausblenden */
  .side-cards-wrapper { flex-direction: column; gap: 0; }
  .side-cards-container { display: none; }
  .hamburger-btn { display: block; } /* Hamburger hier einblenden */
  /* #countdown-section.card Regel hier nicht nötig, da oben schon gesetzt */
}

@media (max-width: 768px) {
  header h1 { font-size: 2.0em; }
  .author-subtitle { font-size: 1.0em; }
  .mobile-preorder-banner { font-size: 1em; }
  .card-container { flex-direction: column; align-items: center; }
  .card { width: 90%; min-width: unset; margin-top: 20px; margin-bottom: 20px;}
  #cover-card { width: 90%; }
  #countdown-section.card { width: 90%; }
  #countdown-timer { flex-wrap: wrap; gap: 15px; }
  .time-block { padding: 10px 15px; min-width: 70px; }
  .time-block span:first-child { font-size: 2em; }
  .modal-content { width: 95%; height: 85%; padding: 25px; border-width: 6px; }
  #virtual-book-modal .book-content h2 { font-size: 1.3em; }
  .dark-modal .book-content p, .book-content p { font-size: 1em; }
  .preorder-checkboxes { font-size: 0.8em; }
  .author-section { flex-direction: column; align-items: center; }
  .author-text { flex: 1; width: 100%; }
  .author-image { flex: 1; width: 70%; margin-top: 20px; }
  .new-button-bar .cta-button { font-size: 0.9em; padding: 8px 15px; margin: 3px 5px;}
  .cta-button { padding: 10px 18px; font-size: 1.0em; }
  /* KORREKTUR: Footer Buttons auf Mobile anpassen */
  .footer-button {
      padding: 5px 10px; /* Weniger Padding */
      font-size: 0.85em; /* Kleinere Schrift */
      margin: 3px; /* Weniger Margin */
  }
}

/* Spezifische Regeln für Standalone Card-Seiten (impressum.php etc.) */
body > .container > .card h3:first-of-type { font-family: 'Orbitron', sans-serif; color: var(--accent-color); font-size: 1.3em; text-align: center; margin-bottom: 25px; border-bottom: 1px solid rgba(97, 218, 251, 0.3); padding-bottom: 10px; }
body > .container > .card h4 { font-family: 'Orbitron', sans-serif; color: var(--accent-color); margin-top: 1.5em; margin-bottom: 0.5em; border-bottom: none; padding-bottom: 0; text-align: left; }
body > .container > .card p { font-family: 'Playfair Display', serif; color: var(--text-color); text-align: justify; font-size: 1em; line-height: 1.6; margin-bottom: 1em; } /* Text als Blocksatz */
body > .container > .card ul { list-style-position: inside; padding-left: 0; margin-left: 10px; margin-bottom: 1.2em; text-align: left; }
body > .container > .card li { margin-bottom: 0.5em; font-family: 'Playfair Display', serif; color: var(--text-color); }
body > .container > .card a { color: var(--accent-color); text-decoration: underline; }
body > .container > .card a:hover { text-shadow: 0 0 5px var(--accent-color); }
body > .container > .card strong { color: var(--accent-color); font-family: 'Orbitron', sans-serif; font-weight: bold; }