:root{
  --black:#202020;
  --navy:#26303e;
  --gold:#b9aa91;
  --sand:#d9cdba;
  --paper:#f7f5f1;
  --line:#d8d2c9;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
html,body{margin:0;min-height:100%;background:var(--black)}
body{color:var(--navy);font-family:"Arial Narrow","Roboto Condensed",Arial,sans-serif}
a{text-decoration:none}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif}

.topbar{height:64px;background:var(--black);color:#525965}
.nav-inner{height:64px;max-width:1320px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 3px}
.main-nav{height:100%;display:flex;align-items:center;gap:39px}
.main-nav a{height:100%;display:flex;align-items:center;position:relative;color:#c4c1bb;font-size:16px;font-weight:300;white-space:nowrap}
.main-nav a.active{color:#d2bea0}
.main-nav a.active::after{content:"";position:absolute;left:0;bottom:13px;width:48px;height:2px;background:#d2bea0}
.top-contact{display:flex;align-items:center;gap:18px;font-size:15px;font-weight:300;color:#989b9f}
.top-contact b{width:1px;height:19px;background:#424242}

.site-shell{width:calc(100% - 30px);max-width:1643px;margin:0 auto;background:#fff}
.eyebrow{display:block;margin-bottom:18px;color:#a99473;font-size:13px;font-weight:600;letter-spacing:3.1px}
.eyebrow.light{color:#cbb99a}
.gold-line{width:136px;height:3px;background:#b9aa91;margin:29px 0 25px}

.contact-hero{
  min-height:590px;
  background:#f7f5f1;
  padding:102px 8.5% 108px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:110px;
  align-items:center;
}
.hero-kicker{
  display:block;
  color:#a68f6e;
  font-family:Georgia,"Times New Roman",serif;
  font-size:29px;
  font-weight:700;
  letter-spacing:-.7px;
  margin-bottom:22px;
}
.contact-hero h1{
  margin:0;
  color:#26303e;
  font-size:65px;
  line-height:1.1;
  letter-spacing:-2.3px;
}
.hero-copy>p{
  max-width:660px;
  margin:0;
  color:#596068;
  font-size:19px;
  line-height:1.62;
  font-weight:300;
}
.direct-contact{
  margin-top:36px;
  border-top:1px solid #cdc6bc;
  max-width:680px;
}
.direct-contact a{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:24px;
  padding:18px 0;
  border-bottom:1px solid #cdc6bc;
  color:#283341;
}
.direct-contact span{
  color:#9a8566;
  font-size:11px;
  font-weight:600;
  letter-spacing:2px;
}
.direct-contact strong{
  font-size:18px;
  font-weight:400;
}
.hero-note{
  border-left:1px solid #c6bba9;
  padding:38px 0 38px 48px;
  display:grid;
  grid-template-columns:48px 1fr;
  gap:18px;
}
.note-number{
  color:#af9a7b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:20px;
}
.hero-note h2{
  margin:0 0 12px;
  color:#2b3541;
  font-size:27px;
}
.hero-note p{
  margin:0;
  color:#6a7075;
  font-size:16px;
  line-height:1.55;
  font-weight:300;
}

.locations{
  background:#d9cdba;
  padding:92px 8.5% 100px;
}
.section-heading{
  max-width:1360px;
  margin:0 auto 43px;
}
.section-heading h2{
  margin:0;
  color:#26303e;
  font-size:46px;
  line-height:1.18;
  letter-spacing:-1.6px;
}
.location-grid{
  max-width:1360px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.18fr .91fr .91fr;
  border-top:1px solid #ad9e86;
  border-bottom:1px solid #ad9e86;
}
.location-grid article{
  padding:30px 31px 31px;
  border-left:1px solid #ad9e86;
}
.location-grid article:first-child{
  border-left:0;
  padding-left:0;
}
.location-grid .role{
  display:block;
  color:#846f52;
  font-size:11px;
  font-weight:600;
  letter-spacing:2.1px;
}
.location-grid h3{
  margin:14px 0 8px;
  color:#283341;
  font-size:29px;
  line-height:1.2;
  letter-spacing:-.7px;
}
.location-grid .main-location h3{font-size:35px}
.location-grid p{
  margin:0;
  color:#69635c;
  font-size:17px;
  font-weight:300;
}

.form-section{
  background:#202020;
  color:#eee9e1;
  padding:98px 8.5% 108px;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:105px;
}
.form-intro h2{
  margin:0;
  color:#f2eee8;
  font-size:45px;
  line-height:1.2;
  letter-spacing:-1.5px;
}
.form-intro>p{
  max-width:480px;
  margin:22px 0 0;
  color:#a7acb0;
  font-size:17px;
  line-height:1.58;
  font-weight:300;
}
.form-side-note{
  margin-top:42px;
  padding-top:24px;
  border-top:1px solid #4c4842;
  display:grid;
  grid-template-columns:42px 1fr;
  gap:17px;
}
.form-side-note>span{
  color:#bea987;
  font-family:Georgia,"Times New Roman",serif;
  font-size:17px;
}
.form-side-note p{
  margin:0;
  color:#9da2a6;
  font-size:14.5px;
  line-height:1.5;
  font-weight:300;
}
.form-side-note a{color:#cbb99a}

.form-row{
  display:grid;
  gap:26px;
  margin-bottom:23px;
}
.form-row.two{grid-template-columns:1fr 1fr}
.contact-form label>span{
  display:block;
  margin-bottom:8px;
  color:#cec7ba;
  font-size:14px;
  font-weight:400;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  border:1px solid #57534d;
  border-radius:0;
  background:#292929;
  color:#f2eee8;
  padding:14px 15px;
  outline:none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{border-color:#b9aa91}
.contact-form select{height:51px}
.contact-form textarea{resize:vertical;min-height:160px}
.message{display:block;margin-bottom:23px}
.privacy{
  display:flex!important;
  align-items:flex-start;
  gap:12px;
  max-width:930px;
}
.privacy input{
  width:17px;
  height:17px;
  flex:0 0 17px;
  margin:2px 0 0;
  accent-color:#b9aa91;
}
.privacy>span{
  margin:0!important;
  color:#999da1!important;
  font-size:13px!important;
  line-height:1.45;
}
.hp{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.submit-row{
  margin-top:30px;
  display:flex;
  align-items:center;
  gap:30px;
}
.submit-row button{
  min-width:180px;
  min-height:50px;
  border:0;
  background:#d9cdba;
  color:#26303e;
  padding:0 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  cursor:pointer;
}
.submit-row button span{font-size:22px}
.submit-row p{
  margin:0;
  color:#8f9498;
  font-size:14px;
}
.submit-row a{color:#c6b699}

.contact-close{
  background:#f7f5f1;
  padding:76px 8.5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}
.contact-close h2{
  margin:0;
  color:#26303e;
  font-size:41px;
  line-height:1.2;
  letter-spacing:-1.4px;
}
.close-contact{
  display:flex;
  flex-direction:column;
  gap:7px;
  align-items:flex-end;
}
.close-contact a{
  color:#2f3945;
  font-size:18px;
}

.footer{
  background:#202020;
  color:#777d84;
  padding:34px 8.5%;
  display:grid;
  grid-template-columns:150px 1fr 1fr auto;
  gap:32px;
  align-items:center;
  font-size:14px;
}
.footer>img{width:108px;height:auto}
.footer nav{display:flex;gap:24px}
.footer nav a{color:#777d84}

@media(max-width:1180px){
  .nav-inner{padding:0 24px}
  .top-contact{display:none}
  .main-nav{gap:27px;overflow:auto}
  .site-shell{width:calc(100% - 20px)}
  .contact-hero,.form-section{gap:55px}
  .contact-hero,.locations,.form-section,.contact-close,.footer{padding-left:6%;padding-right:6%}
}
@media(max-width:900px){
  .contact-hero,.form-section{grid-template-columns:1fr}
  .hero-note{border-left:0;border-top:1px solid #c6bba9;padding-left:0}
  .location-grid{grid-template-columns:1fr}
  .location-grid article{
    border-left:0;
    border-top:1px solid #ad9e86;
    padding-left:0;
  }
  .location-grid article:first-child{border-top:0}
  .footer{grid-template-columns:1fr}
}
@media(max-width:640px){
  .site-shell{width:calc(100% - 12px)}
  .contact-hero,.locations,.form-section,.contact-close,.footer{padding-left:24px;padding-right:24px}
  .contact-hero h1{font-size:44px}
  .hero-kicker{font-size:24px}
  .section-heading h2,.form-intro h2,.contact-close h2{font-size:32px}
  .form-row.two{grid-template-columns:1fr}
  .submit-row{flex-direction:column;align-items:flex-start}
  .contact-close{align-items:flex-start;flex-direction:column}
  .close-contact{align-items:flex-start}
  .location-grid h3,.location-grid .main-location h3{font-size:27px}
}


/* Angebots-CTA auf der Kontaktseite */
.offer-cta{
  background:#d9cdba;
  padding:78px 8.5%;
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:100px;
  align-items:center;
}
.offer-cta h2{
  margin:0;
  color:#26303e;
  font-family:Georgia,"Times New Roman",serif;
  font-size:40px;
  line-height:1.22;
  letter-spacing:-1.3px;
}
.offer-cta p{
  margin:0 0 24px;
  color:#5d5f60;
  font-size:17px;
  line-height:1.55;
  font-weight:300;
}
.offer-cta a{
  min-width:178px;
  min-height:50px;
  padding:0 18px;
  border:1px solid #8e7c60;
  color:#26303e;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  font-size:15px;
}
.offer-cta a span{font-size:22px}
@media(max-width:900px){
  .offer-cta{grid-template-columns:1fr;gap:35px}
}
@media(max-width:640px){
  .offer-cta{padding-left:24px;padding-right:24px}
  .offer-cta h2{font-size:32px}
}
