/* Gesamter Inhaltsblock – zentriert & mit schönem Abstand */
.content-block {
  max-width: 900px;
  margin: 0 auto 40px auto;
  padding: 0 10px;
}

/* Hauptüberschrift */
.content-title-main {
  font-size: 32px !important;
  color: rgb(247, 150, 70) !important;
  font-family: Tahoma, Verdana, Arial, sans-serif !important;
  text-align: center !important;
  margin-bottom: 20px !important;
}

/* Untertitel (h3) */
.content-subtitle {
  font-size: 22px !important;
  font-family: Tahoma, Verdana, Arial, sans-serif !important;
  text-align: center !important;
  margin-bottom: 15px !important;
  font-style: italic !important;
}

/* Normaler Text */
.content-text {
  font-size: 16px !important;
  font-family: Tahoma, Verdana, Arial, sans-serif !important;
  line-height: 1.5 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
  text-align: left !important;
}

/* Buttons zentrieren + schöner Abstand */
.button-container {
  text-align: center !important;
  margin: 30px 0 !important;
}

/* Abstand zwischen Buttons */
.button-container + .button-container {
  margin-top: 20px !important;
}

/* Die Buttons selbst */
.special-link {
  display: inline-block;
  background-color: rgb(247, 150, 70);
  color: white !important;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 0.3s;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

.special-link:hover {
  background-color: red;
}

/* Sicherstellen, dass H3-Untertitel wirklich orange ist */
h3.content-subtitle,
.content-block h3.content-subtitle,
.content-block .content-subtitle {
  color: rgb(247, 150, 70) !important;
}
