/* PATCH_82A_REGION_DETAIL_PREMIUM_GOLIVE
   Wertiger Style für /region/... Detailseiten und Regionenübersicht.
   Keine Datenänderung, reine Darstellung / CSS.
*/

/* Basisabstand und ruhiger Seitenrhythmus */
.onb-region41-hero,
.onb-region41-grid,
.onb-region41-experiences,
.onb-region41-children,
.cta-strip{
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

/* Region-Detail Hero: nicht endlos flach, sondern wertig */
.onb-region41-hero{
  min-height: clamp(280px, 34vw, 430px);
  border-radius: 0 0 26px 26px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(8, 31, 63, .16);
  margin-bottom: 34px;
}

.onb-region41-inner{
  width: 100%;
  max-width: 760px;
  padding: clamp(34px, 6vw, 70px);
  color: #fff;
}

.onb-region41-inner .eyebrow,
.onb-region41-inner p.eyebrow{
  color: rgba(255,255,255,.78);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 800;
}

.onb-region41-inner h1{
  margin: .25em 0 .25em;
  font-size: clamp(2.35rem, 5vw, 4.3rem);
  line-height: .95;
  letter-spacing: -.045em;
  color: #fff;
  text-wrap: balance;
}

.onb-region41-inner p{
  max-width: 670px;
  font-size: clamp(1.03rem, 1.35vw, 1.22rem);
  line-height: 1.62;
  color: rgba(255,255,255,.88);
}

/* Intro + Partnerbereich als hochwertiger Info-Block */
.onb-region41-grid{
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr);
  gap: 22px;
  align-items: stretch;
  margin-bottom: 38px;
}

.onb-region41-main,
.onb-region41-aside{
  background: #fff;
  border: 1px solid rgba(8,31,63,.08);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(8,31,63,.08);
  padding: clamp(22px, 3vw, 34px);
}

.onb-region41-main h2,
.onb-region41-experiences h2,
.onb-region41-children h2{
  margin-top: 0;
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.05;
  letter-spacing: -.03em;
  color: #071c3d;
}

.onb-region41-main p,
.onb-region41-aside p{
  color: #40516b;
  line-height: 1.75;
}

.onb-region41-aside{
  background: linear-gradient(180deg,#f3f8fb,#ffffff);
}

.onb-region41-aside strong{
  display:block;
  color:#071c3d;
  font-size:1.05rem;
  margin-bottom:.7rem;
}

/* Erlebnisbereich: weg von riesigen Vollbreitenbildern, hin zu Premium-Karten */
.onb-region41-experiences{
  margin-top: 34px;
  margin-bottom: 42px;
}

.onb-region41-cards{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.onb-region41-card{
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(8,31,63,.08);
  box-shadow: 0 14px 34px rgba(8,31,63,.10);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .18s ease, box-shadow .18s ease;
}

.onb-region41-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(8,31,63,.16);
}

.onb-region41-card img{
  width: 100%;
  height: clamp(210px, 17vw, 270px);
  object-fit: cover;
  display: block;
}

.onb-region41-card > div{
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.onb-region41-card .eyebrow{
  margin: 0 0 8px;
  color: #476c91;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.onb-region41-card h3{
  margin: 0 0 10px;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #071c3d;
  letter-spacing: -.015em;
}

.onb-region41-card p:not(.eyebrow){
  color: #40516b;
  line-height: 1.62;
  margin-bottom: 18px;
}

.onb-region41-card .btn,
.onb-region41-card a.btn{
  margin-top: auto;
  align-self: flex-start;
  border-radius: 999px;
}

/* Orte in der Nähe */
.onb-region41-children{
  margin-top: 22px;
  margin-bottom: 36px;
  background: #fff;
  border-radius: 22px;
  padding: 28px;
  border: 1px solid rgba(8,31,63,.08);
  box-shadow: 0 12px 32px rgba(8,31,63,.08);
}

.onb-region41-tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.onb-region41-tags a{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:10px 14px;
  background:#eef5fb;
  color:#06214a;
  text-decoration:none;
  font-weight:800;
}

/* CTA im Regionsdetail */
.cta-strip{
  border-radius: 24px;
  margin-top: 42px;
  margin-bottom: 48px;
  padding: clamp(26px, 4vw, 42px);
  background: linear-gradient(135deg,#eef9ff,#fff7e6);
  border: 1px solid rgba(8,31,63,.08);
  box-shadow: 0 14px 36px rgba(8,31,63,.08);
}

.cta-strip h2{
  margin-top:0;
  color:#071c3d;
}

/* PATCH 82 Regionenübersicht zusätzlich absichern */
.onb-region-premium-grid,
.onb-region-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.onb-region-premium-card,
.onb-region-card{
  background:#fff;
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(8,31,63,.10);
  border:1px solid rgba(8,31,63,.08);
}

.onb-region-premium-card img,
.onb-region-card img{
  width:100%;
  height:230px;
  object-fit:cover;
  display:block;
}

/* Responsive */
@media (max-width: 1100px){
  .onb-region41-grid{ grid-template-columns: 1fr; }
  .onb-region41-cards,
  .onb-region-premium-grid,
  .onb-region-grid{ grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 720px){
  .onb-region41-hero{
    min-height: 320px;
    border-radius: 0 0 20px 20px;
  }
  .onb-region41-inner{ padding: 28px 20px; }
  .onb-region41-cards,
  .onb-region-premium-grid,
  .onb-region-grid{ grid-template-columns: 1fr; }
  .onb-region41-card img{ height: 220px; }
}
