
*{box-sizing:border-box}
html,body{margin:0;background:#05080b;color:#f5f2ed}
body.kontakt-v38{font-family:Arial,Helvetica,sans-serif}

.kontakt-main{
  min-height:calc(100svh - 112px);
  position:relative;
  overflow:hidden;
  padding:clamp(54px,7vw,92px) clamp(22px,6vw,96px) 60px;
  background:
    linear-gradient(rgba(5,8,11,.77),rgba(5,8,11,.91)),
    url("cocktail-bg-soft.jpg") center/cover no-repeat fixed;
}
.kontakt-main::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-150px;
  top:-150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(34,217,245,.10),transparent 67%);
  pointer-events:none;
}

.kontakt-layout{
  width:min(1080px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);
  gap:clamp(40px,7vw,92px);
  align-items:center;
  position:relative;
  z-index:2;
}

.kontakt-copy{
  max-width:650px;
}
.eyebrow{
  margin:0 0 10px;
  color:#ff2d72;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.75rem;
  font-weight:800;
}
.kontakt-copy h1{
  margin:0 0 20px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.5rem,4.6vw,4.5rem);
  line-height:1.02;
  font-weight:400;
  letter-spacing:-.035em;
}
.lead{
  margin:0;
  max-width:610px;
  color:#e5e1dc;
  font-size:clamp(1rem,1.35vw,1.14rem);
  line-height:1.7;
}
.subcopy{
  margin:18px 0 0;
  max-width:570px;
  color:#bfc5c9;
  line-height:1.7;
  font-size:.96rem;
}
.contact-highlights{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}
.contact-highlights span{
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(6,10,14,.38);
  color:#f0ede8;
  font-size:.76rem;
  font-weight:700;
}
.contact-highlights span:nth-child(1){border-color:rgba(255,45,114,.45)}
.contact-highlights span:nth-child(2){border-color:rgba(255,226,55,.40)}
.contact-highlights span:nth-child(3){border-color:rgba(35,217,245,.42)}
.contact-highlights span:nth-child(4){border-color:rgba(118,239,60,.38)}

.kontakt-card{
  position:relative;
  padding:clamp(28px,3.4vw,42px);
  border-radius:20px;
  border:1px solid rgba(255,255,255,.10);
  background:
    linear-gradient(145deg,rgba(12,17,22,.94),rgba(5,8,11,.90));
  box-shadow:0 22px 60px rgba(0,0,0,.36);
  overflow:hidden;
}
.kontakt-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:2px;
  background:linear-gradient(90deg,#ff2d72,#ff8a2a,#ffe447,#76ef3c,#23d9f5);
}
.card-kicker{
  margin:0 0 11px;
  color:#ff2d72;
  text-transform:uppercase;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.11em;
}
.kontakt-card h2{
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(1.28rem,2vw,1.8rem);
  line-height:1.25;
  word-break:break-word;
}
.kontakt-card>p:not(.card-kicker){
  margin:0;
  color:#cfd3d6;
  line-height:1.65;
  font-size:.93rem;
}
.mail-button{
  margin-top:24px;
  min-height:54px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:12px;
  color:#05080b;
  text-decoration:none;
  font-weight:800;
  font-size:.98rem;
  background:linear-gradient(90deg,#ff3f85,#ffb82e 36%,#d8ef4a 58%,#1ed6f3);
  transition:transform .18s ease,filter .18s ease;
}
.mail-button:hover{
  transform:translateY(-2px);
  filter:brightness(1.05);
}
.contact-divider{
  height:1px;
  margin:27px 0 20px;
  background:rgba(255,255,255,.10);
}
.verein-name{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.verein-name strong{
  color:#fff;
  letter-spacing:.08em;
  font-size:.88rem;
}
.verein-name span{
  color:#9fa7ac;
  font-size:.79rem;
  line-height:1.4;
}

.kontakt-route{
  width:min(1080px,100%);
  margin:38px auto 0;
  display:flex;
  justify-content:flex-end;
  position:relative;
  z-index:1;
}
.kontakt-route img{
  display:block;
  width:min(430px,45vw);
  height:auto;
  opacity:.88;
}

@media(max-width:820px){
  .kontakt-main{background-attachment:scroll}
  .kontakt-layout{
    grid-template-columns:1fr;
    gap:34px;
  }
  .kontakt-copy{
    max-width:720px;
  }
  .kontakt-card{
    width:min(100%,620px);
  }
  .kontakt-route{
    justify-content:center;
    margin-top:30px;
  }
  .kontakt-route img{
    width:min(470px,88vw);
  }
}
@media(max-width:520px){
  .kontakt-main{
    padding-top:42px;
  }
  .kontakt-copy h1{
    font-size:clamp(2.2rem,12vw,3.25rem);
  }
  .kontakt-card{
    padding:26px 22px;
  }
}


/* V41 – Kontakt-Typografie vereinfacht */
.kontakt-copy .eyebrow{
  margin-bottom:18px;
}
.kontakt-copy .lead{
  font-size:clamp(1.08rem,1.5vw,1.22rem);
}
.kontakt-card h2{
  margin-top:0;
}

/* V42 – Link zur Rechteseite */
.legal-page-link{
  display:inline-block;
  margin-top:18px;
  color:#b9c0c5;
  font-size:.78rem;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.18);
  padding-bottom:2px;
}
.legal-page-link:hover{
  color:#ff2d72;
  border-bottom-color:#ff2d72;
}

/* V45 – Responsive Check: Kontakt */
@media (max-width:430px){
  .kontakt-main{
    padding-left:18px;
    padding-right:18px;
  }
  .kontakt-card{
    padding:24px 18px;
  }
  .kontakt-route img{
    width:min(430px,94vw);
  }
  .contact-highlights{
    gap:7px;
  }
  .contact-highlights span{
    font-size:.72rem;
    padding:7px 10px;
  }
}
