body {
  margin: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f6f7f8;
}

.main-text-body {
  width: 1016px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 206px;
  left: 328px;
}

.headline_with_arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.arrow-img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  cursor: pointer;
}
.arrow-img:hover {
  width: 34px;
  height: 34px;
  background-color: rgb(228, 224, 224);
  border-radius: 20px;
}
h1 {
  color: #000;
  font-family: Inter;
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-block-start: 0;
}
h2 {
  color: #000;
  font-family: Inter;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-block-start: 0;
  margin-block-end: 0;
}
.text-field {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
}
.second-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.reading-area {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}

.PP-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* legal notice extras was nicht in privacy policy benötigt wurde */

.blue {
  color: #28abe2;
}
