/*
Theme Name: Twentyseventeen child theme
Template: twentyseventeen
*/

.has-header-image.home div.custom-header{
    height:auto;
}

.has-header-image.twentyseventeen-front-page .site-branding{
    position:relative!important;
}
body,
button, input, select, textarea {
  font-family: Roboto, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
/* =========================================================
   Dicke Paula – Footer (3 Spalten) – FINAL (scoped/safe)
   Nur der neue Footer-Grid wird gestylt (Elementor bleibt frei)
   ========================================================= */

/* Footer Grundlayout */
.site-footer,
.site-footer .widget-area{
  background:#ac1613;
}

.site-footer .widget-area{
  padding: 22px 0 8px; /* weniger Luft oben */
}

/* 3er-Grid Wrapper */
.site-footer .dp-footer-widgets-3{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 44px;
  align-items: start;
}

/* Parent-Theme Floats/Widths killen (sonst wird alles schmal/komisch) */
.site-footer .dp-footer-widgets-3 .widget-column{
  float: none !important;
  width: auto !important;
  max-width: none !important;
  clear: none !important;

  min-width: 0;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;

  position: relative;
  padding: 0;
}

/* ---------------------------------------------------------
   Spalten-Trenner: kurze, gleich lange Divider
   --------------------------------------------------------- */

/* Padding links für Spalte 2 + 3 */
.site-footer .dp-footer-widgets-3 .footer-widget-2,
.site-footer .dp-footer-widgets-3 .footer-widget-3{
  border-left: 0 !important;     /* keine lange Linie */
  padding-left: 34px;
}

/* Divider-Linien */
.site-footer .dp-footer-widgets-3 .footer-widget-2::before,
.site-footer .dp-footer-widgets-3 .footer-widget-3::before{
  content:"";
  position:absolute;
  left: 0;
  top: 12px;
  width: 1px;
  height: 140px;                 /* <<< Länge der Divider */
  background: rgba(255,255,255,.16);
}

/* ---------------------------------------------------------
   Typo / Farben NUR im Footer-Grid
   --------------------------------------------------------- */

/* Überschriften */
.site-footer .dp-footer-widgets-3 .dp-footer-title,
.site-footer .dp-footer-widgets-3 .widget-title{
  margin: 0 0 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
  color:#fff;
}

/* Textfarben */
.site-footer .dp-footer-widgets-3,
.site-footer .dp-footer-widgets-3 p,
.site-footer .dp-footer-widgets-3 li{
  color: rgba(255,255,255,.92);
}

/* Links: immer weiß, ohne Unterstreichung (nur im Footer-Grid!) */
.site-footer .dp-footer-widgets-3 a,
.site-footer .dp-footer-widgets-3 a:visited{
  color: rgba(255,255,255,.95) !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.site-footer .dp-footer-widgets-3 a:hover{
  color:#fff !important;
}

/* Linkliste: keine Bullets + enger (nur im Footer-Grid!) */
.site-footer .dp-footer-widgets-3 ul{
  list-style: none !important;
  margin: 10px 0 0;
  padding: 0;
}
.site-footer .dp-footer-widgets-3 li{
  margin: 6px 0;
  padding: 0;
  line-height: 1.35;
}

/* Social Icons (Font Awesome) nur im Footer-Grid */
.site-footer .dp-footer-widgets-3 .dp-social{
  display:flex;
  gap: 14px;
  margin: 10px 0 18px;
  align-items:center;
}
.site-footer .dp-footer-widgets-3 .dp-social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  border:0 !important;
  background:transparent !important;
  padding:0 !important;
}
.site-footer .dp-footer-widgets-3 .dp-social i{
  font-size: 26px !important;
  line-height: 1;
  color: rgba(255,255,255,.95) !important;
}

/* ---------------------------------------------------------
   Site-Info: zentriert + kurze Akzentlinie darüber
   (Site-Info bleibt im Footer, aber NICHT Elementor)
   --------------------------------------------------------- */

.site-footer .site-info{
  width: 100%;
  max-width: 980px;
  margin: 18px auto 0;
  padding: 16px 18px 0;
  text-align: center !important;
  color: rgba(255,255,255,.85);
  float: none !important;
  display: block !important;
  position: relative;
}

/* Linie: kurz, zentriert */
.site-footer .site-info::before{
  content:"";
  display:block;
  width: 180px;          /* <<< kurze Linie */
  max-width: 70%;
  height: 1px;
  margin: 0 auto 12px;
  background: rgba(255,255,255,.18);
}

/* Inhalt in einer Zeile mittig */
.site-footer .site-info > *{
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
}

.site-footer .site-info .dp-sep{
  margin: 0 10px;
  color: rgba(255,255,255,.5);
}

/* ---------------------------------------------------------
   Responsive
   --------------------------------------------------------- */
@media (max-width: 900px){
  .site-footer .dp-footer-widgets-3{
    grid-template-columns: 1fr;
    row-gap: 22px;
    text-align: center;
  }

  .site-footer .dp-footer-widgets-3 .footer-widget-2,
  .site-footer .dp-footer-widgets-3 .footer-widget-3{
    padding-left: 0;
  }

  .site-footer .dp-footer-widgets-3 .footer-widget-2::before,
  .site-footer .dp-footer-widgets-3 .footer-widget-3::before{
    display: none;
  }

  .site-footer .dp-footer-widgets-3 .dp-social{
    justify-content:center;
  }
}
