.elementor-57 .elementor-element.elementor-element-167563a3{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-6f3c1a87 */@charset "UTF-8";

/* Grundlegende Stile */
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: source-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 200;
}

.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Navigation */
header {
  width: 100%;
  height: 10%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 10%;
  margin: 15px 0;
  letter-spacing: 4px;
}/* End custom CSS */