/* style.css - VERSION 1.3 FINAL */

/* Grund-Reset */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  background: #2e3440;
  color: #ddd;
}

/* --- HEADER --- */
header {
  background: linear-gradient(135deg, #5c6f82 0%, #4a5d6e 100%);
  padding: 60px 20px;
  text-align: center;
  color: #f0f0f0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.45);
}

header h1 {
  margin: 0;
  font-family: 'Cinzel Decorative', serif;
  font-size: 3rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #e0e6ed 0%, #aeb6c3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 15px rgba(255,255,255,0.25), 0 4px 10px rgba(0,0,0,0.7);
}

header h2 {
  margin: 15px 0 0;
  font-size: 1.3rem;
  font-weight: 400;
  color: #d7dce4;
  text-shadow: 0 0 8px rgba(0,0,0,0.6), 0 2px 6px rgba(0,0,0,0.4);
}

/* --- HAUPT LAYOUT --- */
.main {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 20px;
  gap: 20px;
  align-items: flex-start;
}

/* --- SIDEBAR --- */
.sidebar {
  width: 200px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  flex-shrink: 0;
}

/* --- GLOBALE BUTTONS (Erzwingt V1.2 Block-Look) --- */
.button, 
.menu-btn,
aside.donate a.button,
.wsite-image a.button {
  display: block;
  width: 100%;
  padding: 12px 10px;
  margin: 5px 0;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 0.95rem;
  background: #556a80 !important; /* Das Blau aus V1.2 */
  color: #ffffff !important;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.4);
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.button:hover, 
.menu-btn:hover,
aside.donate a.button:hover,
.wsite-image a.button:hover {
  background: #6b7f96 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.5);
  color: #ffffff !important;
}

/* --- CONTENT SPALTE --- */
.content {
  flex: 1;
  padding: 0 15px;
  text-align: center;
  min-width: 0;
}

.content h2 {
  color: #e6eaf0;
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}

.styled-hr {
  border: 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  margin: 30px 0;
}

/* --- BIO & DONATE BOXEN --- */
.donate, .bio {
  width: 220px;
  min-width: 200px;
  background: #3a4250;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  align-self: flex-start;
  flex-shrink: 0;
}

.bio img, .bio video {
  width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 15px;
}

.bio p, .donate p {
  font-size: 0.95rem;
  color: #d0d5de;
  line-height: 1.5;
  margin: 0 0 15px;
  text-align: left;
}

/* --- GALERIE RASTER --- */
.top-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.top-row .wsite-image {
  flex: 0 0 calc(25% - 20px);
  min-width: 200px;
  text-align: center;
  margin-bottom: 20px;
}

.top-row .wsite-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
}

/* --- GIRLS GRID --- */
.girls {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding-bottom: 40px;
}

.girl {
  background-color: #1f232b;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.5);
  transition: transform 0.2s;
  border: 1px solid rgba(255,255,255,0.05);
}

.girl:hover { transform: translateY(-5px); }
.girl img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.girl figcaption { padding: 15px; text-align: center; font-weight: bold; background-color: #232833; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .main { flex-direction: column; }
  .sidebar, .donate, .bio, .content { width: 100%; }
}


/* Erzwingt weißen Text für alle Links in der Girls-Übersicht */
.girl a {
  color: #ffffff !important;
  text-decoration: none !important; /* Entfernt die blaue Unterstreichung */
}

/* Verhindert, dass der Name beim Anklicken oder danach (Besucht) die Farbe ändert */
.girl a:visited, 
.girl a:active, 
.girl a:focus {
  color: #ffffff !important;
}

/* Optional: Ein leichter Grauton, wenn man mit der Maus darüberfährt */
.girl a:hover {
  color: #aeb6c3 !important;

.support-box {
  background: #3a4250;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,.4);
  text-align: center;
}

.support-box p {
  font-size: .95rem;
  color: #d0d5de;
  margin-bottom: 15px;
  margin-top: 0;
}

.support-box a.button {
  display: inline-block;
  padding: 10px 16px;
  background: #556a80;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,.4);
  transition: background .2s;
}

.support-box a.button:hover {
  background: #6b7f96;
}
}