.bemerkenswert {
  background-color: #ffffffe6;
  padding: 5% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2000;
}
.astroid-logo-default {
  margin-top: -28px !important;
  margin-left: 30% !important;
  z-index: 999999 !important;
}

#top-bars-section {
    position: relative; 
    z-index: 9999;
}

/* bemerkens.wert über Slideshow */

.bemerkenswert {
  padding: 5% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2000;
}

/* Logo Ausrichtung */



/* Slideshow Navigation */
.uk-dotnav>*>* {
  background-color: rgba(255, 255, 255, 0.486);
  width: 16px;
  height: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uk-dotnav>*> :hover,
.uk-dotnav>.uk-active>* {
  background-color: white;
  border-color: white;
  width: 20px;
  height: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

.uk-slidenav {
  background: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6) !important;
  transition: transform 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
}

.uk-button.uk-button-default {
  transition: all 0.3s ease;
}

.uk-button.uk-button-default:hover {
  transform: scale(1.05);
}

/* Grid Card Starseite */

.grid.startseite {
  transition: transform 0.3s ease;
}

.grid.startseite:hover {
  transform: scale(1.05);
}

/* //////////////////////////// */


/* Shape Divider Grün */
#divider-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

#divider-green svg {
  position: relative;
  display: block;
  width: calc(139% + 1.3px);
  height: 297px;
}

#divider-green .shape-fill {
  fill: #49A94C;
}

/* //////////////////////////// */

.sidebar_trigger {
  z-index: 99999;
  cursor: pointer;
  position: fixed;
  right: 0px;
  top: 80%;
  transition: background-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.sidebar_trigger:hover {
  transform: scale(1.05);
  cursor: pointer;
}

/* //////////////////////////// */

/* cards */


.verlinkungen_gottesdienst a {
  transition: color 0.2s ease, transform 0.2s ease;
}

.verlinkungen_gottesdienst a:hover {
  color: #d0d0d0;
  transform: translateX(4px);
}

/* //////////////////////////// */

.astroid-nav .nav-title-text,
.astroid-nav .nav-title {
  text-transform: lowercase;
   !important;
}

/* Grid Startseite*/

.grid.startseite {
  position: relative;
  padding: 20px;
  text-align: center;
  color: white;
}

.startseite-item {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}

.startseite-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.startseite-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.startseite-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;

  padding: 20px 16px;
  color: white;
  font-weight: bold;
  text-align: center;

  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0));

  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
}

/* //////////////////////////// */

.slider-overlay-text {
  position: relative;
  padding: 24px 28px 28px 36px;
  text-align: left;
  color: #1a1a1a;
}

.slider-overlay-text::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  bottom: 24px;
  width: 4px;
  background: linear-gradient(180deg, #37a42b, #F2B441);
  opacity: .9;
}

.slider-overlay-text h1 {
  margin: 0 0 6px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .3px;
  text-shadow: none;
}

.slider-overlay-text .series {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  opacity: .9;
}

.slider-overlay-text .date {
  margin: 6px 0 0;
  font-size: 1rem;
  opacity: .8;
}

/* Gesamtgrid */
.predigt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  justify-items: center;
  align-items: start;
  margin-top: 30px;
}

/* Einzel-Eintrag */
.predigt-eintrag {
  text-align: left;
  max-width: 475px;
}

/* Bild + Overlay */
.predigt-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.predigt-bild {
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s ease;
}

.predigt-wrapper:hover .predigt-bild {
  filter: none;
}

.youtube-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.predigt-wrapper:hover .youtube-overlay {
  opacity: 1;
}

/* Beschriftung */
.predigt-label {
  margin: 8px 0 4px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #444;
}

/* Audioplayer */
.predigt-audio {
  width: 100%;
  margin-bottom: 8px;
  height: auto;
}

/* Titel */
.predigt-titel {
  font-size: 1rem;
  font-weight: 500;
  color: #111;
  margin-top: 4px;
}

/* Optional: Buttons (falls du sie behalten willst) */
.predigt-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.predigt-btn {
  padding: 6px 14px;
  border: 1px solid #000;
  background: transparent;
  color: #000;
  cursor: pointer;
  font-size: 0.9rem;
  transition: 0.2s ease-in-out;
}

.predigt-btn:hover {
  background: #000;
  color: #fff;
}
  
/* mitteilen */

.mitteilen_die-ersten-beiden :is(h1, h2, h3, h4, h5, h6),
.mitteilen_ab-dem-dritten :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}

.mitteilen_ab-dem-dritten p:last-child,
.mitteilen_die-ersten-beiden p:last-child {
  margin-bottom: 0;
}

/* regelmäßig Akkordion */
.regelmaessig-accordion-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.wochentag {
	margin-top: 40px;
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #222;
	border-bottom: 2px solid #e0e0e0;
	padding-bottom: 5px;
}

.uk-accordion-title {
	background: #f7f7f7;
	color: #222;
	padding: 12px 16px;
	font-weight: 500;
	transition: all 0.3s ease;
}

.uk-accordion-title:hover {
	background: #37a42c;
	color: #222;
}

.uk-open > .uk-accordion-title {
	background: #37a42c;
	color: #222;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.uk-accordion-content {
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #eaeaea;
	margin-top: -5px;
}

.gemeinde-kachel {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gemeinde-kachel:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.kachel-bild {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.kachel-inhalt {
  padding: 20px;
}

.kachel-inhalt h3 {
  margin: 10px 0;
  color: #2F4E55;
}

.kachel-inhalt p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 16px;
}

.kachel-button {
  display: inline-block;
  padding: 10px 18px;
  background-color: #37a42c;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

.kachel-button:hover {
  background-color: #319328;
}

/*-
div.as-gutter-x-xl\@lg:nth-child(2)>nav:nth-child(2)>ul:nth-child(1)>li:nth-child(1)>a:nth-child(1) {
  padding-top: 6px;
  font-size: 1.5em;
}
-------------------------------------------------------------------------------------*/

.uk-card.uk-card-primary {
  background-color: #36454f; 
  color: #fff;
  padding: 20px;
  border: none;
  border-radius: 4px;
  text-align: left;
}


/* Absatztext */
.uk-card.uk-card-primary p {
  color: #fff;
}


/* Hauskreise */
.hauskreis-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  margin-top: 30px;
}

.hauskreis-item {
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  overflow: hidden;
  border-radius: 0;
}

/* Hover */
.hauskreis-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #ccc;
}

/* Kopfbereich */
.hauskreis-header {
  width: 100%;
  height: 180px;
  background-color: #ccc;
}

/* Inhalt */
.hauskreis-item .uk-card-body {
  padding: 22px;
  flex: 1;
}

/* Typografie */
.hauskreis-title {
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

.hauskreis-item p {
  margin: 6px 0;
  line-height: 1.55;
  color: #333;
}

.hauskreis-item strong {
  color: #111;
}

.hauskreis-item blockquote {
  margin: 20px 0;
  padding-left: 12px;
  border-left: 3px solid #ccc;
  font-style: italic;
  color: #555;
}

/* Kontakt */
.hauskreis-kontakt {
  margin-top: 20px;
  font-size: 0.95rem;
}

.hauskreis-kontakt a {
  color: #37a42c;
  text-decoration: none;
}

.hauskreis-kontakt a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 640px) {
  .hauskreis-header {
    height: 130px;
  }
  .hauskreis-item .uk-card-body {
    padding: 15px;
  }
  .hauskreis-grid {
    gap: 20px;
  }
}

/* ---- PDF-Links ---- */
.pdf-link {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.pdf-link i {
  color: #b00000;
  margin-right: 6px;
}

/* ---- Buttons ---- */
.mitarbeiter-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.mitarbeiter-btn {
  background: #37a42c;
  color: #fff !important;
  text-decoration: none;
  padding: 4px 10px;
  font-size: 0.95rem;
  font-weight: 500;
  display: inline-block;
  border: none;
  transition: background 0.2s ease;
}

.mitarbeiter-btn:hover {
  background: #2f8c25;
  color: #fff !important;
}

/* ------- quix.link Mitarbeiter Intern ------- */
.quix {
  background: #f4f4f4;
  padding: 15px;
  margin: 0 auto;
}



/* ------- Info Leiste ------- */

.update-info-bar {
  width: 100%;
  text-align: center;
  padding: 12px 20px;
}
.update-info-bar p {
  margin: 0;
  padding: 0;
}

/* ------- Badge Demnächst------- */
.button-badge-wrapper {
    position: relative;
}

.badge-corner {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #36454f;
    font-size: 0.75em;
    padding: 3px 8px;
    border-radius: 12px;
    z-index: 100;
    color: white;
}

/* ------- Unnötige Informationen Suchergebnis------- */
.result__taxonomy {
  display: none;
}

.uk-accordion-title {
font-size: 1em;
}

/* ---------- LOGO ---------- */

/* Desktop */
@media (min-width: 980px) {

  .astroid-logo .astroid-logo-default,
  .astroid-logo .astroid-logo-sticky {
    max-height: 150px;
  }
}

/* Tablet */
@media (max-width: 979px) {

  .astroid-logo .astroid-logo-default,
  .astroid-logo .astroid-logo-sticky {
    max-height: 170px;
  }
}

/* Mobile */
@media (max-width: 640px) {
  .astroid-logo .astroid-logo-default,
  .astroid-logo .astroid-logo-mobile,
  .astroid-logo .astroid-logo-sticky {
    max-height: 160px;
  }
}

.astroid-logo-default {
  margin-top: -27px !important;
  margin-left: 30% !important;
  z-index: 99999999999 !important;
}

@media (max-width: 640px) {
  .awesomplete {
    display: block !important;
    margin-top: 20px;
  }
}


.locus-layout {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-wrap: wrap;
  /* DAS macht es responsive */
}

.inhalt_links {
  flex: 1 1 300px;
}

.locus-media {
  flex: 1 1 300px;
}

.locus_iste-bild {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 100px;
}

.aktuelles-item {
  border: 2px solid #000;
  padding: 12px;
  border-radius: 10px;
  box-sizing: border-box;
  transition: transform .2s ease, box-shadow .2s ease;
}

.aktuelles-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
}

a.as-readmore {
  border: 1px solid currentColor;
  padding: 10px;
  text-decoration: none;
  display: inline-block;
}

#astroid-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > button:nth-child(1) > span:nth-child(1) {
padding-left: 20px !important;
}


/* Slideshow Navigation */
.uk-dotnav > * > * {
	background-color: rgba(255, 255, 255, 0.486);
	width: 16px;
	height: 16px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uk-dotnav > * > :hover,
.uk-dotnav > .uk-active > * {
	background-color: white;
	border-color: white;
	width: 20px;
	height: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
	transform: scale(1.1);
}

.uk-slidenav {
  background: none !important;
  color: rgba(255, 255, 255, 0.9) !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6) !important;
  transition: transform 0.2s ease-in-out, text-shadow 0.2s ease-in-out;
  font-size: 28px; /* optional für mehr Wirkung */
}

.uk-button.uk-button-default {
    transition: all 0.3s ease;
}

.uk-button.uk-button-default:hover {
    transform: scale(1.05);
}

/* Grid Card Starseite */

.grid.startseite {
  transition: transform 0.3s ease;
}

.grid.startseite:hover {
  transform: scale(1.05);
}

/* //////////////////////////// */


/* Shape Divider Grün */
#divider-green {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

#divider-green svg {
    position: relative;
    display: block;
    width: calc(139% + 1.3px);
    height: 297px;
}

#divider-green .shape-fill {
    fill: #49A94C;
}

/* //////////////////////////// */

.sidebar_trigger {
    z-index: 99999;
    cursor: pointer;
    position: fixed;
    right: 0px;
    top: 50%;
    transition: background-color 200ms ease,
                transform 200ms ease,
                box-shadow 200ms ease;
}

.sidebar_trigger:hover {
    transform: scale(1.05);
    cursor: pointer;
}
/* //////////////////////////// */

/* cards */


.verlinkungen_gottesdienst a {
    transition: color 0.2s ease, transform 0.2s ease;
}
.verlinkungen_gottesdienst a:hover {
    color: #d0d0d0;
    transform: translateX(4px);
}

/* //////////////////////////// */

.astroid-nav .nav-title-text,
.astroid-nav .nav-title {
    text-transform: lowercase; !important;
}


.nav-item {
    margin-left: 70px !important;
}

div.as-gutter-x-xl\@lg:nth-child(2) > nav:nth-child(2) > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) {
margin-left: -50px !important;
}

/* Grid Startseite*/

.grid.startseite {
  position: relative;
  padding: 20px;
  text-align: center;
  color: white;
}

.startseite-item {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}

.startseite-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

.startseite-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.startseite-title {
 position: absolute;
 bottom: 20px;
 left: 50%;
 transform: translateX(-50%);
 color: white;
 font-weight: bold;
 text-shadow: 2px 2px 4px rgba(0, 0, 0, 1.5);
 max-width: 90%;
 text-align: center;
 }
 
/* //////////////////////////// */

.slider-overlay-text{
  position: relative;
  padding: 24px 28px 28px 36px;
  text-align: left;
  color: #1a1a1a;                
}

.slider-overlay-text::before{
  content:"";
  position:absolute;
  left: 18px;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, #37a42b, #F2B441);
  opacity: .9;
}

.slider-overlay-text h1{
  margin: 0 0 6px;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .3px;
  text-shadow: none;            
}

.slider-overlay-text .series{
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  opacity: .9;
}

.slider-overlay-text .date{
  margin: 6px 0 0;
  font-size: 1rem;
  opacity: .8;
}

/* Layout Predigtreihe */

.predigtreihe * { box-sizing: border-box; }

.predigtreihe-hero {
  text-align: center;
  padding: 56px 20px;
  background: linear-gradient(135deg, #2A6FB4, #01ac05);
  color: #fff;
  border-radius: 14px;
  margin: 0 0 28px;
}
.predigtreihe-hero h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
}
.predigtreihe-hero p {
  margin: 10px 0 0;
  font-size: 18px;
}
.predigtreihe-cta { margin-top: 18px; }
.predigtreihe-btn {
  border-radius: 10px !important;
  padding: 10px 18px !important;
}
.predigtreihe-btn .uk-icon { margin-right: 6px; }

.predigtreihe-intro { align-items: start; margin-bottom: 24px; }
.predigtreihe-intro-text {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.predigtreihe-intro-text p:first-child { margin-top: 0; }
.predigtreihe-quote {
  margin: 14px 0;
  border-left: 4px solid #01ac05;
  padding: 6px 0 6px 14px;
  color: #444;
}
.predigtreihe-image-link { display: block; text-align: center; }
.predigtreihe-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  margin: 0 auto;
}

.predigtreihe-highlights { margin: 8px 0 24px; }
.predigtreihe-card { border-radius: 12px; }
.predigtreihe-card h4 {
  margin: 0 0 6px;
  font-size: 18px;
}
.predigtreihe-card p { margin: 0; color: #444; }

.predigtreihe-livestream { text-align: center; margin: 28px 0 8px; }

.predigtreihe-infos { margin: 30px 0; }
.predigtreihe-info-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.predigtreihe-info-item p {
  margin: 0;
  line-height: 1.6;
}

.predigtreihe-episodes .uk-card {
  border-radius: 12px;
  overflow: hidden;
}
.predigtreihe-episodes .uk-card-media-top { background: #f6f6f6; }
.predigtreihe-episodes img {
  width: 100%;
  height: auto;
  display: block;
}
.predigtreihe-episodes .uk-card-title { margin: 0 0 10px; }
.predigtreihe-episodes .uk-card-title.small-margin { margin: 0 0 6px; }
.predigtreihe-audio {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 8px;
}
.predigtreihe-muted { margin: 0; color: #666; }


.predigtreihe-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.prediger-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
}

.predigtext-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.predigtext-btn.uk-button {
  line-height: 1.2;
  padding: 6px 10px;
  border-radius: 8px;
}

@media (max-width: 639px) {
  .predigtreihe-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .predigtext-actions {
    width: 100%;
  }
  .predigtext-btn.uk-button {
    width: 100%;
    text-align: center;
  }
}

/* mitteilen */

.mitteilen_die-ersten-beiden {
  border-radius: 14px;
}

.mitteilen_ab-dem-dritten {
  border-radius: 12px;
}

.mitteilen_die-ersten-beiden :is(h1,h2,h3,h4,h5,h6),
.mitteilen_ab-dem-dritten :is(h1,h2,h3,h4,h5,h6) {
  margin-top: 0;
}

.mitteilen_ab-dem-dritten p:last-child,
.mitteilen_die-ersten-beiden p:last-child {
  margin-bottom: 0;
}
