/* Yachberg Verkehr GmbH — icon & layout polish */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;800&display=swap');

body {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
}
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 1;
}

.iconBox,
.icon-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 12px;
}

.iconBox i,
.icon-container i {
  font-size: 1.35rem;
  line-height: 1;
}

.bandB .iconBox {
  background: rgba(86, 134, 137, 0.16);
  color: var(--color-accent);
}

.bandA .iconBox,
.bandD .iconBox {
  background: rgba(255, 255, 255, 0.15);
  color: var(--color-accent);
}

.menu-toggle i {
  font-size: 1.35rem;
}

.mainButton i,
.outlineButton i,
.button i {
  font-size: 0.95em;
}

footer a i {
  transition: transform 0.2s ease;
}

footer a:hover i {
  transform: translateY(-2px);
}

footer {
  background: var(--D);
  color: #fff;
  padding: 56px 24px 40px;
  font-size: 0.9rem;
}

footer > div:first-child {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

footer h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

footer h4 {
  margin-bottom: 12px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

footer a[href^="mailto:"] {
  color: var(--site-accent);
}

footer > div:first-child > div:last-child > div {
  margin-top: 16px;
}

footer > div:first-child > div:last-child > div a {
  color: #fff;
  margin-right: 12px;
  font-size: 1.3rem;
}

footer > div:first-child > div:last-child > div a:last-child {
  margin-right: 0;
}

footer > div:last-child {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.band.c .eyebrow {
  color: var(--color-on-primary);
}

#cookieConsentBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1a1a2e;
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  font-family: 'Playfair Display', Georgia, serif;
}

#cookieConsentBanner > span {
  flex: 1;
  min-width: 200px;
}

#cookieConsentBanner a {
  color: var(--site-accent);
}

#acceptCookiesBtn {
  background: var(--C);
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

@media (max-width: 820px) {
  footer > div:first-child {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  footer > div:first-child {
    grid-template-columns: 1fr;
  }
}
