.ewfont {
    font-family: 'Roboto Slab', serif;
}

#einkaufswelt {
    width: 980px;
    /*background: #e7ddd1;*/
	background: #ffffff;
    /*background-image: url('img/ew/1/042018_landig_einkaufswelt_background_980x3600.jpg');*/
    font-size:16px;
    font-family: 'Roboto', sans-serif;
}

#einkaufswelt h1 {
    font-size: 36px;
    line-height: 36px;
    color: #2d372e;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    margin: 0px;
}

#einkaufswelt h2 {
    font-size: 24px;
    line-height: 24px;
    color: #757550;
    font-family: 'Roboto Slab', serif;
    margin: 0px;
}
#einkaufswelt h4 {
    color: #757550;
    font-size: 16px;
    font-weight: bold;
}
#einkaufswelt h4.white {
    color: #fff;
}
#einkaufswelt h4.black {
    color: #000;
}
#einkaufswelt h4.big {
    font-family: 'Roboto Slab', serif !important;
    font-size: 30px !important;
}

#einkaufswelt h3 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    color: #000;
    margin-top: 10px;
}

#einkaufswelt .subheading {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto Slab', serif;
    color: #000;
    margin-top: 10px;
}
#einkaufswelt .subline {
    width: 200px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin-bottom: 30px;    
    height:3px;
    border:none;
    color:#757550;
    background-color:#757550;
}

#einkaufswelt .col1 {
    width: 50%;
    float: left;
}
#einkaufswelt .col2 {
    width: 50%;
    float: left;
}
#einkaufswelt .clear {
    clear:both;
}
#einkaufswelt ul {
    list-style-image: url('img/ew/1/jw-pfeil-g.png');
    padding-left: 15px;
}

#einkaufswelt ul.wide li {
    padding: 6px 0px 6px 0px;
}
#einkaufswelt .btn {
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    width:120px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
}
#einkaufswelt .btn:hover {
    color:#b58c35;
    background: #fff;
}
#einkaufswelt .price {
    font-size: 36px;
    font-weight: bold;
}
#einkaufswelt hr {
    height:2px;
    border:none;
    color:#000;
    background-color:#000;
}
#einkaufswelt .btnCart {
    border: 2px solid #757550;
    color: #757550;
    font-family: 'Roboto Slab', serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#einkaufswelt .btnCart:hover {
    color: #fff;
    background-color: #757550;
}


#einkaufswelt .btnTeaser {
    color: #fff;
    background: #25362b;
    font-family: 'Roboto Slab', serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#einkaufswelt .orangebox {
    background: #485348;
    width: 400px;
    color: #fff;
    height:120px;
}

#einkaufswelt .greenbox {
    background: #25362b;
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
}

#einkaufswelt .btnGreen {
    color: #fff;
    background: #25362b;   
    border: 2px solid #25362b;
    font-family: 'Roboto Slab', serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#einkaufswelt .btnGreen:hover {
    color: #25362b;
    border: 2px solid #25362b;
    background: none;
}
#einkaufswelt .btnLightGreen {
    color: #fff;
    background: #485348;   
    border: 2px solid #485348;
    font-family: 'Roboto Slab', serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


#einkaufswelt a.nodec:hover {
    text-decoration: none;
}

#einkaufswelt .datatable td {
  border: 1px solid;
  padding: 4px;
}
#einkaufswelt .datatable tr:nth-child(odd) {
  background: #f1f1f1;
}
#einkaufswelt .datatable td.ljv-col {
  background: #24342a;
  color: #ffffff;
  font-weight: bold;
}
#einkaufswelt .datatable {
  border-collapse: collapse;
}

#einkaufswelt .product-tag {
  background: #EB611F;
  padding: 3px 10px;
  font-weight: bold;
  font-family: 'Roboto Slab',serif;
  font-size: 24px;
  width: 60px;
  text-align: center;
  position: absolute;
  z-index: 99;
  color: #fff;
}

@media screen and (max-width: 980px) {
    #einkaufswelt {
        width: 100%;
        max-width: 100%;
        font-size: 14px;
        box-sizing: border-box;
    }

    #einkaufswelt .ew-page-inner {
        width: 100%;
        min-width: 0;
    }

    #einkaufswelt h1 {
        font-size: 24px;
        line-height: 1.1;
    }

    #einkaufswelt h2 {
        font-size: 22px;
        line-height: 1.15;
    }

    #einkaufswelt h3,
    #einkaufswelt .subheading {
        font-size: 18px;
        line-height: 1.2;
    }

    #einkaufswelt .col1,
    #einkaufswelt .col2 {
        width: 50%;
        box-sizing: border-box;
        padding: 0 6px;
    }

    #einkaufswelt .btn,
    #einkaufswelt .btnCart,
    #einkaufswelt .btnTeaser,
    #einkaufswelt .btnGreen,
    #einkaufswelt .btnLightGreen {
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
        font-size: 15px;
    }

    #einkaufswelt .orangebox,
    #einkaufswelt .greenbox {
        width: auto;
        max-width: 100%;
    }

    #einkaufswelt .col1 center > a.nodec > .greenbox,
    #einkaufswelt .col2 center > a.nodec > .greenbox {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 62px;
        padding: 8px 6px;
        font-size: 12px;
        line-height: 1.02;
        box-sizing: border-box;
    }

    #einkaufswelt .price {
        font-size: 28px;
    }

    #einkaufswelt .datatable td {
        font-size: 13px;
        line-height: 1.4;
    }

    #einkaufswelt .product-tag {
        width: 48px;
        padding: 2px 7px;
        font-size: 18px;
        line-height: 1.1;
    }
}

@media screen and (max-width: 820px) {
    #einkaufswelt .ew-mobile-stack .col1,
    #einkaufswelt .ew-mobile-stack .col2 {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
    }

    #einkaufswelt .ew-mobile-stack .col1 {
        margin-bottom: 18px;
    }

    #einkaufswelt .ew-mobile-stack .col1 > div,
    #einkaufswelt .ew-mobile-stack .col2 > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #einkaufswelt .ew-mobile-stack .col1 img,
    #einkaufswelt .ew-mobile-stack .col2 img {
        max-width: 100%;
        height: auto;
    }

    #einkaufswelt .ew-mobile-stack .ew-system-icons {
        position: static !important;
        display: block;
        width: 180px !important;
        max-width: 100% !important;
        margin: 14px auto 0;
    }
}

@media screen and (max-width: 700px) {
    #einkaufswelt {
        font-size: 13px;
    }

    #einkaufswelt h2 {
        font-size: 20px;
    }

    #einkaufswelt h3,
    #einkaufswelt .subheading {
        font-size: 17px;
    }

    #einkaufswelt .col1,
    #einkaufswelt .col2 {
        padding: 0 4px;
    }

    #einkaufswelt .btn,
    #einkaufswelt .btnCart,
    #einkaufswelt .btnTeaser,
    #einkaufswelt .btnGreen,
    #einkaufswelt .btnLightGreen {
        font-size: 13px;
    }

    #einkaufswelt .product-tag {
        width: 44px;
        padding: 2px 6px;
        font-size: 16px;
    }

    #einkaufswelt .col1 center > a.nodec > .greenbox,
    #einkaufswelt .col2 center > a.nodec > .greenbox {
        min-height: 56px;
        padding: 7px 5px;
        font-size: 11px;
        line-height: 1;
    }

    #einkaufswelt .ew-mobile-stack .ew-system-icons {
        width: 150px !important;
        margin-top: 12px;
    }
}
