/*-------------------------------------------------------+
| NextGen Theme für PHP-Fusion 9.10.10
| KrazzFM Design Limegreen
+--------------------------------------------------------*/

/* ========== LOGO-FFEKTE ========== */
/* 
Verfügbare Effekt-Namen:
- pulse-glow
- rotate-zoom
- shake
- neon-flicker
- flip-3d
- bounce
- glitch
- rainbow-glow
- tilt-glow
- zoom-blur
*/

body .list-group-item,
body a.list-group-item,
body button.list-group-item {
    background-color: #111111 !important;
    color: #ddd !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* ===== Farbvariablen (Limegreen Theme) ===== */
:root {
    --primary-color: #32cd32;
    --primary-hover: #28a428;
    --primary-dark: #228b22;
    --primary-light: #7fff00;
}

/* ===== Reset & Basis ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Segoe UI', 'Arial', sans-serif;  /* Alt: 'Segoe UI', 'Arial', sans-serif */
    font-size: 14px;
    line-height: 1.6;
    color: #ddd;
    background-color: #1a1a1a;
    background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Bebas Neue für Headlines */
h1, h2, h3, h4, h5, h6,
.site-title,
.sliÿ -t �翴 ,
.panel-heading,
.footer-widget-title,
.nav-title {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1.5px;
}

a {
    color: #32cd32;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #7fff00;
    text-decoration: none;
}

.container {
    max-width: 1200px;
}

/* ===== Top Bar (Login/Register) ===== */
.top-bar {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.top-bar-left {
    color: rgba(255, 255, 255, 0.6);
}

.top-bar a {
    color: #fff;
}

.top-bar .btn {
    padding: 4px 15px;
    font-size: 11px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.top-bar .btn-primary {
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border: none;
    box-shadow: 0 2px 8px rgba(50, 205, 50, 0.3);
}

.top-bar .btn-primary:hover {
    background: linear-gradient(135deg, #28a428 0%, #7fff00 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(50, 205, 50, 0.4);
}

.top-bar .btn-secondary {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.top-bar .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* ===== Logo Area ===== */
.logo-area {
    background: rgba(20, 20, 20, 0.8);
    backdrop-filter: blur(10px);
    padding: 25px 0;
    position: relative;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index:999;
}

.logo-area .row {
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;
}

.site-logo img {
    max-height: 140px;
    height: auto;
    width: auto;
    filter: drop-shadow(0 2px 8px rgba(50, 205, 50, 0.3));
}

.site-logo .site-title {
    margin: 0;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 10px rgba(50, 205, 50, 0.5);
}

.site-logo a {
    color: #fff;
}

.site-logo a:hover {
    color: #32cd32;
}

/* Radio Player Widget */
.header-player-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    height: 100%;
}

.header-radio-player {
    flex: 1;
    max-width: 320px;
    width: 320px;
}

.header-radio-player iframe {
    width: 100%;
    border-radius: 8px;
    margin-top:-12px;
    
    
}

/* ===== Live Now Compact Box ===== */
.header-live-now {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.live-now-compact {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.15) 0%, rgba(0, 0, 0, 0.9) 100%);
    border: 2px solid #32cd32;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 4px 20px rgba(50, 205, 50, 0.4);
    min-width: 280px;
    height:170px;
    margin-top:-10px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.live-now-compact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(50, 205, 50, 0.1), transparent);
    animation: shine 3s infinite;
}

@keyframes shine {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* Live Indicator Small */
.live-indicator-small {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.live-dot-small {
    width: 10px;
    height: 10px;
    background: #ff0000;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 10px #ff0000, 0 0 20px rgba(255, 0, 0, 0.5);
}

.live-label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    color: #32cd32;
    letter-spacing: 2px;
    font-weight: bold;
}

/* Current Show Info */
.live-current-show {
    margin-bottom: 12px;
}

.current-show-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 0 0 4px 0;
    line-height: 1.2;
    letter-spacing: 1px;
}

.current-show-time {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}

/* Compact Listen Button */
.btn-listen-compact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 5px 20px;
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    color: #fff;
    border-radius: 5px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(50, 205, 50, 0.4);
    border: 2px solid transparent;
    margin-top:10px;
}

.btn-listen-compact:hover {
    background: linear-gradient(135deg, #7fff00 0%, #32cd32 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 18px rgba(50, 205, 50, 0.6);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.btn-listen-compact i {
    font-size: 18px;
    animation: pulse-icon 2s infinite;
}

@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

/* Responsive Adjustments */
@media (max-width: 1199px) {
    .live-now-compact {
        min-width: 240px;
        padding: 12px 15px;
    }
    
    .current-show-name {
        font-size: 16px;
    }
    
    .btn-listen-compact {
        font-size: 14px;
        padding: 8px 15px;
    }
}

@media (max-width: 991px) {
    .header-player-area {
        flex-direction: column;
        gap: 15px;
    }
    
    .header-live-now {
        width: 100%;
    }
    
    .live-now-compact {
        width: 100%;
        max-width: 100%;
    }
    
    .header-radio-player {
        max-width: 100%;
    }
    
    .player-icons-box {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .live-now-compact {
        min-width: auto;
    }
}

/* Player Icons Box */
.header-player-icons {
    flex-shrink: 0;
    height: 180px;
}

.player-icons-box {
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #444;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    min-width: 120px;
    height: 160px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.player-icons-title {
    font-size: 16px;
    color: #05b61c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 6px 0;
    text-align: center;
    font-weight: bold;
    flex-shrink: 0;
    height: 18px;
    line-height: 18px;
}

.player-icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 6px;
    flex: 1;
    align-content: center;
}

.player-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    transition: all 0.25s ease;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    width: 100%;
}

.player-icon-item:hover {
    background: rgba(5, 182, 28, 0.15);
    border-color: #05b61c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(5, 182, 28, 0.3);
}

.player-icon-item i {
    font-size: 18px;
    margin-bottom: 3px;
    transition: all 0.3s ease;
}

.player-icon-item:hover i {
    transform: scale(1.15);
    filter: brightness(1.2);
}

.player-name {
    font-size: 7px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* ===== Navigation (Original Layout) ===== */
.main-navigation {
    background: rgba(5, 5, 5, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    position: sticky;
    top: 0;
    z-index: 1000;
    
    padding-top:10px;
    padding-bottom:10px;
}

.main-navigation .navbar {
    padding: 0;
}

.main-navigation .navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.main-navigation .nav-item {
    position: relative;
}

/* Zweizeiliges Layout */
.main-navigation .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 10px 20px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main-navigation .nav-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    line-height: 1.2;
}

.main-navigation .nav-subtitle {
    font-size: 10px;
    font-weight: normal;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.6);
    display: block;
    margin-top: 2px;
    letter-spacing: 0.5px;
}

.main-navigation .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #32cd32;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.main-navigation .nav-link:hover::before,
.main-navigation .nav-item.active .nav-link::before {
    width: 80%;
}

.main-navigation .nav-link:hover,
.main-navigation .nav-item.active .nav-link {
    color: #32cd32 !important;
    background-color: rgba(50, 205, 50, 0.05);
}

.main-navigation .nav-link:hover .nav-subtitle {
    color: rgba(127, 255, 0, 0.8);
}

/* Dropdown Menü */
.main-navigation .dropdown-menu {
    background: rgba(20, 20, 20, 0.98);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(50, 205, 50, 0.2);
    border-top: 2px solid #32cd32;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    padding: 10px 0;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    min-width: 200px;
}

.main-navigation .dropdown-item {
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    font-size: 13px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.main-navigation .dropdown-item:hover {
    background: rgba(50, 205, 50, 0.1);
    color: #32cd32;
    border-left-color: #32cd32;
    padding-left: 25px;
}

.main-navigation .dropdown-toggle::after {
    margin-left: 5px;
    vertical-align: middle;
    border-top-color: #32cd32;
}

.main-navigation .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3);
    padding: 8px 12px;
}

.main-navigation .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(50, 205, 50, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===== Slider (nur Startseite) ===== */
.slider-area {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top:-170px;
    z-index: 1;
}

.carousel-item {
    height: 700px;
    position: relative;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.slide-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.6) 0%, rgba(50,205,50,0.3) 100%);
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
    bottom: auto;
    right: auto;
    z-index: 2;
}

.slide-title {
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    animation: fadeInDown 1s;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slide-subtitle {
    font-size: 24px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    animation: fadeInUp 1s;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 50px;
    height: 50px;
    
    
    transition: all 0.3s ease;
}

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    color:#fff;
    transform: scale(1.1);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: #32cd32;
    border-color: #fff;
    transform: scale(1.2);
}

/* ===== Page Header (Unterseiten) ===== */
.page-header-area {
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.95) 0%, rgba(50, 50, 50, 0.95) 100%);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    margin-bottom: 40px;
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #32cd32;
}

.page-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.page-header-area .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-nav {
    margin: 0;
    padding: 0;
}

.breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-list li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.breadcrumb-list li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 4px;
}

.breadcrumb-list li a:hover {
    color: #32cd32;
    background-color: rgba(50, 205, 50, 0.1);
}

.breadcrumb-list li.separator {
    color: #32cd32;
    padding: 0 8px;
    font-size: 18px;
}

.breadcrumb-list li.active {
    color: #32cd32;
    font-weight: bold;
    padding: 5px 10px;
}

/* ===== Main Content ===== */
.main-wrapper {
    padding: 40px 0;
    min-height: calc(100vh - 400px);
}

/* ===== Panels & Boxes (Transparenz) ===== */
.panel {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.panel:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    border-color: rgba(50, 205, 50, 0.3);
}

.panel-heading {
    background: rgb(5, 5, 5, 0.9);
    color: #fff;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #32cd32;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.panel-body {
    padding: 20px;
    color: #ddd;
}

.side-panel {
    background: rgba(15, 15, 15, 0.8);
}

.side-panel .panel-heading {
    font-size: 20px;
    padding: 12px 15px;
}

.side-panel .panel-body {
    padding: 15px;
}

/* ===== News & Articles ===== */
.news-item {
    background: rgba(5, 5, 5, 0.8);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding:10px;
}

.news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(50, 205, 50, 0.2);
    border-color: rgba(50, 205, 50, 0.3);
}

.news-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.news-item:hover img {
    transform: scale(1.05);
}

.news-item-content {
    padding: 20px;
}

.news-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.news-item h3 a {
    color: #fff;
}

.news-item h3 a:hover {
    color: #32cd32;
}

.news-item-meta {
    color: #bbb;
    font-size: 12px;
    margin-bottom: 15px;
}

.news-item p {
    color: #aaa;
    line-height: 1.8;
    margin-bottom: 15px;
}

.btn-read-more {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.3);
}

.btn-read-more:hover {
    background: linear-gradient(135deg, #28a428 0%, #7fff00 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 205, 50, 0.4);
}

/* ===== Buttons ===== */
.btn {
    border-radius: 4px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color:#fff;
    background:limegreen;
}

.btn-primary {
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border: none;
    color: #fff;
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #28a428 0%, #7fff00 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 205, 50, 0.4);
}

/* ===== Forms ===== */
.form-control {
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #32cd32;
    box-shadow: 0 0 0 0.2rem rgba(50, 205, 50, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* ===== Tables ===== */
.table {
    background: rgba(30, 30, 30, 0.7);
    color: #ddd;
}

.table thead th {
    background: rgba(50, 205, 50, 0.2);
    border-bottom: 2px solid #32cd32;
    color: #fff;
}

.table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.table tbody tr:hover {
    background: rgba(50, 205, 50, 0.05);
}

/* ===== Footer (4 Spalten Layout) ===== */
.site-footer {
    background: rgb(5, 5, 5, 0.9);
    color: #ddd;
    margin-top: 60px;
    border-top: 2px solid #32cd32;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.footer-widgets {
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-col {
    margin-bottom: 30px;
}

.footer-widget {
    padding-right: 20px;
}

.footer-widget-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #32cd32;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #fff;
}

.footer-widget-content {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

.footer-widget-content p {
    margin-bottom: 20px;
    font-size: 14px;
}

/* Social Media Icons */
.footer-social {
    margin-top: 20px;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(50, 205, 50, 0.1);
    color: #32cd32;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    border: 1px solid rgba(50, 205, 50, 0.3);
}

.social-icon:hover {
    background: #32cd32;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(50, 205, 50, 0.4);
}

/* Footer Links */
.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 14px;
}

.footer-links-list li a i {
    font-size: 10px;
    margin-right: 8px;
    color: #32cd32;
}

.footer-links-list li a:hover {
    color: #32cd32;
    padding-left: 5px;
}

/* Footer News Liste */
.footer-news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-news-list li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-news-list li:last-child {
    border-bottom: none;
}

.footer-news-list li a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-news-list li a:hover {
    color: #32cd32;
}

.footer-news-list li a i {
    margin-right: 8px;
    color: #32cd32;
}

.footer-news-date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    display: block;
}

/* Footer Kontakt */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-contact-list li {
    margin-bottom: 15px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-contact-list li i {
    color: #32cd32;
    margin-right: 10px;
    width: 20px;
    text-align: center;
}

.footer-contact-list li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-list li a:hover {
    color: #32cd32;
}

/* Newsletter */
.footer-newsletter {
    margin-top: 20px;
}

.footer-newsletter p {
    font-size: 14px;
    margin-bottom: 10px;
}

.newsletter-form {
    display: flex;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.newsletter-form input:focus {
    outline: none;
    border-color: #32cd32;
    background: rgba(255, 255, 255, 0.08);
}

.newsletter-form button {
    padding: 10px 20px;
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: linear-gradient(135deg, #28a428 0%, #7fff00 100%);
    transform: scale(1.05);
}

/* Footer Copyright */
.footer-copyright {
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.3);
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-copyright strong {
    color: #32cd32;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-links li {
    display: inline-block;
    margin: 0 15px;
}

.footer-bottom-links li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-links li a:hover {
    color: #32cd32;
}

/* ===== Animations ===== */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .main-navigation .navbar-collapse {
        background: rgba(30, 30, 30, 0.98);
        margin-top: 10px;
        border-radius: 8px;
        padding: 10px 0;
    }
    
    .main-navigation .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        align-items: flex-start;
        padding: 12px 20px;
    }
    
    .main-navigation .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    
    .main-navigation .dropdown-menu {
        background: rgba(15, 15, 15, 0.95);
        margin-left: 20px;
        border-radius: 4px;
    }
    
    .header-player-area {
        flex-direction: column;
        gap: 15px;
    }
    
    .header-radio-player {
        max-width: 100%;
    }
    
    .player-icons-box {
        width: 100%;
        max-width: 400px;
    }
    
    .slide-title {
        font-size: 36px;
    }
    
    .slide-subtitle {
        font-size: 18px;
    }
    
    .footer-widgets {
        padding: 40px 0 20px;
    }
    
    .footer-col {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 13px;
    }
    
    .top-bar .col-md-6 {
        text-align: center !important;
        margin-bottom: 10px;
    }
    
    .logo-area {
        text-align: center;
        padding: 20px 0;
    }
    
    .site-logo {
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .site-logo img {
        max-height: 50px;
    }
    
    .header-player-area {
        justify-content: center;
        margin-top: 15px;
    }
    
    .header-radio-player iframe {
        max-width: 100%;
    }
    
    .player-icons-box {
        max-width: 300px;
    }
    
    .player-icons-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .carousel-item {
        height: 400px;
    }
    
    .slide-title {
        font-size: 28px;
    }
    
    .slide-subtitle {
        font-size: 16px;
    }
    
    .main-wrapper {
        padding: 20px 0;
    }
    
    .footer-copyright .col-md-6 {
        text-align: center !important;
        margin-bottom: 15px;
    }
    
    .footer-bottom-links li {
        display: block;
        margin: 10px 0;
    }
    
    .social-icon {
        margin: 5px;
    }
}

/* ===== Scrollbar Styling ===== */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #1a1a1a;
}

::-webkit-scrollbar-thumb {
    background: #32cd32;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #7fff00;
}

/* ===== Selection ===== */
::selection {
    background: #32cd32;
    color: #fff;
}

::-moz-selection {
    background: #32cd32;
    color: #fff;
}
/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Modals */
.fusion-modal {
    background: rgba(10, 10, 10, 0.95);
    color: #ddd;
    border: 1px solid rgba(50, 205, 50, 0.4);
    border-radius: 8px;
    backdrop-filter: blur(12px);
}

.fusion-modal .modal-header {
    border-bottom: 2px solid #32cd32;
}

.fusion-modal .modal-title {
    color: #fff;
}

.fusion-modal .modal-body {
    padding: 20px;
}

/* Bootstrap 4 Modal Close Button Fix */
.modal-header .close {
    color: #32cd32;
    opacity: 1;
    text-shadow: none;
}

.modal-header .close:hover {
    color: #ffffff;
}

.text-dark {
color: #fff !important;
}

/* ========== LOGO HOVER ANIMATIONEN ========== */

/* Option 1: Pulse mit Glow (Radio-Wellen Effekt) */
.site-logo a:hover img.pulse-glow {
    animation: pulseGlow 1s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgba(5, 182, 28, 0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 20px rgba(5, 182, 28, 1));
    }
}

/* Option 2: Rotate & Zoom */
.site-logo a:hover img.rotate-zoom {
    animation: rotateZoom 0.6s ease-out;
    transform: rotate(360deg) scale(1.1);
}

@keyframes rotateZoom {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1.1);
    }
}

/* Option 3: Shake (wie bei Musik-Bass) */
.site-logo a:hover img.shake {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

/* Option 4: Neon Flicker (wie ein Neon-Schild) */
.site-logo a:hover img.neon-flicker {
    animation: neonFlicker 0.8s ease-in-out;
}

@keyframes neonFlicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        filter: drop-shadow(0 0 10px rgba(5, 182, 28, 0.8));
        opacity: 1;
    }
    20%, 24%, 55% {
        filter: drop-shadow(0 0 5px rgba(5, 182, 28, 0.3));
        opacity: 0.7;
    }
}

/* Option 5: 3D Flip */
.site-logo a:hover img.flip-3d {
    animation: flip3d 0.8s ease-in-out;
    transform-style: preserve-3d;
}

@keyframes flip3d {
    0% {
        transform: perspective(400px) rotateY(0);
    }
    100% {
        transform: perspective(400px) rotateY(360deg);
    }
}

/* Option 6: Bounce (Hüpf-Effekt) */
.site-logo a:hover img.bounce {
    animation: bounce 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(-7px);
    }
    75% {
        transform: translateY(-10px);
    }
}

/* Option 7: Glitch Effekt */
.site-logo a:hover img.glitch {
    animation: glitchEffect 0.3s ease-in-out;
}

@keyframes glitchEffect {
    0% {
        transform: translate(0);
        filter: hue-rotate(0deg);
    }
    20% {
        transform: translate(-3px, 3px);
        filter: hue-rotate(90deg);
    }
    40% {
        transform: translate(3px, -3px);
        filter: hue-rotate(180deg);
    }
    60% {
        transform: translate(-2px, -2px);
        filter: hue-rotate(270deg);
    }
    80% {
        transform: translate(2px, 2px);
        filter: hue-rotate(360deg);
    }
    100% {
        transform: translate(0);
        filter: hue-rotate(0deg);
    }
}

/* Option 8: Rainbow Glow */
.site-logo a:hover img.rainbow-glow {
    animation: rainbowGlow 2s linear infinite;
}

@keyframes rainbowGlow {
    0% { filter: drop-shadow(0 0 15px #ff0000); }
    14% { filter: drop-shadow(0 0 15px #ff7f00); }
    28% { filter: drop-shadow(0 0 15px #ffff00); }
    42% { filter: drop-shadow(0 0 15px #00ff00); }
    57% { filter: drop-shadow(0 0 15px #0000ff); }
    71% { filter: drop-shadow(0 0 15px #4b0082); }
    85% { filter: drop-shadow(0 0 15px #9400d3); }
    100% { filter: drop-shadow(0 0 15px #ff0000); }
}

/* Option 9: Tilt & Glow */
.site-logo a:hover img.tilt-glow {
    animation: tiltGlow 0.6s ease-out;
}

@keyframes tiltGlow {
    0% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 5px rgba(5, 182, 28, 0.3));
    }
    25% {
        transform: rotate(-10deg);
        filter: drop-shadow(0 0 15px rgba(5, 182, 28, 0.8));
    }
    75% {
        transform: rotate(10deg);
        filter: drop-shadow(0 0 15px rgba(5, 182, 28, 0.8));
    }
    100% {
        transform: rotate(0deg);
        filter: drop-shadow(0 0 20px rgba(5, 182, 28, 1));
    }
}

/* Option 10: Zoom Out-In mit Blur */
.site-logo a:hover img.zoom-blur {
    animation: zoomBlur 0.8s ease-in-out;
}

@keyframes zoomBlur {
    0% {
        transform: scale(1);
        filter: blur(0);
    }
    50% {
        transform: scale(1.3);
        filter: blur(5px);
    }
    100% {
        transform: scale(1.1);
        filter: blur(0);
    }
}

/* ========== KOMBINATIONS-EFFEKT ========== */
/* Pulse + Glow + leichte Rotation */
.site-logo a img {
    transition: all 0.3s ease;
    display: block;
}

.site-logo a:hover img {
    animation: logoHover 0.6s ease-in-out forwards;
}

@keyframes logoHover {
    0% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 5px rgba(5, 182, 28, 0.3));
    }
    50% {
        transform: scale(1.1) rotate(-5deg);
        filter: drop-shadow(0 0 20px rgba(5, 182, 28, 1));
    }
    100% {
        transform: scale(1.08) rotate(0deg);
        filter: drop-shadow(0 0 15px rgba(5, 182, 28, 0.8));
    }
}

/* Kontinuierlicher Pulse während Hover */
.site-logo a:hover img {
    animation: logoHover 0.6s ease-in-out forwards, 
               continuousPulse 2s ease-in-out 0.6s infinite;
}

@keyframes continuousPulse {
    0%, 100% {
        filter: drop-shadow(0 0 15px rgba(5, 182, 28, 0.8));
    }
    50% {
        filter: drop-shadow(0 0 25px rgba(5, 182, 28, 1));
    }
}

/* ===== NOW PLAYING BOX ===== */
/* ===== AKTUALISIERTE NOW PLAYING BOX (nur Interpret & Titel) ===== */
.header-now-playing {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.now-playing-compact {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.15) 0%, rgba(0, 0, 0, 0.9) 100%);
    border: 2px solid #32cd32;
    border-radius: 8px;
    padding: 12px 15px;
    box-shadow: 0 4px 20px rgba(50, 205, 50, 0.4);
    min-width: 280px;
    max-width: 280px;
    height: 170px;
    margin-top: -10px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Shine-Effekt */
.now-playing-compact::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(50, 205, 50, 0.1), transparent);
    animation: shine 3s infinite;
}

/* Header der Now-Playing Box */
.now-playing-header-small {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    padding-bottom: 3px;
    
    position: relative;
    z-index: 1;
}

.now-playing-header-small i {
    color: #32cd32;
    font-size: 14px;
    animation: pulse-icon 2s infinite;
}

.now-playing-label {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
}

/* Now-Playing Info (nur 2 Sections) */
.now-playing-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.np-section {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.np-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.np-label i {
    color: #32cd32;
    font-size: 9px;
}

.np-content {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 6px 10px;
    background: rgba(50, 205, 50, 0.1);
    border-radius: 4px;
    border-left: 3px solid #32cd32;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 30px;
    display: flex;
    align-items: center;
}

/* Tracklist Button in Now-Playing Box */
.btn-tracklist {
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border: none;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(50, 205, 50, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
    z-index: 1;
}

.btn-tracklist:hover {
    background: linear-gradient(135deg, #28a428 0%, #7fff00 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(50, 205, 50, 0.5);
}

.btn-tracklist i {
    font-size: 12px;
}

/* ===== PLAYER ICONS BOX (mit grünem Rahmen & größer) ===== */
.header-player-icons {
    flex-shrink: 0;
    height: 170px;
    
}

.player-icons-box.player-icons-styled {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.15) 0%, rgba(0, 0, 0, 0.9) 100%);
    border: 2px solid #32cd32;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(50, 205, 50, 0.4);
    backdrop-filter: blur(10px);
    min-width: 200px;
    max-width: none;
    width: 220px
    height: 170px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

/* Shine-Effekt für Icons Box */
.player-icons-box.player-icons-styled::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(50, 205, 50, 0.1), transparent);
    animation: shine 3s infinite;
    z-index: 0;
}

.player-icons-box.player-icons-styled .player-icons-title {
    font-size: 14px;
    color: #32cd32;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(50, 205, 50, 0.3);
}

.player-icons-box.player-icons-styled .player-icons-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    padding: 0;               
    box-sizing: border-box;
    flex: 1;
    align-content: center;
    position: relative;
    z-index: 1;
}

.player-icons-box.player-icons-styled .player-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 6px;
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid rgba(50, 205, 50, 0.2);
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 50px;
}

.player-icons-box.player-icons-styled .player-icon-item:hover {
    background: rgba(50, 205, 50, 0.2);
    border-color: #32cd32;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(50, 205, 50, 0.4);
}

.player-icons-box.player-icons-styled .player-icon-item i {
    font-size: 22px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.player-icons-box.player-icons-styled .player-icon-item:hover i {
    transform: scale(1.2);
    filter: brightness(1.3) drop-shadow(0 0 8px currentColor);
}

.player-icons-box.player-icons-styled .player-name {
    font-size: 9px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .header-player-icons {
        display: none !important;
    }
}


/* Header Player Area Layout */
.header-player-area {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    height: 100%;
}

/* Responsive Anpassungen */
@media (max-width: 1199px) {
    .now-playing-compact {
        min-width: 260px;
        max-width: 260px;
    }
    
    .player-icons-box.player-icons-styled {
        min-width: 180px;
        max-width: 190px;
    }
    
    .player-icons-box.player-icons-styled .player-icon-item i {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .header-player-area {
        flex-direction: column;
        gap: 15px;
    }
    
    .header-now-playing,
    .header-player-icons {
        width: 100%;
    }
    
    .now-playing-compact,
    .player-icons-box.player-icons-styled {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .player-icons-box.player-icons-styled {
        height: auto;
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .now-playing-compact {
        min-width: auto;
        height: auto;
        min-height: 150px;
    }
    
    .player-icons-box.player-icons-styled {
        max-width: 350px;
    }

/* ===== FORUM DARK THEME - #222222 ===== */

/* Hauptcontainer des Forums */
.forum-wrapper,
.forum-container {
    background-color: #222222 !important;
}

/* Forum Übersicht - Kategorien */
.forum-category,
.forum-cat-wrapper {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Forum Panels/Boxen */
.panel.forum-panel,
.panel.panel-default,
.well,
.well-sm {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Forum Listen-Items */
.forum-item,
.forum-list-item,
.list-group-item {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

/* Forum Tabellen */
.forum-table,
.table,
table {
    background-color: #222222 !important;
    color: #ddd !important;
}

.table thead th,
.table tbody td {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

/* Forum Posts/Beiträge */
.forum-post,
.post-item,
.forum-thread-post {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Forum Header/Footer */
.forum-header,
.forum-footer,
.panel-heading,
.panel-footer {
    background-color: #1a1a1a !important;
    border-color: rgba(50, 205, 50, 0.3) !important;
    color: #fff !important;
}

/* Breadcrumbs im Forum */
.breadcrumb {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

.breadcrumb > li + li:before {
    color: #32cd32 !important;
}

/* Forum Buttons */
.forum-btn,
.btn-default {
    background-color: #2a2a2a !important;
    border-color: rgba(50, 205, 50, 0.3) !important;
    color: #ddd !important;
}

.forum-btn:hover,
.btn-default:hover {
    background-color: rgba(50, 205, 50, 0.2) !important;
    border-color: #32cd32 !important;
    color: #fff !important;
}

/* Forum Links */
.forum-wrapper a,
.forum-container a {
    color: #32cd32 !important;
}

.forum-wrapper a:hover,
.forum-container a:hover {
    color: #7fff00 !important;
}

/* Forum Thread-Titel */
.forum-thread-title,
.thread-title {
    color: #fff !important;
}

.forum-thread-title:hover,
.thread-title:hover {
    color: #32cd32 !important;
}

/* Forum Statistiken */
.forum-stats,
.stats-box {
    background-color: #1a1a1a !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Forum Zitate */
.quote,
.quote-content {
    background-color: #1a1a1a !important;
    border-left: 3px solid #32cd32 !important;
    color: #ccc !important;
}

/* Forum Code-Blöcke */
.code,
pre,
code {
    background-color: #1a1a1a !important;
    border: 1px solid rgba(50, 205, 50, 0.2) !important;
    color: #7fff00 !important;
}

/* Forum Pagination */
.pagination > li > a,
.pagination > li > span {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

.pagination > li > a:hover,
.pagination > .active > a {
    background-color: rgba(50, 205, 50, 0.2) !important;
    border-color: #32cd32 !important;
    color: #fff !important;
}

/* Forum Editor/Textarea */
.forum-editor,
.form-control,
textarea {
    background-color: #1a1a1a !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

.form-control:focus {
    background-color: #222222 !important;
    border-color: #32cd32 !important;
    color: #fff !important;
}

/* Forum Labels/Badges */
.label,
.badge {
    background-color: #32cd32 !important;
    color: #000 !important;
}

/* Forum Alternating Rows (Zebra-Stripes) */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #252525 !important;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #222222 !important;
}

/* Forum Hover Effects */
.forum-item:hover,
.forum-list-item:hover,
.list-group-item:hover {
    background-color: rgba(50, 205, 50, 0.1) !important;
    border-color: #32cd32 !important;
}

/* User Avatar Box */
.forum-avatar,
.user-avatar-box {
    background-color: #1a1a1a !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Forum Sticky/Pinned Threads */
.forum-sticky,
.sticky-thread {
    background-color: rgba(50, 205, 50, 0.05) !important;
    border-left: 3px solid #32cd32 !important;
}

/* Forum Locked Threads */
.forum-locked,
.locked-thread {
    opacity: 0.7;
}

/* Forum Search Box */
.forum-search,
.search-box {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Modal/Popup im Forum */
.modal-content {
    background-color: #222222 !important;
    border-color: #32cd32 !important;
}

.modal-header,
.modal-footer {
    background-color: #1a1a1a !important;
    border-color: rgba(50, 205, 50, 0.3) !important;
}

/* Alerts im Forum */
.alert {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.3) !important;
    color: #ddd !important;
}

.alert-success {
    border-left: 3px solid #32cd32 !important;
}

.alert-danger {
    border-left: 3px solid #ff4444 !important;
}

/* Textfarben anpassen */
.forum-wrapper,
.forum-container,
.panel-body {
    color: #ddd !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff !important;
}

/* Dropdown-Menüs im Forum */
.dropdown-menu {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.3) !important;
}

.dropdown-menu > li > a {
    color: #ddd !important;
}

.dropdown-menu > li > a:hover {
    background-color: rgba(50, 205, 50, 0.2) !important;
    color: #fff !important;
}

/* Input Groups */
.input-group-addon {
    background-color: #1a1a1a !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

/* ===== SPEZIFISCHES FIX FÜR .list-group-item ===== */

/* Alle List-Group Items */
.list-group-item,
a.list-group-item,
button.list-group-item {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

/* List-Group Items Hover */
.list-group-item:hover,
a.list-group-item:hover,
button.list-group-item:hover {
    background-color: rgba(50, 205, 50, 0.1) !important;
    border-color: #32cd32 !important;
    color: #fff !important;
}

/* Active/Selected List-Group Item */
.list-group-item.active,
a.list-group-item.active,
button.list-group-item.active {
    background-color: rgba(50, 205, 50, 0.2) !important;
    border-color: #32cd32 !important;
    color: #fff !important;
}

/* Disabled List-Group Item */
.list-group-item.disabled,
a.list-group-item.disabled,
button.list-group-item.disabled {
    background-color: #1a1a1a !important;
    color: #666 !important;
}

/* List-Group Container */
.list-group {
    background-color: transparent !important;
}

/* Links innerhalb von List-Group Items */
.list-group-item a {
    color: #32cd32 !important;
}

.list-group-item a:hover {
    color: #7fff00 !important;
}

/* List-Group Item Headings */
.list-group-item-heading {
    color: #fff !important;
}

/* List-Group Item Text */
.list-group-item-text {
    color: #bbb !important;
}

/* Success/Info/Warning/Danger Varianten */
.list-group-item-success {
    background-color: rgba(50, 205, 50, 0.1) !important;
    border-color: rgba(50, 205, 50, 0.3) !important;
}

.list-group-item-info {
    background-color: rgba(50, 150, 250, 0.1) !important;
    border-color: rgba(50, 150, 250, 0.3) !important;
}

.list-group-item-warning {
    background-color: rgba(255, 193, 7, 0.1) !important;
    border-color: rgba(255, 193, 7, 0.3) !important;
}

.list-group-item-danger {
    background-color: rgba(255, 68, 68, 0.1) !important;
    border-color: rgba(255, 68, 68, 0.3) !important;
}

/* Im Forum-Kontext */
.forum-wrapper .list-group-item,
#forum .list-group-item,
[class*="forum"] .list-group-item {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

/* Extra spezifisch für hartnäckige Bereiche */
body .list-group .list-group-item {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

/* Für den Fall dass Bootstrap-Klassen überschreiben */
.list-group > .list-group-item {
    background-color: #222222 !important;
}

/* Panel mit List-Group */
.panel > .list-group .list-group-item {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Erste und letzte Items */
.list-group-item:first-child {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.list-group-item:last-child {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

/* ===== EXAKTER FIX FÜR FORUM LIST-GROUP-ITEM ===== */

/* Haupt-Container */
.list-group {
    background-color: transparent !important;
}

/* List-Group Item mit clearfix */
.list-group-item.clearfix,
.list-group .list-group-item {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
    color: #ddd !important;
}

/* Row innerhalb des List-Group Items */
.list-group-item .row {
    background-color: transparent !important;
}

/* Alle Divs im List-Group Item */
.list-group-item div {
    background-color: transparent !important;
}

/* Links im List-Group Item */
.list-group-item a,
.list-group-item .forum-link {
    color: #32cd32 !important;
}

.list-group-item a:hover,
.list-group-item .forum-link:hover {
    color: #7fff00 !important;
}

/* text-dark Klasse überschreiben */
.list-group-item .text-dark,
.list-group-item a.text-dark {
    color: #fff !important;
}

/* text-lighter überschreiben */
.list-group-item .text-lighter {
    color: #bbb !important;
}

/* Profile Links */
.list-group-item .profile-link {
    color: #32cd32 !important;
}

.list-group-item .profile-link:hover {
    color: #7fff00 !important;
}

/* Hover-Effekt für das gesamte Item */
.list-group-item:hover {
    background-color: rgba(50, 205, 50, 0.1) !important;
    border-color: #32cd32 !important;
}

/* Display-inline-block Elemente */
.list-group-item .display-inline-block {
    color: #ddd !important;
}

/* Tooltips im Forum */
.list-group-item abbr,
.list-group-item .atooltip {
    color: #bbb !important;
    border-bottom-color: rgba(50, 205, 50, 0.3) !important;
}

/* Strong/Bold Text */
.list-group-item .strong,
.list-group-item strong {
    color: #fff !important;
    font-weight: 600;
}

/* Spezifisch für Thread-IDs */
.list-group-item [id^="thread_"] {
    background-color: transparent !important;
}

/* Alle Column-Divs */
.list-group-item [class*="col-"] {
    background-color: transparent !important;
    color: #ddd !important;
}

/* Margins für bessere Lesbarkeit */
.list-group-item .m-l-10 {
    margin-left: 10px;
}

/* Clearfix überschreiben (falls es Probleme macht) */
.list-group-item.clearfix::after,
.list-group-item.clearfix::before {
    background-color: transparent !important;
}

/* Extra spezifisch für hartnäckige Fälle */
body #content .list-group .list-group-item.clearfix {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Für den Fall dass Bootstrap etwas überschreibt */
.panel .list-group .list-group-item,
.panel-body .list-group .list-group-item {
    background-color: #222222 !important;
    border-color: rgba(50, 205, 50, 0.2) !important;
}

/* Thread-Liste spezifisch */
.forum-thread-list .list-group-item {
    background-color: #222222 !important;
}

/* Alle Textfarben im List-Group Item sicherstellen */
.list-group-item,
.list-group-item * {
    color: inherit;
}

.list-group-item {
    color: #ddd !important;
}

/* Links sollen grün bleiben */
.list-group-item a {
    color: #32cd32 !important;
}

/* Außer die mit text-dark */
.list-group-item a.text-dark {
    color: #fff !important;
}

.chart-card {
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(50, 205, 50, 0.3);
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease;
}

.chart-card:hover {
    border-color: #32cd32;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(50, 205, 50, 0.3);
}

.chart-card-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.chart-card .rank {
    font-size: 24px;
    font-weight: bold;
    color: #32cd32;
    font-family: 'Bebas Neue', sans-serif;
}

.chart-card .votes {
    color: #fff;
    background: rgba(50, 205, 50, 0.2);
    padding: 5px 10px;
    border-radius: 15px;
}

.chart-card .interpreter {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.chart-card .title {
    font-size: 14px;
    color: #bbb;
    font-style: italic;
}

/* Panel Header */
.krazzfm-shoutbox-panel .panel-heading {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-bottom: 2px solid #32cd32;
    padding: 15px 20px;
    color: #fff;
    font-size: 20px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.krazzfm-shoutbox-panel .panel-heading i {
    color: #32cd32;
    margin-right: 10px;
    font-size: 22px;
    animation: pulse-icon 2s infinite;
}

/* LIVE Badge */
.live-badge {
    background: linear-gradient(135deg, #ff0000, #ff4444);
    color: #fff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    animation: live-pulse 2s infinite;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

@keyframes live-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.05); }
}

/* Panel Body */
.krazzfm-shoutbox-panel .panel-body {
    padding: 15px;
    max-height: 500px;
    overflow-y: auto;
}

/* Scrollbar */
.krazzfm-shoutbox-panel .panel-body::-webkit-scrollbar {
    width: 8px;
}

.krazzfm-shoutbox-panel .panel-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.krazzfm-shoutbox-panel .panel-body::-webkit-scrollbar-thumb {
    background: #32cd32;
    border-radius: 4px;
}

.krazzfm-shoutbox-panel .panel-body::-webkit-scrollbar-thumb:hover {
    background: #7fff00;
}

/* Formular Wrapper */
.shoutbox-form-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(50, 205, 50, 0.2);
}

/* Shoutbox Items Container */
.shoutbox-items {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Einzelner Shout */
.shoutbox-item {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(50, 205, 50, 0.2);
    border-left: 3px solid #32cd32;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    gap: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.shoutbox-item:hover {
    background: rgba(50, 205, 50, 0.05);
    border-color: #32cd32;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.2);
}

/* Avatar Wrapper */
.shout-avatar-wrapper {
    flex-shrink: 0;
}

.shout-avatar {
    width: 40px;
    height: 40px;
    position: relative;
}

.shout-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(50, 205, 50, 0.3);
    transition: all 0.3s ease;
}

.shoutbox-item:hover .shout-avatar img {
    border-color: #32cd32;
    box-shadow: 0 0 15px rgba(50, 205, 50, 0.5);
}

/* Online Status */
.online-status {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.online-status i {
    font-size: 10px;
}

.online-status.online i {
    color: #32cd32;
    animation: online-blink 2s infinite;
}

.online-status.offline i {
    color: #666;
}

@keyframes online-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Shout Content */
.shout-content {
    flex: 1;
    min-width: 0;
}

/* Shout Header */
.shout-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 10px;
}

.shout-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* Username */
.shout-username {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.shout-username a {
    color: #32cd32 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.shout-username a:hover {
    color: #7fff00 !important;
    text-shadow: 0 0 10px rgba(50, 205, 50, 0.5);
}

/* Date */
.shout-date {
    font-size: 11px;
    color: #999;
}

.shout-date i {
    color: #32cd32;
    margin-right: 3px;
}

/* Shout ID */
.shout-id {
    font-size: 10px;
    color: #666;
    background: rgba(50, 205, 50, 0.1);
    padding: 2px 6px;
    border-radius: 10px;
}

/* Action Buttons */
.shout-actions {
    display: flex;
    gap: 5px;
}

.shout-actions .btn {
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.shoutbox-item:hover .shout-actions .btn {
    opacity: 1;
}

.btn-reply {
    background: rgba(50, 205, 50, 0.2);
    border: 1px solid rgba(50, 205, 50, 0.3);
    color: #32cd32;
}

.btn-reply:hover {
    background: rgba(50, 205, 50, 0.3);
    border-color: #32cd32;
    color: #fff;
}

.btn-edit {
    background: rgba(255, 193, 7, 0.2);
    border: 1px solid rgba(255, 193, 7, 0.3);
    color: #ffc107;
}

.btn-edit:hover {
    background: rgba(255, 193, 7, 0.3);
    border-color: #ffc107;
    color: #fff;
}

.btn-delete {
    background: rgba(255, 68, 68, 0.2);
    border: 1px solid rgba(255, 68, 68, 0.3);
    color: #ff4444;
}

.btn-delete:hover {
    background: rgba(255, 68, 68, 0.3);
    border-color: #ff4444;
    color: #fff;
}

/* Message */
.shout-message {
    color: #ddd;
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.shout-message.blocked {
    color: #999;
    font-style: italic;
    opacity: 0.7;
}

.shout-message.blocked i {
    color: #ff4444;
    margin-right: 5px;
}

/* Empty State */
.shoutbox-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.shoutbox-empty i {
    font-size: 48px;
    color: rgba(50, 205, 50, 0.3);
    margin-bottom: 15px;
    display: block;
}

.shoutbox-empty p {
    font-size: 14px;
    margin: 0;
}

/* Pagination */
.shoutbox-pagination {
    text-align: center;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(50, 205, 50, 0.2);
}

/* Panel Footer */
.krazzfm-shoutbox-panel .panel-footer {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(50, 205, 50, 0.2);
    padding: 12px;
}

.btn-archive {
    background: rgba(50, 205, 50, 0.1);
    border: 1px solid rgba(50, 205, 50, 0.3);
    color: #32cd32;
    padding: 6px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-archive:hover {
    background: rgba(50, 205, 50, 0.2);
    border-color: #32cd32;
    color: #fff;
    text-decoration: none;
}

.btn-archive i {
    margin-right: 6px;
}

/* Responsive */
@media (max-width: 767px) {
    .shoutbox-item {
        flex-direction: column;
        gap: 10px;
    }
    
    .shout-avatar-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .shout-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .shout-actions {
        width: 100%;
        justify-content: flex-end;
    }
    
    .krazzfm-shoutbox-panel .panel-body {
        max-height: 400px;
    }
}

/* Form Styling im Shoutbox */
.shoutbox-form-wrapper textarea.form-control {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(50, 205, 50, 0.3);
    color: #fff;
    border-radius: 4px;
    padding: 10px;
}

.shoutbox-form-wrapper textarea.form-control:focus {
    background: rgba(0, 0, 0, 0.7);
    border-color: #32cd32;
    box-shadow: 0 0 0 0.2rem rgba(50, 205, 50, 0.25);
    color: #fff;
}

.shoutbox-form-wrapper .btn-primary {
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border: none;
    color: #fff;
    font-weight: 600;
}

.shoutbox-form-wrapper .btn-primary:hover {
    background: linear-gradient(135deg, #28a428 0%, #7fff00 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(50, 205, 50, 0.4);
}

/* ===== KrazzFM Forum Threads Panel ===== */

/* Panel */
.krazzfm-forum-panel {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(50, 205, 50, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(50, 205, 50, 0.3);
    overflow: hidden;
    margin-bottom: 30px;
}

/* Panel Header */
.krazzfm-forum-panel .panel-heading {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-bottom: 2px solid #32cd32;
    padding: 15px 20px;
    color: #fff;
    font-size: 20px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.krazzfm-forum-panel .panel-heading i {
    color: #32cd32;
    margin-right: 10px;
    font-size: 22px;
    animation: pulse-icon 2s infinite;
}

/* Thread Count Badge */
.thread-count {
    background: linear-gradient(135deg, #32cd32, #28a428);
    color: #000;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: bold;
}

/* Panel Body */
.krazzfm-forum-panel .panel-body {
    padding: 0;
}

/* ===== DESKTOP VIEW (Table) ===== */

/* Table */
.forum-threads-table {
    margin-bottom: 0;
    color: #ddd;
}

.forum-threads-table thead {
    background: rgba(50, 205, 50, 0.1);
    border-bottom: 2px solid #32cd32;
}

.forum-threads-table thead th {
    color: #32cd32;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 12px 15px;
    border: none;
}

.forum-threads-table thead th i {
    margin-right: 5px;
}

/* Thread Row */
.thread-row {
    border-bottom: 1px solid rgba(50, 205, 50, 0.1);
    transition: all 0.3s ease;
}

.thread-row:hover {
    background: rgba(50, 205, 50, 0.05);
    border-left: 3px solid #32cd32;
}

.thread-row td {
    padding: 15px;
    vertical-align: middle;
    border: none;
}

/* Status Icon */
.thread-status i {
    transition: all 0.3s ease;
}

.thread-row:hover .thread-status i {
    transform: scale(1.1);
}

.new-thread {
    animation: new-glow 2s infinite;
}

@keyframes new-glow {
    0%, 100% {
        filter: drop-shadow(0 0 5px rgba(255, 193, 7, 0.5));
    }
    50% {
        filter: drop-shadow(0 0 10px rgba(255, 193, 7, 0.8));
    }
}

/* Thread Info */
.thread-info {
    max-width: 450px;
}

.thread-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.thread-link:hover {
    color: #32cd32 !important;
    text-shadow: 0 0 10px rgba(50, 205, 50, 0.5);
}

.thread-forum {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
}

.thread-forum i {
    color: #32cd32;
    margin-right: 5px;
}

.thread-forum a {
    color: #bbb !important;
    text-decoration: none;
}

.thread-forum a:hover {
    color: #32cd32 !important;
}

/* Poll Badge */
.thread-poll {
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.8), rgba(13, 110, 253, 0.8));
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 11px;
    margin-right: 8px;
}

.thread-poll i {
    margin-right: 3px;
}

/* Stats */
.thread-stats .stat-number {
    font-size: 16px;
    font-weight: bold;
    color: #32cd32;
    font-family: 'Bebas Neue', sans-serif;
}

/* Last Post */
.thread-lastpost {
    font-size: 13px;
}

.lastpost-user {
    margin-bottom: 5px;
}

.lastpost-user a {
    color: #32cd32 !important;
    font-weight: 600;
}

.lastpost-date {
    color: #999;
    font-size: 12px;
}

.lastpost-date i {
    color: #32cd32;
    margin-right: 5px;
}

/* ===== MOBILE VIEW (Cards) ===== */

.forum-threads-mobile {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.thread-card {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(50, 205, 50, 0.2);
    border-left: 3px solid #32cd32;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.thread-card:hover {
    background: rgba(50, 205, 50, 0.05);
    border-color: #32cd32;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.2);
}

.thread-card-header {
    padding: 12px 15px;
    background: rgba(50, 205, 50, 0.05);
    border-bottom: 1px solid rgba(50, 205, 50, 0.1);
}

.thread-card-header i {
    color: #32cd32;
    margin-right: 8px;
}

.thread-card-header .thread-link {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}

.thread-card-body {
    padding: 12px 15px;
}

.thread-forum-mobile {
    margin-bottom: 10px;
    font-size: 13px;
    color: #999;
}

.thread-forum-mobile i {
    color: #32cd32;
    margin-right: 5px;
}

.thread-forum-mobile a {
    color: #bbb !important;
}

.thread-stats-mobile {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #ddd;
}

.thread-stats-mobile i {
    color: #32cd32;
    margin-right: 5px;
}

.thread-lastpost-mobile {
    font-size: 12px;
    color: #999;
}

.thread-lastpost-mobile a {
    color: #32cd32 !important;
    font-weight: 600;
}

/* ===== Panel Footer (Actions) ===== */

.krazzfm-forum-panel .panel-footer {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(50, 205, 50, 0.2);
    padding: 15px;
}

.forum-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.forum-actions .btn {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    border: 1px solid rgba(50, 205, 50, 0.3);
    color: #32cd32;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.forum-actions .btn:hover {
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border-color: #32cd32;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(50, 205, 50, 0.4);
    text-decoration: none;
}

.forum-actions .btn i {
    margin-right: 6px;
}

/* ===== Responsive Anpassungen ===== */

@media (max-width: 991px) {
    .krazzfm-forum-panel .panel-heading {
        font-size: 18px;
        padding: 12px 15px;
    }
    
    .forum-actions {
        flex-direction: column;
    }
    
    .forum-actions .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .thread-card-header {
        font-size: 14px;
    }
    
    .thread-card-body {
        font-size: 13px;
    }
    
    .thread-count {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* ===== Animations ===== */

@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Empty State (falls keine Threads) */
.forum-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.forum-empty i {
    font-size: 48px;
    color: rgba(50, 205, 50, 0.3);
    margin-bottom: 15px;
    display: block;
}

/* Scrollbar für Table Responsive */
.table-responsive::-webkit-scrollbar {
    height: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #32cd32;
    border-radius: 4px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #7fff00;
}

/* ===== Latest News Panel - KrazzFM Style ===== */

.latest-news-panel {
    margin: 30px 0;
}

/* Panel */
.krazzfm-news-panel {
    background: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(50, 205, 50, 0.3);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(50, 205, 50, 0.3);
    overflow: hidden;
}

/* Panel Header */
.krazzfm-news-panel .panel-heading {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-bottom: 2px solid #32cd32;
    padding: 15px 20px;
    color: #fff;
    font-size: 22px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.krazzfm-news-panel .panel-heading i {
    color: #32cd32;
    margin-right: 10px;
    font-size: 24px;
    animation: pulse-icon 2s infinite;
}

/* Panel Body */
.krazzfm-news-panel .panel-body {
    padding: 30px 20px;
}

/* Row */
.krazzfm-news-panel .row {
    margin-left: -10px;
    margin-right: -10px;
}

.krazzfm-news-panel [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

/* News Card */
.news-card {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(50, 205, 50, 0.2);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-5px);
    border-color: #32cd32;
    box-shadow: 0 8px 25px rgba(50, 205, 50, 0.3);
}

/* News Image */
.news-card-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card:hover .news-card-image img {
    transform: scale(1.1);
}

/* Image Overlay */
.news-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(50, 205, 50, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.news-card:hover .news-overlay {
    opacity: 1;
}

.news-overlay i {
    font-size: 48px;
    color: #fff;
    animation: arrow-bounce 1s infinite;
}

@keyframes arrow-bounce {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(10px); }
}

/* Category Badge */
.news-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #32cd32, #28a428);
    color: #000;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.news-category-badge i {
    margin-right: 5px;
}

/* News Content */
.news-card-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Meta Info */
.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(50, 205, 50, 0.2);
    font-size: 12px;
    color: #999;
}

.news-date,
.news-author {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-date i,
.news-author i {
    color: #32cd32;
}

.news-author a {
    color: #32cd32 !important;
    font-weight: 600;
}

.news-author a:hover {
    color: #7fff00 !important;
}

/* News Titel */
.news-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.news-title a {
    color: #fff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.news-title a:hover {
    color: #32cd32 !important;
    text-shadow: 0 0 10px rgba(50, 205, 50, 0.5);
}

/* News Auszug */
.news-excerpt {
    color: #bbb;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex: 1;
}

/* Card Footer */
.news-card-footer {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid rgba(50, 205, 50, 0.1);
}

/* Weiterlesen Button */
.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    border: 1px solid rgba(50, 205, 50, 0.3);
    color: #32cd32;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-read-more:hover {
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border-color: #32cd32;
    color: #000;
    transform: translateX(5px);
    box-shadow: 0 4px 12px rgba(50, 205, 50, 0.4);
    text-decoration: none;
}

.btn-read-more i {
    transition: transform 0.3s ease;
}

.btn-read-more:hover i {
    transform: translateX(5px);
}

/* Panel Footer */
.krazzfm-news-panel .panel-footer {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(50, 205, 50, 0.2);
    padding: 15px;
}

/* Alle News Button */
.btn-all-news {
    background: linear-gradient(135deg, rgba(50, 205, 50, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    border: 1px solid rgba(50, 205, 50, 0.3);
    color: #32cd32;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-all-news:hover {
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border-color: #32cd32;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(50, 205, 50, 0.4);
    text-decoration: none;
}

/* Empty State */
.news-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.news-empty i {
    font-size: 64px;
    color: rgba(50, 205, 50, 0.3);
    margin-bottom: 20px;
    display: block;
}

.news-empty p {
    font-size: 16px;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .krazzfm-news-panel [class*="col-"] {
        margin-bottom: 20px;
    }
    
    .news-card-image {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .krazzfm-news-panel .panel-heading {
        font-size: 18px;
        padding: 12px 15px;
    }
    
    .krazzfm-news-panel .panel-body {
        padding: 20px 15px;
    }
    
    .news-card-image {
        height: 200px;
    }
    
    .news-title {
        font-size: 16px;
    }
    
    .news-excerpt {
        font-size: 13px;
    }
    
    .news-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .btn-all-news {
        width: 100%;
        justify-content: center;
    }
}

/* Animations */
@keyframes pulse-icon {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.krazzfm-hero {
    width: 100%;
    background: linear-gradient(135deg, #0b0b0b, #151515);
    padding: 70px 20px;
    border-bottom: 2px solid #2ecc71;
    opacity: 0;
    transform: translateY(10px);
}

.krazzfm-title {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.krazzfm-title .fa,
.krazzfm-subtitle .fa {
    color: #2ecc71;
    margin-right: 8px;
}

.krazzfm-subtitle {
    color: #bfbfbf;
    font-size: 1.2rem;
    max-width: 900px;
    margin: 0 auto;
}

.fade-in {
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    .fade-in,
    .fade-in-active {
        transition: none;
        transform: none;
    }
}

.krazzfm-cta-panel {
    background: linear-gradient(135deg, #0b0b0b, #161616);
    border: 2px solid #2ecc71;
    padding: 50px 25px;
    border-radius: 6px;
    opacity: 0;
    transform: translateY(10px);
}

.krazzfm-cta-title {
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.krazzfm-cta-title .fa {
    color: #2ecc71;
    margin-right: 10px;
}

.krazzfm-cta-text {
    color: #cfcfcf;
    font-size: 1.15rem;
    margin-bottom: 25px;
}

.krazzfm-cta-btn {
    font-weight: 700;
    padding: 12px 30px;
    text-transform: uppercase;
    box-shadow: 0 0 15px rgba(46, 204, 113, 0.35);
}

.fade-in {
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-active {
    opacity: 1;
    transform: translateY(0);
}

/* ===== COOKIE BANNER ===== */

/* Cookie Banner Container - WICHTIG: Position fixed! */
body .krazzfm-cookie-banner,
#krazzfm-cookie-banner {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;
    padding: 20px !important;
    background: linear-gradient(135deg, rgba(15, 15, 15, 0.98) 0%, rgba(30, 30, 30, 0.98) 100%) !important;
    backdrop-filter: blur(20px) !important;
    border-top: 3px solid #32cd32 !important;
    box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(50, 205, 50, 0.2) !important;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    align-items: center;
    justify-content: center;
}

.krazzfm-cookie-banner.show {
    opacity: 1;
    transform: translateY(0);
}

/* Container */
.cookie-banner-container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

/* Content Area */
.cookie-banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}

/* Cookie Icon */
.cookie-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: cookie-pulse 2s infinite;
    box-shadow: 0 0 20px rgba(50, 205, 50, 0.5);
}

.cookie-icon i {
    font-size: 30px;
    color: #000;
}

@keyframes cookie-pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(50, 205, 50, 0.5);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(50, 205, 50, 0.8);
    }
}

/* Text Area */
.cookie-text {
    flex: 1;
}

.cookie-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #fff;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cookie-title i {
    color: #32cd32;
}

.cookie-description {
    color: #bbb;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.cookie-link {
    color: #32cd32 !important;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.cookie-link:hover {
    color: #7fff00 !important;
    text-shadow: 0 0 10px rgba(50, 205, 50, 0.5);
}

/* Buttons Area */
.cookie-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

/* Cookie Buttons */
.btn-cookie {
    padding: 12px 25px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.btn-cookie i {
    font-size: 16px;
}

/* Essential Button */
.btn-cookie-essential {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-cookie-essential:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.2);
}

/* Accept All Button */
.btn-cookie-all {
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    color: #000;
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(50, 205, 50, 0.4);
}

.btn-cookie-all:hover {
    background: linear-gradient(135deg, #28a428 0%, #7fff00 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 205, 50, 0.6);
}

/* Cookie Settings Button (nach Auswahl) */
.cookie-settings-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #32cd32 0%, #28a428 100%);
    border: 3px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9998;
    box-shadow: 0 4px 20px rgba(50, 205, 50, 0.5);
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0);
}

.cookie-settings-btn.show {
    opacity: 1;
    transform: scale(1);
}

.cookie-settings-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 30px rgba(50, 205, 50, 0.7);
    background: linear-gradient(135deg, #28a428 0%, #7fff00 100%);
}

.cookie-settings-btn i {
    font-size: 24px;
    color: #000;
    animation: cookie-spin 3s linear infinite;
}

@keyframes cookie-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Pulse Animation für Settings Button */
.cookie-settings-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(50, 205, 50, 0.3);
    animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .cookie-banner-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .cookie-banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }
    
    .btn-cookie {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-title {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .krazzfm-cookie-banner {
        padding: 15px;
    }
    
    .cookie-icon {
        width: 50px;
        height: 50px;
    }
    
    .cookie-icon i {
        font-size: 24px;
    }
    
    .cookie-title {
        font-size: 18px;
    }
    
    .cookie-description {
        font-size: 13px;
    }
    
    .btn-cookie {
        padding: 10px 20px;
        font-size: 13px;
    }
    
    .cookie-settings-btn {
        width: 50px;
        height: 50px;
        bottom: 15px;
        right: 15px;
    }
    
    .cookie-settings-btn i {
        font-size: 20px;
    }
}

/* Dark Mode Support (falls gewünscht) */
@media (prefers-color-scheme: dark) {
    .krazzfm-cookie-banner {
        background: linear-gradient(135deg, rgba(10, 10, 10, 0.98) 0%, rgba(20, 20, 20, 0.98) 100%);
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .krazzfm-cookie-banner,
    .cookie-settings-btn,
    .btn-cookie {
        transition: none;
        animation: none;
    }
    
    .cookie-icon {
        animation: none;
    }
    
    .cookie-settings-btn i {
        animation: none;
    }
}

/* Print Styles (Banner ausblenden beim Drucken) */
@media print {
    .krazzfm-cookie-banner,
    .cookie-settings-btn {
        display: none !important;
    }
}

/* ===== NUCLEAR OPTION - ÜBERSCHREIBT ABSOLUT ALLES ===== */

/* Ultra-spezifischer Selektor für das News-Bild */
article.news-item .news_news a.news-image-overlay img,
article.news-item .news_news .news-image-overlay img,
.news_news a.news-image-overlay img,
.news_news .news-image-overlay img,
body article.news-item img.news-img-right,
body article.news-item img.news-img-left,
body .news_news img.img-responsive {
    /* ALLE Positionierungs-Properties auf null */
    float: none !important;
    position: static !important;
    transform: none !important;
    translate: none !important;
    
    /* ALLE Margins auf auto/0 */
    margin: 0 auto 20px auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    
    /* Display & Width */
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    
    /* Kein Padding */
    padding: 0 !important;
    
    /* Transitions deaktivieren (zum Testen) */
    transition: none !important;
}

/* HOVER komplett deaktivieren */
article.news-item .news_news a.news-image-overlay:hover img,
article.news-item .news_news .news-image-overlay:hover img,
.news_news a.news-image-overlay:hover img,
.news_news .news-image-overlay:hover img,
body article.news-item img.news-img-right:hover,
body article.news-item img.news-img-left:hover,
body .news_news img.img-responsive:hover {
    transform: none !important;
    translate: none !important;
    margin: 0 auto 20px auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    position: static !important;
}

/* Container-Fix */
article.news-item .news_news,
.news_news {
    overflow: visible !important;
}

article.news-item .news_news a.news-image-overlay,
.news_news a.news-image-overlay,
.news-image-overlay {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    overflow: visible !important;
    float: none !important;
    position: relative !important;
}

/* Link-Hover deaktivieren */
article.news-item .news_news a.news-image-overlay:hover,
.news_news a.news-image-overlay:hover,
a.news-image-overlay:hover {
    transform: none !important;
    translate: none !important;
    text-decoration: none !important;
}

/* Falls es Bootstrap oder andere Framework-Klassen sind */
.news_news .pull-right,
.news_news .pull-left,
.news_news .float-right,
.news_news .float-left {
    float: none !important;
    margin: 0 auto 20px auto !important;
}

/* m-r-* und m-l-* Klassen überschreiben */
.news_news .m-r-10,
.news_news .m-r-15,
.news_news .m-r-20,
.news_news .m-l-10,
.news_news .m-l-15,
.news_news .m-l-20 {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Clearfix */
.news_news::after,
article.news-item::after {
    content: "";
    display: table;
    clear: both;
}

/* ===== DEBUG: Roter Rahmen um Bild (zum Testen - später entfernen) ===== */
.news_news img {
    outline: 2px solid red !important;
    outline-offset: 2px;
}

/* ===== Wenn es funktioniert, kannst du diesen Teil aktivieren ===== */
/*
.news-image-overlay {
    overflow: hidden;
    border-radius: 8px;
}

.news-image-overlay img {
    transition: transform 0.3s ease !important;
}

.news-image-overlay:hover img {
    transform: scale(1.05) !important;
}
*/

/* ==========================================
   KrazzFM About V2 – Custom Components
   No Bootstrap card classes used
   ========================================== */

.krazz-about-v2{
  --k-green: #32cd32;
  --k-bg: #070a07;
  --k-card: #0d0f0d;
  --k-line: rgba(50,205,50,.22);
  --k-text: rgba(255,255,255,.92);
  --k-muted: rgba(255,255,255,.65);
}

.krazz-about-v2 .krazz-green{ color: var(--k-green) !important; }
.krazz-about-v2 .krazz-muted{ color: var(--k-muted) !important; }

/* Custom Card */
.krazz-about-v2 .kcard{
  border: 1px solid var(--k-line);
  border-radius: 16px;
  background: var(--k-card);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
  overflow: hidden;
  color: var(--k-text);
}

.krazz-about-v2 .kcard-body{
  padding: 1.6rem;
  background: var(--k-card);
}

/* Titles */
.krazz-about-v2 .kcard-title{
  font-weight: 800;
  color: var(--k-text);
}

.krazz-about-v2 .kmedia{
  display: flex;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(50,205,50,.18);
}
.krazz-about-v2 .kmedia:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.krazz-about-v2 .kicon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: rgba(50,205,50,.10);
  border: 1px solid rgba(50,205,50,.25);
  box-shadow: 0 0 18px rgba(50,205,50,.18);
  flex: 0 0 auto;
}

.krazz-about-v2 .kmedia-body h5{
  margin: 0 0 4px 0;
  font-weight: 800;
  font-size: 1.02rem;
  color: var(--k-text);
}
.krazz-about-v2 .kmedia-body p{
  margin: 0;
  line-height: 1.55;
  color: var(--k-muted);
}

/* Alert */
.krazz-about-v2 .kalert{
  margin-top: 1rem;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(50,205,50,.22);
  border-left: 4px solid var(--k-green);
  color: rgba(255,255,255,.88);
}

/* Tags */
.krazz-about-v2 .ktags{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.krazz-about-v2 .kbadge{
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(50,205,50,.25);
  background: rgba(50,205,50,.10);
  color: rgba(255,255,255,.90);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .01em;
}

/* CTA */
.krazz-about-v2 .kcta{
  border-radius: 16px;
  padding: 26px 18px;
  border: 1px solid rgba(50,205,50,.22);
  background: linear-gradient(180deg, rgba(50,205,50,.10), rgba(0,0,0,.60));
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

/* Buttons */
.krazz-about-v2 .kbtn{
  border-radius: 12px !important;
  font-weight: 800;
  letter-spacing: .02em;
  padding: .8rem 1.2rem;
}

.krazz-about-v2 .kbtn-primary{
  background: var(--k-green) !important;
  border: 1px solid var(--k-green) !important;
  color: #000 !important;
  box-shadow: 0 0 22px rgba(50,205,50,.22);
}

.krazz-about-v2 .kbtn-outline{
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.45) !important;
  color: #fff !important;
}

.krazz-about-v2 .kbtn-outline:hover{
  border-color: var(--k-green) !important;
  color: var(--k-green) !important;
}

/* Mobile tweaks */
@media (max-width: 575.98px){
  .krazz-about-v2 .kicon{ width: 40px; height: 40px; }
  .krazz-about-v2 .kcard-body{ padding: 1.25rem; }
}

/* =========================================================
   KrazzFM About V2 – HARD OVERRIDE (Desktop + Mobile Fix)
   Muss GANZ ans Ende der styles.css
   ========================================================= */

.krazz-about-v2 .kcard{
  background: #0d0f0d !important;
  border: 1px solid rgba(50,205,50,.22) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,.35) !important;
  color: rgba(255,255,255,.92) !important;
  overflow: hidden;
}

.krazz-about-v2 .kcard-body{
  background: #0d0f0d !important;
  color: rgba(255,255,255,.92) !important;
}

/* falls das Theme Hintergrund auf "transparent" zwingt */
.krazz-about-v2 .kcard *{
  background-color: transparent;
}

/* Text sauber */
.krazz-about-v2 .kcard h4,
.krazz-about-v2 .kcard h5,
.krazz-about-v2 .kcard p{
  color: inherit;
}



