/*
Theme Name: MyEvent Theme
Theme URI: https://myevent.com
Description: Eigenständiges WordPress Theme für Event-Websites.
Author: Dein Name
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myevent
Tags: event, modern, responsive, onepage
*/

body { font-family: 'Inter', sans-serif; margin:0; padding:0; }
h1, h2, h3 { font-family: 'Montserrat', sans-serif; }
.hero {
  position: relative;
  height: 100vh;
  background: url('https://source.unsplash.com/1600x900/?event,party') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}
.hero-content { position: relative; text-align: center; z-index: 2; }
.btn-primary {
  background:#d63384;color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;
}
.btn-primary:hover {background:#b02a6c;}
.section {padding:80px 20px;}
.section.bg-light {background:#f8f9fa;}
.grid {display:grid;gap:20px;}
.grid-3 {grid-template-columns:repeat(auto-fit,minmax(250px,1fr));}
.card {background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 8px rgba(0,0,0,0.1);}
footer {background:#000;color:#fff;padding:20px;text-align:center;}
