#error-code {
  width: 1000px;
  max-width: 95%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background: transparent;
}

#error-code h5 {
  font-size: 24px;
  text-align: center;
  margin: 0;
  margin-bottom: 48px;
}

#error-code h3 {
  font-size: 40px;
  text-align: center;
  margin: 0;
  margin-bottom: 72px;
  color: var(--cpd_farbe_info_error_600);
}

#error-code p {
  font-size: 22px;
  text-align: center;
  margin: 0;
}

#wichtige-links {
  width: 800px;
  max-width: 95%;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  background: transparent;
}

#wichtige-links a button {
  width: 160px;
  height: 45px;
  font-size: 23px;
  margin: 20px 30px;
}
