/* =========================
    Home Teaser 1 Eistellungen
========================= */

/* Bild 1*/
	.slide-image-1 {
		animation: slideInIMG-1 1.5s ease-out forwards;
	}

	@keyframes slideInIMG-1 {
		0% {
			transform: translateX(100%);
		}

		100% {
			transform: translateX(0);
		}
	}

	/* Text */
	.slide-text {
		animation: slideInText 2s ease-out forwards;
	}

	@keyframes slideInText {
		0% {
			transform: translateX(-100%);
		}

		100% {
			transform: translateX(0);
		}
	}

	.fadein {
		animation: fadein 3s;
	}

	@keyframes fadein {
		0% {
			opacity: 0;
		}

		100% {
			opacity: 1;
		}
	}

/* =========================
    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: -25px;
    margin-left: 18px;
    z-index: 1;
}
.shop .badge-2 {
    margin-top: -13px;
}
/*
========================================================================
    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;
}


/*
========================================================================
    Produkt Vergleichtabbelle NX und 2024
========================================================================
*/

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

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

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

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

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

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

.smoProductTable-nx-buy {
    margin-top: 50px;
}

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

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

.smoProductTable-nx-buy .blocks {
    padding: 30px 10px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

    .smoProductTable-nx-buy .nxh,
    .smoProductTable-nx-buy .nxu,
    .smoProductTable-nx-buy .pro {
        flex: 0 0 auto;
        width: 33.333333333%;
    }
}


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

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

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

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

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

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

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

.smoProductTable-freeoffice {
    margin-top: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

    .smoProductTable-freeoffice .nxh,
    .smoProductTable-freeoffice .nxu,
    .smoProductTable-freeoffice .pro {
        flex: 0 0 auto;
/*        width: 41.66666667%;*/
        width: 33.333333333%;
    }
}

/* FlexSwitch */
/*
@media (min-width:1200px) {

    .smoProductTable-freeoffice.show-all .nxh,
    .smoProductTable-freeoffice.show-all .nxu,
    .smoProductTable-freeoffice.show-all .pro {
        flex: 0 0 auto;
        width: 33.333333333%;
    }
}
*/

/* ==================================================================
    - 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 ALT
 ========================================================================== */


.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;
}

.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;
}

/* **************************************************

NEUE FreeOffice / Übersicht / Vergleich / Bestellen
> softmaker.de/softmaker-office-entdecken-vergleich

************************************************** */

.comparison-freeoffice .sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 136px;
    z-index: 1;
}

.comparison-freeoffice .header-space {
    margin-right: -25px;
    margin-left: -25px;
    background-color: #ffffff;

}

.comparison-freeoffice .header,
.comparison-freeoffice .info,
.comparison-freeoffice .cell {
    width: 33.3333333333333337%;
    text-align: center;
}

.comparison-freeoffice.show-all .header,
.comparison-freeoffice.show-all .info,
.comparison-freeoffice.show-all .cell {
    width: 20%;
}

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

.comparison-freeoffice .empty,
.comparison-freeoffice .header,
.comparison-freeoffice .info,
.comparison-freeoffice .cell,
.comparison-freeoffice .features {
    display: inline-block;
    border: 1px solid #cfcfcf;
    margin: -1px 0 0 -1px;
    background-color: #fff;
}

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

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

.comparison-freeoffice .bg-free {
    background: #384351;
}

.comparison-freeoffice .bg-nxh {
    background: #3B4F73;
}

.comparison-freeoffice .bg-nxu {
    background: #71B44A;
}

.comparison-freeoffice .bg-std {
    background: #4C84C1;
}

.comparison-freeoffice .bg-pro {
    background: #3C3B3D;
}

.comparison-freeoffice h5 {
    margin-bottom: 0;
}

.comparison-freeoffice .header h5 {
    color: #ffffff;
}

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

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

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

.comparison-freeoffice .features {
    background: #ddd;
    width: calc(100% + 21px);
    margin-left: -12px;
}

.comparison-freeoffice.show-all .features {
    width: calc(100% + 20px);
}

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

@media (max-width: 991px) {

    .comparison-freeoffice .empty {
        display: none;
    }

    .comparison-freeoffice .header,
    .comparison-freeoffice .info,
    .comparison-freeoffice .cell {
        width: 50%;
    }

    .comparison-freeoffice.show-all .header h5 {
        font-size: 14px;
    }

    .comparison-freeoffice.show-all .features {
        text-align: center;
    }

    .comparison-freeoffice.show-all .header,
    .comparison-freeoffice.show-all .info,
    .comparison-freeoffice.show-all .cell {
        width: 25%;
    }

    .comparison-freeoffice .cell:nth-child(1) {
        width: calc(100% - 1px);
        text-align: center;
    }

    .comparison-freeoffice.show-all .cell:nth-child(1) {
        width: calc(100% - 3px);
    }

    .comparison-freeoffice .features {
        width: calc(100% + 22px);
        margin-left: -13px;
        text-align: center;
    }

    .comparison-freeoffice.show-all .features {
        width: calc(100% + 21px);
    }
}

@media (max-width: 767px) {

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




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


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

.comparison.comparison-flexipdf h5 {
margin-bottom: 0;
margin-top: 5px;
}

.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: 33.3333333%;
    }

    .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;
    }
}

@media (max-width: 991px) {
    .typewriter {
        min-height: 350px;
    }

    .typewriter:lang(en) {
        min-height: 325px;
    }
}

@media (max-width: 567px) {

    .typewriter:lang(ru),
    .typewriter:lang(de),
    .typewriter:lang(en),
    .typewriter:lang(it) {
        min-height: 400px;
    }
    .typewriter:lang(sv),
    .typewriter:lang(es),
    .typewriter:lang(fr) {
        min-height: 500px;
    }
    
    .typewriter:lang(pt) {
        min-height: 480px;
    }
    .typewriter:lang(nl),
    .typewriter:lang(pl) {
        min-height: 450px;
    }
}

@media (max-width: 456px) {

    .typewriter:lang(de) {
        min-height: 500px;
    }
    .typewriter:lang(ru),
    .typewriter:lang(en) {
        min-height: 550px;
    }
    
    .typewriter:lang(fr) {
        min-height: 650px;
    }
    .typewriter:lang(it),
    .typewriter:lang(es) {
        min-height: 620px;
    }
    .typewriter:lang(nl),
    .typewriter:lang(sv),
    .typewriter:lang(pt),
    .typewriter:lang(pl) {
        min-height: 600px;
    }
}
