
body {
  background-color: #cfcfcb;
}

* {
  font-family: Courier, monospace;
}

#wrapper {
  width: 95vw;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;

}

a {
  text-decoration: none;
}

a:visited {
  color: #000;
}

h1, h2, h3, h4 ,h5 {
  font-family: Courier, mono-space;
}

h1 {
  font-size: 52px;
  text-align: center;
}

h2 {
  font-size: 28px;
  text-align: center;
}
.teaser {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: space-between;
  margin-top: 90px;
}
.website-link {

}

.teaser-bild img {
  max-width: 98%;
}

@media (max-width: 786px) {

  #wrapper {
    margin-top: 50px;
    width: 100vw;
  }

.teaser {
  flex-wrap: wrap;
}

.website-link {
  width: 100%;
  margin-bottom: 50px;
}

.teaser-bild img {
  max-width: 100%;
}

body {
  margin: 0px;
}

}
