body{margin: 0;padding: 0;background: url("../bilder/back.jpg") center center fixed;
    background-size: cover;background-repeat: no-repeat;
    font-family:Arial,Helvetica,sans-serif;}

#radio{
    position:relative;
    max-width:640px;
    margin:20px auto -10px auto;
}

#bg{
    width:100%;
    display:block;
}

#audio{
    display:none;
}

#display{
    position:absolute;
    left:120px;
    top:42px;
    width:400px;
    height:102px;
    padding:8px;
    color:#C59C48;
    background:rgba(0,0,0,.18);
}

#station{
    font-weight:bold;
}

.hot{
    position:absolute;
    width:42px;
    height:42px;
    border:none;
    background:transparent;
    cursor:pointer;
    transition:.15s;
}

.hot:active{
    background:rgba(255,255,255,.18);
    border-radius:50%;
}

#prev{left:172px;top:266px;}
#play{left:240px;top:259px;}
#pause{left:302px;top:259px;}
#stop{left:362px;top:266px;}
#next{left:416px;top:259px;}

#knobVolume{
    position:absolute;
    left:20px;
    top:240px;
    width:98px;
    height:98px;
}

#knobPlaylist{
    position:absolute;
    left:530px;
    top:240px;
    width:86px;
    height:86px;
}

#statusbar{
    position:absolute;
    left:165px;
    top:325px;
    width:310px;
    display:flex;
    align-items:center;
    gap:8px;
    color:#000;
    font-size:12px;
}

#progress{
    flex:1;
    height:5px;
    background:#5C4B3A;
    border-radius:3px;
}

#bar{
    height:5px;
    width:0;
    background:#B08D57;
    border-radius:3px;
}

#playlist{
    position:absolute;
    left:118px;
    top:72px;
    width:374px;
    max-height:120px;
    overflow-y:auto;
    background:rgba(20,20,20,.88);
    border:1px solid rgba(176,141,87,.5);
    border-radius:4px;
    z-index:100;
}

.hidden{
    display:none;
}

#playlist .item{
    padding:8px 12px;
    color:#e8d7b5;
    cursor:pointer;
}

#playlist .item:hover,
#playlist .item.active{
    background:rgba(176,141,87,.25);
}

#playlistName{
    position:absolute;
    left:150px;
    top:105px;
    width:260px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    font-size:20px!important;
    line-height:1.2;
    letter-spacing:.2px;
}

#displayTitle{
    margin-bottom:4px;
}

#legalNotice{
    text-align:center;
    font-size:12px;
    color:#ffffff;
    line-height:1.15;
    margin-top:2px;
    text-shadow:0 1px 2px rgba(0,0,0,.6);
}

#prev,
#play,
#pause,
#stop,
#next{
    cursor:pointer;
}

/* -------------------------------------------------
   Sleep-Timer Statusanzeige
   ------------------------------------------------- */

#sleepStatus{
    position:absolute;
    left:165px;
    top:330px;              /* oberhalb der Zeitleiste */
    width:310px;            /* gleiche Breite wie die Statusleiste */
    text-align:center;
    font-size:12px;
    font-weight:bold;
    color:#222;
    display:none;
    pointer-events:none;
    z-index:50;
}
#muteBtn{
position:absolute;left:142px;top:272px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;user-select:none;z-index:120}
#muteBtn:hover{transform:scale(1.08);opacity:.85}


#startupHint{
position:absolute;
left:200px;
top:145px;
width:260px;
text-align:center;
font-size:13px;
font-weight:bold;
color:#C59C48;
z-index:60;
}

/* ===== Smartphone-Hinweis ===== */

#rotateMessage{
    display:none;
    position:fixed;
    inset:0;
    background:url("../bilder/back.jpg") center center no-repeat;
    background-size:cover;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    text-align:center;
    color:#ffffff;
    z-index:99999;
}

#rotateRadio{
    width:220px;
    max-width:70vw;
    animation:rotateHint 2.5s ease-in-out infinite;
}

#rotateMessage h2{
    margin:25px 0 10px;
    font-size:30px;
}

#rotateMessage p{
    margin:0;
    max-width:320px;
    font-size:18px;
    line-height:1.5;
}

@keyframes rotateHint{
    0%   { transform:rotate(-10deg); }
    50%  { transform:rotate(10deg); }
    100% { transform:rotate(-10deg); }
}

#page{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}

#seo-content{
    max-width:640px;
    width:100%;
    margin:0 auto 80px auto;
    padding:0;
    background:transparent !important;
    color:#ffffff !important;
    box-sizing:border-box;
    line-height:1.8;
}

#seo-content details{
    margin:0;
    padding:0;
}

#seo-content summary{
    margin:0;
    padding:8px 0;
    cursor:pointer;
    color:#ffe8a0;
    font-weight:bold;
    text-align:center;
}

#seo-content,
#seo-content p,
#seo-content li{
    color:#ffffff !important;
}

#seo-content h2{
    color:#ffe8a0 !important;
}

#seo-content h3{
    color:#ffd36a !important;
}

#seo-content a{
    color:#ffd36a !important;
}
/* Login-Hotspot */

#loginLink{
    position:absolute;
    left:20px;
    top:190px;

    width:80px;
    height:48px;

    display:block;
    z-index:1000;

    cursor:pointer;

    background:transparent;
}

#playlistName{
    position:absolute;
    left:150px;
    top:105px;
    width:260px;

    text-align:center;

    color:rgb(197,156,72);

    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;

    font-size:20px!important;
    font-weight:bold;
    line-height:1.2;
    letter-spacing:.2px;
}


/* Onlineshop */

#shopLink{
    position:absolute;

    left:565px;      /* ggf. 2-3 Pixel anpassen */
    top:195px;

    width:48px;
    height:38px;

    z-index:1000;

    cursor:pointer;

    background:transparent;
}

#videoLink{

    position:absolute;

    left:505px;
    top:195px;

    width:48px;
    height:38px;

    z-index:1000;

    cursor:pointer;

  background:transparent;


}


.videoWindow{background:#2b241c;border:2px solid #b08d57;padding:12px}
.videoHeader{display:flex;justify-content:space-between;align-items:center;color:#ffe8a0;font-weight:bold;margin-bottom:8px}
#closeVideo{background:#5c4b3a;color:#fff;border:0;padding:4px 10px;cursor:pointer}



/* ==========================================
   Video Popup
========================================== */

.videoWindow{

    width:680px;

    background:#2b241c;

    border:2px solid #9b7b3b;

    border-radius:8px;

    padding:16px;

    box-shadow:0 0 30px rgba(0,0,0,.6);

}

.videoHeader{

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:#ffe6a2;

    font-size:24px;

    font-weight:bold;

    margin-bottom:14px;

}

#closeVideo{

    width:34px;

    height:34px;

    border:none;

    background:#7a2020;

    color:#fff;

    cursor:pointer;

    border-radius:4px;

}

#closeVideo:hover{

    background:#b53030;

}

/* ===============================
   Video-Steuerung
================================ */

#videoControls{

    display:flex;

    justify-content:center;

    gap:12px;

    margin-top:14px;

}

#videoControls button{

    width:42px;

    height:42px;

    border:none;

    border-radius:6px;

    background:#6b4a21;

    color:#ffe6a2;

    font-size:20px;

    cursor:pointer;

    transition:.15s;

}

#videoControls button:hover{

    background:#8c632b;

}

#videoTitle{

    text-align:center;

    color:#ffe6a2;

    margin-top:12px;

    font-weight:bold;

    font-size:18px;

}

#videoStatus{

    display:flex;

    align-items:center;

    gap:10px;

    margin-top:10px;

    color:#ffffff;

    font-size:13px;

}

#videoProgress{

    flex:1;

    height:6px;

    background:#4b3a28;

    border-radius:3px;

}

#videoBar{

    width:0;

    height:6px;

    background:#d6a64c;

    border-radius:3px;

}
#firmenradioBtn{
    position:absolute;

    left:325px;
    top:250px;

    width:130px;
    height:30px;

    z-index:1000;

    border:none;
    padding:0;
    margin:0;

    background:transparent;

    cursor:pointer;

    appearance:none;
    -webkit-appearance:none;
}

/* ==========================================
   Firmenradio Popup
========================================== */

.firmenradioWindow{

    width:380px;

    background:#2b241c;

    border:2px solid #9b7b3b;

    border-radius:8px;

    padding:16px;

    box-shadow:0 0 30px rgba(0,0,0,.6);

}

.firmenradioWindow .videoHeader{

    display:flex;

    justify-content:space-between;

    align-items:center;

    color:#ffe8a0;

    font-size:22px;

    font-weight:bold;

    margin-bottom:12px;

}

#firmenradioFrame{

    width:360px;

    height:650px;

    border:0;

    background:#ffffff;

    border-radius:4px;

}