*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: #2f2f2f;
  background: #fff;
  line-height: 1.6;
}
.tt-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
}
.tt-skip-link:focus {
  left: 10px;
  top: 10px;
  z-index: 10000;
  background: #ffffff;
  color: #111111;
  border-radius: 6px;
  padding: 8px 10px;
  border: 2px solid #FF8C42;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.dashicons { vertical-align: middle; }
.tt-container { width: min(1200px, 92%); margin: 0 auto; }

.tt-site-header {
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
.tt-header-inner {
  display: grid;
  grid-template-columns: auto auto 1fr auto auto;
  gap: 1rem;
  align-items: center;
  min-height: 78px;
}
.tt-logo { width: 170px; height: auto; }
.tt-main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.tt-main-nav a { font-weight: 600; color: #4A4A4A; }
.tt-main-nav a:hover { color: #FF8C42; }
.tt-phone-cta {
  background: #FF8C42;
  color: #fff;
  padding: .65rem 1rem;
  border-radius: 8px;
  font-weight: 700;
}
.tt-phone-cta:hover { background: #E67333; }
.tt-mobile-toggle {
  display: none;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
}
.tt-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: #4A4A4A;
  margin: 4px auto;
}

.tt-hero {
  position: relative;
  min-height: 64vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.tt-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(40, 40, 40, .55);
}
.tt-hero-content {
  position: relative;
  color: #fff;
  padding: 4rem 0;
  max-width: 780px;
}
.tt-hero-content h1 {
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.15;
  margin: 0 0 1rem;
}
.tt-hero-content p {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  margin: 0 0 1.5rem;
}

.tt-btn {
  display: inline-block;
  border-radius: 8px;
  padding: .8rem 1.2rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
}
.tt-btn-primary {
  background: #FF8C42;
  color: #fff;
}
.tt-btn-primary:hover { background: #E67333; }
.tt-btn-secondary {
  background: #fff;
  color: #4A4A4A;
}

.tt-section { padding: 3.2rem 0; text-align: center; }
.tt-section-light { background: #F5F5F5; }
.tt-section-head { margin-bottom: 1.4rem; text-align: center; }
.tt-section-head h2 {
  margin: 0 0 .5rem;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: #4A4A4A;
}
.tt-section-head p { max-width: 760px; margin-left: auto; margin-right: auto; }
.tt-card { text-align: center; }
.tt-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.tt-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  padding: 1.1rem;
  box-shadow: 0 5px 15px rgba(0,0,0,.04);
}
.tt-card h3 { margin-top: 0; color: #4A4A4A; }
.tt-home-about-grid {
  display: grid;
  grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr);
  gap: 1.5rem;
  align-items: center;
  text-align: left;
}
.tt-home-about-grid--no-image {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.tt-home-about-content,
.tt-home-about-content .tt-section-head,
.tt-home-about-content .tt-section-head h2,
.tt-home-about-content .tt-section-head p,
.tt-home-about-content p,
.tt-live-about-title { text-align: center !important; }
.tt-home-about-image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.tt-home-usp-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: .5rem;
}
.tt-home-usp-grid .tt-card {
  padding: .7rem .5rem;
  border-radius: 12px;
  min-width: 0;
  text-align: center;
}
.tt-home-usp-grid .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 22px;
  margin-bottom: .35rem;
}
.tt-home-usp-grid .tt-card h3 {
  margin: 0 0 .25rem;
  font-size: .9rem;
  line-height: 1.2;
}
.tt-home-usp-grid .tt-card p {
  margin: 0;
  font-size: .76rem;
  line-height: 1.3;
}
.tt-testimonial-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tt-testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  object-fit: cover;
  margin-bottom: .85rem;
}

.tt-media-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.tt-media-card {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  min-height: 200px;
}
.tt-media-card img { width: 100%; height: 100%; object-fit: cover; }

.tt-cta {
  background: linear-gradient(130deg, #4A4A4A 0%, #646464 100%);
  color: #fff;
}
.tt-cta-inner { text-align: center; }
.tt-cta-inner h2 { margin: 0 0 .6rem; font-size: clamp(1.5rem, 3vw, 2.3rem); }
.tt-cta-buttons { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin-top: 1rem; }

.tt-content h1,
.tt-content h2,
.tt-content h3 { color: #4A4A4A; }
.tt-content a { color: #E67333; text-decoration: underline; }
.tt-table-wrap { overflow: auto; }
.tt-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.tt-table th,
.tt-table td {
  border: 1px solid #ececec;
  padding: .75rem;
  text-align: left;
}
.tt-table th { background: #4A4A4A; color: #fff; }

.tt-site-footer {
  background: #4A4A4A;
  color: #fff;
  padding: 2.2rem 0;
}
.tt-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 1.2rem;
}
.tt-footer-grid h3 { margin-top: 0; }
.tt-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tt-footer-links li { margin-bottom: .4rem; }

@media (max-width: 1024px) {
  .tt-card-grid, .tt-media-grid { grid-template-columns: repeat(2, 1fr); }
  .tt-home-about-grid {
    grid-template-columns: 1fr;
  }
  .tt-testimonial-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tt-header-inner {
    grid-template-columns: auto auto 1fr;
    grid-template-areas:
      "logo toggle phone"
      "nav nav nav";
  }
  .tt-logo-link { grid-area: logo; min-width: 0; }
  .tt-mobile-toggle { grid-area: toggle; display: inline-block; justify-self: start; }
  .tt-phone-cta { grid-area: phone; justify-self: end; font-size: .9rem; min-width: 0; }
  .tt-main-nav {
    grid-area: nav;
    display: none;
    width: 100%;
    padding-bottom: .8rem;
  }
  .tt-main-nav.is-open { display: block; }
  .tt-main-nav ul { flex-direction: column; gap: .45rem; }
}

@media (max-width: 768px) {
  .tt-card-grid, .tt-media-grid, .tt-footer-grid { grid-template-columns: 1fr; }
  .tt-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tt-phone-cta { font-size: .78rem; padding: .55rem .7rem; }
}

@media (max-width: 480px) {
  .tt-header-inner {
    gap: .4rem;
  }
  .tt-logo { width: 120px; }
  .tt-phone-cta {
    font-size: 0;
    padding: .5rem .65rem;
    white-space: nowrap;
    min-width: 44px;
    text-align: center;
  }
  .tt-phone-cta::after {
    content: "Anruf";
    font-size: .75rem;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
  }
}

@media (max-width: 520px) {
  .tt-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .tt-home-usp-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .tt-home-usp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 380px) {
  .tt-home-usp-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================================
   MINI-HEADER (TOP BAR)
   ============================================================================ */
.tt-mini-header {
  background: #222;
  color: #ccc;
  font-size: 13px;
  line-height: 1.4;
  border-bottom: 1px solid #333;
}
.tt-mini-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  flex-wrap: wrap;
}
.tt-mini-header-left,
.tt-mini-header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.tt-mini-header-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ccc;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  transition: color 0.2s;
}
.tt-mini-header-item:hover,
.tt-mini-header-item:focus {
  color: var(--tt-accent);
}
.tt-mini-header-item .dashicons {
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 1;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .tt-mini-header--hide-mobile {
    display: none;
  }
  .tt-mini-header-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tt-mini-header-left {
    gap: 8px;
  }
}

/* ============================================================================
   MINI-FOOTER (BOTTOM BAR)
   ============================================================================ */
.tt-mini-footer {
  background: #1a1a1a;
  color: #999;
  font-size: 12px;
  line-height: 1.5;
  border-top: 1px solid #2d2d2d;
  padding: 10px 0;
}
.tt-mini-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.tt-mini-footer-widgets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.tt-mini-footer-widgets .widget {
  margin: 0;
  padding: 0;
}
.tt-mini-footer-widgets .widget-title {
  display: none;
}
.tt-mini-footer-widgets p {
  margin: 0;
  font-size: 12px;
  color: #999;
}
.tt-mini-footer-widgets a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.2s;
}
.tt-mini-footer-widgets a:hover {
  color: var(--tt-accent);
}
.tt-mini-footer-right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.tt-mini-footer-nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 14px;
}
.tt-mini-footer-nav a {
  color: #bbb;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
}
.tt-mini-footer-nav a:hover {
  color: var(--tt-accent);
}
.tt-mini-footer-copyright {
  margin: 0;
  color: #777;
  font-size: 12px;
}
@media (max-width: 768px) {
  .tt-mini-footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* ============================================================================
   FLUGHAFENTRANSFER PAGE SECTIONS
   ============================================================================ */

/* Intro */
.tt-ft-intro {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}
.tt-ft-intro-headline {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--tt-dark);
  margin: 0 0 16px;
}
.tt-ft-intro-text {
  font-size: 1.1rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Airport Cards */
.tt-ft-airports {
  padding: 60px 0;
  background: var(--tt-bg-light);
}
.tt-ft-airports-title {
  text-align: center;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 700;
  color: var(--tt-dark);
  margin: 0 0 40px;
}
.tt-ft-airports-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.tt-ft-airport-card {
  background: #fff;
  border-radius: 8px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s, transform 0.2s;
}
.tt-ft-airport-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.tt-ft-airport-icon.dashicons {
  font-size: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--tt-accent);
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
.tt-ft-airport-image {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 12px;
}
.tt-ft-airport-name {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--tt-dark);
  margin: 0 0 8px;
}
.tt-ft-airport-desc {
  font-size: 0.9rem;
  color: #666;
  margin: 0 0 8px;
  line-height: 1.5;
}
.tt-ft-airport-time {
  display: inline-block;
  font-size: 0.85rem;
  color: var(--tt-accent);
  font-weight: 600;
  background: rgba(255, 140, 66, 0.1);
  padding: 2px 8px;
  border-radius: 4px;
}

/* CTA */
.tt-ft-cta {
  padding: 60px 0;
  background: var(--tt-dark);
  color: #fff;
  text-align: center;
}
.tt-ft-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.tt-ft-cta-headline {
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .tt-ft-airports-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .tt-ft-airports-grid {
    grid-template-columns: 1fr;
  }
  .tt-ft-intro,
  .tt-ft-airports,
  .tt-ft-cta {
    padding: 40px 0;
  }
}

/* ============================================================================
   FAQ ACCORDION
   ============================================================================ */
.tt-home-faq-list {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.tt-home-faq-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.tt-home-faq-item:last-child {
  margin-bottom: 0;
}

.tt-home-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  color: #4A4A4A;
  list-style: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Remove native disclosure triangle in all browsers */
.tt-home-faq-item summary::-webkit-details-marker { display: none; }
.tt-home-faq-item summary::marker { content: ''; }

.tt-home-faq-item summary:hover {
  color: #FF8C42;
}

.tt-home-faq-item summary:focus {
  outline: 2px solid #FF8C42;
  outline-offset: -2px;
  border-radius: 8px;
}

/* + icon that rotates to × when open */
.tt-home-faq-item summary::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  flex-shrink: 0;
  color: #FF8C42;
  line-height: 1;
  transition: transform 0.26s ease;
  display: inline-block;
}

.tt-home-faq-item[open] > summary::after {
  transform: rotate(45deg);
}

.tt-home-faq-item > p {
  padding: 0 1.25rem 1rem;
  margin: 0;
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

