@charset "UTF-8";
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: #25292E;
}
html * {
  transition: all 0.2s 0s ease;
  opacity: 1;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: #25292E;
  -webkit-font-smoothing: antialiased;
  /* Für schärferes Rendering auf Webkit-Browsern */
  -moz-osx-font-smoothing: grayscale;
  /* Für macOS */
  text-rendering: optimizeLegibility;
  /* Optimiert für Lesbarkeit */
}
body.dark-mode {
  background-color: #25292E;
}
main {
  width: 100%;
  margin: 0px;
  padding: 0px;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}
main .inside {
  width: 90%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0% 0%;
  max-width: 1400px;
}
main .rte {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main .content-image * {
  max-width: 100%;
  height: auto;
}
#container {
  margin-top: 80px;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%2Fwww%2Fvhosts%2Ffabiene-ahorner.de%2FWebseite%2Ffiles%2FBerning-Systems%2Fcss%2Fbase%2Fglobals.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%22%7D */