/* Warenkorb ausblenden */
#shopping-cart-widget, #voucher-widget, .push-content-top-2 {
    display: none;
}


.page-header {
    display: none;
}



ul {
    list-style: none;
    padding: 0;
}




.rounded-list li {
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
    margin: 0px 20px 20px 20px;
    background: #ebebeb;
    text-decoration: none;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.rounded-list li:before{
    background: #216826;
    border: 3px solid #ffffff;

    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;

    color: #ffffff;
    content: '\2713';
    height: 35px;
    left: -19px;
    line-height: 35px;
    margin-top: -21px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 35px;
}


.rounded-list li.error:before{
    background: #F82926;
    content: 'X';
}