:root {
  --red: #e30613;
  --ink: #111;
  --muted: #5c5c60;
  --line: #ddd;
  --max: 1380px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: var(--ink);
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  gap: 42px;
  max-width: var(--max);
  padding: 0 48px;
  margin: auto;
  position: relative;
  z-index: 10;
  background: #fff;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
}
.brand-mark {
  width: 54px;
  height: 56px;
  border: 4px solid #111;
  border-bottom: 0;
  clip-path: polygon(50% 0, 100% 32%, 100% 100%, 0 100%, 0 32%);
  display: grid;
  place-items: end center;
  color: #fff;
  background: var(--red);
  padding-bottom: 5px;
}
.brand-mark span {
  font-size: 26px;
}
.brand-name {
  font-size: 29px;
  line-height: 0.8;
  font-weight: 800;
  color: var(--red);
}
.brand-name span {
  font-weight: 600;
}
.brand-name small {
  display: block;
  font-size: 10px;
  letter-spacing: 5px;
  color: #111;
  margin-top: 11px;
}
.site-header nav {
  display: flex;
  gap: 35px;
  font-size: 14px;
}
.site-header nav a {
  padding: 12px 0;
  border-bottom: 2px solid transparent;
}
.site-header nav a:hover,
.site-header nav .active {
  border-color: var(--red);
}
.button {
  background: var(--red);
  color: #fff;
  padding: 16px 21px;
  display: inline-flex;
  align-items: center;
  gap: 26px;
  font-weight: 600;
  border: 1px solid var(--red);
  transition: 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px #e3061330;
}
.header-cta {
  padding: 13px 22px;
}
.menu {
  display: none;
  border: 0;
  background: none;
  font-size: 26px;
}
.hero {
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #fff 3%,
      #fff 20%,
      rgba(255, 255, 255, 0.9) 36%,
      rgba(255, 255, 255, 0.12) 65%
    ),
    url("assets/frankfurt-skyline.jpg") center/cover no-repeat;
}
.hero-copy {
  position: relative;
  width: var(--max);
  margin: auto;
  padding: 55px 48px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 28px;
}
.eyebrow:after {
  content: "";
  width: 58px;
  height: 2px;
  background: var(--red);
  display: block;
  margin-top: 20px;
}
.hero h1 {
  font-size: 53px;
  line-height: 1.08;
  margin: 0;
  letter-spacing: -2.5px;
}
.hero h1 em,
.difference em {
  font-style: normal;
  color: var(--red);
}
.hero .lead {
  font-size: 30px;
  margin: 12px 0;
}
.hero-copy > p:last-of-type {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.5;
}
.actions {
  display: flex;
  gap: 18px;
  margin-top: 24px;
}
.ghost {
  background: #fff;
  color: #111;
}
.frankfurt-note {
  position: absolute;
  right: 8%;
  top: 45px;
  font:
    500 36px/1.05 "Caveat",
    cursive;
  transform: rotate(-4deg);
  text-align: center;
}
.frankfurt-note span {
  font-size: 30px;
}
.promise-strip {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 32px 48px;
  gap: 0;
}
.promise-strip article {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 26px;
  border-right: 1px solid var(--line);
}
.promise-strip article:first-child {
  padding-left: 0;
}
.promise-strip article:last-child {
  border: 0;
}
.promise-strip i {
  font-style: normal;
  color: #fff;
  background: var(--red);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 27px;
  flex: 0 0 auto;
}
.promise-strip h3 {
  font-size: 17px;
  margin: 0 0 3px;
  line-height: 1.15;
}
.promise-strip p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
}
.difference {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 480px;
}
.building-photo {
  background:
    linear-gradient(#0000, #0001),
    url("assets/frankfurt-building.jpg") center/cover no-repeat;
  position: relative;
}
.building-photo blockquote {
  position: absolute;
  left: 11%;
  bottom: 12%;
  background: #fffffff0;
  margin: 0;
  padding: 32px;
  max-width: 285px;
  font-size: 22px;
  line-height: 1.5;
}
.building-photo blockquote:after {
  content: "";
  display: block;
  background: var(--red);
  width: 58px;
  height: 2px;
  margin-top: 18px;
}
.difference-copy {
  padding: 52px 6vw;
}
.difference h2,
.switch h2,
.services h2 {
  font-size: 42px;
  letter-spacing: -1.5px;
  margin: 0 0 22px;
}
.difference ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.difference li {
  display: flex;
  gap: 18px;
  margin: 17px 0;
}
.difference li i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f3f3;
  color: var(--red);
  display: grid;
  place-items: center;
  font-style: normal;
  flex: 0 0 auto;
}
.difference li div {
  display: flex;
  flex-direction: column;
}
.difference li span {
  color: var(--muted);
  margin-top: 3px;
}
.services {
  max-width: var(--max);
  margin: auto;
  padding: 80px 48px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 70px;
  background: #fff;
}
.services > div > p:last-child {
  color: var(--muted);
  line-height: 1.7;
}
.service-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.service-cards article {
  padding: 30px;
  border-top: 4px solid var(--red);
  background: #f6f6f6;
}
.service-cards span {
  color: var(--red);
  font-weight: 800;
}
.service-cards h3 {
  font-size: 23px;
}
.service-cards p {
  color: var(--muted);
  line-height: 1.6;
}
.switch {
  max-width: var(--max);
  margin: auto;
  padding: 60px 48px;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 60px;
}
.switch > div > p:last-child {
  color: var(--muted);
  line-height: 1.6;
}
.switch ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 18px;
}
.switch li {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.switch li i {
  font-style: normal;
  font-size: 32px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eee;
  margin-bottom: 16px;
}
.switch li strong {
  font-size: 17px;
}
.switch li span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  margin-top: 9px;
}
.contact {
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.65fr;
  background: #121212;
  color: #fff;
}
.contact-pitch {
  background: var(--red);
  padding: 48px 8vw 48px 5vw;
}
.contact h2 {
  font-size: 34px;
  margin: 0 0 12px;
}
.contact-pitch p {
  max-width: 560px;
  line-height: 1.55;
}
.light {
  background: #fff;
  color: var(--red);
  border-color: #fff;
  margin-top: 12px;
}
.contact address {
  padding: 42px 38px;
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.contact address span,
.contact address a {
  color: #ddd;
}
.contact address hr {
  width: 100%;
  border: 0;
  border-top: 1px solid var(--red);
}
.footer-brand {
  padding: 35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-brand .brand-mark {
  border-color: #fff;
}
.footer-brand strong {
  font-size: 32px;
}
.footer-brand small {
  letter-spacing: 5px;
}
.footer-brand hr {
  width: 100%;
  border: 0;
  border-top: 1px solid #777;
}
.footer-brand p {
  font-size: 11px;
}
.footer-brand b {
  font-size: 11px;
  letter-spacing: 2px;
  color: #bbb;
}
@media (max-width: 1050px) {
  .site-header {
    padding: 0 24px;
  }
  .site-header nav {
    position: absolute;
    display: none;
    top: 88px;
    left: 18px;
    right: 18px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 20px 35px #0002;
    flex-direction: column;
    gap: 6px;
  }
  .site-header nav.open {
    display: flex;
  }
  .menu {
    display: block;
  }
  .header-cta {
    display: none;
  }
  .hero-copy {
    padding: 45px 28px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .promise-strip {
    grid-template-columns: 1fr 1fr;
    padding: 30px 28px;
    gap: 24px;
  }
  .promise-strip article {
    border: 0;
    padding: 0;
  }
  .difference {
    grid-template-columns: 1fr;
  }
  .building-photo {
    min-height: 420px;
  }
  .services,
  .switch {
    grid-template-columns: 1fr;
    padding: 60px 28px;
  }
  .contact {
    grid-template-columns: 1fr 1fr;
  }
  .contact-pitch {
    grid-column: 1/-1;
  }
  .frankfurt-note {
    display: none;
  }
}
@media (max-width: 640px) {
  .site-header {
    height: 78px;
  }
  .brand-mark {
    width: 43px;
    height: 46px;
  }
  .brand-name {
    font-size: 24px;
  }
  .hero {
    min-height: 620px;
    align-items: flex-end;
  }
  .hero-image {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.15), #fff 62%),
      url("assets/frankfurt-skyline.jpg") center top/auto 55% no-repeat;
  }
  .hero-copy {
    padding: 210px 22px 40px;
  }
  .hero h1 {
    font-size: 37px;
  }
  .hero .lead {
    font-size: 25px;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .actions .button {
    justify-content: center;
  }
  .promise-strip {
    grid-template-columns: 1fr;
  }
  .promise-strip article {
    padding: 12px 0;
  }
  .building-photo {
    min-height: 390px;
  }
  .building-photo blockquote {
    font-size: 18px;
    left: 7%;
    right: 7%;
    max-width: none;
  }
  .difference-copy {
    padding: 45px 22px;
  }
  .difference h2,
  .switch h2,
  .services h2 {
    font-size: 34px;
  }
  .services {
    padding: 50px 22px;
  }
  .service-cards {
    grid-template-columns: 1fr;
  }
  .switch {
    padding: 50px 22px;
  }
  .switch ol {
    grid-template-columns: 1fr;
  }
  .switch li {
    padding: 14px;
  }
  .contact {
    grid-template-columns: 1fr;
  }
  .contact-pitch {
    padding: 42px 22px;
  }
  .contact address {
    padding: 36px 22px;
  }
  .footer-brand {
    padding: 35px 22px;
  }
}

/* Original WEGando logo */
.brand {
  width: 170px;
  height: 88px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.brand img {
  display: block;
  width: 170px;
  height: auto;
}
.footer-brand img {
  display: block;
  width: 210px;
  max-width: 100%;
  height: auto;
  background: #fff;
  border-radius: 2px;
}
@media (max-width: 640px) {
  .brand {
    width: 132px;
    height: 74px;
  }
  .brand img {
    width: 132px;
  }
  .footer-brand img {
    width: 190px;
  }
}

/* Datenschutzfreundlich: Systemschriften und lokal gespeicherte Bilder */
.frankfurt-note {
  font-family: "Segoe Print", "Bradley Hand", cursive;
}
.legal-links {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  gap: 26px;
  padding: 14px 24px;
  border-top: 1px solid #333;
  font-size: 14px;
  background: #0d0d0d;
}
.legal-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.legal-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 55px 28px 80px;
  line-height: 1.65;
}
.legal-page h1 {
  font-size: 42px;
  margin: 0 0 34px;
}
.legal-page h2 {
  font-size: 24px;
  margin: 34px 0 8px;
}
.legal-page h3 {
  font-size: 18px;
  margin: 24px 0 6px;
}
.legal-page p,
.legal-page li {
  color: #3f3f43;
}
.legal-page a {
  color: var(--red);
  text-decoration: underline;
}
.legal-page .placeholder {
  padding: 12px 16px;
  border-left: 4px solid var(--red);
  background: #fff0f1;
  color: #8d0008;
  font-weight: 700;
}
.legal-header {
  border-bottom: 1px solid var(--line);
}
.legal-header .site-header {
  height: 92px;
}
.legal-footer {
  background: #111;
  color: #fff;
  padding: 24px;
  text-align: center;
}
.legal-footer a {
  margin: 0 12px;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .legal-page h1 {
    font-size: 34px;
  }
}
