.elementor-11259 .elementor-element.elementor-element-c89c4d5{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-11259{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS *//* ═══════════════════════════════════════════════════════════════════════
   Am Tegeler Hafen — Project Page CSS
   ESCON GmbH · RipTight Marketing · 2026
   Last modified: 2026-05-07 | Changes: Initial build; Deep Water palette
   Place in: Elementor → Site Settings → Custom CSS

   Sections:
     1.  Tokens
     2.  Full-width bleed
     3.  Buttons
     4.  Hero
     5.  Subnav — not used on this project
     6.  Stats Bar
     7.  Sections (shared)
     8.  Eyebrow & Heading
     9.  Split Layout
     10. Meta List
     11. Gallery
     12. Einheiten Table
     13. Ausstattung Features
     14. Lage List
     15. Lightbox
     15b.Kontakt / Form
     16. Responsive
   ═══════════════════════════════════════════════════════════════════════ */

/* ─── 1. Tokens ─────────────────────────────────────────────────────── */
:root {
  --th-deep:      #1A3A4A;
  --th-deep-mid:  #22485C;
  --th-teal:      #4A8FA8;
  --th-teal-lt:   #8FBCCC;
  --th-white:     #F4F8FA;
  --th-light:     #EBF2F5;
  --th-mist:      #D0E4EC;
  --th-mid-dark:  rgba(244,248,250,0.65);
  --th-mid-lt:    rgba(26,58,74,0.6);
  --th-ember:     #F37022;
  --th-gold:      #C9A96E;
  --th-gold-dk:   #A8843E;
}

/* ─── Hero inner reveal ─────────────────────────────────────────────── */
.th-hero__inner {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.th-hero__inner.th-hero--loaded {
  opacity: 1;
  transform: translateY(0);
}

/* ─── Section reveal ────────────────────────────────────────────────── */
.th-section {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.th-section.th--visible {
  opacity: 1;
  transform: translateY(0);
}

/* ─── 2. Full-width bleed ───────────────────────────────────────────── */
.th-hero, .th-stats, .th-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
}

/* ─── 3. Buttons ────────────────────────────────────────────────────── */
.th-btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 999px;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
  display: inline-block;
}
.th-btn--primary {
  background: var(--th-teal);
  color: #fff !important;
  border: 1px solid var(--th-teal);
}
.th-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(74,143,168,0.45);
}
.th-btn--outline {
  background: transparent;
  color: var(--th-white) !important;
  border: 1px solid rgba(244,248,250,0.5);
}
.th-btn--outline:hover {
  background: rgba(244,248,250,0.1);
  transform: translateY(-2px);
}

/* ─── 4. Hero ───────────────────────────────────────────────────────── */
.th-hero {
  position: relative;
  height: 90vh;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.th-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  will-change: transform;
}
.th-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(26,58,74,0.1) 0%, rgba(26,58,74,0.45) 100%);
}
.th-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 860px;
  padding: 0 40px;
  padding-top: 80px;
}
.th-hero__eyebrow {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--th-teal-lt);
  margin-bottom: 20px;
}
.th-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 700;
  color: var(--th-white);
  line-height: 1.1;
  margin: 0 0 20px;
}
.th-hero__title em {
  font-style: italic;
  color: var(--th-teal-lt);
}
.th-hero__address {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(244,248,250,0.65);
  margin: 0 0 36px;
  letter-spacing: 0.05em;
}
.th-hero__btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ─── 6. Stats Bar ──────────────────────────────────────────────────── */
.th-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--th-deep);
  border-bottom: 1px solid rgba(74,143,168,0.2);
}
.th-stat {
  text-align: center;
  padding: 32px 20px;
  border-right: 1px solid rgba(255,255,255,0.06);
}
.th-stat:last-child { border-right: none; }
.th-stat__val {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--th-teal-lt);
  margin-bottom: 6px;
}
.th-stat__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--th-mist);
}

/* ─── 7. Sections (shared) ──────────────────────────────────────────── */
.th-section { padding: 100px 8%; }
.th-section--dark { background: var(--th-deep); }
.th-section--light { background: var(--th-white); }
.th-section--mid  { background: var(--th-light); }
.th-section__header { text-align: center; margin-bottom: 60px; }
.th-section__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--th-mid-lt);
  max-width: 620px;
  margin: 16px auto 0;
  line-height: 1.7;
}

/* ─── 8. Eyebrow & Heading ──────────────────────────────────────────── */
.th-eyebrow {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--th-teal-lt);
  margin-bottom: 16px;
}
.th-eyebrow--dark { color: var(--th-teal); }
.th-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  color: var(--th-white);
  line-height: 1.1;
  margin: 0 0 28px;
}
.th-heading--dark { color: var(--th-deep); }
.th-heading em { font-style: italic; color: var(--th-teal-lt); }
.th-heading--dark em { color: var(--th-teal); }

/* ─── 9. Split Layout ───────────────────────────────────────────────── */
.th-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.th-split--reverse { direction: rtl; }
.th-split--reverse > * { direction: ltr; }
.th-split__img { overflow: hidden; min-height: 520px; }
.th-split__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.th-split__img:hover img { transform: scale(1.03); }
.th-split__body {
  padding: 0 64px 0 64px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.th-split__body p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: var(--th-mid-lt);
  margin-bottom: 16px;
}
.th-split__map { overflow: hidden; min-height: 480px; align-self: start; }
.th-split__map iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: 0;
  display: block;
}

/* ─── 10. Meta List ─────────────────────────────────────────────────── */
.th-meta-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(74,143,168,0.2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
}
.th-meta-list li { display: flex; flex-direction: column; gap: 2px; }
.th-meta-list span {
  font-family: 'DM Sans', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26,58,74,0.45);
}
.th-meta-list strong {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--th-deep);
}

/* ─── 11. Gallery — masonry ─────────────────────────────────────────── */
.th-gallery {
  columns: 3;
  column-gap: 12px;
}
.th-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--th-mist);
  break-inside: avoid;
  margin-bottom: 12px;
  cursor: pointer;
}
.th-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.th-gallery__item:hover img { transform: scale(1.04); }
.th-gallery__item span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 16px 12px;
  background: linear-gradient(to top, rgba(26,58,74,0.75) 0%, transparent 100%);
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(244,248,250,0.9);
  letter-spacing: 0.05em;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.th-gallery__item:hover span { opacity: 1; }

/* ─── 12. Einheiten Table ───────────────────────────────────────────── */
.th-table-wrap {
  overflow-x: auto;
  border-radius: 4px;
  border: 1px solid rgba(74,143,168,0.2);
  margin-top: 0 !important;
}
.th-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  margin-block-end: 0 !important;
}
.th-table thead tr {
  background: rgba(74,143,168,0.08);
  border-bottom: 1px solid rgba(74,143,168,0.2);
}
.th-table th {
  padding: 14px 20px;
  text-align: left;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--th-teal);
}
.th-table td {
  padding: 16px 20px;
  color: var(--th-deep);
  border-bottom: 1px solid rgba(74,143,168,0.08);
}
.th-table tbody tr:last-child td { border-bottom: none; }
.th-table tbody tr:hover td { background: rgba(74,143,168,0.04); }

/* Badges */
.th-badge {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  display: inline-block;
}
.th-badge--active {
  background: rgba(74,143,168,0.1);
  color: var(--th-teal);
  border: 1px solid rgba(74,143,168,0.25);
}
.th-badge--reserved {
  background: rgba(143,188,204,0.12);
  color: var(--th-deep-mid);
  border: 1px solid rgba(143,188,204,0.3);
}
.th-badge--placed {
  background: rgba(208,228,236,0.3);
  color: rgba(26,58,74,0.45);
  border: 1px solid rgba(208,228,236,0.5);
}

/* ─── 13. Ausstattung Features ──────────────────────────────────────── */
.th-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
}
.th-feature {
  padding: 28px;
  border: 1px solid rgba(74,143,168,0.15);
  border-radius: 4px;
  background: rgba(74,143,168,0.03);
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.th-feature__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: var(--th-teal);
  opacity: 0.85;
}
.th-feature h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--th-deep);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}
.th-feature p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--th-mid-lt);
  margin: 0;
}

/* ─── 14. Lage List ─────────────────────────────────────────────────── */
.th-lage-list {
  list-style: none;
  margin: 24px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(74,143,168,0.2);
}
.th-lage-list li {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--th-mid-lt);
  padding: 8px 0 8px 16px;
  border-bottom: 1px solid rgba(74,143,168,0.08);
  position: relative;
}
.th-lage-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--th-teal);
  font-size: 12px;
}

/* ─── 15. Lightbox ──────────────────────────────────────────────────── */
.th-lb {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: none;
  align-items: center;
  justify-content: center;
}
.th-lb.th-lb--open { display: flex; }
.th-lb img { max-width: 90vw; max-height: 88vh; object-fit: contain; }
.th-lb__close,
.th-lb__close:hover,
.th-lb__close:focus,
.th-lb__close:active,
.th-lb__close:visited,
body .th-lb__close,
body .th-lb__close:hover {
  position: fixed; top: 24px; right: 32px;
  background: none !important;
  border: none !important;
  color: var(--th-teal-lt) !important;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s, transform 0.2s;
  z-index: 10000;
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
}
.th-lb__close:hover { opacity: 1; transform: scale(1.2); }
.th-lb__nav {
  position: fixed; top: 50%; transform: translateY(-50%);
  background: none; border: 1px solid rgba(74,143,168,0.4);
  color: var(--th-teal-lt); width: 48px; height: 48px;
  cursor: pointer; font-size: 1.2rem;
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
  display: flex; align-items: center; justify-content: center; outline: none;
}
.th-lb__nav:hover { border-color: var(--th-teal-lt); background: rgba(74,143,168,0.15); transform: translateY(-50%) scale(1.1); }
.th-lb__prev { left: 24px; }
.th-lb__next { right: 24px; }
.th-lb__footer {
  position: fixed; bottom: 48px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 16px; align-items: center; white-space: nowrap;
}
#thLbCounter, #thLbCap {
  font-family: 'DM Sans', sans-serif; font-size: 0.6rem;
  letter-spacing: 3px; color: rgba(255,255,255,0.9);
  text-transform: uppercase; text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

/* ─── 15b. Kontakt / Form ───────────────────────────────────────────── */
.th-kt-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.th-kt-reveal--visible {
  opacity: 1;
  transform: translateY(0);
}
.th-kt-reveal:nth-child(2) { transition-delay: 0.1s; }

.th-kt-split {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  box-sizing: border-box;
  background: var(--th-white);
  padding: 80px 40px 100px;
  border-bottom: 1px solid rgba(74,143,168,0.1);
}
.th-kt-split__inner {
  max-width: 760px;
  margin: 0 auto;
}

.th-form-wrap {
  background: #fff;
  border: 1px solid rgba(74,143,168,0.15);
  border-radius: 3px;
  padding: 48px;
}
.th-form-wrap__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--th-deep);
  margin: 0 0 8px;
}
.th-form-wrap__sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(26,58,74,0.5);
  margin: 0 0 36px;
}

/* CF7 inputs */
.th-form-wrap .wpcf7-form { display: flex; flex-direction: column; gap: 8px; }
.th-form-wrap .wpcf7-form > p { margin: 0 0 8px !important; }
.th-form-wrap .wpcf7-form > p:last-of-type { margin-bottom: 0 !important; }
.th-form-wrap .wpcf7-form br { display: none; }
.th-form-wrap .wpcf7-form p { margin: 0; }
.th-form-wrap .wpcf7 input[type="text"],
.th-form-wrap .wpcf7 input[type="email"],
.th-form-wrap .wpcf7 input[type="tel"],
.th-form-wrap .wpcf7 select,
.th-form-wrap .wpcf7 textarea {
  width: 100%;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--th-deep);
  background: var(--th-white);
  border: 1px solid rgba(74,143,168,0.2);
  border-radius: 3px;
  padding: 12px 16px;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  display: block;
  margin-bottom: 8px;
}
.th-form-wrap .wpcf7 input[type="text"]:focus,
.th-form-wrap .wpcf7 input[type="email"]:focus,
.th-form-wrap .wpcf7 input[type="tel"]:focus,
.th-form-wrap .wpcf7 select:focus,
.th-form-wrap .wpcf7 textarea:focus { border-color: var(--th-teal); }
.th-form-wrap .wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A8FA8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.th-form-wrap .wpcf7 textarea { min-height: 120px; resize: vertical; }
.th-form-wrap .wpcf7 input[type="submit"] {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: var(--th-teal) !important;
  color: #fff !important;
  border: 1px solid var(--th-teal) !important;
  border-radius: 999px;
  padding: 15px 36px;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
  width: auto;
  margin-top: 8px;
}
.th-form-wrap .wpcf7 input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 24px rgba(74,143,168,0.35) !important;
}
.th-form-wrap .th-form__field { display: flex; flex-direction: column; gap: 4px; margin-bottom: 8px; }
.th-form-wrap .th-form__label {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(26,58,74,0.5);
}
.th-form-wrap .th-form__req { color: var(--th-teal) !important; }
.th-form-wrap .th-form__row--two {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
  margin-bottom: 8px;
}
.th-form-wrap .th-form__row--two .th-form__field { margin-bottom: 0; }
.th-form-wrap .th-form__legal {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  color: rgba(26,58,74,0.4);
  line-height: 1.5;
  margin: 8px 0 0 !important;
}
.th-form-wrap .th-form__legal a { color: var(--th-teal); text-decoration: none; }
.th-form-wrap .th-form__legal a:hover { text-decoration: underline; }
.th-form-wrap .wpcf7 .wpcf7-not-valid-tip { font-size: 11px; color: #c0392b; display: block; margin-top: 4px; }
.th-form-wrap .wpcf7 .wpcf7-response-output {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  padding: 0;
  margin-top: 16px;
  border: none !important;
  background: transparent;
  color: var(--th-deep);
  box-shadow: none !important;
}

/* ─── 16. Responsive ────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .th-stats { grid-template-columns: repeat(3, 1fr); }
  .th-split, .th-split--reverse { grid-template-columns: 1fr; direction: ltr; }
  .th-split__body { padding: 48px 40px; }
  .th-split__map { min-height: 320px; }
  .th-split__map iframe { min-height: 320px; }
}
@media (max-width: 767px) {
  .th-hero { height: 70vh; }
  .th-stats { grid-template-columns: 1fr 1fr; }
  .th-stat:nth-child(5) { grid-column: span 2; }
  .th-section { padding: 64px 5%; }
  .th-split__body { padding: 36px 24px; }
  .th-gallery { columns: 2; }
  .th-meta-list { grid-template-columns: 1fr; }
  .th-hero__btns { flex-direction: column; align-items: center; }
  .th-btn { width: 100%; max-width: 300px; text-align: center; }
  .th-kt-split { padding: 56px 24px 72px; }
  .th-form-wrap { padding: 32px 24px; }
  .th-form-wrap .wpcf7 input[type="submit"] { width: 100%; text-align: center; }
}
@media (max-width: 480px) {
  .th-gallery { columns: 1; }
  .th-stats { grid-template-columns: 1fr 1fr; }
  .th-form-wrap { padding: 24px 16px; }
}/* End custom CSS */