@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 
    #header {
        height: 100px; 
    }
    
    #navigation {
        margin-top: 50px;
    }
    
    #sidebar {
        display:none;
        width: 60px;
        margin-left: 10px;
    }
    
    #sidebar .bottom {
        font-size: 12px;
        margin-left: 5px;
    }
    
    #logo{
        height: 50px;
        margin-left:10px;
    }
    
    .titleTop {
        margin-left: 80px;
        margin-top: -47px;
        font-size: 20px;
    }

    .titleBottom {
        margin-left: 80px;
        margin-top: -5px;
        font-size: 15px;
    }
    
    .start {
        top: 70%;
        font-size: 20px;
    }
    
    .start .top {
        font-size: 15px;
    }

    .start .middle {
        font-size: 34px;
        font-weight: bold;
    }

    .start .bottom {
        font-size: 15px;
    }
    
    .team .description {
        height: 40px;
    }
    
    .Martin, .Anastasia, .Jacqueline, .Rosa, .Max {
        height: 40px;
    }
    
    #open .back {
        top: 40%;
    }
    .open table {
        width: 80vw;
    }
    
    #contact .back {
        top: 35%;
    }
    
    .contentLeft {
    text-align: center;
    position: relative;
        width: 100vw;
        margin: auto;

    }

    .contentLeft p {
        font-size: 20px;
        font-weight: 800;
    }

    .contentRight {
        position: relative;
        width: 100vw;
        margin: auto;
        margin-top: 20px;
    }
    
    .impressum {
        position: relative;
        margin: auto;
        margin-top: 100px;
    }
    
    .mobileHead { display: block; }

}