


body {
    font-family: realistwide,sans-serif;
    font-weight: 100;
    font-style: normal;

    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0px;
    overscroll-behavior-block: none;

    cursor: url('../images/muiscursor.png'), auto;

    color: rgb(146, 144, 141);
}

body::-webkit-scrollbar {
    display: none;
}

body::-moz-scrollbar {
    /*
    display: none;
  
*/}




.topelements {
    position: fixed;
    width: 100%;
    height:20%;
    z-index: 20;
}


.middleelement {
    height: 40%;
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 19;
}


#middletext {
    bottom: 0px;
    
    position: absolute;

    width: 100%;
    display: none;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 28px;
}




.centrallogoplaceholder {
    animation:load_fade 2s forwards;
    -webkit-animation:load_fade 2s forwards;
}








#centrallogo {
    position: absolute;
}

#centrallogohover {
    display: none;
    position: absolute;
    /*z-index: 99;*/
}

.absolute {
    position: absolute;
}




.menushow {
    right: 0px;
}

.menuhover {
    display: none;
    right: 0px;
    float: left;
}

.menuclose {
    display: none;
    right: 0px;
}

.menuclose:hover {
    color: #131313;
}



.leftmenuitem ul {
    list-style-type: none;
    margin-top: 0px;
}

.leftmenuitem ul li {
    line-height: 25px;
}

.leftmenuitem ul li a {
    text-decoration: none;
    color: #bab6ae;
}

.leftmenuitem ul li a:hover {
    color: #131313;
}

.imgload {
    animation:load_up 4s forwards;
    -webkit-animation:load_up 4s forwards;
  }

.imgdetails {
    width: 100%; 
    animation:load_up 4s forwards;
    -webkit-animation:load_up 4s forwards;
  }

.img70marginbottom {
    margin-bottom: 70px;
}

@keyframes load_up{
    from{opacity:0;top:100%}
    to{opacity:1;top:0%;}    
}
@-webkit-keyframes load_up{
    from{opacity:0;top:100%}
    to{opacity:1;top:0%;}
}

@keyframes load_fade{
    from{opacity:0}
    to{opacity:1}    
}
@-webkit-keyframes load_fade{
    from{opacity:0}
    to{opacity:1}
}


.projectimage:hover {
    transform: scale(1.15);
    transition-duration: 0.6s;
    transform-origin : 50% 100%;
    z-index: 9 ;
    position: relative;
}



.projectlink {
    vertical-align: bottom;
    background: blue;
}


.carousel {
    /*width: 100%;*/
    width: -moz-fit-content;
    width: max-content;
    width: fit-content;
    position: absolute;
    bottom: 0;
    overflow: auto;
    display: table;
    margin-left: 40px;
    left: 0px;
}

.transition {
    transition: .7s;
  }












.strikethrough {
    text-decoration: line-through;
}

.shoutout {
    text-transform: uppercase;
    font-size: 25px;
}



.text40 {
    font-size: 40px;
}


.projectlogotext {
    font-size: 18px;
    line-height: 0px;
}



.overrighttext ul {
    margin-top: 40%;
}

.overrighttext p {
    text-align: justify;
}

.overrighttext ul li {
    text-decoration: none;
}




.topelementsdetails {
    position: fixed;
    width: 50%;
    height: 20%;
    z-index: 20;
    background: white;
}



.leftmenuitem {
    animation:load_fade 2s forwards;
    -webkit-animation:load_fade 2s forwards;
}

#alles {
    display: none;
}


/* default css ------------------------------------   */

h1 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
}

h2 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
}

h3 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 16px;
    text-transform: uppercase;
}


.centrallogo {
       width: 90%;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    }

.projectimage {
    width: 400px; 
    transition-duration: 0.6s; 
    margin-right: 10px;
    -webkit-animation: load_up 4s forwards;
}

.imgmoresmaller {
    width: 340;
}

.imgslightlysmaller {
    width: 380;
}

.imgslightlylarger {
    width: 420;
}

.imgmorelarger {
    width: 460;
}

.imgverylarger {
    width: 760;
}

.logo {
    font-size: 30px;
    margin-left: 40px;
    margin-top: 40px;
    width: 300px;
    /*float: left;*/
    /*position: absolute;*/
    animation:load_fade 2s forwards;
    -webkit-animation:load_fade 2s forwards;
}

.menu {
    font-size: 40px;
    margin-right: 40px;
    margin-top: 40px;
    right: 0;
    
    position: absolute;
    
    animation:load_fade 2s forwards;
    -webkit-animation:load_fade 2s forwards;
    padding-left: 20px;

    /*
    font-weight: 200;
    */
}

.menuitems {
    right: 0;
    position: absolute;
    text-align: right;
    display: none;
    font-size: 20px;
    width: max-content;
}

.menuitems ul {
    list-style-type: none;
    margin-top: 0px;
}

.menuitems ul li {
    line-height: 25px;
}


.menuitems ul li:hover {
    color: #131313;
}

.leftcontainer {
    /*
    width: 50%;
    display: block;
    float: left;
    bottom: 0px;
    position: fixed;
    text-align: justify;
    */
}

.leftcontainerwithscroll {
    /*width: 50%;
    display: block;
    float: left;
    position: relative;
    text-align: justify;
    top: 60%;
    */
}

.leftcontainertop {
    width: 35%;
    display: block;
    float: left;
    position: fixed;
    text-align: justify;
    height: 100%;
}

.lefttext {
    margin-left: 39%;
    margin-right: 15%;
    animation:load_fade 2s forwards;
    -webkit-animation:load_fade 2s forwards;
}



.lefttext p {
    margin-right: 62px;
    margin-bottom: 72px;
    font-size: 20px;
}

 .lowercase {
    text-transform: lowercase !important;
} 

.rightcontainer {
    width: 50%;
    height: 100%;
    float: right;
}

.rightcontainertop {
    width: 65%;
    height: 100%;
    float: right;
}

.rightimage {
    margin-left: 5%;
    margin-right: 10%;
}



.architectdescription {
    display: none;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    h1 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 40px;
    text-transform: uppercase;
}

h2 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 48px;
    text-transform: uppercase;
}

h3 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 46px;
    text-transform: uppercase;
}

    .centrallogo {
       width: 90%;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    }

    .projectimage {
        width: 800px; 
        transition-duration: 0.6s; 
        margin-right: 10px;
        -webkit-animation: load_up 4s forwards;
    }

    .imgmoresmaller {
        width: 740;
    }

    .imgslightlysmaller {
        width: 780;
    }

    .imgslightlylarger {
        width: 820;
    }

    .imgmorelarger {
        width: 860;
    }

    .imgverylarger {
        width: 960;
    }

    .leftcontainer {
        width: 100%;
        display: block;
        float: left;
        text-align: justify;
    }

     .leftcontainerwithscroll {
        width: 100%;
        display: block;
        float: left;
        text-align: justify;
    }

    .lefttext {
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 230px;
    }

    .lefttext p {
        margin-right: 0px;
        margin-bottom: 72px;
        font-size: 20px;
    }
    .text40 {
        /*font-size: 80px;*/
    }
    .smallertextformobile {
        /*font-size: 20px !important;*/
    }

     .lowercase {
        text-transform: lowercase !important;
    } 

    .rightcontainer {
        width: 100%;
        height: 100%;
        float: right;
    }

    .rightcontainertop {
        width: 100%;
        height: 100%;
        float: right;
    }

    .rightimage {
        margin-left: 40px;
        margin-right: 40px;
    }

    .whitebg {
        width: 100%;
        background: white;
    }

    .topelements {
       position: fixed;
        width: 100%;
        height: 200px;
        z-index: 20;
        background: white;
    }   

    .centralover {
        width: 100%;
        float: left;        
    }

    .overleftimage {
        margin-top: 230px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .overimage {
        width: 100%;
        height: auto;
        float: left;
    }

    .overrighttext {
        width: auto;
        font-size: 20px;
        float: left;
        display: block;
        margin-top: 100px;
        margin-left: 40px;
        margin-right: 40px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    h1 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 40px;
    text-transform: uppercase;
}

h2 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 48px;
    text-transform: uppercase;
}

h3 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 46px;
    text-transform: uppercase;
}

    .centrallogo {
       width: 90%;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    }

    .projectimage {
        width: 800px; 
        transition-duration: 0.6s; 
        margin-right: 10px;
        -webkit-animation: load_up 4s forwards;
    }

    .imgmoresmaller {
        width: 740;
    }

    .imgslightlysmaller {
        width: 780;
    }

    .imgslightlylarger {
        width: 820;
    }

    .imgmorelarger {
        width: 860;
    }

    .imgverylarger {
        width: 960;
    }

    .logo {
        width: 500px;
    }

    .logowhitebg {
        font-size: 30px;
        margin-left: 40px;
        padding-top: 40px;
        animation:load_fade 2s forwards;
        -webkit-animation:load_fade 2s forwards;
        width: 500px;
    }

    .menu {
        font-size: 100px;
    }

    .menuitems {
        font-size: 80px;
    }

    .menuitems ul li {
        line-height: 100px;
    }
     .lowercase {
        text-transform: lowercase !important;
    } 
}

/* Iphone X sideways) */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .centrallogo {
       width: 30%;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    }
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    h1 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
}

h2 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
}

h3 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 16px;
    text-transform: uppercase;
}

    .centrallogo {
       width: 20%;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    }

    .projectimage {
       width: 300px; 
        transition-duration: 0.6s; 
        margin-right: 10px;
        -webkit-animation: load_up 4s forwards;
    }

    .imgmoresmaller {
    width: 240;
}

    .imgslightlysmaller {
        width: 280;
    }

    .imgslightlylarger {
        width: 320;
    }

    .imgmorelarger {
        width: 360;
    }

    .imgverylarger {
        width: 560;
    }

    .logo {
        width: 300px;
    }

    .menu {
        font-size: 40px;
    }

    .menuitems {
        font-size: 20px;
    }

    .menuitems ul li {
        font-size: 20px;
        line-height: 25px;
    }

    .topelements {
        position: fixed;
        width: 100%;
        height: 20%;
        z-index: 20;
        background: none;
    }

    .whitebg {
        width: 50%;
        background: white;
    }   
    
     

    .logowhitebg {
        font-size: 30px;
        margin-left: 40px;
        padding-top: 40px;
        animation:load_fade 2s forwards;
        -webkit-animation:load_fade 2s forwards;
        width: 300px;
    }

    .leftcontainer {
        width: 50%;
        display: block;
        float: left;
        bottom: 0px;
        position: fixed;
        text-align: justify;
    }

    .leftcontainerwithscroll {
        width: 50%;
        display: block;
        float: left;
        position: relative;
        text-align: justify;
        top: 60%;
    }

    .leftcontainertop {
        width: 35%;
        display: block;
        float: left;
        position: fixed;
        text-align: justify;
        height: 100%;
    }

    .lefttext {
       margin-left: 15%;
        margin-right: 5%;
    }

    .lefttext p {
        margin-right: 62px;
        margin-bottom: 72px;
        font-size: 14px;
    }
     .lowercase {
        text-transform: lowercase !important;
    } 
    .rightcontainer {
       width: 50%;
        height: 100%;
        float: right;
    }

    .rightcontainertop {
        width: 65%;
        height: 100%;
        float: right;
    }

    .rightimage {
        margin-left: 5%;
        margin-right: 10%;
    }

    .centralover {
        width: 100%;
        position: absolute;
        top: 15%;
        left: 70%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    }

    .overleftimage {
         margin-top: 40%;
         margin-left: 0px;
        margin-right: 0px;
    }

    .overimage {
        width: auto;
        height: 268px;
        float: left;
    }

    .overrighttext {
       width: 480px;
        margin-left: 25px;
        float: left;
        height: 268px;
        display: block;
        font-size: 16px;
        margin-top: 0px;
        margin-right: 0px;
    }

    

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    h1 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 20px;
    text-transform: uppercase;
}

h2 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
}

h3 {
    font-family: realistwide, sans-serif;
    font-weight: 100;
    font-size: 16px;
    text-transform: uppercase;
}

    .centrallogo {
       width: 20%;
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    }

    .projectimage {
        width: 400px; 
        transition-duration: 0.6s; 
        margin-right: 10px;
        -webkit-animation: load_up 4s forwards;
    }

    .imgmoresmaller {
       width: 340;
    }

    .imgslightlysmaller {
        width: 380;
    }

    .imgslightlylarger {
        width: 420;
    }

    .imgmorelarger {
        width: 460;
    }

    .imgverylarger {
        width: 760;
    }

    .logo {
        width: 300px;
    }

    .menu {
        font-size: 40px;
    }

    .menuitems {
        font-size: 20px;
    }

    .menuitems ul li {
        font-size: 20px;
        line-height: 25px;
    }

    .leftcontainer {
        width: 50%;
        display: block;
        float: left;
        bottom: 0px;
        position: fixed;
        text-align: justify;
    }

    .leftcontainerwithscroll {
        width: 50%;
        display: block;
        float: left;
        position: relative;
        text-align: justify;
        top: 60%;
    }

    .leftcontainertop {
        width: 35%;
        display: block;
        float: left;
        position: fixed;
        text-align: justify;
        height: 100%;
    }

    .lefttext {
        margin-left: 39%;
        margin-right: 15%;
    }

    .lefttext p {
        margin-right: 62px;
        margin-bottom: 72px;
        font-size: 14px;
    }

    .lefttext {
        margin-left: 30%;
        margin-right: 15%;
    }

    .lefttext p {
        margin-right: 62px;
        margin-bottom: 72px;
        font-size: 14px;
    }
 .lowercase {
        text-transform: lowercase !important;
    } 
    .rightcontainer {
        width: 50%;
        height: 100%;
        float: right;
    }

    .rightcontainertop {
        width: 65%;
        height: 100%;
        float: right;
    }

    .rightimage {
        margin-left: 5%;
        margin-right: 10%;
    }

    .centralover {
        width: 100%;
        position: absolute;
        top: 15%;
        left: 70%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%); /* IE 9 */
        -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */   
    }


}

/* Extra Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
    .lefttext {
        margin-left: 39%;
        margin-right: 15%;
    }
    .lowercase {
        text-transform: lowercase !important;
    } 
}


