
body{-webkit-text-size-adjust:none;} 
body {
  margin: 0;
  padding: 2.5em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.35em;
  color: #666;
  background: #fff;
}

/* SCREENSIZE PROMPTS */
@media only screen and (max-width:  1000px) {
  body {
    padding: 5%;
  }
}

@media only screen and (max-width:  600px) {
  body {
    font-size: 1em;
  }

  .projektteam {
    font-size: 0.8em;
    line-height: 1.2em;
  }

}
a {
  color: #333; 
  text-decoration: none; 
  cursor: pointer;
}
a:hover {
  color: #666; 
  border-bottom: 1.5px solid;
}
a:active {
  color: lightblue; 
  text-decoration: none;
}
#site {
  margin: 0 auto; 
  padding: 0; 
  max-width: 900px;
}
#logo {
  font-weight: 300;
}
#navi {
  display: block; 
  float: right;
}
#navi a {
  margin: 0 0 0 1.25em;
}
#content {
  margin: 2.5em 0; width: 100%;
}
#content p {
  margin: 0; 
  padding: 0;
  max-width: 770px;
 }
#content img {
  width: 100%;
}
#info {
  margin: 3.75em 0;
}
#projekte {
  margin: 3.75em 0;
}
.indexitem {
  text-align: center; 
  background: lightblue;
}
.active {
  text-decoration: underline;
}
.toggle {
  display: none;
}
img.toggle {
  margin: 1.25em 0 1.25em 0;
}
/* SLICK SLIDER FRONT CSS */
.single-item {
  margin-top: 1.25em;  
}
.responsive {
  margin-top: 1.25em;
}
.slide {
  background: #fff;
}