
:root{
  --uv-blue:#0b347f;
  --uv-blue-2:#0a4cad;
  --uv-blue-soft:#eef5ff;
  --uv-blue-line:#cbd9ee;
  --uv-orange:#f28a00;
  --uv-text:#10213d;
  --uv-muted:#5e6c82;
  --uv-bg:#f7f9fc;
  --uv-white:#fff;
  --uv-shadow:0 10px 30px rgba(17,47,96,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.uv-home{margin:0;background:#fff;color:var(--uv-text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.45}
.uv-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

.uv-home-header{min-height:118px;display:grid;grid-template-columns:minmax(310px,1fr) auto minmax(210px,.7fr);align-items:center;gap:32px;padding:18px clamp(28px,4vw,64px);border-bottom:1px solid var(--uv-blue-line);background:#fff}
.uv-home-brand{display:flex;align-items:center;gap:15px;text-decoration:none;min-width:0}
.uv-home-brand img{width:56px;height:auto;display:block}
.uv-home-brand span{display:grid;gap:1px}
.uv-home-brand strong{font-size:2.05rem;letter-spacing:.035em;color:var(--uv-blue);line-height:1;font-family:Arial,Helvetica,sans-serif}
.uv-home-brand small{font-size:.82rem;color:#16253d;line-height:1.22}
.uv-home-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.2vw,34px);font-weight:700;white-space:nowrap}
.uv-home-nav a{text-decoration:none;color:#0a2d6c;padding:9px 0;border-bottom:2px solid transparent}
.uv-home-nav a:hover,.uv-home-nav a:focus-visible,.uv-home-nav a[aria-current="page"]{color:var(--uv-blue-2);border-bottom-color:var(--uv-orange)}
.uv-home-account{justify-self:end;display:flex;align-items:center;gap:9px;text-decoration:none;border:1px solid #b7c9e3;border-radius:7px;padding:12px 17px;color:var(--uv-blue);background:#fff}
.uv-home-account:hover{background:#f5f9ff}
.uv-home-account span{font-size:.72rem}
.uv-home-account strong{font-size:.9rem}

.uv-home-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr);gap:35px;padding:38px clamp(28px,4vw,64px) 34px;background:linear-gradient(90deg,#fff 0%,#fff 55%,#f4f8fd 100%);border-bottom:1px solid var(--uv-blue-line)}
.uv-home-hero-copy{position:relative;z-index:2}
.uv-home-hero h1{margin:0 0 5px;font-size:clamp(2.05rem,3.1vw,3.45rem);line-height:1.08;color:var(--uv-blue);letter-spacing:-.02em}
.uv-home-subline{margin:0 0 22px;font-size:1.1rem}
.uv-home-subline strong{color:var(--uv-orange)}
.uv-home-search{display:flex;min-height:58px;border:1px solid #b9c9df;border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 5px 18px rgba(20,56,103,.05);max-width:820px}
.uv-home-search input{flex:1;min-width:0;border:0;padding:0 20px;font-size:1rem;color:var(--uv-text);outline:none;background:#fff}
.uv-home-search input:focus{box-shadow:inset 0 0 0 2px rgba(10,76,173,.2)}
.uv-home-search button{border:0;background:linear-gradient(180deg,#0e4da1,#082f75);color:#fff;padding:0 28px;font-size:1rem;font-weight:700;cursor:pointer}
.uv-home-search button:hover{filter:brightness(1.08)}
.uv-home-hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:17px}
.uv-home-button{display:inline-flex;align-items:center;gap:13px;min-height:58px;border-radius:7px;padding:11px 19px;text-decoration:none;font-weight:700;border:1px solid #b7c9e3}
.uv-home-button span:last-child{display:grid;gap:1px}
.uv-home-button small{font-size:.75rem;font-weight:400}
.uv-home-button-primary,.uv-home-button-primary:link,.uv-home-button-primary:visited{background:linear-gradient(180deg,#0f4eaa,#0a367f);color:#fff;border-color:#0a367f}
.uv-home-button-secondary{background:#fff;color:var(--uv-blue)}
.uv-home-action-icon{font-size:1.6rem;line-height:1}

.uv-home-hero-visual{position:relative;min-height:260px;display:flex;align-items:center;justify-content:center}
.uv-home-globe{position:absolute;width:min(390px,75%);aspect-ratio:1;border:2px dotted #b5cce9;border-radius:50%;opacity:.75;right:10%;top:-28%}
.uv-home-globe:before,.uv-home-globe:after{content:"";position:absolute;inset:12% 0;border-top:1px dotted #b5cce9;border-bottom:1px dotted #b5cce9;border-radius:50%}
.uv-home-globe:after{inset:0 31%;border:0;border-left:1px dotted #b5cce9;border-right:1px dotted #b5cce9}
.uv-home-globe-line{position:absolute;left:50%;top:0;height:100%;border-left:1px dotted #b5cce9;transform-origin:center}
.uv-home-globe-line.one{transform:rotate(35deg)}
.uv-home-globe-line.two{transform:rotate(-35deg)}
.uv-home-globe-line.three{transform:rotate(90deg)}
.uv-home-real-offer{position:relative;z-index:2;display:grid;grid-template-columns:180px minmax(0,1fr);align-items:center;gap:16px;width:min(470px,95%);padding:14px;background:rgba(255,255,255,.94);border:1px solid #c2d2e8;border-radius:10px;text-decoration:none;box-shadow:var(--uv-shadow)}
.uv-home-real-offer img{width:180px;height:135px;object-fit:cover;border-radius:6px;background:#eef2f6}
.uv-home-real-offer>span:last-child{display:grid;gap:6px}
.uv-home-real-offer small{font-size:.74rem;color:var(--uv-muted)}
.uv-home-real-offer strong{font-size:1.05rem;color:var(--uv-blue)}
.uv-home-no-image{display:grid;place-items:center;width:180px;height:135px;background:#edf3fb;color:#7892b8;font-size:3rem;border-radius:6px}
.uv-home-real-offer-empty{cursor:default}

.uv-home-trust{display:grid;grid-template-columns:repeat(4,1fr);padding:18px clamp(28px,4vw,64px);border-bottom:1px solid #dbe4ef;background:#fff}
.uv-home-trust article{display:grid;grid-template-columns:42px 1fr;gap:13px;padding:0 24px;border-right:1px solid #dbe4ef}
.uv-home-trust article:first-child{padding-left:0}.uv-home-trust article:last-child{border-right:0;padding-right:0}
.uv-home-trust article>span{display:grid;place-items:center;width:38px;height:38px;border:2px solid var(--uv-blue);border-radius:50%;color:var(--uv-blue);font-weight:700}
.uv-home-trust article div{display:grid;gap:3px}.uv-home-trust strong{font-size:.93rem;color:var(--uv-blue)}.uv-home-trust small{font-size:.76rem;color:#2c3d58}

.uv-home-market{display:grid;grid-template-columns:minmax(0,1fr) 70px minmax(0,1fr);align-items:center;gap:18px;padding:24px clamp(28px,4vw,64px);background:#fbfcfe;border-bottom:1px solid #dbe4ef}
.uv-home-market-card{border:1px solid #cbd8e8;border-radius:9px;background:#fff;overflow:hidden;box-shadow:0 8px 25px rgba(21,53,96,.04)}
.uv-home-requests{background:linear-gradient(135deg,#eef6ff 0,#fff 80%)}
.uv-home-market-card header{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:17px 20px;border-bottom:1px solid #d6e0ed}
.uv-home-market-card header>div{display:flex;align-items:center;gap:12px}
.uv-home-market-card header span:last-child{display:grid;gap:1px}
.uv-home-market-card header strong{font-size:1.15rem;color:#0d357d}.uv-home-market-card header small{font-size:.82rem}
.uv-home-market-card header>a,.uv-home-card-more{font-size:.78rem;text-decoration:none;color:#0b4ba3}
.uv-home-card-icon{display:grid;place-items:center;width:44px;height:44px;border:2px solid #2c66c3;border-radius:6px;font-size:1.55rem;color:#0b4ba3}
.uv-home-list{padding:6px 14px}
.uv-home-list-row{min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:7px 4px;border-bottom:1px solid #dce4ef;text-decoration:none;color:inherit}
.uv-home-list-row:last-child{border-bottom:0}
.uv-home-list-main,.uv-home-list-meta{display:grid;gap:1px;min-width:0}
.uv-home-list-main strong{color:#0c367f;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.uv-home-list-main small,.uv-home-list-meta small{font-size:.7rem;color:#42536b}
.uv-home-list-meta{text-align:right}
.uv-home-mini-icon{color:#1754ac;font-size:1.25rem}
.uv-home-thumb{width:44px;height:40px;object-fit:cover;border-radius:4px;border:1px solid #d3dce8}
.uv-home-thumb-empty{display:grid;place-items:center;background:#edf2f8;color:#7d8fa8}
.uv-home-offer-row{grid-template-columns:52px minmax(0,1fr) auto}
.uv-home-card-more{display:block;text-align:right;padding:10px 18px 13px}
.uv-home-empty{padding:25px 10px;color:var(--uv-muted)}
.uv-home-match{display:flex;align-items:center;justify-content:center;gap:3px;color:#183869;text-align:center}
.uv-home-match strong{font-size:.8rem;line-height:1.25}.uv-home-match span{font-size:1.35rem}

.uv-home-bottom{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(330px,.75fr);gap:30px;padding:18px clamp(28px,4vw,64px) 22px;align-items:center}
.uv-home-how h2{font-size:1rem;margin:0 0 12px;color:#082f75}
.uv-home-steps{display:flex;align-items:center;gap:14px}
.uv-home-steps article{display:flex;align-items:center;gap:10px;min-width:0;flex:1}
.uv-home-steps article>span{flex:0 0 auto;display:grid;place-items:center;width:46px;height:46px;border:1px solid #cbd7e7;border-radius:50%;color:#0b4ca4;font-weight:700}
.uv-home-steps article div{display:grid;gap:2px}.uv-home-steps strong{font-size:.78rem;color:#0b347f}.uv-home-steps small{font-size:.67rem;color:#45566d}
.uv-home-steps i{font-style:normal;color:#6b7b90;font-size:1.35rem}
.uv-home-stats{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #d5deea;border-radius:8px;padding:14px 10px 25px;background:#fff}
.uv-home-stats div{text-align:center;border-right:1px solid #d6dfea;padding:5px 8px}.uv-home-stats div:nth-child(4){border-right:0}
.uv-home-stats strong{display:block;font-size:1.35rem;color:#092f72}.uv-home-stats span{font-size:.7rem}
.uv-home-stats-note{position:absolute;bottom:5px;left:0;right:0;text-align:center;font-size:.61rem;color:#6c7889}

.uv-home-about{display:grid;grid-template-columns:.75fr 1.25fr;gap:45px;align-items:start;padding:38px clamp(28px,4vw,64px);background:#f5f8fc;border-top:1px solid #dce5ef}
.uv-home-about h2{margin:4px 0 0;color:#0b347f}.uv-home-about p{margin:0;max-width:920px}
.uv-home-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#5d7292;font-weight:700}

.uv-home-footer{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:18px clamp(28px,4vw,64px);background:linear-gradient(90deg,#073677,#0b4aa1);color:#fff}
.uv-home-footer-brand{display:grid;gap:2px}.uv-home-footer-brand strong{font-size:.88rem}.uv-home-footer-brand span{font-size:.72rem}
.uv-home-footer nav{display:flex;gap:25px;flex-wrap:wrap}.uv-home-footer nav a{text-decoration:none;font-size:.72rem}
.uv-home-footer nav a:hover{text-decoration:underline}

.uv-market-main{padding:34px clamp(28px,4vw,64px) 50px;background:#f7f9fc;min-height:70vh}
.uv-market-head{max-width:1000px;margin:0 auto 28px}
.uv-market-head h1{font-size:2.4rem;color:#0b347f;margin:4px 0 5px}.uv-market-head>p:not(.uv-home-kicker){color:#4d5d74;margin-top:0}
.uv-market-head .uv-home-search{margin-top:18px}
.uv-market-switch{display:flex;gap:10px;margin-top:15px}
.uv-market-switch a{padding:8px 12px;border-radius:6px;text-decoration:none;border:1px solid #c6d3e4;background:#fff;color:#0b347f;font-weight:700}
.uv-market-switch a.active{background:#0b347f;color:#fff;border-color:#0b347f}
.uv-market-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.uv-market-item{background:#fff;border:1px solid #d4deea;border-radius:9px;overflow:hidden;box-shadow:var(--uv-shadow)}
.uv-market-image{height:190px;display:grid;place-items:center;background:#edf2f7;text-decoration:none;color:#7990ad;font-size:3rem}
.uv-market-image img{width:100%;height:100%;object-fit:cover}
.uv-market-request-image{background:linear-gradient(135deg,#eef6ff,#f8fbff);color:#2460b6}
.uv-market-item-body{padding:16px}.uv-market-type{font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;color:#5d7190;font-weight:700}
.uv-market-item h2{font-size:1.08rem;margin:6px 0}.uv-market-item h2 a{text-decoration:none;color:#0b347f}.uv-market-item h2 a:hover{text-decoration:underline}
.uv-market-item p{font-size:.86rem;color:#42526a}.uv-market-location{font-weight:700}.uv-market-item small{font-size:.7rem;color:#6c7a8e}
.uv-market-empty{grid-column:1/-1;padding:35px;background:#fff;border:1px solid #d5dfeb;border-radius:8px;text-align:center}
.uv-market-cta{max-width:1200px;margin:25px auto 0;padding:24px;background:#fff;border:1px solid #d4deea;border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.uv-market-cta h2{margin:0;font-size:1.2rem;color:#0b347f}

@media(max-width:1150px){
  .uv-home-header{grid-template-columns:1fr auto;gap:18px}.uv-home-nav{grid-row:2;grid-column:1/-1;justify-content:flex-start;overflow:auto;padding-bottom:2px}
  .uv-home-hero{grid-template-columns:1fr}.uv-home-hero-visual{min-height:220px}
  .uv-home-trust{grid-template-columns:1fr 1fr;gap:18px}.uv-home-trust article{border-right:0;padding:0}
  .uv-home-bottom{grid-template-columns:1fr}
  .uv-market-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:820px){
  .uv-home-header{display:flex;flex-wrap:wrap;padding:14px 18px}.uv-home-brand{flex:1}.uv-home-account{order:2}.uv-home-nav{order:3;width:100%;gap:20px}
  .uv-home-brand strong{font-size:1.55rem}.uv-home-brand img{width:48px}.uv-home-brand small{font-size:.68rem}
  .uv-home-hero{padding:27px 18px}.uv-home-hero h1{font-size:2rem}.uv-home-hero-visual{display:none}
  .uv-home-search{min-height:52px}.uv-home-search button{padding:0 18px}
  .uv-home-trust{padding:18px;grid-template-columns:1fr}
  .uv-home-market{padding:20px 18px;grid-template-columns:1fr}.uv-home-match{transform:rotate(90deg);padding:4px}
  .uv-home-bottom{padding:18px}.uv-home-steps{display:grid;grid-template-columns:1fr}.uv-home-steps i{display:none}
  .uv-home-stats{grid-template-columns:1fr 1fr;row-gap:12px;padding-bottom:30px}.uv-home-stats div:nth-child(2){border-right:0}
  .uv-home-about{padding:28px 18px;grid-template-columns:1fr;gap:12px}
  .uv-home-footer{padding:18px;grid-template-columns:1fr}.uv-home-footer nav{gap:15px}
  .uv-market-main{padding:25px 18px}.uv-market-grid{grid-template-columns:1fr}
  .uv-market-cta{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .uv-home-account{width:100%;justify-content:center}.uv-home-nav{font-size:.85rem}.uv-home-brand small{display:none}
  .uv-home-search input{padding:0 12px;font-size:.9rem}.uv-home-search button span{display:none}.uv-home-search button{font-size:1.4rem}
  .uv-home-hero-actions{display:grid}.uv-home-button{width:100%}
  .uv-home-market-card header{align-items:flex-start}.uv-home-market-card header>a{display:none}
  .uv-home-list-meta{display:none}.uv-home-list-row{grid-template-columns:34px minmax(0,1fr)}.uv-home-offer-row{grid-template-columns:52px minmax(0,1fr)}
  .uv-home-stats{grid-template-columns:1fr 1fr}
}


/* Foundation 1.9g.59 – gesammelte Designrunde */
:root{--uv-brand-blue:#102f86}

/* Der ausgeschriebene Markenname UNIVERM ist überall gleich behandelt. */
.uv-home-brand strong,
.uv-home-footer-brand strong{
  color:var(--uv-brand-blue)!important;
  font-family:"Times New Roman",Times,serif!important;
}

/* Angebot und Gesuch sind gleichwertige Einstiege. */
.uv-home-hero-actions .uv-home-button-primary,
.uv-home-hero-actions .uv-home-button-secondary{
  background:#fff!important;
  color:var(--uv-brand-blue)!important;
  border:1px solid #b7c9e3!important;
  box-shadow:none!important;
}
.uv-home-hero-actions .uv-home-button-primary:hover,
.uv-home-hero-actions .uv-home-button-secondary:hover{
  background:#f4f8fd!important;
  border-color:#7899c7!important;
  color:var(--uv-brand-blue)!important;
  filter:none!important;
}

/* Hero wieder näher an der ersten Entwurfsidee: großzügiger und weniger gedrängt. */
.uv-home-hero{
  grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);
  padding-top:48px;
  padding-bottom:42px;
}
.uv-home-hero h1{
  font-size:clamp(2rem,2.55vw,3rem);
  line-height:1.08;
  max-width:none;
  white-space:nowrap;
}
.uv-home-subline{margin-top:8px}

/* Statt des zufällig entstandenen Linienkreises: originales UNIVERM-Globusmotiv,
   bewusst sehr dezent und außerhalb/hinter der Angebotskarte sichtbar. */
.uv-home-globe{
  width:min(430px,82%);
  aspect-ratio:auto;
  height:330px;
  right:5%;
  top:-16%;
  border:0;
  border-radius:0;
  opacity:.105;
  background:url("/assets/univerm-globe-background.png?v=1.9g.59") center/contain no-repeat;
}
.uv-home-globe:before,
.uv-home-globe:after,
.uv-home-globe-line{display:none!important}

@media(max-width:1280px){
  .uv-home-hero h1{white-space:normal}
}


/* =====================================================================
   Foundation 1.9g.60 – Nacharbeit aus dem ausgefüllten 1.9g.59-Test
   ===================================================================== */
:root{
  --uv-brand-blue:#102f86;
  --uv-brand-gold:#a97216;
}

/* Der Hero soll ruhig und weiß bleiben – kein zusätzlicher Farbverlauf. */
.uv-home-hero{
  background:#fff!important;
}

/* Spruch möglichst lange EINZEILIG halten; erst auf wirklich kleinen
   Viewports darf er umbrechen. */
.uv-home-hero h1{
  white-space:nowrap!important;
  font-size:clamp(1.58rem,2.5vw,3rem)!important;
  letter-spacing:-.025em;
}
@media(max-width:760px){
  .uv-home-hero h1{
    font-size:clamp(1.18rem,4.15vw,1.95rem)!important;
  }
}
@media(max-width:520px){
  .uv-home-hero h1{
    white-space:normal!important;
    font-size:1.72rem!important;
  }
}

/* Helles Logo-Gold statt signalhaftem Orange:
   Es nimmt die Farbe aus dem Original-UNIVERM-Zeichen wieder auf. */
.uv-home-subline strong{
  color:var(--uv-brand-gold)!important;
}

/* Zwei gleichwertige Einstiege, aber in der alten UNIVERM-Logik:
   Kaufgesuch = sanft blau, Verkaufsangebot = weiß.
   Gleiche Größe, gleiche Kontur, gleiche Typografie, kein "Hauptbutton". */
.uv-home-hero-actions{
  align-items:stretch;
}
.uv-home-hero-actions .uv-home-button{
  min-width:260px;
  min-height:62px;
  border:1px solid #9fb7d8!important;
  color:var(--uv-brand-blue)!important;
  box-shadow:0 4px 14px rgba(16,47,134,.045)!important;
}
.uv-home-hero-actions .uv-home-button-primary{
  background:#fff!important;
}
.uv-home-hero-actions .uv-home-button-secondary{
  background:#eef5ff!important;
}
.uv-home-hero-actions .uv-home-button-primary:hover,
.uv-home-hero-actions .uv-home-button-secondary:hover{
  border-color:#5f84ba!important;
  background:#f6f9fd!important;
  transform:translateY(-1px);
}

/* Das ursprüngliche geometrische Motiv bleibt vollständig entfernt.
   Nun ausschließlich das obere Original-Logo – größer und etwas deutlicher. */
.uv-home-globe{
  width:min(535px,96%)!important;
  height:390px!important;
  right:-1%!important;
  top:-25%!important;
  opacity:.19!important;
  background:url("/assets/univerm-globe-background.png?v=1.9g.60") center/contain no-repeat!important;
}

/* Die echte Angebotskarte bleibt vor dem Markenzeichen, aber kompakter. */
.uv-home-real-offer{
  background:rgba(255,255,255,.965)!important;
  border-color:#afc3df!important;
}

/* Ruhigere, einheitlichere Überschriften im neuen öffentlichen Design. */
.uv-home h1,
.uv-home h2,
.uv-public-design h1,
.uv-public-design h2{
  letter-spacing:-.018em;
}


/* Foundation 1.9g.61 – gesammelte Screenshot-Runde */

/* Beide Einstiege im gleichen hellblauen Stil. */
.uv-home-hero-actions .uv-home-button-primary,
.uv-home-hero-actions .uv-home-button-secondary{
  background:#eef5ff!important;
  color:#102f86!important;
  border:1px solid #9fb7d8!important;
  box-shadow:0 4px 14px rgba(16,47,134,.045)!important;
}
.uv-home-hero-actions .uv-home-button-primary:hover,
.uv-home-hero-actions .uv-home-button-secondary:hover{
  background:#e6f0fc!important;
  border-color:#5f84ba!important;
  color:#102f86!important;
}

/* Markenwort innerhalb eines längeren Textes. */
.uv-brand-word{
  color:#102f86!important;
  font-family:"Times New Roman",Times,serif!important;
}

/* Kaufgesuch ohne Bild: kein künstlicher Medienplatz. */
.uv-request-no-image .uv-home-card-media,
.uv-request-no-image .uv-market-card-media,
.uv-request-no-image .uv-market-media,
.uv-request-no-image .uv-card-media{
  display:none!important;
}

/* Neuer Footer. Die Linkgröße ist bewusst ruhig (15 px), nicht plakativ. */
.uv-home-footer{
  min-height:150px;
  padding:24px clamp(20px,4vw,62px) 16px!important;
  display:grid!important;
  grid-template-columns:minmax(260px,1fr) auto!important;
  grid-template-areas:"brand links" "claim links" "copy copy"!important;
  align-items:start!important;
  gap:8px 34px!important;
  background:#173b86!important;
}
.uv-home-footer-brand{
  grid-area:brand;
  display:inline-flex!important;
  width:max-content;
  max-width:100%;
  align-items:center;
  gap:12px;
  padding:8px 14px;
  border-radius:10px;
  background:#fff;
  color:#10213d!important;
}
.uv-home-footer-brand img{display:block;width:52px;height:auto}
.uv-home-footer-brand strong{
  color:#102f86!important;
  font-family:"Times New Roman",Times,serif!important;
  font-size:1.55rem!important;
  line-height:1;
}
.uv-home-footer-brand span{display:none!important}
.uv-home-footer-claim{
  grid-area:claim;
  margin:2px 0 0 2px;
  color:#fff;
  font-size:15px;
}
.uv-home-footer nav{
  grid-area:links;
  display:flex!important;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px 26px!important;
  padding-top:10px;
}
.uv-home-footer nav a,
.uv-home-footer nav a:link,
.uv-home-footer nav a:visited{
  color:#fff!important;
  font-size:15px!important;
  line-height:1.4;
  text-decoration:none;
}
.uv-home-footer nav a:hover{text-decoration:underline}
.uv-home-footer-copy{
  grid-area:copy;
  justify-self:center;
  color:#fff;
  font-size:13px;
  opacity:.9;
  margin-top:12px;
}
@media(max-width:760px){
  .uv-home-footer{
    grid-template-columns:1fr!important;
    grid-template-areas:"brand" "claim" "links" "copy"!important;
  }
  .uv-home-footer nav{justify-content:flex-start}
}

/* Modern browsers: request cards are identified by their KAUFGESUCH badge;
   when no real IMG is present, suppress the decorative media block. */
.uv-market-card:has(.uv-market-card-body .uv-market-type-request):not(:has(.uv-market-card-media img)) .uv-market-card-media,
.uv-home-card:has(.uv-home-card-body .uv-home-type-request):not(:has(.uv-home-card-media img)) .uv-home-card-media{
  display:none!important;
}


/* =====================================================================
   Foundation 1.9g.62 – Footer vereinfacht
   ===================================================================== */

.uv-home-footer{
  min-height:118px!important;
  padding:22px clamp(20px,4vw,62px) 14px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  grid-template-areas:
    "claim links"
    "rule rule"
    "copy copy"!important;
  align-items:center!important;
  gap:10px 34px!important;
  background:#173b86!important;
}

.uv-home-footer-brand{
  display:none!important;
}

.uv-home-footer-claim{
  grid-area:claim;
  margin:0!important;
  align-self:center!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1.4!important;
  font-weight:400!important;
}

.uv-home-footer nav{
  grid-area:links;
  display:flex!important;
  flex-wrap:wrap;
  justify-content:flex-end;
  align-items:center!important;
  gap:10px 26px!important;
  padding:0!important;
  margin:0!important;
}

.uv-home-footer nav a,
.uv-home-footer nav a:link,
.uv-home-footer nav a:visited{
  color:#fff!important;
  font-size:15px!important;
  line-height:1.4!important;
  font-weight:400!important;
  text-decoration:none!important;
}

.uv-home-footer nav a:hover{
  text-decoration:underline!important;
}

.uv-home-footer::after{
  content:"";
  grid-area:rule;
  display:block;
  width:100%;
  height:1px;
  background:rgba(255,255,255,.16);
}

.uv-home-footer-copy{
  grid-area:copy;
  justify-self:center;
  margin:0!important;
  color:#fff!important;
  font-size:13px!important;
  line-height:1.4!important;
  opacity:1!important;
}

.uv-home-footer-copy .uv-brand-word{
  color:#fff!important;
  font-family:Arial,Helvetica,sans-serif!important;
}

@media(max-width:760px){
  .uv-home-footer{
    grid-template-columns:1fr!important;
    grid-template-areas:
      "claim"
      "links"
      "rule"
      "copy"!important;
    align-items:start!important;
  }

  .uv-home-footer nav{
    justify-content:flex-start!important;
  }
}


/* 1.9g.69 Markenwort */
.uv-brand-word{
  font-family:"Times New Roman",Times,serif!important;
  color:#102f86!important;
}


/* Foundation 1.9g.72 – Footer-Navigation im weißen, abgerundeten Feld */
.uv-home-footer nav{background:#fff!important;border:1px solid rgba(255,255,255,.55)!important;border-radius:10px!important;padding:10px 16px!important}
.uv-home-footer nav a,.uv-home-footer nav a:link,.uv-home-footer nav a:visited{color:#102f86!important}
.uv-home-footer nav .uv-brand-word{color:#102f86!important;font-family:"Times New Roman",Times,serif!important}


/* 1.9g.77 – UNIVERM im Footer fett */
.uv-home-footer .uv-brand-word{
  font-family:"Times New Roman",Times,serif!important;
  color:#102f86!important;
  font-weight:700!important;
}

/* =====================================================================
   Foundation 1.9g.92 – globaler Header/Footer im freigegebenen Layout
   ===================================================================== */
.uv-global-header{
  min-height:94px!important;
  grid-template-columns:minmax(300px,1fr) auto minmax(300px,1fr)!important;
  gap:26px!important;
  padding:14px clamp(28px,4vw,64px)!important;
  background:#fff!important;
  border-bottom:1px solid #d9e3f0!important;
  box-shadow:0 2px 10px rgba(16,47,134,.035)!important;
}
.uv-global-header .uv-home-brand img{width:54px!important;height:auto!important}
.uv-global-header .uv-home-brand strong{
  color:#102f86!important;
  font-family:"Times New Roman",Times,serif!important;
  font-size:2rem!important;
  line-height:1!important;
  letter-spacing:.04em!important;
}
.uv-global-header .uv-home-brand small{
  color:#132748!important;
  font-size:.8rem!important;
  line-height:1.2!important;
  white-space:nowrap;
}
.uv-global-header .uv-home-nav{gap:clamp(18px,2vw,32px)!important}
.uv-global-header .uv-home-nav a{
  color:#0b2e70!important;
  font-size:.86rem!important;
  font-weight:700!important;
  border-bottom:2px solid transparent!important;
}
.uv-global-header .uv-home-nav a:hover,
.uv-global-header .uv-home-nav a:focus-visible,
.uv-global-header .uv-home-nav a[aria-current="page"]{
  color:#164b9c!important;
  border-bottom-color:#164b9c!important;
}
.uv-global-header-actions{
  justify-self:end;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:12px;
  white-space:nowrap;
}
.uv-global-language{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:10px 8px;
  color:#0b2e70;
  font-size:.82rem;
  font-weight:700;
}
.uv-global-account{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:9px 17px;
  border-radius:6px;
  font-size:.84rem;
  font-weight:700;
  text-decoration:none!important;
  transition:background .15s ease,border-color .15s ease,transform .15s ease;
}
.uv-global-account-secondary{
  color:#102f86!important;
  background:#fff!important;
  border:1px solid #7e9dcb!important;
}
.uv-global-account-primary{
  color:#fff!important;
  background:#123b8f!important;
  border:1px solid #123b8f!important;
}
.uv-global-account:hover{transform:translateY(-1px)}
.uv-global-account-secondary:hover{background:#f3f7fd!important}
.uv-global-account-primary:hover{background:#0d327c!important}

.uv-global-footer{
  display:block!important;
  padding:0!important;
  background:linear-gradient(100deg,#164f91 0%,#0d3d80 100%)!important;
  color:#fff!important;
  border-top:0!important;
}
.uv-global-footer-main{
  display:grid;
  grid-template-columns:minmax(250px,1.3fr) repeat(3,minmax(150px,.75fr));
  gap:clamp(28px,4vw,70px);
  padding:28px clamp(28px,4vw,64px) 24px;
}
.uv-global-footer-brand{max-width:320px}
.uv-global-footer-brandline{display:flex;align-items:center;gap:12px}
.uv-global-footer-brandline img{width:43px;height:auto;display:block}
.uv-global-footer-brandline>div{display:grid;gap:2px}
.uv-global-footer-brandline strong{
  color:#fff!important;
  font-family:"Times New Roman",Times,serif!important;
  font-size:1.35rem;
  letter-spacing:.035em;
}
.uv-global-footer-brandline small{font-size:.7rem;line-height:1.22;color:#fff}
.uv-global-footer-brand p{margin:12px 0 0;font-size:.72rem;line-height:1.45;color:rgba(255,255,255,.9)}
.uv-global-footer-column{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:5px!important;background:none!important;border:0!important;padding:0!important}
.uv-global-footer-column strong{font-size:.78rem;margin-bottom:3px;color:#fff}
.uv-global-footer-column a,
.uv-global-footer-column a:link,
.uv-global-footer-column a:visited{
  color:#fff!important;
  font-size:.7rem!important;
  line-height:1.35;
  text-decoration:underline!important;
  text-underline-offset:2px;
}
.uv-global-footer-column .uv-brand-word{color:#fff!important}
.uv-global-footer-bottom{
  min-height:44px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  padding:9px clamp(28px,4vw,64px);
  border-top:1px solid rgba(255,255,255,.16);
  font-size:.66rem;
  color:rgba(255,255,255,.85);
}
.uv-global-footer-bottom>span{grid-column:2;text-align:center}
.uv-global-footer-bottom nav{grid-column:3;justify-self:end;display:flex!important;gap:20px!important;background:none!important;border:0!important;padding:0!important}
.uv-global-footer-bottom a,.uv-global-footer-bottom a:link,.uv-global-footer-bottom a:visited{color:#fff!important;text-decoration:none!important;font-size:.66rem!important}
.uv-global-footer-bottom .uv-brand-word{color:#fff!important}

@media(max-width:1180px){
  .uv-global-header{grid-template-columns:1fr auto!important}
  .uv-global-header .uv-home-nav{grid-row:2;grid-column:1/-1;justify-content:flex-start!important;overflow:auto}
  .uv-global-footer-main{grid-template-columns:1.2fr repeat(3,1fr);gap:28px}
}
@media(max-width:820px){
  .uv-global-header{display:flex!important;flex-wrap:wrap!important;padding:13px 18px!important}
  .uv-global-header .uv-home-brand{flex:1 1 260px}
  .uv-global-header-actions{margin-left:auto;flex-wrap:wrap;gap:8px}
  .uv-global-header .uv-home-nav{order:3;width:100%;gap:18px!important}
  .uv-global-footer-main{grid-template-columns:1fr 1fr;padding:24px 18px}
  .uv-global-footer-brand{grid-column:1/-1}
  .uv-global-footer-bottom{grid-template-columns:1fr;padding:12px 18px;gap:8px}
  .uv-global-footer-bottom>span,.uv-global-footer-bottom nav{grid-column:1;justify-self:start;text-align:left}
}
@media(max-width:560px){
  .uv-global-header-actions{width:100%;justify-content:flex-start}
  .uv-global-language{padding-left:0}
  .uv-global-account{flex:1}
  .uv-global-header .uv-home-brand small{display:block!important;white-space:normal}
  .uv-global-footer-main{grid-template-columns:1fr}
  .uv-global-footer-brand{grid-column:auto}
}

/* Foundation 1.9g.95: approved 1.9g.94 footer brand card on follow-up pages too. */
.uv-home-footer.uv-global-footer .uv-global-footer-brand{
  background:#fff!important;
  border:1px solid rgba(15,48,139,.18)!important;
  border-radius:12px!important;
  padding:10px 12px!important;
  max-width:280px!important;
  box-sizing:border-box!important;
  color:#0f308b!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brandline{
  gap:9px!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brandline img{
  width:54px!important;
  height:auto!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brandline strong{
  color:#0f308b!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brandline small{
  color:#0f308b!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brand p{
  color:#0f308b!important;
  margin:8px 0 0!important;
}
@media (max-width:980px){
  .uv-home-footer.uv-global-footer .uv-global-footer-brand{max-width:320px!important}
}

/* =====================================================================
   Foundation 1.9g.96 – gemeinsamer Footer auf Folgeseiten korrigiert
   Verhindert alte .uv-home-footer/nav-Regeln auf Seiten mit 1.9g.57.css.
   ===================================================================== */
.uv-home-footer.uv-global-footer{
  min-height:0!important;height:auto!important;display:block!important;
  grid-template-columns:none!important;grid-template-areas:none!important;
  gap:0!important;align-items:initial!important;padding:0!important;margin:0!important;
  background:linear-gradient(100deg,#164f91 0%,#0d3d80 100%)!important;
  border:0!important;color:#fff!important;
}
.uv-home-footer.uv-global-footer::after{display:none!important;content:none!important}
.uv-home-footer.uv-global-footer .uv-global-footer-main{
  display:grid!important;grid-template-columns:minmax(250px,1.3fr) repeat(3,minmax(150px,.75fr))!important;
  grid-template-areas:none!important;align-items:start!important;gap:clamp(28px,4vw,70px)!important;
  padding:28px clamp(28px,4vw,64px) 24px!important;margin:0!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brand{
  box-sizing:border-box!important;display:block!important;grid-area:auto!important;
  width:100%!important;max-width:280px!important;padding:10px 12px 9px!important;
  background:#fff!important;border:1px solid rgba(16,47,134,.22)!important;
  border-radius:10px!important;box-shadow:0 2px 8px rgba(4,31,79,.10)!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brandline{
  display:flex!important;align-items:center!important;gap:10px!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brandline img{
  display:block!important;width:54px!important;height:auto!important;flex:0 0 auto!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brandline strong{
  display:block!important;color:#102f86!important;font-family:"Times New Roman",Times,serif!important;
  font-size:1.35rem!important;line-height:1.05!important;letter-spacing:.035em!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brandline small{
  display:block!important;color:#102f86!important;font-size:.70rem!important;line-height:1.22!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-brand p{
  margin:9px 0 0!important;color:#102f86!important;font-size:.68rem!important;line-height:1.35!important;
}
.uv-home-footer.uv-global-footer nav.uv-global-footer-column{
  grid-area:auto!important;display:flex!important;flex-direction:column!important;flex-wrap:nowrap!important;
  justify-content:flex-start!important;align-items:flex-start!important;gap:5px!important;
  padding:0!important;margin:0!important;background:transparent!important;border:0!important;
  border-radius:0!important;box-shadow:none!important;
}
.uv-home-footer.uv-global-footer nav.uv-global-footer-column strong{
  color:#fff!important;font-size:.78rem!important;margin:0 0 3px!important;
}
.uv-home-footer.uv-global-footer nav.uv-global-footer-column a,
.uv-home-footer.uv-global-footer nav.uv-global-footer-column a:link,
.uv-home-footer.uv-global-footer nav.uv-global-footer-column a:visited{
  color:#fff!important;font-size:.70rem!important;line-height:1.35!important;font-weight:400!important;
  text-decoration:underline!important;text-underline-offset:2px!important;
}
.uv-home-footer.uv-global-footer nav.uv-global-footer-column .uv-brand-word{
  color:#fff!important;font-family:"Times New Roman",Times,serif!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-bottom{
  min-height:44px!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;
  grid-template-areas:none!important;align-items:center!important;gap:24px!important;
  padding:9px clamp(28px,4vw,64px)!important;margin:0!important;
  border-top:1px solid rgba(255,255,255,.16)!important;color:rgba(255,255,255,.85)!important;
  font-size:.66rem!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-bottom>span{
  grid-column:2!important;text-align:center!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-bottom nav{
  grid-area:auto!important;grid-column:3!important;justify-self:end!important;display:flex!important;
  flex-direction:row!important;flex-wrap:wrap!important;justify-content:flex-end!important;
  align-items:center!important;gap:20px!important;padding:0!important;margin:0!important;
  background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-bottom nav a,
.uv-home-footer.uv-global-footer .uv-global-footer-bottom nav a:link,
.uv-home-footer.uv-global-footer .uv-global-footer-bottom nav a:visited{
  color:#fff!important;font-size:.66rem!important;font-weight:400!important;text-decoration:none!important;
}
.uv-home-footer.uv-global-footer .uv-global-footer-bottom .uv-brand-word{
  color:#fff!important;font-family:"Times New Roman",Times,serif!important;
}
@media(max-width:1180px){
  .uv-home-footer.uv-global-footer .uv-global-footer-main{
    grid-template-columns:1.2fr repeat(3,1fr)!important;gap:28px!important;
  }
}
@media(max-width:820px){
  .uv-home-footer.uv-global-footer .uv-global-footer-main{
    grid-template-columns:1fr 1fr!important;padding:24px 18px!important;
  }
  .uv-home-footer.uv-global-footer .uv-global-footer-brand{grid-column:1/-1!important;max-width:320px!important}
  .uv-home-footer.uv-global-footer .uv-global-footer-bottom{
    grid-template-columns:1fr!important;gap:8px!important;padding:12px 18px!important;
  }
  .uv-home-footer.uv-global-footer .uv-global-footer-bottom>span,
  .uv-home-footer.uv-global-footer .uv-global-footer-bottom nav{
    grid-column:1!important;justify-self:start!important;text-align:left!important;
  }
}
@media(max-width:560px){
  .uv-home-footer.uv-global-footer .uv-global-footer-main{grid-template-columns:1fr!important}
  .uv-home-footer.uv-global-footer .uv-global-footer-brand{grid-column:auto!important}
}
