html,body{
    width:100%;     
    height:100%;
    padding: 0;
    margin: 0;
    font-family: 'Amatic SC', cursive;
    background-color: black;
}

.orange-box-logo {
    position: absolute;
    top: 2.5vw;
    left: 3vw;
    width: 6.5vw;
    height: 6.5vw;
    z-index:99999;
}

.navigation {   
    position:fixed;     
    top:50%;
    margin-top: -82px;
    right: 20px;
    width: 18px;
    height: 164px;
    float: none;
    z-index: 99999;
}

.navigation li {  
    display:block;
    width: 17px;
    height: 20px;
    background: url(../images/icon-index.svg) no-repeat center center;
    background-size: contain !important;
    margin-bottom: 7px;
}

.navigation li:hover,
.active {   
    background-image: url(../images/icon-index-active.svg) !important;
    background-size: contain !important;
    cursor:pointer !important;
}

.slide {
    background-attachment: fixed;
    width:100%;
    height:100%;
    position: relative;
}

.button{
    display:block;
    width:43px;
    height: 20px;
    position:absolute;
    bottom:2vw;
    left:50%;
    margin-left: -21px;
    background: url(../images/icon-down.svg) no-repeat;
    z-index: 9999;
}
.button:hover{
    opacity: 0.9;
    cursor:pointer;
}
 
#slide1{
    background: url(../images/bg-01-compressed.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}
#slide2{
    background: url(../images/bg-02-compressed.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slide3{
    background: url(../images/bg-03-compressed.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slide4{
    background-color: rgb(237,227,226);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#slide5{
    background-color: rgb(224,207,201);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
}
#slide6{
    background-color: rgb(237,227,226);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
}
.gallery-thumb {
    width: 31%;
    /*max-width: 190px;*/
    height: auto;
    /*max-height: 125px;*/
    padding-right: 3.5%;
    padding-bottom: 3.5%;
    float: left;
}

#gallery {
    position: relative;
    top: 50%;
    left: 50%;
    float: left;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    max-width: 1000px;
    margin: 0 auto;
    width: 85%;
}

#gallery-type {
    float: left;
    width: 190px;
    height: 125px;
}

h1 {
    font-size: 6.5vw;
    line-height: 6.5vw;
}

h2 {
    font-size: 3vw;
    text-align: center;
}

h3 {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 0;
    clear: both;
}

p {
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 11px;
    margin-top: 0;
    clear: both;
}
.menu {
    position: relative;
    margin: 0 auto;
    width: 85%;
    max-width: 650px;
    padding: 70px 0 70px 0;
    height: auto;
}

ul {
    font-family: "Helvetica", "Arial", sans-serif;
    float: left;
    height: auto;
    list-style:none;
    font-size: 11px;
    margin: 0 0 14px 0;
    padding:0;
    width: 100%;
}

ul > li {
    width: 100%;
    height: auto;
    float: left;
    background:transparent url('../images/dots.svg') repeat-x;
    background-size: 5px 14px;
    background-position: left bottom;
    line-height: 14px;
    margin-top: 2px;
}

ul > li > span.left {
    padding-right:10px;
}
ul > li > span.right {
    float:right;
    padding-left:10px;
}



h4 {
    font-family: 'Amatic SC';
    font-size: 18px;
    line-height: 18px;
    clear: both;
}

.bright {
    background-color: rgb(237,227,226);
}

.amount {
    padding: 0 8px 0 2px !important;
    margin-right: 30px;
}

.last {
    padding-right: 0;
}

.dark {
    background-color: rgb(224,207,201);
}

.clear {
    clear: both;
}

.price {
    padding-left: 10px;
}

a {
    text-decoration: none;
    color: black;
}

#claim {
    position:absolute;
    width:80%;
    left: 13vw;
    margin-top: 0;
    top: 2.5vw;
}

#welcome {
    color:white;
    text-align:center;
    width:30%;
    position: absolute;
    top: 60px;
    right:110px;
}

#links {
    position:absolute;
    left: 50px;
    bottom:120px;
    text-align:left;
    width: 60%;
}



#hours {
    text-align:center;
    width: 30%;
    height: 5%;
    position: absolute;
    top: 60%;
    right: 10%;

}

#imprint {
    float:right;
    display:inline;
}

@media all and (max-width: 480px) {
    #slide1 a, #slide2 a, #slide3 a{
        color: white;
    }
    
    #claim{
        text-align: center;
    }

    .orange-box-logo{
        position: absolute;
        width: 20vw;
        height: 20vw;
        top: 10vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    
    .navigation {
        right: 3px;
    }
    
    h1 {
        font-size: 36px;
        line-height: 42px;
    }
    
    h2 {
        font-size: 25px;
    }


    #claim {
        vertical-align: middle;
        position: absolute;
        width:60%;
        margin-top: 0;
        top: 35vw;
        left: 20vw;
        margin-right: 0;

    }

    #welcome {
        top: 10vw;
        left: 50%;
        width: 200px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    #links{
        position: absolute;
        left: 10vw;
        bottom: 30vw;
        text-align: left;
        width: 264px;
    }
    .menu{
        width: 85%;
    }
    #gallery{
        width: 85%;
    }
    #hours{
        left: 50%;
        width: 75vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    #imprint{
        clear: both;
        float: left;
    }
}










