

@media (max-width: 995p) {
  :root {
    --global-gutter: 2.5em !important;
  }
}



h1 { margin-bottom: 0.8em;}
h2 { margin-bottom: 0.8em; }
h3 { margin-bottom: 0.8em;}
h4 { margin-bottom: 0.8em;}


/* Einheitliche Schriftgröße für Listen-Elemente */
li {
  font-size: 1.0rem;
  line-height: inherit!important;

}
a {
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (max-width: 900px) {
  .segment .button-cta, .button,
  .btn,
  .button-cta-small,
  .button-outline-white,
  .button-outline-black,
  .button-quiet {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin: 0rem 0;
  }
}

a:hover:not(
  .button,
  .btn,
  .button-cta,
  .button-cta-small,
  .button-outline-white,
  .button-outline-black,
  .button-quiet
) {
  color: var(--color-accent);
}