/* #################### ABFALLARTEN KACHELN START #################### */
#grid-waste-type {
    width: 100%;
    float: left;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 0px 0px;
}

#grid-waste-type ul {
    width: 100%;
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

#grid-waste-type ul li {
    outline: none;
    list-style-image: none;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    float: left;
    width: 30%;
    text-align: center;
    margin: 0 5% 4% 0;
    padding: 0px 0px 0px 0px;
}

.grid-waste-price {
    display: block;
    font-size: 32px;
    font-weight: 300;
    color: #7ec740;
}

#grid-waste-type ul li:active {
    outline: 0;
}

#grid-waste-type ul li:hover {
    background-color: #ffffff;
}

#grid-waste-type ul li:nth-child(3n+3):hover {
    background-color: #ffffff;
}

#grid-waste-type ul li:nth-child(3n+3) {
    margin-right: 0px;
}

#grid-waste-type .title {
    height: 52px;
    display: block;
    text-align: center;
    margin-bottom: 0px !important;
    font: 800 17px/21px lato;
    color: #222222;
    padding: 10px 10px 0;
}

#grid-waste-type a {
    color: #222222;
}

#grid-waste-type ul li a {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    display: block;
}

#grid-waste-type ul li a:hover {
    text-decoration: none;
}

#grid-waste-type .pics {
    width: 150px;
    height: 125px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#grid-waste-type .pics:hover {
    z-index: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

#grid-waste-type .pics_body {
    display: block;
    height: 56%;
}

#grid-waste-type .price {
    border: 1px solid #7ec740;
    margin: 10px 20px 20px;
    background: #7ec740;
    padding: 0px;
    display: block;
    text-align: center;
    color: #ffffff;
    font: 900 18px/44px lato;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#grid-waste-type .price:hover {
    opacity: 0.8;
}

.grid-waste-price .pre_ab {
    font-size: 19px;
    color: #000000;
}


/* #################### ABFALLARTEN KACHELN UNTERSEITEN #################### */
.waste-types {
    width: 100%;
    float: left;
    margin: 0 0 4%;
    padding: 0;
}

.waste-types ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.waste-types ul li {
    outline: none;
    list-style-image: none;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    float: left;
    width: 30%;
    text-align: center;
    margin: 0 5% 4% 0;
    padding: 0;
}

.waste-types ul li:active {
    outline: 0;
}

.waste-types ul li:hover {
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.waste-types ul li:nth-child(3n+3):hover {
    background-color: #fff;
}

.waste-types ul li:nth-child(3n+3) {
    margin-right: 0;
}

.waste-types .title {
    height: 52px;
    display: block;
    text-align: center;
    margin-bottom: 0 !important;
    font: 800 17px/21px lato !important;
    color: #222;
    padding: 10px 10px 0;
}

.waste-types a {
    color: #222;
}

.waste-types h3 {
    color: #000;
    margin: 0;
    padding: 0;
}

.waste-types ul li a {
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

.waste-types ul li a:hover {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.waste-types .pics {
    width: 150px;
    height: 125px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.waste-types .pics:hover {
    z-index: 999;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.waste-types .pics-body {
    display: block;
}

.waste-types .price {
    border: 1px solid #7ec740;
    margin: 10px 20px 20px;
    background: #7ec740;
    padding: 0;
    display: block;
    text-align: center;
    color: #fff;
    font: 16px/36px lato;
}

.waste-types .price:hover {
    opacity: .8;
}

.waste-types .pre-ab {
    color: #fff;
}

.wastethumb {
    position: absolute;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    padding: 0;
    float: right;
    margin-left: 80%;
    margin-top: -36px;
}

.wastethumb img {
    z-index: 998;
    width: 60px;
}

#waste-list {
    border: 1px solid #eee;
    float: left;
    margin: 15px 0 37px;
    padding: 0;
}

#waste-list ul {
    float: none !important;
    list-style: none;
    margin: 0 !important;
    padding: 0;
}

#waste-list ul li {
    display: block;
    background: url(/img/arrow-green.png) no-repeat scroll 55px 51%/6px 8px rgba(0, 0, 0, 0);
    list-style-image: none;
    width: 100%;
    border-bottom: 1px dotted #f7f7f7;
    float: left;
    margin: 0;
    padding: 25px 100px 26px 70px;
}

#waste-list ul li:nth-child(2n+1) {
    background-color: #f7f7f7;
    list-style-image: none;
    width: 100%;
    border-top: 0 dotted #ccc;
    float: left;
}

#waste-list ul li a {
    color: #000;
}

#waste-list ul li a:hover {
    color: #7ec740;
}

#waste-list h3 {
    font: bold 15px/22px Lato !important;
    margin: 0;
    padding: 0;
}

#waste-list .waste-type {
    text-decoration: none;
    background: none;
    list-style-image: none;
    width: 100%;
    border-top: 0 dotted #ccc;
    float: left;
    margin: 0;
    padding: 11px 0 13px 28px;
}

#waste-list .waste-type a {
    text-decoration: none;
}

#waste-list .waste-type a:hover {
    text-decoration: underline !important;
    color: #7ec740;
}

#waste-list .waste-type-prize {
    float: right;
    font: normal 15px/22px Lato;
}

.grid-waste-text {
    line-height: 22px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.wastetype-grid-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    padding: 15px;
    height: 300px;
}
.wastetype-grid-hover {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px;
    height: 175px;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
}
.wastetype-grid-hover-price {
    height: 200px;
    padding-top: 20px;
}
.wastetype-grid-hover .truck {
    background: rgba(0, 0, 0, 0) url("/img/truck-24h.png") no-repeat scroll left 3px / 86px 51px;
    width: 86px;
    height: 51px;
    display: inline-block;
    margin-bottom: 10px;
}
#grid-waste-type ul li a:hover .wastetype-grid-hover {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
}
.wastetype-grid-hover-counter {
    color: #7ec740;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.wastetype-grid-hover-counter .counter {
    font-size: 21px;
}
@media ( max-width : 1200px) {
    .waste-types .title {
        height: 37px !important;
    }
    #grid-waste-type .pics {
        height: 94px;
        width: 111px;
    }
    #waste-list ul li {
        padding-left: 40px;
        background: url(/img/arrow-green.png) no-repeat scroll 27px 51%/6px 8px rgba(0, 0, 0, 0);
    }
    .grid-waste-text {
        line-height: 18px;
        display: block;
        overflow: hidden;
        height: 55px;
    }
    #grid-waste-type ul li {
        margin: 0 3% 3% 0;
        width: 31%;
    }
    .wastetype-grid-hover {
        height: 160px;
        top: 34px
    }
    .wastetype-grid-hover .truck {
        display: none;
    }
    .wastetype-grid-hover,
    .wastetype-grid-hover-counter .counter {
        font-size: 16px;
    }
}

@media ( max-width : 992px) {
    .grid-waste-text {
        line-height: 18px;
        display: block;
        overflow: hidden;
        height: 34px;
    }
    .waste-types .title {
        font: 800 12px/13px lato !important;
    }
    .waste-types .pics {
        margin-top: -12px;
    }
    .waste-types .price {
        margin: 7px 14px 14px;
        font: 300 13px/29px lato;
    }
    .wastethumb {
        margin-left: 72%;
    }
    .waste-types .pics-body {
        height: auto;
        clear: both;
    }
    #grid-waste-type .title {
        font: 600 13px/15px lato;
        padding-top: 7px;
    }
    #grid-waste-type .pics, .waste-types .pics {
        height: 57px;
        margin-bottom: 0px;
        margin-top: -15px;
        width: 74px;
    }
    #grid-waste-type .price {
        font: 600 15px/34px lato;
        margin: 10px 15px 15px;
    }
    .grid-waste-text {
        line-height: 15px;
        height: 30px;
    }
    .wastetype-grid-hover {
        display: none !important;
    }
}

@media ( max-width : 767px) {
    #grid-waste-type ul li {
        background-color: #ffffff;
        border: 0px solid #dddddd;
        border-top: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1 !important;
        width: 100%;
        margin: 0;
        padding-bottom: 15px;
    }
    #grid-waste-type .title {
        margin: 0 0 0 0px;
        text-align: center;
        position: relative;
        height: 28px !important;
        width: 100%;
        font: 300 13px/12px lato !important;
        padding: 9px 0 0;
    }
    #grid-waste-type .pics_body {
        margin: 0px;
        display: inline;
        height: auto;
        float: none;
    }
    #grid-waste-type .pics, .waste-types .pics {
        margin-top: 0px;
        width: 50px !important;
        height: 42px !important;
    }
    #grid-waste-type .price {
        position: relative;
        width: 101px;
        padding: 7px 20px 8px 3px;
        float: none;
        margin: 6px auto 0;
        font: 11px/13px lato;
        color: #fff;
    }
    #grid-waste-type .pre_ab {
        font-size: 13px;
    }
    .waste-types .pics-body {
        height: 125px !important;
        clear: both;
    }
    #waste-list {
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
        float: left;
        margin: 0 0 20px;
    }
    .waste-types {
        margin-bottom: 0;
    }
    .waste-types ul li {
        background-color: #fff;
        border: 0 solid #ddd;
        border-top: 1px solid #e1e1e1;
        width: 100%;
        margin: 0;
    }
    .waste-types ul li:hover {
        background-color: #f1f1f1 !important;
    }
    .waste-types ul li:hover {
        border: 0 solid #ddd;
        border-top: 1px solid #e1e1e1;
    }
    .waste-types ul li a {
        display: block;
        width: 100%;
        float: left;
    }
    .waste-types .pics {
        margin-top: 0;
        width: 50px;
        height: 42px;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
    .waste-types .pics-body {
        margin: 12px 0 0 12px;
        display: inline;
        height: auto;
        float: left;
    }
    .waste-types .price {
        position: relative;
        background: #7ec740;
        width: 101px;
        padding: 4px 20px 4px 3px;
        float: right;
        margin: 14px 18px 15px 0;
        font: 11px/13px lato;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .waste-types .price:after {
        content: "\e080";
        font-family: "Glyphicons Halflings";
        color: #fff;
        position: absolute;
        right: 8px;
        top: 7px;
        display: inline-block;
        font-size: 13px;
        z-index: 1;
    }
    .waste-types .pre-ab {
        display: block;
        color: #fff;
    }
    .wastethumb {
        margin-left: 58%;
    }
    #grid-waste-type ul li {
        background-color: #ffffff;
        border: 0px solid #dddddd;
        border-top: 1px solid #e1e1e1;
        width: 50%;
        margin: 0;
    }
    .grid-waste-text {
        display: none;
    }
    #grid-waste-type ul li:last-child {
        width: 100%;
        border: 1px solid #ddd;
    }
    .content-of-page #grid-waste-type ul li:last-child {
        width: 50%;
        border-left: 0px solid #ddd;
        border-bottom: 0px solid #ddd;
    }
    .content-of-page .waste-types {
        border-bottom: 1px solid #ddd;
    }
    .grid-waste-price {
        display: block;
        font-size: 20px;
        font-weight: 300;
        color: #7ec740;
    }
    #grid-waste-type ul li a {
        line-height: 21px;
    }
}