html {
    font:normal 15px/19px Georgia, Times New Roman, Times, serif;
    overflow: hidden;
    color:#5b339a;
}

i {
        font-family: 'Roboto', sans-serif;
}
.close-datenschutz, .close-imprint {
    cursor: pointer;
}
#logo {
    position: absolute;
    top: 60px;
    left: 80px;
    z-index: 100;
}

#logo img {
    width: 300px;
    cursor: pointer;
}
#logo h1 {
        cursor: pointer;
        font-family:'DIN_30640 W00 Neuzeit GroteskBd';
}
#logo h1 span, .photography {
    color: #AA9967;

}

div#hudler-big img {
    width: 500px;
}

@media screen and (max-width: 550px) {
    div#hudler-big img {
        width: 90vw;
    }
}

.description {
    position: absolute;
    left: 50px;
    bottom: 50px; 
}

.description h2 {
    color: #5b339a;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.slides-pagination {
    display: none;
}

.slides-navigation a i {
    font-size: 41px;
    color: #5b339a;
    padding: 0 35px;
}

#contact {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 5000;
    padding: 0;
    padding-top: 80px;
    padding-left: 75px;
    background: #fff;
    visibility: hidden;
    box-sizing: border-box;
}

#contact h1 {
    margin: 0;
    font-size: 40px;
    white-space: nowrap;
}

#contact p {
    font-size: 19px;
    margin: 0;
    margin-top: 40px;
    width: 670px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 0.03em;
}

#contact p a {
    text-decoration: none;
    color: #5b339a;
}

#close-contacts {
    cursor: pointer;
}

#logo-yellow a {
    color: #5b339a;
    text-decoration: none;
}
#general_menu {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 100;
    padding: 0 0 50px 0;

}
#general_menu a {
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    color: #5b339a;
}
@media screen and (max-width: 1024px) {
     #general_menu {
        padding: 0 30px 10px 0;
        left:30px;
    } 
    #general_menu a {
    text-decoration: none;
    color: #5b339a;
    }

}
@media screen and (max-width: 450px)  {
     #general_menu {

        left:0;
    } 
     #general_menu a {

        padding-left:5vw;
    } 
}
#datenschutz {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 0;
    padding: 50px 80px;
    background: #fff;
    visibility: hidden;
    z-index: 100000;
    overflow: auto;
}


@media screen and (max-width: 320px) {
    #logo {
        right: 0;
        width: 100%;
        text-align: center;
    }
    
    #logo a img {
        width: 90vw;
    }
    
    .description {
        left: 0;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    
    .description h2 {
        font-size: 7vw;
    }
    
    #contact {
        padding-left: 5vw;
    }
    
    #contact h1 {
        font-size: 25px;
    }
    
    #contact p {
        /*margin-top: 25px;*/
        padding-right: 10px;
        width: 90%;
    }
    
}

@media screen and (min-width: 321px) and (max-width: 450px) {

    #logo {
        right: 0;
        width: 100%;
        text-align: center;
    }
    
    .description {
        left: 0;
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media screen and (min-width: 321px) and (max-width: 460px) {
    #contact {
        padding-left: 5vw;
        
    }
    
    #contact h1 {
        font-size: 8vw;
    }
    
    #contact p {
        width: 90%;
    }
    
}

@media screen and (min-width: 461px) and (max-width: 760px) {

    #contact {
        padding-left: 5vw;  
    }

    #contact p {
        width: 80%;
    }
}

