/* ----------------------------------------
   Custom Styles für mototransporter.de
   ---------------------------------------- */

/* Rahmen + Schrift wie Roller-Seite für alle Buttons */
.button,
.button-alt,
.button-alt2 {
  border: 2px solid #fff;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  font-weight: 600;
}

/* Treuhandservice-Button: Orange → Rot (bleibt) */
.button-alt {
  background: linear-gradient(to bottom, #cc0000 0%, #ff0000 100%) !important;
}

.button-alt:hover {
  background: linear-gradient(to bottom, #b30000 0%, #e60000 100%) !important;
}

/* Listenpunkte in Content-Boxen wieder sichtbar machen */
.content-box ul {
  list-style: disc inside;
  margin: 0 0 1em 1.2em;
  padding: 0;
}
.content-box li {
  margin-bottom: 0.5em;
}

/* Listen-Text in Content-Boxen anpassen */
.content-box li {
  font-size: 18px;
  line-height: 1.7;
  color: #333;   /* gleich wie p */
  margin-bottom: 0.5em;
}
.content-box li a {
  color: #333;   /* Links auch dunkelgrau */
  text-decoration: underline;
}
.content-box li a:hover {
  color: #000;   /* Hover noch dunkler */
}
