/* SAFTFINDER */

/*@font-face {*/
/*font-family: Bree;*/
/*src: url(fonts/BreeRegular.otf);*/
/*font-weight: 400;*/
/*}*/

/*@font-face {*/
/*font-family: Bree;*/
/*src: url(fonts/BreeLight.otf);*/
/*font-weight: 200;*/
/*}*/

/*body {*/
/*font-family: "Bree";*/
/*font-weight: 200;*/
/*}*/

#wrapper {
    width: 950px;
    min-height: 200px;
    margin: 0 auto;
    /*background: #c0c0c0;*/
}

#saftfinder {
    width: 944px;
    height: 646px;
    background: url(img/grosse-hintergrundflaeche.png) no-repeat center;
}

#saftfinder h1 {
    font-size: 22px;
    color: #4C6F2E;
    margin: 20px 0 0 0;
}

#saftfinder h2 {
    font-size: 18px;
    color: #4C6F2E;
}

#result-container h2 {
    margin: 70px 0 10px 0;
    font-size: 18px;
    color: #4C6F2E;
}

#result-container a {
    text-decoration: none;
    color: #000;
}

#result-container a:hover {
    color: #4C6F2E;
}

#result-container li {
    list-style: disc;
    margin-bottom: 5px;
}

#result-container .moreproducts ul {
    margin-left: 20px;
}

#saftfinder h3 {
    font-size: 16px;
    font-weight: 200;
    color: #000;
}

#saftfinder-container {
    height: 646px;
    position: relative;
}

#configurator-container .config-slider-wrap {
    width: 100%;
    margin-bottom: 15px;
}

#configurator-container .config-slider-wrap .icon-left {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

#configurator-container .config-slider-wrap .icon-right {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    position: relative;
}

#configurator-container .property-name {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -8px;
    font-weight: bold;
    color: #4C6F2E;
    font-size: 14px;
}

/* ICONs */
.icon-pur {
    background: url(img/erdbeere.png);
}

.icon-mix {
    background: url(img/fruchtmix.png);
}

.icon-sweet {
    background: url(img/zuckerwuerfel.png);
}

.icon-sour {
    background: url(img/orange.png);
}

.icon-vegi {
    background: url(img/moehre.png);
}

.icon-fruit {
    background: url(img/beere-stehend.png);
}

.icon-soda {
    background: url(img/prickelnd.png);
}

.icon-still {
    background: url(img/still.png);
}

#configurator-container .conf-slider-container {
    width: 250px;
    position: relative;
    height: 30px;
    background: url("img/reglerbalken.png") no-repeat center;
    float: left;
    margin: 40px 20px;
}

#configurator-container .conf-slider-container .conf-slider {
    width: 158px;
    padding: 0 20px 0 20px;
    height: 30px;
    background: none;
    margin: 0 0 0 14px;
}

#button-finden {
    width: 165px;
    height: 72px;
    background: url(img/finden.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -85px;
    border: none;
}

#button-find {
    width: 165px;
    height: 72px;
    background: url(img/find.png) center no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -85px;
    border: none;
}

#button-ansehen {
    width: 161px;
    height: 64px;
    background: url(img/ansehen.png) center no-repeat;
    cursor: pointer;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*margin: 0 0 0 -35px;*/
    float: left;
}

#button-show {
    width: 161px;
    height: 64px;
    background: url(img/show.png) center no-repeat;
    cursor: pointer;
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 50%;*/
    /*margin: 0 0 0 -35px;*/
    float: left;
}

#button-finden:focus, #button-ansehen:focus {
    outline: 0;
}

#result-spacer {
    height: 646px;
    background: url(img/senkrechter-strich+.png) center no-repeat;
}

#result-container .product-info {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

#result-container {
    position: relative;
}

#result-container .product-info h3 {
    font-size: 18px;
    color: #4C6F2E;
    margin: 10px 0 10px 0;
}

#result-container .product-info .lieblingssaft {
    float: left;
    height: 180px;
    width: auto;
    margin-right: 20px;
}

#result-container .moreproducts h2 {
    margin-top: 20px;
}

/* DETAILSEITE */

#saftfinder-detail-container {
    background: url(img/grosse-hintergrundflaeche.png);
    /*background-size: 100%;*/
}

#saftliste {

}

/* OVERWRITES */
.conf-slider .ui-state-default, .conf-slider .ui-widget-content .ui-state-default, .conf-slider .ui-widget-header .ui-state-default {
    width: 30px;
    height: 30px;
    border: 0;
    background: url("img/regler.png") no-repeat center;
    font-weight: bold;
    /*color: #1c94c4;*/
    margin: 8px 0 0 0;
    cursor: pointer;
}

.ui-widget-content {
    border: none;
    color: #333;
}

/*HELPER CLASSES*/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media (max-width: 1024px) and (min-width: 880px) {
    #wrapper, #saftfinder {
        width: 100%;
    }

    #saftfinder {
        background-size: 100% 100%;
    }

    #saftfinder-container {

    }

}

@media (max-width: 885px) and (min-width: 768px) {

    #wrapper, #saftfinder {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    #saftfinder {
        background-size: 100% 100%;
    }

    #configurator-container .config-slider-wrap .icon-left {
        width: 60px;
        height: 60px;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        position: relative;
        background-size: 100% 100%;
    }

    #configurator-container .config-slider-wrap .icon-right {
        width: 60px;
        height: 60px;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        position: relative;
        background-size: 100% 100%;
    }

    #button-finden {
        width: 165px;
        height: 72px;
        background: url(img/finden.png) center no-repeat;
        cursor: pointer;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin: 0 0 0 -85px;
    }
}

@media (max-width: 767px) {

    #wrapper, #saftfinder {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }

    #saftfinder {
        background: url(img/grosse-hintergrundflaeche.png);
        background-size: 100% 100%;
    }

    #saftfinder-container {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
        position: relative;
    }

    #configurator-container {
        width: 300px;
        margin: 0 auto;
    }

    #configurator-container .config-slider-wrap {
        width: 300px;
        margin-bottom: 15px;
    }

    #configurator-container .conf-slider-container {
        width: 250px;
        position: relative;
        height: 30px;
        background: url("img/reglerbalken.png") no-repeat center;
        float: none;
        margin: 50px 20px 15px;
    }

    #configurator-container .config-slider-wrap .icon-left {
        width: 40px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
        float: left;
        position: relative;
        background-size: 100% 100%;
    }

    #configurator-container .config-slider-wrap .icon-right {
        width: 40px;
        height: 40px;
        background-position: center;
        background-repeat: no-repeat;
        float: right;
        position: relative;
        background-size: 100% 100%;
        margin-top: -100px;
    }

    #button-finden {
        width: 165px;
        height: 72px;
        background: url(img/finden.png) center no-repeat;
        cursor: pointer;
        position: absolute;
        left: 50%;
        bottom: -10px;
    }

    #button-ansehen {
        width: 165px;
        height: 72px;
        background: url(img/ansehen.png) center no-repeat;
        cursor: pointer;
        /*position: absolute;*/
        /*bottom: -10px;*/
        /*left: 50%;*/
        /*margin: 0 0 0 -80px;*/
        float: left;
    }
}

.ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: 0;
}