.head-spacer{
  margin-top: 124px;
}

/*Privacy-Terms-Imprint*/
.pti {
  text-align: left;
  display: flex;
  justify-content: center;
}

@media only screen and (min-device-width: 769px) and (max-device-width: 1920px) {
  .pti {
    padding: 100px 40px 100px 40px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .pti {
    padding: 40px 20px 40px 20px;
  }
}

.pti section {
  width: 80%;
}
