:root {
    
  
  --bg: url("../Bilder/hintergrund01.JPG");
  --text: #111;

  --menu-bg: #7a7f87;
  --menu-hover: #5f666e;
  --menu-active: #2e8b57;
  --sprung-abstand: 320px;
  --submenu-bg: #9aa0aa;
  --submenu-hover: #6f7783;

  --header-abstand: 180px;
}

.sprungziel {
  scroll-margin-top: var(--sprung-abstand);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Comic Sans MS", Arial, sans-serif;
  background: var(--bg) repeat;
  color: var(--text);
  text-align: center;
}

/*[id] {
  scroll-margin-top: 0px; stellt den Abstand (Sprunglink) ein*/
}

/*[id] {
  scroll-margin-top: var(--header-abstand);
}*/

a {
  color: #0645ad;
}

img {
  max-width: 100%;
  height: auto;
}

.zurueck-menue {
  text-align: center;
  margin: 40px auto;
}

.zurueck-menue a {
  display: inline-block;
  padding: 10px 20px;
  background: #2e8b57;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.2s;
}

.zurueck-menue a:hover {
  background: #246b43;
}

.werbung-box {
  max-width: 900px;
  margin: 40px auto;
  text-align: left;
}
.geschichte-link {
    font-family: "Comic Sans MS", Arial, sans-serif;
    font-size: 28px;
    color: rgb(95, 4, 4);
    font-weight: 0;
}
