body {
  margin: 0;
  font-family: sans-serif;
  font-size: 20px;
  color: #000;
  background: url("../pics/schach-1.jpg");
  background-size: cover;
  background-position: 70% bottom;
  background-attachment: fixed;
  backdrop-filter: saturate(30%);
} 
h1 {
  margin: 0;
  padding: 1em 0 ;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 6px #333;
}
a {
	color: #fff;
	text-decoration: none;
}
.box {
  margin: 0 auto 2em auto;
  padding: 1em;
  width: calc(94% - 2em);
  background-color: #fff8;
  backdrop-filter: blur(0px);
}
.start ul {
  margin-top: 2em;
  padding: 0; 
}
.start li {
  max-width: 20em;
  margin: 1em auto;
  padding: 0.8em 0.2em;
  list-style: none;
  text-align: center;
  background-color: #0009;
  color: white;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 1em;
  box-shadow: 5px 5px 10px #333;
  opacity: 0.8;
}
.start li:hover {
	opacity: 1;
}
/* Button-Farben: */
.start #verein {
  background-color:#dd3c3c;
}
.start #turniere {
  background-color: #dd8c3c;
}
.start #aktuelles {
  background-color: #dddd3c;
}
.start #teams {
  background-color: #22c322;
}
.start #jugend {
  background-color: #22c38e;
}
.start #partien {
  background-color: #3ca7dd;
}
.start #surftipps {
  background-color: #3c3cdd;
}
.start #archiv {
  background-color: #8c3cdd;
}

footer {
  padding-bottom: 2em;
  text-align: center;
  color: #c8c846;
}

/* Seite Impressum: */
.impressum h3 {
  margin-bottom: 0;
  font-size: 0.9em;
  font-weight: bold;
}
.inhalt {
  margin-top: 0;
}
.inhalt a {
  color: #0047a2;
}
.klein, 
.datenschutz p, 
.datenschutz ul {
  font-size: 0.8em;
}

/* Seite Datenschutz: */
.datenschutz h2 {
  font-size: 1.2em;
  text-transform: uppercase;
}
.datenschutz h2:first-of-type {
  font-size: 1.5em;
  text-transform: capitalize;
}
.datenschutz h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}
.datenschutz h4 {
	margin-bottom: 0;
	font-size: 0.9em;
}
.datenschutz p {
	margin-top: 0;
}

@media (min-width: 800px) {

  h1 {
    font-size: 3.5em;
  }
  .box {
    padding-left: 3em;
    padding-right: 2em;
    max-width: 45em;
  }
  .start ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .start li {
    width: 15em;
  }
}