/* =========================================================
   16. STARTSEITE – TAGESAKTUELL
   ========================================================= */


/* ---------------------------------------------------------
   16.1 KARTE / ENFOLD-SPALTE
   --------------------------------------------------------- */

body.home .gcgf-tagesaktuell {
  margin-top: 55px !important;

  padding: 24px 24px 26px;

  background: rgba(252, 251, 248, 0.97);
  border: 1px solid rgba(24, 61, 37, 0.10);
  border-radius: 22px;

  box-shadow: 0 16px 38px rgba(24, 61, 37, 0.10);

  overflow: hidden;
}


/* ---------------------------------------------------------
   16.2 NEWSTICKER
   --------------------------------------------------------- */

body.home .gcgf-tagesaktuell .gcgf-news-ticker {
  position: relative;

  margin: -24px -24px 18px;
  padding: 13px 0;

  overflow: hidden;
  white-space: nowrap;

  background: rgba(132, 29, 91, 0.07);
  border-bottom: 1px solid rgba(132, 29, 91, 0.72);
}

/* Laufbereich links/rechts leicht begrenzen */

body.home .gcgf-tagesaktuell .gcgf-news-ticker::before,
body.home .gcgf-tagesaktuell .gcgf-news-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;

  width: 12px;

  background: #f4ebed;

  z-index: 2;
  pointer-events: none;
}

body.home .gcgf-tagesaktuell .gcgf-news-ticker::before {
  left: 0;
}

body.home .gcgf-tagesaktuell .gcgf-news-ticker::after {
  right: 0;
}

/* Laufschrift */

body.home .gcgf-tagesaktuell .gcgf-news-ticker-text {
  display: inline-block;

  padding-left: 100%;

  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.02em;

  color: #3f353b;

  animation: gcgf-news-scroll 28s linear infinite;

  will-change: transform;
}


@keyframes gcgf-news-scroll {

  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }

}

/* Eyecatcher vor und nach der Meldung */

body.home .gcgf-tagesaktuell .gcgf-news-ticker-text::before,
body.home .gcgf-tagesaktuell .gcgf-news-ticker-text::after {
  content: "✦  ✦  ✦";

  color: #841d5b;
  font-weight: 700;

  letter-spacing: 0.08em;
}

body.home .gcgf-tagesaktuell .gcgf-news-ticker-text::before {
  margin-right: 20px;
}

body.home .gcgf-tagesaktuell .gcgf-news-ticker-text::after {
  margin-left: 20px;
}


/* ---------------------------------------------------------
   16.3 ENFOLD MAGAZIN
   --------------------------------------------------------- */

body.home .gcgf-tagesaktuell .av-magazine {
  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;
}

body.home .gcgf-tagesaktuell .av-magazine-top-bar {
  display: none !important;
}


/* ---------------------------------------------------------
   16.4 MAGAZIN-BEITRÄGE
   --------------------------------------------------------- */

body.home .gcgf-tagesaktuell .av-magazine-entry {
  margin: 0 !important;
  padding: 14px 0 !important;

  border: 0 !important;
  border-bottom: 1px solid rgba(24, 61, 37, 0.09) !important;

  background: transparent !important;
}

body.home .gcgf-tagesaktuell .av-magazine-entry:last-child {
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}


/* ---------------------------------------------------------
   16.5 BEITRAGSBILDER
   --------------------------------------------------------- */

body.home .gcgf-tagesaktuell .av-magazine-thumbnail {
  overflow: hidden;

  border: 0 !important;
  border-radius: 9px;

  box-shadow: none !important;
}


/* ---------------------------------------------------------
   16.6 DATUM
   --------------------------------------------------------- */

body.home .gcgf-tagesaktuell .av-magazine-time {
  font-size: 11px !important;
  line-height: 1.3;

  text-transform: uppercase;
  letter-spacing: 0.04em;

  color: #8a8a83 !important;
}


/* ---------------------------------------------------------
   16.7 TITEL
   --------------------------------------------------------- */

body.home .gcgf-tagesaktuell .av-magazine-title {
  margin-top: 3px !important;

  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
}

body.home .gcgf-tagesaktuell .av-magazine-title a {
  color: #2b3631 !important;
  text-decoration: none !important;
}

body.home .gcgf-tagesaktuell .av-magazine-title a:hover {
  color: #841d5b !important;
}


/* ---------------------------------------------------------
   16.8 MAGAZIN-TEXT
   --------------------------------------------------------- */

body.home .gcgf-tagesaktuell .av-magazine-content {
  margin-top: 6px !important;

  font-size: 13px !important;
  line-height: 1.45 !important;

  color: #59615d !important;
}


/* ---------------------------------------------------------
   16.9 SMARTPHONE
   --------------------------------------------------------- */

@media only screen and (max-width: 767px) {

  body.home .gcgf-tagesaktuell .gcgf-news-ticker-text {
    font-size: 14px;
  }

}