:root { --primary-color: #9146FF; --secondary-color: #772CE8; --background-color: #0E0E10; --text-color: #efeff1; --header-height: 210px; } body { margin: 0; padding: 20px; background: url('../images/background.webp') no-repeat center center fixed; background-size: cover; font-family: 'Inter', sans-serif; background-color: var(--background-color); color: var(--text-color); align-items: center; line-height: 1.6; } .full-width-header { position: fixed; top: 0; left: 0; width: 100%; height: var(--header-height); background-size: cover; background-position: center; background-repeat: no-repeat; z-index: 1000; } .full-width-header::after { content: ''; position: absolute; bottom: -50px; left: 0; width: 100%; height: 50px; background: linear-gradient(to bottom, var(--background-color), transparent); z-index: 999; } .container { max-width: 1100px; margin: 0 auto; padding: 2rem; padding-top: var(--header-height); } .logo { width: 200px; height: auto; margin: 40px auto; display: block; position: fixed; left: 5%; top: 20%; transform: translateX(-50%); z-index: 1001; } .nav-container, .nav-container2 { position: fixed; top: 20px; display: flex; flex-direction: column; gap: 10px; z-index: 2000; } .nav-container { right: 20px; } .nav-container2 { left: 20px; } .nav-button { padding: 0.7rem 1.5rem; border-radius: 8px; background: linear-gradient(145deg, var(--primary-color), var(--secondary-color)); color: white; text-decoration: none; font-weight: bold; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); text-align: center; min-width: 120px; touch-action: manipulation; } .nav-button:hover { transform: translateY(-2px); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); } .nav-button.active { background: linear-gradient(145deg, var(--secondary-color), var(--primary-color)); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3); transform: translateY(1px); } .dein-element { background-color: rgba(24, 24, 27, 0.8); border: 2px solid #9146FF; border-radius: 10px; box-shadow: 0 0 10px rgba(145, 70, 255, 0.6); } .counter-box { position: relative; margin-top: 10px; text-align: left; } .footer { background-color: rgba(24, 24, 27, 0.9); padding: 1rem; text-align: center; margin-top: 2rem; border-radius: 10px; font-size: 13px; } .footer-container { max-width: 1200px; margin: 0 auto; } .footer-nav a, .footer-social a { color: var(--primary-color); text-decoration: none; margin: 0 10px; font-weight: bold; } .footer-nav a:hover, .footer-social a:hover { text-decoration: underline; } .lightbox-img { width: 20%; height: auto; cursor: pointer; transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; border-radius: 10px; border: 2px solid rgba(145, 70, 255, 0.3); background-color: rgba(14, 14, 16, 0.8); margin-top: 50px; } .lightbox-img:hover { transform: scale(1.05); border-color: var(--primary-color); box-shadow: 0 0 15px rgba(145, 70, 255, 0.5); } .lightbox { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); justify-content: center; align-items: center; z-index: 2000; } .lightbox img { max-width: 80%; max-height: 80%; } .lightbox.active { display: flex; } .content-wrapper { display: flex; display: -webkit-flex; align-items: flex-start; gap: 20px; } .text-content { flex: 1; } .bio-section { background-color: rgba(24, 24, 27, 0.8); padding: 2rem; border-radius: 10px; margin: 2rem 0; } .title-container { display: flex; align-items: center; justify-content: center; gap: 15px; text-align: center; } .bio-img { width: 100px; height: auto; border-radius: 50%; box-shadow: 0 0 10px rgba(145, 70, 255, 0.6); } .bio-section p { text-align: center; } .bio-section p2 { text-align: left; } h2 { margin-bottom: 1rem; color: var(--primary-color); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); font-size: 25px; } h1 { margin-bottom: 1rem; color: var(--primary-color); text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); text-align: center; font-size: 36px; } .social-links { display: flex; justify-content: center; gap: 1.5rem; margin: 2rem 0; perspective: 1000px; flex-wrap: wrap; } .social-button { padding: 1rem 2rem; border-radius: 10px; background: linear-gradient(145deg, var(--primary-color), var(--secondary-color)); color: white; text-decoration: none; display: flex; align-items: center; gap: 0.8rem; font-weight: bold; transform-style: preserve-3d; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3), 0 2px 5px rgba(145, 70, 255, 0.2); position: relative; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .social-button::before { content: ''; position: absolute; inset: 0; border-radius: 10px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05)); transform: translateZ(-1px); } .social-button:hover { transform: translateY(-5px) rotateX(10deg); box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(145, 70, 255, 0.3); } .social-button svg { filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.4)); } .schedule { background-color: rgba(24, 24, 27, 0.9); padding: 2rem; border-radius: 12px; margin: 2rem auto; text-align: center; max-width: 900px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); animation: fadeIn 1s ease-in-out; } .schedule h1 { font-size: 38px; color: var(--primary-color); margin-bottom: 1rem; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); } .schedule p { font-size: 18px; color: var(--text-color); margin-bottom: 2rem; opacity: 0.8; } .schedule-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 15px; text-align: center; } .schedule-item { background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); padding: 20px; border-radius: 12px; font-size: 18px; font-weight: bold; color: white; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; align-items: center; gap: 10px; opacity: 0.9; } .schedule-item:hover { transform: translateY(-5px) scale(1.05); box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4); opacity: 1; } .schedule-icon { font-size: 28px; filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3)); } @keyframes fadeIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } @media (min-width: 150px) and (max-width: 1480px) { .logo { display: none !important; } } @media (max-width: 768px) { :root { --header-height: 150px; } .nav-container, .nav-container2 { position: static; width: 100%; flex-direction: row; justify-content: center; flex-wrap: wrap; gap: 10px; margin: 10px 0; } .nav-button { flex: 1; min-width: 140px; max-width: 200px; padding: 8px 15px; font-size: 14px; } .container { padding: 1rem; padding-top: calc(var(--header-height) + 20px); } .content-wrapper { flex-direction: column; align-items: center; } .lightbox-img { width: 80%; margin: 20px auto; } .bio-section { padding: 1rem; } .social-links { flex-wrap: wrap; gap: 10px; } .social-button { width: calc(50% - 10px); padding: 0.8rem 1rem; font-size: 14px; } .footer { padding: 1rem; font-size: 12px; } .footer-nav, .footer-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; } .footer-nav a, .footer-social a { margin: 5px; } } @media (min-width: 2150px) { :root { --header-height: 250px; } } @media (min-width: 1920px) { .container { max-width: 1400px; } body { font-size: 18px; } h1 { font-size: 42px; } h2 { font-size: 32px; } } @media (min-width: 769px) and (max-width: 1024px) { .container { padding: 1.5rem; } .social-button { padding: 0.9rem 1.8rem; } .lightbox-img { width: 30%; } } @media (hover: hover) { .social-button:hover { transform: translateY(-5px) rotateX(10deg); box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4), 0 5px 10px rgba(145, 70, 255, 0.3); } }