/* Main Content bündig zum Footer */
main,
#main-content,
.premium-block-wrapper:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* === Breaking News Banner === */
#breaking-news {
  background-color: #95000f;
  color: #ffffff;
  padding: 0.25rem 1rem;
  font-weight: bold;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
}

.news-ticker {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.ticker-track {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: ticker-scroll 60s linear infinite;
}

#breaking-news:hover .ticker-track {
  animation-play-state: paused;
}

.news-link {
  position: relative;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0 10px;
}

.news-link:hover {
  color: #dadada;
  text-decoration: underline;
}

.separator {
  margin: 0 10px;
  color: #ffffff;
  opacity: 0.8;
}

@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.news-thumb {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 3px;
  margin-right: 6px;
  vertical-align: middle;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.3);
}

.news-badge {
  position: absolute;
  top: 0;
  left: -20px;
  width: 100px;
  height: 100%;
  background: #000;
  transform: skew(-15deg);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.news-badge-text {
  transform: skew(15deg);
  color: #fff;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1px;
}

.news-link .preview {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  background: #ffffff;
  color: #000;
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,0.2);
  width: 240px;
  font-size: 0.8rem;
  line-height: 1.3;
  z-index: 100;
  border-radius: 4px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.news-link .preview::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 12px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #ffffff transparent;
}

.news-link:hover .preview {
  display: block;
}
/* === Hauptinhalt === */
#main-content {
  padding: 2rem;
}

/* === Teaser Block === */
.teaser-block {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.teaser-block img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 4px;
}

/* === Slideshow Caption === */
.carousel-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.1));
  padding: 1.25rem 1.5rem;
  border-radius: 6px;
  max-width: 85%;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.carousel-caption h2,
.carousel-caption p {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.carousel-caption .btn-read {
  background-color: #dc3545;
  color: white;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.75rem;
}

.carousel-caption .btn-read:hover {
  background-color: #c82333;
}

/* === Subkategorien === */
.subcategory-list {
  margin-bottom: 2rem;
}

.subcategory-list .btn-sub {
  background-color: #fd7e14;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  margin: 0.25rem 0;
  width: 100%;
  text-align: left;
  font-weight: bold;
}

.subcategory-list .btn-sub:hover {
  background-color: #e96b0c;
}

/* === Beiträge mit kleinem Bild === */
.post-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.post-item {
  display: flex;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.post-item img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 1rem;
  border-radius: 4px;
}

.post-item .post-text {
  flex: 1;
  font-size: 0.95rem;
  color: #333;
}

/* === Editorial Button === */
a.btn-read-outline {
  box-shadow: inset 0px 10px 14px -7px #276873;
  background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
  background-color: #599bb3;
  border-radius: 5px;
  border: 1px solid #29668f;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 32px;
  text-decoration: none;
}

a.btn-read-outline:hover,
a.btn-read-outline:active {
  background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
  background-color: #408c99;
  position: relative;
  top: 1px;
}

/* === Rechte Sidebar Module === */
#urgent-list {
  padding: 2rem 1rem;
}

.sidebar-module {
  margin-bottom: 5px;
}

.sidebar-header {
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 6px 6px 0 0;
  color: white;
  background-color: #dc3545;
}

.sidebar-body {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 1rem;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

/* === Urgent Cards === */
.urgent-item {
  background-color: #fff;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.urgent-item h4 {
  margin: 0;
  font-size: 1rem;
  color: #212529;
}

.urgent-item small {
  color: #6c757d;
}

/* === Footer (Desktop) === */
#main-footer {
    /* background-color: #212529; */
    color: white;
    /* padding: 3.5rem; */
    text-align: center;
    /* font-size: 0.9rem; */
    line-height: 1.5;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
}
/* === Tablet (bis 768px) === */
@media (max-width: 768px) {
    #main-footer {
        /*padding: 2.5rem 1.5rem;*/
        font-size: 0.85rem;
        line-height: 1.4;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;

    }
}

/* === Smartphone (bis 480px) === */
@media (max-width: 480px) {
    #main-footer {
        /*padding: 1.5rem 1rem;*/
        font-size: 0.8rem;
        line-height: 1.35;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;

    }
}

/* === Share-Buttons === */
.share-section .share-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 1.3rem !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, opacity 0.2s ease !important;
}

.share-section .share-icon.fb { background-color: #1877f2 !important; }
.share-section .share-icon.wa { background-color: #25d366 !important; }
.share-section .share-icon.mail { background-color: #6c757d !important; }

.share-section .share-icon:hover {
  transform: scale(1.12) !important;
  opacity: 0.85 !important;
}

/* === Scroll-to-Top Button === */
.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000000;
  background-color: #0d6efd;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.scroll-top-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
/* === Premium Block Wrapper === */
.premium-block-wrapper {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 2rem 0;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

/* === Premium Title === */
.premium-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #222;
    border-left: 5px solid #0d6efd;
    padding-left: 0.75rem;
}

/* === Premium Post Cards === */
.post-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.post-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.post-card-body {
    padding: 1.2rem 1.4rem;
}

.post-category {
    font-size: 0.75rem;
    font-weight: 700;
    color: #0d6efd;
    text-transform: uppercase;
}

.post-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0.4rem 0 0.6rem 0;
}

.post-teaser {
    color: #444;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

/* Fade-In Animation */
.post-card.fade-in {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.post-card.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
/* Teil 2 */
/* === Premium Event Cards === */
.event-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.event-card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.event-card-body {
    padding: 1.2rem 1.4rem;
    position: relative;
}

/* Datum Badge */
.event-date-badge {
    position: absolute;
    top: -20px;
    right: 20px;
    background: #0d6efd;
    color: #fff;
    padding: 0.4rem 0.6rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.event-date-badge .day {
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
}

.event-date-badge .month {
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.event-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 1.2rem;
    margin-bottom: .4rem;
}

.event-desc {
    font-size: 0.95rem;
    color: #444;
}

/* Event Info Box */
.event-info-box {
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
}

.event-info-line {
    font-size: 0.95rem;
    color: #444;
}

.event-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
}

/* Event Detail Image */
.event-detail-image img {
    border-radius: 10px;
}

.event-detail-image {
    position: relative;
}

.zoom-overlay {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    padding: 4px 10px;
    font-size: 0.85rem;
    border-radius: 6px;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

.event-detail-image:hover .zoom-overlay {
    opacity: 1;
}

.event-image-zoom {
    transition: transform 0.25s ease;
}

.event-image-zoom:hover {
    transform: scale(1.02);
}

/* === Radio Cards === */
.radio-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: transform .25s ease, box-shadow .25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.radio-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* Cover */
.cover-wrapper {
    position: relative;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
    background: #f8f9fa;
    margin-bottom: 10px;
}

.cover-image {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.radio-card:hover .cover-image {
    transform: scale(1.06);
}

/* Logo + Titel */
.radio-title-with-logo {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    margin-bottom: 0.35rem;
}

.station-logo-inline {
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(255,255,255,0.85);
    padding: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    position: absolute;
    top: -25px;
    left: 0;
}

.radio-title-text {
    font-size: 1.1rem;
    font-weight: 700;
    margin-left: 65px;
}

/* Live Badge */
.live-badge {
    background: #dc3545;
    color: #fff;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    margin-left: auto;
}

/* Body */
.radio-card-body {
    padding: 0.8rem 1.2rem 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.radio-song {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: .3rem;
}

.radio-artist {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
}

/* Schedule */
.radio-schedule {
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    padding: .8rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

/* Buttons */
.radio-buttons .btn {
    margin-bottom: .5rem;
}

.btn-detail {
    background-color: #f9f9f9;
    color: #012e71;
    border: 1px solid #bcd4ff;
    transition: background-color 0.25s ease, border-color 0.25s ease;
}

.btn-detail:hover {
    background-color: #d8e8ff;
    border-color: #a9c8ff;
    color: #0a58ca;
}

/* Filter */
.radio-filter {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.radio-filter-btn {
    padding: .45rem 1rem;
    border-radius: 50px;
    background: #f1f3f5;
    color: #333;
    font-weight: 600;
    font-size: .9rem;
    text-decoration: none;
    transition: all .2s ease;
    border: 1px solid transparent;
}

.radio-filter-btn:hover {
    background: #e2e6ea;
    color: #000;
}

.radio-filter-btn.active {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 2px 6px rgba(13,110,253,0.3);
}

/* === Autoren === */
.author-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

.author-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.author-card-img {
    height: 200px;
    object-fit: cover;
}

.author-avatar {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #e5e5e5;
    margin-right: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.author-header h1 {
    font-size: 2rem;
    font-weight: 700;
}

.author-post-card {
    transition: transform .25s ease, box-shadow .25s ease;
}

.author-post-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* ============================================================
   Frontendmodule: Tagcloud
============================================================ */

.tagcloud-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}

.tagcloud-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    min-width: 160px;
    height: 48px;

    background: #fff;
    border: 2px solid #000;
    border-radius: 6px;

    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;

    transition: all 0.2s ease;
}

.tagcloud-item:hover {
    background: #000;
    color: #fff;
    transform: translateY(-2px);
}

.tagcloud-count {
    margin-left: 8px;
    padding: 2px 8px;
    background: #000;
    color: #fff;
    border-radius: 12px;
    font-size: 12px;
}
/* -------------------------------------------------------------
   RSS WRAPPER
------------------------------------------------------------- */
.rss-wrapper {
    padding: 10px 0;
}
/* Teil 3*/
/* -------------------------------------------------------------
   HEADER (Titel + Button oder 3-Spalten-Layout)
------------------------------------------------------------- */
.rss-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

/* 3-Spalten-Layout */
.rss-header-3col {
    display: grid;
    grid-template-columns: 1fr 200px 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.rss-col-left h1 {
    margin: 0;
}

.rss-col-center {
    text-align: center;
}

.rss-center-image {
    width: 100%;
    max-width: 180px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.rss-col-right {
    text-align: right;
}

/* -------------------------------------------------------------
   BUTTON
------------------------------------------------------------- */
.rss-btn-open {
    padding: 10px 18px;
    background: #ff6600;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s ease;
}

.rss-btn-open:hover {
    background: #e65c00;
}

/* -------------------------------------------------------------
   MODAL
------------------------------------------------------------- */
.rss-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

.rss-modal-content {
    background: #fff;
    width: 90%;
    max-width: 450px;
    margin: 10% auto;
    padding: 25px;
    border-radius: 8px;
    position: relative;
    animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.rss-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    cursor: pointer;
    color: #444;
}

/* -------------------------------------------------------------
   COPY BOX
------------------------------------------------------------- */
.rss-copy-box {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.rss-copy-box input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.95rem;
}

.rss-copy-box button {
    padding: 8px 12px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rss-copy-box button:hover {
    background: #0069d9;
}
/* ============================
   FOOTER 2026 – Modern Premium
=============================== */

.footer-2026 {
    margin-top: 0; /* direkt am Content */
    background: linear-gradient(180deg, #111 0%, #000 100%);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-2026 a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    transition: color .2s ease;
}

.footer-2026 a:hover {
    color: #fff;
}

.footer-menu a {
    font-weight: 500;
}

.footer-social i {
    font-size: 22px;
    color: #ccc;
    transition: color .2s ease;
}

.footer-social i:hover {
    color: #fff;
}

.footer-left small {
    font-size: 13px;
}


