/* ========================= FONTS ========================= */
@font-face{font-family:'Heebo';src:url('../fonts/Heebo-Regular.ttf') format('truetype');font-weight:400;font-style:normal;}
@font-face{font-family:'Ubuntu';src:url('../fonts/Ubuntu-Regular.ttf') format('truetype');font-weight:400;font-style:normal;}
@font-face{font-family:'Bebas Neue';src:url('../fonts/BebasNeue-Regular.ttf') format('truetype');font-weight:200;font-style:normal;}

/* ========================= CORE & LAYOUT ========================= */
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'Heebo',Arial,Helvetica,sans-serif;background:#0b0b0b;color:#fff;overflow-x:hidden;}
.news-inner{max-width:1300px;margin:auto;padding:0 20px;}
.news-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;}
.news-title{font-family:'Bebas Neue';font-size:50px;color:#00ff66;}

/* ========================= HEADER & NAVIGATION ========================= */
.header{position:fixed;top:0;width:100%;z-index:100;background:none;transition:0.3s;}
.header.scrolled{background:rgba(11,11,11,0.95);backdrop-filter:blur(10px);}
.header-inner-event{max-width:1300px;margin:auto;display:flex;align-items:center;justify-content:flex-end;padding:20px;position:relative;}
.header-logo{position:absolute;left:20px;top:50%;transform:translateY(-50%);z-index:150;}
.header-logo img{height:40px;width:auto;}
.header-nav-event{display:flex;gap:30px;margin-right:40px;}
.nav-link{color:#ffffff;text-decoration:none;font-size:14px;opacity:0.8;transition:0.3s;}
.nav-link:hover{opacity:1;color:#00ff66;}
.header-cta{background:#00ff66;color:#000;padding:10px 22px;border-radius:30px;text-decoration:none;font-weight:700;font-size:14px;}
.burger{display:none;width:30px;height:22px;flex-direction:column;justify-content:space-between;cursor:pointer;z-index:200;}
.burger span{display:block;height:3px;background:#00ff66;border-radius:3px;transition:0.3s;}
.burger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px);}
.burger.active span:nth-child(2){opacity:0;}
.burger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px);}
.mobile-nav{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#0b0b0b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;transition:0.4s;z-index:150;}
.mobile-nav.active{right:0;}
.mobile-nav a{color:#fff;text-decoration:none;font-size:22px;font-family:'Bebas Neue';}
.mobile-cta{background:#00ff66;color:#000;padding:14px 40px;border-radius:40px;font-weight:800;text-decoration:none;}

/* ========================= HERO ========================= */
.event-hero-wrap{width:100%;min-height:100vh;background:url('../img/hero4.jpg') top center/cover no-repeat;display:flex;flex-direction:column;}
.hero{width:100%;flex-grow:1;display:flex;align-items:center;justify-content:flex-start;}
.hero-inner{max-width:1300px;width:100%;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;}
.hero-prize-badge{display:flex;flex-direction:column;margin-bottom:30px;}
.prize-amount{font-family:'Bebas Neue',sans-serif;font-size:200px;color:#fff;line-height:1;font-weight:700;display:block;}
.prize-label{font-family:'Bebas Neue',sans-serif; font-size:20px;color:#FFF;letter-spacing:2px;font-weight:700;margin-top:5px;display:block;}

.prize-section{width:100%;max-width:1300px;margin:40px auto;padding:0 20px;}
.prize-image-wrap{width:100%;margin-bottom:30px;}
.prize-image-wrap img{width:100%;height:auto;border-radius:15px;display:block;}
.prize-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.prize-card{display:flex;align-items:center;background:rgba(40,40,40,0.85);border:1px solid rgba(255,255,255,0.1);padding:20px;border-radius:12px;backdrop-filter:blur(10px);}
.prize-icon{width:100px;height:100px;margin-right:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;}
.prize-icon img{max-width:100%;max-height:100%;object-fit:contain;}
.prize-info{display:flex;flex-direction:column;text-align:left;min-width:0;}
.prize-value{font-family:'Bebas Neue',sans-serif;font-size:28px;color:#00ff66;line-height:1;white-space:nowrap;}


.hero-text{display:flex;flex-direction:column;align-items:flex-start;}
.hero-title-top{font-family:'Ubuntu';font-size:20px;font-weight:900;color:#00ff66;margin-bottom:10px;display:block;text-shadow:0 2px 10px rgba(0,0,0,0.8);}
.hero-title{font-family:'Bebas Neue';font-size:70px;line-height:1;color:#fff;margin-bottom:20px;text-transform:uppercase;text-shadow:0 0 20px rgba(0,0,0,0.9), 0 2px 5px rgba(0,0,0,1);}
.hero-subtitle{font-size:20px;color:#ffffff;margin-bottom:40px;max-width:600px;font-weight:500;text-shadow:0 0 15px rgba(0,0,0,1), 0 2px 4px rgba(0,0,0,1);}
.hero-buttons{display:flex;gap:20px;}
.btn-primary{background:#00ff66;color:#000;padding:16px 35px;border-radius:40px;text-decoration:none;font-weight:700;transition:0.3s;box-shadow:0 4px 15px rgba(0,0,0,0.4);}
.btn-primary:hover{background:#00cc52;transform:translateY(-2px);}
.btn-secondary{border:1px solid #00ff66;color:#00ff66;padding:16px 35px;border-radius:40px;text-decoration:none;font-weight:700;background:rgba(0,0,0,0.6);backdrop-filter:blur(5px);transition:0.3s;box-shadow:0 4px 15px rgba(0,0,0,0.4);}
.btn-secondary:hover{background:rgba(0,255,102,0.1);transform:translateY(-2px);}
.hero-powered{display:flex;align-items:center;gap:12px;margin-bottom:20px;width:auto;z-index:10;}.hero-powered span{font-size:13px;color:#00ff66;text-transform:uppercase;letter-spacing:1.5px;font-weight:700;}.hero-powered img{height:120px !important;width:auto !important;filter:brightness(1.5) contrast(1.2);flex-shrink:0;}@media(max-width:900px){.hero-powered{margin-bottom:15px;}.hero-powered img{height:45px !important;}.hero-powered span{font-size:11px;}}


/* ========================= FACTS ========================= */
.facts-section{width:100%;background:#0b0b0b;padding:100px 0;}
.facts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}
.fact-card{background:linear-gradient(135deg,rgba(40,40,40,0.8) 0%,rgba(20,20,20,0.9) 100%);border:1px solid rgba(0,255,102,0.2);border-radius:12px;padding:25px;display:flex;align-items:center;gap:20px;transition:0.3s;position:relative;overflow:hidden;}
.fact-card:hover{border-color:#00ff66;transform:translateY(-5px);}
.fact-icon-wrap{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:rgba(0,255,102,0.05);border-radius:10px;}
.fact-icon-wrap img{width:35px;height:35px;object-fit:contain;}
.fact-text{display:flex;flex-direction:column;}
.fact-value{font-family:'Bebas Neue';font-size:24px;color:#fff;line-height:1;}
.fact-sub{font-size:13px;color:#00ff66;text-transform:uppercase;font-weight:700;margin-top:4px;opacity:0.8;}

/* ========================= TEAMS ========================= */
.teams-section{width:100%;position:relative;padding:100px 0;background-color:#141414;background-image:url('../img/bg_teams.png');background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden;}
.teams-section::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center, rgba(0,0,0,0) 0%, rgba(10,10,10,1) 80%);z-index:1;}
.teams-section .news-inner{position:relative;z-index:2;max-width:1300px;margin:auto;padding:0 20px;}
.teams-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;width:100%;}
.team-card{height:100px;display:flex;align-items:center;padding:15px;border-radius:10px;background:rgba(40,40,40,0.85);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.2);transition:0.3s;overflow:hidden;}
.team-logo-placeholder{width:50px;height:50px;background:rgba(255,255,255,0.1);border-radius:50%;margin-right:15px;flex-shrink:0;border:1px solid rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;}
.team-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;min-width:0;flex:1;}
.team-name{font-family:'Bebas Neue';font-size:19px;color:#fff;letter-spacing:0.5px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;width:100%;text-align:left;}
.team-status{font-size:10px;text-transform:uppercase;font-weight:900;padding:3px 10px;border-radius:4px;display:inline-block;align-self:flex-start;border:1px solid #00ff66;color:#00ff66;background:rgba(0,255,102,0.1);margin-top:2px;text-align:left;}
.team-status.pending{color:#ff4444;border-color:#ff4444;background:rgba(255,68,68,0.1);}
.team-card.empty{background:rgba(255,255,255,0.05);border:1px dashed rgba(255,255,255,0.2);}
.team-number{font-family:'Bebas Neue';font-size:24px;color:rgba(255,255,255,0.2);margin-right:15px;width:50px;text-align:center;flex-shrink:0;}
.team-empty{font-size:11px;color:rgba(255,255,255,0.4);text-transform:uppercase;text-align:left;width:100%;}

/* ========================= ABLAUF & ORT ========================= */
.table-schedule{width:100%;background:#0b0b0b;padding:90px 0;}
.table-schedule-title{font-family:'Bebas Neue';font-size:50px;color:#00ff66;margin-bottom:30px;}
.event-flow{display:grid;grid-template-columns:1.2fr 0.8fr;gap:40px;align-items:center;padding:20px 0;}
.flow-card{background:linear-gradient(135deg,rgba(30,30,30,0.9) 0%,rgba(10,10,10,1) 100%);padding:40px;border-radius:15px;border:1px solid rgba(0,255,102,0.2);box-shadow:0 15px 35px rgba(0,0,0,0.5);position:relative;overflow:hidden;}
.flow-card::after{content:'';position:absolute;bottom:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(0,255,102,0.1) 0%,transparent 70%);}
.flow-list{list-style:none;padding:0;margin:0;}
.flow-list li{font-size:16px;color:#ccc;margin-bottom:15px;display:flex;align-items:center;position:relative;padding-left:30px;line-height:1.4;}
.flow-list li::before{content:'✓';position:absolute;left:0;color:#00ff66;font-weight:900;font-size:18px;}
.flow-list li strong{color:#00ff66;font-family:'Bebas Neue';font-size:22px;letter-spacing:1px;}
.event-flow-image{position:relative;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.6);border:1px solid rgba(255,255,255,0.1);}
.event-flow-image img{width:100%;border-radius:14px;display:block;transition:0.5s;filter:grayscale(20%);}
.event-flow-image:hover img{transform:scale(1.05);filter:grayscale(0%);}

/* ========================= ZEITPLAN (NEU) ========================= */
.timeline-footbao{display:flex;align-items:center;justify-content:space-between;margin-top:80px;position:relative;padding-bottom:40px;}
.timeline-footbao::before{content:'';position:absolute;top:100px;left:5%;right:5%;height:2px;background:linear-gradient(90deg, transparent, rgba(0,255,102,0.3), transparent);z-index:1;}
.timeline-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1;}
.timeline-label{font-family:'Bebas Neue';font-size:22px;letter-spacing:1px;color:#fff;margin-bottom:15px;white-space:nowrap;text-shadow:0 0 10px rgba(0,0,0,0.5);}
.timeline-gfx{width:120px;height:120px;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:0;transition:0.4s ease;backdrop-filter:none;box-shadow:none;}
.timeline-gfx img{max-width:100%;max-height:100%;object-fit:contain;filter:drop-shadow(0 5px 15px rgba(0,255,102,0.4));}
.timeline-item:hover .timeline-gfx{transform:scale(1.15);filter:brightness(1.2);}
.timeline-item:hover .timeline-label{color:#00ff66;transform:translateY(-5px);transition:0.3s;}


/* ========================= FORMULAR & MODAL ========================= */
.event-form{max-width:500px;margin:auto;display:flex;flex-direction:column;gap:14px; margin-bottom:100px;}
.event-form input{padding:14px;border-radius:10px;border:1px solid #444;background:#1a1a1a;color:#fff;font-size:15px;}
.event-checkbox{font-size:13px;color:#aaa;display:flex;gap:10px;align-items:flex-start;}
.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);display:none;align-items:center;justify-content:center;z-index:9999;}
.modal-overlay.active{display:flex;}
.modal-box{background:#1a1a1a;border-radius:16px;padding:40px;max-width:420px;width:90%;text-align:center;}
.modal-title{font-family:'Bebas Neue';font-size:32px;color:#00ff66;margin-bottom:14px;}
.modal-text{font-size:15px;color:#ccc;line-height:1.5;margin-bottom:30px;}
.modal-btn{width:100%;}

/* ========================= FOOTER ========================= */
.footer{width:100%;background:#00ff66;padding:60px 20px;color:#000;}
.footer-inner{max-width:1300px;margin:auto;display:grid;grid-template-columns:200px 1fr 420px;gap:40px;align-items:flex-start;}
.footer-logo img{width:160px;height:auto;display:block;}
.footer-col{font-size:14px;line-height:1.5;}
.footer-title{font-size:18px;font-weight:900;margin-bottom:14px;color:#000;}
.footer-info p{margin-bottom:6px;}
.footer-info a{color:#000;text-decoration:none;font-weight:700;}
.footer-spacer{height:12px;}
.footer-map-box{width:100%;max-width:400px;height:150px;overflow:hidden;border-radius:6px;border:2px solid #000;margin-bottom:10px;}
.footer-map-box iframe{width:100%;height:100%;display:block;}
.footer-map-text{font-size:13px;}

/* ========================= SPONSOREN ========================= */
.sponsors-section{width:100%;background:#0b0b0b;padding:120px 0;}
.sponsor-block{max-width:1300px;margin:0 auto 100px auto;text-align:center;}
.sponsor-title{font-family:'Bebas Neue';font-size:48px;color:#00ff66;margin-bottom:60px;}
.sponsor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;align-items:stretch;}
.sponsor-item{background:#ffffff;border-radius:16px;padding:15px;display:flex;align-items:center;justify-content:center;}
.sponsor-item img{max-width:100%;max-height:100px;object-fit:contain;}

/* ========================= AFTERPARTY SECTION ========================= */
.afterparty-section{width:100%;background:#0b0b0b;padding:100px 0;border-top:1px solid rgba(0,255,102,0.1);}
.afterparty-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center;}
.afterparty-text-box{font-size:17px;line-height:1.8;color:#ccc;}
.afterparty-intro{font-family:'Bebas Neue';font-size:28px;color:#00ff66;margin-bottom:20px;letter-spacing:1px;}
.afterparty-text-box p{margin-bottom:20px;}
.legal-note{display:block;font-size:12px;color:#666;margin-top:10px;font-style:italic;}
.afterparty-features{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;}
.feature-tag{background:rgba(0,255,102,0.1);border:1px solid #00ff66;color:#00ff66;padding:8px 18px;border-radius:20px;font-family:'Bebas Neue';font-size:18px;letter-spacing:1px;}
.afterparty-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 0 40px rgba(0,255,102,0.15);border:1px solid rgba(255,255,255,0.1);}
.CL-image{position:relative;border-radius:20px;overflow:hidden;}
.afterparty-image img{width:100%;height:auto;display:block;transition:0.5s;}
.afterparty-image:hover img{transform:scale(1.05);}
.image-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center, transparent 30%, rgba(0,255,102,0.05) 100%);pointer-events:none;}
.image-glow-cl{position:absolute;top:0;left:0;width:60%;background:radial-gradient(circle at center, transparent 30%, rgba(0,255,102,0.05) 100%);pointer-events:none;}

/* ========================= PARTNER SECTION (SQUARE) ========================= */
.partner-section{width:100%;padding:100px 0;border-bottom:1px solid rgba(0,255,102,0.1);}
.partner-grid{display:grid;grid-template-columns:1.2fr 0.8fr;gap:60px;align-items:center;}
.partner-text-box{font-size:17px;line-height:1.8;color:#ccc;}
.partner-intro{font-family:'Bebas Neue';font-size:28px;color:#00ff66;margin-bottom:20px;letter-spacing:1px;}
.partner-text-box p{margin-bottom:20px;}
.partner-image-wrap{position:relative;width:100%;max-width:450px;margin-left:auto;}
.partner-img-square{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px;display:block;border:1px solid rgba(255,255,255,0.1);transition:0.6s ease;box-shadow:0 10px 30px rgba(0,0,0,0.5);}
.partner-image-wrap:hover .partner-img-square{transform:scale(1.03);border-color:#00ff66;}
.partner-image-glow{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center, transparent 30%, rgba(0,255,102,0.05) 100%);pointer-events:none;border-radius:20px;}



/* ========================= MOBILE BREAKPOINTS ========================= */

@media(max-width:900px){.event-hero-wrap{background:url('../img/hero_mobil4.jpg') top center/100% auto no-repeat;}
@media(max-width:900px){.hero{align-items:flex-start;padding-top:0;}
@media(max-width:900px){.hero-inner{padding:560px 20px 60px 20px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;justify-content:flex-start;}
@media(max-width:900px){.prize-amount{font-size:100px !important;display:block;}}
@media(max-width:900px){.hero-text{margin-top:0;display:flex;flex-direction:column;align-items:flex-start;width:100%;}
@media(max-width:900px){.hero-title-top{font-size:16px;margin-bottom:10px;text-align:left;}
@media(max-width:900px){.hero-title{font-size:42px;line-height:1.1;margin-bottom:15px;text-align:left;}
@media(max-width:900px){.hero-subtitle{font-size:18px;line-height:1.4;margin-bottom:30px;text-align:left;}
@media(max-width:900px){.hero-buttons{flex-direction:column;width:100%;gap:15px;}
@media(max-width:900px){.btn-primary,.btn-secondary{width:100%;text-align:center;padding:16px 0;display:block;}
@media(max-width:1100px){.teams-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:900px){.facts-section{padding:40px 0;}
@media(max-width:900px){.facts-grid{grid-template-columns:repeat(2,1fr);gap:10px;}
@media(max-width:900px){.fact-card{padding:15px 10px;gap:8px;flex-direction:column;align-items:center;text-align:center;min-height:140px;}
@media(max-width:900px){.fact-icon-wrap{width:75px;height:75px;margin-bottom:5px;background:rgba(0,255,102,0.1);}
@media(max-width:900px){.fact-icon-wrap img{width:75px;height:75px;}
@media(max-width:900px){.fact-value{font-size:15px;line-height:1.2;font-family:'Bebas Neue';letter-spacing:0.5px;}
@media(max-width:900px){.fact-sub{font-size:9px;margin-top:2px;font-weight:700;letter-spacing:0.5px;}
@media(max-width:900px){#preisgeld img{content:url('../img/event/preisgeld_mobil.jpg');}
@media(max-width:900px){#preisgeld .news-inner{padding:0 10px;}
@media(max-width:900px){#preisgeld img{width:100%;height:auto;border-radius:10px;display:block;}

@media(max-width:900px){#prizeMainImage{content:url('../img/event/preisgeld_mobil.jpg');}}
@media(max-width:900px){.prize-image-wrap{margin-bottom:20px;}}

@media(max-width:900px){.teams-section{padding:40px 0;}}
@media(max-width:900px){.teams-grid{display:grid;grid-template-columns:calc(50% - 4px) calc(50% - 4px);gap:8px;width:100%;box-sizing:border-box;}}
@media(max-width:900px){.team-card{height:50px;padding:0 10px;border-radius:6px;}}
@media(max-width:900px){.team-logo-placeholder{display:none;}}
@media(max-width:900px){.team-info{flex-direction:row;align-items:center;justify-content:space-between;width:100%;min-width:0;flex:1;}}
@media(max-width:900px){.team-name{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;padding-right:5px;margin:0;}}
@media(max-width:900px){.team-status{width:18px;height:18px;min-width:18px;font-size:0;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;margin-top:0;}}
@media(max-width:900px){.team-status.confirmed::after{content:'✔';font-size:10px;color:#00ff66;}}
@media(max-width:900px){.team-status.pending::after{content:'?';font-size:10px;color:#ff4444;}}
@media(max-width:900px){.team-number{font-size:13px;margin-right:5px;width:auto;min-width:15px;text-align:left;}}
@media(max-width:900px){.team-empty{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;}}
@media(max-width:900px){.teams-section{background-image:url('../img/bg_teams_mobil.png')!important;background-repeat:no-repeat;background-size:cover;background-position:center center;}}
@media(max-width:900px){.teams-section{overflow:hidden;}}
@media(max-width:900px){.prize-grid{display:grid !important;grid-template-columns:repeat(2, 1fr) !important;gap:8px !important;padding:0 10px !important;}}
@media(max-width:900px){.prize-card{display:flex !important;flex-direction:row !important;align-items:center !important;height:60px !important;padding:5px 10px !important;border-radius:8px !important;}}
@media(max-width:900px){.prize-icon{width:50px !important;height:50px !important;margin-right:8px !important;flex-shrink:0 !important;}}
@media(max-width:900px){.prize-info{display:flex !important;flex-direction:column !important;justify-content:center !important;text-align:left !important;min-width:0 !important;}}
@media(max-width:900px){.prize-label{font-size:12px !important;line-height:1.1 !important;margin:0 !important;white-space:normal !important;word-wrap:break-word !important;}}
@media(max-width:900px){.prize-value{font-size:18px !important;line-height:1 !important;margin-top:2px !important;}}
@media(max-width:900px){.hero-powered{margin-bottom:20px;gap:10px;justify-content:flex-start;}.hero-powered span{font-size:12px;letter-spacing:1px;}.hero-powered img{height:65px !important;width:auto !important;filter:brightness(1.3);}}
@media(max-width:900px){.footer{padding:40px 20px;}}
@media(max-width:900px){.footer-inner{display:flex;flex-direction:column;gap:30px;align-items:flex-start;}}
@media(max-width:900px){.footer-logo img{width:140px;}}
@media(max-width:900px){.footer-map-box{max-width:100%;}}


@media(max-width:900px){
.header-nav-event,.header-cta{display:none;}
.header-logo img{height:25px;width:auto;}
.burger{display:flex;}
.event-flow{grid-template-columns:1fr;gap:30px;}
.event-flow-image{order:2;}
.timeline-footbao{flex-direction:column;gap:50px;margin-top:40px;padding-bottom:0;}
.timeline-footbao::before{display:none;}
.timeline-label{font-size:26px;margin-bottom:10px;}
.timeline-gfx{width:130px;height:130px;}
.news-title,.table-schedule-title,.videos-title{font-size:36px;}

}

/* Mobile Anpassung für Afterparty */
@media(max-width:900px){
.afterparty-grid{grid-template-columns:1fr;gap:30px;}
.afterparty-image{order:1;}
.afterparty-text-box{order:2;text-align:left;font-size:15px;}
.afterparty-features{justify-content:flex-start;}
.afterparty-section{padding:60px 0;}
}

/* Mobile Anpassung */
@media(max-width:900px){
.partner-grid{grid-template-columns:1fr;gap:30px;}
.partner-image-wrap{order:1;margin:0 auto;max-width:100%;}
.partner-text-box{order:2;text-align:left;font-size:15px;}
.partner-section{padding:60px 0;}
.partner-intro{font-size:24px;}
}
