.sidebar--navigation .navigation--entry .navigation--link:hover {
    color: #0044CC !important; 
}

.features--column .column--wrap .column--inner .inner--item span {
   font-size: 13px !important;
}

.entry--content a:hover {    
    outline: 0 !important; 
    color: #0044CC !important; 
    text-decoration: underline;
} 

.entry--content a {    
    outline: 0 !important; 
    color: #0044CC !important; 
} 

.entry--content li {
    list-style-type: square !important;
    margin-left: 25px !important;
}

.selfpick {
    color: red !important;
    font-weight: bold !important;
}

.selfpick a {
    color: inherit;
    fontweight: inherit;
}

.product--box .product--price-info .price--unit {
    font-size: .5875rem !important;
}

.shipping_at {
    border: 1px solid #dadae5 !important;
    text-align: center !important;
    margin-top: 15px !important;
}

/** Telefonische Beratung **/

/** Smartphone **/

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}


/** Smartphone Landscape **/

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/** Tablet **/

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {

}

/** Tablet Landscape **/

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

}

/** Laptop **/

@media screen
and (min-device-width: 1200px)
and (max-device-width: 1600px)
and (-webkit-min-device-pixel-ratio: 1) {
}

.tel-consult {
    float: right;
}


/****** Telefonische Beratung ******/
