/* Champions Training – Kontaktseite 0.7.0 */
body.ctwd-contact{
  margin:0;
  background:#fff;
  color:#111;
}
.ctcontact-main{
  overflow:hidden;
}
.ctcontact-hero{
  background:#090a0b;
  color:#fff;
}
.ctcontact-hero-inner{
  max-width:1600px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(390px,.65fr);
  min-height:650px;
}
.ctcontact-hero-copy{
  padding:90px clamp(52px,7vw,118px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ctcontact-kicker{
  display:flex;
  align-items:center;
  gap:13px;
  margin:0 0 25px;
  color:#ffd200;
  font-size:13px;
  font-weight:800;
  letter-spacing:.2em;
}
.ctcontact-kicker span{
  display:block;
  width:43px;
  height:3px;
  background:#ffd200;
}
.ctcontact-hero h1{
  margin:0;
  text-transform:uppercase;
  line-height:.91;
  letter-spacing:-.055em;
}
.ctcontact-hero h1 span,
.ctcontact-hero h1 strong,
.ctcontact-hero h1 em{
  display:block;
  font-style:normal;
}
.ctcontact-hero h1 span{
  font-size:clamp(50px,5.1vw,84px);
  font-weight:350;
}
.ctcontact-hero h1 strong{
  color:#ffd200;
  font-size:clamp(58px,6.1vw,101px);
  font-weight:900;
}
.ctcontact-hero h1 em{
  font-size:clamp(70px,7.4vw,122px);
  font-weight:900;
}
.ctcontact-lead{
  max-width:760px;
  margin:32px 0 0;
  color:#c4c4c4;
  font-size:clamp(17px,1.3vw,21px);
  line-height:1.62;
}
.ctcontact-direct{
  padding:78px clamp(34px,4.5vw,70px);
  background:#ffd200;
  color:#0a0a0a;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.ctcontact-direct-label{
  margin:0 0 24px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.2em;
}
.ctcontact-direct-item{
  display:block;
  padding:24px 0 26px;
  color:#0a0a0a;
  text-decoration:none;
  border-top:1px solid rgba(0,0,0,.22);
}
.ctcontact-direct-item:last-child{
  border-bottom:1px solid rgba(0,0,0,.22);
}
.ctcontact-direct-item span{
  display:block;
  margin-bottom:7px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.17em;
}
.ctcontact-direct-item strong{
  display:block;
  font-size:clamp(20px,1.6vw,27px);
  line-height:1.2;
}
.ctcontact-direct-item small{
  display:block;
  margin-top:7px;
  font-size:13px;
  line-height:1.45;
  opacity:.72;
}
.ctcontact-direct-item:hover strong{
  text-decoration:underline;
  text-underline-offset:4px;
}

.ctcontact-form-section{
  background:#f4f4f1;
  padding:105px clamp(30px,5vw,76px) 115px;
}
.ctcontact-form-grid{
  max-width:1480px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(300px,.82fr) minmax(500px,1.18fr);
  gap:clamp(55px,7vw,110px);
  align-items:start;
}
.ctcontact-kicker-dark{
  color:#c8a600;
  margin-bottom:18px;
}
.ctcontact-form-intro h2{
  margin:0;
  font-size:clamp(48px,5.2vw,86px);
  line-height:.95;
  letter-spacing:-.05em;
  font-weight:350;
}
.ctcontact-form-intro h2 strong{
  font-weight:900;
}
.ctcontact-form-intro > p{
  max-width:570px;
  margin:28px 0 48px;
  color:#666;
  font-size:18px;
  line-height:1.65;
}
.ctcontact-promise{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:20px;
  padding:22px 0;
  border-top:1px solid #d5d5cf;
}
.ctcontact-promise:last-child{
  border-bottom:1px solid #d5d5cf;
}
.ctcontact-promise > span{
  color:#c7a500;
  font-size:12px;
  font-weight:900;
  letter-spacing:.13em;
  padding-top:3px;
}
.ctcontact-promise strong{
  display:block;
  font-size:18px;
}
.ctcontact-promise p{
  margin:5px 0 0;
  color:#6d6d68;
  font-size:14px;
  line-height:1.55;
}

.ctcontact-form-card{
  background:#fff;
  padding:clamp(34px,4.2vw,66px);
  box-shadow:0 28px 80px rgba(0,0,0,.08);
}
.ctcontact-notice{
  margin:0 0 28px;
  padding:18px 20px;
  border-left:4px solid #111;
  background:#f3f3f0;
}
.ctcontact-notice-ok{
  border-left-color:#ffd200;
}
.ctcontact-notice-error{
  border-left-color:#111;
}
.ctcontact-notice strong,
.ctcontact-notice span{
  display:block;
}
.ctcontact-notice span{
  margin-top:3px;
  color:#666;
  font-size:14px;
}
.ctcontact-form{
  display:grid;
  gap:22px;
}
.ctcontact-two{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}
.ctcontact-field label{
  display:block;
  margin:0 0 8px;
  color:#202020;
  font-size:13px;
  font-weight:800;
}
.ctcontact-field label span,
.ctcontact-privacy b{
  color:#c8a600;
}
.ctcontact-field input,
.ctcontact-field select,
.ctcontact-field textarea{
  box-sizing:border-box;
  width:100%;
  border:1px solid #d3d3cd;
  border-radius:0;
  background:#fafafa;
  color:#111;
  font:inherit;
  font-size:16px;
  outline:none;
  transition:border-color .2s, box-shadow .2s, background .2s;
}
.ctcontact-field input,
.ctcontact-field select{
  height:54px;
  padding:0 15px;
}
.ctcontact-field textarea{
  padding:15px;
  resize:vertical;
  min-height:180px;
}
.ctcontact-field input:focus,
.ctcontact-field select:focus,
.ctcontact-field textarea:focus{
  background:#fff;
  border-color:#bfa000;
  box-shadow:0 0 0 3px rgba(255,210,0,.18);
}
.ctcontact-privacy{
  display:grid;
  grid-template-columns:19px 1fr;
  gap:12px;
  align-items:start;
  color:#666;
  font-size:13px;
  line-height:1.5;
}
.ctcontact-privacy input{
  width:18px;
  height:18px;
  margin:2px 0 0;
  accent-color:#ffd200;
}
.ctcontact-privacy a{
  color:#111;
  font-weight:700;
}
.ctcontact-submit{
  min-height:58px;
  border:0;
  background:#ffd200;
  color:#090a0b;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 22px;
  font-size:15px;
  font-weight:900;
  letter-spacing:.02em;
  cursor:pointer;
  transition:transform .18s, background .18s;
}
.ctcontact-submit:hover{
  background:#f1c700;
  transform:translateY(-1px);
}
.ctcontact-submit span{
  font-size:24px;
}
.ctcontact-required{
  margin:0;
  color:#8a8a84;
  font-size:12px;
}
.ctcontact-hp{
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.ctcontact-bottom{
  background:#ffd200;
  color:#0a0a0a;
  padding:65px clamp(30px,7vw,110px);
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:60px;
  align-items:end;
}
.ctcontact-bottom > div > p{
  margin:0 0 12px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.19em;
}
.ctcontact-bottom h2{
  margin:0;
  font-size:clamp(38px,4.6vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:400;
}
.ctcontact-bottom h2 strong{
  font-weight:900;
}
.ctcontact-bottom > p{
  max-width:560px;
  margin:0;
  font-size:18px;
  line-height:1.55;
}

@media(max-width:980px){
  .ctcontact-hero-inner{
    grid-template-columns:1fr;
    min-height:0;
  }
  .ctcontact-hero-copy{
    padding:72px 52px;
  }
  .ctcontact-direct{
    padding:44px 52px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
  }
  .ctcontact-direct-label{
    grid-column:1/-1;
    margin:0;
  }
  .ctcontact-direct-item{
    border-top:1px solid rgba(0,0,0,.22);
    border-bottom:0 !important;
  }
  .ctcontact-form-grid{
    grid-template-columns:1fr;
    gap:55px;
  }
}

@media(max-width:700px){
  .ctcontact-hero-copy{
    padding:54px 24px;
  }
  .ctcontact-hero h1 span{font-size:42px}
  .ctcontact-hero h1 strong{font-size:51px}
  .ctcontact-hero h1 em{font-size:63px}
  .ctcontact-direct{
    display:block;
    padding:38px 24px;
  }
  .ctcontact-direct-label{
    margin-bottom:18px;
  }
  .ctcontact-form-section{
    padding:70px 20px 76px;
  }
  .ctcontact-form-card{
    padding:28px 20px;
  }
  .ctcontact-two{
    grid-template-columns:1fr;
  }
  .ctcontact-bottom{
    grid-template-columns:1fr;
    gap:25px;
    padding:52px 24px;
  }
}

/* =========================================================
   Kontakt 0.7.1 — warmer, message-first, stronger readability
   ========================================================= */

body.ctwd-contact .ctcontact-hero h1 span,
body.ctwd-contact .ctcontact-hero h1 em{
  color:#fff!important;
  opacity:1!important;
}
body.ctwd-contact .ctcontact-hero h1 strong{
  color:#ffd200!important;
  opacity:1!important;
}
body.ctwd-contact .ctcontact-form-intro h2,
body.ctwd-contact .ctcontact-form-intro h2 strong{
  color:#111!important;
  opacity:1!important;
}
body.ctwd-contact .ctcontact-form-intro > p{
  color:#5d5d58!important;
}

body.ctwd-contact .ctcontact-direct{
  justify-content:center!important;
}
body.ctwd-contact .ctcontact-direct h2{
  margin:0 0 18px!important;
  color:#0a0a0a!important;
  font-size:clamp(42px,4.2vw,68px)!important;
  line-height:.96!important;
  letter-spacing:-.045em!important;
  font-weight:350!important;
}
body.ctwd-contact .ctcontact-direct h2 strong{
  font-weight:900!important;
}
body.ctwd-contact .ctcontact-direct-copy{
  max-width:470px!important;
  margin:0 0 28px!important;
  color:rgba(0,0,0,.72)!important;
  font-size:16px!important;
  line-height:1.58!important;
}

body.ctwd-contact .ctcontact-personal-note{
  max-width:570px;
  margin-top:44px;
  padding:26px 0 0;
  border-top:1px solid #d5d5cf;
}
body.ctwd-contact .ctcontact-personal-note strong{
  display:block;
  color:#111!important;
  font-size:20px;
}
body.ctwd-contact .ctcontact-personal-note p{
  margin:7px 0 0;
  color:#666!important;
  font-size:15px;
  line-height:1.6;
}

body.ctwd-contact .ctcontact-form .ctcontact-field,
body.ctwd-contact .ctcontact-form .ctcontact-field textarea{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
body.ctwd-contact #ctcontact-message{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-height:220px!important;
}

body.ctwd-contact .ctcontact-form-card{
  padding:clamp(36px,4.6vw,70px)!important;
}
body.ctwd-contact .ctcontact-form{
  gap:24px!important;
}

@media(max-width:980px){
  body.ctwd-contact .ctcontact-direct{
    display:block!important;
  }
  body.ctwd-contact .ctcontact-direct h2{
    max-width:560px;
  }
}

/* =========================================================
   Kontakt 0.7.2 — detail refinement
   ========================================================= */

/* Better readability for secondary copy on the yellow contact panel */
body.ctwd-contact .ctcontact-direct-item small{
  color:#272300!important;
  opacity:.82!important;
  font-weight:500!important;
}

/* Name uses the same full form width as topic/message */
body.ctwd-contact .ctcontact-field-full{
  width:100%!important;
  grid-column:1 / -1!important;
}
body.ctwd-contact .ctcontact-field-full input{
  width:100%!important;
  max-width:none!important;
}

/*
 * Quiet brand signature instead of another content card/image:
 * uses the existing Champions Training icon as a graphic punctuation mark.
 */
body.ctwd-contact .ctcontact-brand-mark{
  margin-top:58px;
  min-height:150px;
  display:flex;
  align-items:flex-end;
  gap:18px;
  opacity:.16;
}
body.ctwd-contact .ctcontact-brand-mark img{
  display:block;
  width:82px;
  height:auto;
  max-height:132px;
  object-fit:contain;
}
body.ctwd-contact .ctcontact-brand-mark span{
  padding-bottom:12px;
  color:#111;
  font-size:12px;
  font-weight:900;
  letter-spacing:.22em;
}

@media(max-width:980px){
  body.ctwd-contact .ctcontact-brand-mark{
    min-height:90px;
    margin-top:38px;
  }
  body.ctwd-contact .ctcontact-brand-mark img{
    width:62px;
    max-height:96px;
  }
}

/* =========================================================
   Kontakt 0.7.4 — approved favicon mark
   ========================================================= */

/* Center the approved favicon symbol in the free left-hand area. */
body.ctwd-contact .ctcontact-brand-mark{
  width:100%!important;
  min-height:190px!important;
  margin-top:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
  overflow:hidden!important;
}
body.ctwd-contact .ctcontact-brand-mark img{
  display:block!important;
  width:118px!important;
  height:118px!important;
  max-width:118px!important;
  max-height:118px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:0!important;
  mix-blend-mode:multiply!important;
  opacity:.20!important;
}

/*
 * The approved favicon file itself has a black square background.
 * Multiply makes that black disappear optically on the light-grey
 * contact background while retaining the approved rider symbol.
 */
@media(max-width:980px){
  body.ctwd-contact .ctcontact-brand-mark{
    min-height:130px!important;
    margin-top:34px!important;
  }
  body.ctwd-contact .ctcontact-brand-mark img{
    width:92px!important;
    height:92px!important;
    max-width:92px!important;
    max-height:92px!important;
  }
}

/* =========================================================
   Kontakt 0.7.5 — genuinely transparent approved rider icon
   ========================================================= */
body.ctwd-contact .ctcontact-brand-mark{
  width:100%!important;
  min-height:190px!important;
  margin-top:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
  overflow:visible!important;
}
body.ctwd-contact .ctcontact-brand-mark img{
  display:block!important;
  width:112px!important;
  height:auto!important;
  max-width:112px!important;
  max-height:none!important;
  object-fit:contain!important;
  border-radius:0!important;
  mix-blend-mode:normal!important;
  opacity:.18!important;
  background:transparent!important;
  box-shadow:none!important;
  border:0!important;
}
@media(max-width:980px){
  body.ctwd-contact .ctcontact-brand-mark img{
    width:96px!important;
    max-width:96px!important;
  }
}

/* =========================================================
   Kontakt 0.7.6 — favicon presentation correction
   ========================================================= */

/*
 * The approved rider must be a real graphic element, not a watermark.
 * Keep it centered in the free lower half of the left editorial column.
 */
body.ctwd-contact .ctcontact-brand-mark{
  width:100%!important;
  min-height:245px!important;
  margin-top:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  opacity:1!important;
  overflow:visible!important;
}
body.ctwd-contact .ctcontact-brand-mark img{
  display:block!important;
  width:168px!important;
  height:auto!important;
  max-width:168px!important;
  max-height:none!important;
  object-fit:contain!important;
  opacity:1!important;
  mix-blend-mode:normal!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  filter:drop-shadow(0 1px 1px rgba(0,0,0,.28))!important;
}

@media(max-width:980px){
  body.ctwd-contact .ctcontact-brand-mark{
    min-height:180px!important;
    margin-top:28px!important;
  }
  body.ctwd-contact .ctcontact-brand-mark img{
    width:142px!important;
    max-width:142px!important;
  }
}
