* {
  margin: 0px;
  padding: 0px;
   font-family:"Open Sans"
}

html{
  background:url("../images/rauschen-2.png");
}


h1{
  font-family: "officina";
  font-size:40px;
  margin-left:0px;
  margin-bottom:5px;

}

h2{
  font-family: "officina";
  font-size:25px;
  margin-left:0px;
  margin-bottom:10px;

}

h3{
  font-family: "officina";
  font-size:18px;


}

p{
  margin-bottom:40px;
  font-family:"Open Sans"
}

p.entwurf{
  margin-bottom:20px;
  font-family:"Open Sans"
}



.menu a{
    font-family: "officina";
  font-size:20px;
  color:#fff;
  text-decoration:none;

}

.submenu a{
    font-family: "officina";
    color:#87B6DD;
  font-size:20px;
  text-decoration:none;

}

a{
  color:#87B6DD;
}

a:hover{
  text-decoration:underline;
}
footer a{
        font-family: "officina";
  font-size:20px;
  color:#fff;
}

footer p{
      font-family: "officina";
  font-size:20px;
  color:#fff;
    width:540px;
  padding:0px 100px 0px 100px;
  margin:50px auto 0px auto;
}
.headerplace{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  z-index:500;
}

header{

  position:relative;
  width:720px;
  height:100px;
  padding:0px 10px 0px 10px;
  margin:0px auto 0px auto;
  
}



.headerback{
  position:absolute;
  top:0px;
  left:-407px;
}

.logo{
  position:relative;
  top:60px;
  left:40px;
}



.menu ul{
  list-style-type:none;
  position:absolute;
  right:20px;
  bottom:10px;
  padding-right:10px;

  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', /* IE6-IE9 */ M11=0.9902680687415704, M12=0.13917310096006544, M21=-0.13917310096006544, M22=0.9902680687415704);
  zoom: 1;
}

.menu ul li{
  display:inline;
  margin-left:20px;
}

.submenu ul{
  list-style-type:none;
  position:absolute;
  right:13px;
  bottom:-46px;
  padding-right:10px;
  background-color:#fff;
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', /* IE6-IE9 */ M11=0.9902680687415704, M12=0.13917310096006544, M21=-0.13917310096006544, M22=0.9902680687415704);
  zoom: 1;
}

.submenu ul li{
  display:inline;
  margin-left:10px;
}

.contentwhite{
   position:relative;
   width:100%;
   background-color:#f3f3f3;
   z-index:90;
   padding-top:0px;
   min-height:80%;

   -webkit-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
   -moz-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
   -ms-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
   -o-box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
   box-shadow: 0 5px 30px 0 rgba(0,0,0,0.2);
}

.rubrikanchor{
  display:block;
  position:relative;
  top:-200px;
}

article{
  
  margin-bottom:60px;
  color:#515967;
}

article.onlyhead{
  margin-bottom:10px;
}

.content{
  position:relative;
  width:540px;
  min-height:400px;
  padding:200px 100px 50px 100px;
  margin:0px auto 200px auto;
  border-bottom:50px solid #f3f3f3;
  background-color:#fff;
  z-index:100;


}


.back{
  cursor:pointer;
}
.content img{
  margin-top:20px;
  margin-bottom:20px;
  max-width:100%;
  display:block;
}

.thumb{
  position:relative;
  margin-right:10px;
  margin-bottom:10px;
  display:inline-block;
  overflow:hidden;
  outline:none;
  border:none;
}

.thumb .mouseo{
  position:absolute;
  width:100%;
  height:100%;
  top:100%;


  background:url("../images/mouseover_150.png");
  background-position: center center;
  background-repeat:no-repeat;

  -webkit-transition: top 0.5s ease;
   -moz-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
     -ms-transition: top 0.5s ease;
  transition: top 0.5s ease;
  
}

.thumb .thumbtitle{
  width:100%;
  
  position:absolute;
  bottom:-100%;
  line-height:20px;
  left:0px;
  background:0;
  color:#fff;
  text-align:center;

    -webkit-transition: bottom 0.6s ease;
    -ms-transition: bottom 0.6s ease;
    -moz-transition: bottom 0.6s ease;
    -o-transition: bottom 0.6s ease;
  transition: bottom 0.6s ease;
}

.thumb .thumbtitle p{
  padding:0;
  padding-bottom:20px;
  margin:0;
  max-width:100%;
}
a.thumblink:hover{
  text-decoration:none;
}

.thumb:hover .mouseo{
  top:0%;
}

.thumb:hover .thumbtitle{
  width:100%;
  
  
  bottom:20px;

}

.thumblink{
  text-decoration:none;
}

.thumb img{
  display:block;
  margin:0px;
}

.projectImage{
  position:relative;
  margin-bottom:20px;
}

img.multImg{
  display:none;

}

img.startImage{
  margin:0px;
}

.nextImage{
  position:absolute;
  width:47px;
  height:45px;
  left:100%;
  top:50%;
  background-color:yellow;
  background:url("../images/pfeil-rechts.png");
  cursor:pointer;
}

.previousImage{
  position:absolute;
  width:47px;
  height:45px;
  right:100%;
  top:50%;
  background-color:yellow;
  background:url("../images/pfeil-links.png");
  cursor:pointer;
}



footer{
  position:fixed;
  width:100%;
  background-color:blue;
  background:url("../images/rauschen-2.png");
  height:200px;
  bottom:0px;
  z-index:0;
}


