MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 961: Zeile 961:




/* ===== ADOS-Hauptseite ===== */


body.page-Hauptseitev2 .ados-mainpage {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 16px;
  align-items: flex-start;
  margin-top: 0.5em;
}
/* Spalten-Stacks auf Mobile */
@media (max-width: 900px) {
  body.page-Hauptseitev2 .ados-mainpage {
    grid-template-columns: 1fr;
  }
}


body.page-Hauptseitev2 .ados-main-left,
body.page-Hauptseitev2 .ados-main-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
}


/* Standard-Box / Card */
body.page-Hauptseitev2 .ados-box {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 10px 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
}


body.page-Hauptseitev2 .ados-box.small {
/* ============================================
  font-size: 0.95em;
  Dezenter Whisky-Hero-Bereich
}
  ============================================ */


/* Überschriften in Boxen */
.ados-hero {
body.page-Hauptseitev2 .ados-box h2,
   margin: 0 0 1.5rem;
body.page-Hauptseitev2 .ados-box h3 {
   padding: 1.2rem 1.5rem;
   margin: 0 0 6px;
   border-radius: 14px;
   font-size: 1.15em;
  background: linear-gradient(135deg, #f5deb3 0%, #e6c89f 100%);
   border-bottom: 1px solid #ececec;
   box-shadow: 0 4px 12px rgba(0,0,0,.08);
   padding-bottom: 4px;
}
}


/* Intro: Text + Logo nebeneinander */
.ados-hero__grid {
body.page-Hauptseitev2 .ados-box-intro .ados-intro-layout {
   display: flex;
   display: grid;
   flex-wrap: wrap;
   grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr);
   gap: 1.2rem;
   gap: 12px;
   align-items: center;
   align-items: center;
  justify-content: space-between;
}
}


@media (max-width: 900px) {
/* Titel links – kleiner & kompakter */
  body.page-Hauptseitev2 .ados-box-intro .ados-intro-layout {
    grid-template-columns: 1fr;
  }
}
 
/* Meta-Zeile unten */
body.page-Hauptseitev2 .ados-meta {
  margin-top: 0.5em;
  font-size: 0.85em;
  color: #777;
}
 
/* Kleinere Textdetails */
body.page-Hauptseitev2 .ados-box ul {
  margin-top: 4px;
}
 
 
 
/* -------------------------------------------------
  ADOS-Hero oben auf der Hauptseite
  ------------------------------------------------- */
.ados-hero {
  margin: 0 -1rem 1.8rem;
  padding: 1.8rem 1.8rem 2.1rem;
  border-radius: 18px;
  background: radial-gradient(circle at top left, #f7e4c3 0, #f0d7af 40%, #e8c894 100%);
  box-shadow: 0 10px 25px rgba(0,0,0,.07);
  position: relative;
  overflow: hidden;
}
 
.ados-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
 
/* Titel */
.ados-hero__title {
.ados-hero__title {
  flex: 0 0 200px;
  max-width: 220px;
   font-family: "Georgia","Times New Roman",serif;
   font-family: "Georgia","Times New Roman",serif;
   font-weight: 700;
   font-weight: 700;
   font-size: 2.6rem;
   font-size: 1.6rem;       /* vorher 2.4rem */
   line-height: 1.1;
   line-height: 1.25;
   color: #4b2b14;
   color: #4b2b14;
  margin-bottom: .4rem;
}
.ados-hero__title span {
  display: block;
}
}
.ados-hero__title span { display:block; }


/* kleine Zeile unter dem Titel */
/* Beschreibung in der Mitte – kleiner, dezenter */
.ados-hero__subtitle {
.ados-hero__center {
   margin: 0 0 1.6rem;
   flex: 1;
   font-size: 1rem;
   display: flex;
   color: #5b3b20;
   justify-content: center;
}
}
 
.ados-hero__center-box {
/* Intro-Box in der Mitte */
   padding: 0.9rem 1.2rem;
.ados-hero__introbox {
   font-size: 0.9rem;       /* kleiner */
   display: inline-block;
   line-height: 1.45;
   max-width: 540px;
   text-align: center;
  padding: 1.1rem 1.6rem;
   background: rgba(255,255,255,0.22);
   margin-bottom: 1.8rem;
  border-radius: 10px;
   border-radius: 14px;
   border: 1px solid rgba(255,255,255,.35);
   background: rgba(255,255,255,.25);
   max-width: 360px;
   border: 1px solid rgba(255,255,255,.55);
  color: #3a2918;
   box-shadow: 0 6px 14px rgba(0,0,0,.04);
   font-family: "Courier New", monospace;
   font-family: "Courier New",ui-monospace,monospace;
  font-size: .95rem;
  line-height: 1.6;
  color: #3b2a1a;
}
.ados-hero__introbox strong {
  color: #4b2b14;
}
}


/* Spalten mit Links */
/* Rechts: Spalten – auch kleiner */
.ados-hero__cols {
.ados-hero__cols {
  flex: 0 0 220px;
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
  justify-content: center;
   gap: 1rem;
   gap: 2.5rem;
}
}
.ados-hero__col {
.ados-hero__col {
   min-width: 160px;
   flex: 1 1 110px;
   font-size: .95rem;
   font-size: 0.85rem;
  text-align: left;
}
}
.ados-hero__col-title {
.ados-hero__col-title {
   font-weight: 700;
   font-weight: 700;
  margin-bottom: .25rem;
   color: #4b2b14;
   color: #4b2b14;
  margin-bottom: .35rem;
}
}
.ados-hero__col ul {
.ados-hero__col ul {
   margin: 0;
   margin: 0;
   padding-left: 1.1rem;
   padding-left: 1rem;
}
}


.ados-hero__col li {
/* Mobile */
  margin: .15rem 0;
}
 
/* Mobil: alles mittig untereinander*/
@media (max-width: 720px) {
@media (max-width: 720px) {
   .ados-hero {
   .ados-hero__grid {
     margin: 0 0 1.4rem;
     flex-direction: column;
    padding: 1.6rem 1.25rem 1.9rem;
    border-radius: 0 0 18px 18px;
  }
  .ados-hero__inner {
     text-align: center;
     text-align: center;
   }
   }
   .ados-hero__title {
   .ados-hero__title {
     font-size: 2.2rem;
     font-size: 1.4rem;
   }
   }
   .ados-hero__cols {
   .ados-hero__cols {
     flex-direction: column;
     justify-content: center;
    align-items: center;
    gap: 1.25rem;
    margin-top: .2rem;
  }
  .ados-hero__col {
    text-align: center;
   }
   }
}
}