body {
  background: rgb(7, 104, 169);
  background-image: linear-gradient(
    139deg,
    rgba(7, 104, 169, 1) 0%,
    rgba(9, 132, 214, 1) 50%,
    rgba(10, 157, 255, 1) 100%
  );
  margin: 0;
  padding: 0;
  min-height: 100vh; /* 100% der Viewport-Höhe */
  width: 100vw; /* 100% der Viewport-Breite */
}

img {
  width: 600px;
}

h1 {
  color: #ffffff;
  font-size: 48px;
  font-family: "Roboto";
  font-weight: 900;
  display: none;
}

h2 {
  color: #ffffff;
  font-size: 32px;
  font-family: "Roboto";
  font-weight: 500;
}

p {
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 300;
  width: 600px;
}

hr {
  margin: 0;
  width: 408px;
  height: 2px;
  background-color: #ffffff;
}

footer {
  position: absolute;
  bottom: 0;
  margin: 0 0 40px 120px;
  color: #ffffff;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 300;
}

a {
  color: white;
}

li {
  color: #ffffff;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 20px;
}

.flex-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30vh;
  margin-bottom: 65px;
}

.flex-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 120px;
}

.highlight-box {
  border-radius: 10px;
  background-color: #ffffff;
}

.highlight-box p {
  color: black;
  margin: 25px;
}

.footer {
  background-color: #ffffff;
  height: 50px;
  margin: 0;
  position: static;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footertext {
  display: block;
  font-family: "Roboto";
  font-weight: 300;
  color: black;
  line-height: 50px;
  text-align: right;
  padding-right: 120px;
}
