/* =========================
    Shop Eistellungen
========================= */

.shop .card .card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .0);
    border-bottom: 1px solid rgba(0, 0, 0, .0);
}

.shop .card .card-footer {
    padding: 1rem 1rem;
    background-color: rgba(0, 0, 0, .00);
    border-top: 1px solid rgba(0, 0, 0, .0);
}


/*   Shop Modal | Prices | Vat | Lists */

.shop .card-list {
    margin-top: 35px;
    padding-left: 15px;
}

.shop .card-list li {
    padding-bottom: 8px;
}


/*
========================================================================
    Produkteseite und Modal
========================================================================
*/

.products .card-header,
.products .card-body,
.products .card-footer,
.modal .card,
.modal .card-header,
.modal .card-body,
.modal .card-footer {
    border: 0;
    background: none;
}

.modal .card-footer {
    text-align: end;
}

/*
========================================================================
    Preis-Produkt Vergleichtabbelle 
    softmaker.de/produkte/softmaker-office/bestellen
========================================================================
*/

.smoProductTable .badge-hover {
    position: absolute;
    padding: 10px;
    z-index: 1;
    background-color: #d9534f !important;
    color: #ffffff !important;
    border: 5px solid #ffffff;
}

.smoProductTable .badge {
    font-size: 1.25rem;
}

.smoProductTable .badge-hover {
    margin-top: 10px;
    margin-left: 20px;
}

.smoProductTable .border-bottom-uni {
    border-bottom: 0px solid #71B44A;
}

.smoProductTable .border-bottom-pro {
    border-bottom: 0px solid #3C3B3D;
}


.smoProductTable hr {
    box-sizing: content-box;
    height: 0;
    margin: 0;
    border: 0;
    border-top: 1px solid #dddddd;
    margin: 0 10px;
}

.smoProductTable {
    margin-top: 50px;
}

.smoProductTable .swiper-slide {
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
}

.smoProductTable .order {
    text-align: center;
}

.smoProductTable .blocks {
    padding: 30px 10px;
}

.smoProductTable .card-header h5 {
    color: #ffffff !important;
    text-align: center;
}

.smoProductTable .card-title {
    margin-bottom: 25px;
    color: #0085cd;
    text-align: center;
}

.smoProductTable h3.card-title {
    margin-bottom: -10px !important;
}

.smoProductTable .fa-chevron-circle-right {
    margin-left: 5px;
}

.smoProductTable table td {
    border-top: 0px;
    vertical-align: top;
    min-width: 40px;
    height: 45px !important;
    padding: 0.25rem;
}

.smoProductTable .reference {
    text-align: center;
    margin: 25px 0;
}

.smoProductTable .reference span {
    padding: 0 5px;
}

.smoProductTable table .fa-check {
    color: green;
    font-size: 20px;
}

.smoProductTable .license {
    text-align: center;
}

.smoProductTable img {
    max-width: 16px;
    width: 16px;
}

.smoProductTable .line-height0 {
    line-height: 0;
}

/* ==================================================================
    - SplitScroll siehe Produkte/TextMaker
    - JS SplitScroll beachten in der content.js
===================================================================== */

.splitscroll .split-img-1.sticky-top,
.splitscroll .split-img-2.sticky-top,
.splitscroll .split-img-3.sticky-top,
.splitscroll .split-img-4.sticky-top,
.splitscroll .split-img-5.sticky-top {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 200px;
    z-index: 1000;
}

.splitscroll .split-img-1,
.splitscroll .split-img-2,
.splitscroll .split-img-3,
.splitscroll .split-img-4,
.splitscroll .split-img-5 {
    display: none;
}

.splitscroll .active {
    display: block;
}

/*  - SplitScroll ist auf 5 Themen ausgelegt 
    - split-5 muss "auto" sein */

.splitscroll .split-1,
.splitscroll .split-2,
.splitscroll .split-3,
.splitscroll .split-4 {
    padding-bottom: 50vh;
}

.splitscroll .split-5 {
    height: auto;
}

@media (max-width: 991px) {

    .splitscroll .split-2,
    .splitscroll .split-3,
    .splitscroll .split-4,
    .splitscroll .split-5 {
        height: auto;
        padding: 50px 0;
    }

    .splitscroll .split-1 {
        padding-top: 0;
    }

}


/* ========================================================================
   Höher Abstand zwischen den li z.B. Datenschutzerklärung
 ========================================================================== */

.list1 li {
    margin-top: 1px;
    margin-bottom: 1px;
}

.list2 li {
    margin-top: 2px;
    margin-bottom: 2px;
}

.list3 li {
    margin-top: 3px;
    margin-bottom: 3px;
}

.list4 li {
    margin-top: 4px;
    margin-bottom: 4px;
}

.list5 li {
    margin-top: 5px;
    margin-bottom: 5px;
}



/* ==================================================================
   Android SMO 2021 Comparison table
===================================================================== */


.android-comparison .nav-pills .nav-link {
    display: block;
    padding: .5rem .5rem;
    margin: 0 1rem;
}

.android-comparison a {
    cursor: pointer;
}

/* ------- Android Vergleichstabelle --------- */

.android-comparison table {
    border-collapse: unset;
    border-style: hidden;
    table-layout: fixed;
    border-spacing: 0;
}

.android-comparison table th {
    font-weight: normal;
    vertical-align: top;
}

.android-comparison table th,
.android-comparison table td {
    border-bottom: 1px solid #cccccc;
}

.android-comparison tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.android-comparison table th,
.android-comparison table td {
    padding: 10px;
}

.android-comparison table tr {
    text-align: left;
}

.android-comparison table thead th {
    text-align: center;
}

.android-comparison table th.lead.headline {
    padding: 50px 0 25px 0;
    background-color: rgba(255, 255, 255, 1);
}

.android-comparison table thead .lead.headline,
.android-comparison table tbody td {
    min-width: 250px;
    max-width: 250px;
    /*    overflow: hidden;*/
    vertical-align: top;
}

.android-comparison *.fa-check,
.android-comparison *.fa-times {
    margin: 0 2px;
}

.android-comparison .spacer {
    padding: 30px 0;
    background-color: #fff;
    border-bottom: 0;
}

@media screen and (max-width: 991px) {

    .android-comparison table thead .lead.headline,
    .android-comparison table tbody td {
        min-width: 150px;
        max-width: 150px;
    }


    .android-comparison table td {
        text-align: center;
    }

    .android-comparison table th.lead.headline {
        background-color: white;
        color: #0085cd;
        padding: 10px;
    }


    /*  1+2 auf Null setzen */
    /*  1 */
    .android-comparison tbody tr:nth-of-type(odd) {
        background-color: transparent;
    }

    /*  2 */
    .android-comparison table thead .lead.headline,
    .android-comparison table tbody td {
        min-width: 0;
        max-width: 0;
        overflow: none;
        text-overflow: none;
    }

    .android-comparison table {
        margin: 0 auto;
        width: 100%;
        border-spacing: 10px;
    }

    .android-comparison table thead {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }

    .android-comparison table tr {
        display: table;
        width: 100%;
    }

    .android-comparison table tr td,
    .android-comparison table tr th {
        border: 0;
    }

    .android-comparison table th[scope="row"] {
        display: table-caption;
        width: 100%;
        text-align: center;
        padding: .5em;
        background-color: #999;
        color: #ffffff;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .android-comparison table th.lead.headline[scope="row"] {
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .android-comparison table tr td {
        text-align: center;
        width: 1%;
        padding: 5px;
    }

    .android-comparison table tr td.sma {
        border-right: 1px solid #000;
    }

    .android-comparison table td[data-header]:before {
        content: attr(data-header);
        display: table-cell;
        width: 1%;
        font-weight: bold;
        padding-bottom: 7px;
    }

    .android-comparison .spacer {
        display: none;
    }
}


/* ==================================
   Home Teaser
===================================== */

section.home-teaser {
    margin-top: -138px;
    /* height: calc(600px + 0.15vw); */
    background-size: auto;
/*    border-bottom: 5px solid #193268;*/
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}
/*
<section class="ptb0 home-teaser" style="background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url('../../../images/products/hdr_projects_pro/teaser.jpg'); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;">
*/



@media (min-width: 1921px) {
    section.home-teaser {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url("../../../images/home/main_teaser_4k_wsx5.jpg") 50% 50% no-repeat;
    }
}
@media (max-width: 1920px) {
    section.home-teaser {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url("../../../images/home/main_teaser_1920_wsx5.jpg") 50% 50% no-repeat;
    }
}
@media (max-width: 991px) {
    section.home-teaser {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), url("../../../images/home/main_teaser_991_wsx5.jpg") 50% 50% no-repeat;
    }
}

section.home-teaser .container {
    padding-top: 200px;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    section.home-teaser .container {
        padding-top: 180px;
        padding-bottom: 75px;
    }
}

section.mini-teaser {
    padding: 0;
    transform: translateY(-50%);
}

section.mini-teaser [class*=col-] img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
/*    border: 3px solid #234691;*/
    border: 3px solid #212529;
/*    background-color: #fff;*/
}

@media (max-width: 575px) {
    section.mini-teaser [class*=col-] img {
        border: 0.1785rem solid #ffffff;
    }

    section.mini-teaser {
        padding: 0;
        transform: translateY(calc(-50% - .95vw));
    }
}




/* Tranparent background dark */

.bgt-dark10 {
    background-color: rgba(0, 0, 0, 0.10) !important;
}

.bgt-dark15 {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.bgt-dark20 {
    background-color: rgba(0, 0, 0, 0.20) !important;
}

.bgt-dark25 {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.bgt-dark30 {
    background-color: rgba(0, 0, 0, 0.30) !important;
}

.bgt-dark35 {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

.bgt-dark40 {
    background-color: rgba(0, 0, 0, 0.40) !important;
}

.bgt-dark45 {
    background-color: rgba(0, 0, 0, 0.45) !important;
}

.bgt-dark50 {
    background-color: rgba(0, 0, 0, 0.50) !important;
}

.bgt-dark55 {
    background-color: rgba(0, 0, 0, 0.55) !important;
}

.bgt-dark60 {
    background-color: rgba(0, 0, 0, 0.60) !important;
}

.bgt-dark65 {
    background-color: rgba(0, 0, 0, 0.65) !important;
}

.bgt-dark70 {
    background-color: rgba(0, 0, 0, 0.70) !important;
}

.bgt-dark75 {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.bgt-dark80 {
    background-color: rgba(0, 0, 0, 0.80) !important;
}

.bgt-dark85 {
    background-color: rgba(0, 0, 0, 0.85) !important;
}

.bgt-dark90 {
    background-color: rgba(0, 0, 0, 0.90) !important;
}

.bgt-dark95 {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

/* Tranparent background light */

.bgt-light10 {
    background-color: rgba(255, 255, 255, 0.10) !important;
}

.bgt-light15 {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.bgt-light20 {
    background-color: rgba(255, 255, 255, 0.20) !important;
}

.bgt-light25 {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.bgt-light30 {
    background-color: rgba(255, 255, 255, 0.30) !important;
}

.bgt-light35 {
    background-color: rgba(255, 255, 255, 0.35) !important;
}

.bgt-light40 {
    background-color: rgba(255, 255, 255, 0.40) !important;
}

.bgt-light45 {
    background-color: rgba(255, 255, 255, 0.45) !important;
}

.bgt-light50 {
    background-color: rgba(255, 255, 255, 0.50) !important;
}

.bgt-light55 {
    background-color: rgba(255, 255, 255, 0.55) !important;
}

.bgt-light60 {
    background-color: rgba(255, 255, 255, 0.60) !important;
}

.bgt-light65 {
    background-color: rgba(255, 255, 255, 0.65) !important;
}

.bgt-light70 {
    background-color: rgba(255, 255, 255, 0.70) !important;
}

.bgt-light75 {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.bgt-light80 {
    background-color: rgba(255, 255, 255, 0.80) !important;
}

.bgt-light85 {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.bgt-light90 {
    background-color: rgba(255, 255, 255, 0.90) !important;
}

.bgt-light95 {
    background-color: rgba(255, 255, 255, 0.95) !important;
}