body {
  background: silver;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  background: url("../img/pflaster.jpg") repeat;
}


#header {
  background: url("../img/walter-braun.jpg") center center no-repeat;
  text-indent: -6666px;
  height: 372px;
  border-radius: 8px 8px 0px 0px;
}

h2, h3, h4 {
  color: #222;
}

a {
  color: #204281;
  text-decoration: underline;
}
.row {
  max-width: 940px;
}

#wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #555;
  border-radius: 8px;
}

#intro,
#outro {
  background-color: #204281;
  padding-top: 34px;
  padding-bottom: 34px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}
#intro strong,
#outro strong {
  font-weight: 400;
}

#outro p {
  margin-bottom: 0px;
}

#vita {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  padding-bottom: 60px;
}
#vita h2 {
  margin-top: 20px;
  font-weight: 300;
  font-size: 48px;
  line-height: 60px;
}
#vita small {
  padding-top: 5px;
  font-size: 16px;
  border-top: 2px solid #204281;
}
#vita ul {
  margin-top: 50px;
}
#vita ul li {
  list-style-type: none;
  padding-bottom: 40px;
}

#vita .info,
#vita .jahr {
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}
#vita .jahr {
  font-weight: 400;
  color: #222;
}

#vita h3 {
  font-size: 24px;
  padding-bottom: 10px
}

#vita h4 {
  font-size: 16px;
  text-decoration: underline;
}

#vita hr {
  border-color: #204281;
  margin-top: 40px;
  margin-bottom: 30px;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

#footer h3 {
  padding-top: 16px;
  font-size: 18px;
}
#footer p {
  font-size: 16px;
  line-height: 22px;
}

#imp_link {
  text-align: center;
  padding-bottom: 30px;
  font-weight: 400;
}

#impressum {
  padding-top: 40xp;
  padding-bottom: 40px;
}

#impressum h1 {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 28px;
}

#impressum h2 {
  font-size: 24px;
}

#impressum h3 {
  font-size: 18px;
}

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

  #wrapper {
      margin-top: 0px;
      margin-bottom: 0px;
  }

  #header {
    background: url("../img/logo_walter_braun.jpg") top center no-repeat;
    text-indent: -6666px;
    height: 280px;
  }

  #footer .columns {
    text-align: center;
  }

  #vita .jahr,
  #vita .info {
    text-align: center;
  }

  #vita .info {
    padding-bottom: 20px;
  }

}
