.desk{
  /*background-image: url("/img/jungklemkelogo.svg");*/
}

.deskk{
  opacity: 0;
  display: none;
}
*{
  margin: 0;
  padding:0;
}

.firstitem{
    margin-top: 40px;
}

.namejung{
  display: none;
}
a{
  text-decoration: none;
}

.shell a, .cont_max a {
    color: black;
}
.cont_max a {
   color: white;
}
.cont_max p:nth-child(1) a:nth-child(1) {
   color: #EEE809;
}
body{
  font-family: "Graphik Web";
  font-weight: 200;
}
.logo{
  width: 90px;
  margin-bottom: 102px;
}
.logo img, .logo1 img{width: 100%}
.xy .top-stripe {
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 9.25px;
    width: 30px;
}
.xy .middle-stripe {
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
}
.xy .bottom-stripe {
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 30px;
}
.xy .stripe{
  background-color: black;
}
.xy:hover .stripe{
  /*background-color: #FF0600;*/
}
.menu > li, .menu2 > li, .menu > li .svg, .shell {
    overflow: hidden;
}
/*. -------------------------------  */
#container_all{
 margin: 0px 20px 0;
 
 padding-bottom: 0px;
 opacity: 0;
  -webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
    transition: opacity 1s;
}
#container_all.done{
opacity: 1;
}
.container img{
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */
    transition: opacity 1s;
}
.container.loaded img{
   opacity: 1;
}
.shell {
 /*   z-index: 3;
    width: 100%;
    background-color:#EEE809;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    -webkit-transition-duration: .3s;
    -moz-backface-visibility: hidden;
    -moz-transform: translateY(-100%);
    -moz-transition-duration: .3s;
    -moz-transition-property: transform;
    -ms-backface-visibility: hidden;
    -ms-transform: translateY(-100%);
    -ms-transition-duration: .3s;
    -ms-transition-property: transform;
    -o-backface-visibility: hidden;
    -o-transform: translateY(-100%);
    -o-transition-duration: .3s;
    backface-visibility: hidden;
    transform: translateY(-100%);
    transition-duration: .3s;
    transition-property: transform;
    */

height: 100vh;
position: fixed;
top: 0;
right: 0;
width: 0%;
overflow: hidden;
 background-color:#EEE809;
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(100%);
-webkit-transition-duration: .3s;
-webkit-transition-property: transform;
-moz-backface-visibility: hidden;
-moz-transform: translateX(100%);
-moz-transition-duration: .3s;
-moz-transition-property: transform;
-ms-backface-visibility: hidden;
-ms-transform: translateX(100%);
-ms-transition-duration: .3s;
-ms-transition-property: transform;
-o-backface-visibility: hidden;
-o-transform: translateX(100%);
-o-transition-duration: .3s;
-o-transition-property: transform;
backface-visibility: hidden;
transform: translateX(100%);
transition-duration: .3s;
transition-property: transform;
z-index: 2301;
}
.shell.open {
   /* -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    */
    width: 100%;
    overflow: scroll;

      -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.menu {
    width: 100%;
    list-style-type: none;
    margin-top: 15px;
}
.menu > li {
    position: relative;
    margin-left: 20px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    list-style: none;
    line-height: 39px;
}
.menu > li a {

}
.xy {
    display: block;
    height: 18.5px;
    position: absolute;
    top: 20px;
    width: 30px;
    cursor: pointer;
    right: 10px;
}

.xy.opened .top-stripe  {
    -webkit-transform: translate3d(-16px,0,0);
    -webkit-transition-property: transform,opacity;
    -moz-transform: translate3d(-16px,0,0);
    -moz-transition-property: transform,opacity;
    -moz-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -ms-transform: translate3d(-16px,0,0);
    -ms-transition-property: transform,opacity;
    -ms-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -o-transform: translate3d(-16px,0,0);
    -o-transition-property: transform,opacity;
    -o-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    opacity: 0;
    transform: translate3d(-16px,0,0);
    transition-duration: .3s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(.6,-.3,1,.8);
}

.xy.opened .bottom-stripe {
    -webkit-transform: translate3d(0,-6px,0) rotate(135deg);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -moz-transform: translate3d(0,-6px,0) rotate(135deg);
    -moz-transition-duration: .3s;
    -moz-transition-property: transform;
    -moz-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -ms-transform: translate3d(0,-6px,0) rotate(135deg);
    -ms-transition-duration: .3s;
    -ms-transition-property: transform;
    -ms-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -o-transform: translate3d(0,-6px,0) rotate(135deg);
    -o-transition-duration: .3s;
    -o-transition-property: transform;
    -o-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    transform: translate3d(0,-6px,0) rotate(135deg);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.6,-.3,1,.8);
}
.xy.opened .middle-stripe{
    -webkit-transform: translate3d(0,9px,0) rotate(-135deg);
    -moz-transform: translate3d(0,9px,0) rotate(-135deg);
    -moz-transition-property: transform;
    -moz-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -ms-transform: translate3d(0,9px,0) rotate(-135deg);
    -ms-transition-property: transform;
    -ms-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -o-transform: translate3d(0,9px,0) rotate(-135deg);
    -o-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    transform: translate3d(0,9px,0) rotate(-135deg);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.6,-.3,1,.8);
}

.mobilemenu, .shell {
    position: fixed;
    top: 0;
}
.mobilemenu {
   width: 50px;
z-index: 100;
height: 50px;
right: 10px;
cursor: pointer;
}
.stripe {
    background-color: #000000;
}
.xy.opened .stripe{
background-color: #ED1D24;
}
.shell .logo{
  margin-top: 20px;
  margin-left:20px;
}
.menu-lower {
    position: fixed;
    top: 120px;
    bottom: 0;
    right: 30px;
    z-index: 1301;
}
.menu-lower nav {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 14.4px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #a7a7a7;
     font-family: "Graphik Web";
  font-weight: 300;
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    text-transform: uppercase;
}
.gelb{
  background-color: #EEE809 !important;
}
.menu-lower nav > a {
    padding: 12px 8px;
    margin-right: 30px;
    color: black;
    position: relative;
    text-decoration: none;
    opacity: 0;
    cursor: pointer;
     -webkit-transition: opacity 1.5s; /* For Safari 3.1 to 6.0 */
    transition: opacity 1.5s;
}
.nulldrei .menu-lower nav > a {
   color: white 
}
.xy{
   opacity: 1;
   -webkit-transition: opacity 1.5s; /* For Safari 3.1 to 6.0 */
    transition: opacity 1.5s;
}
.xy.cc{
  opacity: 1;
}
.menu-lower nav > a.cc{
opacity: 1;
}
.menu-lower nav > a span {
    position: relative;
}

nav a{

}
nav a span{
  padding-bottom: 2px;
}
nav a span:hover{
border-bottom: 1px solid black;
}
.oput_clame {

    position: relative;
    top: 0px;
    font-size: 20px;
    width: 38vw;
    margin-top: 3.3vw;

}
.newwave {
    position: relative;
}
.clame {
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    position: absolute;
    right: 0px;
    height: 60px;
    color: 
    black;
    text-transform: uppercase;
    line-height: 28px;
}
.detail .clame{
  
}
.clame.bla{
  font-size: 0;
}
.clame img{
  width: 100%;
}
.yellow a .oh::after{
  content:"";
  width: 100%;
  position: absolute;
  height: 2px;
  background-color: black;
  left: 0px;
  bottom: 2px;

}
.menu-lower .yellow{
  border-bottom: 1px solid black;
}
.yellow .oh{
position: relative;
}
.menu-lower .yellow{

}
.new .mobilemenu{
  z-index:2401;
  background-color: #F7F7FF !important;
}

.new .mobilemenu.openn{
 background-color: #EEE809 !important;
}
.xy.opened .stripe {
    background-color: black;
}
.tog {
    
}

.nn, .menu li{
    font-family: "Graphik Web";
     font-weight: 300;
     font-size: 30.4px;
}
.nn_klein, .menu10{
     font-family: "Graphik Web";
     font-weight: 300;
     font-size: 17px;
     line-height: 26px;
}

.menu0 {
    margin-left: 20px;
    margin-top: 68px;
    margin-right: 20px;
    margin-bottom: 0px;
}
.menu0 .nn {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 26px;
}
.name{
   font-size: 22px;
   font-family: "Graphik Web";
font-weight: 300;
line-height: 26px;
margin-bottom: 10px;
margin-left: 20px;
}
.menu li{
   margin-bottom: 14.5px;
}
.menu li.eng {
    margin-bottom: 6px;
}
.menu a{
  color: black;
  text-decoration: none;
}
.nn {
    margin-bottom: 32px;
}
.nn_klein p {
    line-height: 26px;
    margin-bottom: 12px;
    font-size: 17px;
}
.menu10 {
    margin-left: 20px;
    margin-bottom: 16px;
}
.menu10 a{text-decoration: none;
color:black;}
.menu10 a:hover{
  border-bottom: 2px solid #EEE809;
}
ul.menu li a .oh{
     display: inline-block;
  }

 ul.menu li a .yellow{
  border-bottom: 2px solid black;
  display: inline-block;

 }
.mobilemenu:hover{
  /*background-color: #EEE809;*/
}

.ohh img{
   -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
}
.jung a:hover .ohh img{
   -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.ohh{
  position: relative;
  overflow: hidden;
}
.leeer{
  height: 70px;
  width: 100%;
}
.leistungen .leeer{
  height: 52px; 
}


.logo1{
 opacity: 0;
}
.logo_inner {
    width: 100%;
}
.logo, .logo1 {
    width: 53vw;
    position: absolute;
    margin-bottom: 7px;
    top:0px;
    margin-top: 20px;
}
.logo1 {
    position: relative;
    width: 53vw;
}
.overlay {
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.overlay {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: 
    #EEE809;
    z-index: 1203004;
    right: 0px;
    -webkit-transition: width 2.5s;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: cubic-bezier(0.82, 1, 1,1);
    -webkit-transition-duration: 0.5s;
    transition-property: width;
    transition-timing-function: cubic-bezier(0.82, 1, 1, 1);
    transition-duration: 0.5s;
}
.overlay.beg {
    width: 0px;
}
.menu-lower{
  display: none;
}
.social {
    margin-left: 20px;
    margin-bottom: 2px;
    margin-top: 17px;
}
.facebook, .instagram{
  background-image: url("/img/face.svg");
  background-repeat: no-repeat;
  height: 33px;
  display: block;
  text-indent: -9999px;
}
.social_inner{
  display: inline-block;
  width: 33px;
}
.social_inner:nth-child(1){
  margin-right: 5px;
}
.instagram{
  background-image: url("/img/insta.svg");
}
.studio .whitee .facebook{
   background-image: url("/img/facew.svg");
}
.studio .whitee .instagram{
  background-image: url("/img/instaw.svg");
}
.menu0 .social {
    margin-left: 0px;
    margin-bottom: 21px;
    margin-top: 25px;
}
.desk, .c{
  display: none;
}

@media screen and (min-width:701px){
.deskk{

  display: block;
}
.c {
    position: absolute;
    width: 100%;
    opacity: 0;
     -webkit-transition: all 1s; /* For Safari 3.1 to 6.0 */
    transition: all 1s;
    top: 300px;
    display: block
}
.c.vieww
{opacity: 1;top: 0px; }


  .desk{
  display: block;

}
.logo  .desk{
  position: absolute;
  width: 100%;
  height: 100%;
}
.logo .desk #Ebene_1{
  width: 100%;
  height: 100%;
}

  .name.namejung{
  display: none;
  margin-left: 20px;
  margin-bottom: 46px;
}
.mobile{
  display: none;
}
.nn.mobile{
  display: block;
}
  .shell_inner{
    overflow-x:hidden;
  }
.shell.open{
  width: 400px;
  overflow-x:hidden;
}

.shell_inner{
  overflow: hidden;
}
.menu0, .menu10, .menu{
  -webkit-transition: all 1.1s; /* For Safari 3.1 to 6.0 */
    transition: all 1.1s;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
}

.open .menu0, .open .menu10, .open .menu{
   transform: translateX(0px);
   opacity: 1;
}

.name {
    font-size: 22px;
    font-family: "Graphik Web";
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 13px;
    margin-left: 20px;
}

.leistungen .leeer {
    height: 0px;
}
.social{
  padding-top: 6px;
}  
.overlay{
    position: fixed;
    top: 0px;
    width:100%;
   height:100%;
   background-color: #EEE809;
   z-index: 1203004;
   right: 0px;
  -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: cubic-bezier(0.82, 1, 1,1); 
    -webkit-transition-duration: 0.5s;
   transition-property: width;
    transition-timing-function: cubic-bezier(0.82, 1, 1, 1); 
    transition-duration: 0.5s;
}

.overlay.beg{
   width:0px;
}
.overlay.grey{
background-color: #232328;
}
.overlay.nono{
display: none;
    }
.nulldrei .overlay.nono{
    display: block;
width: 0px;
}

.xy .top-stripe, .xy .middle-stripe, .xy .bottom-stripe {
    height: 2px;
}
#container_all {
    margin: 0px 60px 0 30px;
    min-height: unset;
  }
.mobilemenu {
    width: 60px;
    height: 100%;
    background-color: #EEE809;
    right: 0px;
}

.shell {
    width: 742px;
    }
 .menu2{
  padding: 0px 0 30px;
   width: 100%;
 position: absolute;
 bottom: 0px;
}

.menu-lower {
    display: unset;
}
.xy .bottom-stripe {
    top: 12.25px;
}
.xy.opened .bottom-stripe {
    -webkit-transform: translate3d(0,-3px,0) rotate(135deg);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -moz-transform: translate3d(0,-3px,0) rotate(135deg);
    -moz-transition-duration: .3s;
    -moz-transition-property: transform;
    -moz-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -ms-transform: translate3d(0,-3px,0) rotate(135deg);
    -ms-transition-duration: .3s;
    -ms-transition-property: transform;
    -ms-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    -o-transform: translate3d(0,-3px,0) rotate(135deg);
    -o-transition-duration: .3s;
    -o-transition-property: transform;
    -o-transition-timing-function: cubic-bezier(.6,-.3,1,.8);
    transform: translate3d(0,-3px,0) rotate(135deg);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.6,-.3,1,.8);
}
.shell {
    width: 742px;
    height: 100vh;
position: fixed;
top: 0;
right: 0;
width: 742px;
overflow: hidden;
-webkit-backface-visibility: hidden;
-webkit-transform: translateX(100%);
-webkit-transition-duration: .3s;
-webkit-transition-property: transform;
-moz-backface-visibility: hidden;
-moz-transform: translateX(100%);
-moz-transition-duration: .3s;
-moz-transition-property: transform;
-ms-backface-visibility: hidden;
-ms-transform: translateX(100%);
-ms-transition-duration: .3s;
-ms-transition-property: transform;
-o-backface-visibility: hidden;
-o-transform: translateX(100%);
-o-transition-duration: .3s;
-o-transition-property: transform;
backface-visibility: hidden;
transform: translateX(100%);
transition-duration: .3s;
transition-property: transform;
z-index: 2301;
}
.shell.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.xy {
    height: 22.5px;
    top: 30px;
    right: 15px;
     opacity: 0;
} 
.xy.cc{
    opacity: 1;
}
.leeer{
  height: 0px;
}
.oput_clame {
    margin-top:0;
}
.oput_clame {
    display: block;
    width: 114px;
    position: fixed;
    z-index: 2000;
    top: 121px;
    opacity: 0;
    -webkit-transition: opacity 1s;
transition: opacity 1s;
}
.oput_clame.visiv {
opacity: 1;
}
.menu0, .menu{
  display: block;
  vertical-align: top;
}
.menu0 {
    margin-left: 30px;
    margin-top: 48px;
      margin-bottom: 19px;
    }
    .menu10{
      margin-left: 30px;
    }

.menu0 .nn{
  font-size: 19.2px;
  line-height: unset;
  margin-bottom: 0px;
}
.nn_klein, .menu10 {
    font-family: "Graphik Web";
    font-weight: 300;
    font-size: 19.2px;
     margin-top: 18px;
}
.nn_klein{
   margin-top:6px;
}
.menu10{
  margin-top: 0px;
}
.nn_klein p {
    line-height: 29.8px;
    margin-bottom: 29.8px;
    font-size: 19.2px;
}
.tog {
    padding-top: 66px;
}
.shell {
    width: 400px;
    height: 100vh;
position: fixed;
top: 0;
right: 0;
}
.menu{
  margin-left: 10px
}
  .shell_inner {
    padding-bottom: 40px;
}
}
@media screen and (min-width:1140px){
  .shell_inner {
    padding-bottom: 60px;
}
  .menu{
  margin-left: 20px
}
  .name {
    font-size: 24px;
    font-family: "Graphik Web";
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 22px;
    margin-left: 20px;
}
.shell {
    width: 400px;
  }
  .tog {
   
}
.menu0, .menu{
 
  }
  .menu0, .menu10 {
    margin-left: 40px;
  }
  .menu0{
    margin-bottom: 18px;
  }
}