:root {
  font-family: system-ui;
  color: #2e4ba6;
  overflow-x: hidden;
}
body {
  margin: 0;
  overflow-x: hidden;
}
main,
footer > * {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 4%;
  max-width: 40rem;
}
.title {
  font-size: min(14vw, 7em);
  line-height: 1;
}
.title span {
  display: block;
}
.title span:first-child {
  margin-right: 45%;
}
.title span:last-child {
  text-align: right;
}
h1 {
  font-weight: 800;
  line-height: 1.2;
}
h2 {
  font-size: 1rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lead {
  font-weight: 600;
}
.name {
  font-weight: 500;
}
.slogan {
  text-transform: uppercase;
  font-weight: 900;
}
footer .slogan {
  font-size: min(5vmin, 2em);
  padding-top: 0;
}

p {
  line-height: 1.4;
  margin: 0.5em 0;
}

.zitate > div {
  margin-top: 2rem;
  display: flex;
  gap: 1em;
  align-items: flex-start;
}
.zitate img {
  width: 30%;
  flex-shrink: 0;
  border-radius: 100%;
}
.zitate p {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.zitate p::last-child {
  font-weight: bold;
}

.illu {
  overflow: visible;
}
.illu.gruen {
  z-index: -1;
  right: 0;
  width: 100%;
  height: 100%;
  top: -50%;
  right: -45%;
  position: absolute;
}
.illu.gruen object {
  position: absolute;
}
.illu.blau {
  position: relative;
  margin-left: -30%;
  width: 100%;
}
.illu.gelb {
  width: 100%;
}
.button {
  position: absolute;
  right: 1em;
  width: 25%;
}

footer {
  background-color: rgba(250, 185, 113, 0.5);
  padding: 2em 0;
}
.logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 2em;
}
.logos img,
.logos > * {
  height: 2em;
  width: auto;
}
