@import url(assets/normalize.css);

@font-face {
  font-family: "IBM Plex Sans";
  src: url(assets/IBMPlexSans-Text-Latin1.woff);
  font-weight: normal;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url(assets/IBMPlexSans-SemiBold-Latin1.woff);
  font-weight: 600;
}

body {
  font-family: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 144%;
  background: #f8f8f8;
}

div#content {
  margin: auto;
  padding: 2em 1em 0 1em;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  div#content {
    width: 100%;
  }
}

@media (min-width: 600px) {
  div#content {
    width: calc(600px - (100vw - 100%));
  }
}

h1 {
  font-size: 23px;
  line-height: 130%;
  font-weight: 600;
}

div#headlines {
  margin-bottom: 4rem;
}

h2 {
  font-size: 18px;
  line-height: 144%;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

div#action-buttons {
  margin: 1em 0;
  display: flex;
  gap: 0.5em;
}

div#action-buttons a {
  text-decoration: none;
}

span.button {
  box-sizing: border-box;
  border: 1.5px solid #2d4b74;
  border-radius: 6px;
  padding: 0.4em 0.75em;
  user-select: none;
  cursor: pointer;
  color: #2d4b74;
}

span.button:hover {
  background-color: #2d4b74;
  color: #f8f8f8;
}

div.label {
  font-size: 0.8em;
}

p.number {
  margin-top: 0;
}

a.telefon {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: "\2014\2009";
  padding-left: 1em;
}

div#gradient {
  background: linear-gradient(
    180deg,
    #2d4b74 0%,
    #8ba9c5 35%,
    rgba(196, 212, 225, 0.506494) 70%,
    rgba(248, 248, 248, 0) 100%
  );
  transform: matrix(1, 0, 0, -1, 0, 0);
  position: absolute;
  width: calc(100vw - (100vw - 100%));
  height: 14em;
  bottom: 0;
  left: 0;
  z-index: -1;
}

footer {
  padding-top: 7.5em;
  padding-bottom: 1em;
  box-sizing: border-box;
}

footer a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
