@charset "UTF-8";
/*
Theme Name: UND Generationentandem Thema
*/
/* ==========================================================================
   #ROOT VARIABLES
   ========================================================================== */
/* Colors */
/* Typography Styles for UND Generationentandem Theme */
/* Local Fonts */
/* Google Fonts imports removed. Fonts are now locally hosted in assets/fonts */
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../fonts/CrimsonText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../fonts/CrimsonText-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../fonts/CrimsonText-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Crimson Text";
  src: url("../fonts/CrimsonText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Typography */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.2rem;
}

h6, .h6 {
  font-size: 1rem;
}

h3, .h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* Transitions */
/* Shadows */
/* Border Radius */
a {
  color: #7f1109;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #4f0b06;
}

.page-template-magazin a,
.page-template-templatestemplate-abonnieren-php a,
.page-template-template-magazin-archiv a,
.single-magazin a,
.is-magazin-family a {
  color: #2F528F;
  text-decoration: underline;
}
.page-template-magazin a:hover, .page-template-magazin a:focus,
.page-template-templatestemplate-abonnieren-php a:hover,
.page-template-templatestemplate-abonnieren-php a:focus,
.page-template-template-magazin-archiv a:hover,
.page-template-template-magazin-archiv a:focus,
.single-magazin a:hover,
.single-magazin a:focus,
.is-magazin-family a:hover,
.is-magazin-family a:focus {
  color: #223c69;
}

.category-digitales-wissen a,
.is-digitales-wissen-family a,
.page-template-page-digital-teilhabe a {
  color: #50702a;
  text-decoration: underline;
}
.category-digitales-wissen a:hover, .category-digitales-wissen a:focus,
.is-digitales-wissen-family a:hover,
.is-digitales-wissen-family a:focus,
.page-template-page-digital-teilhabe a:hover,
.page-template-page-digital-teilhabe a:focus {
  color: #364b1c;
}

.page-template-page-generationenfestival a,
.is-generationenfestival-family a,
.page-id-857 a,
.page-id-977 a,
.page-id-980 a,
.page-id-982 a,
.page-id-985 a {
  color: #ffad29;
  text-decoration: underline;
}
.page-template-page-generationenfestival a:hover, .page-template-page-generationenfestival a:focus,
.is-generationenfestival-family a:hover,
.is-generationenfestival-family a:focus,
.page-id-857 a:hover,
.page-id-857 a:focus,
.page-id-977 a:hover,
.page-id-977 a:focus,
.page-id-980 a:hover,
.page-id-980 a:focus,
.page-id-982 a:hover,
.page-id-982 a:focus,
.page-id-985 a:hover,
.page-id-985 a:focus {
  color: #f59700;
}

/* ==========================================================================
   #BASE STYLES
   ========================================================================== */
body {
  background-color: #f8f9fa;
  min-height: 100vh;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #343a40;
}
body.admin-bar {
  position: relative;
}
body.admin-bar .offcanvas {
  top: 32px;
  height: calc(100vh - 32px);
}
body.admin-bar .offcanvas-header {
  padding-top: 20px;
}
body.admin-bar .main-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .main-header {
    top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* ==========================================================================
   #CONTAINERS
   ========================================================================== */
.container {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
    max-width: 1140px;
    width: calc(100% - 90px);
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
  }
}
.custom-container {
  padding: 0;
  margin: 0 auto 20px;
  font-size: 1rem;
  background-color: #ffffff;
  position: relative;
}
.custom-container img {
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Overlay Styling */
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  color: #ffffff;
}
.overlay h1,
.overlay p {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  padding: 15px;
  margin: auto;
}

/* Ensure image stays behind overlay */
.position-relative img {
  z-index: 0;
}

/* ==========================================================================
   #EFFECTS
   ========================================================================== */
.hover-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   #BREADCRUMB STYLES
   ========================================================================== */
#breadcrumbs {
  color: #ffffff;
  position: relative;
  z-index: 1000;
}
#breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}
#breadcrumbs a:hover {
  color: #f8f9fa;
  text-decoration: underline;
}

/* ==========================================================================*/
/* Adjust comment area margins */
@media (max-width: 480px) {
  .carousel {
    height: 600px;
  }
  .carousel-caption {
    font-size: 1rem;
    bottom: 15%;
  }
  .carousel p {
    font-size: 1rem;
  }
  .event-section {
    padding: 10px 0px 5px 10px;
  }
  a .user-name {
    display: inline-block !important;
  }
  .user-name {
    font-size: 0.2rem;
  }
}
#comments-section .d-flex {
  padding-left: 0 !important;
}

/* Fade Animation */
#upcoming-events,
#past-events,
#einblick-posts {
  transition: opacity 0.2s ease-in-out;
}

#upcoming-events.loading,
#past-events.loading,
#einblick-posts.loading {
  opacity: 0.7;
}

/* ==========================================================================
#SWIPER PAGINATION LOADING ANIMATION
========================================================================== */
.swiper-pagination.loading .swiper-pagination-bullet {
  background-color: #007bff;
  animation: swiper-pagination-loading 1s infinite;
}

@keyframes swiper-pagination-loading {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.toggle-content-wrapper {
  transition: none !important;
  overflow: hidden;
}

.toggle-content-wrapper.collapsing {
  transition: none !important;
}

.toggle-content {
  overflow: hidden;
}

.toggle-box-container {
  max-width: 800px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.btn-whiteframe,
.btn-magazin {
  color: white;
  border: solid 1px white;
  padding: 10px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 1rem;
  white-space: normal;
  transition: all 0.3s ease;
}
.btn-whiteframe:hover,
.btn-magazin:hover {
  background-color: white;
  transform: scale(1.1);
}

.btn-whiteframe:hover {
  color: #7f1109;
}

.btn-magazin:hover {
  color: #50701D;
}

.btn-digitales-menu:hover {
  background-color: white;
  color: #50701D;
}

.back-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7f1109;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  z-index: 1030;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 12px rgba(127, 17, 9, 0.3);
  transition: all 0.3s ease;
}
.back-to-top-btn i {
  font-size: 1.8rem;
}
.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}
.back-to-top-btn:hover {
  background-color: #BD4E4E;
  color: #ffffff;
  transform: translateY(-5px);
}
@media (max-width: 576px) {
  .back-to-top-btn {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  .back-to-top-btn i {
    font-size: 1.5rem;
  }
}

.btn-Digitales-type1 {
  background-color: #50702a;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .btn-Digitales-type1 {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .btn-Digitales-type1 {
    font-size: 1rem;
  }
}
.btn-Digitales-type1:hover {
  background-color: #bbcf8c;
  color: #ffffff;
  transform: scale(1.1);
}

.btn-Digitales-type2 {
  background-color: #ffffff;
  color: #50702a;
  font-weight: bold;
  margin: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .btn-Digitales-type2 {
    width: auto;
    min-width: 120px;
    max-width: 80%;
    margin: 5px 10px;
    font-size: 0.8rem;
    padding: 3px 5px;
  }
}
.btn-Digitales-type2:hover {
  background-color: #bbcf8c;
  color: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-program,
.btn-program-blue {
  color: #ffffff;
  border-radius: 5px;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 20px 10px;
  font-weight: 600;
  font-size: 1.1rem;
  width: auto;
  min-width: 200px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-family: "Source Sans Pro", sans-serif;
}
@media (max-width: 768px) {
  .btn-program,
  .btn-program-blue {
    font-size: 1rem;
    padding: 10px 16px;
    min-width: 180px;
  }
}
@media (max-width: 576px) {
  .btn-program,
  .btn-program-blue {
    font-size: 0.95rem;
    padding: 8px 12px;
    min-width: 160px;
  }
}

.btn-program-blue {
  background-color: #2F528F;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .btn-program-blue {
    font-size: 1.1rem;
  }
}
@media (max-width: 576px) {
  .btn-program-blue {
    font-size: 1rem;
  }
}
.btn-program-blue:hover {
  background-color: #708CBC;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-program {
  background-color: #7f1109;
  margin: 10px 0;
}
.btn-program:hover {
  background-color: #BD4E4E;
  color: white;
  transform: scale(1.1);
}

.page-template-page-generationenfestival .btn-program,
.page-template-page-generationenfestival .btn-program-blue,
.is-generationenfestival-family .btn-program,
.is-generationenfestival-family .btn-program-blue,
.page-id-857 .btn-program,
.page-id-857 .btn-program-blue,
.page-id-977 .btn-program,
.page-id-977 .btn-program-blue,
.page-id-980 .btn-program,
.page-id-980 .btn-program-blue,
.page-id-982 .btn-program,
.page-id-982 .btn-program-blue,
.page-id-985 .btn-program,
.page-id-985 .btn-program-blue {
  background-color: #ffad29;
  color: #000000;
}
.page-template-page-generationenfestival .btn-program:hover, .page-template-page-generationenfestival .btn-program.active,
.page-template-page-generationenfestival .btn-program-blue:hover,
.page-template-page-generationenfestival .btn-program-blue.active,
.is-generationenfestival-family .btn-program:hover,
.is-generationenfestival-family .btn-program.active,
.is-generationenfestival-family .btn-program-blue:hover,
.is-generationenfestival-family .btn-program-blue.active,
.page-id-857 .btn-program:hover,
.page-id-857 .btn-program.active,
.page-id-857 .btn-program-blue:hover,
.page-id-857 .btn-program-blue.active,
.page-id-977 .btn-program:hover,
.page-id-977 .btn-program.active,
.page-id-977 .btn-program-blue:hover,
.page-id-977 .btn-program-blue.active,
.page-id-980 .btn-program:hover,
.page-id-980 .btn-program.active,
.page-id-980 .btn-program-blue:hover,
.page-id-980 .btn-program-blue.active,
.page-id-982 .btn-program:hover,
.page-id-982 .btn-program.active,
.page-id-982 .btn-program-blue:hover,
.page-id-982 .btn-program-blue.active,
.page-id-985 .btn-program:hover,
.page-id-985 .btn-program.active,
.page-id-985 .btn-program-blue:hover,
.page-id-985 .btn-program-blue.active {
  background-color: #ffb743;
  color: #ffffff;
  transform: scale(1.1);
}
.page-template-page-generationenfestival .btn-event-navigation,
.is-generationenfestival-family .btn-event-navigation,
.page-id-857 .btn-event-navigation,
.page-id-977 .btn-event-navigation,
.page-id-980 .btn-event-navigation,
.page-id-982 .btn-event-navigation,
.page-id-985 .btn-event-navigation {
  background-color: #ffad29;
  color: #000000;
}
.page-template-page-generationenfestival .btn-event-navigation:hover,
.is-generationenfestival-family .btn-event-navigation:hover,
.page-id-857 .btn-event-navigation:hover,
.page-id-977 .btn-event-navigation:hover,
.page-id-980 .btn-event-navigation:hover,
.page-id-982 .btn-event-navigation:hover,
.page-id-985 .btn-event-navigation:hover {
  background-color: #ffb743;
  color: #ffffff;
  transform: scale(1.05);
}
.page-template-page-generationenfestival .btn-event-navigation.disabled,
.is-generationenfestival-family .btn-event-navigation.disabled,
.page-id-857 .btn-event-navigation.disabled,
.page-id-977 .btn-event-navigation.disabled,
.page-id-980 .btn-event-navigation.disabled,
.page-id-982 .btn-event-navigation.disabled,
.page-id-985 .btn-event-navigation.disabled {
  background-color: #ffad29;
  color: #ffffff;
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

.page-template-page-digital-teilhabe .btn-program,
.page-template-page-digital-teilhabe .btn-program-blue,
.is-digitales-wissen-family .btn-program,
.is-digitales-wissen-family .btn-program-blue {
  background-color: #50702a;
}
.page-template-page-digital-teilhabe .btn-program:hover,
.page-template-page-digital-teilhabe .btn-program-blue:hover,
.is-digitales-wissen-family .btn-program:hover,
.is-digitales-wissen-family .btn-program-blue:hover {
  background-color: #bbcf8c;
  transform: scale(1.1);
}
.page-template-page-digital-teilhabe .btn-event-navigation,
.is-digitales-wissen-family .btn-event-navigation {
  background-color: #50702a;
  color: #ffffff;
}
.page-template-page-digital-teilhabe .btn-event-navigation:hover,
.is-digitales-wissen-family .btn-event-navigation:hover {
  background-color: #bbcf8c;
  color: #ffffff;
  transform: scale(1.05);
}
.page-template-page-digital-teilhabe .btn.btn-outline-light:hover,
.page-template-page-digital-teilhabe .btn.btn-outline-light:focus,
.is-digitales-wissen-family .btn.btn-outline-light:hover,
.is-digitales-wissen-family .btn.btn-outline-light:focus {
  color: #50702a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.page-template-page-digital-teilhabe .btn.btn-outline-light.active,
.page-template-page-digital-teilhabe .btn.active,
.is-digitales-wissen-family .btn.btn-outline-light.active,
.is-digitales-wissen-family .btn.active {
  color: #50702a !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.page-template-page-digital-teilhabe .btn.btn-light:hover,
.page-template-page-digital-teilhabe .btn.btn-light:focus,
.is-digitales-wissen-family .btn.btn-light:hover,
.is-digitales-wissen-family .btn.btn-light:focus {
  color: #50702a !important;
}

.page-template-page-multimedia .btn-program,
.page-template-page-multimedia .btn-program-blue,
.single-multimedia .btn-program,
.single-multimedia .btn-program-blue {
  background-color: #343a40;
}
.page-template-page-multimedia .btn-program:hover,
.page-template-page-multimedia .btn-program-blue:hover,
.single-multimedia .btn-program:hover,
.single-multimedia .btn-program-blue:hover {
  background-color: #1d2124;
  color: #ffffff;
  transform: scale(1.1);
}
.page-template-page-multimedia .btn-event-navigation,
.single-multimedia .btn-event-navigation {
  background-color: #343a40;
  color: #ffffff;
}
.page-template-page-multimedia .btn-event-navigation:hover,
.single-multimedia .btn-event-navigation:hover {
  background-color: #1d2124;
  color: #ffffff;
  transform: scale(1.05);
}

.page-template-page-magazin .btn-program,
.page-template-page-magazin .btn-program-blue,
.single-magazin .btn-program,
.single-magazin .btn-program-blue,
.is-magazin-family .btn-program,
.is-magazin-family .btn-program-blue {
  background-color: #2F528F;
}
.page-template-page-magazin .btn-program:hover,
.page-template-page-magazin .btn-program-blue:hover,
.single-magazin .btn-program:hover,
.single-magazin .btn-program-blue:hover,
.is-magazin-family .btn-program:hover,
.is-magazin-family .btn-program-blue:hover {
  background-color: #708CBC;
  color: #ffffff;
  transform: scale(1.1);
}
.page-template-page-magazin .btn-event-navigation,
.single-magazin .btn-event-navigation,
.is-magazin-family .btn-event-navigation {
  background-color: #2F528F;
  color: #ffffff;
}
.page-template-page-magazin .btn-event-navigation:hover,
.single-magazin .btn-event-navigation:hover,
.is-magazin-family .btn-event-navigation:hover {
  background-color: #708CBC;
  color: #ffffff;
  transform: scale(1.05);
}

.btn-bar,
.btn-bar-blue {
  color: #ffffff;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.3rem;
  height: 70px;
  border-radius: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .btn-bar,
  .btn-bar-blue {
    font-size: 1.1rem;
    height: 60px;
    padding: 8px 8px;
  }
}
@media (max-width: 576px) {
  .btn-bar,
  .btn-bar-blue {
    font-size: 1rem;
    height: 50px;
    padding: 6px 6px;
  }
}
.btn-bar.btn-bar,
.btn-bar-blue.btn-bar {
  background-color: #7f1109;
  margin-top: 0px;
}
.btn-bar.btn-bar:hover,
.btn-bar-blue.btn-bar:hover {
  background-color: #BD4E4E;
  color: #ffffff;
}
.btn-bar.btn-bar-blue,
.btn-bar-blue.btn-bar-blue {
  background-color: #2F528F;
}
.btn-bar.btn-bar-blue:hover,
.btn-bar-blue.btn-bar-blue:hover {
  background-color: #708CBC;
  color: #ffffff;
}

.btn-generationenfestival {
  background-color: #ffad29;
  color: #ffffff;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .btn-generationenfestival {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .btn-generationenfestival {
    font-size: 1rem;
  }
}
.btn-generationenfestival:hover {
  background-color: #ffffff;
  color: #ffad29;
  transform: scale(1.1);
}

.btn-outline-dark {
  border: 2px solid #000000;
  font-weight: 500;
  background-color: transparent;
  color: #000000;
  transition: all 0.3s ease;
}
.btn-outline-dark:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.btn-outline-light.active {
  background-color: #ffffff;
  color: #7f1109;
  border-color: #7f1109;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.hover-effect {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 576px) {
  .d-flex.flex-wrap.gap-3 {
    justify-content: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 576px) {
  .d-flex.flex-column.align-items-start {
    align-items: flex-start;
  }
}

@media (max-width: 576px) {
  .mb-3 {
    margin-bottom: 0.5rem;
  }
}

.btn-event-navigation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #7f1109;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1rem;
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  margin: 0 10px;
}
@media (max-width: 768px) {
  .btn-event-navigation {
    font-size: 0.9rem;
    padding: 10px 16px;
    min-width: 160px;
  }
}
@media (max-width: 576px) {
  .btn-event-navigation {
    font-size: 0.8rem;
    padding: 8px 12px;
    min-width: 140px;
    margin: 0 5px;
  }
}
.btn-event-navigation:hover:not(.disabled) {
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.btn-event-navigation.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: #ffffff;
  pointer-events: none;
}

.event-navigation {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 10px;
}
@media (max-width: 576px) {
  .event-navigation {
    gap: 5px;
    padding: 0 10px;
  }
  .event-navigation .btn-event-navigation {
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 576px) and (max-width: 480px) {
  .event-navigation .btn-event-navigation {
    font-size: 0.75rem;
    padding: 6px 10px;
    min-width: 120px;
  }
  .event-navigation .btn-event-navigation i {
    font-size: 0.8rem;
  }
}

.event-list-load-more-btn {
  background-color: #7f1109;
  font-size: 1rem;
  padding: 8px 16px;
  min-width: 150px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .event-list-load-more-btn {
    font-size: 0.9rem;
    padding: 6px 12px;
    min-width: 120px;
  }
}
.event-list-load-more-btn:hover {
  background-color: #BD4E4E;
  color: #ffffff;
  transform: scale(1.02);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.event-list-load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.event-list-load-more-btn.loading {
  opacity: 0.7;
  cursor: wait;
}

/* Social Media Buttons */
.social-share-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.social-icon {
  margin: 0 10px;
  font-size: 24px;
  color: #333;
  text-decoration: none;
}

.social-icon:hover {
  color: #0073e6;
}

/* Share Button Container */
.share-button-container {
  position: relative;
  display: inline-block;
}

/* Social Share Dropdown */
.social-share-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 200px;
  z-index: 9999;
  display: none; /* Hidden by default */
  margin-top: 5px;
  transform-origin: top left;
  animation: dropdownFadeIn 0.2s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.social-icon-item {
  padding: 10px 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #343a40;
}

.social-icon-item:hover {
  background-color: #f8f9fa;
  color: #7f1109;
}

.social-icon-item i {
  width: 20px;
  margin-right: 10px;
}

/* Share Button */
#shareToggleBtn {
  position: relative;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 1px solid #dee2e6;
}

#shareToggleBtn:hover {
  background-color: #7f1109;
  color: white;
  border-color: #7f1109;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .d-flex.justify-content-between {
    flex-direction: column;
    gap: 1rem;
  }
  .social-share-dropdown {
    left: 0;
    right: 0;
    width: 100%;
  }
  /* Limit single-line height on mobile */
  .d-md-none.flex-column .mb-3 {
    margin-bottom: 0.5rem;
  }
  /* Reduce date text size on mobile */
  .d-md-none .fw-lighter {
    font-size: 1rem;
  }
  /* Adjust mobile dropdown position */
  .d-md-none .social-share-dropdown {
    position: absolute;
    top: 100%;
    left: -50px; /* Daha merkezi bir konum için */
    right: auto;
    min-width: 220px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 9999;
  }
  /* Mobil dropdown üçgen ok işareti */
  .d-md-none .social-share-dropdown:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 70px; /* Butonla hizalamak için */
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
  }
  /* Mobil dropdown animasyonu */
  .d-md-none .social-share-dropdown {
    transform-origin: top left;
    animation: mobileDropdownFadeIn 0.25s ease;
  }
  @keyframes mobileDropdownFadeIn {
    from {
      opacity: 0;
      transform: translateY(-10px) scale(0.95);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  /* Mobil düzen satır hizalama */
  .d-md-none .d-flex.align-items-center {
    flex-wrap: wrap;
  }
  /* Tarih stilleri */
  .d-md-none .fw-lighter {
    font-size: 1.1rem;
    margin-left: auto;
  }
  /* Küçük ekranlarda buton boyutları */
  .d-md-none .btn-sm {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
  }
  /* Çok küçük ekranlar için ek düzenleme */
}
@media (max-width: 768px) and (max-width: 390px) {
  .d-md-none .social-share-dropdown {
    left: -70px;
  }
  .d-md-none .social-share-dropdown:before {
    left: 85px;
  }
  .d-md-none .fw-lighter {
    font-size: 1.1rem;
  }
}
/* Social Sharing Styles */
.social-icon-item {
  transition: background-color 0.3s ease;
  border-radius: 3px;
}

.social-icon-item:hover {
  background-color: #f8f9fa;
}

/* Sosyal medya ikon stilleri */
.social-icon {
  font-size: 1.5rem;
  margin: 0 8px;
  color: #343a40;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}

.social-icon:hover {
  color: #7f1109;
  transform: scale(1.1);
}

.social-icon.comment {
  color: #343a40;
}

.social-icon.comment:hover {
  color: #7f1109;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#shareToggleBtn:focus,
#shareToggleBtn:active {
  box-shadow: none;
  outline: none;
}

/* Mobile responsive for share buttons */
@media (max-width: 576px) {
  .social-share-dropdown {
    min-width: 180px !important;
    left: -70px !important;
  }
  .social-share-dropdown:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
  }
}
.btn.btn-sm.btn-outline-secondary,
#shareToggleBtn.btn-outline-secondary {
  border-color: #dee2e6;
  color: #343a40;
  background-color: transparent;
  transition: all 0.3s ease;
}

.btn.btn-sm.btn-outline-secondary:hover,
#shareToggleBtn.btn-outline-secondary:hover {
  background-color: #7f1109 !important;
  color: #fff !important;
  border-color: #7f1109 !important;
  opacity: 1;
}

/* Event Participation Buttons */
.event-participation-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.event-participation-btn .participant-count {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.25em 0.5em;
  border-radius: 1rem;
  font-size: 0.8em;
  transition: all 0.3s ease;
}

.btn-success .participant-count {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-danger .participant-count {
  background-color: rgba(255, 255, 255, 0.2);
}

.event-participation-btn:hover .participant-count {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .event-participation-btn .participant-count {
    font-size: 0.7em;
    padding: 0.2em 0.4em;
  }
}
.article-wrapper {
  /* Make images full width on mobile */
}
.article-wrapper .artikel-content img {
  max-width: 100%;
  height: auto;
}

.artikel-title {
  text-align: left;
  max-width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .artikel-title {
    font-size: 2rem;
  }
}

.artikel-lead {
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .artikel-lead {
    padding-right: 15px;
    padding-left: 0;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .artikel-lead {
    padding-right: 10px;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.2;
  }
}

.artikel-content {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.8;
  /* Responsive adjustments */
}
.artikel-content img {
  max-width: 100%;
  height: auto;
}
.artikel-content p {
  margin-bottom: 0.9rem;
  font-size: 2rem;
  line-height: 1.5;
}
.artikel-content h1, .artikel-content h2, .artikel-content h3, .artikel-content h4, .artikel-content h5, .artikel-content h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
}
.artikel-content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #000;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.artikel-content blockquote {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-style: italic;
  color: #555;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}
.artikel-content blockquote p:last-child {
  margin-bottom: 0;
}
.artikel-content blockquote cite {
  display: block;
  font-size: 90%;
  margin-top: 0.5rem;
  text-align: right;
  font-weight: 600;
}
.artikel-content li {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 1.26rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 991px) {
  .artikel-content {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .artikel-content {
    padding-right: 10px;
    padding-left: 0;
  }
  .artikel-content h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .artikel-content {
    padding-right: 5px !important;
    padding-left: 0 !important;
  }
  .artikel-content h1, .artikel-content h2, .artikel-content h3, .artikel-content h4, .artikel-content h5, .artikel-content h6 {
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
  }
  .artikel-content p {
    margin-bottom: 0.8rem;
  }
  .artikel-content h3 {
    font-size: 1.4rem;
  }
  .artikel-content blockquote {
    padding: 0.75rem 1rem;
    margin: 1.25rem 0;
  }
}

/* Content area adjusted for mobile */
@media (max-width: 576px) {
  .single-post .row {
    margin-left: 0;
    margin-right: 0;
  }
  .single-post .col-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* Special styles for event page */
.single-event .artikel-content {
  margin: 0 auto;
  text-align: left;
  font-size: 1rem;
}

/* Content Text Styles */
body, p, .entry-content, article, .card-text, .lead, blockquote, li, td, th, input, textarea, button, select, label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
}

/* Article Content Styles */
.artikel-content,
.artikel-content p,
.artikel-content li {
  font-family: "Crimson Text", "Times New Roman", Times, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8;
}

/* Reduce spacing between paragraphs */
.artikel-content p {
  margin-bottom: 0.9rem;
}

/* Style for subheadings */
.artikel-content h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #000;
}

p, .entry-content p {
  line-height: 1.5;
  margin-bottom: 0.9rem;
}

/* Responsive Typography */
@media (min-width: 992px) {
  .artikel-content,
  .artikel-content p,
  .artikel-content blockquote,
  .artikel-content li {
    font-size: 1.375rem;
  }
  .artikel-content h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .artikel-content,
  .artikel-content p,
  .artikel-content blockquote,
  .artikel-content li {
    font-size: 19px;
  }
  .artikel-content h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .artikel-content,
  .artikel-content p,
  .artikel-content blockquote,
  .artikel-content li {
    font-size: 18px;
  }
  .artikel-content h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .artikel-content,
  .artikel-content p,
  .artikel-content blockquote,
  .artikel-content li {
    font-size: 16px;
  }
  .artikel-content h3 {
    font-size: 1.4rem;
  }
  .artikel-content blockquote {
    padding: 0.75rem 1rem;
    margin: 1.25rem 0;
  }
}
.event-meta,
.event-meta .event-date,
.event-meta .event-time,
.event-meta .event-location {
  font-family: "Source Sans Pro", sans-serif;
}

/* Calendar add-to section styles */
.event-datetime {
  cursor: pointer;
  transition: all 0.3s ease;
}

.event-datetime:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(127, 17, 9, 0.2);
  background-color: #f8f9fa;
}

.event-icon {
  color: #7f1109;
}

#calendarModal[inert] {
  pointer-events: none;
}
#calendarModal[inert] * {
  pointer-events: none;
}
#calendarModal + .modal-backdrop[inert] {
  pointer-events: none;
}
#calendarModal .calendar-modal-header {
  background-color: #7f1109;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#calendarModal .calendar-btn {
  border-color: #7f1109;
  color: #7f1109;
  transition: all 0.3s ease;
}
#calendarModal .calendar-btn:hover {
  background-color: #7f1109;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(127, 17, 9, 0.2);
}
#calendarModal .calendar-detail-icon {
  color: #7f1109;
}
#calendarModal .calendar-card {
  transition: all 0.3s ease;
}
#calendarModal .calendar-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  #calendarModal .calendar-modal {
    max-width: 400px;
    margin: 1.75rem auto;
  }
}

/* Related Post */
.related-posts {
  position: relative;
}

.related-posts .section-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 0.5rem;
  color: #7f1109;
}

.related-posts .section-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #7f1109;
}

.related-posts .card-title {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.related-posts .row {
  margin-left: -10px;
  margin-right: -10px;
}

.related-posts .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .related-posts {
    padding: 2rem 0;
  }
  .related-posts .section-title {
    font-size: 1.5rem;
  }
  .related-posts .col-12 {
    margin-bottom: 1.5rem;
  }
}
/* Responsive Slider Styles */
#homeMainSlider {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 600px;
  width: 100%;
}

.h-600 {
  height: 600px;
}

.slider-img-container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.slider-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.slider-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);
  padding: 20px 0;
}

.slider-excerpt {
  color: #ffffff;
  font-size: 1.2rem;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 100%;
  color: white;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  padding: 20px;
}

#homeMainSlider:hover .carousel-control-prev,
#homeMainSlider:hover .carousel-control-next {
  opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-size: 100%;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.8));
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
  #homeMainSlider,
  .h-600 {
    height: 500px !important;
  }
  .carousel-control-prev,
  .carousel-control-next {
    opacity: 0.8;
  }
}
@media (max-width: 480px) {
  #homeMainSlider,
  .h-600 {
    height: 500px !important;
  }
}
/* Special class for slider and images */
.full-width-content {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.ratio #homeMainSliderMobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-img-container:hover img {
  transform: scale(1.05);
}

.main-header {
  background-color: #7f1109;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease;
  padding: 5px 0;
}
.page-template-magazin .main-header, .page-template-templatestemplate-abonnieren-php .main-header, .page-template-template-magazin-archiv .main-header, .single-magazin .main-header, .is-magazin-family .main-header {
  background-color: #2F528F;
}
.category-digitales-wissen .main-header, .is-digitales-wissen-family .main-header {
  background-color: #50702a;
}
.page-template-page-multimedia .main-header, .single-multimedia .main-header {
  background-color: transparent;
  box-shadow: none;
}
@media (max-width: 468px) {
  .page-template-page-multimedia .main-header, .single-multimedia .main-header {
    margin-top: 0 !important;
  }
}
.page-template-page-digital-teilhabe .main-header, .is-digitales-wissen-family .main-header {
  background-color: #50702a;
}
.page-template-page-generationenfestival .main-header {
  background-color: #ffad29;
}
.page-id-857 .main-header, .page-id-977 .main-header, .page-id-980 .main-header, .page-id-982 .main-header, .page-id-985 .main-header {
  background-color: #ffad29;
}
@media (max-width: 767px) {
  .main-header {
    position: fixed;
    width: 100%;
    height: auto !important;
    min-height: 70px;
    padding: 8px 0;
  }
  .main-header .container {
    padding: 0 10px;
  }
}

.is-generationenfestival-family .main-header {
  background-color: #ffad29;
}

.is-magazin-family .main-header {
  background-color: #2F528F;
}

.is-digitales-wissen-family .main-header {
  background-color: #50702a;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header-right {
    padding-left: 0 !important;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  flex-shrink: 0;
}

.logo-image {
  max-width: 130px;
  height: 55px;
}
@media (max-width: 767px) {
  .logo-image {
    max-width: 100px;
    height: auto;
    max-height: 60px;
    width: auto;
  }
}

.menu-hamburger,
.search-icon {
  line-height: 1;
}
@media (max-width: 767px) {
  .menu-hamburger,
  .search-icon {
    padding: 5px !important;
    margin: 0 5px !important;
  }
}

@media (max-width: 767px) {
  .custom-container {
    padding-top: 85px;
  }
}

@media (max-width: 767px) {
  .d-flex.align-items-center {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .d-flex.justify-content-between.align-items-center {
    flex-wrap: nowrap;
  }
}

.img-header {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 700px;
}

.main-header .container {
  padding: 0;
  margin: 0 auto 20px;
  font-size: 1rem;
  background-color: transparent;
  position: relative;
}

@media (max-width: 767px) {
  .main-header-spacer {
    height: 85px;
    width: 100%;
  }
}
.footer {
  background-color: #7f1109;
  color: #ffffff;
  width: 100%;
  position: relative;
  clear: both;
  z-index: 1;
  padding: 3rem 0;
  transition: background-color 0.3s ease;
}
.page-template-magazin .footer, .page-template-templatestemplate-abonnieren-php .footer, .page-template-template-magazin-archiv .footer, .single-magazin .footer, .is-magazin-family .footer {
  background-color: #2F528F;
}
.category-digitales-wissen .footer, .is-digitales-wissen-family .footer {
  background-color: #50702a;
}
.page-template-page-multimedia .footer, .single-multimedia .footer {
  background-color: #343a40;
}
.page-template-page-digital-teilhabe .footer {
  background-color: #50702a;
}
.page-template-page-generationenfestival .footer {
  background-color: #ffad29;
}
.page-id-857 .footer, .page-id-977 .footer, .page-id-980 .footer, .page-id-982 .footer, .page-id-985 .footer {
  background-color: #ffad29;
}

h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  h5 {
    margin-bottom: 1.5rem;
  }
}

.footer-logo {
  width: 120px;
  height: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .footer-logo {
    width: 100px;
    margin-bottom: 1rem;
  }
}
.page-id-857 .footer-logo, .page-id-977 .footer-logo, .page-id-980 .footer-logo, .page-id-982 .footer-logo, .page-id-985 .footer-logo, .template-festival .footer-logo {
  filter: brightness(0) invert(0) !important;
}

address {
  font-size: 0.9rem;
  margin-bottom: 0;
}
address p {
  margin-bottom: 0.5rem;
}

@media (max-width: 991px) {
  .footer {
    padding: 1rem 0;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 1rem 0;
  }
}
.footer-social-icons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .footer-social-icons-grid {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .footer-social-icons-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 280px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .footer-social-icons-grid {
    gap: 1rem;
    max-width: 250px;
  }
}

.footer-social-icon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.3s ease;
}
.page-template-page-generationenfestival .footer-social-icon {
  color: #000000;
}
.page-id-857 .footer-social-icon, .page-id-977 .footer-social-icon, .page-id-980 .footer-social-icon, .page-id-982 .footer-social-icon, .page-id-985 .footer-social-icon, .template-festival .footer-social-icon {
  color: #000000;
}
.page-id-857 .footer-social-icon img, .page-id-977 .footer-social-icon img, .page-id-980 .footer-social-icon img, .page-id-982 .footer-social-icon img, .page-id-985 .footer-social-icon img, .template-festival .footer-social-icon img {
  filter: brightness(0) invert(0) !important;
}
.footer-social-icon img {
  width: 45px;
  height: 45px;
  margin-bottom: 8px;
}
@media (max-width: 767px), (max-width: 575px) {
  .footer-social-icon img {
    width: 45px;
    height: 45px;
  }
}
.footer-social-icon img:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}
.footer-social-icon span {
  font-size: 0.9rem;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .footer-social-icon span {
    font-size: 0.81rem;
  }
}
.footer-social-icon:hover {
  transform: translateY(-5px);
}

.supporter-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.3rem;
  width: 140px;
  min-width: 100px;
  max-width: 140px;
}
@media (max-width: 991px) {
  .supporter-logo {
    margin: 0.5rem;
    min-width: 100px;
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .supporter-logo {
    min-width: 90px;
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .supporter-logo {
    min-width: 80px;
    max-width: 100px;
    margin: 0.25rem;
  }
}
@media (max-width: 768px) {
  .supporter-logo {
    max-height: 80px;
    max-width: 160px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
    display: block;
  }
}
.supporter-logo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.supporter-logo img {
  max-width: 100%;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .supporter-logo img {
    max-height: 45px;
  }
}
@media (max-width: 767px) {
  .supporter-logo img {
    max-height: 40px;
  }
}
@media (max-width: 575px) {
  .supporter-logo img {
    max-height: 50px;
  }
}
.page-id-857 .supporter-logo img, .page-id-977 .supporter-logo img, .page-id-980 .supporter-logo img, .page-id-982 .supporter-logo img, .page-id-985 .supporter-logo img, .template-festival .supporter-logo img {
  filter: brightness(0) invert(0) !important;
}

.supporters-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
}

.footer-bottom {
  background-color: #7f1109;
  width: 100%;
  position: relative;
  padding: 1rem 0;
  border-top: 2px solid #ffffff;
}
.page-template-page-multimedia .footer-bottom, .single-multimedia .footer-bottom {
  background-color: #343a40;
}
.page-template-magazin .footer-bottom, .page-template-templatestemplate-abonnieren-php .footer-bottom, .page-template-template-magazin-archiv .footer-bottom, .single-magazin .footer-bottom, .is-magazin-family .footer-bottom {
  background-color: #2F528F;
}
.category-digitales-wissen .footer-bottom, .is-digitales-wissen-family .footer-bottom {
  background-color: #50702a;
}
.page-template-page-digital-teilhabe .footer-bottom {
  background-color: #50702a;
}
.page-template-page-generationenfestival .footer-bottom {
  background-color: #ffad29;
  color: #000000;
}
.page-id-857 .footer-bottom, .page-id-977 .footer-bottom, .page-id-980 .footer-bottom, .page-id-982 .footer-bottom, .page-id-985 .footer-bottom {
  background-color: #ffad29;
}
.footer-bottom a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.footer-bottom a:hover {
  opacity: 0.8;
}

.img-footer-logo {
  max-width: 70px;
  height: auto;
  margin-bottom: 5px;
}
.page-template-page-generationenfestival .img-footer-logo {
  background-color: #ffad29;
  color: #000000;
}
.page-id-857 .img-footer-logo, .page-id-977 .img-footer-logo, .page-id-980 .img-footer-logo, .page-id-982 .img-footer-logo, .page-id-985 .img-footer-logo {
  background-color: #ffad29;
}
.img-footer-logo a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.img-footer-logo a:hover {
  opacity: 0.8;
}

.logo-partners {
  max-width: 100%;
  height: auto;
}
.page-template-page-generationenfestival .logo-partners {
  color: #000000;
}
.page-id-857 .logo-partners, .page-id-977 .logo-partners, .page-id-980 .logo-partners, .page-id-982 .logo-partners, .page-id-985 .logo-partners {
  color: #000000;
}
.logo-partners a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.logo-partners a:hover {
  opacity: 0.8;
}

footer h5 {
  font-size: 1.25rem;
  font-weight: bold;
}
.page-template-page-generationenfestival footer h5 {
  color: #000000 !important;
}
.page-id-857 footer h5, .page-id-977 footer h5, .page-id-980 footer h5, .page-id-982 footer h5, .page-id-985 footer h5 {
  color: #000000;
}
footer h5 a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
footer h5 a:hover {
  opacity: 0.8;
}

footer p,
footer a {
  font-size: 0.9rem;
  line-height: 1.5;
  text-decoration: none;
  color: white;
}
.page-template-page-generationenfestival footer p,
.page-template-page-generationenfestival footer a {
  color: #000000 !important;
}
.page-id-857 footer p, .page-id-977 footer p, .page-id-980 footer p, .page-id-982 footer p, .page-id-985 footer p,
.page-id-857 footer a,
.page-id-977 footer a,
.page-id-980 footer a,
.page-id-982 footer a,
.page-id-985 footer a {
  color: #000000;
}

.is-generationenfestival-family .footer {
  background-color: #ffad29;
  color: #000000;
}

.is-generationenfestival-family .footer-bottom {
  background-color: #ffad29;
  color: #000000;
}

.is-magazin-family .footer {
  background-color: #2F528F;
}

.is-magazin-family .footer-bottom {
  background-color: #2F528F;
}

.is-digitales-wissen-family .footer {
  background-color: #50702a;
}

.is-digitales-wissen-family .footer-bottom {
  background-color: #50702a;
}

@media (max-width: 575px) {
  .footer-social-icons-grid {
    margin-left: 18px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    justify-items: start;
  }
}
.page-template-page-generationenfestival .footer,
.page-template-page-generationenfestival .footer-bottom,
.is-generationenfestival-family .footer,
.is-generationenfestival-family .footer-bottom,
.page-id-857 .footer,
.page-id-857 .footer-bottom,
.page-id-977 .footer,
.page-id-977 .footer-bottom,
.page-id-980 .footer,
.page-id-980 .footer-bottom,
.page-id-982 .footer,
.page-id-982 .footer-bottom,
.page-id-985 .footer,
.page-id-985 .footer-bottom {
  color: #000000 !important;
}
.page-template-page-generationenfestival .footer a, .page-template-page-generationenfestival .footer p, .page-template-page-generationenfestival .footer h5, .page-template-page-generationenfestival .footer span,
.page-template-page-generationenfestival .footer-bottom a,
.page-template-page-generationenfestival .footer-bottom p,
.page-template-page-generationenfestival .footer-bottom h5,
.page-template-page-generationenfestival .footer-bottom span,
.is-generationenfestival-family .footer a,
.is-generationenfestival-family .footer p,
.is-generationenfestival-family .footer h5,
.is-generationenfestival-family .footer span,
.is-generationenfestival-family .footer-bottom a,
.is-generationenfestival-family .footer-bottom p,
.is-generationenfestival-family .footer-bottom h5,
.is-generationenfestival-family .footer-bottom span,
.page-id-857 .footer a,
.page-id-857 .footer p,
.page-id-857 .footer h5,
.page-id-857 .footer span,
.page-id-857 .footer-bottom a,
.page-id-857 .footer-bottom p,
.page-id-857 .footer-bottom h5,
.page-id-857 .footer-bottom span,
.page-id-977 .footer a,
.page-id-977 .footer p,
.page-id-977 .footer h5,
.page-id-977 .footer span,
.page-id-977 .footer-bottom a,
.page-id-977 .footer-bottom p,
.page-id-977 .footer-bottom h5,
.page-id-977 .footer-bottom span,
.page-id-980 .footer a,
.page-id-980 .footer p,
.page-id-980 .footer h5,
.page-id-980 .footer span,
.page-id-980 .footer-bottom a,
.page-id-980 .footer-bottom p,
.page-id-980 .footer-bottom h5,
.page-id-980 .footer-bottom span,
.page-id-982 .footer a,
.page-id-982 .footer p,
.page-id-982 .footer h5,
.page-id-982 .footer span,
.page-id-982 .footer-bottom a,
.page-id-982 .footer-bottom p,
.page-id-982 .footer-bottom h5,
.page-id-982 .footer-bottom span,
.page-id-985 .footer a,
.page-id-985 .footer p,
.page-id-985 .footer h5,
.page-id-985 .footer span,
.page-id-985 .footer-bottom a,
.page-id-985 .footer-bottom p,
.page-id-985 .footer-bottom h5,
.page-id-985 .footer-bottom span {
  color: #000000 !important;
  text-shadow: none !important;
}
.page-template-page-generationenfestival .footer .footer-social-icon svg path,
.page-template-page-generationenfestival .footer-bottom .footer-social-icon svg path,
.is-generationenfestival-family .footer .footer-social-icon svg path,
.is-generationenfestival-family .footer-bottom .footer-social-icon svg path,
.page-id-857 .footer .footer-social-icon svg path,
.page-id-857 .footer-bottom .footer-social-icon svg path,
.page-id-977 .footer .footer-social-icon svg path,
.page-id-977 .footer-bottom .footer-social-icon svg path,
.page-id-980 .footer .footer-social-icon svg path,
.page-id-980 .footer-bottom .footer-social-icon svg path,
.page-id-982 .footer .footer-social-icon svg path,
.page-id-982 .footer-bottom .footer-social-icon svg path,
.page-id-985 .footer .footer-social-icon svg path,
.page-id-985 .footer-bottom .footer-social-icon svg path {
  fill: #000000 !important;
}

.is-generationenfestival-family .footer,
.page-template-page-generationenfestival .footer {
  color: #000000 !important;
}
.is-generationenfestival-family .footer h5, .is-generationenfestival-family .footer p, .is-generationenfestival-family .footer a, .is-generationenfestival-family .footer span,
.page-template-page-generationenfestival .footer h5,
.page-template-page-generationenfestival .footer p,
.page-template-page-generationenfestival .footer a,
.page-template-page-generationenfestival .footer span {
  color: #000000 !important;
}
.is-generationenfestival-family .footer .footer-logo img,
.is-generationenfestival-family .footer .footer-social-icon img,
.is-generationenfestival-family .footer .supporter-logo img,
.is-generationenfestival-family .footer .logo-partners img,
.page-template-page-generationenfestival .footer .footer-logo img,
.page-template-page-generationenfestival .footer .footer-social-icon img,
.page-template-page-generationenfestival .footer .supporter-logo img,
.page-template-page-generationenfestival .footer .logo-partners img {
  filter: brightness(0) invert(0) !important;
}
.is-generationenfestival-family .footer .footer-logo,
.is-generationenfestival-family .footer .footer-logo img,
.page-template-page-generationenfestival .footer .footer-logo,
.page-template-page-generationenfestival .footer .footer-logo img {
  filter: brightness(0) invert(0) !important;
}
.is-generationenfestival-family .footer svg path,
.page-template-page-generationenfestival .footer svg path {
  fill: #000000 !important;
}

.supporter-logo img {
  filter: brightness(0) invert(1);
}

.offcanvas-menu {
  /* WordPress Admin Bar Adjustment */
  /* Offcanvas Menu */
  /* Search Styles */
  /* Main Navigation */
  /* Accordion Menu */
  /* Accordion Menu Animations */
  /* Menu Items */
  /* Lists */
  /* Social Links */
  /* Responsive Styles */
}
.offcanvas-menu body.admin-bar .offcanvas {
  top: 32px;
  height: calc(100vh - 32px);
}
.offcanvas-menu body.admin-bar .offcanvas-header {
  padding-top: 20px;
}
.offcanvas-menu .offcanvas {
  background-color: #fff;
  width: 40% !important;
  transition: all 0.3s ease;
  overflow-y: auto;
}
.offcanvas-menu .offcanvas-body {
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  background-color: #ffffff;
}
.offcanvas-menu .offcanvas-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
}
.offcanvas-menu .btn-close {
  padding: 0.5rem;
  margin: 0;
  font-size: 1.6rem;
  opacity: 1;
}
.offcanvas-menu .btn-close:hover {
  opacity: 0.75;
}
.offcanvas-menu .search-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}
.offcanvas-menu .search-form, .offcanvas-menu .input-group {
  width: 100%;
}
.offcanvas-menu .search-input {
  border: 1px solid #000;
  border-right: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  height: 38px;
}
.offcanvas-menu .search-input:focus {
  box-shadow: none;
  border-color: #333;
}
.offcanvas-menu .search-btn {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.offcanvas-menu .search-btn:hover {
  background-color: #7f1109;
  color: #333;
  border-color: #333;
}
.offcanvas-menu .main-nav {
  padding: 1rem 0;
}
.offcanvas-menu .accordion-item {
  border: none;
}
.offcanvas-menu .accordion-button {
  background-color: #f5f5f5;
  color: #333;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.offcanvas-menu .accordion-button:not(.collapsed),
.offcanvas-menu .accordion-button:focus {
  background-color: #f5f5f5;
  color: #333;
  box-shadow: none;
  border-color: transparent;
}
.offcanvas-menu .accordion-button::after {
  filter: none;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.offcanvas-menu .accordion-collapse {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  transform-origin: top;
  opacity: 0;
  transform: scaleY(0);
  max-height: 0;
  overflow: hidden;
  display: block !important;
}
.offcanvas-menu .accordion-collapse.show {
  opacity: 1;
  transform: scaleY(1);
  max-height: 1000px;
}
.offcanvas-menu .accordion-button {
  transition: all 0.3s ease;
}
.offcanvas-menu .accordion-button:hover {
  background-color: #f0f0f0;
  transform: translateX(5px);
}
.offcanvas-menu .accordion-body {
  padding-top: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease 0.1s;
}
.offcanvas-menu .accordion-collapse.show .accordion-body {
  opacity: 1;
  transform: translateY(0);
}
.offcanvas-menu .submenu-list li {
  margin: 0.2rem 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.offcanvas-menu .accordion-collapse.show .submenu-list li:nth-child(1) {
  transition-delay: 0.05s;
}
.offcanvas-menu .accordion-collapse.show .submenu-list li:nth-child(2) {
  transition-delay: 0.1s;
}
.offcanvas-menu .accordion-collapse.show .submenu-list li:nth-child(3) {
  transition-delay: 0.15s;
}
.offcanvas-menu .accordion-collapse.show .submenu-list li:nth-child(4) {
  transition-delay: 0.2s;
}
.offcanvas-menu .accordion-collapse.show .submenu-list li:nth-child(5) {
  transition-delay: 0.25s;
}
.offcanvas-menu .accordion-collapse.show .submenu-list li:nth-child(6) {
  transition-delay: 0.3s;
}
.offcanvas-menu .accordion-collapse.show .submenu-list li {
  opacity: 1;
  transform: translateX(0);
}
.offcanvas-menu .menu-item {
  border-bottom: 1px solid #dee2e6;
}
.offcanvas-menu .menu-header {
  padding: 1rem 1rem;
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.offcanvas-menu .menu-header:hover {
  transform: translateX(5px);
  color: #666;
}
.offcanvas-menu .horizontal-links-wrapper {
  padding: 8px 3px;
  display: inline-flex;
}
.offcanvas-menu .horizontal-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.3rem 0.3rem;
  list-style: none;
  margin: 0.2rem 0;
  gap: 2px;
}
.offcanvas-menu .horizontal-links li {
  display: inline-flex;
  align-items: center;
}
.offcanvas-menu .horizontal-links a {
  display: inline-flex;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  padding: 0 2px;
  transition: all 0.3s ease;
}
.offcanvas-menu .horizontal-links a:hover,
.offcanvas-menu .horizontal-links a.active {
  color: #b1b0b0;
  background-color: #f5f5f5;
  transform: translateY(-3px);
}
.offcanvas-menu .horizontal-links .separator {
  color: #666;
  opacity: 0.7;
  margin: 0 0.3rem;
}
.offcanvas-menu .separator {
  color: #999;
  margin: 0 0.3rem;
}
.offcanvas-menu .submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offcanvas-menu .submenu-list a {
  display: block;
  padding: 0.3rem 0.3rem;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.offcanvas-menu .submenu-list a:hover,
.offcanvas-menu .submenu-list a.active {
  color: #666;
  background-color: #f5f5f5;
  padding-left: 1rem;
}
.offcanvas-menu .social-links {
  padding: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-top: 1px solid #e0e0e0;
}
.offcanvas-menu .social-link {
  color: #333;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.offcanvas-menu .social-link i {
  margin-right: 0.5rem;
}
.offcanvas-menu .social-link:hover {
  color: #666;
  transform: translateY(-3px);
}
@media (max-width: 576px) {
  .offcanvas-menu .offcanvas {
    width: 75% !important;
    --bs-offcanvas-width: 300px;
  }
  .offcanvas-menu .horizontal-links {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
  }
  .offcanvas-menu .horizontal-links .separator {
    display: inline;
    color: #666;
    opacity: 0.7;
    margin: 0 0.3rem;
  }
  .offcanvas-menu .horizontal-links li:last-child .separator {
    display: none;
  }
  .offcanvas-menu .horizontal-links-wrapper {
    padding: 5px 10px;
  }
  .offcanvas-menu .horizontal-links a {
    font-size: 0.85rem;
    padding: 2px 3px;
  }
  .offcanvas-menu .submenu-list a {
    font-size: 0.85rem;
  }
  .offcanvas-menu .social-links {
    justify-content: center;
  }
}
@media (min-width: 577px) {
  .offcanvas-menu .offcanvas {
    width: 40% !important;
  }
}
@media screen and (max-width: 992px) {
  .offcanvas-menu .offcanvas {
    --bs-offcanvas-width: 350px;
  }
}
@media screen and (max-width: 782px) {
  .offcanvas-menu body.admin-bar .offcanvas {
    top: 46px;
    height: calc(100vh - 46px);
  }
  .offcanvas-menu body.admin-bar .offcanvas-header {
    padding-top: 30px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 600px) {
  .offcanvas-menu body.admin-bar .offcanvas {
    top: 46px;
    height: calc(100vh - 46px);
  }
  .offcanvas-menu body.admin-bar .search-wrapper {
    margin-top: 5px;
  }
}
.offcanvas-menu .accordion-item.is-static-header .accordion-button.static-header {
  cursor: default;
}
.offcanvas-menu .accordion-item.is-static-header .accordion-button.static-header:hover {
  background-color: #f5f5f5;
}
.offcanvas-menu .accordion-item.is-static-header .accordion-button.static-header::after {
  display: none;
}

.event-list {
  margin-bottom: 1rem;
}

.event-card {
  cursor: pointer;
}

.single-event-card {
  position: relative;
  overflow: hidden;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
  transform: translateY(0);
  cursor: pointer;
}

.single-event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.event-category-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.event-category-badge i {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}
.event-category-badge:hover {
  background-color: #7f1109;
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.page-template-page-generationenfestival .event-category-badge:hover,
.page-template-page-generationenfestival .category-badge:hover,
.is-generationenfestival-family .event-category-badge:hover,
.is-generationenfestival-family .category-badge:hover {
  background-color: #ffad29;
}

.is-magazin-family .event-category-badge:hover,
.is-magazin-family .category-badge:hover {
  background-color: #2F528F;
}

.is-digitales-wissen-family .event-category-badge:hover,
.is-digitales-wissen-family .category-badge:hover {
  background-color: #50702a;
}

.event-box {
  padding: 0.3rem;
}

.event-title {
  font-size: 1.3rem !important;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: manual;
          hyphens: manual;
  line-height: 1.4;
  padding-right: 110px;
}

.event-date {
  font-size: 0.9rem;
  font-family: "Source Sans Pro", sans-serif !important;
  color: #666;
}

.event-time,
.event-location {
  font-size: 0.9rem;
  color: #666;
}

.event-info {
  flex-wrap: wrap;
  gap: 1rem;
}

.event-meta {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}
.event-meta span {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .event-list {
    margin: 0;
    padding: 0.5rem;
  }
  .single-event-card {
    margin-bottom: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .single-event-card:hover {
    transform: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
  .event-box {
    padding: 0.5rem;
  }
  .event-title {
    font-size: 1.1rem;
    margin: 0.5rem 0;
    line-height: 1.3;
    padding-right: 100px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: manual;
            hyphens: manual;
  }
  .event-date,
  .event-time,
  .event-location {
    font-size: 0.8rem;
    margin: 0.2rem 0;
    display: flex;
    align-items: center;
  }
  .event-info {
    gap: 0.5rem;
    padding: 0.3rem 0;
    margin: 0;
    flex-direction: column;
  }
  .event-category-badge {
    top: 10px;
    right: 8px;
    font-size: 0.65rem;
    padding: 2px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .event-category-badge:hover {
    background-color: #7f1109;
    color: #fff;
    border-color: #7f1109;
  }
  .event-time i,
  .event-location i {
    margin-right: 4px;
    font-size: 0.9rem;
    color: #7f1109;
  }
  .event-meta {
    flex-direction: row !important;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .event-meta span {
    font-size: 0.8rem;
  }
}
.post-card {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 100%;
}
.post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-thumbnails {
  position: relative;
  overflow: hidden;
  height: 200px;
  margin: 0;
  padding: 0;
}
.card-thumbnails img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-card:hover .card-thumbnails img {
  transform: scale(1.05);
}

.post-date-container {
  margin: 0;
  font-size: 0.85rem;
  font-family: "Source Sans Pro", sans-serif;
}
.post-date-container i {
  margin-right: 0.3rem;
}

.card-body {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #ffffff;
  position: relative;
  min-height: 150px;
  justify-content: space-between;
}

.card-title {
  color: #000000;
  margin: 0 0 0.75rem 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.05em;
  text-overflow: ellipsis;
  word-break: break-word;
  position: relative;
}

.category-badge {
  display: inline-block;
  top: 3px;
  right: 10px;
  z-index: 1;
  padding: 0.25rem 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #dee2e6;
  transition: all 0.3s ease;
  text-decoration: none;
}
.category-badge:hover {
  background-color: #7f1109;
  color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}
.category-badge i {
  margin-right: 0.25rem;
  font-size: 0.75rem;
}

.page-template-page-generationenfestival .category-badge:hover,
.is-generationenfestival-family .category-badge:hover {
  background-color: #ffad29;
}

.page-template-magazin .category-badge:hover {
  background-color: #2F528F;
}

.page-template-page-digital-teilhabe .category-badge:hover {
  background-color: #50702a;
}

.authors-section {
  padding-top: 0.75rem;
  margin-top: auto;
  background-color: #fff;
}
.authors-section .link-user {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
.authors-section .author-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.authors-section .link-user:first-child:last-child .author-name {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.9rem;
  font-weight: 300;
  color: #333;
}
.authors-section .link-user:first-child:last-child:hover .author-avatar {
  transform: scale(1.3);
}
.authors-section .link-user:not(:first-child:last-child) .author-name {
  display: none;
  font-size: 0.9rem;
  font-weight: 300;
  color: #333;
}
.authors-section .link-user:not(:first-child:last-child):hover .author-name {
  display: inline-block !important;
  margin-left: 10px;
}
.authors-section .link-user:not(:first-child:last-child):hover .author-avatar {
  transform: scale(1.3);
}

.authors-stack {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 3px;
}

.event-location {
  color: #666;
  display: flex;
  align-items: center;
}
.event-location i {
  margin-right: 0.5rem;
}

.location-name {
  font-weight: 400;
}

@media (max-width: 768px) {
  .post-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .swiper-wrapper {
    gap: 0 !important;
  }
  .swiper-slide {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
  }
  .swiper-pagination,
  #mobile-container .swiper-pagination,
  #einblicke-mobile-container .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
  }
  .swiper-pagination-bullet,
  #mobile-container .swiper-pagination-bullet,
  #einblicke-mobile-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background-color: #ccc;
    opacity: 0.5;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .swiper-pagination-bullet-active,
  #mobile-container .swiper-pagination-bullet-active,
  #einblicke-mobile-container .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #333;
    width: 10px;
    height: 10px;
  }
  .post-card {
    margin: 0;
    width: 100%;
  }
  .card-thumbnails {
    height: 180px;
  }
  .card-body {
    padding: 0.75rem;
    min-height: 120px;
    display: flex;
    flex-direction: column;
  }
  .card-title {
    min-height: 4.05em;
    margin-bottom: 0.5rem;
  }
  .swiper-slide-active .post-card {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }
}
@media (max-width: 576px) {
  .custom-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .card-thumbnails {
    height: 150px;
  }
  .card-body {
    padding: 0.5rem;
    gap: 0.3rem;
  }
  .card-title {
    max-height: 4.5em;
    padding: 0.3rem 0;
  }
  .post-date-container {
    padding: 0.3rem;
    font-size: 0.75rem;
  }
  .authors-section {
    padding: 0.25rem;
  }
  .author-avatar {
    width: 30px;
    height: 30px;
  }
  .link-user {
    gap: 0.3rem;
    padding: 0.15rem 0;
  }
}
.related-posts {
  background-color: #ffffff;
  padding: 1rem 1rem;
  margin-top: 2rem;
  width: 100%;
}
.related-posts .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.related-posts .section-title {
  font-size: 2rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem !important;
  padding-bottom: 0.5rem;
  color: #333;
  text-align: left;
}
.related-posts .section-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #7f1109;
}
.related-posts .row {
  margin-left: -10px;
  margin-right: -10px;
}
.related-posts .col-md-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.related-posts .post-card {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-posts .post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.related-posts .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  -webkit-line-clamp: 3;
  max-height: 4.2em;
}
.related-posts .card-thumbnails {
  height: 160px;
}
.related-posts .authors-section {
  padding-top: 0.5rem;
}

@media (max-width: 991px) {
  .related-posts {
    padding: 2rem 0.75rem;
  }
  .related-posts .section-title {
    font-size: 1.75rem;
  }
  .related-posts .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .related-posts .card-thumbnails {
    height: 180px;
  }
}
@media (max-width: 576px) {
  .related-posts {
    padding: 1.5rem 0.5rem;
  }
  .related-posts .section-title {
    font-size: 1.5rem;
  }
  .related-posts .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .related-posts .card-thumbnails {
    height: 180px;
  }
}
.post-cards-container {
  max-width: 100%;
  padding: 0.5rem;
}

@media (max-width: 767.98px) {
  .post-card-block-container {
    display: flex !important;
    flex-direction: row;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    padding-bottom: 1rem;
  }
  .post-card-block-container > .post-card {
    flex: 0 0 80vw;
    max-width: 80vw;
    scroll-snap-align: start;
  }
}
.swiper,
.swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

.swiper-slide img,
.swiper-slide picture {
  transform: translateZ(0);
  will-change: opacity, transform;
}

/* ==========================================================================
   #TEAM PAGE STYLES
   ========================================================================== */
.team-section {
  padding: 20px 0;
}

.section-title {
  color: #7f1109;
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #dee2e6;
  padding-bottom: 10px;
}

/* Add modern heading style */
.team-section .section-title-container {
  background: #f8f9fa;
  padding: 15px 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  border-left: 4px solid #7f1109;
}

.team-section .section-title-container .section-title {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

/* Teams toggle section */
.teams-toggle-header {
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.teams-toggle-header .section-title-container {
  transition: all 0.3s ease;
}

.teams-toggle-header:hover .section-title-container {
  background-color: #e9ecef;
  transform: translateX(3px);
}

.toggle-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: #7f1109;
}

.teams-toggle-header[aria-expanded=true] .toggle-icon {
  transform: rotate(180deg);
}

/* Simple team member layout (no cards) */
.team-member {
  transition: all 0.3s ease;
  padding: 15px 5px;
  text-align: center;
}

.team-member:hover .avatar-wrapper {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Larger profile images as requested */
.avatar-wrapper {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 15px;
  transition: all 0.3s ease;
}

.team-avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #343a40;
  text-align: center;
}

.team-name .age {
  font-weight: normal;
  color: #343a40;
  opacity: 0.8;
}

.team-member-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* Responsive adjustments for larger profile images */
@media (max-width: 1199px) {
  .avatar-wrapper {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 991px) {
  .avatar-wrapper {
    width: 160px;
    height: 160px;
  }
  .team-member {
    padding: 10px 5px;
  }
}
@media (max-width: 767px) {
  .avatar-wrapper {
    width: 150px;
    height: 150px;
  }
  .team-name {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .avatar-wrapper {
    width: 130px;
    height: 130px;
  }
  .team-name {
    font-size: 0.9rem;
  }
}
/* Team filters */
.btn-filter {
  background-color: #dee2e6;
  border: none;
  color: #343a40;
  transition: all 0.3s ease;
}

.btn-filter:hover,
.btn-filter.active {
  background-color: #7f1109;
  color: #ffffff;
}

/* Team filters responsive adjustments */
@media (max-width: 767px) {
  .team-filters {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
  }
  .team-filters .d-flex {
    justify-content: flex-start !important;
  }
}
/* Mobile author display adjustments */
@media (max-width: 767.98px) {
  /* Multiple authors - add hover effect to show names */
  .col-6.text-end a.link-user:hover .user-name {
    display: block !important;
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 40px;
    margin-left: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
}
/* Special style for mobile date */
@media (max-width: 767.98px) {
  .mobile-date {
    font-size: 16px;
  }
  .mobile-date i {
    font-size: 16px;
    margin-right: 3px;
  }
}
/* Share dropdown adjustments for mobile view */
@media (max-width: 576px) {
  /* Special style for mobile dropdown */
  #socialShareDropdownMobile {
    position: absolute;
    left: 0;
    min-width: 200px;
    width: auto;
    max-width: 90vw;
    right: auto;
    z-index: 9999;
  }
  /* Triangle arrow addition for mobile dropdown */
  #socialShareDropdownMobile:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
  }
  /* Reduce text size inside dropdown */
  #socialShareDropdownMobile .social-icon-item {
    font-size: 0.9rem;
    padding: 8px 10px !important;
  }
  /* Positioning of dropdown button */
  .share-button-container {
    position: relative !important;
  }
}
/* Loading Spinner Styles */
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.loading-spinner .spinner-border {
  width: 3rem;
  height: 3rem;
  color: #7f1109;
}

@media (max-width: 767.98px) {
  .team-members-grid .col-6,
  .team-members-grid .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* ==========================================================================
   #AUTHOR PROFILE PAGE
   ========================================================================== */
.author-profile {
  padding-bottom: 3rem;
}

/* Author Profile Image */
.author-profile-image {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border: 4px solid #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.author-profile-image:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

/* Author Info Section */
.author-info h1 {
  color: var(--bs-dark);
  line-height: 1.2;
}

.author-info .text-muted {
  color: var(--bs-secondary) !important;
}

/* Author Bio */
.author-bio {
  color: var(--bs-body-color);
  line-height: 1.7;
}

.author-bio p {
  margin: 0;
  font-size: 1.1rem;
}

/* Author Tags */
.author-tags .badge {
  font-weight: 500;
  color: var(--bs-dark);
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  transition: all 0.3s ease;
}

.author-tags .badge:hover {
  background-color: var(--bs-primary);
  color: white;
  transform: translateY(-1px);
}

/* Author Social Media Links */
.author-social-links {
  margin: 1.5rem 0;
}

.author-social-links .btn-outline-secondary {
  transition: all 0.3s ease;
  margin: 0.25rem;
  border-color: var(--bs-secondary);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}

.author-social-links .btn-outline-secondary:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--bs-primary-rgb), 0.3);
}

.author-social-links .bi {
  font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 991.98px) {
  .author-profile-image {
    width: 250px !important;
    height: 250px !important;
  }
  .author-info h1 {
    font-size: 1.75rem;
    text-align: center;
  }
  .author-bio {
    text-align: center;
  }
  .author-tags {
    text-align: center;
  }
  .author-tags .d-flex {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .author-profile-image {
    width: 200px !important;
    height: 200px !important;
  }
  .author-info h1 {
    font-size: 1.5rem;
  }
  .author-bio p {
    font-size: 1rem;
  }
  .author-social-links .btn-outline-secondary {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
  .author-social-links .bi {
    font-size: 1rem;
  }
  .author-social-links .d-flex {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .author-profile-image {
    width: 180px !important;
    height: 180px !important;
  }
  .author-info h1 {
    font-size: 1.25rem;
  }
  .author-social-links .btn-outline-secondary {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }
  .author-social-links .bi {
    font-size: 0.9rem;
  }
}
/* Author Profile Pagination styling */
.pagination-container .page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination-container .page-numbers li {
  margin: 0 5px;
}

.pagination-container .page-numbers a,
.pagination-container .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-container .page-numbers a:hover {
  background-color: var(--bs-light);
  border-color: var(--bs-border-color);
  color: var(--bs-primary);
}

.pagination-container .page-numbers .current {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white;
}

@media (max-width: 767.98px) {
  .pagination-container .page-numbers a,
  .pagination-container .page-numbers span {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 0.9rem;
  }
}
/* Legacy styles for backward compatibility */
.img-user {
  width: 40px;
  height: 40px;
  margin-left: 5px;
}

.user-name {
  font-size: 1rem;
  display: none;
}

.show-single-author {
  display: inline-block !important;
}

.img-user {
  transition: transform 0.6s ease;
}

.link-user {
  display: flex;
  align-items: center;
}

.link-user:hover .user-name {
  display: inline-block !important;
}

.link-user:hover .img-user {
  transform: scale(1.3);
}

@media (max-width: 767px) {
  .col-6.text-end .link-user {
    display: inline-flex;
    margin-left: 2px;
  }
  .col-6.text-end {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .col-6.text-start .fw-lighter {
    font-size: 1rem;
    white-space: nowrap;
  }
  .col-6.text-end .img-user {
    width: 35px;
    height: 35px;
    transition: transform 0.6s ease;
  }
  .col-6.text-end .link-user:hover .img-user {
    transform: scale(1.3);
  }
  .col-6.text-end .user-name {
    display: none;
    font-size: 1rem;
    white-space: nowrap;
  }
  .col-6.text-end .link-user:hover .user-name {
    display: inline-block !important;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    padding: 2px 5px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
}
/* ==========================================================================
   # PAGE STYLES
   ========================================================================== */
.aktuell-featured-section {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.aktuell-featured-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aktuell-featured-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.aktuell-featured-content {
  max-width: 600px;
  padding: 1rem;
}

.aktuell-featured-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.aktuell-featured-content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.aktuell-section {
  padding: 1rem;
  width: 100%;
}

.aktuell-section-title {
  color: #7f1109;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}

.aktuell-section-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #7f1109;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .aktuell-featured-section {
    height: 400px;
  }
  .aktuell-featured-content h1 {
    font-size: 2.5rem;
  }
  .aktuell-featured-content p {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .aktuell-featured-section {
    height: 300px;
  }
  .aktuell-featured-content {
    padding: 1rem;
  }
  .aktuell-featured-content h1 {
    font-size: 2rem;
  }
  .aktuell-featured-content p {
    font-size: 1rem;
  }
  .aktuell-section {
    padding: 1rem 0;
  }
  .aktuell-events-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
/* Category Header Styles */
.category-header {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.category-header-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.category-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
  padding: 2rem;
}

.category-title {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.category-description-wrapper {
  max-width: 900px;
}

.category-description p {
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .category-header-img {
    height: 350px;
  }
  .category-header-overlay {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  .category-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
  .category-description-wrapper {
    padding: 0 1rem;
  }
  .category-description p {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .category-header-img {
    height: 300px;
  }
  .category-header-overlay {
    padding: 1rem;
  }
  .category-title {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .category-description-wrapper {
    padding: 0 0.5rem;
  }
  .category-description p {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .category-description-wrapper {
    padding: 1rem;
  }
  .category-description {
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .post-carousel-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-left: 16px;
  }
  .post-carousel {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .post-carousel .col-md-6 {
    flex: 0 0 80%;
    min-width: 80%;
    max-width: 80%;
    scroll-snap-align: start;
  }
}
/* Mobile Swiper Styles */
@media (max-width: 767px) {
  .genforum-swiper {
    width: 100%;
    padding: 0 15px;
    margin: 0;
  }
  .genforum-swiper .swiper-slide {
    width: 100%;
  }
  .genforum-swiper .swiper-button-next,
  .genforum-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background: transparent;
    color: #7f1109;
  }
  .genforum-swiper .swiper-button-next {
    right: 0;
  }
  .genforum-swiper .swiper-button-prev {
    left: 0;
  }
  .genforum-swiper .swiper-button-next:after,
  .genforum-swiper .swiper-button-prev:after {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .filter-btn {
    margin-bottom: 8px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .programm-nav-row {
    display: flex;
    flex-wrap: wrap;
  }
  .programm-nav-row > .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    box-sizing: border-box;
  }
}
.page-generationenfestival .festival-header {
  position: relative;
  text-align: center;
}
.page-generationenfestival .festival-header .festival-banner {
  width: 100%;
  height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-generationenfestival .festival-header .festival-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(251, 185, 37, 0.25);
}
.page-generationenfestival .festival-header .festival-overlay .festival-title {
  background-color: rgba(0, 0, 0, 0.25);
  padding: 1rem;
}
.page-generationenfestival .festival-header .festival-overlay .festival-title h1 {
  color: white;
  font-weight: bold;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .page-generationenfestival .festival-header .festival-overlay .festival-title h1 {
    font-size: 2rem;
  }
}
.page-generationenfestival .festival-header .festival-overlay .festival-title p {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
}
@media (max-width: 768px) {
  .page-generationenfestival .festival-header .festival-overlay .festival-title p {
    font-size: 1.2rem;
  }
}
.page-generationenfestival .festival-navigation {
  background-color: #fbb925;
  padding: 1rem 0;
}
.page-generationenfestival .festival-navigation .nav-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.page-generationenfestival .festival-navigation .nav-buttons .btn-outline-dark {
  border-color: #000;
  color: #000;
}
.page-generationenfestival .festival-navigation .nav-buttons .btn-outline-dark:hover {
  background-color: #000;
  color: #fff;
}
.page-generationenfestival .festival-section {
  margin: 3rem 0;
}
.page-generationenfestival .festival-section .section-title {
  border-bottom: 2px solid #fbb925;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.page-generationenfestival .festival-section .card {
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.page-generationenfestival .festival-section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.page-generationenfestival .festival-section .card .card-img-top {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-generationenfestival .festival-section .card .card-body {
  padding: 1rem;
}
.page-generationenfestival .festival-section .card .card-body .card-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.page-generationenfestival .lineup-buttons .btn {
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 0.3s ease;
}
.page-generationenfestival .lineup-buttons .btn:hover {
  transform: scale(1.05);
}
.page-generationenfestival .program-schedule .day-header {
  background-color: #ffad29;
  color: #000000;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 5px;
}
.page-generationenfestival .program-schedule .day-header h3 {
  background-color: #ffad29;
  color: #000000;
  margin: 0;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 576px) {
  .page-generationenfestival .program-schedule .day-header h3 {
    font-size: 1.2rem;
  }
}
.page-generationenfestival .program-schedule .schedule-content h4, .page-generationenfestival .program-schedule .schedule-content h5 {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #333;
}
.page-generationenfestival .program-schedule .schedule-content .list-unstyled li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}
.page-generationenfestival .program-schedule .schedule-content .list-unstyled li:last-child {
  border-bottom: none;
}
.page-generationenfestival .btn-festivalevent {
  color: #fff;
  font-size: 0.8rem;
  margin: 10px;
}
.page-generationenfestival .festival-event-cards {
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
}
.page-generationenfestival .img-festival-program {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-generationenfestival .list-text li {
  font-size: 1.3rem;
  text-decoration: none;
  list-style: none;
  padding: 10px;
}
.page-generationenfestival hr {
  border: black;
  border-top: #000 solid 3px;
}

.event-modal-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}

.event-modal-wrapper {
  position: relative;
  max-width: 700px;
  width: 95vw;
}

.event-modal-container {
  background: transparent;
  max-width: 700px;
  width: 95vw;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}

.event-modal-image {
  height: 300px;
  overflow: hidden;
}

.event-modal-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.event-modal-title-overlay {
  top: 40%;
}

.event-modal-title {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.event-modal-meta {
  font-size: 1.1rem;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.event-modal-content {
  background: #fff;
  max-height: 350px;
  overflow-y: auto;
}

.event-modal-close {
  position: absolute;
  top: -40px;
  right: -15px;
  z-index: 1060;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #ffffff;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 576px) {
  .event-modal-image {
    height: 180px;
    position: relative;
  }
  .event-modal-title-overlay-mobile {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    pointer-events: none;
  }
  .event-modal-title-mobile {
    font-size: 1.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    width: auto;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.01em;
    margin-bottom: 0;
  }
  .event-modal-meta-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1rem 0.5rem 1rem;
    background: none;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
  }
  .event-modal-date-mobile {
    background: rgba(0, 0, 0, 0.55);
    border-radius: 4px;
    padding: 0.15rem 0.7rem;
    margin-bottom: 0.25rem;
    width: auto;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 500;
    display: inline-block;
  }
  .event-modal-meta-mobile .d-flex {
    width: 100%;
    margin: 0;
  }
  .event-modal-time-mobile, .event-modal-location-mobile {
    padding: 0.15rem 0.5rem;
    font-size: 0.97rem;
    width: 100%;
    text-align: left;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .event-modal-time-mobile {
    justify-content: flex-start;
  }
  .event-modal-location-mobile {
    justify-content: flex-start;
  }
  .event-modal-mobile-info .event-modal-datetime-mobile, .event-modal-mobile-info .event-modal-location-mobile {
    padding: 0.15rem 0.5rem;
    font-size: 0.97rem;
    width: 100%;
    text-align: left;
    font-weight: 400;
    display: flex;
    align-items: center;
  }
}
.title-color {
  color: #ffad29;
}

/**
 * Search Styles for UND Generationentandem
 */
/* Search Box Styles */
.search-wrapper {
  position: relative;
  width: 100%;
}

.search-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 51, 51, 0.1);
  border-color: #333;
}

/* Search Suggestions Dropdown */
.search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  z-index: 1050;
  margin-top: 2px;
}

.search-suggestions-content {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
}

.suggestions-loading {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

/* Suggestion Item Styles */
.suggestion-item {
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item:hover {
  background-color: #f8f9fa;
  text-decoration: none;
}

.suggestion-thumbnail {
  width: 80px;
  height: 60px;
  margin-right: 15px;
  flex-shrink: 0;
}

.suggestion-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.suggestion-content {
  min-width: 0;
}

.suggestion-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.suggestion-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 4px;
  color: #666;
}

.suggestion-type,
.suggestion-date {
  font-size: 0.85em;
  color: #666;
}

.suggestion-excerpt {
  font-size: 0.9em;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}

/* Highlight Styles */
mark {
  background-color: #fff3cd;
  padding: 0 2px;
  border-radius: 2px;
}

/* Footer Styles */
.suggestions-footer {
  padding: 8px 15px;
  background-color: #f8f9fa;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

/* Error and No Results Styles */
.error,
.no-results {
  color: #666;
  text-align: center;
}

/* Search Results Page Styles */
.search-title span {
  color: #333;
  font-weight: 600;
}

.search-results-count {
  color: #666;
  margin-bottom: 2rem;
}

/* Empty search alert styles */
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03;
  border-radius: 4px;
}

.alert-heading {
  font-size: 1.2rem;
  color: #664d03;
}

/* Pagination Styles */
.pagination-wrapper .page-numbers {
  display: inline-block;
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin: 0 0.25rem;
  border-radius: 4px;
  background-color: #7f1109;
  color: #f5f5f5;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pagination-wrapper .page-numbers.current {
  background-color: #7f1109;
  color: #fff;
}

.pagination-wrapper .page-numbers:hover:not(.current) {
  background-color: #e0e0e0;
}

/* Responsive Styles */
@media (max-width: 576px) {
  .suggestion-thumbnail {
    width: 60px;
    height: 45px;
    margin-right: 10px;
  }
  .suggestion-excerpt {
    -webkit-line-clamp: 1;
  }
  .suggestion-meta {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.page-template-page-multimedia {
  background-color: #212529;
}
.page-template-page-multimedia body {
  background: #212529 !important;
}
.page-template-page-multimedia #page, .page-template-page-multimedia #content {
  background-color: #212529;
}
.page-template-page-multimedia .main-header {
  margin-top: -80px;
}
@media (max-width: 767px) {
  .page-template-page-multimedia .main-header {
    margin-top: 0 !important;
  }
}
.page-template-page-multimedia .multimedia-wrapper {
  background-color: #212529;
}
.page-template-page-multimedia .multimedia-wrapper #wpadminbar {
  position: fixed;
  z-index: 99999;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider {
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  height: 60vh;
  min-height: 700px;
  margin-top: 0;
  border-radius: 0;
  left: 0;
  right: 0;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item {
  height: 60vh;
  min-height: 700px;
  background-color: #212529;
  position: relative;
  z-index: 1;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  height: 100%;
  width: 100%;
  filter: brightness(0.7);
  transition: all 8s ease;
  transform-origin: center center;
  transform: scale(1);
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item.active img {
  filter: brightness(0.9);
  transform: scale(1.1);
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(33, 37, 41) 0%, rgba(33, 37, 41, 0.8) 20%, rgba(33, 37, 41, 0.4) 50%, rgba(33, 37, 41, 0) 100%);
  z-index: 1;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption {
  bottom: 10%;
  z-index: 2;
  text-align: left;
  color: white;
  background: none;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption .hero-content {
  max-width: 800px;
  padding: 0;
  border-radius: 0;
  background: none;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption .hero-content .display-6 {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption .hero-content .lead {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption .hero-buttons .btn-light {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption .hero-buttons .btn-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #7f1109;
  transition: all 0.4s ease;
  z-index: -1;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption .hero-buttons .btn-light:hover {
  color: white;
  border-color: #7f1109;
}
.page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption .hero-buttons .btn-light:hover::before {
  left: 0;
}
.page-template-page-multimedia .multimedia-wrapper .content-area {
  padding: 1rem 0;
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}
.page-template-page-multimedia .multimedia-wrapper .section-title {
  margin-bottom: 1.2rem;
  color: #f8f9fa;
  font-weight: 400;
  position: relative;
}
.page-template-page-multimedia .multimedia-wrapper .content-section {
  margin-bottom: 2rem;
  position: relative;
  padding: 0.5rem 0;
  overflow: hidden;
}
.page-template-page-multimedia .multimedia-wrapper .content-section:first-child {
  margin-top: -1rem;
}
.page-template-page-multimedia .multimedia-wrapper .content-slider {
  width: 100%;
  padding: 10px 0;
  position: relative;
  overflow: visible;
}
.page-template-page-multimedia .multimedia-wrapper .content-slider .swiper-wrapper {
  display: flex;
  transition-property: transform;
  height: auto;
}
.page-template-page-multimedia .multimedia-wrapper .content-slider .swiper-slide {
  width: auto;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page-multimedia .multimedia-wrapper .content-card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.page-template-page-multimedia .multimedia-wrapper .content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background: #343a40;
}
.page-template-page-multimedia .multimedia-wrapper .content-card .card-image {
  height: 180px;
  overflow: hidden;
  position: relative;
}
.page-template-page-multimedia .multimedia-wrapper .content-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.page-template-page-multimedia .multimedia-wrapper .content-card:hover .card-image img {
  transform: scale(1.2);
}
.page-template-page-multimedia .multimedia-wrapper .content-card .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-template-page-multimedia .multimedia-wrapper .content-card:hover .card-overlay {
  opacity: 1;
}
.page-template-page-multimedia .multimedia-wrapper .content-card .btn-play {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #f8f9fa;
  transform: scale(0.8);
  transition: all 0.3s ease;
}
.page-template-page-multimedia .multimedia-wrapper .content-card:hover .btn-play {
  transform: scale(1);
}
.page-template-page-multimedia .multimedia-wrapper .content-card .card-info {
  padding: 1rem;
}
.page-template-page-multimedia .multimedia-wrapper .content-card .card-info h3 {
  font-size: 1rem;
  margin: 0;
  color: #fff;
  transition: all 0.3s ease;
  line-height: 1.4;
  text-align: center;
}
.page-template-page-multimedia .multimedia-wrapper .content-card:hover .card-info h3 {
  color: #f8f9fa;
}
.page-template-page-multimedia .multimedia-wrapper .swiper-button-next,
.page-template-page-multimedia .multimedia-wrapper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000;
  z-index: 200;
  top: 90px;
}
.page-template-page-multimedia .multimedia-wrapper .swiper-button-next:after,
.page-template-page-multimedia .multimedia-wrapper .swiper-button-prev:after {
  font-size: 18px;
}
.page-template-page-multimedia .multimedia-wrapper .swiper-button-next {
  right: 0;
}
.page-template-page-multimedia .multimedia-wrapper .swiper-button-prev {
  left: 0;
}
.page-template-page-multimedia .multimedia-wrapper .swiper-pagination {
  position: relative;
  margin-top: 15px;
}
.page-template-page-multimedia .multimedia-wrapper .swiper-pagination-progressbar {
  background: rgba(255, 255, 255, 0.2);
  height: 4px;
}
.page-template-page-multimedia .multimedia-wrapper .swiper-pagination-progressbar-fill {
  background: #7f1109;
}
.page-template-page-multimedia .multimedia-wrapper .banner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 2rem 0;
  border-radius: 0.5rem;
}
.page-template-page-multimedia .multimedia-wrapper .banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.page-template-page-multimedia .multimedia-wrapper .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1200px) {
  .page-template-page-multimedia .multimedia-wrapper .carousel-caption {
    bottom: 15%;
  }
}
@media (max-width: 992px) {
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item {
    height: 70vh;
  }
  .page-template-page-multimedia .multimedia-wrapper .carousel-caption {
    bottom: 10%;
  }
}
@media (max-width: 768px) {
  .page-template-page-multimedia .multimedia-wrapper .content-area {
    padding: 1rem 0;
    margin-top: 1rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item {
    height: 60vh;
  }
  .page-template-page-multimedia .multimedia-wrapper .carousel-caption {
    bottom: 5%;
    left: 0;
    right: 0;
    padding: 0 1rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-content {
    padding: 1rem;
    max-width: 100%;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-content .display-6 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-content .lead {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-buttons .btn-light {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-buttons .btn-text {
    display: inline-block;
    vertical-align: middle;
  }
  .page-template-page-multimedia .multimedia-wrapper .search-categories {
    margin-top: 2rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .category-card {
    padding: 0.75rem 1rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .category-name {
    font-size: 0.9rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .search-categories .row {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .search-categories .col-6 {
    padding: 0.375rem;
  }
}
@media (max-width: 576px) {
  .page-template-page-multimedia .multimedia-wrapper .content-area {
    padding: 1rem 0;
    margin-top: 0.5rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item {
    height: 50vh;
  }
  .page-template-page-multimedia .multimedia-wrapper .carousel-caption {
    bottom: 2%;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-content .display-6 {
    font-size: 1.25rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-content .lead {
    font-size: 0.85rem;
    -webkit-line-clamp: 2;
  }
  .page-template-page-multimedia .multimedia-wrapper .search-categories {
    margin-top: 1.5rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .category-card {
    padding: 0.625rem 0.875rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .category-name {
    font-size: 0.85rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .search-categories .row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
  .page-template-page-multimedia .multimedia-wrapper .search-categories .col-6 {
    padding: 0.25rem;
  }
}
.page-template-page-multimedia .multimedia-wrapper .offcanvas-top {
  height: 100vh !important;
  width: 100vw !important;
  max-width: 100% !important;
  transform: translateY(-100%);
}
.page-template-page-multimedia .multimedia-wrapper .offcanvas-top.show {
  transform: translateY(0);
}
.page-template-page-multimedia .multimedia-wrapper .offcanvas-body {
  background-color: rgba(33, 37, 41, 0.95);
  color: #f8f9fa;
  width: 100vw;
  max-width: 100%;
}
.page-template-page-multimedia .multimedia-wrapper .search-content {
  margin-top: 5vh;
}
.page-template-page-multimedia .multimedia-wrapper .search-form .form-control {
  background-color: transparent;
  border: none;
  color: #f8f9fa;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  border-radius: 0;
}
.page-template-page-multimedia .multimedia-wrapper .search-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.page-template-page-multimedia .multimedia-wrapper .search-form .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-page-multimedia .multimedia-wrapper .search-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page-template-page-multimedia .multimedia-wrapper .search-categories {
  margin-top: 3rem;
}
.page-template-page-multimedia .multimedia-wrapper .search-categories h2 {
  color: #f8f9fa;
  margin-bottom: 2rem;
  font-weight: 500;
}
.page-template-page-multimedia .multimedia-wrapper .search-categories .category-card {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  color: #f8f9fa;
  text-decoration: none;
  height: 100%;
  border: 1px solid transparent;
}
.page-template-page-multimedia .multimedia-wrapper .search-categories .category-card:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  color: #f8f9fa;
  border-color: rgba(255, 255, 255, 0.3);
}
.page-template-page-multimedia .multimedia-wrapper .search-categories .category-card .category-name {
  font-size: 1rem;
  font-weight: 500;
}
.page-template-page-multimedia .multimedia-wrapper .search-categories .row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.page-template-page-multimedia .multimedia-wrapper .search-categories .col-6, .page-template-page-multimedia .multimedia-wrapper .search-categories .col-md-4, .page-template-page-multimedia .multimedia-wrapper .search-categories .col-lg-3 {
  padding: 0.5rem;
}

@media (max-width: 768px) {
  .page-template-page-multimedia .multimedia-wrapper .hero-slider {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16/9;
    position: relative;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel {
    height: 100% !important;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel::before {
    display: none;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-inner {
    height: 100% !important;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item {
    height: 100% !important;
    min-height: 0 !important;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    top: auto;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-control-prev,
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-control-next,
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-indicators {
    height: 100%;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-control-prev,
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-control-next {
    display: none !important;
  }
  .page-template-page-multimedia .multimedia-wrapper .hero-slider .carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    filter: brightness(0.9);
    transform: none;
    background-color: transparent;
  }
}
/* Admin Bar and Navbar adjustments */
#wpadminbar {
  position: fixed;
  z-index: 99999;
}

@media screen and (max-width: 782px) {
  .admin-bar .navbar {
    top: 50px;
  }
  .admin-bar .hero-slider {
    margin-top: 46px;
  }
}
.text-decoration-none {
  text-decoration: none !important;
  color: inherit;
}
.text-decoration-none:hover {
  color: inherit;
}

/* Timeline Slider */
.timeline-slider {
  width: 100%;
  padding: 20px 0;
  position: relative;
  overflow: visible;
  z-index: 10;
}

.timeline-slider .swiper-wrapper {
  display: flex;
  transition-property: transform;
  height: auto;
}

.timeline-slider .swiper-slide {
  width: auto;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: center center;
  opacity: 0.7;
}

.timeline-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1.05);
}

.timeline-slider .swiper-slide-next,
.timeline-slider .swiper-slide-prev {
  opacity: 0.85;
}

/* Content Card */
.timeline-slider .content-card {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(0.95);
}

.timeline-slider .swiper-slide-active .content-card {
  transform: scale(1.1rem);
}

.timeline-slider .content-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Navigation Buttons */
.timeline-slider .swiper-button-next,
.timeline-slider .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000;
  z-index: 200;
  top: 90px;
}

.timeline-slider .swiper-button-next:after,
.timeline-slider .swiper-button-prev:after {
  font-size: 18px;
}

@media (max-width: 768px) {
  .timeline-slider .swiper-button-next,
  .timeline-slider .swiper-button-prev {
    display: none;
  }
}
/* Single Multimedia Page Styles */
.multimedia-single-page {
  min-height: 100vh;
  padding-top: 0;
  margin-top: 0;
}

/* Video Player Styles - Fixed for proper responsive behavior */
.video-player-wrapper {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-top: 0;
  /* Remove the problematic height: 100vh */
}

.video-container {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding-top: 0;
}

.video-details {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-title {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 64px;
  font-weight: 600;
}

.video-meta {
  color: #ccc;
  font-size: 0.9rem;
}

.soundcloud-player {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.back-button {
  background: none;
  border: none;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
  transition: opacity 0.5s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.back-button:hover {
  opacity: 0.8;
}

/* Responsive Styles for Single Page */
@media (max-width: 768px) {
  .video-title {
    font-size: 1.5rem;
  }
  .video-details,
  .podcast-section {
    padding: 1rem;
  }
}
@media (max-width: 576px) {
  .video-title {
    font-size: 1.25rem;
  }
}
/* Related Post */
.related-posts {
  padding: 3rem 0;
}

.related-posts .section-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  margin-bottom: 2rem;
}

.related-posts .card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  background: #212529;
  color: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}

.related-posts .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.related-posts .card-img-wrapper {
  position: relative;
  padding-top: 66.67%; /* 3:2 aspect ratio */
  overflow: hidden;
}

.related-posts .card-img-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.related-posts .card:hover .card-img-top {
  transform: scale(1.1);
}

.related-posts .card-body {
  padding: 1.5rem;
}

.related-posts .card-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.related-posts .card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.related-posts .card-link:hover {
  color: #7f1109;
}

/* Social Share Icons */
.social-share .btn {
  transition: all 0.3s ease;
}

.social-share .btn:hover {
  transform: translateY(-2px);
}

.social-share .badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

/* Back to Top Button */
.back-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 1030;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.back-to-top-btn:hover {
  background-color: white;
  color: black;
  transform: translateY(-5px);
}

.back-to-top-btn i {
  font-size: 1.8rem;
}

.back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 576px) {
  .back-to-top-btn {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
  }
  .back-to-top-btn i {
    font-size: 1.5rem;
  }
}
/* Special styles only for Multimedia page */
.page-template-page-multimedia body {
  background: #212539 !important;
}
.page-template-page-multimedia .hero-slider {
  width: 100vw;
  min-width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  left: 0;
  right: 0;
  position: relative;
}

@media (max-width: 576px) {
  .search-form .form-control {
    font-size: 1rem;
  }
  .search-form .form-control::-moz-placeholder {
    font-size: 0.85rem;
  }
  .search-form .form-control::placeholder {
    font-size: 0.85rem;
  }
  .search-categories .row {
    --bs-gutter-x: 0.25rem;
    --bs-gutter-y: 0.25rem;
  }
  .category-card {
    padding: 0.5rem 0.5rem;
    font-size: 0.9rem;
    border-radius: 6px;
  }
  .category-name {
    font-size: 0.8rem;
  }
  .search-categories .col-6 {
    padding: 0.15rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.search-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.search-header .search-form {
  flex-grow: 1;
}
.search-header .search-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.category-card {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
  border-radius: 7px;
  min-width: 0;
}
.category-card .bi {
  margin-right: 0.4rem;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.category-card .category-name {
  font-size: 0.9rem;
  margin-left: 0;
  white-space: normal;
  word-break: break-word;
  line-height: 1.2;
  flex: 1 1 0%;
  min-width: 0;
}

@media (max-width: 576px) {
  .category-card {
    padding: 0.4rem 0.5rem;
    font-size: 0.85rem;
  }
  .category-card .bi {
    margin-right: 0.25rem;
    font-size: 1rem;
  }
  .category-card .category-name {
    font-size: 0.8rem;
    line-height: 1.1;
  }
}
.multimedia-category-header {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.multimedia-category-header-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.multimedia-category-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 100%);
  padding: 2rem;
}

.multimedia-category-title {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.multimedia-category-description-wrapper {
  max-width: 900px;
}

.multimedia-category-description p {
  font-weight: 400;
  font-size: 1.5rem;
  color: white;
}

@media (max-width: 991px) {
  .multimedia-category-title {
    font-size: 3rem;
  }
  .multimedia-category-description p {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .multimedia-category-header-img {
    height: 350px;
  }
  .multimedia-category-header-overlay {
    padding: 1.5rem;
  }
  .multimedia-category-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .multimedia-category-description-wrapper {
    padding: 0 1rem;
  }
  .multimedia-category-description p {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
@media (max-width: 575px) {
  .multimedia-category-header-img {
    height: 300px;
  }
  .multimedia-category-header-overlay {
    padding: 1rem;
  }
  .multimedia-category-title {
    font-size: 1.8rem;
  }
  .multimedia-category-description-wrapper {
    padding: 0 0.5rem;
  }
  .multimedia-category-description p {
    font-size: 1rem;
  }
}
.multimedia-wrapper .multimedia-post-card {
  background-color: #343a40 !important;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.multimedia-wrapper .multimedia-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.multimedia-wrapper .multimedia-post-card .ratio {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.multimedia-wrapper .multimedia-post-card .ratio img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.multimedia-wrapper .multimedia-post-card:hover .ratio img {
  transform: scale(1.05);
}

.multimedia-wrapper .multimedia-post-card .post-date-container {
  margin: 0;
  font-size: 0.85rem;
  background-color: #343a40;
}
.multimedia-wrapper .multimedia-post-card .post-date-container i {
  margin-right: 0.3rem;
}
.multimedia-wrapper .multimedia-post-card .post-date-container small {
  color: #adb5bd !important;
}

.multimedia-wrapper .multimedia-post-card .card-body {
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #343a40 !important;
  position: relative;
  min-height: 150px;
  justify-content: space-between;
}

.multimedia-wrapper .multimedia-post-card .card-title {
  color: white !important;
  margin: 0 0 0.75rem 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 4.05em;
  text-overflow: ellipsis;
  word-break: break-word;
  position: relative;
  min-height: 4.05em;
  font-size: 1.25rem;
}
.multimedia-wrapper .multimedia-post-card .card-title:hover {
  color: #adb5bd !important;
}

.multimedia-wrapper .multimedia-post-card .category-badge {
  display: inline-block;
  top: 3px;
  right: 10px;
  z-index: 1;
  padding: 0.25rem 0.5rem;
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: rgba(255, 255, 255, 0.9) !important;
  color: #333 !important;
  border: none;
  transition: all 0.3s ease;
}
.multimedia-wrapper .multimedia-post-card .category-badge:hover {
  background-color: #adb5bd !important;
  color: #333 !important;
  border-color: #adb5bd;
  text-decoration: none;
}
.multimedia-wrapper .multimedia-post-card .category-badge i {
  margin-right: 0.25rem;
}

.multimedia-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.multimedia-swiper .swiper-wrapper {
  gap: 0 !important;
}

.multimedia-swiper .swiper-slide {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.multimedia-swiper .swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.multimedia-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background-color: #ccc;
  opacity: 0.5;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
}

.multimedia-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #333;
  width: 10px;
  height: 10px;
}

@media (max-width: 768px) {
  .multimedia-wrapper .multimedia-post-card .ratio {
    height: 180px;
  }
  .multimedia-wrapper .multimedia-post-card .card-body {
    padding: 0.75rem;
    min-height: 120px;
    display: flex;
    flex-direction: column;
  }
  .multimedia-wrapper .multimedia-post-card .card-title {
    font-size: 1.25rem !important;
    min-height: 4.05em;
    max-height: 4.05em;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.5rem;
    line-height: 1.35;
    word-break: break-word;
    text-overflow: ellipsis;
  }
}
@media (max-width: 576px) {
  .multimedia-wrapper .multimedia-post-card .ratio {
    height: 150px;
  }
  .multimedia-wrapper .multimedia-post-card .card-body {
    padding: 0.5rem;
    gap: 0.3rem;
  }
  .multimedia-wrapper .multimedia-post-card .card-title {
    font-size: 1.25rem !important;
    min-height: 4.05em;
    max-height: 4.05em;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0.3rem 0;
    margin-bottom: 0.5rem;
    line-height: 1.35;
    word-break: break-word;
    text-overflow: ellipsis;
  }
  .multimedia-wrapper .multimedia-post-card .post-date-container {
    padding: 0.3rem;
    font-size: 0.75rem;
  }
}
.multimedia-single-page .video-player-wrapper {
  position: relative;
  width: 100%;
  background-color: #000000;
  padding-top: 0;
}

body.is-fullscreen .multimedia-single-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  overflow: hidden;
}
body.is-fullscreen .multimedia-single-page .video-player-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.is-fullscreen .multimedia-single-page .video-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.is-fullscreen .multimedia-single-page .video-container .ratio.ratio-16x9 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}
body.is-fullscreen .multimedia-single-page .video-container .ratio.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
body.is-fullscreen .multimedia-single-page .back-button {
  z-index: 1001;
}
body.is-fullscreen .multimedia-single-page .content-section,
body.is-fullscreen .multimedia-single-page .related-posts,
body.is-fullscreen .multimedia-single-page #comments-section,
body.is-fullscreen .multimedia-single-page footer,
body.is-fullscreen .multimedia-single-page .container:not(.multimedia-single-page) {
  display: none !important;
}

.multimedia-single-page .video-container {
  width: 100%;
  position: relative;
  background-color: #000000;
  margin-bottom: 50px;
}
.multimedia-single-page .video-container .ratio.ratio-16x9 {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.multimedia-single-page .video-container .ratio.ratio-16x9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .multimedia-single-page .video-container {
    margin-bottom: 30px;
  }
  .multimedia-single-page .video-container .ratio.ratio-16x9 {
    padding-bottom: 56.25%;
    margin: 0;
  }
  .multimedia-single-page .video-container .ratio.ratio-16x9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .multimedia-single-page .video-container {
    margin-bottom: 20px;
  }
  .multimedia-single-page .video-container .ratio.ratio-16x9 {
    padding-bottom: 56.25%;
  }
  .multimedia-single-page .back-button {
    font-size: 1rem !important;
    padding: 0.5rem 0.75rem;
  }
  .multimedia-single-page .back-button .fs-2 {
    font-size: 1rem !important;
  }
}
/* Special styles for Magazin page */
/* Magazin Category Layout Styles */
#magazin-archive-area {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #magazin-archive-area .desktop-container .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
}
@media (min-width: 768px) {
  #magazin-archive-area .desktop-container {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
#magazin-archive-area .mobile-container.post-swiper {
  padding-bottom: 30px;
}
#magazin-archive-area .mobile-container .swiper-slide {
  height: auto;
}
#magazin-archive-area .mobile-container .post-card {
  height: 100%;
}
#magazin-archive-area .mobile-container .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
#magazin-archive-area .mobile-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  opacity: 0.5;
  margin: 0 4px;
}
#magazin-archive-area .mobile-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2F528F;
  opacity: 1;
}

/* Category Header Styles */
.category-header-img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.category-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.category-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .category-title {
    font-size: 2rem;
  }
}

.category-description-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.category-description {
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .category-description {
    font-size: 1rem;
  }
}

/* Hero section styles */
.hero-section {
  min-height: 400px;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.hero-image-container {
  height: 100%;
  width: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4));
}

.hero-content {
  z-index: 2;
  width: 80%;
  max-width: 800px;
}

.hero-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

.hero-description {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

@media (max-width: 768px) {
  .hero-section {
    height: 50vh;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-description {
    font-size: 1rem;
  }
}
/* Menu styles */
.nav-link a:hover {
  color: #2F528F;
}

/* Buton Stilleri */
.btn-bar {
  background-color: #2F528F;
}

.btn-bar:hover {
  background-color: #708CBC;
}

.btn-magazin {
  color: white;
  background-color: #2F528F;
  border-radius: 5px;
  padding: 5px 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: 20px 10px;
  font-size: 1.3rem;
  width: 50%;
}

.btn-magazin:hover {
  background-color: #708CBC;
  color: #ffffff;
}

.page-template-magazin .btn.active,
.page-template-magazin .btn.btn-outline-light.active,
.page-template-templates-template-abonnieren .btn.active,
.page-template-templates-template-abonnieren .btn.btn-outline-light.active,
.page-template-templates-template-abonnieren-php .btn.active,
.page-template-templates-template-abonnieren-php .btn.btn-outline-light.active,
.page-template-template-magazin-archiv .btn.active,
.page-template-template-magazin-archiv .btn.btn-outline-light.active,
.page-template-template-magazin-archiv-php .btn.active,
.page-template-template-magazin-archiv-php .btn.btn-outline-light.active,
.single-magazin .btn.active,
.single-magazin .btn.btn-outline-light.active,
.is-magazin-family .btn.active,
.is-magazin-family .btn.btn-outline-light.active {
  background-color: #ffffff;
  color: #2F528F !important;
  border-color: #ffffff;
}

.page-template-magazin .btn.btn-outline-light:hover,
.page-template-magazin .btn.btn-outline-light:focus,
.page-template-magazin .btn.btn-outline-light.text-white:hover,
.page-template-magazin .btn.btn-outline-light.text-white:focus,
.page-template-templates-template-abonnieren .btn.btn-outline-light:hover,
.page-template-templates-template-abonnieren .btn.btn-outline-light:focus,
.page-template-templates-template-abonnieren .btn.btn-outline-light.text-white:hover,
.page-template-templates-template-abonnieren .btn.btn-outline-light.text-white:focus,
.page-template-templates-template-abonnieren-php .btn.btn-outline-light:hover,
.page-template-templates-template-abonnieren-php .btn.btn-outline-light:focus,
.page-template-templates-template-abonnieren-php .btn.btn-outline-light.text-white:hover,
.page-template-templates-template-abonnieren-php .btn.btn-outline-light.text-white:focus,
.page-template-template-magazin-archiv .btn.btn-outline-light:hover,
.page-template-template-magazin-archiv .btn.btn-outline-light:focus,
.page-template-template-magazin-archiv .btn.btn-outline-light.text-white:hover,
.page-template-template-magazin-archiv .btn.btn-outline-light.text-white:focus,
.page-template-template-magazin-archiv-php .btn.btn-outline-light:hover,
.page-template-template-magazin-archiv-php .btn.btn-outline-light:focus,
.page-template-template-magazin-archiv-php .btn.btn-outline-light.text-white:hover,
.page-template-template-magazin-archiv-php .btn.btn-outline-light.text-white:focus,
.single-magazin .btn.btn-outline-light:hover,
.single-magazin .btn.btn-outline-light:focus,
.single-magazin .btn.btn-outline-light.text-white:hover,
.single-magazin .btn.btn-outline-light.text-white:focus,
.is-magazin-family .btn.btn-outline-light:hover,
.is-magazin-family .btn.btn-outline-light:focus,
.is-magazin-family .btn.btn-outline-light.text-white:hover,
.is-magazin-family .btn.btn-outline-light.text-white:focus {
  color: #2F528F !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.page-template-magazin .btn.btn-light:hover,
.page-template-magazin .btn.btn-light:focus,
.page-template-templates-template-abonnieren .btn.btn-light:hover,
.page-template-templates-template-abonnieren .btn.btn-light:focus,
.page-template-templates-template-abonnieren-php .btn.btn-light:hover,
.page-template-templates-template-abonnieren-php .btn.btn-light:focus,
.page-template-template-magazin-archiv .btn.btn-light:hover,
.page-template-template-magazin-archiv .btn.btn-light:focus,
.page-template-template-magazin-archiv-php .btn.btn-light:hover,
.page-template-template-magazin-archiv-php .btn.btn-light:focus,
.single-magazin .btn.btn-light:hover,
.single-magazin .btn.btn-light:focus,
.is-magazin-family .btn.btn-light:hover,
.is-magazin-family .btn.btn-light:focus {
  color: #2F528F !important;
}

/* Fallback: Target top nav buttons by their href to work across templates */
a.btn.btn-outline-light[href*="/magazin/"]:hover,
a.btn.btn-outline-light[href*="/magazin/"]:focus,
a.btn.btn-outline-light[href*="/schwerpunkt/"]:hover,
a.btn.btn-outline-light[href*="/schwerpunkt/"]:focus,
a.btn.btn-outline-light[href*="/abonnieren/"]:hover,
a.btn.btn-outline-light[href*="/abonnieren/"]:focus,
a.btn.btn-outline-light[href*="/magazin-bestellen/"]:hover,
a.btn.btn-outline-light[href*="/magazin-bestellen/"]:focus {
  color: #2F528F !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

a.btn.btn-light[href*="/magazin/"]:hover,
a.btn.btn-light[href*="/magazin/"]:focus,
a.btn.btn-light[href*="/schwerpunkt/"]:hover,
a.btn.btn-light[href*="/schwerpunkt/"]:focus,
a.btn.btn-light[href*="/abonnieren/"]:hover,
a.btn.btn-light[href*="/abonnieren/"]:focus,
a.btn.btn-light[href*="/magazin-bestellen/"]:hover,
a.btn.btn-light[href*="/magazin-bestellen/"]:focus {
  color: #2F528F !important;
}

/* Active state alignment for the same buttons */
a.btn.active[href*="/magazin/"],
a.btn.active[href*="/schwerpunkt/"],
a.btn.active[href*="/abonnieren/"],
a.btn.active[href*="/magazin-bestellen/"] {
  color: #2F528F !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Generic fallback targeting the exact button structure used in headers */
.btn.btn-outline-light.p-2.fs-5.w-100:hover,
.btn.btn-outline-light.p-2.fs-5.w-100:focus {
  color: #2F528F !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.btn.btn-light.p-2.fs-5.w-100:hover,
.btn.btn-light.p-2.fs-5.w-100:focus {
  color: #2F528F !important;
}

.btn.active.p-2.fs-5.w-100,
.btn.btn-light.active.p-2.fs-5.w-100,
.btn.btn-outline-light.active.p-2.fs-5.w-100 {
  color: #2F528F !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

/* Comment Form */
.comment-form input[type=submit] {
  background-color: #2F528F;
}

.comment-form input[type=submit]:hover {
  background-color: #708CBC;
}

/* Related Posts */
.related-posts .card-link:hover {
  color: #2F528F;
}

/* Comments Area */
.existing-comments h3 {
  color: #2F528F;
}

.comments-scroll::-webkit-scrollbar-thumb {
  background: #708CBC;
}

.comments-scroll::-webkit-scrollbar-thumb:hover {
  background: #2F528F;
}

.comment-content h5 {
  color: #2F528F;
}

.social-icon:hover .comment-count {
  background-color: #2F528F;
}

/* Responsive design */
@media (max-width: 576px) {
  .card-thumbnails {
    height: 150px;
  }
  .card-title {
    font-size: 1.3rem;
    margin-left: 10px;
  }
}
/* Abonnieren page magazine cards */
.magazine-card {
  border: none;
  box-shadow: 0 4px 16px rgba(47, 82, 143, 0.1);
  transition: box-shadow 0.3s, transform 0.3s;
  background: #fff;
}

.magazine-card:hover {
  box-shadow: 0 8px 32px #2F528F;
  transform: translateY(-4px) scale(1.02);
}

.card-thumbnails {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}

.card-img-container {
  overflow: hidden;
}

.magazine-card:hover .card-thumbnails {
  transform: scale(1.05);
}

.price-box {
  font-weight: 700;
  font-size: 1.2rem;
  color: #2F528F;
}

.price-box del {
  font-size: 0.9rem;
  color: #6c757d;
}

.price-box ins {
  text-decoration: none;
  color: #2F528F;
}

@media (min-width: 577px) and (max-width: 768px) {
  .card-thumbnails {
    height: 200px;
  }
}
/* Magazine Archive Page - New Minimalist Card Design */
.magazine-item {
  text-align: center;
}

.magazine-item .magazine-cover-image.has-border {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.magazine-item:hover .magazine-cover-image.has-border {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.magazine-item-content {
  padding: 0.5rem 0;
}

.magazine-issue-meta {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.75rem;
  font-weight: 400;
}

.magazine-schwerpunkt-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.magazine-schwerpunkt-title a {
  color: #2F528F;
  text-decoration: none;
  border-bottom: 2px solid #2F528F;
  padding-bottom: 2px;
  transition: color 0.3s ease;
}

.magazine-schwerpunkt-title a:hover {
  color: #1a3b6b;
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .magazine-schwerpunkt-title {
    font-size: 1rem;
  }
  .magazine-issue-meta {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .magazine-item-content {
    padding: 0.75rem 0;
  }
  .magazine-schwerpunkt-title {
    font-size: 0.95rem;
  }
}
/* Styling for the new magazine archive item design */
.magazine-item a {
  text-decoration: none;
  color: inherit; /* Inherit color from parent */
  transition: opacity 0.2s ease-in-out;
}

.magazine-item a:hover {
  opacity: 0.8;
}

.magazine-cover-image.has-border {
  display: block;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.magazine-issue-meta {
  font-size: 0.9rem; /* 14px */
  color: #6c757d; /* Bootstrap's text-muted color */
  margin: 0;
}

.magazine-schwerpunkt-title {
  font-size: 1.1rem; /* 18px */
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0.25rem;
}

.magazine-schwerpunkt-title a {
  color: #212529; /* Dark text color */
}

.magazine-schwerpunkt-title a:hover {
  color: #708CBC; /* Bootstrap's primary blue on hover */
  text-decoration: none;
}

/* Ensure Swiper only affects magazine swipers */
.year-swiper {
  overflow: hidden;
}

.year-swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
}

.year-swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

/* Hide swiper pagination on desktop */
@media (min-width: 768px) {
  .year-swiper .swiper-pagination {
    display: none !important;
  }
}
/* Ensure pagination is only visible on mobile */
.year-swiper .swiper-pagination {
  position: relative;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.year-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000000;
  opacity: 0.2;
  margin: 0 4px;
}

.year-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #708CBC;
}

/**
 * Image Caption Block Styles
 */
.image-caption-block {
  margin-bottom: 0;
  max-width: 100%;
}

.image-caption-block .image-container {
  position: relative;
  width: 100%;
  /* Create 16:9 aspect ratio container */
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 0;
  border-radius: 4px 4px 0 0;
}

.image-caption-block .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.image-caption-block .image-container img:hover {
  transform: scale(1.02);
}

.image-caption-block .caption-container {
  background-color: #f7f8f9;
  padding: 0.75rem 1rem;
  border-radius: 0 0 4px 4px;
  font-family: "Source Sans Pro", sans-serif;
}

.image-caption-block .image-description {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
}

.image-caption-block .photographer-info {
  font-size: 1rem;
  font-style: italic;
  color: #666;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  margin-top: 0.25rem;
}

.image-caption-block .no-image {
  padding: 2rem;
  background-color: #f8f9fa;
  text-align: center;
  border-radius: 4px;
  font-family: "Source Sans Pro", sans-serif;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .image-caption-block .caption-container {
    padding: 0.5rem 0.75rem;
  }
  .image-caption-block .image-description {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.25rem;
  }
  .image-caption-block .photographer-info {
    font-size: 0.8rem;
    font-style: italic;
    display: block;
    margin-top: 0.25rem;
  }
}
/* Lightbox overlay styles */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-overlay.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-container {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
}

.lightbox-image {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.caption-wrapper {
  text-align: center;
}

.lightbox-caption {
  color: #ffffff;
  text-align: center;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.1rem;
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .lightbox-caption {
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 576px) {
  .lightbox-caption {
    font-size: 0.8rem;
    padding: 0.4rem 0.6rem;
  }
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
  padding: 1rem;
  transition: background-color 0.3s ease;
}

.lightbox-nav:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.lightbox-prev {
  left: 0;
}

.lightbox-next {
  right: 0;
}

.image-caption {
  margin: 0;
}
.image-caption .image-caption__frame {
  position: static;
  width: 100%;
  display: block;
}
.image-caption .image-caption__media {
  position: static;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh !important;
  -o-object-fit: unset !important;
     object-fit: unset !important;
  -o-object-position: initial !important;
     object-position: initial !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-caption .image-caption__media.is-landscape,
.image-caption .image-caption__media.force-landscape {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.image-caption .image-caption__media.is-portrait,
.image-caption .image-caption__media.force-portrait {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  max-height: 80vh !important;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.image-caption .image-caption__caption {
  padding: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
  background-color: #fafafa;
  box-sizing: border-box;
}
.image-caption.is-portrait .image-caption__caption {
  text-align: left;
}
.image-caption.is-portrait .image-caption__caption .image-description,
.image-caption.is-portrait .image-caption__caption .photographer-info {
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.image-caption.is-landscape .image-caption__caption {
  width: auto;
}

/* Nur für Portrait-Bilder: Figure-Inhalt zentrieren */
figure.image-caption.is-portrait {
  text-align: center;
}

/* Bild: immer responsiv und proportional */
figure.image-caption.is-portrait .image-caption__media {
  display: block;
  max-width: 100%;
  height: auto; /* Seitenverhältnis wahren */
  margin: 0 auto; /* Bild selbst zentriert */
}

/* Caption: die Breite wird per JS gesetzt; hier nur Umbruch-Regeln */
figure.image-caption.is-portrait .image-caption__caption {
  display: block;
  margin: 0.5rem auto 0;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  /* width wird durch JS pixelgenau gesetzt; hier NICHT festlegen */
}

/* Titel Bild Bereich Block Styles */
.titel-bild-bereich-block .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .titel-bild-bereich-block .overlay {
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
  }
}
.titel-bild-bereich-block .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 576px) {
  .titel-bild-bereich-block .container-fluid {
    padding: 0 0.5rem;
    height: auto;
    max-height: 90%;
    min-height: auto;
  }
}
.titel-bild-bereich-block h2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 2.2rem !important;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media (max-width: 576px) {
  .titel-bild-bereich-block h2 {
    font-size: clamp(1rem, 4.5vw, 1.5rem) !important;
    line-height: 1.1;
    margin-bottom: 0.25rem;
  }
}
.titel-bild-bereich-block p {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  font-size: 1.8rem !important;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
@media (max-width: 576px) {
  .titel-bild-bereich-block p {
    font-size: clamp(0.8rem, 2.5vw, 1rem) !important;
    line-height: 1.2;
    margin-bottom: 0.25rem;
  }
}

/* Multi Button Bar Styles */
.multi-button-bar {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .multi-button-bar {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .multi-button-bar {
    height: 50px;
  }
}

/* Logo Banner Button Styles */
.logo-banner-btn {
  height: 70px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .logo-banner-btn {
    height: 60px;
  }
}
@media (max-width: 576px) {
  .logo-banner-btn {
    height: 50px;
  }
}

/* Zitat Block Stile */
.custom-quote-block {
  font-family: var(--font-family-primary);
  font-style: italic;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  color: #555;
  background-color: rgba(0, 0, 0, 0.02);
  padding: 1rem 1.5rem;
  border-radius: 0.25rem;
}

.custom-quote-block p {
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 0;
}

.custom-quote-block .quote-author {
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  font-size: 90%;
  margin-top: 0.5rem;
  text-align: right;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 576px) {
  .custom-quote-block {
    padding: 0.75rem 1rem;
    margin: 1.25rem 0;
  }
}
.festival-navigation {
  background-color: #ffad29;
  padding: 1rem 0;
}/*# sourceMappingURL=main.compiled.css.map */