
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    overflow-x: hidden;
}
html {
    background-image: url('/templates/schlogk/images/lila_schlogk.png');
    background-size: cover;
    background-position: calc(70% + 350px) center;
    background-attachment: fixed;
}
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px;
    text-align: center;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
#footer,
#footer *,
#footer::before,
#footer::after,
footer,
footer *,
footer::before,
footer::after {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    outline: none !important;
    color: #ffffff !important;
}

#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    text-align: right;
    padding: 20px 40px;
}

#footer a {
    margin-left: 20px;
    color: #ffffff !important;
}
body {
    padding-top: 120px;
    padding-bottom: 120px;
}
#main-row {
    display: flex;
    gap: 20px;
    padding: 20px;
}

#nav-left {
    flex: 0 0 750px;
}

#main-content {
    flex: 3;
}

#nav-right {
    flex: 0 0 150px;
}
#top-modules > *,
#main-row,
#nav-left,
#main-content,
#nav-right,
#bottom-modules > *,
#after-footer-modules > * {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

section:empty,
div:empty,
aside:empty {
    display: none !important;
}
body, p, li, a, span, div {
    line-height: 1.4;
    color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    line-height: 1.2;
    color: #ffffff;
}

h1 { font-size: 3rem; letter-spacing: -1px; }
h2 { font-size: 2.4rem; }
h3 { font-size: 1.9rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.2rem; }
h6 { font-size: 1rem; font-weight: 600; }

p { margin-bottom: 20px; }

ul, ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

li { margin-bottom: 8px; }

a {
    color: #ffffff;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #FFD700;
    border-bottom: 2px solid #FFD700;
}

a:active,
a:focus {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    outline: none;
}
button,
input[type="submit"],
input[type="button"],
.btn {
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover {
    background: #FFD700;
    color: #000000;
}
#header h1,
#header-text h1,
#header .moduletable h1,
#header .custom h1 {
    position: absolute !important;
    top: calc(50% - 10px) !important;
    left: 65% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    color: #ffffff !important;
}
.schlogk-top100 {
    padding: 20px;
}

.schlogk-title {
    font-family: "ITC Avant Garde Gothic", sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: gold;
    text-align: center;
    margin-bottom: 30px;
}

.schlogk-row {
    width: 100%;
    margin-bottom: 20px;
}

.schlogk-item {
    width: 100%;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    gap: 20px;
}

.schlogk-image img {
    width: 120px;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 6px rgba(255,255,255,0.3));
}

.schlogk-affi {
    font-size: 10px;
    color: #bbb;
    text-align: center;
    margin-top: 4px;
    font-style: italic;
}

.schlogk-content {
    flex: 1;
    color: white;
}

.schlogk-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.schlogk-hits {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
    line-height: 1.4;
}

.schlogk-actions a {
    font-size: 12px;
    color: gold;
    text-decoration: none;
    font-weight: bold;
}
.schlogk-footer-box {
    width: 100%;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    color: white;
    line-height: 1.6;
}

.schlogk-footer-title {
    font-size: 20px;
    font-weight: bold;
    color: gold;
    margin-bottom: 15px;
}

.marken-footer-hinweis {
    font-size: 14px;
    margin-bottom: 15px;
    color: #ddd;
}

.marken-footer {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.8;
}

.marken-footer a {
    color: gold;
    text-decoration: none;
    font-weight: bold;
}

.schlogk-fragen {
    font-size: 13px;
    line-height: 1.8;
}

.schlogk-fragen a {
    color: #fff;
    text-decoration: none;
}

.schlogk-fragen a:hover {
    color: gold;
}
.share a {
    display: block;
    margin: 6px 0;
    padding: 6px 0;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.share a:hover {
    color: #FFD700;
}


/* ============================
   SCHLOGK – GLOW CONTENT BLOCK
   ============================ */

/* Hauptsektion */
section.schlogk,
section.schlogk-content {
    width: 100%;
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 40px;
    color: #ffffff;
    line-height: 1.6;
}

/* Haupttitel */
section.schlogk h1 {
    font-size: 32px;
    font-weight: bold;
    color: gold;
    margin-bottom: 25px;
    text-align: center;
}

/* Untertitel */
section.schlogk-content h2,
section.schlogk-content h3 {
    color: gold;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Definitionstext */
.schlogk-definition p {
    margin-bottom: 20px;
}

/* PRE-Block (SCHLOGK-Akronym) */
.schlogk-pre {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    color: gold;
    margin: 20px 0;
    white-space: pre-line;
    text-align: center;
    font-weight: bold;
}

/* Listen */
.schlogk-list {
    margin: 20px 0 30px 20px;
    padding-left: 10px;
}

.schlogk-list li {
    margin-bottom: 10px;
    font-size: 16px;
}

/* Links in Listen */
.schlogk-list a {
    color: gold;
    font-weight: bold;
    border-bottom: 1px solid transparent;
}

.schlogk-list a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
/* Glow-Artikel-Box */
.article-glow {
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 12px;
    padding: 35px;
    margin-bottom: 50px;
    color: #ffffff;
    line-height: 1.7;
}

/* Unterabschnitte */
.article-section {
    margin-bottom: 40px;
}

/* Überschriften */
.article-section h2 {
    color: gold;
    margin-bottom: 15px;
    font-size: 28px;
}

.article-section h3 {
    color: #FFD700;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
}

/* Listen */
.article-list {
    margin: 15px 0 30px 25px;
}

.article-list li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #ddd;
}

/* Pagination */
.article-pagination a {
    color: gold;
    text-decoration: none;
    margin: 0 4px;
}

.article-pagination a:hover {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.schlogk-item {
    background: transparent;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(0, 255, 255, 0.5);  /* feine Kontur */
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
    margin-bottom: 30px;
}


.schlogk-row {
    display: flex;
    gap: 20px;
}

/* Linke Spalte */
.schlogk-left {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Rechte Spalte */
.schlogk-right {
    width: 65%;
}

/* Bilder */
.schlogk-image img {
    width: 100%;
    border-radius: 8px;
}

.schlogk-bossname {
    font-weight: bold;
    margin-bottom: 5px;
}
/* GLOW-BOX */
.schlogk-item {
    background: transparent;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.4);
    margin-bottom: 30px;
}

/* 2-Spalten-Layout */
.schlogk-row {
    display: flex;
    gap: 25px;
}

/* Linke Spalte */
.schlogk-left {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Rechte Spalte */
.schlogk-right {
    width: 65%;
}

/* Bilder */
.schlogk-image img {
    width: 100%;
    border-radius: 8px;
}

/* Namen über Bildern */
.schlogk-bossname {
    font-weight: bold;
    margin-bottom: 5px;
}

/* Affiliate-Hinweis */
.schlogk-affi {
    font-size: 11px;
    opacity: 0.7;
    margin-top: 6px;
    line-height: 1.3;
}

/* Beschreibungstext */
.schlogk-desc {
    margin: 10px 0 20px 0;
    line-height: 1.5;
}

/* Liste */
.schlogk-list li {
    margin-bottom: 6px;
}
.team-box {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.team-image img {
  width: 160px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255,255,255,0.25);
}

.team-text {
  flex: 1;
}
.gang-box.glow {
  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 0 18px rgba(255,255,255,0.25);
  border-radius: 12px;
}
.schlogk-table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.schlogk-table td {
    padding: 6px 10px;
    vertical-align: top;
}

.schlogk-table a {
    display: block;
    padding: 4px 0;
}
.schlogk-right h2 {
    overflow-wrap: anywhere;
}
.schlogk-header-products {
  display: flex;
  gap: 18px;
  padding: 12px 0;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: auto;
  scrollbar-width: thin;
}

.schlogk-header-products .product {
  text-align: center;
  min-width: 90px;
}

.schlogk-header-products .product img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  background: #222;
}

.schlogk-header-products .product a {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.schlogk-header-products .product a:hover {
  text-decoration: underline;
}
.schlogk-header-products {
  display: flex;
  gap: 18px;
  padding: 12px 0;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: auto;
  scrollbar-width: thin;
}

.schlogk-header-products .product {
  text-align: center;
  min-width: 90px;
}

.schlogk-header-products .product img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  background: #222;
}

.schlogk-header-products .product a {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.schlogk-header-products .product a:hover {
  text-decoration: underline;
}


.schlogk-card {
    padding: 14px;
    border-radius: 8px;
    transition: all 0.25s ease;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    background: inherit; /* übernimmt deinen Template-Hintergrund */
}

.schlogk-card:hover {
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.35), 
                0 0 18px rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

/* Layout */
.schlogk-card-top {
    display: flex;
    gap: 12px;
}

.schlogk-card-image {
    text-align: center;
}

.schlogk-card-image img {
    width: 120px;
    height: auto;
}

/* Typografie */
.schlogk-card-boss {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.schlogk-card-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}

.schlogk-card-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.schlogk-card-desc {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.schlogk-card-link {
    font-size: 14px;
    font-weight: 600;
    color: #4aa3ff;
}
