<!DOCTYPE html> <html lang="de"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Apfelschorle Zero - Werbeplakat</title> <style> @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Poppins', sans-serif; overflow: hidden; background: linear-gradient(180deg, #87CEEB 0%, #B0E0E6 100%); } .poster { width: 100vw; height: 100vh; position: relative; overflow: hidden; background: linear-gradient(180deg, #87CEEB 0%, #98D8E8 20%, #7EC8E3 40%, #5DADE2 60%, #3498DB 100% ); } /* Hintergrund Elemente */ .meadow { position: absolute; bottom: 0; left: 0; width: 100%; height: 35%; background: linear-gradient(180deg, rgba(144, 238, 144, 0.9) 0%, rgba(34, 139, 34, 0.95) 50%, rgba(0, 100, 0, 1) 100% ); clip-path: ellipse(100% 100% at 50% 100%); } .grass-texture { position: absolute; bottom: 0; width: 100%; height: 100%; background-image: radial-gradient(circle at 20% 80%, rgba(255,255,255,0.1) 1px, transparent 1px), radial-gradient(circle at 80% 60%, rgba(255,255,255,0.1) 1px, transparent 1px), radial-gradient(circle at 40% 90%, rgba(0,0,0,0.05) 1px, transparent 1px); background-size: 30px 30px, 40px 40px, 25px 25px; } /* Wasser Effekt */ .water { position: absolute; bottom: 15%; left: 0; width: 100%; height: 25%; background: linear-gradient(180deg, rgba(64, 224, 208, 0.4) 0%, rgba(0, 191, 255, 0.6) 50%, rgba(30, Ver mais