@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: 'Elms Sans', sans-serif;
  color: #2c3a30;
  font-size: 18px;
}
#wrapper {
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
  padding: 70px;
}
#links {
  grid-column-start: 1;
  grid-column-end: 2;
  padding: 15px;
}
#rechts {
  grid-column-start: 2;
  grid-column-end: 3;
  padding: 15px;
}
#footer {
  grid-column-start: 1;
  grid-column-end: 3;
}
#footer p {
  font-size: 0.8rem;
}
.copyright {
  width: 550px;
}
.design {
  width: 170px;
  float: right;
}
a:link,
a:visited {
  color: #2c3a30;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
h1 {
  font-size: 1.5em;
  color: #2f3d3a;
  font-weight: 700;
  margin-bottom: 5px;
}
h2 {
  color: #b8654a;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 18px;
  margin-top: 36px;
}
p {
  line-height: 1.4rem;
  margin-bottom: 16px;
}
p.subtitle {
  text-transform: uppercase;
  margin-bottom: 70px;
  font-size: 0.9rem;
}
em {
  font-size: 1.25rem;
  color: #b8654a;
}
