/*
Theme Name: Verteufelt Gut Premium V3
Author: Podcast Team
Version: 3.2
Description: Fullscreen Video Hero + Premium Layout
*/

body { margin:0; font-family:'Playfair Display', serif; background:#0e0e0e; color:#fff; }

.container { width:90%; max-width:1200px; margin:auto; }

header { background:rgba(0,0,0,0.85); padding:20px 0; position:fixed; width:100%; z-index:1000; }

.nav-wrapper { display:flex; justify-content:space-between; align-items:center; }

.custom-logo { max-height:60px; width:auto; }

nav ul { list-style:none; display:flex; gap:30px; margin:0; padding:0; }

nav a { color:#d4af37; text-decoration:none; font-weight:600; }

.hero-video { position:relative; height:100vh; width:100%; overflow:hidden; }

.hero-video video,
.hero-video img {
position:absolute;
top:50%;
left:50%;
min-width:100%;
min-height:100%;
transform:translate(-50%, -50%);
object-fit:cover;
}

.hero-overlay {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.85) 100%);
display:flex;
justify-content:center;
align-items:center;
}

.hero-overlay h1 {
font-size:4rem;
letter-spacing:6px;
color:#d4af37;
}

footer { background:#000; padding:40px 0; text-align:center; opacity:0.6; }
