/* CSS für Right-to-left-Darstellung (z.B. arabisch)
* 
*  Autor: ula, 26.10.2025
*/
td.rightCol
{
    direction: rtl;
    text-align: right;
}

.footer-content
,.ls-footer-block-title
,td#footer h4 {
    direction: rtl;
    text-align: right !important;
}

.abu-news-headline-category {
    text-align: right !important;
}
.abu-news-headline-author {
    float:left !important;
}

:not(.videoplayer) {
    td.rightCol ul
    ,.plans ul {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 2em;
        padding-inline-start: 1.5em;
        margin-left: 0;
        /* margin-right: 1.5em !important; */
    }
    td.rightCol ul li {
        margin-right: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}


:not(.videoplayer) {
    td.rightCol li {
        padding-left: 0 !important;
        padding-right: 1.3em !important;
        margin-right: 1.3em !important;
    }
}



.rightCol li:before {
      margin-right: -1.5em; /* same as padding-left set on li */
      text-align: right;
      top: 0;
      position: relative;
      height:0 !important;
      display: list-item !important;
}

.rightCol li.info:before {
    margin-right: -1.5em;
    text-align: center;
    top: 0;
    position: relative;
    height:0 !important;
    display: list-item !important;
}

.rightCol li.hand:before, .handslist li:before {
    margin-right: -1.5em;
    text-align: center;
    top: 0;
    position: relative;
    height:0 !important;
    display: list-item !important;
    transform: scaleX(-1); /* Hand nach links umdrehen */
}


img.full {
    left: 20px;
}

.leftBlock {
    float: inline-end !important;
    text-align: right !important;
}

.rightBlock {
    float: inline-start !important;
    text-align: right !important;
}

@media (max-width: 960px) {
    td.rightCol {
        padding-right: 15px;
    }
}

.pricing_switcher_group {
    direction: rtl;
}

div.pricing_tab:first-child {
    border-top-right-radius: 10px;
    margin-left: -4px;
}
div.pricing_tab:last-child {
    border-top-left-radius: 10px;
    margin-right: -1px;
}

div.pricing_tab:first-child {
    border-top-left-radius: 0;
    margin-right: inherit;
}
div.pricing_tab:last-child {
    border-top-right-radius: 0;
    margin-left: inherit;
}

.plan li span {
    text-align: right;
}

.pricing-table .plan {
    float:right;
}

div.band {
    overflow: visible;
}

div.conical-background {
    margin-left: 0;
    margin-right: -20px;
}

div.skew {
    margin-left: 0;
    margin-right: -20px;
}

.newsarticle h3::after {
    left: auto;
    right: 0;
}

.abu-shop.abu-shop-cashback-garantee {
    justify-self: self-end;
    margin: 34px;
}

.abu-shop.abu-shop-cashback-garantee-text {
    border-left: none !important;
    border-right: 1px solid #d4d7db;
}

.warenkorb th:nth-child(1) {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 8px;
}

.warenkorb th:last-child {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 8px;
}

blockquote {
    border-left: none;
    border-right: 3px solid #8aad00;
    
    padding-left: 0;
    margin-right: 3px;
    padding-right: 20px;
    margin-left: 23px;
}