/* Grundlayout */
body {
  font-family: Arial, sans-serif;
  background-color: #FAFAFC;
  margin: 0;
  color: #1B1B1B;
}

header {
  background-color: #001F3F;
  color: #ffffff;
  padding: 20px;
  text-align: center;
}

a {
  color: #1B5FAF;
  text-decoration: none;
}

a {
  color: #1B5FAF;
  text-decoration: none;
}


main a {
  color: #003366; /* Standardfarbe */
  text-decoration: none;
  transition: color 0.3s ease;
}

main a:hover {
  color: #FF6600; /* z. B. Orange beim Hover */
  text-decoration: underline;
}

.ziel-overhead {
  background-color: #76d195;
  text-align:left;
}

.bonus-overhead {
  background-color: #FFA54F;
  text-align:left;
}



main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
}

/* Modul-Kacheln */
.module {
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #202020, #2a2a2a);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 4s infinite ease-in-out;
}

/* Hover-Effekt */
.module:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(0,255,180,0.8);
}

.module.animate {
   font-size: 1.4rem;
  padding: 25pt;      /* oben/unten: 20px, links/rechts: 30px */
  margin: 25pt;
  text-align: center;
  max-width: 340px;
  display: block;
  color: #fff;
  background-color: #4B89DC;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
  transition: 0.25s ease-in-out;
}
.module.animate:hover {
  background-color: #366bb3;          /* Etwas dunkler beim Hover */
  transform: scale(1.04);
}

section:nth-child(1) { background: #E0F2F1;padding:12pt; }
section:nth-child(2) { background: #FBE9E7;padding:12pt;}
section:nth-child(3) { background: #FFF3E3;padding:12pt; }
section:nth-child(4) { background: #F9FAFB;padding:12pt; }
section:nth-child(5) { background: #333340;padding:12pt;color:white }
section:nth-child(7) { background: #4B89DC;padding:12pt; }
section:nth-child(6) { background: #E57373;padding:12pt; }

/* Pulsierende Animation */
@keyframes pulse {
  0% { box-shadow: 0 0 10px rgba(0,255,180,0.2); }
  50% { box-shadow: 0 0 30px rgba(0,255,180,0.6); }
  100% { box-shadow: 0 0 10px rgba(0,255,180,0.2); }
}

@media (min-width: 768px) {
  main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

/* Responsiv für kleinere Screens */
@media (max-width: 600px) {
  .module {
    width: 120px;
    height: 120px;
    font-size: 0.9rem;
  }

  main {
    padding: 20px;
    gap: 15px;
  }
}
.grid-menu {
  background-color: #222;
  padding: 10px;
  text-align: center;
}
.grid-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid-menu li {
  display: inline-block;
  margin: 0 8px;
}
.grid-menu a {
    color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.grid-menu a:hover {
  color: #00ffcc;
}
.intro-banner {
  background: #004080;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 1.2em;
}
.grid-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.grid-menu li a {
  display: block;
  padding: 8px 12px;
  background: #0066cc;
  color: white;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.grid-menu li a:hover {
  background-color: #0074d9;
}
.intro-banner {
  background: linear-gradient(90deg, #003366, #0059b3);
  color: white;
  padding: 25px 15px;
  text-align: center;
  border-bottom: 4px solid #ffcc00;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.grid-menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 0;
  padding: 15px;
  background-color: #004080;
}

#.grid-menu li a {
  color: white;
  text-decoration: none;
  background: #0066cc;
  padding: 8px 14px;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s ease;
#}

.grid-menu li a:hover {
  background: #3399ff;
}
.zone-club {
  background-color: #44ccff;
  color: #002244;
}
.grid-menu li a:focus {
  outline: 2px dashed #ffcc00;
  background-color: #004466;
}

@media screen and (max-width: 768px) {
  .grid-menu ul {
    flex-direction: column;
    padding: 10px;
  }
  header, footer {
    text-align: left;
  }
}
#tangram-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #ff3c3c, #1a1a1a);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 99;
}
#tangram-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px; /* oder je nach deinem Design */
  height: 120px;
  z-index: 10;
}

#tangram-top-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

width: 140px;
height: 140px;

@media (max-width: 600px) {
  #tangram-top-left {
    width: 100px;
    height: 100px;
  }

  :root {
  --tangram-size: 12vw;
}

#tangram-top-left {
  width: var(--tangram-size);
  height: var(--tangram-size);
}
header {
  background-color: #003366;
  color: white;
  padding: 20px;
  text-align: center;
}

.intro-banner h1,
.intro-banner p {
  margin: 0;
}

.privacy-module {
  max-width: 700px;
  margin: auto;
  padding: 30px;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
}

.privacy-section {
  margin-bottom: 40px;
  padding-left: 15px;
  border-left: 4px solid #dcdcdc;
  background: #f9f9f9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.privacy-section h3::before {
  content: "🔐 ";
  font-size: 1.2em;
}
main {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: "Segoe UI", sans-serif;
  color: #333349;
}

section {
  background: #F8F9FC;
  padding: 30px;
  margin-bottom: 24px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

h2 {
  font-size: 1.6rem;
  color: #4B89DC;
  margin-bottom: 12px;
}

p, li {
  font-size: 1rem;
  line-height: 1.6;
}
footer p{
  background-color: #2C3E50;   /* Oder z. B. #2C3E50 */
  color: #F8F9FC;
  padding: 40px 20px;
  font-family: "Segoe UI", sans-serif;
  text-align: center;
  font-size: 0.95rem;
}

.spma-core {
  background-color: #F8F9FC;
  padding: 40px;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.spma-core h2 {
  color: #003366;
  margin-bottom: 20px;
}

.spma-core ul {
  list-style-type: none;
  padding-left: 0;
}

.spma-core ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.spma-core ul li::before {
  content: "✔️";
  position: absolute;
  left: 0;
}

.spma-core .cta-link {
  display: inline-block;
  margin-top: 20px;
  color: #FF6600;
  text-decoration: none;
  font-weight: bold;
}
.spma-core .cta-link:hover {
  color: #CC3300;
}


footer a {
  color: #B0C4FF;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
