.seperator-animiert .elementor-divider-separator {
  width: 10%;
  height: 4px;  /* Beispielhöhe */
  background-color: #000;  /* Beispielfarbe */
  transition: width 1s ease;
  margin: 100px auto; /* Zentriert und Abstand für Scrollen */
}

.seperator-animiert  .elementor-divider-separator.expand {
  width: 50%!important;
}

.entry-content {
width: 100%!important;
}

footer .footer > .container {
	max-width: 100vw;
}
