/* =========================
    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;
}



.shop .badge {
position: absolute;
display: inline-block;
font-size: 20px;
font-weight: 700;
text-align: center;
white-space: nowrap;
color: #fff !important;
background-color: #dc3545;
/* width: 80px; */
margin-top: -13px;
margin-left: 18px;
    z-index: 1;
}

/*
========================================================================
    Produkteseite
========================================================================
*/

.products {
    text-align: center;
}

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

/*
========================================================================
    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: .9rem .5rem .5rem .5rem;
    margin: 0 1rem;
}

.android-comparison a {
    cursor: pointer;
}

.android-comparison .nav-link {
    color: #212529;
    text-align: center;
}

.android-comparison .nav-link.active {
    color: #ffffff;
}


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

/* ========================================================================
   Comparison FreeOffice and SoftMaker Office
 ========================================================================== */


.comparison .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    background: white;
}

.comparison .row {
    width: 100%;
}

.comparison .header,
.comparison .info,
.comparison .cell {
    width: 16.666666666666667%;
    /*  float:left; */
    text-align: center;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}

.comparison .info {
    padding-bottom: 50px;
}

.comparison .header:last-child,
.comparison .info:last-child,
.comparison .cell:last-child {
    border-right: 1px solid #cfcfcf;
}

.comparison .cell:nth-child(2),
.comparison .cell:nth-child(3),
.comparison .cell:nth-child(4),
.comparison .cell:nth-child(5),
.comparison .cell:nth-child(6) {
    /*  display: flex; */
    align-items: center;
    justify-content: center;
}

.comparison .bottom {
    border-bottom: 1px solid #cfcfcf;
}

.comparison .subscribe:nth-child(2) {
    background: #384351;
}

.comparison .subscribe:nth-child(3) {
    background: #3B4F73;
}

.comparison .subscribe:nth-child(4) {
    background: #71B44A;
}

.comparison .purchase:nth-child(5) {
    background: #4C84C1;
}

.comparison .purchase:nth-child(6) {
    background: #3C3B3D;
}

.comparison h5 {
    margin-bottom: 0;
}

.comparison .header h5 {
    color: #fff !important;
}

.comparison .cell:nth-child(1) {
    text-align: left;
}

.comparison .header,
.comparison .features {
    padding: 20px 5px;
}

.comparison .cell {
    padding: 10px 10px;
}

.comparison .more {
    margin: 15px 0;
}

.comparison .features {
    background: #ddd;
    width: 100%;
}

.comparison .empty {
    border-top: 0px;
    border-left: 0px;
    border-bottom: 0px;
}

.comparison .price {
    margin-top: 22px;
}

@media (max-width: 767px) {
    .comparison .empty {
        display: none;
    }

    .comparison .cell:nth-child(1) {
        width: 100%;
        text-align: center;
        border-right: 1px solid #cfcfcf;
    }

    .comparison .header,
    .comparison .info,
    .comparison .cell {
        width: 20%;
    }

    .comparison .features:nth-child(2) {
        width: 100%;
        text-align: center;
    }

    .comparison h4,
    .comparison h5 {
        font-size: 16px;
    }
}

.comparison .sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    border-bottom: 1px solid #cfcfcf;
}

/* ========================================================================
   Comparison FreePDF and FlexiPDF
 ========================================================================== */


.comparison.comparison-flexipdf .header,
.comparison.comparison-flexipdf .info,
.comparison.comparison-flexipdf .cell {
    width: 20%;
}

.comparison.comparison-flexipdf .features {
    width: 100%;
}

@media (max-width: 767px) {
    .comparison.comparison-flexipdf .empty {
        display: none;
    }

    .comparison.comparison-flexipdf .cell:nth-child(1) {
        width: 100%;
        text-align: center;
        border-right: 1px solid #cfcfcf;
    }

    .comparison.comparison-flexipdf .header,
    .comparison.comparison-flexipdf .info,
    .comparison.comparison-flexipdf .cell {
        width: 25%;
    }

    .comparison.comparison-flexipdf .features:nth-child(2) {
        width: 100%;
        text-align: center;
    }
}

/* Blockquote */

blockquote {
    background-color: #eee;
    border-radius: 5px;
    font-size: 16px;
    padding: 25px 15px;
    font-style: italic;
}

blockquote div::before {
    content: '“';
    top: 0.3em;
}

blockquote div::after {
    content: '„';
    bottom: 0.4em;
    right: -90%;
}

blockquote div:before,
blockquote div:after {
    position: relative;
    display: block;
    font-size: 10em;
    color: #0085cd;
    font-style: normal;
    line-height: 0.2;
}

blockquote div p {
    margin: 0 60px;
}



.var-highlight{
	color: #C0AD60;
}
.string-highlight{
	color: rgba(253, 149, 90, 0.8);
}

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



.typewriter p {
    font-family: monospace;
    font-size: 25px;
}


.typewriter .animating:after {
    content: '|';
    opacity: 1;
    animation: blink-animation 1s infinite;
}

@keyframes blink-animation {
    0%, 50% {
        opacity: 1;
    }

    51%, 100% {
        opacity: 0;
    }
}


