.werteblock {
  padding: 120px 0;
}
.werteblock__head {
  text-align: center;
  margin-bottom: 70px;
}
.werteblock__head h2, .werteblock__head h3, .werteblock__head h4 {
  margin-bottom: 20px;
}
.werteblock__content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .werteblock {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .werteblock {
    padding: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .werteblock {
    padding: 50px 0;
  }
}

.button-werte {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 21px;
  letter-spacing: -0.42px;
  font-weight: 300;
  color: var(--highlight);
  padding: 18px 46px;
  border: 1px solid var(--highlight);
  border-radius: 60px;
  transition: all 0.12s ease-in-out;
}

.theme--t2 .button-werte {
  background-color: var(--highlight);
  border-color: var(--blau);
  color: var(--blau);
}