@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);

html {
    border-top: 5px solid #fff;

    color: #fff;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    height: 100%;
    width: 100%;
    background: #282f25;
    color: #fff !important;
}
pre, code{
    margin: 0 !important;
    padding: 0 !important;
}
h1 {
    color: #fff !important;
    text-align: center;
    font-weight: 800;
    font-size: 8vw !important;
    margin-bottom: 3px;
    margin-top: 30px !important;
}
span.category {
    color: #fff;
}
#slider h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 2.5vw;
    margin-bottom: 3px;
    margin-top: 40px;
}

#slider h2.price {
    color: #fff;

    font-size: 8vw;

}
#chocolade h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 5vw;
    margin-bottom: 3px;
    margin-top: 40px;
}
.chocolade-item > div > p {
    height: 40px !important; ;
    color: #fff !important;
    text-align: center !important;
padding: 0 !important;
    font-size: 1vw !important;

}
h3 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 3vw;
}
span.category {
    font-size: 2vw;
}

#slider p {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 4vw;
    padding: 0 15vw;
    margin-bottom: 30px;
}
img.slider-image {
    margin-top: 30px;
    width: auto;
    max-width: 800px;
    height: auto;
    max-height: 800px;
}
div.chocolade-item {
    width: 100%;
}
img.chocolade-slider-image {
    margin-top: 30px;
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90%;
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 auto;


}
h2.etalage {
    font-size: 1vw;
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100vw;
    list-style: none;
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    background: #282f25;
    text-align: center;

}

a.control_prev, a.control_next {
    position: absolute;
    top: 0;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover, a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 0 2px 2px 0;
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.slider_option {
    position: relative;
    margin: 10px auto;
    width: 160px;
    font-size: 18px;
}
div.web {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 2vw;

}