/* STICKY HEADER-BEREICH */

.header-sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
}

/* HEADER-ZEILE */

.header-row {
  background-color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
}

/* GT-STRIPE IM HEADER */

.header-gtstripe {
  width: 100%;
  height: 36px;
  background: url("../../assets/img/GTStripe.svg") repeat-x left bottom;
  background-size: auto 36px;
}

/* LOGO */

.logo-img {
  width: 240px;
  display: block;
}

@media (max-width: 768px) {
  .logo-img {
    width: 220px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

/* CLAIM */

.claim h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.25px;
  color: #042781;
  margin: 0;
  padding: 0;
  text-align: right;
  white-space: nowrap;
  line-height: 1.05;
}

@media (max-width: 768px) {
  .claim h5 {
    font-size: 1.35rem;
    text-align: center !important;
    margin-top: 6px;
    line-height: 1.15;
  }
}

/* SECTION-TITEL CARDS */

.cards-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 18px;
}

.cards-section-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.55rem;
  color: #042781;
  letter-spacing: 0.3px;
  margin: 0;
  white-space: nowrap;
}

.cards-section-title img {
  height: 24px;
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  .cards-section-title {
    padding-left: 4px;
    margin-top: 14px;
  }
}

@media (max-width: 768px) {
  .cards-section-title h3 {
    font-size: 1.35rem !important;
  }
}

@media (max-width: 768px) {
  .cards-section-title img {
    height: 20px !important;
  }
}

/* SECTION-TITEL FORMULAR */

.form-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  margin-bottom: 18px;
}

.form-section-title h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1.55rem;
  color: #042781;
  letter-spacing: 0.3px;
  margin: 0;
  white-space: nowrap;
}

.form-section-title img {
  height: 24px;
  width: auto;
  display: block;
}

@media (max-width: 768px) {
  .form-section-title {
    padding-left: 4px;
    margin-top: 22px;
  }
}

@media (max-width: 768px) {
  .form-section-title h3 {
    font-size: 1.35rem !important;
  }
}

@media (max-width: 768px) {
  .form-section-title img {
    height: 20px !important;
  }
}

/* KFZ-CARDS */

.kfz-card {
  background-color: #042781;
  border: none;
  outline: 8px solid #ffffff;
  outline-offset: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: outline-color 0.25s ease;
}

.kfz-card:hover {
  outline-color: #fe832e;
}

@media (max-width: 768px) {
  .kfz-card {
    padding: 20px !important;
  }
}

/* CARD-HEADER */

.kfz-card-header {
  position: relative;
  height: 128px;
  margin-bottom: 22px;
  margin-left: -30px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .kfz-card-header {
    margin-left: -14px;
    padding-left: 14px;
  }
}

/* CARD-TITEL */

.kfz-card-header .card-title {
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  font-size: 2.1rem;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
}

@media (max-width: 768px) {
  .kfz-card-header .card-title {
    font-size: 1.65rem !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
  }
}

/* BANNER-SYSTEM */

.kfz-banner {
  position: absolute;
  left: -6px;
  background-color: #fe832e;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 34px;
  line-height: 34px;
  font-size: 1.05rem;
  padding-left: 16px;
  padding-right: 32px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  z-index: 20;
}

.kfz-banner-main {
  top: 64px;
}

.kfz-banner-small {
  top: 108px;
}

@media (max-width: 768px) {
  .kfz-banner {
    left: -14px !important;
    padding-left: 14px;
    padding-right: 26px;
  }
}

/* CARD-BILD */

.card-img-top {
  height: 240px;
  width: 100%;
  object-fit: contain;
  background-color: #042781;
  margin-bottom: 22px;
  border: none;
}

@media (max-width: 768px) {
  .card-img-top {
    height: 200px !important;
  }
}

/* BUTTONS */

.btn-kfz {
  background-color: #fe832e;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.18rem;
  padding: 18px 22px;
  border-radius: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.btn-kfz:hover {
  transform: scale(1.015);
}

.btn-kfz .arrow-icon {
  font-size: 0.9rem;
  line-height: 1;
  position: relative;
  top: 1px;
  transition: transform 0.2s ease;
}

.btn-kfz:hover .arrow-icon {
  transform: translateX(6px);
}

/* FORMULAR-SECTION */

.formular-section {
  margin-top: 80px;
  margin-bottom: 60px;
}

/* MOBILE: SCROLL-OFFSET */

@media (max-width: 768px) {
  #formular {
    scroll-margin-top: 260px !important;
  }
}

/* SCROLL-FIX */

#formular {
  scroll-margin-top: 220px;
}

/* FORMULAR-HEADER */

.kfz-form-header {
  width: 100%;
  height: 48px;
  background-color: #042781;
  display: block;
  position: relative;
}

/* FORMULAR-TITEL */

.form-header-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -42%);
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}

/* FORMULAR-BEREICH */

.form-wrapper {
  background-color: #ffffff;
  padding: 20px 0;
  border: 4px solid #042781;
}

/* FORMULAR-FOOTER */

.kfz-form-footer {
  background-color: #ffffff;
  border: 4px solid #042781;
  border-top: none;
  padding: 10px 20px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  color: #042781;
  line-height: 1.45;
}

/* FOOTER */

.footer-kfz {
  width: 100%;
  background-color: #042781;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}

.footer-logo-img {
  width: 220px;
  margin: 0 auto 10px auto;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 10px;
}

.footer-link {
  color: #ffffff !important;
  text-decoration: none !important;
}

.footer-link:hover {
  text-decoration: underline !important;
}

.footer-kfz p {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  opacity: 0.85;
  margin-top: 18px;
  margin-bottom: 0;
}

.footer-copy {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  opacity: 0.85;
}

/* TARIFCHECK WIDGET */

[id^="tcpp-iframe-"] {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
  min-height: 650px;
}

[id^="tcpp-iframe-"] iframe {
  width: 900px !important;
  max-width: 100% !important;
  display: block;
  margin: 0;
}

/* TRUST SECTION */

.trust-section-row {
  margin-top: 100px;
  margin-bottom: 120px;
}

.trust-card {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.trust-number {
  width: 174px;
  height: 174px;
  display: block;
  margin: 0 auto 22px auto;
}

.trust-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #042781;
  text-transform: uppercase;
  letter-spacing: 0.55px;
  margin-bottom: 14px;
}

.trust-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 340px;
}

.trust-list li {
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: #042781;
  line-height: 1.55;
  margin-bottom: 6px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.trust-list li::before {
  content: "■";
  color: #042781;
  font-size: 0.75rem;
  margin-top: 4px;
}

/* MOBILE HOCHFORMAT */

@media (max-width: 768px) {
  .kfz-banner {
    left: -14px !important;
  }
}

@media (max-width: 768px) {
  .kfz-cards-row > [class*="col-"] {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 768px) {
  .trust-section-row > [class*="col-"] {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 768px) {
  .claim h5, .cards-section-title h3, .form-section-title h3 {
    font-size: 1.35rem !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 768px) {
  .cards-section-title, .form-section-title {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

@media (max-width: 768px) {
  .cards-section-title img, .form-section-title img {
    height: 20px !important;
  }
}

/* TABLET HOCHFORMAT */

@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
  .kfz-cards-row > [class*="col-"], .trust-section-row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 56px !important;
  }
}

/* TABLET QUERFORMAT */

@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
  .trust-section-row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 48px !important;
  }
}

/* MOBILE: HOVER-RAND DEAKTIVIEREN */

@media (max-width: 768px) {
  .kfz-card:hover {
    outline-color: #ffffff !important;
  }
}

@media (max-width: 768px) {
  .kfz-card:hover .card-img-top {
    transform: none !important;
  }
}

/* MOBILE QUERFORMAT FIX — Pixel 8 Pro & iPhone Landscape */

@media (max-width: 900px) and (orientation: landscape) {
  .kfz-cards-row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 48px !important;
  }
}

/* HOVER-EFFEKT: Fahrzeug ultra-edel vergrößern */

.kfz-card .card-img-top {
  transition: transform 0.32s cubic-bezier(.25, .1, .25, 1);
}

.kfz-card:hover .card-img-top {
  transform: scale(1.06);
}

