@charset "utf-8";
/* =========================================================
   DIVER ON TOUR – KONTAKT
   Datei: /assets/css/kontakt.css
========================================================= */

*,
*::before,
*::after{
  box-sizing:border-box;
}

html,
body{
  margin:0;
  padding:0;
  max-width:100%;
  overflow-x:hidden;
}

body{
  background:#ffffff;
  color:#18384a;
  font-family:Arial, Helvetica, sans-serif;
}

img,
iframe{
  display:block;
  max-width:100%;
}

a{
  text-decoration:none;
}

.dot-contact-page{
  background:#ffffff;
}

.dot-contact-container{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:0 18px;
}

/* =========================================================
   HERO
========================================================= */

.dot-contact-hero{
  padding:56px 0 34px;
  background:
    linear-gradient(180deg, #f8fcfe 0%, #ffffff 100%);
}

.dot-contact-hero__inner{
  max-width:860px;
}

.dot-contact-kicker{
  margin:0 0 12px;
  color:#0e3a5a;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  line-height:1.3;
}

.dot-contact-hero h1{
  margin:0 0 16px;
  color:#0e3a5a;
  font-size:clamp(2rem, 4vw, 3.35rem);
  line-height:1.08;
}

.dot-contact-lead{
  margin:0;
  max-width:760px;
  color:#35556b;
  font-size:1.04rem;
  line-height:1.75;
}

.dot-contact-hero__buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}

/* =========================================================
   BUTTONS
========================================================= */

.dot-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 20px;
  border-radius:10px;
  font-weight:700;
  font-size:0.95rem;
  line-height:1.3;
  transition:transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dot-contact-btn:hover{
  transform:translateY(-1px);
}

.dot-contact-btn--primary{
  background:#0e3a5a;
  color:#ffffff;
  box-shadow:0 8px 18px rgba(14,58,90,0.18);
}

.dot-contact-btn--primary:hover{
  background:#145a87;
}

.dot-contact-btn--secondary{
  background:#ffffff;
  color:#0e3a5a;
  border:1px solid #d7e5ee;
  box-shadow:0 8px 18px rgba(14,58,90,0.08);
}

.dot-contact-btn--secondary:hover{
  background:#f4f8fb;
}

/* =========================================================
   SECTION LAYOUT
========================================================= */

.dot-contact-section{
  padding:20px 0 34px;
}

.dot-contact-section--light{
  background:#f8fcfe;
  padding:42px 0;
}

.dot-contact-section-head{
  text-align:center;
  margin-bottom:24px;
}

.dot-contact-section-head h2{
  margin:0 0 12px;
  color:#0e3a5a;
  font-size:clamp(1.7rem, 2.5vw, 2.35rem);
  line-height:1.18;
}

.dot-contact-section-head p{
  max-width:920px;
  margin:0 auto;
  color:#35556b;
  font-size:1rem;
  line-height:1.72;
}

/* =========================================================
   QUICK ACTIONS
========================================================= */

.dot-contact-actions{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px;
}

.dot-contact-action-card{
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:18px;
  padding:22px 20px;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.dot-contact-action-card h2{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.08rem;
  line-height:1.34;
}

.dot-contact-action-card p{
  margin:0;
  color:#35556b;
  font-size:0.97rem;
  line-height:1.68;
}

.dot-contact-action-card__value{
  margin-top:14px !important;
  color:#0e3a5a !important;
  font-size:1rem !important;
  font-weight:700;
}

.dot-contact-action-card__value a{
  color:#0e3a5a;
  word-break:break-word;
}

/* =========================================================
   MAP CARDS
========================================================= */

.dot-contact-map-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.dot-contact-map-card,
.dot-contact-card{
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 10px 22px rgba(7,45,67,0.05);
}

.dot-contact-map-card__head,
.dot-contact-card{
  padding:22px 20px;
}

.dot-contact-map-card__head h3,
.dot-contact-card h2{
  margin:0 0 10px;
  color:#0e3a5a;
  font-size:1.12rem;
  line-height:1.34;
}

.dot-contact-map-card__address,
.dot-contact-card p{
  margin:0;
  color:#35556b;
  font-size:0.97rem;
  line-height:1.68;
}

.dot-contact-map-embed{
  border-top:1px solid #dcecf2;
  border-bottom:1px solid #dcecf2;
  background:#eef5f9;
}

.dot-contact-map-embed iframe{
  width:100%;
  height:390px;
  border:0;
}

.dot-contact-map-card__actions{
  padding:18px 20px 22px;
}

.dot-contact-note{
  max-width:920px;
  margin:20px auto 0;
  padding:16px 18px;
  background:#ffffff;
  border:1px solid #dcecf2;
  border-radius:16px;
  color:#35556b;
  font-size:0.95rem;
  line-height:1.65;
  text-align:center;
  box-shadow:0 8px 18px rgba(7,45,67,0.04);
}

/* =========================================================
   CONTACT GRID
========================================================= */

.dot-contact-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.dot-contact-subheading{
  margin:18px 0 10px;
  color:#0e3a5a;
  font-size:1rem;
  line-height:1.34;
}

.dot-contact-list{
  margin:0;
  padding-left:18px;
  color:#35556b;
  font-size:0.96rem;
  line-height:1.7;
}

.dot-contact-list li{
  margin:0 0 8px;
}

.dot-contact-list li:last-child{
  margin-bottom:0;
}

.dot-contact-list a{
  color:#0e3a5a;
  font-weight:700;
  word-break:break-word;
}

.dot-contact-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}

/* =========================================================
   FLOATING WHATSAPP
========================================================= */

.dot-whatsapp{
  position:fixed;
  right:16px;
  bottom:16px;
  z-index:999;
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#25d366;
  color:#ffffff;
  font-weight:700;
  font-size:0.92rem;
  line-height:1.2;
  box-shadow:0 12px 24px rgba(0,0,0,0.18);
}

.dot-whatsapp:hover{
  transform:translateY(-1px);
}

.dot-whatsapp-icon{
  width:22px;
  height:22px;
  flex:0 0 22px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width:1100px){
  .dot-contact-actions,
  .dot-contact-map-grid,
  .dot-contact-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:768px){
  .dot-contact-container{
    padding:0 14px;
  }

  .dot-contact-hero{
    padding:42px 0 24px;
  }

  .dot-contact-hero h1{
    font-size:clamp(1.8rem, 8vw, 2.5rem);
    line-height:1.12;
  }

  .dot-contact-lead,
  .dot-contact-section-head p,
  .dot-contact-action-card p,
  .dot-contact-map-card__address,
  .dot-contact-card p,
  .dot-contact-list{
    font-size:0.95rem;
    line-height:1.58;
  }

  .dot-contact-section{
    padding:16px 0 28px;
  }

  .dot-contact-section--light{
    padding:32px 0;
  }

  .dot-contact-action-card,
  .dot-contact-map-card__head,
  .dot-contact-card,
  .dot-contact-map-card__actions{
    padding-left:16px;
    padding-right:16px;
  }

  .dot-contact-hero__buttons,
  .dot-contact-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .dot-contact-btn{
    width:100%;
  }

  .dot-contact-map-embed iframe{
    height:320px;
  }

  .dot-whatsapp{
    right:12px;
    bottom:12px;
    padding:11px 14px;
    font-size:0.9rem;
  }
}

@media (max-width:479px){
  .dot-contact-action-card,
  .dot-contact-map-card,
  .dot-contact-card,
  .dot-contact-note{
    border-radius:16px;
  }

  .dot-contact-map-embed iframe{
    height:280px;
  }

  .dot-whatsapp span{
    display:none;
  }

  .dot-whatsapp{
    width:52px;
    height:52px;
    justify-content:center;
    padding:0;
  }

  .dot-whatsapp-icon{
    width:24px;
    height:24px;
    flex:0 0 24px;
  }
}