@media (max-width: 768px) {

  /* H1 (Seiten-Titel) */
  h1.entry-title {
    font-size: 1.6rem;
    line-height: 1.25;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  /* Überschriften IM Inhalt (Artikel/Seitenbereich) */
  .site-main h2 {
    font-size: 1.35rem;
    line-height: 1.25;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .site-main h3 {
    font-size: 1.18rem;
    line-height: 1.25;
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
  }

  .site-main h4 {
    font-size: 1.05rem;
    line-height: 1.25;
    margin-top: 0.9em;
    margin-bottom: 0.4em;
  }
}

/* VivaMillor – subtiler Pro-Look: Header/Navigation/Links */

/* 1) Navigation: leichte Linie + sanfter Schatten */
.main-navigation,
.site-header {
  border-bottom: 1px solid rgba(26, 47, 63, 0.10);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

/* 2) Menülinks: mehr "Button-Feeling" beim Hover */
.main-navigation a {
  border-radius: 8px;
  padding: 8px 10px;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  background: rgba(47, 111, 159, 0.10);
}

/* 3) Links im Text: ruhiger, aber sichtbar */
.entry-content a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* 4) Sidebar-Boxen: leicht abheben (nicht hart, eher "Card") */
.widget {
  border: 1px solid rgba(26, 47, 63, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
}
/* H1 nur auf Desktop etwas größer */
@media (min-width: 769px) {
  h1.entry-title {
    font-size: 2.6rem;
  }
}
/* Content-Bereich leicht abheben */
.site-content {
  background: #f7f4ee;
  border-radius: 18px;
  padding: 30px;
}

/* Sidebar-Boxen mit Akzentlinie */
.widget {
  border-left: 4px solid #2f6f9f;
}

/* Footer sauber, ohne Kartenwirkung */
.site-footer,
.footer-widgets {
  background: transparent;
  box-shadow: none;
  border: none;
}

/* Footer: Impressum/Datenschutz NICHT als Box/Karte anzeigen */
.site-footer .wp-block-group,
.site-footer .wp-block-columns,
.site-footer .wp-block-column,
.site-footer .wp-block-navigation,
.site-footer .wp-block-navigation__responsive-container,
.site-footer .wp-block-navigation__container,
.site-footer .wp-block-page-list,
.site-footer .widget,
.site-footer .inside-footer-widgets {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* Links im Footer als schlichte Textlinks */
.site-footer a {
  text-decoration: underline;
  box-shadow: none !important;
}

/* Theme-Credit im Footer ausblenden */
.site-info a[href*="generatepress.com"],
.site-info a[href*="wpz.io"],
.site-info .gp-icon {
  display: none !important;
}

/* GeneratePress Footer-Credit ersetzen */
.site-info {
  font-size: 14px;
}
.site-info::before {
  content: "© 2026 VivaMillor";
}
.site-info * {
  display: none !important; /* versteckt den originalen Text + Links */
}

/* Footer Mini-Linkleiste zentrieren */
.site-footer .wp-block-navigation__container,
.site-footer .wp-block-page-list,
.site-footer .footer-links,
.site-footer .inside-footer-widgets {
    justify-content: center !important;
    text-align: center !important;
}

/* Falls es einfache Textlinks sind */
.site-footer {
    text-align: center;
}

.site-footer a {
    font-size: 14px;
    opacity: 0.85;
}

/* Footer Linkbereich wirklich zentrieren */
.site-footer .inside-footer-widgets,
.site-footer .footer-widgets-container,
.site-footer .wp-block-group,
.site-footer .wp-block-navigation {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

/* Falls es einfache Textlinks sind */
.site-footer p,
.site-footer .wp-block-group {
    text-align: center !important;
}

/* Footer Links nebeneinander */
.site-footer .wp-block-navigation__container {
    display: flex !important;
    justify-content: center !important;
    gap: 20px;
}

/* Footer Links nebeneinander erzwingen */
.site-footer .wp-block-group,
.site-footer p {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.site-footer .wp-block-group a,
.site-footer p a {
    display: inline-block;
}

.anker-scroll {
  scroll-margin-top: 140px;
}

/* Sidebar Listenabstand verkleinern */
.sidebar .widget ul {
    margin-bottom: 0.5em;
}

.widget-area ul {
    list-style-type: disc !important;
}

.widget-area ul ul {
    list-style-type: circle !important;
}

.widget-area li {
    display: list-item !important;
}

.widget-area ul {
    list-style-position: inside !important;
}

.widget-area ul li::before {
    content: "• ";
    margin-right: 6px;
}

/* Sidebar kompakter */
.widget-area .widget {
    padding: 18px 20px;
}

.widget-area ul {
    margin-bottom: 0.3em;
}

.widget-area li {
    margin-bottom: 4px;
}

/* Footer-Credit (Desktop + Mobil) */
.site-info{
  display:block !important;
  font-size:0 !important;
}
.site-info *{
  display:none !important;
}
.site-info::before{
  content:"© 2026 VivaMillor";
  font-size:14px !important;
  display:inline-block !important;
}

/* GeneratePress Copyright-Bar komplett ersetzen (Desktop + Mobil) */
.copyright-bar{
  font-size: 0 !important;
}
.copyright-bar *{
  display: none !important;
}
.copyright-bar::before{
  content: "© 2026 VivaMillor";
  font-size: 14px !important;
  display: block !important;
  text-align: center;
}
@media (max-width: 768px) {
  h1.entry-title {
    font-size: 1.6rem;
    line-height: 1.25;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
  }
}

.sidebar .widget img {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.sidebar .widget img {
  width: 36px;
  height: auto;
}
.sidebar .widget img:hover {
  transform: scale(1.12);
  opacity: 0.9;
}	

.widget {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(0,0,0,0.06);
}

/* Mehr Luft zwischen Sidebar-Boxen */
.sidebar .widget {
  margin-bottom: 26px;
}

.footer-widget-1 {
text-align: center;
}



.video-klein {
  max-width: 500px;
  margin: 0 auto;
}


.site-content {
  display: flex;
  gap: 30px;
}

.content-area {
  flex: 1;
}

.widget-area {
  width: 300px;
  flex-shrink: 0;
}