body {
  background-color:white;
  text-align:left;
  color: #555555;
  background-color: #f4f4f4;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  margin-top:3em;
}

p {
  font-size: 18px;
}

h1, h2 {
  color: #672f2f;
  font-family: Yantramanav, Arial, sans-serif;
  line-height: 1.3;
  font-weight: 100;
  text-transform: uppercase;
}

h1 {
  font-size: 2.6em;
  letter-spacing: .1em;
  margin-top: 0.25em;
  margin-bottom: .5em;
  text-align: left;
}

h2 {
  font-size: 2rem;
  letter-spacing: .05em !important;
}

.wrapper {
  width:100%;max-width:900px;margin:auto;margin-top:10px;text-align:inherit;
}

a:link, a:visited, a:active {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

img {
  box-shadow: 0px 6px 12px -6px rgba(0, 0, 0, .8);
}

@media screen and (max-width: 750px) {

  .formatierer {
    width:90%;
  }

  body, p {
    font-size: 16px;
  }

  h1 {
    font-size: 24px;
  }
  
  h2 {
    font-size: 20px;  
  }
}