/* General ********************************************************************/

html, body { margin: 0; height: 100%; }
body { font: 11px Arial; background: #fff; color: #575757; }
ul, li, h1, h2, h3, p { margin: 0; padding: 0; }
li { list-style: none; }
a { text-decoration: none; color: #000; }
a:focus { outline: none; }
strong { font-weight: bold; }
p { padding-bottom: 8px; line-height: 14px; }
/* text zooming on iphone landscape */
* { -webkit-text-size-adjust: none; }

/* Header *********************************************************************/

#head {
  height: 154px;
  cursor: pointer;
}

#icon {
  float: left;
  width: 52px;
  height: 154px;
  background: url(images/header_links.gif) no-repeat;
}

h1 a {
  display: block;
  height: 154px;
  width: 197px;
  background: url(images/header_rechts.gif) no-repeat;
  text-indent: -10000px;
  float: right;
}

/* Navigation *****************************************************************/

#nav li {
  border-top: solid 1px #ddd;
  background: url(images/pfeil_icon.gif) no-repeat right center;
}

li#nav-contact {
  border-color: #000;
  background: url(images/pfeil_weiss_icon.gif) no-repeat right center #000;
}

#nav a {
  display: block;
  padding: 10px 18px;
  font-size: 17px;
  font-weight: 300;
}

#nav-contact a {
  color: #fff;
  font-weight: 400;
}

#nav.contact-nav {
  border-top: none;
  border-bottom: solid 1px #ddd;
}

/* Content ********************************************************************/

h2 {
  border-top: solid 1px #ddd;
  padding: 14px 18px;
  font-size: 24px;
  font-weight: 300;
  color: #000;
}

#section {
  padding: 40px 18px 34px;
}

#gallery li {
  margin: 0 0 22px;
}

#gallery img,
.personal-site img {
  width: 100%;
  max-width: 438px;
}

/* Contact ********************************************************************/

h2.contact-headline {
  background: #000;
  color: #fff;
  font-weight: 400;
  border-bottom: solid 1px #fff;
}

#section.contact-site {
  background: #000;
  color: #fff;
  padding: 22px 0 5px;
}

.contact-site p {
  font-size: 15px;
  line-height: 20px;
  padding: 0 18px 18px;
}

.contact-site a {
  color: #fff;
}

.contact-section {
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
}

/* Personal *******************************************************************/

#section.personal-site {
  padding: 22px 18px 5px;
}

.personal-site p {
  font-size: 15px;
  line-height: 20px;
  padding: 0 0 18px;
}

.personal-site p.image {
  padding: 5px 0 35px;
}
