.jung img{
  width: 100%;
}
.projekt_list_mobile .news {
    font-size: 30.4px;
    font-family: "Graphik Web";
    font-weight: 300;
    border-bottom: 2px solid black;
    display: none;
    margin-bottom: 20px;
    line-height: 26px;
}
.projekt_list{
  display: none;
}
.jung{
font-size: 0;
opacity: 0;
-webkit-transition: opacity 2s;
transition: opacity 2s;
}
.jung.visible{
  opacity: 1;
}
.jung.visible .projekt_img img{
-webkit-transform:translateY(0px);
transform: translateY(0px);
}
.projekt_img img{
-webkit-transition: all 1s;
transition: all 1s;
-webkit-transform: translateY(150px);
transform: translateY(150px);
}
img.first:nth-child(1){
-webkit-transform: translateY(60px);
transform: translateY(60px);
}
.utitt{
position: relative;
}
.h1{font-size: 24px;
font-weight: 200;
font-family: 'SangBleuSunrise-Light-WebTrial';
color:black;
line-height: 31px;
}
.h2{   font-family: "Graphik Web";
  font-weight: 300;
  font-size: 17px;
   color:black;}
.titt{
padding: 0;
}
.utitt{
display: none;
}
.textt{
  background-color:transparent;
position: absolute;
width: 71.56%;
}
.images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.jung {
    position: relative;
    margin-bottom: 15px;
}
.textt {
 width: 100%;
}
.projekt_text{
  margin-right: 20px;
  margin-top: 11px;
  opacity: 0;
-webkit-transition: opacity 2s;
transition: opacity 2s;
}
.visible .projekt_text{
  opacity: 1;
}
.one p {
    font-family: "Graphik Web";
    font-weight: 300;
    font-size: 17px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 26px;
    margin-bottom: 12px;
}
.two a{
  color: black;
}
.two p{
  margin-bottom: 2px;
}
.two a:hover{
  text-decoration: none;
  opacity: 0.8;
}
.one:nth-child(2) p:nth-last-child(1){
margin-bottom: 0px;
}
.whitee {
    width: 100vw;
    background-color: rgb(242,242,242);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -20px;
    margin-top: 16px;
}
body{
  overflow: auto;
}
body.loadeed{
  overflow: auto;
}