/*** General CSS ***/
body { line-height: 1.9em; color: #333; }

/*** Header Area ***/
#sp-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header { background: #000000 !important; }
#sp-header.header-sticky { position: fixed; background: #000000; }

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.sp-megamenu-parent > li > span { color: #fff; }

/*** Canvas Menu ***/
.offcanvas-menu .offcanvas-inner .menu-child > li a {
  padding: 12px 10px !important;
  border-bottom: 1px solid rgba(197, 153, 153, 0.21);
  display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a,
.offcanvas-menu .offcanvas-inner ul.menu>li>span {
  font-size: 15px; font-weight: 500;
}
.burger-icon>span { background-color: #fff; }

/*** Buttons ***/
.btn-design, .btn-primary {
  color: #fff !important;
  position: relative;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 0;
}
.slider-btn a { position: relative; display: inline-block; }
.slider-btn a:before, .btn-design:before {
  position: absolute; transition: all .3s cubic-bezier(0,0,.1,1);
  content: ''; left: 0; top: 0; width: 0; height: 100%;
  background-color: rgba(255,255,255,.1);
}
.slider-btn:hover:before, .btn-design:hover:before { width: 100%; }
.btn-primary:hover { background-color: #071e33 !important; border-color: #071e33 !important; }

/*** Titles ***/
.title-design h3,
.title-white h3 {
  font-size: 50px; line-height: 60px; margin: 0 0 12px; font-weight: 700; text-transform: uppercase;
}
.title-white h3 { color:#fff !important; }
.title-design p, .title-white p { font-size: 16px; letter-spacing: 3px; }
.title-design h4 { font-size: 40px; font-weight: 700; line-height: 40px; }

/*** Album (gekürzt, funktionsgleich) ***/
.album h3 { font-weight: 700; padding-bottom: 10px; }
.album .right { align-self: center; display: block; width: 100%; }
.album .right .secondaryTitle { margin-bottom: 30px; font-size: 30px; }
.album ul { padding: 0; }
.album .right .list .line {
  display: flex; justify-content: space-between; position: relative; margin-bottom: 12px;
}
.album .right .list .line::after {
  content: ""; position: absolute; top: 50%; transform: translateY(-50%);
  left: 0; height: 1px; width: 100%; background: rgba(37,46,89,0.7); z-index: -1;
}
.album .right .list .line p,
.album .right .list .line a {
  font-size: 18px; line-height: 28px; font-weight: 600; background: #fff;
}
.album .right .list .line a.f { padding-right: 20px; color: rgba(37,46,89,0.8); }
.album .right .list .line p.l { padding-left: 20px; color: rgba(37,46,89,0.8); }
.album .right .socialLinks li { display: inline-block; }
.album .socialLinks li a {
  margin-right: 21px; font-size: 20px; color: rgba(37,46,89,0.8); transition: all .3s ease-in;
}
.album .right .socialLinks li a:hover { color: #A12CB0; }
.album .socialLinks li { display: inline-block; font-size: 30px; }
.album .socialLinks strong { display: none; }

/*** Team ***/
.team-item .sppb-img-container,
.team-item .sppb-img-container img { width: 100%; }
.team-item { cursor: pointer; background-color: #ddd; }
.team-item h3 { font-size: 24px; font-weight: 700; padding-top: 20px; text-transform: capitalize; }
.team-item p { padding-bottom: 20px; font-size: 16px; color: rgba(37,46,89,0.7); font-weight: 700; }
.team-item img { filter: grayscale(100%); transition: .3s ease-in-out; }
.team-item:hover img { filter: grayscale(0); }

/*** Upcoming ***/
.upcomming-content {
  background: rgba(107,5,163,0.6); padding: 25px 50px 10px;
  border: 1px solid rgba(255,255,255,0.2);
}
.upcomming-content .table tr:first-child td { border-top: 0; }
.upcomming-content .table tr td {
  color: rgba(255,255,255,0.8); border-top: 1px solid rgba(255,255,255,0.2);
  padding: 15px 0; line-height: 40px;
}
.upcomming-content .table tr td:last-child a {
  width: 100px; height: 40px; border-radius: 5px; background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.8); font-size: 14px; display: inline-block; text-align: center;
  line-height: 40px; font-weight: 700; transition: all .3s ease-in;
}
.upcomming-content .table tr td:last-child a:hover { background: #fff !important; color: #000 !important; }

/*** Blog ***/
.jmm-item .jmm-image.mod-article-image { overflow: hidden; }
.jmm-image.mod-article-image img { transform: scale(1); transition: .5s ease-in-out; }
.jmm-item:hover .jmm-image.mod-article-image img { transform: scale(1.12); filter: grayscale(100%); }

/*** Countdown ***/
.scd-label-col { color: #fff; text-transform: uppercase; }
.scd-digit div { color: #fff; font-size: 31px; font-weight: 900; }
#countdown .sppb-btn { cursor: pointer; border-radius: 5px; padding: 17px 30px 7px; font-size: 26px; margin-left: 2px; }
.countdown-title h4 { font-size: 46px; line-height: 60px; color: #252e59; font-weight: 700; margin-bottom: 15px; text-transform: uppercase; }
#countdown .scd-counter-row { float: left; margin: -31px; }

/*** Footer ***/
#sp-bottom1 { text-align: center; }
.footer-social-pro { margin: 0 auto; text-align: center; padding: 20px 0 !important; display: block; }
.footer-social-pro li { margin: 0 10px; display:inline-block !important; list-style:none; }
.footer-social-pro li em { border-radius: 50px; color:#fff; font-size: 28px; font-family: "Font Awesome 5 Brands" !important; }
.footer-social p { font-style: italic; font-weight: 300; letter-spacing: 3px; }
.footer-social-pro li a { width: 52px; height: 52px; display: inline-block; line-height: 62px; border-radius: 50px; }
.footer-social-pro li.facebook a{ background:#496bb4; }
.footer-social-pro li.google a{ background:#db3623; }
.footer-social-pro li.twitter a{ background:#009ad2; }
.footer-social-pro li.instagram a{ background:#d15c8f; }
.footer-social-pro li.pinterest a{ background:#c12123; }
.footer-navi { margin:0 auto; text-align:center; padding:0; display:block; }
.footer-navi li { padding:0 12px; border-right:1px solid #8497a9; display:inline-block !important; list-style:none; }
.footer-social h4 { font-size: 50px; }
.footer-navi li a { color:#708598; }
.footer-widget-copy p { color: #72879a; margin:0; }
.footer-widget-copy p a { color: #ff569c; }
strong { display: none; }
#sp-footer .container-inner { border-top: none; }

/*** Responsive ***/
@media (min-width: 1400px) {
  .sppb-row-container { max-width: 1320px; }
}
@media (max-width: 768px) {
  #sp-header, #sp-header .logo { height: 70px; }
  #sp-footer p { text-align: center; }
  #sp-header { background: #000000; z-index: 2000 !important; } /* sicher über Video */
}

/*** Theme variables ***/
:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.slider-item .sppb-btn-success,
.sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.jmm-image.mod-article-image:before,
.jmm-image.mod-article-image:after { background-color: var(--background-color) !important; }
.article-list .article .readmore a:hover,
.article-list .article .readmore a:active,
.article-list .article .article-header h2 a:hover,
.offcanvas-menu .offcanvas-inner ul.menu >li.active a,
.title-design h3, #countdown .sppb-btn { color: var(--text-color) !important; }
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a { border-color: var(--text-color) !important; }

/*** Links ***/
body a { text-decoration: underline !important; }
.sp-megamenu-wrapper a, .sp-menu a { text-decoration: none !important; }

/*** Video-Seite (YouTube/Vimeo Wrapper) ***/
.responsive-video { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.responsive-video iframe { position: absolute; top:0; left:0; width:100%; height:100%; }

/*** Shows ***/
.shows-year-menu { margin-bottom: 1.5rem; text-align: center; }
.shows-year-menu a {
  display: inline-block; margin: 0 8px; padding: 6px 12px; border-radius: 5px;
  background: #000; color: #fff; text-decoration: none; transition: background .2s;
}
.shows-year-menu a.active, .shows-year-menu a:hover { background: #222; color: #fff; }
.shows-overview { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px,1fr)); gap: 1.5rem; }
.show-card { background: #222; border-radius: 10px; padding: 12px; text-align: center; transition: transform .2s ease; }
.show-card:hover { transform: translateY(-5px); }
.show-card img { width: 100%; height: auto; border-radius: 6px; margin-bottom: 8px; }
.show-card h3 { font-size: 1.2rem; margin: .5rem 0; color: #fff; }
.show-meta { font-size: 1.2rem; color: #fff; }
.show-place { display: block; margin-top: 4px; font-weight: 600; }

/*** Layout-Abstände ***/
#sp-main-body { padding-top: 20px; }
#sp-main-body .container-inner { margin-top: 0; }

/*** Blog-Karten (gekürzt) ***/
.blog-article {
  display: flex; flex-wrap: wrap; background-color: rgba(0,0,0,0.5);
  padding: 20px; border-radius: 10px; gap: 20px; align-items: flex-start;
  transition: background-color 0.3s;
}
.blog-article:nth-child(even) { background-color: rgba(50,50,50,0.5); }
.blog-article .intro-img { width: 250px; height: auto; border-radius: 8px; object-fit: cover; }
.blog-article .blog-content { color: #fff; flex: 1; }
@media (max-width: 991px) {
  .blog-article { flex-direction: column; align-items: flex-start; }
  .blog-article .intro-img { width: 100%; max-width: 300px; margin-bottom: 15px; }
}
@media (max-width: 767px) {
  .blog-article { flex-direction: column !important; text-align: left; }
  .blog-article .intro-img { width: 100%; margin-bottom: 10px; }
}

/*** Vollbild-Bilder im Artikel ***/
.view-article .article-full-image img {
  width: 100%; max-width: 100%; height: auto; display: block;
}

.related-article-list-container { display: none !important; }

.album-box {
  background: rgba(0,0,0,0.6);
  padding: 20px;
  border-radius: 8px;
  color: #fff;
}
.album-box img {
  width: 300px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.album-box .tracklist {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}

.hero-video {
  position: relative;
  overflow: hidden;
  height: 60vh;
}
.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.home-news-section {
    border-top: 2px solid #fff; /* weiße Trennlinie */
    padding-top: 2rem; /* Abstand oben */
}

.blog-article {
    background: rgba(0,0,0,0.4); /* dunkler Hintergrund, falls nötig */
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-article:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.blog-image img {
    max-width: 250px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
}

.blog-content h2.h4 a {
    text-decoration: none;
}

.readmore .btn {
    text-transform: uppercase;
    font-size: 0.8rem;
}

.home-news-section.border-top {
  border-top: none !important;
}

hr.text-white.my-4 {
  display: none !important;
}

/* Desktop */
.hero-desktop {
  display: block !important;
}
.hero-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  .hero-desktop {
    display: none !important;
  }
  .hero-mobile {
    display: block !important;
  }
}

div.home-news-section.mt-5.pt-4 {
    margin-top: 1rem !important;
    padding-top: 0.5rem !important;
}

/* Nur für die Galerie auf der Startseite */
.home .album-box {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.home h3 {
    margin-bottom: 0.2em !important; /* oder 0, wenn es extrem eng sein soll */
}

.social-icons a.custom-social-icon.apple-music svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 10px; /* Abstand zu vorherigem Icon */
    transition: opacity 0.3s;
}

.social-icons a.custom-social-icon.apple-music svg:hover {
    opacity: 0.8;
}