* {
    padding: 0;
    margin: 0;
    color: #191919;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}
html {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cecece+0,ffffff+46,dddddd+50,e5e5e5+53,ffffff+76,e8e8e8+87,ffffff+100 */
    background: rgb(206,206,206); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(206,206,206,1) 0%, rgba(255,255,255,1) 46%, rgba(221,221,221,1) 50%, rgba(229,229,229,1) 53%, rgba(255,255,255,1) 76%, rgba(232,232,232,1) 87%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(46%,rgba(255,255,255,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(53%,rgba(229,229,229,1)), color-stop(76%,rgba(255,255,255,1)), color-stop(87%,rgba(232,232,232,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(206,206,206,1) 0%,rgba(255,255,255,1) 46%,rgba(221,221,221,1) 50%,rgba(229,229,229,1) 53%,rgba(255,255,255,1) 76%,rgba(232,232,232,1) 87%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(206,206,206,1) 0%,rgba(255,255,255,1) 46%,rgba(221,221,221,1) 50%,rgba(229,229,229,1) 53%,rgba(255,255,255,1) 76%,rgba(232,232,232,1) 87%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(206,206,206,1) 0%,rgba(255,255,255,1) 46%,rgba(221,221,221,1) 50%,rgba(229,229,229,1) 53%,rgba(255,255,255,1) 76%,rgba(232,232,232,1) 87%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(206,206,206,1) 0%,rgba(255,255,255,1) 46%,rgba(221,221,221,1) 50%,rgba(229,229,229,1) 53%,rgba(255,255,255,1) 76%,rgba(232,232,232,1) 87%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background-repeat:repeat;
    background-size: cover;
}
body {
    font-size: 16px;
}
input {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text; 
}
h1 {
    font-size: 1.2em;
}
h3 {
    margin-bottom: 5px;
}
.h .c, .n .c {
    width: 300px;
    position: relative;
    margin: 0 auto;

}

/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ------------------------------- h ------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

.h {
    width: 100%;
    height: 50px;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0px 7px 7px 0px black;
    text-align: left;
    text-shadow: 1px 1px 0px #fff,
        -1px 1px 0px #fff,
        1px -1px 0px #fff,
        -1px -1px 0px #fff;
    z-index: 999;
}
.h #lo {
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
    position: absolute;
    top: 10px;
    right: 20px;
}
.h #cl {
    width: 288px;
    height: 80px;
    background-size: 317px 101px;
    background-position-y: 20px;
    position: absolute;
    top: -37px;
    left: 5px;
}
.h .c {
    width: 100%;
}
.h .c .s {
    width: 275px;
    height: 150px;
    position: relative;
    left: -1000px;
    top: 100px;
    transition: all 1s ease-in-out;
    background-size:  100% 100%;
    margin: 0 auto;
}
.h .c .s #ov{
    width: 115px;
    height: 150px;
    position: relative;
    background-size:  115px 150px;
}
.h .c .s #in{
    width: 174px;
    position: relative;
    left: 80px;
    top: -76px;
}
.h .c .s #in input{ 
    width: 144px;
    line-height: 36px;
    background: transparent;
    border: none;
    text-align: center;
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ------------------------------- n ------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

.n {
    width: 100%;
    height: 1000px;
    position: fixed;
    top: 0;
    left: -1000px;
    transition: all 1s ease-in-out;
    overflow: hidden;
    box-shadow: 0px 7px 7px 0px black;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#959595+0,e8e8e8+46,c9c9c9+50,c6c6c6+53,e8e8e8+76,d6d6d6+87,ffffff+100 */
    background: rgb(149,149,149); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(149,149,149,1) 0%, rgba(232,232,232,1) 46%, rgba(201,201,201,1) 50%, rgba(198,198,198,1) 53%, rgba(232,232,232,1) 76%, rgba(214,214,214,1) 87%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(149,149,149,1)), color-stop(46%,rgba(232,232,232,1)), color-stop(50%,rgba(201,201,201,1)), color-stop(53%,rgba(198,198,198,1)), color-stop(76%,rgba(232,232,232,1)), color-stop(87%,rgba(214,214,214,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(232,232,232,1) 46%,rgba(201,201,201,1) 50%,rgba(198,198,198,1) 53%,rgba(232,232,232,1) 76%,rgba(214,214,214,1) 87%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(232,232,232,1) 46%,rgba(201,201,201,1) 50%,rgba(198,198,198,1) 53%,rgba(232,232,232,1) 76%,rgba(214,214,214,1) 87%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(149,149,149,1) 0%,rgba(232,232,232,1) 46%,rgba(201,201,201,1) 50%,rgba(198,198,198,1) 53%,rgba(232,232,232,1) 76%,rgba(214,214,214,1) 87%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(149,149,149,1) 0%,rgba(232,232,232,1) 46%,rgba(201,201,201,1) 50%,rgba(198,198,198,1) 53%,rgba(232,232,232,1) 76%,rgba(214,214,214,1) 87%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.n .c ul {
    /*display: none;*/
    width: 250px;
    position: relative;
    top: 250px; 
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 9px #999;
    transition: all 1s ease-in-out;
}

.n .c ul li,.n .c ul li ul li {
    width: 230px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
    background-size:  100% 100%;
    border: 2px solid #fff;
    border-radius: 7px;
}
.n .c ul li {
    display: none;
    position: relative;
    top: 8px;
}
.n .c ul li:nth-of-type(1),.n .c ul li:nth-of-type(3),.n .c ul li:nth-of-type(4) {
    display: block;
}
.n .c ul li a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
}
input[type="button"] {
    display: block;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 7px;
    /*font-size: 80px;*/
}
input[type="text"] {
    font-size: 16px;
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ------------------------------- P ------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

.p {
    width: 100%;
}
.p #he {
    width: 100%;
    text-align: center;
}
.p .cl {
    visibility: hidden;
    height: 75px;
}
.p .cr {
    margin-bottom: 100px;    
}
.p .cr .content {
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
.p .cr .content #pic {
    display: block;
    width: 250px;
    height: auto;
    margin: 0 auto;
}
.p .cr .content #h{
    text-align: center;
    margin-bottom: 12px;
}
.p .cr .content #ci, .sk #ci{
    height: 100%;
    padding-bottom: 12px;
    padding-top: 12px;
}

.p .cr .content #ci, .sk #ci{
    width: 100%;
}
.p .cr .content #ci .oz {
    margin-right: 10px;
}
.sk #ci{
    width: 100%;
    background-size: 100%;
}
.p .cr .content #ci div, .sk #ci div{
    margin-left: 10px;
    background: #eee;
}
.p .cr .content #ci .oz,.p .cr .content #ci .lz, .sk  #ci .oz, .sk  #ci .lz{
    width: 95%;
    min-height: 120px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.sk  #ci .oz, .sk  #ci .lz{
    width: 95%;
}
.p .cr .content #ci .oz #i1,.p .cr .content #ci .lz #i1, .sk #ci .oz #i1, .sk #ci .lz #i1{
    display: none;
}
.p .cr .content #ci .oz span,.p .cr .content #ci .lz span, .sk #ci .oz span, .sk  #ci .lz span{
    background-size: 100% 100%;
    background-repeat: repeat-x;
    color: #ffffff;
    display: block;
    line-height: 35px;
    margin: 10px 0px 10px 0px;
    padding: 0 10px;
    text-align: right;
    text-transform: uppercase;
}
.p .cr .content #ci .oz .left,.p .cr .content #ci .oz .right, .p .cr .content #ci .lz p, .sk #ci .oz .left, .sk  #ci .oz .right, .sk  #ci .lz p{
    line-height: 20px;
    margin: 0 10px 0 10px;
    float: left;
}
.p .cr .content #ci .oz .right,.p .cr .content #ci .lz .right, .sk #ci .oz .right, .sk #ci .lz .right{
    line-height: 20px;
    margin: 0 10px 10px;
    float: right;
}
#ci .oz .right, #ci .oz .left, #ci .lz p {
    font-size: 0.8rem;
}
.cl ul {
    position: fixed;
    top: 250px;
    left: -100px;
    width: 250px;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 2px solid #fff;
    border-radius: 3px 3px 3px 3px;
    list-style-type: none;
    z-index: 20;
    transition: all 1s ease-in-out;
    visibility: visible;
}
.cl ul li {
    background-size: auto 100%;
    height: 35px;
    line-height: 35px;
    width: 100%;
    z-index: 20;
    margin: 0 auto;
    text-align: center;
    border: none;
    border-bottom: 2px solid #fff;
}
.cl ul li:last-of-type {
    border-bottom: none;
}
.cl ul li a {
    display: block;
    width: 100%;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ------------------------------- F ------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

.f {
    width: 100%;
    background: rgb(25,25,25);
    position: fixed;
    bottom: 0;
}
.f #c {
    width: 90%;
    margin: 0 auto;
    padding: 7px 0;
}
.f #c ul{
    width: 50%;
    margin: 0 auto;
    display: table;
}
.f #c ul li{
    display: table-cell;
}
.f #c ul li:first-of-type{
    text-align: left;
}
.f #c ul li:last-of-type{
    text-align: right;
}
.f #c ul li a{
    color: #fff;
    padding: 0 2px
}




.f #c #cr{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.f #c #cr a{
    color: #fff;
    text-decoration: none;
}
.A,.I,.D,.A2 {
    display: inline-block;
    color: #FFF;
    text-align: center;
    height: 1em;
    width: 1em;
    line-height: 1em;
    margin-right: 2px;
    font-size: 1em;
}
.A {
    background-color: #06F;
}
.I {
    background-color: #F90;
}
.D {
    background-color: #060;
}
.A2 {
    background-color: #C06;
}

/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ---------------------------- M U S T E R ------------------------------ */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

.mu #h {
    text-align: center;
}
.mu #h h1{
}
.mu #h .ce{
}
.mu .k{
    width: 300px;
    height: 53px;
    margin: 0 auto;
    padding-top: 62px;
    background-size: 300px 53px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.mu #e {
    width: 300px;
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 50px;
    background-size: cover;
    border: 2px solid #fff;
    border-radius: 3px 3px 3px 35px;
    box-shadow: 0 0 6px 1px #999;
}
.mu #e:last-of-type {
    margin-bottom: 0px;
}

.mu #e #ad, .mu #e #f, .mu #e #w , .mu #e #fa, .mu #e #m {
    margin: 4px ;
}
.mu #e #f, .mu #e #w , .mu #e #fa, .mu #e #m {
    height: 35px;
    background-size: 255px 100%;
    background-position: right top;
    background-repeat: no-repeat;
}
.mu #e #m {
    margin-bottom: 0;
}
.mu #e #m a, .mu #e #w a {
    text-decoration: none;
}
.mu #e #ad {
    width: 282px;
    background-size: 100% 100% ;
    background-repeat: no-repeat;
    padding: 0 5px;
    height: 50px;
}
.mu #e #ad h2{
    margin-bottom: 9px;
    font-size: 1.1rem;
}
.mu #e #ad a, .mu #e #ad span{
    text-decoration: none;
    display: inline-block;
    font-size: 0.8rem;
}
.mu #e #ad span{
    float: right;
}
.mu #e #ad a{
    float: left;
}
.mu #e #ko{
    clear: both;
}
.mu #e #f span:first-child ,.mu #e #w span:first-child ,.mu #e #fa span:first-child ,.mu #e #m span:first-child {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-size: 35px 35px;
    line-height: 35px;
    vertical-align: middle;
    margin: -1px 10px -1px -1px; 
}
.mu #e #bs, .mu #e #bi{
    width: 147px;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.mu #e #bs a, .mu #e #bi a{
    display: inline-block;
    width: 147px;
    line-height: 40px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.mu #e #bi a {
    margin-left: -4px;
    border-left: 2px solid #fff;
}
.mu #e #bs a::after {
    content: "Preisliste";
}
.mu #e #bi a::after {
    content: "Mehr Infos";
}
.mu #i {
    width: 300px;
    margin: 0 auto;
    margin-top: 12px;
}
.mu #i ul li{
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    display: inline-block;
}
.mu #i ul li a{
    display: block;
    width: 38px;
    height: 38px;
    /*background-size: 570px 38px;*/
    background-repeat: no-repeat;
}
.mu #i ul li #i1{
    background-position: 0 center;
}
.mu #i ul li #i2{
    background-position: -38px center;
}
.mu #i ul li #i3{
    background-position: -76px center;
}
.mu #i ul li #i4{
    background-position: -114px center;
}
.mu #i ul li #i5{
    background-position: -152px center;
}
.mu #i ul li #i6{
    background-position: -190px center;
}
.mu #i ul li #i7{
    background-position: -228px center;
}
.mu #i ul li #i8{
    background-position: -266px center;
}
.mu #i ul li #i9{
    background-position: -304px center;
}
.mu #i ul li #i10{
    background-position: -342px center;
}
.mu #i ul li #i11{
    background-position: -380px center;
}
.mu #i ul li #i12{
    background-position: -418px center;
}
.mu #i ul li #i13{
    background-position: -456px center;
}
.mu #i ul li #i14{
    background-position: -494px center;
}
.mu #i ul li #i15{
    background-position: -532px center;
}
.mu #i ul li #i16{
    background-position: -570px center;
}
.mu #i ul li #i17{
    background-position: -608px center;
}
.mu #i ul li #i18{
    background-position: -646px center;
}
.mu #i ul li #i19{
    background-position: -684px center;
}
.mu #i ul li #i20{
    background-position: -722px center;
}
.mu #i ul li #i21{
    background-position: -760px center;
}
.mu #i ul li #i22{
    background-position: -798px center;
}
.mu #i ul li #i23{
    background-position: -836px center;
}
.mu #i ul li #i24{
    background-position: -874px center;
}
.mu #i ul li #i25{
    background-position: -912px center;
}
.mu #i ul li #i26{
    background-position: -950px center;
}
.mu #i ul li #i27{
    background-position: -988px center;
}
.mu #i ul li #i28{
    background-position: -1026px center;
}
.mu #i ul li #i29{
    background-position: -1064px center;
}
.mu #i ul li #i30{
    background-position: -1102px center;
}
.text {
    width: 90%;
    margin: 0 auto;
    margin-top: -5px;
    margin-bottom: 15px;
}
.text:last-of-type {
    margin-bottom: 100px;
}
.text + a {
    margin-top: -80px;
}
.blackbox {
    background-color: #191919;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 24px;
}
#anmeldung {
    padding-bottom: 75px;
    z-index: 0;
}
#betreiber, #verbraucher {
    margin-top: 62px;
}
#anmeldung #c {
    margin: 0 auto;
    width: 315px;
    height: 88px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 15px;
}
#anmeldung #c span {
    width: 82px;
    line-height: 34px;
    display: inline-block;
    color: #fff;
    margin-bottom: 2px;
}
#anmeldung #c input {
    width: 200px;
    line-height: 34px;
    border: none;
    background: transparent;
    text-align: center;
}
#anmeldung .bt-login input,#anmeldung #register input{
    width: 100px;
    height: 34px;
    background-size: 100% 100%;
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ---------------------------- SPEISEKARTE ------------------------------ */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
.sk {
    width: 100%;
    margin: 0 auto;
}
.sk #h {
    width: 100%;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #ffffff;
    text-align: center;
}
.sk #h h1, .sk #h span {
    color: #fff;
    font-weight: normal;
}
.sk #h span {
    line-height: 10px;
}
.sk #h h1:last-of-type, .sk #h span {
    display: block;
    width: 100%;
    background-size: 100%;
}
.sk #c {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: repeat-y;
}
.sk .k {
    display: block;
    width: 100%;
    height: 60px;
    background-size: 340px 60px;
    background-position: center 12px;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 42px;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase; 
}
.sk #img {
    margin-top: 25px;
}
.sk #img img {
    display: block;
    height: auto;
    margin: -17px auto 5px;
    width: 85%;
}
.sk #kn {
    height: 50px;
}
.sk #preise, .sk #liefergebiete {
    border-collapse: collapse;
    border-spacing: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    width: 80%;
}
#preise tr, #liefergebiete tr {
    height: 2px;
    width: 100%;
    font-size: 0.7rem;
}

.sk #preise tr #sp1, .sk #liefergebiete tr #sp1{
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    text-indent: 2px;
    height: 25px;
    background-size: 100% 100%;
}
.sk #preise tr #sp1{
    width: 25px;
    border-radius: 5px 0 0 5px;
}
.sk #liefergebiete tr #sp1{
    width: 55px;
    border-radius: 5px 0 0 5px;
}
.sk #preise tr #sp2, .sk #liefergebiete tr #sp2{
    background-repeat: repeat-x;
    font-weight: bold;
    padding-left: 5px;
    height: 25px;
    background-size: 100% 100%;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fcfcfc 46%, #d9d9d9 56%, #d9d9d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(46%,#fcfcfc), color-stop(56%,#d9d9d9), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */

}
.sk #preise tr #sp2{
    min-width: 105px;
}
.sk #liefergebiete tr #sp2{
    min-width: 100px;
}
.sk #preise tr #sp2 span, .sk #liefergebiete tr #sp2 span{
    display: block;
    font-weight: normal;
}
.sk #preise tr #sp3, .sk #liefergebiete tr #sp3{
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: right;
    height: 25px;
    background-size: 100% 100%;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fcfcfc 46%, #d9d9d9 56%, #d9d9d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(46%,#fcfcfc), color-stop(56%,#d9d9d9), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */

}
.sk #preise tr #sp3{
    width: 55px;
}
.sk #liefergebiete tr #sp3{
    width: 150px;
    padding-right: 7px;
    background-size: auto 100%;
    background-position: right center;
    border-radius: 0 5px 5px 0;
}
.sk #preise tr #sp4{
    background-position: right center;
    background-repeat: no-repeat;
    text-align: right;
    width: 20px;
    height: 25px;
    background-size: auto 100%;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top, #fcfcfc 0%, #fcfcfc 46%, #d9d9d9 56%, #d9d9d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(46%,#fcfcfc), color-stop(56%,#d9d9d9), color-stop(100%,#d9d9d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fcfcfc 0%,#fcfcfc 46%,#d9d9d9 56%,#d9d9d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#d9d9d9',GradientType=0 ); /* IE6-9 */
    border-radius: 0 5px 5px 0;
}
.sk #preise tr #sp4 a{
    display: block;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
}
.sk #footer {
    width: 100%;
    height: 47px;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
/* ------------------------------- search -------------------------------- */
/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#wait {
    margin: 100px 0 1000px 0;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    height: 100px;
    background: url(../images/wait.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}





/* ################# Produktbilder ################## */ 
.spa td img {
    display: inline-block;
    height: auto;
    float: left;
    margin-top: 1px;
    margin-bottom: 5px;
    z-index: 800;
}
.spa td img:last-of-type {
    margin-bottom: 25px;
}
#galImg {
    position:fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}
/* ################################################## */