@font-face {
  font-family: 'MinecraftSmall';
  src: url('/font/Minecraft-Seven_v2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MinecraftBig';
  src: url('/font/Minecraft-Tenv2.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  background: #fffbe6;
  font-family: 'MinecraftSmall', Arial, sans-serif;
  color: #222;
  font-size: 16px;
  overflow-x: hidden;
}

.main-header {
  background: url(/img/header.png) center center / cover no-repeat;
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 32px #0002, 0 16px 40px -16px #b3132a44;
  padding-bottom: 0;
}

.main-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  background: radial-gradient(ellipse at center 60% 100%, rgba(201,29,58,0.32) 0%, rgba(201,29,58,0.18) 60%, transparent 100%);
  z-index: 10;
  pointer-events: none;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  height: 260px;
  margin: 0 auto;
  padding: 0 48px 0 48px;
  position: relative;
}

.logo-center {
  margin: 0 auto;
  height: 200px;
  display: block;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 48px #a0002a) drop-shadow(0 2px 0 #0008);
  pointer-events: none;
  z-index: 2;
  animation: logo-pulse 2s infinite alternate cubic-bezier(.4,0,.6,1);
}

@keyframes logo-pulse {
  0% {
    transform: translateX(-50%) scale(1);
    filter: drop-shadow(0 24px 48px #a0002a) drop-shadow(0 2px 0 #0008);
  }
  100% {
    transform: translateX(-50%) scale(1.07);
    filter: drop-shadow(0 32px 64px #ff0055) drop-shadow(0 4px 0 #000a);
  }
}

.playnow-box, .community-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.playnow-box {
  align-items: flex-start;
  gap: 16px;
  margin-right: 32px;
}

.community-box {
  align-items: flex-end;
  margin-left: 32px;
  gap: 16px;
}

.logo {
  display: none;
}

.playnow-btn, .community-btn {
  font-family: 'MinecraftBig';
  font-size: 32px;
  background: none;
  color: #fff;
  border: none;
  padding: 0;
  margin-bottom: 0;
  text-align: left;
  text-shadow: 2px 2px 0 #222, 0 2px 0 #000;
  cursor: pointer;
  line-height: 1.1;
  letter-spacing: 1px;
}

.community-btn {
  text-align: right;
  transition: font-size 0.18s, color 0.18s, background 0.18s;
  font-size: 32px;
}
.community-btn:hover {
  font-size: 38px;
}

.playnow-btn {
  transition: font-size 0.18s, color 0.18s, background 0.18s;
  font-size: 32px;
}
.playnow-btn:hover {
  font-size: 38px;
}

.copy-hint {
  font-family: 'MinecraftSmall';
  font-size: 16px;
  color: #f3f3f3;
  text-shadow: 1px 1px 2px #222, 0 1px 0 #b3132a;
  display: block;
}

.ip-label, .loading-label {
  background: #ffe600;
  color: #222;
  font-family: 'MinecraftSmall';
  font-size: 22px;
  padding: 6px 20px;
  border-radius: 8px;
  margin-bottom: 4px;
  font-weight: bold;
  box-shadow: 0 2px 0 #e0c200;
  display: inline-block;
}

.loading-label {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 22px;
  text-align: center;
  width: auto;
  display: inline-block;
}

main {
  max-width: 1100px;
  margin: 80px auto 0 auto;
  padding: 0 20px 40px 20px;
}

.nav-bar {
  background: #f3f3f3;
  border-radius: 12px;
  box-shadow: 0 8px 32px #0002, 0 2px 8px #b3132a22;
  border: 2px solid #e0e0e0;
  padding: 14px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'MinecraftSmall';
  font-size: 18px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -40%);
  z-index: 20;
  width: 70vw;
  max-width: 900px;
  margin-top: 0;
}
.nav-home {
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-icon {
  font-size: 28px;
  background: #e0e0e0;
  border-radius: 8px;
  padding: 8px 10px 8px 10px;
  margin-right: 10px;
}
.nav-text {
  font-family: 'MinecraftBig';
  font-size: 18px;
  color: #222;
  letter-spacing: 1px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.capsback {
  font-family: 'MinecraftSmall';
  font-size: 15px;
  color: #222;
  background: #fff;
  border-radius: 6px;
  padding: 6px 12px 2px 12px;
  margin-right: 8px;
  box-shadow: 0 2px 0 #e0e0e0;
  font-weight: bold;
}
.logout {
  font-size: 12px;
  color: #888;
  display: block;
  font-weight: normal;
}
.cart-btn {
  font-size: 22px;
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  cursor: pointer;
  box-shadow: 0 2px 0 #388e3c;
}

.ranks-section {
  background: #d3d3d3;
  border-radius: 12px;
  padding: 32px 32px 40px 32px;
  box-shadow: 0 4px 24px #0002;
  border: 2.5px solid #bdbdbd;
  max-width: 900px;
  margin: 0 auto 40px auto;
}
.ranks-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.ranks-title {
  font-family: 'MinecraftBig';
  font-size: 32px;
  color: #222;
  letter-spacing: 2px;
  font-weight: bold;
}
.ranks-table-hint {
  font-family: 'MinecraftSmall';
  font-size: 14px;
  color: #888;
}
.ranks-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px 40px;
  justify-items: center;
}
.rank-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px #0001;
  padding: 40px 24px 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 260px;
  min-height: 260px;
  border: 2.5px solid #e0e0e0;
}
.rank-img {
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
}
.rank-name {
  font-family: 'MinecraftBig';
  font-size: 26px;
  color: #222;
  margin-bottom: 10px;
  font-weight: bold;
}
.rank-price {
  font-family: 'MinecraftSmall';
  font-size: 18px;
  margin-bottom: 18px;
}
.old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 8px;
  font-size: 17px;
}
.new-price {
  color: #4caf50;
  font-weight: bold;
  font-size: 18px;
}
.add-cart {
  font-family: 'MinecraftSmall';
  font-size: 18px;
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 16px 0;
  width: 95%;
  cursor: pointer;
  box-shadow: 0 2px 0 #388e3c;
  transition: background 0.2s;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.add-cart:hover {
  background: #388e3c;
}

.main-footer {
  background: #181c22;
  color: #bdbdbd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 40px 32px 40px;
  font-family: 'MinecraftSmall';
  font-size: 13px;
  margin-top: 40px;
  max-width: 100%;
  box-sizing: border-box;
}
.footer-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
  height: 100%;
}
.footer-logo {
  height: 96px;
  opacity: 0.95;
  filter: grayscale(1) brightness(1.2) contrast(1.2);
}
.footer-legal {
  color: #bbb;
  font-size: 11px;
}

@media (max-width: 900px) {
  .header-flex {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 32px 10px 10px 10px;
  }
  .logo-center {
    position: static;
    transform: none;
    margin-bottom: 24px;
    height: 140px;
  }
  .playnow-box, .community-box {
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .ranks-table {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
  }
  .main-header,
  .main-footer,
  .team-section {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .header-flex, .logo-container {
    width: 100vw !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  .logo-center {
    position: static !important;
    left: unset !important;
    transform: none !important;
    display: block !important;
    margin: 0 auto 16px auto !important;
    height: 120px !important;
    max-width: 90vw !important;
  }
  .playnow-box, .community-box {
    width: 100%;
    align-items: center;
    margin: 0;
  }
  .playnow-btn, .community-btn {
    text-align: center;
    font-size: 24px;
  }
  .copy-hint {
    font-size: 14px;
  }
  .nav-bar {
    width: 80% !important;
    margin: 0 auto !important;
    padding: 6px 8px !important;
    font-size: 13px !important;
    gap: 2px !important;
    justify-content: center !important;
  }
  .nav-link {
    padding: 4px 8px !important;
    font-size: 13px !important;
    margin: 0 !important;
  }
  .team-title, .rules-title, .events-title {
    margin-top: 0 !important;
    margin-bottom: 0.8em !important;
  }
  .team-section, .rules-section, .events-section {
    padding-top: 32px !important;
    margin-top: 0 !important;
  }
  .team-badges {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .team-badge {
    min-width: 120px;
    width: 90%;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .book-page .seiten-nummer,
  .book-page .seiten-titel-zweite,
  .book-page .seiten-2-von-6 {
    display: none !important;
  }
  .book {
    display: none !important;
  }
  .rules-list-mobile {
    display: block !important;
    margin: 0 auto 24px auto !important;
    padding: 0 4vw !important;
    max-width: 98vw !important;
  }
  .rules-list-mobile li {
    background: #fffbe6cc;
    border-radius: 14px;
    box-shadow: 0 4px 16px #ffe06622;
    padding: 18px 14px;
    font-size: 1.08rem;
    color: #222;
    font-family: 'MinecraftSmall', Arial, sans-serif;
    border-left: 7px solid #ffe066;
    margin-bottom: 16px;
    list-style: none;
  }
  .book,
  .mc-book-outer,
  .book-outer,
  .rules-section .book,
  .rules-section .mc-book-outer,
  .rules-section .book-outer,
  body .book,
  body .mc-book-outer,
  body .book-outer {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
  }
  .rules-list-mobile {
    padding-top: 0 !important;
  }
}
@media (min-width: 601px) {
  .rules-list-mobile {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .nav-bar {
    width: 80% !important;
    margin: 0 auto !important;
    flex-wrap: wrap !important;
    gap: 1px !important;
    padding: 4px 4px !important;
    justify-content: center !important;
  }
  .nav-link {
    padding: 3px 6px !important;
    font-size: 12px !important;
    margin: 0 !important;
  }
}

.nav-link {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 20px;
  color: #222;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.2s;
  letter-spacing: 1px;
  position: relative;
  padding: 4px 10px;
  border-radius: 6px;
}
.nav-link:hover {
  color: #e02b4c;
  text-decoration: underline 2px #e02b4c;
  background: #ececec;
}

.news-banner-section {
  max-width: 1100px;
  width: 100%;
  box-sizing: border-box;
  margin: 56px auto 40px auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0;
}

.news-banner {
  background: #e6e8ea;
  border-radius: 14px;
  box-shadow: 0 8px 0 0 #bdbdbd;
  border: none;
  display: flex;
  align-items: center;
  position: relative;
  padding: 32px 36px 32px 32px;
  min-height: 110px;
  margin-bottom: 8px;
  width: 100%;
  box-sizing: border-box;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
  cursor: pointer;
}
.news-banner::after {
  content: none;
}
.news-banner-imgbox {
  background: #d3d5d8;
  border-radius: 10px;
  box-shadow: 0 8px 0 0 #bdbdbd;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-banner-img {
  width: 48px;
  height: 48px;
  margin: 0;
  transition: transform 0.3s ease;
}
.news-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-banner-title {
  font-family: 'MinecraftBig';
  font-size: 32px;
  color: #222;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 2px;
}
.news-banner-sub {
  font-family: 'MinecraftSmall';
  font-size: 13px;
  color: #888;
  margin-top: 0;
  letter-spacing: 1px;
}
.news-banner-ribbon {
  position: absolute;
  top: 0;
  right: 32px;
  width: 32px;
  height: 80px;
  background: linear-gradient(180deg, #e02b4c 80%, #b3132a 100%);
  border-radius: 0 0 8px 8px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  box-shadow: 0 4px 12px #b3132a33;
  z-index: 2;
}

.news-banner:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 0 0 #bdbdbd, 0 14px 28px rgba(179, 19, 42, 0.15);
}

.news-banner:active {
  transform: translateY(0px);
  box-shadow: 0 6px 0 0 #bdbdbd;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.news-banner:hover .news-banner-imgbox {
  transform: rotate(5deg);
  box-shadow: 0 10px 0 0 #bdbdbd;
}

.news-banner:active .news-banner-imgbox {
  transform: rotate(0deg);
  box-shadow: 0 6px 0 0 #bdbdbd;
}

.news-banner:hover .news-banner-img {
  transform: scale(1.1);
}

.shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}
.shop-tile {
  border-radius: 16px;
  position: relative;
  min-height: 220px;
  padding: 0;
}
.shop-tile > * {
  position: relative;
  z-index: 2;
}
.shop-tile-img {
  position: absolute;
  left: 32px;
  top: 32px;
  width: 110px;
  height: 140px;
  margin: 0;
}
.shop-tile-text {
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.shop-tile-title {
  font-family: 'MinecraftBig';
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1;
}
.shop-tile-sub {
  font-family: 'MinecraftSmall';
  font-size: 18px;
  color: #fff;
  opacity: 0.95;
  line-height: 1.1;
}
.shop-tile-yellow {
  background: linear-gradient(135deg, #ffe066 60%, #e6b800 100%);
}
.shop-tile-yellow::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: #e6b800;
  border-radius: 0 0 16px 16px;
  bottom: 0;
  z-index: 1;
}
.shop-tile-blue {
  background: linear-gradient(135deg, #4faaff 60%, #1e6fd6 100%);
}
.shop-tile-blue::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: #1e6fd6;
  border-radius: 0 0 16px 16px;
  bottom: 0;
  z-index: 1;
}
.shop-tile-green {
  background: linear-gradient(135deg, #4fd67f 60%, #1ebd6f 100%);
}
.shop-tile-green::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: #1ebd6f;
  border-radius: 0 0 16px 16px;
  bottom: 0;
  z-index: 1;
}
.shop-tile-purple {
  background: linear-gradient(135deg, #b66cff 60%, #7c3aed 100%);
}
.shop-tile-purple::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  background: #7c3aed;
  border-radius: 0 0 16px 16px;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .shop-section {
    max-width: 100%;
    padding: 0 10px;
  }
  .shop-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .shop-tile {
    min-height: 120px;
  }
  .shop-tile-img {
    left: 16px;
    top: 16px;
    width: 70px;
    height: 90px;
  }
  .shop-tile-text {
    left: 16px;
    bottom: 16px;
  }
  .shop-coins {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 8px 20px 8px;
    min-height: 80px;
  }
  .shop-coins-imgbox {
    width: 48px;
    height: 48px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .shop-coins-img {
    width: 32px;
    height: 32px;
  }
  .shop-coins-title {
    font-size: 20px;
  }
  .shop-coins-sub {
    font-size: 10px;
  }
  .shop-coins-ribbon {
    width: 20px;
    height: 44px;
    right: 10px;
    border-radius: 0 0 5px 5px;
  }
}

.image-text-section {
  min-height: 340px;
  display: flex;
  align-items: stretch;
  gap: 48px;
  max-width: 1100px;
  margin: 56px auto 56px auto;
  background: linear-gradient(135deg, #23272b 80%, #2e2e2e 100%);
  border-radius: 22px;
  box-shadow: 0 8px 32px #0005, 0 2px 8px #b3132a22;
  padding: 0;
  color: #fff;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s cubic-bezier(.4,0,.2,1), transform 0.5s cubic-bezier(.4,0,.2,1);
}
.image-text-section.fade-out {
  opacity: 0;
  transform: translateY(-30px);
}
.image-text-section.fade-in {
  opacity: 1;
  transform: translateY(30px);
  animation: fadeInSection 0.5s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes fadeInSection {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.image-text-content {
  flex: 1;
  padding: 56px 48px 56px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: none;
}

.image-text-content::before {
  content: '';
  position: absolute;
  left: 0; top: 32px; bottom: 32px;
  width: 8px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffe600 0%, #e02b4c 100%);
  box-shadow: 0 2px 8px #e02b4c44;
}

.image-text-content h2 {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 18px;
  color: #ffe600;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 #b3132a, 0 2px 0 #0008;
}

.image-text-content p {
  font-size: 20px;
  color: #f3f3f3;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5;
  text-shadow: 0 1px 0 #0006;
}

.image-text-img {
  width: 420px;
  max-width: 40vw;
  border-radius: 0 22px 22px 0;
  box-shadow: 0 8px 32px #0008, 0 2px 8px #b3132a22;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .image-text-section {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .image-text-content {
    padding: 32px 18px 24px 18px;
  }
  .image-text-content::before {
    left: 0; top: 0; bottom: 0;
  }
  .image-text-img {
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 22px 22px;
  }
}

.progress-bar {
  position: absolute;
  left: 0; 
  top: 0; 
  bottom: 0;
  width: 8px;
  border-radius: 8px;
  background: #444;
  overflow: hidden;
  z-index: 2;
}
.progress-bar__fill {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffe600 0%, #e02b4c 100%);
  border-radius: 8px 8px 0 0;
  animation: progressBarAnim 7s linear forwards;
  animation-fill-mode: forwards;
  will-change: height;
}
@keyframes progressBarAnim {
  0% { height: 100%; }
  100% { height: 0; }
}

.bilder-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
  max-width: 1100px;
  margin: 2rem auto;
  gap: 0;
}

.bilder-section.reversed {
  flex-direction: row-reverse;
}

.bilder-section.reversed .bilder-content {
  padding: 0 64px 0 0;
}

.bilder-section.reversed .bilder-image {
  justify-content: flex-start;
  padding: 0 64px 0 0;
}

.bilder-content {
  flex: 1 1 0;
  padding: 0 0 0 64px;
  color: #222;
  min-width: 0;
}

.bilder-content h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #e02b4c;
  font-family: 'MinecraftBig';
  letter-spacing: 1px;
}

.bilder-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  font-family: 'MinecraftSmall';
}

.bilder-content ul {
  list-style-type: none;
  padding: 0;
}

.bilder-content li {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
  font-family: 'MinecraftSmall';
}

.bilder-content li:before {
  content: "•";
  color: #e02b4c;
  position: absolute;
  left: 0;
}

.bilder-image {
  flex: 0 0 420px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 0 0 64px;
}

.bilder-img {
  width: 420px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s cubic-bezier(.4,0,.2,1);
}
.bilder-img:hover {
  transform: scale(1.07);
  box-shadow: 0 8px 32px rgba(179, 19, 42, 0.18), 0 2px 8px #b3132a22;
}

@media (max-width: 1100px) {
  .bilder-section {
    flex-direction: column;
    gap: 24px;
    padding: 32px 0;
  }

  .bilder-image, .bilder-section.reversed .bilder-image {
    justify-content: center;
    padding: 0;
  }

  .bilder-img {
    width: 100%;
    max-width: 420px;
  }

  .bilder-content, .bilder-section.reversed .bilder-content {
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .bilder-content h2 {
    text-align: center;
    margin-bottom: 1rem;
  }

  .bilder-content p {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
  }
}

@media (max-width: 700px) {
  .bilder-section,
  .bilder-section.reversed {
    flex-direction: column !important;
    align-items: center;
    gap: 16px;
    padding: 24px 0;
    width: 100%;
    box-sizing: border-box;
  }
  .bilder-image {
    padding: 0 !important;
    margin: 0 auto 12px auto;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .bilder-img {
    width: 90vw;
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }
  .bilder-content {
    padding: 0 10px !important;
    text-align: center !important;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .bilder-content h2,
  .bilder-content p {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq-section {
  max-width: 900px;
  margin: 56px auto 40px auto;
  padding: 0 20px;
}
.faq-title {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 2.2rem;
  color: #ffe066;
  margin-bottom: 28px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #b3132a, 0 2px 0 #0008;
  text-align: center;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 600px;
  margin: 0 auto;
}
.faq-block {
  background: #23272b;
  border-radius: 10px;
  box-shadow: 0 2px 12px #0004;
  border-left: 4px solid #ffe066;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.18s, border 0.18s;
}
.faq-block:hover, .faq-block.open {
  box-shadow: 0 6px 24px #ffe06655, 0 2px 8px #b3132a22;
  border-left: 4px solid #b3132a;
}
.faq-question {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.15rem;
  color: #ffe066;
  font-weight: bold;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 18px 0px 18px;
  letter-spacing: 1px;
  background: none;
  border-radius: 0;
  border: none;
  box-shadow: none;
  text-align: center;
}
.faq-icon {
  display: none;
}
.faq-answer {
  font-family: 'MinecraftSmall', Arial, sans-serif;
  font-size: 0.98rem;
  color: #fff;
  background: #292c31;
  border-radius: 0 0 10px 10px;
  margin: 0 8px 8px 8px;
  padding: 7px 10px 4px 10px;
  box-shadow: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(.4,0,.2,1), opacity 0.2s;
  border-top: none;
}
.faq-block.open .faq-answer {
  max-height: 60px;
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 700px) {
  .faq-section {
    padding: 0 2vw;
  }
  .faq-list {
    max-width: 100%;
  }
  .faq-question {
    font-size: 0.98rem;
    padding: 7px 4px 4px 4px;
  }
  .faq-answer {
    margin: 0 2px 4px 2px;
    padding: 4px 4px 2px 4px;
  }
}

.team-section {
  max-width: 1200px;
  margin: 56px auto 40px auto;
  padding: 0 20px;
}
.team-title {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 2.2rem;
  color: #ffe066;
  margin-bottom: 32px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #b3132a, 0 2px 0 #0008;
  text-align: center;
}
.team-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  justify-items: center;
  align-items: stretch;
}
.team-member {
  background: #e6e8ea;
  border-radius: 14px;
  box-shadow: 0 8px 0 0 #bdbdbd;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 28px 24px 28px;
  min-width: 0;
  max-width: 280px;
  width: 100%;
  min-height: 250px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.15s;
  align-self: stretch;
}
.team-member:hover {
  box-shadow: 0 16px 40px #ffe06655, 0 2px 8px #b3132a44;
  transform: translateY(-6px) scale(1.03);
}
.team-avatar {
  width: 90px;
  height: 90px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #181818;
  border: 4px solid #ffe066;
  box-shadow: 0 2px 8px #ffe06644;
  object-fit: cover;
  margin-bottom: 18px;
}
.team-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
}
.team-name {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.5rem;
  color: #ffe066;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 #b3132a, 0 2px 0 #0008;
  margin-bottom: 2px;
}
.team-role {
  font-family: 'MinecraftSmall', Arial, sans-serif;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
}
.team-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 12px;
}
.team-badge {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 0.98rem;
  border-radius: 8px;
  padding: 4px 14px;
  letter-spacing: 1px;
  background: #181818;
  color: #ffe066;
  border: 2px solid #ffe066;
  box-shadow: 0 2px 8px #b3132a22;
  display: flex;
  align-items: center;
  gap: 6px;
}
.badge-leitung {
  background: #ffe066;
  color: #b3132a;
  border-color: #b3132a;
}
.badge-moderation {
  background: #4caf50;
  color: #fff;
  border-color: #388e3c;
}
.badge-development {
  background: #2196f3;
  color: #fff;
  border-color: #1565c0;
}
.badge-support {
  background: #b3833b;
  color: #fffbe6;
  border-color: #ffe066;
}
.badge-marketing {
  background: #e02b4c;
  color: #fff;
  border-color: #b3132a;
}
.badge-web {
  background: #5b6eff;
  color: #fff;
  border-color: #3a47b8;
}
.badge-discord {
  background: #7289da;
  color: #fff;
  border-color: #4e5d94;
}
.badge-organisation {
  background: #ff9800;
  color: #fff;
  border-color: #b36b00;
}
.team-contact {
  margin-top: auto;
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.05rem;
  background: #5b6eff;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px #5b6eff44;
  transition: background 0.18s, color 0.18s;
  text-shadow: 1px 1px 2px #23272b88, 0 1px 0 #0008;
}
.team-contact:hover {
  background: #3a47b8;
  color: #ffe066;
}
@media (max-width: 900px) {
  .team-section {
    padding: 0 2vw;
  }
  .team-list {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .team-member {
    max-width: 100%;
    padding: 22px 8px 18px 8px;
  }
  .team-avatar {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 600px) {
  .team-list {
    grid-template-columns: 1fr;
  }
  .team-member {
    padding: 14px 2px 12px 2px;
  }
}

.team-badges-row {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.team-badges-row .team-badge {
  min-width: 160px; 
  justify-content: center;
  text-align: center;
}

.rules-section {
  background: #e6e8ea;
  border-radius: 22px;
  box-shadow: 0 8px 0 0 #bdbdbd, 0 2px 8px #b3132a22;
  border: none;
  max-width: 820px;
  margin: 72px auto 56px auto;
  padding: 48px 38px 128px 38px;
  position: relative;
}
.rules-title {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 2.2rem;
  color: #ffe066;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #b3132a, 0 2px 0 #0008;
  text-align: center;
  margin-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.rules-title::before {
  content: "📜";
  font-size: 2.1rem;
  display: inline-block;
  margin-right: 6px;
}
.rules-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.rules-list li {
  background: #fffbe6cc;
  border-radius: 14px;
  box-shadow: 0 4px 16px #ffe06622;
  padding: 22px 28px;
  font-size: 1.15rem;
  color: #222;
  font-family: 'MinecraftSmall', Arial, sans-serif;
  border-left: 7px solid #ffe066;
  transition: box-shadow 0.18s, border 0.18s, transform 0.18s;
  position: relative;
}
.rules-list li:hover {
  box-shadow: 0 8px 32px #ffe06655, 0 2px 8px #b3132a22;
  border-left: 7px solid #b3132a;
  transform: translateY(-2px) scale(1.015);
}
.rules-list li b {
  color: #b3132a;
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.09em;
}

.book {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 8px 32px #bdbdbd44, 0 2px 8px #b36b00aa, 0 0 0 12px #7c4a03, 0 0 0 18px #a86b1c;
  border-radius: 18px 18px 22px 22px/20px 20px 28px 28px;
  background: #a86b1c;
  position: relative;
  overflow: visible;
  padding: 18px 24px 24px 24px;
}
.book::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, #e6e8ea 60%, #ffe06644 100%);
  opacity: 0.7;
  z-index: 2;
  border-radius: 8px;
  pointer-events: none;
}
.book-page {
  flex: 1 1 0;
  padding: 38px 28px 38px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: repeating-linear-gradient(135deg, #fffbe6 0 8px, #f7e9b6 12px, #fffbe6 20px);
  min-width: 0;
  min-height: 340px;
  box-shadow: 0 0 0 6px #e6e8ea, 0 0 0 12px #ffe066;
  border-radius: 10px 10px 16px 16px/12px 12px 20px 20px;
  position: relative;
  z-index: 1;
}
.book-page.left {
  border-right: 3px solid #ffe066;
  box-shadow: 4px 0 12px #ffe06633 inset;
}
.book-page.right {
  box-shadow: -4px 0 12px #ffe06633 inset;
}
.book-rule {
  background: #fffbe6cc;
  border-radius: 10px;
  box-shadow: 0 2px 8px #ffe06622;
  padding: 14px 16px;
  font-size: 1.08rem;
  color: #222;
  font-family: 'MinecraftSmall', Arial, sans-serif;
  border-left: 5px solid #ffe066;
  transition: box-shadow 0.18s, border 0.18s, transform 0.18s;
  margin-bottom: 2px;
  filter: drop-shadow(0 1px 0 #ffe06644);
}
.book-rule b {
  color: #b3132a;
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.07em;
}
.book-rule:hover {
  box-shadow: 0 6px 18px #ffe06655, 0 2px 8px #b3132a22;
  border-left: 5px solid #b3132a;
  transform: translateY(-1px) scale(1.01);
}
.book-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #8B8B8B;
  border: 2px solid #5A5A5A;
  color: white;
  font-size: 20px;
  padding: 6px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  margin: 0;
  z-index: 20;
}
.book-arrow:hover {
  background: #9B9B9B;
}
.book-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.book-arrow.left {
  left: -38px;
}
.book-arrow.right {
  right: -38px;
}
.book-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 900px) {
  .book {
    flex-direction: column;
    max-width: 98vw;
    padding: 8px 2vw 12px 2vw;
  }
  .book-page {
    min-height: unset;
    padding: 24px 10px 24px 10px;
  }
  .book-page.left {
    border-right: none;
    border-bottom: 2px solid #ffe066;
    box-shadow: none;
  }
  .book-arrow.left {
    left: 4px;
    top: unset;
    bottom: -48px;
    transform: none;
  }
  .book-arrow.right {
    right: 4px;
    top: unset;
    bottom: -48px;
    transform: none;
  }
}

.mc-book-outer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.mc-book {
  display: flex;
  position: relative;
  box-shadow: 0 8px 32px #bdbdbd44, 0 0 0 8px #7c4a03, 0 0 0 16px #a86b1c;
  border: 4px solid #7c4a03;
  border-radius: 8px;
  background: #e6e8ea;
  padding: 0;
  overflow: visible;
  height: 500px;
}

.mc-book-page {
  width: 320px;
  height: 100%;
  background: #fdf6e3;
  background: repeating-linear-gradient(135deg, #fdf6e3 0 8px, #f7e9b6 12px, #fdf6e3 20px);
  border-radius: 0 0 8px 8px;
  margin: 0;
  box-shadow: 0 0 0 6px #e6e8ea, 0 0 0 12px #ffe066;
  display: flex;
  flex-direction: column;
  position: relative;
  border-left: 2px solid #ffe066;
  border-right: 2px solid #ffe066;
  font-family: 'MinecraftSmall', Arial, sans-serif;
}
.mc-book-page.left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 1.5px solid #ffe066;
  box-shadow: 4px 0 12px #ffe06633 inset;
}
.mc-book-page.right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-left: 1.5px solid #ffe066;
  box-shadow: -4px 0 12px #ffe06633 inset;
}
.mc-book-page-header {
  text-align: center;
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.35rem;
  color: #bfae7c;
  margin: 24px 0 0 0;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 #fffbe6, 0 1px 0 #ffe066;
  padding: 0 20px;
}
.mc-book-page-content {
  flex: 1;
  padding: 32px 28px;
  font-size: 1.08rem;
  color: #222;
  font-family: 'MinecraftSmall', Arial, sans-serif;
  overflow-y: auto;
}
.mc-book-page-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  min-height: 50px;
  background: linear-gradient(to bottom, transparent, rgba(253, 246, 227, 0.8));
  position: static;
}
.mc-book-page.left .mc-book-page-footer {
  justify-content: flex-start;
}
.mc-book-page.right .mc-book-page-footer {
  justify-content: flex-end;
}
.mc-book-page.left .mc-book-page-footer .book-arrow.left,
.mc-book-page.right .mc-book-page-footer .book-arrow.right {
  position: absolute;
}
.mc-book-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url('data:image/svg+xml;utf8,<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"><rect x="8" y="24" width="16" height="4" fill="%23bfae7c"/><rect x="12" y="28" width="8" height="2" fill="%23bfae7c"/></svg>') no-repeat center center;
  opacity: 0.4;
}
@media (max-width: 900px) {
  .mc-book {
    flex-direction: column;
  }
  .mc-book-page {
    width: 98vw;
    min-width: unset;
    min-height: 220px;
    margin: 0 auto;
  }
}

.events-section {
  max-width: 1200px;
  margin: 56px auto 40px auto;
  padding: 0 20px;
}

.events-title {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 2.2rem;
  color: #4caf50;
  margin-bottom: 32px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 #388e3c, 0 2px 0 #0008;
  text-align: center;
}

.events-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  justify-items: center;
  align-items: stretch;
  margin: 0 auto;
}

.event-card {
  background: #e6e8ea;
  border-radius: 14px;
  box-shadow: 0 8px 0 0 #bdbdbd;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 24px 0;
  min-width: 0;
  max-width: 280px;
  width: 100%;
  min-height: 250px;
  position: relative;
  transition: box-shadow 0.2s, transform 0.15s;
  align-self: stretch;
  overflow: hidden;
}

.event-banner {
  width: 80%;
  height: auto;
  display: block;
  margin: 20px auto;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.event-banner.anniversary {
  background: none;
}

.event-banner-icon {
  display: none;
}

.event-card:hover {
  box-shadow: 0 16px 40px #4caf5055, 0 2px 8px #388e3c44;
  transform: translateY(-6px) scale(1.03);
}

.event-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border: none;
  outline: none;
}

.event-image:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.event-image:last-child {
  margin-bottom: 0;
}

.event-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.event-name {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.5rem;
  color: #e6b800;
  letter-spacing: 1px;
  text-shadow: 2px 2px 0 #b36a00, 0 2px 0 #0008;
  margin-bottom: 2px;
  text-align: center;
  font-weight: normal;
}

.event-date {
  font-family: 'MinecraftSmall', Arial, sans-serif;
  font-size: 1.1rem;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
}

.event-button {
  margin-top: auto;
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.05rem;
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 28px;
  cursor: pointer;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px #4caf5044;
  transition: background 0.18s, color 0.18s;
  text-shadow: 1px 1px 2px #23272b88, 0 1px 0 #0008;
}

.event-button:hover {
  background: #388e3c;
  color: #ffe066;
}

@media (max-width: 900px) {
  .events-section {
    padding: 0 2vw;
  }
  .events-list {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .event-card {
    max-width: 100%;
    padding: 0 0 18px 0;
  }
  .event-banner {
    width: 85%;
  }
  .event-banner-icon {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .events-list {
    grid-template-columns: 1fr;
  }
  .event-card {
    padding: 0 0 12px 0;
  }
}

.event-details-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

.event-header-container {
  background: #e6e8ea;
  border-radius: 14px;
  box-shadow: 0 8px 0 0 #bdbdbd;
  padding: 32px 36px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.event-title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  text-align: center;
}

.event-title {
  font-family: 'MinecraftBig';
  font-size: 32px;
  color: #e6b800;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  text-shadow: 2px 2px 0 #b36a00, 0 2px 0 #0008;
}

.event-content-container {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  margin-bottom: 30px;
}

.event-images-container {
  background: #e6e8ea;
  border-radius: 14px;
  box-shadow: 0 8px 0 0 #bdbdbd;
  padding: 32px 36px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}

.event-images-title {
  font-family: 'MinecraftBig';
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.event-images-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  border: none;
  outline: none;
}

.event-image:last-child {
  margin-bottom: 0;
}

.event-description-container {
  background: #e6e8ea;
  border-radius: 14px;
  box-shadow: 0 8px 0 0 #bdbdbd;
  padding: 32px 36px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
}

.event-description-title {
  font-family: 'MinecraftBig';
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.event-description-content {
  flex: 1;
  font-family: 'MinecraftSmall';
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.event-details-actions {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}

.event-details-button {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.2rem;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.2s ease;
}

.event-details-button.back {
  background-color: #f5f5f5;
  color: #333;
  box-shadow: 0 4px 0 0 #ddd;
}

.event-details-button.back:hover {
  background-color: #e0e0e0;
  box-shadow: 0 2px 0 0 #bdbdbd;
  transform: translateY(2px);
}

.event-details-button.discord {
  background-color: #7289da;
  color: #fff;
  box-shadow: 0 4px 0 0 #5b6eab;
}

.event-details-button.discord:hover {
  background-color: #5b6eab;
  color: #fff;
  transform: translateY(4px) scale(0.98);
  box-shadow: 0 1px 0 0 #4e5d94, 0 2px 8px #7289da44;
}

@media (max-width: 900px) {
  .event-content-container {
    grid-template-columns: 1fr;
  }
  
  .event-images-container,
  .event-description-container {
    min-height: 250px;
  }
}

@media (max-width: 600px) {
  .event-header-container {
    padding: 15px;
  }
  
  .event-title {
    font-size: 24px;
  }
  
  .event-details-button {
    width: 100%;
    max-width: 250px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-in-up {
  opacity: 0;
  animation: fadeInUp 0.8s cubic-bezier(.4,0,.2,1) forwards;
}
.fade-in-up.delay-1 { animation-delay: 0.2s; }
.fade-in-up.delay-2 { animation-delay: 0.4s; }
.fade-in-up.delay-3 { animation-delay: 0.6s; }
.fade-in-up.delay-4 { animation-delay: 0.8s; }

/* Werbung-Kachel: Text bleibt wie bei anderen Event-Kacheln, auch ohne Bild */
.werbung {
  position: relative;
  background: linear-gradient(120deg, #ffe259 0%, #ffa751 100%) !important;
  border: 2.5px dashed #ff9800 !important;
  box-shadow: 0 0 18px #ff980055 !important;
  transition: box-shadow 0.2s, transform 0.15s;
}
.werbung:hover {
  box-shadow: 0 12px 32px #ff980055, 0 2px 8px #ffa75144;
  transform: translateY(-4px) scale(1.03);
}

.werbung .event-info {
  margin-top: 90px; /* Platzhalter für das Bild, gleiche Höhe wie .event-banner, jetzt größer für mehr Abstand */
}
.werbung-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #ff9800;
  color: #fff;
  font-size: 0.85em;
  padding: 2px 10px;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px #ff980055;
  z-index: 2;
} 

.bewerbung-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 32px 0 40px 0;
}
.bewerbung-button {
  font-family: 'MinecraftBig', Arial, sans-serif;
  font-size: 1.25rem;
  padding: 18px 38px;
  min-width: 320px;
  max-width: 90vw;
  letter-spacing: 2px;
  background: #7289da;
  color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 #4e5d94, 0 4px 16px #7289da44;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.18s, color 0.18s, transform 0.12s, box-shadow 0.12s;
  text-shadow: 1px 1px 2px #23272b88, 0 1px 0 #0008;
  margin: 0 auto;
  display: block;
  position: relative;
}

.bewerbung-button:hover {
  background: #7289da;
  color: #fff;
  transform: translateY(6px);
  box-shadow: 0 1px 0 0 #4e5d94, 0 2px 8px #7289da44;
}
.bewerbung-button:active {
  background: #4e5d94;
  color: #ffe066;
  transform: translateY(10px);
  box-shadow: 0 0px 0 0 #4e5d94, 0 1px 4px #7289da44;
}

