/* ==========================================================================
   Schriften – lokal gehostet (kein Google-CDN, DSGVO-konform)
   Inter Variable Font, Subsets latin + latin-ext
   ========================================================================== */
@font-face{
  font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;
  src:url('../fonts/inter-var-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Inter';font-style:normal;font-weight:100 900;font-display:swap;
  src:url('../fonts/inter-var-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:'Inter';font-style:italic;font-weight:100 900;font-display:swap;
  src:url('../fonts/inter-var-latin-italic.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face{
  font-family:'Inter';font-style:italic;font-weight:100 900;font-display:swap;
  src:url('../fonts/inter-var-latin-ext-italic.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ==========================================================================
   Grundlagen
   Entwurfsraster: 1920 x 5550 px.  1rem = 10 Entwurfs-px.
   Die Wurzel-Schriftgröße skaliert mit der Fensterbreite, dadurch bleibt das
   gesamte Layout maßstabsgetreu und wächst nicht über die Entwurfsgröße.
   ========================================================================== */
*,*::before,*::after{box-sizing:border-box}
html{font-size:min(10px,0.520833vw);-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;overflow-x:hidden}

:root{
  --blau:#183860;      /* Dunkelblau 24/56/96 */
  --grau:#f2f2f2;
  --linie:0.2rem;
}

.page{
  position:relative;
  max-width:1920px;
  margin-inline:auto;
  font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;
  color:var(--blau);
  font-synthesis-weight:none;
}

img{display:block;max-width:100%}
a{color:inherit}
h1,h2,h3,p,ul,ol,blockquote{margin:0;padding:0}
ul,ol{list-style:none}

/* Überschriften-Stufen */
.h-xl{font-size:5.5rem;line-height:7.7rem;font-weight:700}
.h-lg{font-size:4.5rem;line-height:6.3rem;font-weight:700}

/* ==========================================================================
   Kopfzeile
   ========================================================================== */
.topbar{position:relative;height:22.34rem}

.topbar__offices{position:absolute;left:6.975rem;top:0;display:flex;gap:3.852rem}
.office{display:flex;flex-direction:column}
.office__label{
  padding-top:5.159rem;
  font-size:1.5rem;line-height:2.1rem;font-weight:700;
  letter-spacing:0.3em;text-transform:uppercase;white-space:nowrap; margin-bottom: 1.5rem;
}
.office:nth-child(1) .office__label{padding-left:2.438rem}
.office:nth-child(2) .office__label{padding-left:0.84rem}

.pill{
  display:flex;align-items:center;gap:0.695rem;
  height:4.971rem;padding-left:0.825rem;
  border:0.1506rem solid var(--blau);border-radius:0.904rem;
  text-decoration:none;white-space:nowrap;
}
.pill__icon{width:2.36rem;height:2.36rem;flex:none;object-fit:contain}
.pill__text{font-size:2.259rem;font-weight:600;line-height:1}
.office:nth-child(1) .pill{width:21.55rem}
.office:nth-child(2) .pill{width:21.30rem}

.brandmark{
  display:block;position:absolute;left:150.95rem;top:3.66rem;height:15.3rem;
  border-left:var(--linie) solid var(--blau);padding-left:2.35rem;
  text-decoration:none;color:inherit;
}
.brandmark__kicker{
  display:block;padding-top:1.253rem;
  font-size:2.2rem;line-height:3.08rem;font-weight:700;
  letter-spacing:0.05em;text-transform:uppercase;
}
.brandmark__name{
  display:block;margin-top:0.94rem;
  font-size:3.632rem;line-height:4.359rem;font-weight:700;
}

/* ==========================================================================
   Bühne: Foto, Textkarte, Vorteilsliste
   Entwurfsbereich y 223,4 – 1390,6
   ========================================================================== */
.masthead{position:relative;height:116.72rem; margin-top: 5rem; }

.masthead__photo{
  position:absolute;left:71.17rem;top:0;width:103.33rem;height:63.44rem;
  background-image:url('../images/Thomas_Beck_Rechtsanwalt.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:60% 40%;
}

.masthead__card{
  position:absolute;left:17.5rem;top:12.52rem;
  width:82.7rem;height:38.2rem;
  background:var(--blau);color:#fff;padding-left:5.915rem;
}
.masthead__kicker{
  padding-top:5.286rem;
  font-size:2.6rem;line-height:3.64rem;font-weight:500;letter-spacing:0.05em;
  text-transform:uppercase;
}
.masthead__title{
  margin-top:3.149rem;
  font-size:5.5rem;line-height:6.8rem;font-weight:700;
}

.masthead__rule{
  position:absolute;left:67.09rem;top:55.12rem;
  width:var(--linie);height:61.6rem;background:var(--blau);
}

.usp{position:absolute;left:63.57rem;top:77.72rem;display:flex;flex-direction:column}
.usp__item{
  display:flex;gap:3.413rem;height:11.1rem;
  opacity:0;transform:translateY(1.6rem);
  transition:opacity 1.4s ease,transform 1.4s ease;
}
.usp__item:nth-child(2){transition-delay:.55s}
.usp__item:nth-child(3){transition-delay:1.1s}
.usp.is-inview .usp__item{opacity:1;transform:none}
.usp__icon{width:7.2rem;height:7.2rem;flex:none}
.usp__title{padding-top:0.412rem;font-size:3rem;line-height:3.4rem;font-weight:700}
.usp__text{margin-top:0.218rem;font-size:2.4rem;line-height:3.4rem}

.br-mobile,.txt-mobile{display:none}

@media (prefers-reduced-motion:reduce){
  .usp__item{opacity:1;transform:none;transition:none}
}

/* ==========================================================================
   Schwerpunkte der Rechtsberatung
   Entwurfsbereich y 1390,6 – 2306,7
   ========================================================================== */
.focus{position:relative;height:91.61rem}
.focus__heading{position:absolute;left:17.5rem;top:11.939rem}
.focus__band{position:absolute;left:0;top:25.3rem;width:100%;height:66.31rem;background:var(--grau)}

.focus__grid{
  position:absolute;left:17.6rem;top:0;width:156.9rem;
  display:grid;grid-template-columns:402.5fr 382.5fr 402fr 382fr;
}
.focus__col{display:flex;flex-direction:column}
.focus__col:nth-child(1){--einzug:1.85rem}
.focus__col:nth-child(2){--einzug:2.6rem}
.focus__col:nth-child(3){--einzug:1.9rem}
.focus__col:nth-child(4){--einzug:1.95rem}

.focus__icon{height:13.7rem;display:flex;align-items:flex-end;padding-left:var(--einzug)}
.focus__icon img{width:100%;height:auto}
.focus__col:nth-child(1) .focus__icon img{width:9.152rem}
.focus__col:nth-child(2) .focus__icon img{width:9.020rem}
.focus__col:nth-child(3) .focus__icon img{width:7.749rem}
.focus__col:nth-child(4) .focus__icon img{width:9.015rem}

.focus__body{
  margin-top:3rem;min-height:43.41rem;
  border-left:var(--linie) solid var(--blau);padding-left:var(--einzug);
}
.focus__title{font-size:3rem;line-height:4.2rem;font-weight:700}
.focus__list{margin-top:3.318rem;font-size:2.4rem;line-height:3.2rem}
.focus__list li{position:relative;padding-left:2.5rem}
.focus__list li+li{margin-top:1.6rem}
.focus__list li::before{content:'•';position:absolute;left:0;top:0}

/* ==========================================================================
   Zitat mit Porträt
   Entwurfsbereich y 2306,7 – 2988,7
   ========================================================================== */
.quote{position:relative;height:68.2rem; margin: 3rem 0; }
.quote__portrait{
  position:absolute;left:17.5rem;top:11.5rem;width:53.67rem;height:56.7rem;
  background-image:url('../images/Thomas_Beck_Rechtsanwalt_Portraet.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:50% 20%;
}
.quote__card{
  position:absolute;left:71.17rem;top:11.5rem;width:103.33rem;height:56.7rem;
  background:var(--blau);color:#fff;padding-left:11.13rem;
}
.quote__rule{margin-top:7.6rem;width:82.1rem;height:var(--linie);background:#fff}
.quote__text{
  margin-top:3.513rem;
  font-size:3rem;line-height:4rem;font-style:italic;font-weight:400;
}
.quote__text p+p{margin-top:4rem}

/* ==========================================================================
   Werdegang
   Entwurfsbereich y 2988,7 – 3790
   ========================================================================== */
.cv{position:relative;height:80.13rem}
.cv__heading{position:absolute;left:17.5rem;top:9.274rem}
.cv__intro{position:absolute;left:17.7rem;top:23.749rem;width:41rem;font-size:2.4rem;line-height:3.2rem}
.cv__rule{position:absolute;left:70.55rem;top:20.7rem;width:var(--linie);height:59.43rem;background:var(--blau)}

.cv__list{position:absolute;left:0;top:23.971rem;width:100%}
.cv__item{position:relative;height:11.356rem}
.cv__badge{
  position:absolute;left:64.67rem;top:0;width:12.17rem;height:7.2rem;
  background:var(--blau);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:2.6rem;font-weight:700;line-height:1;
}
.cv__text{position:absolute;left:82rem;top:0.009rem}
.cv__role{font-size:3rem;line-height:4.2rem;font-weight:700}
.cv__detail{margin-left:0.2rem;margin-top:-0.282rem;font-size:2.4rem;line-height:3.2rem}

/* ==========================================================================
   Kontaktaufnahme in drei Schritten
   Entwurfsbereich y 3790 – 4467,8
   ========================================================================== */
.steps{position:relative;height:67.78rem; margin-top: 5rem; }
.steps__heading{position:absolute;left:17.5rem;top:8.829rem}
.steps__rule{position:absolute;left:17.5rem;top:24.384rem;width:157rem;height:var(--linie);background:var(--blau)}

.steps__grid{
  position:absolute;left:17.5rem;top:0;width:157rem;
  display:grid;grid-template-columns:repeat(3,49.67rem);justify-content:space-between;
}
.step{position:relative;padding-top:30rem}
.step__num{
  position:absolute;left:50%;top:19.88rem;transform:translateX(-50%);
  width:7.2rem;height:7.2rem;border-radius:50%;background:var(--blau);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:3rem;font-weight:700;line-height:1;
}
.step__card{height:27.5rem;background:var(--blau);color:#fff;padding:0 3.64rem}
.step__title{padding-top:4.593rem;font-size:3rem;line-height:4.2rem;font-weight:700}
.step__text{margin-top:1.218rem;font-size:2.4rem;line-height:3.2rem}
.step__text p+p{margin-top:1.6rem}

/* ==========================================================================
   Rückruf-Formular
   Entwurfsbereich y 4467,8 – 5082,8
   ========================================================================== */
.callback{position:relative;height:61.5rem;background:var(--grau)}
.callback__heading{position:absolute;left:17.5rem;top:7.371rem}
.callback__text{position:absolute;left:17.867rem;top:15.15rem;width:45rem;font-size:2.4rem;line-height:3.2rem}

.callback__form{position:absolute;left:0;top:0;width:100%;height:100%}
.field{
  position:absolute;background:#fff;
  display:flex;flex-direction:column;
}
.field--name{left:71.17rem;top:7.8rem;width:49.67rem;height:9.8rem}
.field--mail{left:71.17rem;top:21.3rem;width:49.67rem;height:9.8rem}
.field--tel {left:71.17rem;top:34.8rem;width:49.67rem;height:9.8rem}
.field--msg {left:124.93rem;top:7.72rem;width:49.57rem;height:36.8rem}

.field label{
  padding:1.137rem 0 0 1.6rem;
  font-size:2rem;line-height:2.8rem;font-weight:400;color:var(--blau);
}
.field input,.field textarea{
  flex:1;width:100%;border:0;background:transparent;
  padding:0 1.6rem 1rem;
  font-family:inherit;font-size:2.2rem;color:var(--blau);
}
.field textarea{resize:none;padding-top:0.4rem}
.field input:focus,.field textarea:focus{outline:0.2rem solid var(--blau);outline-offset:-0.2rem}

.callback__note{
  position:absolute;left:71.367rem;top:48.508rem;
  font-size:2rem;line-height:2.6rem;
}
.callback__submit{
  position:absolute;left:152.7rem;top:48.37rem;
  width:21.3rem;height:4.971rem;
  background:var(--blau);color:#fff;border:0;border-radius:0.904rem;
  font-family:inherit;font-size:2.259rem;font-weight:600;letter-spacing:0.02em;
  cursor:pointer;
}
.callback__submit:hover{background:#122c4c}
.callback__submit:disabled{opacity:.65;cursor:wait}

.callback__note a{text-decoration:underline}
.callback__note a:hover{text-decoration:none}

.field--honeypot{
  position:absolute!important;left:-9999px!important;top:auto!important;
  width:1px!important;height:1px!important;overflow:hidden!important;
  opacity:0;pointer-events:none;
}

.callback__feedback{
  position:absolute;left:71.17rem;top:7.8rem;width:103.33rem;z-index:2;
}
.callback.is-sent .callback__form{visibility:hidden;pointer-events:none}
.callback.is-sent .callback__feedback{top:7.8rem}

.alert{
  display:none;padding:1.4rem 1.8rem;border:0.2rem solid transparent;border-radius:0.6rem;
  font-size:2rem;line-height:2.8rem;
}
.alert.is-visible{display:block}
.alert-success{color:#0f5132;background:#d1e7dd;border-color:#badbcc}
.alert-danger{color:#842029;background:#f8d7da;border-color:#f5c2c7}
.alert ul{margin-top:0.8rem}
.alert li{position:relative;padding-left:1.6rem}
.alert li+li{margin-top:0.4rem}
.alert li::before{content:'•';position:absolute;left:0}

/* ==========================================================================
   Fußbereich
   Entwurfsbereich y 5082,8 – 5550
   ========================================================================== */
.footer{position:relative;height:46.72rem;background:var(--blau);color:#fff}
.footer__col{position:absolute;top:0}
.footer__col--ni{left:17.5rem}
.footer__col--ffm{left:57.75rem}
.footer__col--mail{left:98.2rem}

.footer__title{padding-top:5.935rem;font-size:3rem;line-height:4.2rem;font-weight:700}
.footer__lines{margin-left:0.2rem;margin-top:1.583rem;font-size:2.4rem;line-height:3.2rem}
.footer__contact{
  margin-left:0.2rem;margin-top:3.2rem;
  display:grid;grid-template-columns:8rem auto;
  font-size:2.4rem;line-height:3.2rem;
}
.footer__contact span:nth-child(even){font-size:2.259rem}

.footer__mailtext{margin-top:1.4rem;font-size:2.4rem;line-height:3.2rem}
.footer__mail{
  display:inline-flex;align-items:center;margin-top:2.581rem;
  height:4.971rem;padding:0 1.625rem;
  background:#fff;color:var(--blau);border-radius:0.904rem;
  font-size:2.259rem;font-weight:600;text-decoration:none;line-height:1;
}

.footer__parking{position:absolute;left:17.35rem;top:35.29rem;display:flex;align-items:center;gap:0.77rem}
.footer__parking img{width:6.43rem;height:6.43rem;flex:none}
.footer__parking span{font-size:2.4rem;line-height:3.36rem;font-weight:700; margin-left: 1rem; }

.footer__legal{
  position:absolute;right:17.5rem;top:35.445rem;
  display:flex;flex-direction:column;align-items:flex-end;
  font-size:1.8rem;line-height:2.4rem; 
}
.footer__legal a{text-decoration:none}
.footer__legal a:hover{text-decoration:underline}

/* ==========================================================================
   Legal-Seiten (Impressum / Datenschutz)
   ========================================================================== */
.legal{padding:8rem 17.5rem 10rem}
.legal__rule{
  margin-top:2.5rem;width:100%;
  height:var(--linie);background:var(--blau);
}
.legal__body{
  margin-top:4rem;
  font-size:2.4rem;line-height:3.4rem;
}
.legal__body h2{
  margin-top:3.5rem;
  font-size:3rem;line-height:4.2rem;font-weight:700;
}
.legal__body h2:first-child{margin-top:0}
.legal__body p+p{margin-top:1.6rem}
.legal__body ul{margin-top:1.6rem}
.legal__body li{position:relative;padding-left:2.5rem}
.legal__body li+li{margin-top:0.8rem}
.legal__body li::before{content:'•';position:absolute;left:0;top:0}
.legal__body a{text-decoration:underline}
.legal__body a:hover{text-decoration:none}

/* ==========================================================================
   Kleine Bildschirme – die Vorlage liefert keinen mobilen Entwurf,
   daher hier eine sachliche Umsetzung im gleichen Erscheinungsbild.
   ========================================================================== */
@media (max-width:768px){
  html{font-size:16px}
  .page{font-size:1rem}

  .topbar,.masthead,.focus,.quote,.cv,.steps,.callback,.footer{height:auto;position:static}
  .topbar__offices,.brandmark,.masthead__photo,.masthead__card,.masthead__rule,.usp,
  .focus__heading,.focus__band,.focus__grid,.quote__portrait,.quote__card,
  .cv__heading,.cv__intro,.cv__rule,.cv__list,.cv__badge,.cv__text,
  .steps__heading,.steps__rule,.steps__grid,.step__num,
  .callback__heading,.callback__text,.callback__form,.callback__feedback,.field,.callback__note,.callback__submit,
  .footer__col,.footer__parking,.footer__legal{
    position:static;left:auto;top:auto;right:auto;width:auto;height:auto;transform:none;
  }

  .page{padding:0}
  .topbar{display:flex;flex-direction:column;gap:1.5rem;align-items:stretch;padding:1.5rem 1.25rem}
  .topbar__offices{display:flex;flex-direction:column;gap:0.75rem;width:100%}
  .office{flex-direction:row;align-items:center;justify-content:space-between;gap:0.75rem}
  .office__label{padding:0!important;font-size:0.7rem;margin-bottom:0}
  .pill{width:auto!important;height:2.6rem;padding:0 0.9rem;gap:0.5rem;border-radius:0.5rem;flex:none}
  .pill__icon{width:1.1rem;height:1.1rem}
  .pill__text{font-size:1rem}
  .brandmark{border-left-width:2px;padding-left:0.75rem;height:auto;align-self:flex-start}
  .brandmark__kicker{padding-top:0;font-size:0.9rem;line-height:1.2}
  .brandmark__name{margin-top:0.25rem;font-size:1.5rem;line-height:1.2}

  .masthead{overflow:hidden}
  .masthead__photo{display:block;width:100%;margin:0;height:52vw;background-size:cover;background-position:60% 50%}
  .masthead__card{width:auto;margin:-3rem 1.25rem 0;padding:1.5rem}
  .masthead__kicker{padding-top:0;font-size:0.8rem;line-height:1.3}
  .masthead__title{margin-top:0.6rem;font-size:1.6rem;line-height:1.25}
  .br-desktop,.txt-desktop{display:none}
  .br-mobile{display:unset}
  .txt-mobile{display:inline}
  .masthead__rule{display:none}
  .usp{gap:1.25rem;padding:2rem 1.25rem 0}
  .usp__item{position:relative;height:auto;gap:1rem;align-items:flex-start}
  .usp__item:not(:last-child)::after{
    content:'';position:absolute;left:1.2rem;top:2.5rem;bottom:-1.25rem;
    width:2px;background:var(--blau);
  }
  .usp__icon{width:2.5rem;height:2.5rem;position:relative;z-index:1}
  .usp__title{padding-top:0;font-size:1.1rem;line-height:1.35}
  .usp__text{margin-top:0.15rem;font-size:0.95rem;line-height:1.4}

  .focus{padding:2.5rem 0 0}
  .focus__heading,.h-xl,.h-lg{font-size:1.6rem;line-height:1.25}
  .focus__heading{padding:0 1.25rem}
  .focus__band{background:var(--grau);margin-top:1.5rem;padding:2rem 1.25rem}
  .focus__grid{display:grid;grid-template-columns:1fr;gap:2rem}
  .focus__icon{height:auto;padding:0 0 0.75rem}
  .focus__col .focus__icon img{width:3.4rem!important}
  .focus__body{margin-top:0;min-height:0;padding-left:0.9rem;border-left-width:2px}
  .focus__title{font-size:1.15rem;line-height:1.4}
  .focus__list{margin-top:0.75rem;font-size:0.95rem;line-height:1.45}
  .focus__list li{padding-left:1rem}
  .focus__list li+li{margin-top:0.5rem}

  .quote{padding:2.5rem 1.25rem}
  .quote__text br{display:none}
  .quote__portrait{display:block;width:100%;height:70vw;margin-top:0;background-size:cover;background-position:50% 25%; margin-bottom: 2rem;}
  .quote__card{display:block;width:100%;margin:0;padding:1.5rem;box-sizing:border-box}
  .quote__rule{margin-top:0;width:100%;height:2px}
  .quote__text{margin-top:1.25rem;font-size:1rem;line-height:1.55}
  .quote__text p+p{margin-top:1rem}

  .cv{padding:0 1.25rem 2.5rem}
  .cv__intro{margin-top:1rem;font-size:0.95rem;line-height:1.45}
  .cv__rule{display:none}
  .cv__list{margin-top:1.75rem;display:flex;flex-direction:column;gap:1.25rem}
  .cv__item{position:relative;display:flex;gap:1rem;align-items:flex-start;height:auto}
  .cv__item:not(:last-child)::after{
    content:'';position:absolute;left:2.05rem;top:2.1rem;bottom:-1.25rem;
    width:2px;background:var(--blau);
  }
  .cv__badge{position:relative;z-index:1;width:4.2rem;height:2.1rem;flex:none;font-size:0.95rem}
  .cv__role{font-size:1.05rem;line-height:1.35}
  .cv__detail{margin:0;font-size:0.9rem;line-height:1.4}
  .steps{padding:0 1.25rem 2.5rem; margin-top: 2rem;}
  .steps__rule{display:none}
  .steps__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem}
  .step{padding-top:0;display:flex;flex-direction:column;align-items:flex-start;gap:0.6rem}
  .step__num{width:2.4rem;height:2.4rem;font-size:1.05rem}
  .step__card{width:100%;padding:1.25rem; height: auto;}
  .step__title{padding-top:0;font-size:1.1rem;line-height:1.35}
  .step__text{margin-top:0.5rem;font-size:0.95rem;line-height:1.45}

  .callback{padding:2.5rem 1.25rem}
  .callback__text{margin-top:0.75rem;font-size:0.95rem;line-height:1.45}
  .callback__feedback{margin-top:1.25rem;width:auto}
  .callback.is-sent .callback__form{display:none;visibility:visible}
  .callback__form{display:grid;gap:0.9rem;margin-top:1.5rem}
  .field{height:auto}
  .field--msg{min-height:9rem}
  .field label{padding:0.6rem 0 0 0.8rem;font-size:0.85rem;line-height:1.3}
  .field input,.field textarea{padding:0.2rem 0.8rem 0.6rem;font-size:1rem;min-height:2rem}
  .field--msg textarea{min-height:6.5rem}
  .callback__note{font-size:0.8rem;line-height:1.35}
  .callback__submit{width:100%;height:2.9rem;font-size:1rem;border-radius:0.5rem}
  .alert{padding:0.85rem 1rem;font-size:0.95rem;line-height:1.45;border-width:1px;border-radius:0.4rem}

  .footer{padding:2.5rem 1.25rem;display:grid;gap:1.75rem}
  .footer__title{padding-top:0;font-size:1.15rem;line-height:1.35}
  .footer__lines,.footer__contact,.footer__mailtext{margin-left:0;font-size:0.95rem;line-height:1.45}
  .footer__contact{margin-top:0.9rem;grid-template-columns:3.4rem auto}
  .footer__contact span:nth-child(even){font-size:0.95rem}
  .footer__mail{margin-top:0.9rem;height:2.6rem;padding:0 0.9rem;font-size:0.95rem;border-radius:0.5rem}
  .footer__parking{gap:0.6rem}
  .footer__parking img{width:2.2rem;height:2.2rem}
  .footer__parking span{font-size:0.9rem;line-height:1.35}
  .footer__legal{align-items:flex-start;font-size:0.85rem;line-height:2.5}
  .masthead {
      margin-top: 2rem;
  }

  .legal{padding:2.5rem 1.25rem}
  .legal__title{font-size:1.6rem;line-height:1.25}
  .legal__rule{margin-top:1rem;max-width:none;height:2px}
  .legal__body{margin-top:1.5rem;max-width:none;font-size:0.95rem;line-height:1.55}
  .legal__body h2{margin-top:1.75rem;font-size:1.15rem;line-height:1.35}
  .legal__body p+p{margin-top:0.9rem}
  .legal__body ul{margin-top:0.9rem}
  .legal__body li{padding-left:1rem}
  .legal__body li+li{margin-top:0.45rem}

}

