#shaon-pricing-table {
    margin: 100px auto 50px auto;
    text-align: center;
    width: 100%;
}
#shaon-pricing-table li a.wppttip{
    display: inline-block;
    vertical-align: middle;
}
#shaon-pricing-table li img{
    display: inline-block;
}
#shaon-pricing-table .plan {
    font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
    text-shadow: 0 1px rgba(255,255,255,.8);
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    width: 180px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */
    float: left;
    position: relative;
}

#shaon-pricing-table #most-popular {
    z-index: 2;
    top: -13px;
    border-width: 3px;
    padding: 30px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
}

#shaon-pricing-table .plan:first-child {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

#shaon-pricing-table .plan:last-of-type {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

/* --------------- */

#shaon-pricing-table h3 {
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    margin-bottom: 0px;

    background-color: #eee;
    background-image: -moz-linear-gradient(#fff,#eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
}

#shaon-pricing-table #most-popular h3 {
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee,#ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    margin-top: -30px;
    padding-top: 30px;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#shaon-pricing-table .plan:first-child h3 {
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}


#shaon-pricing-table .plan:last-child h3 {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

#shaon-pricing-table h3 span {
    display: block;
    font: bold 20px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 100px;
    width: 100px;
    margin: 10px auto -65px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    margin-bottom: 0px;
}

/* --------------- */

#shaon-pricing-table ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

#shaon-pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 5px;
    list-style: none;
}

/* --------------- */

#shaon-pricing-table .signup {
    position: relative;
    padding: 8px 20px;
    margin: 20px 0 0 0;
    color: #fff;
    font: bold 14px Arial, Helvetica;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    background-color: #72ce3f;
    background-image: -moz-linear-gradient(#72ce3f, #62bc30);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
    background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
    background-image: -o-linear-gradient(#72ce3f, #62bc30);
    background-image: -ms-linear-gradient(#72ce3f, #62bc30);
    background-image: linear-gradient(#72ce3f, #62bc30);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);
}

#shaon-pricing-table .signup:hover {
    background-color: #62bc30;
    background-image: -moz-linear-gradient(#62bc30, #72ce3f);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
    background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
    background-image: -o-linear-gradient(#62bc30, #72ce3f);
    background-image: -ms-linear-gradient(#62bc30, #72ce3f);
    background-image: linear-gradient(#62bc30, #72ce3f);
}

#shaon-pricing-table .signup:active, #shaon-pricing-table .signup:focus {
    background: #62bc30;
    top: 2px;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;
}

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

.clear:after {
    clear:both
}

.clear    {
    zoom:1
}

/* Media Queries */
@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;
    }
}

.sldrWrpr.bold {
    width: 1460px;
    padding: 62px 0;
    overflow: hidden;
    margin: auto;
}

.sldr {
    width: 3000px;
}

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

.pTEl {
    width: 252.5px;
    margin: 0 20px;
    float: left;
    background: #fff;
}

.pTEl.wide {
    width: 350px;
}

/*
* Move first wide element when only two products
*/
.twoElements.wide:first-of-type {
    margin-left: 225px;
}

.pTEl.wide li.price::before {
    border-width: 28px 175px 0 175px
}

.pTEl:hover {
    cursor: pointer;
}

.pTEl.featured {
    margin-top: -60px;
}

.pTEl .title h3 {
    color: #293640;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    font-weight: 900;
}

.pTEl .title {
    background: #fff !important;
    box-shadow: none !important;
}

.pTEl .price {
    position: relative;
    margin-bottom: 29px;
    font-size: 30px;
    border: none;
    background: #2a363f;
    color: #fff;
}

.pTEl.featured .price {
    height: 146px;
    padding: 15px;
}

.pTEl .price span {
    font-size: 50px;
    font-weight: 900;
    color: #fff;
}

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

.pTEl .hecont {
    color: #aaabb0;
    padding: 5px 15px !important;
    background-color: #fff !important;
    border: initial !important;
    border-top: none;
    border-bottom: 1px solid #e2e1e1 !important;
    box-shadow: none !important;
    font-size: 12px;
}

.pTEl ul li {
    background: #fff;

    border: initial;
    border-bottom: 1px solid #e2e1e1;
    color: #000;
}

.pTEl ul li:last-child {
    padding: 30px 0;
}

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

.pTEl:hover a.btnCus,
.pTEl:hover .price {
    background: #990900 !important;
}
.pTEl:hover .price:before {
    border-color: #990900 transparent transparent transparent;
}

.pTEl:hover .title h3 {
    color: #990900;
}

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

li.price:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 125px 0 125px;
    border-color: #2a363f transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
}

.ftB, .ftA {
    font-size: 14px !important;
}

.ftA {
    text-decoration: line-through;
}

p.fT {
    margin: 0 !important;
    line-height: initial !important;
    font-size: 19px;
    color: #fff;
}

.boldPrev, .boldNext {
    position: absolute;
    float: left;
    top: 26%;
    cursor: pointer;
    max-width: 220px;
}

.boldPrev {
    margin-left: -11.5%;
}

.boldNext {
    margin: 0 -84% 0 98%;
}

.boldPrev:after, .boldNext: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;
}

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

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

@media all and (max-width: 1450px) {
    .boldPrev:after, .boldNext:after {
        font-size: 2.3em;
    }
}

@media all and (max-width: 999px) {
    .boldPrev:after, .boldNext:after {
        font-size: 1.7em;
    }
}

@media all and (max-width: 479px) {
    .boldPrev:after, .boldNext:after {
        font-size: 1.2em;
    }
}

@media all and (max-width: 373px) {
    .boldPrev:after, .boldNext:after {
        font-size: 1em;
    }
}

@media all and (max-width: 374px) {
    .sldrButtons {
        margin-top: 20% !important;
    }

    .boldPrev {
        margin-left: -9% !important;
    }

    .boldNext {
        left: 69% !important;
    }

    .boldNext, .boldPrev {
        max-width: 80px !important;
    }

    .bold .pTEl, .bold .pTEl {
        width: 222px !important;
    }
    li.price:before {
        border-width: 28px 111px 0 111px !important;
    }
}
@media all and (max-width: 425px) {
    .sldrButtons {
        position: absolute;
        width: 120%;
        height: auto;
        left: 0;
        margin-top: 4%;
    }

    .sldrWrpr.bold {
        width: 264px;
    }
    .boldNext, .boldPrev {
        max-width: 100px;
        margin: initial;
        top: initial;
        margin-top: 0;
    }
    .boldNext {
        left: 65%;
        margin-top: -4px;
    }
    .boldPrev {
        margin-left: -22%;
    }
}

/*@todo: anpassen noch responsive ansicht für kleine Bildschirme
*/
@media all and (min-width: 375px) and (max-width: 767px) {
    .pTEl {
        margin: 0px 14px;
    }
    .sldrWrpr.bold {
        width: 277px;
    }
    .boldNext, .boldPrev {
        max-width: 180px;
        margin: initial;
        top: initial;
        margin-top: 36%;
    }
    .boldNext {
        left: 70%;
    }
    .boldPrev {
        margin-left: -26.5%;
    }
    .twoElements.wide:first-of-type {
        margin-left: 20px;
    }
}

@media all and (min-width: 768px) and (max-width: 999px) {
    .bold.sldrWrpr {
        width: 585px;
    }

    .boldNext, .boldPrev {
        max-width: 86px;
        margin: initial;
        top: initial;
        margin-top: 36%;
    }
    .boldNext {
        left: 88%;
    }
    .boldPrev {
        margin-left: -9%;
    }

    .twoElements.wide:first-of-type {
        margin-left: 20px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1169px) {
    .bold.sldrWrpr {
        width: 585px;
    }

    .boldNext, .boldPrev {
        max-width: 180px;
        margin: initial;
        top: initial;
        margin-top: 25%;
    }
    .boldNext {
        left: 78%;
    }
    .boldPrev {
        margin-left: -17%;
    }
    .twoElements.wide:first-of-type {
        margin-left: 20px;
    }
}

@media all and (min-width: 1170px) and (max-width: 1279px) {
    .bold.sldrWrpr {
        width: 879px;
    }

    .boldNext, .boldPrev {
        max-width: 132px;
        margin: initial;
        top: initial;
        margin-top: 19%;
    }
    .boldNext {
        left: 88%;
    }
    .boldPrev {
        margin-left: -10%;
    }
}

@media all and (min-width: 1280px) and (max-width: 1450px) {
    .bold.sldrWrpr {
        width: 879px;
    }

    .boldNext, .boldPrev {
        max-width: 180px;
        margin: initial;
        top: initial;
        margin-top: 19%;
    }
    .boldNext {
        left: 86%;
    }
    .boldPrev {
        margin-left: -14%;
    }
}

@media all and (min-width: 1451px) and (max-width: 1735px) {
    .sldrWrpr.bold {
        width: 1170px;
    }
    
    .boldNext {
        margin: 0 -78% 0 78%;
    }
}


@media all and (min-width: 1170px) and (max-width: 1450px) {
    /*
* Move first wide element when only two products
*/
    .twoElements:first-of-type {
        margin-left: 187px;
    }
}

@media all and (min-width: 480px) and (max-width: 639px) {
    .boldNext, .boldPrev {
        max-width: 92px;
        margin: initial;
        top: initial;
        margin-top: 66%;
    }
    .boldNext {
        left: 79%;
    }
    .boldPrev {
        margin-left: -18%;
    }

    .bold.sldrWrpr {
        width: 282px !important;
    }
}

@media all and (min-width: 375px) and (max-width: 479px) {
    .sldrButtons {
        position: absolute;
        width: 120%;
        height: auto;
        left: 0;
        margin-top: 0 !important;
    }
    .boldNext, .boldPrev {
        max-width: 90px !important;
        margin-top: 15% !important;
    }
    .boldNext {
        left: 71%;
    }
    .boldPrev {
        margin-left: -8.9%;
    }
    .bold.sldrWrpr {
        width: 283px;
    }

    .twoElements:first-of-type {
        margin-left: 1px;
    }
}

@media all and (min-width: 1px) and (max-width: 1450px) {
    .bold .pTEl {
        width: 252.5px;
    }

    .wide li.price:before {
        border-width: 28px 125px 0 125px !important;
    }
}
