@charset "utf-8";
/* CSS Document */
.shadow {
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: sans-serif;
  color: #000;
  font-size: 75%;
}
#wrapper {
  width: auto;
  max-width: 900px;
  margin: 20px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 992px) {
  #wrapper {
   
    margin: 30px auto;
  }
}
#links {
  padding: 75px;
  text-align: center;
}
#rechts {
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 15px;
}
#footer {
  grid-column-start: 1;
  grid-column-end: 3;
}
.copyright {
  width: 550px;
}
.design {
  width: 170px;
  float: right;
}
a:link,
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 2.5em;
  color: rgba(90, 14, 46, 0.511);
  font-weight: 700;
  margin-bottom: 20px;
}
h2 {
  color: blue;
  font-size: 1em;
  font-weight: bold;
}
p {
  line-height: 18px;
  margin-bottom: 16px;
  font-size: 18px;
}
