/* SEN Theme v10.2.0 DEV - Bezirk Schwaben */

body.sen-schwaben-page{
  background:var(--sen-light);
}

/* Schwaben Topbar */
.sen-schwaben-topbar{
  background:linear-gradient(90deg,var(--sen-dark),var(--sen-blue-2));
  color:#fff;
  font-size:14px;
}
.sen-schwaben-topbar-inner{
  min-height:36px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
  gap:22px;
}
.sen-schwaben-topbar a{
  color:#fff;
  text-decoration:none;
  font-weight:700;
}
.sen-schwaben-topbar a:hover{
  text-decoration:underline;
}
.sen-schwaben-topbar-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  list-style:none;
  margin:0;
  padding:0;
}
.sen-schwaben-topbar-menu li{
  margin:0;
  padding:0;
  list-style:none;
}
.sen-schwaben-topbar-menu a{
  display:inline-flex;
  align-items:center;
  white-space:nowrap;
}

/* Schwaben Header analog Donau-Ries */
.sen-schwaben-header{
  background:#fff;
  border-bottom:1px solid #dce6f0;
  box-shadow:0 1px 0 rgba(0,0,0,.03);
}
.sen-schwaben-header-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.sen-schwaben-logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  min-width:330px;
}
.sen-schwaben-logo img{
  display:block;
  width:auto;
  height:auto;
  max-width:390px;
  max-height:92px;
  object-fit:contain;
}
.sen-schwaben-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
.sen-schwaben-main-menu{
  display:flex;
  align-items:center;
  gap:25px;
  list-style:none;
  margin:0;
  padding:0;
}
.sen-schwaben-main-menu li{
  list-style:none;
  margin:0;
  padding:0;
}
.sen-schwaben-main-menu a{
  color:var(--sen-dark);
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.2px;
  white-space:nowrap;
}
.sen-schwaben-main-menu a:hover,
.sen-schwaben-main-menu .current-menu-item > a{
  color:var(--sen-blue-2);
}

/* Schwaben Hero */
.sen-schwaben-hero{
  min-height:430px;
  background-image:url('../schwaben-hero-clean.jpg');
  background-size:cover;
  background-position:center;
  color:#fff;
  display:flex;
  align-items:center;
}
.sen-schwaben-hero .sen-wrap{
  width:100%;
}
.sen-schwaben-hero-box{
  width:410px;
  max-width:92%;
  background:linear-gradient(135deg,rgba(0,59,112,.95),rgba(0,87,163,.9));
  color:#fff;
  padding:34px;
  margin:26px 0;
  box-shadow:0 16px 40px rgba(0,31,80,.22);
}
.sen-schwaben-hero h1{
  margin:0 0 20px;
  color:#fff;
  font-size:38px;
  line-height:1.12;
  font-weight:900;
}
.sen-schwaben-hero p{
  margin:0;
  font-size:16px;
  line-height:1.55;
  color:#eef7ff;
}

/* Schwaben Unterseiten */
.sen-schwaben-page-head{
  background:linear-gradient(135deg,var(--sen-dark),var(--sen-blue-2));
  color:#fff;
  padding:18px 0;
}
.sen-schwaben-page-head h1{
  margin:0;
  color:#fff;
  font-size:34px;
  line-height:1.15;
  font-weight:900;
}
.sen-schwaben-page-head p{
  color:#eaf4ff;
  font-size:17px;
  line-height:1.45;
  margin:6px 0 0;
  max-width:850px;
}
.sen-schwaben-subpage-main{
  padding-top:40px;
}
.sen-schwaben-content-box{
  background:#fff;
  border:1px solid var(--sen-border);
  box-shadow:var(--sen-shadow);
  padding:36px;
}
.sen-schwaben-content-box > *:first-child{
  margin-top:0;
}
.sen-schwaben-content-box > *:last-child{
  margin-bottom:0;
}
.sen-schwaben-content-box h2{
  color:var(--sen-blue-2);
  font-size:28px;
  margin-top:0;
}
.sen-schwaben-content-box h3{
  color:var(--sen-dark);
  font-size:22px;
  margin:26px 0 10px;
}
.sen-schwaben-content-box p,
.sen-schwaben-content-box li{
  font-size:18px;
  line-height:1.6;
}

/* Schwaben Startseite */
.sen-schwaben-main{
  background:#fff;
  padding:28px 0 50px;
}
.sen-schwaben-topgrid,
.sen-schwaben-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:28px;
  align-items:start;
}
.sen-schwaben-section,
.sen-schwaben-side{
  background:#fff;
  border:1px solid var(--sen-border);
  box-shadow:var(--sen-shadow);
  padding:28px;
  margin-bottom:28px;
}
.sen-schwaben-side{
  padding:0;
  margin:0;
}
.sen-schwaben-section h2,
.sen-schwaben-side h2{
  color:var(--sen-blue);
  font-size:24px;
  margin:0 0 14px;
  font-weight:900;
}
.sen-schwaben-side h2{
  padding:20px 22px;
  border-bottom:1px solid var(--sen-border);
  margin:0;
}
.sen-schwaben-section p,
.sen-schwaben-side-body p{
  font-size:16px;
  line-height:1.55;
}
.sen-schwaben-side-body{
  padding:24px;
}
.sen-kv-grid,
.sen-schwaben-topic-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.sen-schwaben-topic-grid{
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.sen-kv-card,
.sen-schwaben-topic-card,
.sen-schwaben-action{
  display:block;
  background:#fff;
  border:1px solid var(--sen-border);
  padding:18px;
  text-decoration:none!important;
  color:var(--sen-dark)!important;
  font-weight:900;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.sen-kv-card:hover,
.sen-schwaben-topic-card:hover,
.sen-schwaben-action:hover{
  transform:translateY(-3px);
  box-shadow:0 8px 24px rgba(0,31,80,.13);
  border-color:#b7d2ea;
}
.sen-schwaben-topic-card{
  padding:0;
  overflow:hidden;
  color:#001f3f!important;
}
.sen-schwaben-topic-img{
  height:160px;
  background-size:cover;
  background-position:center;
}
.sen-schwaben-topic-body{
  padding:20px;
}
.sen-schwaben-topic-icon{
  width:54px;
  height:54px;
  margin:-48px 0 12px auto;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#5fa3dc;
  color:#fff;
  border:4px solid #fff;
  font-size:25px;
  font-weight:900;
  position:relative;
}
.sen-schwaben-topic-body h3{
  color:var(--sen-blue);
  font-size:20px;
  margin:0 0 8px;
}
.sen-schwaben-topic-body p{
  font-size:15px;
  line-height:1.45;
  margin:0 0 14px;
}
.sen-schwaben-more{
  color:var(--sen-blue);
  font-weight:900;
}
.sen-schwaben-note,
.sen-schwaben-welcome{
  background:#e5f2fc;
  border-left:5px solid var(--sen-blue);
  padding:18px;
  font-weight:800;
  color:var(--sen-dark);
}
.sen-schwaben-welcome{
  text-align:center;
  border-left:0;
  margin-top:18px;
}
.sen-schwaben-actions,
.sen-schwaben-bottom-actions{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.sen-schwaben-bottom-actions{
  gap:0;
  background:#fff;
  border:1px solid var(--sen-border);
  box-shadow:var(--sen-shadow);
  margin-top:22px;
}
.sen-schwaben-bottom-actions .sen-schwaben-action{
  box-shadow:none;
  border:0;
  border-right:1px solid var(--sen-border);
  margin:0;
}
.sen-schwaben-bottom-actions .sen-schwaben-action:last-child{
  border-right:0;
}

/* Schwaben Footer */
.sen-schwaben-footer{
  background:var(--sen-blue);
  color:#fff;
  padding:18px 0 16px;
  margin:0;
}
.sen-schwaben-footer-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1.25fr 1fr;
  gap:34px;
  align-items:start;
}
.sen-schwaben-footer h3{
  color:#fff;
  font-size:17px;
  line-height:1.2;
  margin:0 0 9px;
  padding:0;
  font-weight:900;
}
.sen-schwaben-footer p{
  margin:0 0 8px;
  color:#fff;
  font-size:14px;
  line-height:1.35;
}
.sen-schwaben-footer a{
  color:#fff!important;
  display:block;
  text-decoration:none;
  font-size:14px;
  line-height:1.35;
  margin:3px 0;
  padding:0;
}
.sen-schwaben-footer a:hover{
  text-decoration:underline!important;
}

@media(max-width:1100px){
  .sen-schwaben-topgrid,
  .sen-schwaben-grid{
    grid-template-columns:1fr;
  }
  .sen-schwaben-topic-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:980px){
  .sen-schwaben-header-inner{
    min-height:auto;
    display:block;
    padding-top:18px;
    padding-bottom:18px;
  }
  .sen-schwaben-logo{
    min-width:0;
  }
  .sen-schwaben-logo img{
    max-width:330px;
    max-height:76px;
  }
  .sen-schwaben-main-menu{
    margin-top:18px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
  }
  .sen-schwaben-topbar-inner{
    height:auto;
    padding:8px 0;
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
  }
  .sen-schwaben-topbar-menu{
    justify-content:center;
    flex-wrap:wrap;
    gap:14px;
  }
}
@media(max-width:900px){
  .sen-schwaben-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:22px;
  }
  .sen-schwaben-actions,
  .sen-schwaben-bottom-actions{
    grid-template-columns:1fr;
  }
  .sen-schwaben-bottom-actions .sen-schwaben-action{
    border-right:0;
    border-bottom:1px solid var(--sen-border);
  }
}
@media(max-width:650px){
  .sen-schwaben-topic-grid,
  .sen-kv-grid{
    grid-template-columns:1fr;
  }
}
@media(max-width:600px){
  .sen-schwaben-footer-grid{
    grid-template-columns:1fr;
  }
}
