@font-face {
  font-family: "Fira Sans Condensed";
  src: url("../font/FiraSansCondensed/FiraSansCondensed-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("../font/FiraSansCondensed/FiraSansCondensed-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("../font/FiraSansCondensed/FiraSansCondensed-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans Condensed";
  src: url("../font/FiraSansCondensed/FiraSansCondensed-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("../font/PTSerif/PTSerif-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("../font/PTSerif/PTSerif-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
html {
  font-size: 22px;
  scroll-behavior: smooth;
}

body {
  background: #f0f0f0;
}

a {
  color: #5f7f9d;
}

.site-header {
  background-color: #f0f0f0;
}

.site-header > .container {
  background-color: #fff;
}

.campaign-navbar {
  padding: 1rem 0;
}

.campaign-navbar__inner {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.campaign-navbar__top {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-contact-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  padding-bottom: 0.35rem;
}

@media (max-width: 1199.98px) {
  .campaign-navbar__top {
    justify-content: space-between;
  }
}
.site-contact-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  text-decoration: none;
}

.site-contact-nav__link.is-static {
  cursor: default;
}

.site-contact-nav__icon {
  width: 2rem;
  height: 2rem;
}

.campaign-navbar .nav-link,
.eyebrow,
.footer-meta {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: "Fira Sans Condensed", "Helvetica Neue", Arial, sans-serif;
}

.campaign-navbar .nav-link {
  color: #8ea3c2;
  padding: 0.2rem 0.5rem;
}

.campaign-navbar .nav-link.active,
.campaign-navbar .nav-link:hover,
.campaign-navbar .nav-link:focus {
  color: #194382;
}

.site-main {
  overflow-x: clip;
}

.campaign-section {
  padding: 0;
  scroll-margin-top: 8.5rem;
  color: #194382;
}

.campaign-section > .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

#willkommen > .container {
  padding-top: 8rem;
}

.campaign-section:nth-of-type(3n+2) > .container {
  background-color: #fde8c2;
}

.campaign-section:nth-of-type(3n) > .container {
  background-color: #fff;
}

.campaign-section:nth-of-type(3n+1) > .container {
  background-color: #8ea3c2;
}

.home-header {
  padding: 0;
}

.home-header > .container {
  padding-left: 0;
  padding-right: 0;
}

.page-one-pager {
  background-color: #8ea3c2;
}

.page-one-pager .home-header {
  margin-top: 2rem;
}

.header-visual {
  position: relative;
}

.header-visual::after {
  position: absolute;
  content: "";
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(180deg, rgba(35, 49, 78, 0) 0%, rgba(35, 49, 78, 0.95) 100%);
}

.header-visual > img,
.section-image,
.legal-card,
.metrics li,
.schedule-list li,
.theme-item,
.btn,
.navbar-toggler {
  width: 100%;
  border-radius: 0;
}

.header-visual > img,
.section-image {
  display: block;
  object-fit: cover;
}

.row.align-items-end .section-image {
  padding-bottom: 0.5rem;
}

.header-visual > img {
  min-height: 360px;
  max-height: 620px;
  object-position: center top;
}

.claim-block {
  position: absolute;
  bottom: -5.5rem;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.claim-block__claim {
  color: #fff;
  font-family: "PT Serif", Georgia, serif;
  font-size: 1.57rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.claim-block__logo {
  display: inline-block;
  max-width: 40%;
  line-height: 1;
}

.claim-block__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.campaign-section h2,
.legal-card h1 {
  margin-bottom: 1rem;
  color: #194382;
  font-family: "Fira Sans Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.1;
}

.lead-copy,
.contact-card a {
  font-size: 1.15rem;
}

.eyebrow {
  color: #194382;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 0;
}

.metrics,
.schedule-list,
.theme-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.schedule-list {
  display: grid;
  gap: 1rem;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.metrics li,
.schedule-list li,
.theme-item {
  border: 1px solid rgba(71, 46, 29, 0.12);
  padding: 1.25rem;
  background-color: rgba(255, 255, 255, 0.74);
}

.legal-card {
  background-color: #fde8c2;
  padding: 4rem 2.5rem;
  color: #194382;
  border: none;
  border-radius: 0;
  width: 100%;
}

.page-legal-content .site-main > .container {
  padding-left: 0;
  padding-right: 0;
}

.schedule-list li {
  display: grid;
  gap: 0.25rem;
}

.theme-list {
  display: grid;
  gap: 1rem;
}

.theme-item h3 {
  font-family: "Fira Sans Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
}

.legal-card h2 {
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: #194382;
  font-family: "Fira Sans Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.1;
}

.legal-card h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #194382;
  font-family: "Fira Sans Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
}

.legal-card h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.4rem;
  color: #194382;
  font-family: "Fira Sans Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.2;
}

.legal-card .eyebrow {
  margin-bottom: 0;
}

.site-footer {
  background-color: #f0f0f0;
  border-top: none;
}

.site-footer > .container {
  background-color: #fff;
}

.footer-meta a {
  color: #194382;
  font-family: "Fira Sans Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: small;
  text-decoration: none;
}
.footer-meta a:hover {
  text-decoration: underline;
}

.btn,
.navbar-toggler {
  width: auto;
}

.btn {
  --bs-btn-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 1199.98px) {
  .campaign-navbar {
    padding: 0.85rem 0;
  }
  .campaign-navbar .navbar-collapse {
    padding-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  html {
    font-size: 18px;
  }
  .eyebrow {
    font-size: 1.8rem;
  }
  .campaign-section h2,
  .legal-card h1 {
    font-size: 2.2rem;
  }
  .claim-block__claim {
    font-size: 1.2rem;
  }
  .claim-block__logo {
    max-width: 55%;
  }
  .claim-block {
    bottom: -4rem;
  }
  #willkommen > .container {
    padding-top: 6rem;
  }
  .campaign-section > .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .legal-card {
    padding: 3rem 1.5rem;
  }
  .header-visual > img {
    min-height: 260px;
  }
  .campaign-section {
    scroll-margin-top: 6rem;
  }
}
@media (max-width: 575.98px) {
  html {
    font-size: 16px;
  }
  .eyebrow {
    font-size: 1.5rem;
  }
  .campaign-section h2,
  .legal-card h1 {
    font-size: 1.8rem;
  }
  .claim-block__claim {
    font-size: 1rem;
    margin-bottom: 0.4rem;
  }
  .claim-block__logo {
    max-width: 65%;
  }
  .claim-block {
    bottom: -3rem;
  }
  #willkommen > .container {
    padding-top: 5rem;
  }
  .campaign-section > .container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .legal-card {
    padding: 2rem 1.25rem;
  }
  .legal-card h2 {
    font-size: 1.5rem;
  }
  .legal-card h3 {
    font-size: 1.2rem;
  }
  .header-visual > img {
    min-height: 200px;
    max-height: 400px;
  }
  .campaign-section {
    scroll-margin-top: 5rem;
  }
  .site-contact-nav__icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  .site-contact-nav__link {
    width: 2rem;
    height: 2rem;
  }
}
/*# sourceMappingURL=user.css.map */
