/* Remove underline from headings */
h1, h2, h3 {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Remove underline from buttons */
a, .elementor-button {
  text-decoration: none !important;
}

/* Fix Post Grid titles specifically */
.uc_post_title a {
  text-decoration: none !important;
}

/* Platz oberhalb der Navigationsleiste */
body {
  margin-top: 0 !important;
}

h1, h2, h3, p {
  margin-top: 0 !important;
}