a{
  color: black;
}
.logo_inner{
  position: relative;
  z-index: 1;
}
.logo{
  margin-top: 0px;
}

.h1{font-size: 24px;
font-weight: 200;
font-family: 'SangBleuSunrise-Light-WebTrial';
color:black;
line-height: 31px;
}
.imp .h1{
font-size: 17px;
font-weight: 300;
font-family: 'Graphik Web';
color:black;
line-height: 26px;
}
.studio .text p, .text p{

}
.h2{   font-family: "Graphik Web";
  font-weight: 300;
  font-size: 17px;
   color:black;
 
   line-height:26px;
 }

 .container_inner {
  
    margin-bottom: 14px;
}
.img.main_img {
    margin-top: 15px;
    margin-bottom:12px;
}
.studio .img.main_img {
    margin-top: 15px;
    margin-bottom:9px;
}
.main_img img{
  width: 100%
}
.text{
font-weight: 300;
font-size: 17px;
line-height: 26px;
}
.infos{
  display: none;
  margin-bottom: 20px;
}
.studio .infos{
  display: block;
}
u{
  text-decoration: none;

position: relative;
}
u::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid black;
    left: 0px;
    bottom: -1px;
}
.haupttext{
  display: none;
}
.studio .haupttext{
  display: block;
}
.leistungen .haupttext {
    margin-bottom: 37px;
}
.container_inner ul{
  list-style: none;
}
.cont{
 
    padding-top: 18px;

}
.container_inner li::before {
    content: "•";
    position: absolute;
    left: 0px;
}
.container_inner li {
    margin-left: 12px;
    margin-bottom: 6px;
}
.weniger, .weniger2{
  display: none;
}
.see .weniger, .mehr, .see .weniger2, .mehr2{
  display: inline-block;
}
.see .mehr, .see .mehr2{
  display: none;
}
.haupttext{
  margin-bottom: 14px;
}

.mehr, .weniger, .mehr2, .weniger2 {
/*text-transform: uppercase;
font-weight: 400;*/
line-height: 19.8px;

}
.mehrinfo, .mehrinfo2{
  cursor: pointer;
}
.mehrinfo:hover, .mehrinfo2:hover{
  opacity: 0.8;
}
.bildergalery img, .next img{
  width: 100%
}
.bildergalery{
  font-size: 0;
}
.jung{
  margin-bottom: 19px;
}
.studio .jung{
  margin-bottom: 20px;
}
.zeile_title {

    display: inline-block;
    width: 99px;
    vertical-align: top;
    margin-right: 18px;

}
.zeile_inhalt {

    display: inline-block;
    width:calc(100% - 117px);
    vertical-align: top;

}
.next {
    width: calc(100% + 40px);
    display: block;
    margin-left: -20px;
    background-color: #252727;
    margin-top: 56px;
    position: relative;
    background-color: white;
}
.next:hover{
  background-color: #EEE809;
}
.nextdeclare {
    position: absolute;
    top: -40px;
    left: 20px;
    text-transform: uppercase;
    color: white;
}
.next:hover .nextdeclare{
color: black;
}
.next_inner{
  margin-left: 20px;
margin-right: 20px;
padding-top: 15px;
}
.next_img{
  padding-bottom: 20px;
}
.titleutitle{
  margin-bottom: 15px;
}
.varible{
  opacity: 0;
  -webkit-transition: opacity 2s;
transition: opacity 2s;
}
.varible.visible{
  opacity: 1;
}
.varible.visible .projekt_img img, .studio .haupttext.visible, .infos.visible, .column.visible, .cont.visible{
-webkit-transform:translateY(0px);
transform: translateY(0px);
}


.main_img img, .studio .haupttext, .column, .cont{
  -webkit-transform:translateY(150px);
transform: translateY(150px);
-webkit-transition: all 1s;
transition: all 1s;
}

.main_img.visible img, .visible .next_img img, .main_title.visible .h1, .main_title.visible .h2{
  -webkit-transform:translateY(0px);
transform: translateY(0px);
}

.projekt_img img, .next_img img, .main_title .h1, .main_title .h2, .cont{
-webkit-transition: all 1s;
transition: all 1s;
-webkit-transform: translateY(150px);
transform: translateY(150px);
}
.main_title .h1, .main_title .h2{
  -webkit-transition: all 1.5s;
transition: all 1.5s;
-webkit-transform: translateY(-50px);
transform: translateY(-50px);
}
.main_title{
    opacity: 0;
  -webkit-transition: opacity 2s;
transition: opacity 2s;
}
.done .main_title, .done .text{
    opacity: 1;
}
.studio .haupttext .h1{
  margin-bottom: 6px;
}
.imp .haupttext .h1{
  border-bottom: 1px solid black;
  display: inline;
}
.imp .haupttext .h1::after{
  display: block;
  height: 12px;
  content: "";
}
.studio .text {
    margin-bottom: 16px;
}
.studio .text p, .text p{
 margin-bottom: 14px;
}
.haupttextzu{
  display: none;
}
/*.    FOOOOOOTERRRRR */
.whitee {
    width: 100vw;
    background-color: rgb(242,242,242);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -20px;
    margin-top: 16px;
}
.studio .whitee{
     background-color: #252727;
     color: white;
}
.one p {
    font-family: "Graphik Web";
    font-weight: 300;
    font-size: 17px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}
.studio .jung:nth-last-child(1){
margin-bottom: 14px;
}
.trenner {
    text-transform: uppercase;
    border-bottom: 1px solid 
    black;
    line-height: 20px;
    margin-bottom: 14px;
    display: inline-block;
}