MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1.035: Zeile 1.035:




/* ==== ADOS Hero-Bereich – Whisky-Fade-Balken ==== */
/* ==== ADOS Hero-Bereich – Whisky-Balken (Desktop + Mobil) ==== */


/* Desktop / große Screens */
body.page-Hauptseitev2 #mw-content-text .ados-hero {
body.page-Hauptseitev2 .ados-hero {
   margin: 0 0 1.2rem;
   margin: -0.5rem -1.5rem 1.2rem;
   padding: 1.6rem 1.8rem 1.2rem;
   padding: 1.4rem 1.5rem 1.1rem;


   /* Whisky-Farbverlauf mit weichem Ausfaden nach rechts */
   /* sanfter Whisky-Farbverlauf */
   background: linear-gradient(
   background: linear-gradient(
     115deg,
     135deg,
     rgba(145, 96, 36, 0.92) 0%,    /* sattes Whisky-Braun links */
     rgba(210, 160, 80, 0.35),
    rgba(204, 150, 64, 0.88) 30%,  /* goldener Kern */
     rgba(248, 235, 206, 0.95)
    rgba(243, 230, 192, 0.82) 65%, /* helles Beige */
     rgba(250, 246, 236, 0.0) 100%  /* nach rechts wegfaden */
   );
   );


   border-bottom: 1px solid rgba(145, 104, 38, 0.45);
   border-radius: 16px;
   box-shadow: 0 8px 18px rgba(80, 50, 20, 0.18);
  border: 1px solid rgba(145, 104, 38, 0.35);
   box-shadow: 0 8px 20px rgba(80, 50, 20, 0.18);


   color: #3a2a16;
   color: #3a2a16;
  position: relative;  /* für den unteren Fade */
  overflow: hidden;    /* falls der Fade leicht übersteht */
}
}


/* Unterer Fade – weicher Übergang in den Seitenhintergrund */
/* Inhalt innen: links Text, rechts Links-Spalten */
body.page-Hauptseitev2 .ados-hero::after {
body.page-Hauptseitev2 #mw-content-text .ados-hero__inner {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
 
  background: linear-gradient(
    to bottom,
    rgba(250, 246, 236, 0) 0%,  /* oben durchsichtig */
    rgba(250, 246, 236, 1) 100%  /* unten gleiche Farbe wie Seiten-Background */
  );
 
  pointer-events: none;
}
 
body.page-Hauptseitev2 .ados-hero__inner {
   max-width: 1200px;
   max-width: 1200px;
   margin: 0 auto;
   margin: 0 auto;
   display: flex;
   display: flex;
   gap: 1.5rem;
   gap: 1.8rem;
   align-items: flex-start;
   align-items: flex-start;
   justify-content: space-between;
   justify-content: space-between;
}
}


body.page-Hauptseitev2 .ados-hero__left {
/* linker Block (Titel + Untertitel) */
   flex: 1 1 45%;
body.page-Hauptseitev2 #mw-content-text .ados-hero__left {
  max-width: 600px;                /* verhindert riesigen Textblock */
   flex: 1 1 42%;
  margin: 0 auto 1rem auto;        /* mittig ausrichten */
  text-align: center !important;  /* zentrierter Text */
  padding: 0 1rem;                /* symmetrischer Innenabstand */
}
}


body.page-Hauptseitev2 .ados-hero__title {
body.page-Hauptseitev2 #mw-content-text .ados-hero__title {
   font-size: 1.9rem;
   font-size: 2rem;
   font-weight: 700;
   font-weight: 700;
   margin: 0 0 .3rem;
   margin: 0 0 .4rem;
   color: #4a2f10;
   color: #4a2f10;
}
}


body.page-Hauptseitev2 .ados-hero__subtitle {
body.page-Hauptseitev2 #mw-content-text .ados-hero__subtitle {
   margin: 0;
   margin: 0;
   font-size: 0.98rem;
   font-size: 0.98rem;
   line-height: 1.5;
   line-height: 1.55;
}
}


body.page-Hauptseitev2 .ados-hero__right {
/* rechter Block – 3 Spalten wie bei ConanWiki */
   flex: 1 1 55%;
body.page-Hauptseitev2 #mw-content-text .ados-hero__right {
   flex: 1 1 58%;
   display: grid;
   display: grid;
   grid-template-columns: repeat(3, minmax(0, 1fr));
   grid-template-columns: repeat(3, minmax(0, 1fr));
   gap: 0.75rem 1.25rem;
   gap: 0.75rem 1.5rem;
   font-size: 0.9rem;
   font-size: 0.9rem;
}
}


body.page-Hauptseitev2 .ados-hero__heading {
body.page-Hauptseitev2 #mw-content-text .ados-hero__heading {
   font-weight: 600;
   font-weight: 600;
   margin-bottom: 0.2rem;
   margin-bottom: 0.25rem;
   color: #5b3a14;
   color: #5b3a14;
}
}


body.page-Hauptseitev2 .ados-hero__right ul {
body.page-Hauptseitev2 #mw-content-text .ados-hero__right ul {
   list-style: none;
   list-style: none;
   margin: 0;
   margin: 0;
Zeile 1.127: Zeile 1.104:
}
}


body.page-Hauptseitev2 .ados-hero__right li {
body.page-Hauptseitev2 #mw-content-text .ados-hero__right li {
   margin: 1px 0;
   margin: 1px 0;
}
}


body.page-Hauptseitev2 .ados-hero__right a {
body.page-Hauptseitev2 #mw-content-text .ados-hero__right a {
   text-decoration: none;
   text-decoration: none;
}
}


body.page-Hauptseitev2 .ados-hero__right a:link,
body.page-Hauptseitev2 #mw-content-text .ados-hero__right a:link,
body.page-Hauptseitev2 .ados-hero__right a:visited {
body.page-Hauptseitev2 #mw-content-text .ados-hero__right a:visited {
   color: #7a4b18;
   color: #7a4b18;
}
}


body.page-Hauptseitev2 .ados-hero__right a:hover {
body.page-Hauptseitev2 #mw-content-text .ados-hero__right a:hover {
   text-decoration: underline;
   text-decoration: underline;
}
}


/* ====== Mobil / Tablet-Anpassungen ====== */
/* ====== Mobil / Tablet ====== */


/* bis 900px: untereinander stapeln, alles zentrierter */
/* bis 900px: Blöcke untereinander, Titel/Untertitel zentriert */
@media (max-width: 900px) {
@media (max-width: 900px) {
   body.page-Hauptseitev2 .ados-hero {
   body.page-Hauptseitev2 #mw-content-text .ados-hero {
     margin: 0 -0.75rem 0.9rem;
     margin: 0 -0.5rem 0.9rem;
     padding: 1.1rem 0.9rem 0.9rem;
     padding: 1.3rem 1rem 1rem;
    box-shadow: 0 4px 10px rgba(80, 50, 20, 0.14);
   }
   }


   body.page-Hauptseitev2 .ados-hero__inner {
   body.page-Hauptseitev2 #mw-content-text .ados-hero__inner {
     flex-direction: column;
     flex-direction: column;
     align-items: stretch;
     align-items: stretch;
    text-align: center;
   }
   }


   body.page-Hauptseitev2 .ados-hero__title {
   body.page-Hauptseitev2 #mw-content-text .ados-hero__left {
     font-size: 1.6rem;
     max-width: 600px;
     text-align: center;
    margin: 0 auto 0.8rem;
    padding: 0 0.6rem;
  }
 
  body.page-Hauptseitev2 #mw-content-text .ados-hero__title {
     font-size: 1.7rem;
   }
   }


   body.page-Hauptseitev2 .ados-hero__subtitle {
   body.page-Hauptseitev2 #mw-content-text .ados-hero__subtitle {
    text-align: center;
    margin-bottom: 0.7rem;
     font-size: 0.95rem;
     font-size: 0.95rem;
   }
   }


   body.page-Hauptseitev2 .ados-hero__right {
   body.page-Hauptseitev2 #mw-content-text .ados-hero__right {
     grid-template-columns: repeat(2, minmax(0, 1fr));
     grid-template-columns: repeat(2, minmax(0, 1fr));
    text-align: left;
     font-size: 0.9rem;
     font-size: 0.9rem;
   }
   }
}
}


/* bis 600px: volle Breite, Links einspaltig */
/* bis 600px: Links einspaltig */
@media (max-width: 600px) {
@media (max-width: 600px) {
   body.page-Hauptseitev2 .ados-hero {
   body.page-Hauptseitev2 #mw-content-text .ados-hero {
     margin: 0 -0.5rem 0.8rem;
     margin: 0 -0.5rem 0.8rem;
     padding: 1rem 0.7rem 0.8rem;
     padding: 1.1rem 0.8rem 0.9rem;
   }
   }


   body.page-Hauptseitev2 .ados-hero__right {
   body.page-Hauptseitev2 #mw-content-text .ados-hero__right {
     grid-template-columns: 1fr;
     grid-template-columns: 1fr;
   }
   }
}
}