.clear:before, .clear:after {
    content:"";
    display:table
}

.clear:after {
    clear:both
}

.clear    {
    zoom:1
}

.sldrWrpr.gray {
    width: 1010px;
    overflow: hidden;
    margin: auto;
}

.sldr {
    width: 3000px;
}
.sldr .th {
    width: 189px;
    float: left;
}

.pTEl {
    width: 275px;
    margin: 0 35px;
    float: left;
}

.pTEl .title h3 {
    color: #fff;
    font-size: 21px;
    text-align: center;
    font-weight: 900;
}

.pTEl .title {
    background: #989898;
}

.pTEl .price {
    background: #f2f2f2;
    color: #2A3640;
}

.pTEl li.price {
    font-size: 1.4em;
}

.pTEl .price span {
    font-size: 50px;
    font-weight: 900;
    color: #2A3640;
    margin-left: 5px;
}

.pTEl:hover .price span {
    color: #970001;
}

.pTEl .hecont {
    padding: 15px 0px !important;
    background-color: #fff !important;
}

.pTEl ul li {
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
    color: #000;
}

.pTEl ul li:nth-last-child(2) {
    border-bottom: none;
}

.pTEl ul li:last-child {
    border-top: none;
}

.pTEl ul li.title {
    border: none;
}

.pTEl:hover .title {
    background: red;
}

.pTEl:hover .title {
    background: red;
}

.pTEl:hover .title, .pTEl:hover a.btnCus  {
    background: #970001;
}

a.sbut1.btnCus {
    line-height: 29px !important;
    padding: 10px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: initial;
    width: 93% !important;
    height: auto;
}

.hecont .vc_icon_ement-icon {
    font-size: 12.4em;
    line-height: 0.6;
}

.sldrButtonsGray {
    position: absolute;
    /*width: 120%;
    left: -10%;*/
    top: 33%;
    left:0;
    width: 100%;
}

.grayNext {
    float: right;
    margin-right: 0;
    cursor: pointer;
}

.grayPrev {
    float: left;
    margin-left: 0;
    cursor: pointer;
}

.grayPrev:after, .grayNext:after {
    display: block;
    width: 100%;
    
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0px 0px 10px #000;
    text-align: center;
    
    color: #fff;
}

.grayNext::after {
    content: 'Weiter';
}

.grayPrev::after {
    content: 'Zurück';
}

/* Media Queries */
@media (max-width: 479px){
    .grayPrev:after, .grayNext:after {
        font-size: 1.2em;
    }
}

@media (max-width: 373px){
    .grayPrev:after, .grayNext:after {
        font-size: 1em;
    }
}

@media (max-width: 360px){
    #shaon-pricing-table .plan{
        width: 98%;
        border-radius: 5px!important;
        margin-bottom: 25px;
    }
    #shaon-pricing-table #most-popular{
        margin-top: 20px;
    }
}

@media all and (max-width: 320px) {
    .grayNext {
        margin-right: 1% !important;
    }
    .grayPrev {
        margin-left: 2% !important;
    }
}

@media all and (max-width: 374px) {
    .sldrWrpr.gray {
        width: 277px;
    }
    .grayNext {
        margin-right: -2%;
    }

    .grayPrev {
        margin-left: -3%;
    }

    .grayNext img, .grayPrev img {
        width: 50px;
    }

    .pTEl {
        margin-left: 15px !important;
    }
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .pTEl {
        margin: 0px 14px;
    }
    .sldrWrpr.gray {
        width: 277px;
    }

    .sldrButtonsGray {
        position: absolute;
        width: 100%;
        left: 0;
        padding-top: 50%;
    }

    .grayNext {
        margin-right: -17%;
    }

    .grayPrev {
        margin-left: -17%;
    }
}

@media all and (min-width: 375px) and (max-width: 479px) {
    .pTEl {
        margin: 0px 14px;
    }
    .sldrWrpr.gray {
        width: 277px;
    }

    .sldrButtonsGray {
        position: absolute;
        width: 100%;
        left: 0;
        padding-top: 65%;
        top: 0 !important;
    }

    .grayNext img,
    .grayPrev img {
        width: 100px;
    }

    .grayNext {
        margin-right: -12%;
    }

    .grayPrev {
        margin-left: -12%;
    }
}



@media all and (min-width: 645px) and (max-width: 767px) {
    .grayNext {
        margin-right: -2%;
    }

    .grayPrev {
        margin-left: -2%;
    }
}
@media all and (min-width: 768px) and (max-width: 999px) {
    .sldrWrpr {
        width: 643px;
    }

    .grayNext {
        margin-right: -15%;
    }

    .grayPrev {
        margin-left: -15%;
    }
}

@media all and (min-width: 1000px) and (max-width: 1168px) {
    .sldrWrpr {
        width: 643px;
    }
}

@media all and (min-width: 1px) and (max-width: 1450px) {
    .gray .pTEl {
        width: 252.5px;
    }
    a.sbut1.btnCus {
        font-size: 1em;
    }
}
