body {
  margin: 10px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}
/*
 * Formatting the header area
 */
header {
  background-color: #DFB887;
  height: 35px;
  width: 100%;
  opacity: .9;
  margin-bottom: 10px;
}
header h1.logo {
  margin: 0;
  font-size: 1.7em;
  color: #fff;
  text-transform: uppercase;
  float: left;
}
header h1.logo:hover {
  color: #fff;
  text-decoration: none;
}
/*
 * Centering the body content
 */
.container {
  width: 1200px;
  margin: 0 auto;
}
div.home {
  padding: 10px 10px 30px 10px;
  background-color: #E6E6FA;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  word-wrap: break-word;
}
div.about {
  padding: 0px 0 30px 10px;
  background-color: #3e3f40;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: white;
  margin-bottom: 10px;
}
div.dsgvo {
  padding: 10px 0 30px 10px;
  background-color: #a9c989;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: white;
  margin-bottom: 10px;
}
div.banner {
  text-align: center;
  height: 150px;
  padding: 10px 0 40px 10px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background:url(/static/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  color: #3e3f40;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
}


div.banner a:link {
  font-size: 28px;
  color: #3e3f40;
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: white;
}
div.banner a:visited {
  color: #3e3f40;
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: white;
}
div.banner a:hover {
   color: white;
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: #3e3f40;
}
div.banner a:active {
  color: blue;
  -webkit-text-stroke-width: 1.6px;
  -webkit-text-stroke-color: white;
}

h1 {
  text-align: center;

}

h2 {
  font-size: 3em;
  margin-top: 40px;
  text-align: center;
  letter-spacing: -2px;
}
h3 {
  font-size: 1.7em;
  font-weight: 100;
  margin-top: 30px;
  text-align: center;
  letter-spacing: 1spx;
  color: #999;
  color: red;
}
.menu {
  float: right;
  margin-top: 8px;
}
.menu li {
  display: inline;
}
.menu li + li {
  margin-left: 35px;
}
.menu li a {
  color: #444;
  text-decoration: none;
}

ul {
  display: table;
  margin: auto;
  text-align: left;
}