/* ============================================================
   SCHLOGK – Minimalstruktur (nur Layout, keine Optik)
   ============================================================ */

/* GLOBAL ----------------------------------------------------- */

body {
    margin: 0;
    padding: 0 40px;
    font-family: "ITC Avant Garde Gothic", sans-serif;
    line-height: 1.6;
    color: inherit;
    background: none;
}
body {
    background-image: url("/templates/schlogk/images/schlogk.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}



/* Links */
a {
    text-decoration: none;
    transition: 0.2s ease;
    color: inherit;
}

/* HEADER & FOOTER -------------------------------------------- */

.header,
.footer {
    padding: 30px;
    margin: 20px;
    text-align: center;
}

/* Logo */
.schlogk-logo {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px 5px 20px;
}

/* Linie unter Logo */
.schlogk-logo::after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    margin: 12px auto 0 auto;
}

/* FOOTER MENU ------------------------------------------------ */

.footer .menu {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.footer .menu li {
    margin: 0;
    padding: 0;
}

.footer .menu li a {
    padding: 5px 10px;
    border-radius: 6px;
}

/* GRID -------------------------------------------------------- */

.row {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 25px;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
}

/* Spalten / Modulcontainer */
.col {
    padding: 20px;
    box-sizing: border-box;
}

/* MODULE ------------------------------------------------------ */

.moduletable {
    margin: 0;
}

.mod-custom,
.moduletable_custom {
    padding: 20px;
    border-left: 4px solid transparent;
}

/* HAUPTINHALT ------------------------------------------------ */

.com-content,
#content,
.component-area {
    margin: 20px;
    padding: 25px;
    box-sizing: border-box;
}

/* TYPOGRAFIE -------------------------------------------------- */

h1, h2, h3, h4 {
    margin-top: 0;
}

p {
    margin-bottom: 15px;
}

/* BUTTONS ----------------------------------------------------- */

.button,
button,
input[type="submit"] {
    padding: 12px 22px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.2s ease;
}

/* CARDS ------------------------------------------------------- */

.card {
    padding: 25px;
    border-radius: 15px;
    box-sizing: border-box;
}

/* KALENDER ---------------------------------------------------- */

.schlogk-calendar {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.month-column {
    flex: 1;
}

.month {
    margin-bottom: 30px;
    padding: 15px;
}

.month h4 {
    margin-bottom: 10px;
}

.days {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.days a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: 0.2s ease;
}

/* RESPONSIVE -------------------------------------------------- */

@media (max-width: 900px) {
    .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .row {
        grid-template-columns: 1fr;
        padding: 0 10px 10px 10px;
    }

    .header,
    .footer {
        margin: 10px;
        padding: 20px;
    }
}
/* ============================================================
   SCHLOGK – Typografie Standard (Weiß)
   ============================================================ */

body {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff; /* Weiß */
}

/* H1 – Groß, ikonisch */
h1 {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    color: #ffffff;
}

/* H2 – Kapitelüberschrift */
h2 {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 30px 0 15px 0;
    color: #ffffff;
}

/* H3 – Unterabschnitt */
h3 {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 25px 0 10px 0;
    color: #ffffff;
}

/* H4 – kleine Strukturüberschrift */
h4 {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin: 20px 0 8px 0;
    color: #ffffff;
}

/* Standard-Text */
p {
    font-size: 1rem;
    margin: 0 0 15px 0;
    color: #ffffff;
}

/* Listen */
ul, ol {
    margin: 0 0 20px 20px;
    padding: 0;
    color: #ffffff;
}

/* Links */
a {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    transition: 0.2s ease;
}

a:hover {
    color: #6dfc7a; /* dezenter SCHLOGK‑Hover */
}
.monats-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  text-align: center;
}

.monat span {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.monat img {
  width: 100%;
  max-width: 80px;
  height: auto;
}
.monatsleiste {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.monat {
  width: 100px;
  text-align: center;
  font-size: 14px;
}

.monat img {
  width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.monat span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
