/*
Theme Name: RadioVibe
Theme URI: https://www.generationmixradio.at
Author: GenerationMixRadio
Description: Modernes WordPress-Theme für Webradios mit integriertem Player, Wunschbox und Sendeplan.
Version: 1.0
Tags: radio, responsive, player, chat, music
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
}

header {
    background: linear-gradient(90deg, #00f, #f0c, #ff0, #80f);
    padding: 20px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav a {
    margin: 0 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

section {
    padding: 40px 20px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #111;
    color: #ccc;
}
