body {
  height: auto;
  width: 100%;
  /*background-image: -webkit-radial-gradient(white 0%, #c8c8c8 100%); 
  background-image: -moz-radial-gradient(white 0%, #c8c8c8 100%); 
  background-image: -o-radial-gradient(white 0%, #c8c8c8 100%); 
  background-image: radial-gradient(white 0%, #c8c8c8 100%);*/
  background: -webkit-radial-gradient(50% 50%,ellipse farthest-corner,white 50%,gainsboro 100%);
  background: -moz-radial-gradient(50% 50%,ellipse farthest-corner,white 50%,gainsboro 100%);
  background: -o-radial-gradient(50% 50%,ellipse farthest-corner,white 50%,gainsboro 100%);
  background: radial-gradient(50% 50%,ellipse farthest-corner,white 50%,gainsboro 100%);
}

#page {
  width: 960px;
  margin: auto;
  max-width: 100%;
}

#header {
  height: 140px;
  min-width: 960px;
}

.branding {
  position: relative;
  padding: 60px 0 0 10px;
  width: 167px;
  float: left;
}

.header-rechts {
  position:relative;
  margin: 100px 60px 0 0;
  float: right;
}

.meta {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 0.813em;
  color: rgb(0,154,178);
  padding: 0 20px 0 0;
  text-decoration: none;
}

a {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: rgb(0,154,178);
  text-decoration: none;
}

a:hover {
  color: rgb(0,0,0);
  text-decoration: underline;
}

a.svg {
  position: relative;
  display: inline-block; 
}
a.svg:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}


#content {
  position: relative;
}

#content-text {
  position: absolute;
  left: 500px;
  top: 170px;
  width: 430px;
  z-index: 10;
}

#content-image {
  position: relative;
  left: 0;
  top: 0;
  z-index: 0;
}

#content-border {
  border-top: solid 2px rgb(0,154,178);
  border-bottom: solid 2px rgb(0,154,178);
  padding: 20px 0 20px 0;
}

/*#content-image img {
  max-width: 100%;
  height: 100%;
}*/

#footer {
  position: relative;
  width: 100%;
  height: 150px;
  margin: 20px 0 0 0;
}
.footer-left {
  width: 50%;
  height: 200px;
  float: left;
}
.footer-right {
  width: 50%;
  height: 200px;
  float: right;
}
.footer-rechts {
  margin: 0 0 0 20px;
  float: left;
}


/* TYPO */

h1 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size:4em;
  color: rgb(255,255,255);
}

h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size:1.125em;
  color: rgb(0,154,178);
  padding: 10px 0 0 0;
}

h3 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size:0.813em;
  color: rgb(0,154,178);
  padding: 10px 0 0 0;
}

#content-text p {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 0.938em;
  color: rgb(255,255,255);
  line-height: 1.25em;
  padding: 12px 0 0 0;
}

p, ul li {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 0.938em;
  color: rgb(115,115,115);
  line-height: 1.25em;
  padding: 12px 0 12px 0;
}

#footer p {
  font-family: 'Muli', sans-serif;
  font-weight: 300;
  font-size: 0.813em;
  color: rgb(115,115,115);
  line-height: 1.25em;
  padding: 12px 0 0 0;
}

.clear {
  clear: both;
}