@charset "utf-8";
/* CSS Document  */

html, body {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    background-color: #EAEAEA;
    overflow-x: hidden;
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-style: normal;
    color: #000;
}
a:link {
    color: #FFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFF;
}
a:hover {
    text-decoration: none;
    color: #979797;
}
a:active {
    text-decoration: none;
    color: #FFF;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #858585;
    opacity: 0.6;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #858585;
    opacity: 0.6;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #858585;
    opacity: 0.6;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #858585;
}
#waterfall {
    margin: 0px;
}
#waterfall li {
    /*position: absolute;*/
    left: 0;
    top: 0px;
    opacity: 0;
    transform: translateY(150px);
}
#waterfall li.show {
    opacity: 1.0;
}
#waterfall li>div {
    border-radius: 0px;
    margin: 0px 5px 10px 5px;
    padding: 0px;
    border: 0px solid rgba(055, 055, 055, 0);
    overflow: hidden;
}
}
#waterfall li>div:hover {
    border: 1px solid #000;
}
#waterfall li>div>img {
    cursor: zoom-in;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
#waterfall li>div:hover .divCAPTION {
    opacity: 1;
}
.text {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    font-style: normal;
    color: #202020;
}
.texttitel {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: 1.5;
    color: #202020;
}
.textklein {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-style: lighter;
    line-height: normal;
    color: #111;
}
.textfeld {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    color: #000000;
    background-color: #EEEEEE;
}
.textbildinfo {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-style: lighter;
    line-height: 1.5;
    color: #050505;
    background-color: rgba(210, 210, 210, 1);
    display: block;
}
.searchbutton {
    background: url(layout/lupe.png) 20px center no-repeat;
    min-width: 210px;
    float: break;
}
.bigbutton_wide {
    /*font-family: 'Nunito', sans-serif;*/
    font-size: 16px;
    background-color: #AAA;
    border: none;
    cursor: pointer;
    color: #555;
    height: 52px;
    width: 250px;
    margin: 8px;
}
.bigbutton_wide:hover {
    background-color: #CCC;
}
.bigbutton {
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    background-color: #CCC;
    border: none;
    cursor: pointer;
    color: #555;
    padding-top: 0px;
    height: 52px;
    width: 100px;
    float: left;
    margin: 5px;
}
.bigbutton.active {
    background-color: #ffc266;
}
.bigbutton:hover {
    background-color: #dedede;
}
.btnBilderKorb {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #555;
    background-image: url(layout/shop-basket-darkgrey.png);
    background-position: center;
    -webkit-background-size: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
}
.inputSRCH {
    font-family: 'Nunito', sans-serif;
    background-color: #EAEAEA;
    color: #858585;
    font-size: 25px;
    width: 97%;
    height: 50px;
    text-align: left;
    font-weight: 100;
    border: none;
    margin: 5px;
    padding-left: 8px;
}
.btn_delete {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    background-color: #FFF;
    -webkit-background-origin: ;
    background-origin: ;
    border: none;
    cursor: pointer;
    color: #555;
    height: 22px;
    float: left;
}
.btn_delete:hover {
    background-color: #ff9999;
}
.btn_bestellen {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    background-color: #EAEAEA;
    border: none;
    cursor: pointer;
    color: #555;
    height: 25px;
    margin: 0 5px 5px 0;
    height: 30px;
}
.btn_bestellen:hover {
    background-color: #d5d5d5;
}
.btn_close {
    padding: 10px 25px;
    border: none;
    background-color: #EAEAEA;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    clear: both;
    display: block;
}
.btn_close:hover {
    background-color: #d5d5d5;
}
.merkerstern {
    border: none;
    font-family: 'Nunito', sans-serif;
    margin: 0px 0px 0px -5px;
    width: 77px;
    height: 40px;
    padding: 0;
    background-color: rgba(90, 90, 90, 0.5);
    background-image: url(layout/shop-basket-white_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    cursor: pointer;
}
.merkerstern:hover {
    background-color: rgba(140, 140, 140, 0.7);
    background-image: url(layout/shop-basket-white_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
}
.divTOPARROW {
    z-index: 1;
    width: 200px;
    color: #555;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -100px;
    background-color: rgba(234, 234, 234,0.7);
    text-align: center;
    font-size: 35px;
    padding: 4px;
    cursor: pointer;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.divTOPARROW:hover {
    background-color: #ddd;
    /*color: #555;*/
}
.divNAVI {
    z-index: 1;
    height: auto;
    min-height: 132px;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    background-color: rgba(255, 255, 255, 1.0);
    overflow: hidden;
    position: absolute;
    top: 0;
    padding: 0;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.divGREY {
    z-index: 50;
    display: none;
    cursor: zoom-out;
    background-color: rgba(0, 0, 0, .85);
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.divBIGPIC_INFO {
    z-index: 51;
    width: 100%;
    max-width: 1000px;
    height: 90vh;
    min-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    top: 20px;
    position: absolute;
    float: left;
    border: 1px solid #09F;
    border: none;
    display: inline-block;
    padding: 25px;
    background-color: rgba(217, 217, 217, 1.0);
}
.divBIGPIC_IMG {
    z-index: 51;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    top: 0;
    left: 0;
    position: relative;
    float: left;
    border: none;
    display: inline-block;
    padding: 7px 0px;
    text-align: center;
    /*object-fit: contain;*/
}
.divBIGPIC_TXT {
    min-height: 100px;
    text-align: left;
    color: #FFF;
    padding: 150px;
}
.divBIGPIC_TXTBOXLEFT {
    width: 90px;
    text-align: left;
    color: #555;
    padding: 5px;
    float: left;
}
.divBIGPIC_TXTBOXRIGHT {
    width: 550px;
    color: #000;
}
.divLOGO {
    background: url(layout/logo_db.png) no-repeat center top;
    background-size: contain;
    z-index: 1;
    width: 180px;
    height: 125px;
    float: left;
    margin: 8px 10px 0 10px;
    overflow: hidden;
    /*position: absolute;*/
}
.divKEYS {
    z-index: 2;
    width: 300px;
    height: 120px;
    /*position: absolute;*/
    float: left;
    margin: 3px;
    overflow: hidden;
}
.divBUTTONS {
    z-index: 2;
    width: 225px;
    float: left;
    margin: 3px;
    overflow: hidden;
    text-align: center;
    display: block;
    align-items: center;
    justify-content: center;
    /*position: absolute;*/
}
.divADVSEARCH {
    width: 80%;
    margin: 25px;
    height: auto;
    display: none;
    float: left;
    background-color: none;
}
.divADVSRCHTXTBOXLEFT {
    min-width: 18%;
    text-align: left;
    color: #555;
    padding: 5px;
    float: left;
}
.divADVSRCHTXTBOXRIGHT {
    min-width: 68%;
    /*width: 550px;*/
    color: #000;
}
.divMERKER {
    width: 85%;
    margin: 25px;
    min-height: 330px;
    display: none;
    float: left;
    overflow: hidden;
    background-color: none;
}
.divMERKERBILD {
    float: left;
    padding: 4px 7px 0px 7px;
    cursor: zoom-in;
}
.divMERKER_DO {
    width: 95%;
    max-width: 400px;
    margin: 8px;
    background-color: #FFF;
    z-index: 1;
    display: none;
    height: auto;
    padding: 5px 0px 0px 5px;
    float: clear;
    overflow: hidden;
}
.div_WARENKORB_ADDED {
    /*  
    border:1px dashed #AAA; 
*/
    z-index: 90;
    width: 250px;
    height: 120px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -60px;
    background-color: rgba(102, 179, 255, 1.0);
    background-color: #ffc266;
    display: none;
    padding: 20px;
    color: #FFF;
    text-align: center;
    background-image: url(layout/shop-basket-white_arrow.png);
    -webkit-background-size: 40%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
.divCAPTION {
    width: 460px;
    height: 30px;
    bottom: 15px;
    left: 5px;
    padding: 5px;
    position: absolute;
    background-color: rgba(90, 90, 90, 0.9);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 1;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.divMERKER_DELETE {
    width: 30px;
    height: 30px;
    bottom: 5px;
    right: 5px;
    position: absolute;
    background-color: rgba(90, 90, 90, 0.9);
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    z-index: 2;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    font-style: lighter;
    color: #999;
}
.divARBYTE {
    opacity: 0.6;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    color: #D9D9D9;
    font-size: 10px;
    z-index: 9;
    width: 150px;
    height: 14px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 10px;
}
@media all and (max-width: 950px) {
    #waterfall li {
        transform: translateY(350px);
    }
    .divCAPTION {
        opacity: 1;
        width: 95%;
    }
    .divNAVI {
        width: 98vw;
        left: 0;
        margin-left: 0;
        display: block;
    }
    .divLOGO {
        width: 100%;
    }
    .divKEYS {
        width: 100%;
    }
    .inputSRCH {
        text-align: center;
        padding-left: 0;
        font-weight: bold;
    }
    .divBUTTONS {
        display: flex;
        width: 100%;
    }
    .searchbutton {
        min-width: 150px;
        text-align: right;
    }
    .divBIGPIC_IMG {
        width: 92%;
        margin-left: 4%;
    }
    .divBIGPIC_IMG img {
        width: 98%;
    }
    .divBIGPIC_TXT {
        padding: 20px;
    }
    .divBIGPIC_TXTBOXLEFT {
        color: #555;
        padding: 3px;
    }
    .divBIGPIC_TXTBOXRIGHT {
        max-width: 98%;
        color: #000;
    }
    .divADVSRCHTXTBOXLEFT {
        min-width: 85px;
    }
    .divADVSRCHTXTBOXRIGHT {
        min-width: 50%;
    }
    .divMERKER {
        min-height: auto;
        margin: 10px 10px 50px 10px;
    }
    .divADVSEARCH {
        width: 85%;
        margin: 10px 10px 50px 10px;
        height: 310px;
    }
    .divMERKER_DO {
        margin: 5px;
    }
}