a:hover,
a.card.bg-light h4:hover {
    color: orange !important;
    text-decoration: none;
}

/* ==================================================================
    Erweitert den Abstand der Bullets in Listen
===================================================================== */

.list-spacing li,
.list-spacing dl {
    padding-bottom: 5px;
}
.list-spacing li:last-child,
.list-spacing dl:last-child {
    padding-bottom: 0px;
}

/* ==================================================================
   Spezial divider z.B. franzis-products

-> Zum Abruf der Classen muss folgendes HTML angegeben werden:

    <h2 class="divider line one-line" contenteditable>Simple 1px</h2>
    <h2 class="divider line razor" contenteditable>Razor Line 0.5px</h2>
    <h2 class="divider line double-razor" contenteditable>Double 0.5px</h2>
    <h2 class="divider line glow" contenteditable>Light Saber</h2>
    <h2 class="divider gradient" contenteditable>Gradient Heading</h2>
    <h2 class="divider donotcross" contenteditable>Do Not Cross</h2>
===================================================================== */

.modal-video .modal-title {
    text-align: center !important;
}
.modal-video1280 {
    max-width: 1360px;
}
.modal-content {
    border-radius: 0;
}
.divider {
    display: flex;
    margin: 50px 0;
}
.divider:before,
.divider:after {
    content: "";
    flex: 1;
}
.line {
    align-items: center;
    margin: 1em -1em;
}
.line:before,
.line:after {
    height: 1px;
    margin: 0 1em;
}
.one-line:before,
.one-line:after {
    background: black;
}
.razor:before,
.razor:after {
    box-shadow: 0 0.5px 0 black;
}
.double-razor:before,
.double-razor:after {
    height: 3px;
    box-shadow: 0 -0.5px 0 black, 0 0.5px 0 black;
    border-width: 0;
}
.glow:before,
.glow:after {
    height: 6px;
    -webkit-filter: blur(5px);
    border-radius: 5px;
}
.glow:before {
    background: linear-gradient(to right, blue, hotpink);
}
.glow:after {
    background: linear-gradient(to left, blue, hotpink);
}
.gradient {
    align-items: stretch;
    margin: 1em 0;
    height: 2em;
    line-height: 2em;
    color: white;
    background: black;
}
.gradient:before {
    background: linear-gradient(to right, white, black);
}
.gradient:after {
    background: linear-gradient(to left, white, black);
}
.donotcross {
    overflow: hidden;
    align-items: center;
    background: #ffd500;
    color: black;
    height: 2em;
    line-height: 2em;
}
.donotcross:before,
.donotcross:after {
    background: white;
    padding: 50px 0;
    height: 0;
    transform: rotate(45deg);
}

/* ==================================================================
   Aquqsoft Promotion
===================================================================== */

.mainHeader {
    background: url('../../../images/promo/aquasoft/header-ds11-easy.jpg') 50% 50% no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 70px;
}
.ds-easy-bg-1 {
    background: url('../../../images/promo/aquasoft/bg-1.jpg') 50% 0% no-repeat;
    background-size: contain;
    background-color: #d0f5fa;
}
.nav-pills-light .nav-link {
    color: #ffffff;
    background-color: #444444 !important;
    margin: 5px 0;
}
.nav-pills-light .nav-link:hover {
    color: orange;
    background-color: #333333 !important;
}
.nav-pills-light .nav-link.active,
.nav-pills-light .show > .nav-link {
    color: orange;
    background-color: #0f0f0f !important;
}
.overlay-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-bottom: 30px;
}

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

.bg-elegant {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* ff3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* chrome10-25,safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* w3c, ie10+, ff16+, chrome26+, opera12+, safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.bg-autumn {
    background: rgba(255, 238, 203, 1.0);
    background: -webkit-radial-gradient(center, rgba(255, 238, 203, 1.0), rgba(234, 162, 13, 1.0));
    background: -moz-radial-gradient(center, rgba(255, 238, 203, 1.0), rgba(234, 162, 13, 1.0));
    background: radial-gradient(ellipse at center, rgba(255, 238, 203, 1.0), rgba(234, 162, 13, 1.0));
}
.main-teaser {
    background: url("../../../images/home/hero.jpg") 50% 50% no-repeat;
    background-size: cover;
    border-bottom: 5px solid #193268;
}

/*
.main-teaser2 {
    background: url("../../../images/home/hero3.jpg") 50% 50% no-repeat;
    background-size: cover;
    border-bottom: 5px solid #193268;
}
*/

.main-teaser .container {
    display: table;
    position: relative;
    /*    padding-top: calc(2.429rem + .55vw);*/
    height: calc(750px + 2.55vw);
}
.main-teaser .bg-overlay {
    background: -moz-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    background: -webkit-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff', GradientType=1);
}
.main-teaser .container .lead a {
    color: #242729;
}
@media (max-width: 991px) {
    .main-teaser .container {
        background-color: rgba(0, 0, 0, .4);
    }
    .main-teaser h1,
    .main-teaser h2,
    .main-teaser .container {
        color: #ffffff !important;
    }
}

/* ==================================================================
   Teaser SoftMaker Overview 
===================================================================== */

.smo-overview-teaser {
    background: url("../../../images/smo/promo1.jpg") 50% 50% no-repeat;
    background-size: cover;
    /*
    border-top: 5px solid #193268;
    border-bottom: 5px solid #193268;
*/
}
.smo-overview-teaser .container {
    /*    padding-top: calc(2.429rem + .55vw);*/
    height: calc(550px + 2.55vw);
}
.smo-overview-teaser .bg-office-logo img {
    margin-top: 60px;
    margin-bottom: 100px;
}
.smo-overview-teaser h2,
.smo-overview-teaser .container .lead a {
    color: #242729 !important;
}
@media (max-width: 991px) {
    .smo-overview-teaser .container {
        background-color: rgba(0, 0, 0, .4);
    }
    .smo-overview-teaser h1,
    .smo-overview-teaser h2 {
        color: #ffffff !important;
    }
}

/* ==================================================================
   Download SoftMaker Office für Win | Mac | Linux Banner
===================================================================== */

.smo-download-banner {
    background: url("../../../images/smo/download/bg_smo_desktop.jpeg") 50% 50% no-repeat;
    background-size: cover;
    /*    background-color: #222;*/
}
.smo-download-banner .overlay-banner {
    height: 100%;
    padding: 3vw;
}
.smo-download-banner .container .apple,
.smo-download-banner .container .google {
    color: #242729;
    height: 55px;
}
.smo-download-banner .card {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* ==================================================================
   Download SoftMaker Office für Android Banner
===================================================================== */

.smo-mobile-banner {
    background: url("../../../images/smo/download/bg_smo_mobile.jpeg") 50% 50% no-repeat;
    background-size: cover;
}
.smo-mobile-banner .overlay-banner-android {
    height: 100%;
    padding: 3vw;
    background: -moz-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 45%, rgba(255, 255, 255, 0) 80%);
    background: -webkit-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 45%, rgba(255, 255, 255, 0) 80%);
    background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 45%, rgba(255, 255, 255, 0) 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff', GradientType=1);
}
@media (max-width: 991px) {
    .smo-mobile-banner .overlay-banner-android {
        height: 100%;
        padding: 3vw;
        background: -moz-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 45%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 45%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 45%, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff', GradientType=1);
    }
}
.smo-mobile-banner .overlay-banner-download {
    height: 100%;
    padding: 3vw;
    background: -moz-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 20%, rgba(255, 255, 255, 0) 60%);
    background: -webkit-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 20%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 20%, rgba(255, 255, 255, 0) 60%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff', GradientType=1);
}
.smo-mobile-banner .container .apple,
.smo-mobile-banner .container .google {
    color: #242729;
    height: 55px;
}
.smo-mobile-banner .modal .android-comparison {
    margin-top: 0px !important;
}
.smo-mobile-banner .modal-header {
    border: 0;
}
.smo-mobile-banner .modal-content {
    border: 0;
    border-radius: 0;
}
.smo-mobile-banner .modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/* ==================================================================
   Download FlexiPDF Banner
===================================================================== */

.smo-flexipdf-banner {
    background: url("../../../images/smo/download/bg_flexipdf.jpeg") 50% 50% no-repeat;
    background-size: cover;
}
.smo-flexipdf-banner .overlay-banner {
    height: 100%;
    padding: 3vw;
    /*
    background: -moz-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 20%, rgba(255, 255, 255, 0) 60%);
    background: -webkit-linear-gradient(left, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 20%, rgba(255, 255, 255, 0) 60%);
    background: linear-gradient(to right, rgba(249, 249, 249, 1) 0%, rgba(250, 250, 250, 1) 20%, rgba(255, 255, 255, 0) 60%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#00ffffff', GradientType=1);
*/
}
.smo-flexipdf-banner .container .apple,
.smo-flexipdf-banner .container .google {
    color: #242729;
    height: 55px;
}
.smo-flexipdf-banner .modal .android-comparison {
    margin-top: 0px !important;
}
.smo-flexipdf-banner .modal-header {
    border: 0;
}
.smo-flexipdf-banner .modal-content {
    border: 0;
    border-radius: 0;
}
.smo-flexipdf-banner .modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/* ==================================================================
   SoftMaker Office für Android landing page Banner
===================================================================== */

.sma-beta-banner-top {
    background: url("../../../images/smo/sma/teaser.png") 50% 50% no-repeat;
    background-size: cover;
}
.sma-beta-banner-top .overlay-banner {
    height: 100%;
    padding: 3vw;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .4) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .4) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, .4) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.sma-beta-banner-top .container .apple,
.sma-beta-banner-top .container .google {
    color: #242729;
    height: 45px;
}
.sma-beta-banner-top .modal .android-comparison {
    margin-top: 0px !important;
}
.sma-beta-banner-top .modal-header {
    border: 0;
}
.sma-beta-banner-top .modal-content {
    border: 0;
    border-radius: 0;
}
.sma-beta-banner-top .modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.sma-beta-banner-bottom {
    background: url("../../../images/smo/sma/banner_bottom.jpeg") 50% 50% no-repeat;
    background-size: cover;
}
.sma-beta-banner-bottom .overlay-banner {
    height: 100%;
    padding: 3vw;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
}
.sma-beta-banner-bottom .container .apple,
.sma-beta-banner-bottom .container .google {
    color: #242729;
    height: 33px;
}
.sma-beta-banner-bottom .modal .android-comparison {
    margin-top: 0px !important;
}
.sma-beta-banner-bottom .modal-header {
    border: 0;
}
.sma-beta-banner-bottom .modal-content {
    border: 0;
    border-radius: 0;
}
.sma-beta-banner-bottom .modal .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

/* ========================================================================
Schatten z.B. für SMO Overview Tabelle
======================================================================== */

.check {
    width: 32px;
    height: 32px;
}
.shadow {
    box-shadow: 0px 0px 0.8rem 3px rgba(0, 0, 0, 0.15) !important;
}

/* ========================================================================
Eck-Ribbon für Overview Produkttabelle
======================================================================== */

.badge-hover {
    position: absolute;
    padding: 10px;
    z-index: 1;
    background-color: #d9534f !important;
    color: #ffffff !important;
    border: 5px solid #ffffff;
}
.flexipdf-overview .badge-hover {
    margin-left: -65px;
    margin-top: -10px;
}
.ribbon-wrapper {
    top: -1px;
    right: -1px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    position: absolute;
}

/* The ribbons */

.corner-ribbon {
    width: 200px;
    position: absolute;
    top: 25px;
    right: -50px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0px;
    color: #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    font-size: 18px;
    font-weight: 600;
}
.corner-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

/* Colors */

.corner-ribbon.light {
    background: #f0f0f0;
    color: #666;
}
.corner-ribbon.dark {
    background: #3C3B3D;
    color: #fff
}
.corner-ribbon.grey {
    background: #999;
    color: #666;
}
.corner-ribbon.blue {
    background: #0085cd;
    color: #fff
}
.corner-ribbon.green {
    background: #2c7;
    color: #fff;
}
.corner-ribbon.turquoise {
    background: #1b9;
    color: #666;
}
.corner-ribbon.purple {
    background: #95b;
    color: #fff
}
.corner-ribbon.red {
    background: #e43;
    color: #fff
}
.corner-ribbon.orange {
    background: #e82;
    color: #fff
}
.corner-ribbon.yellow {
    background: #ec0;
    color: #666;
}

/* ========================================================================
Vergößert den Abstand zwischen li um 10px
======================================================================== */

.list-space > li:nth-child(n+2) {
    margin-top: 10px;
}
.subspacing {
    padding-top: 100px;
}

/* ========================================================================
Video Einstellungen
======================================================================== */

video {
    max-width: 100%;
    height: auto;
}
.video-center {
    text-align: center;
}

/* ========================================================================
Image/Videos weiter auf MacNotes
======================================================================== */

.overlay {
    position: relative;
    left: 0;
    top: 0;
}
.overlay-back {
    position: relative;
    top: 0;
    left: 0;
}
.overlay-front {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 51px;
}
@media (max-width: 1300px) {
    .overlay-front {
        padding-top: 4.2vw;
        padding-left: 11vw;
        padding-right: 11vw;
    }
}

/* ==========================================================================
    Backgroungs (bg-) + Transparenzen (tp-)
==========================================================================*/

.border-with {
    border-color: #ffffff !important;
}
.border-transparent {
    border-color: transparent !important;
}
.border-top-transparent {
    border-top-color: transparent !important;
}
.border-bottom-transparent {
    border-bottom-color: transparent !important;
}
.border-left-transparent {
    border-left-color: transparent !important;
}
.border-right-transparent {
    border-right-color: transparent !important;
}
.bg-lightblue {
    background: lightblue;
}
.bg-darkgrey {
    background: darkgrey !important;
}
.bg-lightgrey {
    background-color: #efefef !important;
}
.bg-dark {
    background: #2E2E2E;
    color: #ffffff !important;
}
.bg-dark2 {
    background: #2a2e33;
    color: #ffffff !important;
}
.bg-blue {
    background-color: #0085cd !important;
}
.bg-flexiblue {
    background-color: #2b579a !important;
    color: #ffffff !important;
}
.bg-orange {
    background-color: orange;
}
.bg-grey {
    background-color: grey !important;
}
.bg-dimgrey {
    background-color: dimgrey !important;
}
.bg-green {
    background-color: #009E2C !important;
}
.bg-red {
    background-color: #d9534f !important;
}
.bg-ice {
    background-color: #e3f2fd !important;
}
.bg-midnight {
    background-color: #222f3d !important;
}
.bg-bird {
    background-color: #d9eaf7 !important;
}
.bg-std {
    background-color: #4C84C1 !important;
}
.bg-pro {
    background-color: #3C3B3D !important;
}
.bg-nx {
    background-color: #3B4F73 !important;
}
.bg-std {
    background-color: #4C84C1 !important;
}
.bg-uni {
    background-color: #71B44A !important;
}
.bg-dark-vw {
    background: #2e2e2e;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.bg-blue-vw {
    background: #0085cd;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.bg-dark-vw,
.bg-dark-vw h1,
.bg-dark-vw h2,
.bg-dark-vw h3,
.bg-dark-vw h4,
.bg-dark-vw h5,
.bg-dark-vw h6,
.bg-blue-vw,
.bg-blue-vw h1,
.bg-blue-vw h2,
.bg-blue-vw h3,
.bg-blue-vw h4,
.bg-blue-vw h5,
.bg-blue-vw h6 {
    color: #ffffff !important;
}
.bg-light-vw {
    background: #f8f9fa !important;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.bg-white-vw {
    background: #ffffff !important;
    padding: 3vw;
    padding-bottom: 3vw;
}
.bg-red-vw {
    background-image: linear-gradient(to bottom, #eee9e9 0%, white 100%) !important;
    padding-top: 3vw;
    padding-bottom: 3vw;
    color: #fff;
}
.bg-secondary-vw {
    background-image: linear-gradient(to bottom, #e9e9e9 0%, white 100%) !important;
    padding-top: 3vw;
    padding-bottom: 3vw;
    color: #fff;
}
.bg-lightgrey-vw {
    background: #f9f9f9 !important;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.bg-lightblue-vw {
    background-image: linear-gradient(to bottom, #dfe9f3 0%, white 100%) !important;
    padding-top: 3vw;
    padding-bottom: 3vw;
}
.bg-none {
    background-color: transparent !important;
}
.bg-dark1 {
    background: rgba(0, 0, 0, 0.1);
}
.bg-dark2 {
    background: rgba(0, 0, 0, 0.2);
}
.bg-dark3 {
    background: rgba(0, 0, 0, 0.3);
}
.bg-dark4 {
    background: rgba(0, 0, 0, 0.4);
}
.bg-dark5 {
    background: rgba(0, 0, 0, 0.5);
}
.bg-dark6 {
    background: rgba(0, 0, 0, 0.6);
}
.bg-dark7 {
    background: rgba(0, 0, 0, 0.7);
}
.bg-dark8 {
    background: rgba(0, 0, 0, 0.8);
}
.bg-dark9 {
    background: rgba(0, 0, 0, 0.9);
}
.bg-light1 {
    background: rgba(0, 0, 0, 0.1);
}
.bg-light2 {
    background: rgba(255, 255, 255, 0.2);
}
.bg-light3 {
    background: rgba(255, 255, 255, 0.3);
}
.bg-light4 {
    background: rgba(255, 255, 255, 0.4);
}
.bg-light5 {
    background: rgba(255, 255, 255, 0.5);
}
.bg-light6 {
    background: rgba(255, 255, 255, 0.6);
}
.bg-light7 {
    background: rgba(255, 255, 255, 0.7);
}
.bg-light8 {
    background: rgba(255, 255, 255, 0.8);
}
.bg-light9 {
    background: rgba(255, 255, 255, 0.9);
}
.bg-milkglas {
    background-color: rgba(255, 255, 255, .5);
    /*
    backdrop-filter: blur(10px) saturate(180%) contrast(45%) brightness(150%);
    -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(45%) brightness(150%);
*/
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.bg-iceglas {
    background-color: rgba(227, 242, 253, .5);
    /*
    backdrop-filter: blur(10px) saturate(180%) contrast(45%) brightness(150%);
    -webkit-backdrop-filter: blur(10px) saturate(180%) contrast(45%) brightness(150%);
*/
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* ========================================================================
Max Container width
======================================================================== */

.container-max400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.container-max500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.container-max580 {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.container-max600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.container-max700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.container-max800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.container-max879 {
    max-width: 879px;
    margin-left: auto;
    margin-right: auto;
}
.container-max900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.container-max960 {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.container-max1024 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.container-max1600 {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

/* ========================================================================
Blockquote einstellungen
======================================================================== */

.table-middle th,
.table-middle td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

/* ========================================================================
Blockquote einstellungen
======================================================================== */

blockquote {
    background-color: #eee;
    /*
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-left-color: #0085cd;
    border-left-style: solid;
    border-left-width: 3px;
*/
    border-radius: 5px;
    font-size: 14px;
    padding: 25px 15px;
    font-style: italic;
}
blockquote div {
    position: relative;
}
cite {
    display: block;
    text-align: right;
    margin-top: 10px;
}
blockquote div::before,
blockquote div::after {
    position: relative;
    display: block;
    font-size: 10em;
    color: #0085cd;
    font-style: normal;
    line-height: 0.1;
}
blockquote div::before {
    content: '“';
    top: 0.3em;
}
blockquote div::after {
    content: '„';
    bottom: 0.4em;
    right: -90%;
}
blockquote div p {
    margin: 0 60px;
}

/* ========================================================================
Footer popup for: /comparison-freeoffice-softmaker-office 
======================================================================== */

.footer-popup .btn-footer {
    position: fixed;
    bottom: 0px;
    text-align: center;
    margin: 0;
}
.footer-popup .btn-footer,
.footer-popup .btn-footer:hover,
.footer-popup .btn-footer:focus {
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #e25454;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 20px 5px 20px;
    background-color: #e25454;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.footer-popup .btn-footer:hover {
    border: 2px solid #cb4b4b;
    background-color: #cb4b4b;
    color: #fff;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: orange;
    text-decoration: none;
    background-color: #f8f9fa;
}

/* ========================================================================
Damit die Button gleich gr0ß sind | https://future.softmaker.com/en/old-versions
=========================================================================== */

.btn-old-versions {
    padding: 0.37rem 1.3rem !important;
}

/* ========================================================================
Style für OL-Listen z.B. Data-protection statement
=========================================================================== */

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

/* ========================================================================
Setzt im Presse Center die Logos auf die gleich Größe z.B. FlexiPDF 2019
=========================================================================== */

.logos .carousel-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-height: 150px;
}
.screenshots .carousel-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-height: 340px;
}

/* ========================================================================
In Bootstrap ist in der Tabelle ein Border drin. Der wurde rausgenommen.
=========================================================================== */

.border-0 td,
.border-0 th {
    border-top: 0px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
    border-left: 0px solid #dee2e6;
    border-right: 0px solid #dee2e6;
}

/* ========================================================================
Card no word-break Standard in BS ist break-word
=========================================================================== */

.card {
    word-wrap: normal;
}

/* ========================================================================
FlexiPDF Animation -> in bootstrap.js ist das script dazu
=========================================================================== */


/* The magic here that makes animations wait */

.js-loading *,
.js-loading *:before,
.js-loading *:after {
    animation-play-state: paused !important;
}
.rotate-scale-up {
    -webkit-animation: rotate-scale-up 0.65s linear both;
    animation: rotate-scale-up 0.65s linear both;
}
@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}
@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }
    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }
    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}
.flexipdf-btn-left {
    float: right;
    margin-right: 5px;
    margin-bottom: 20px;
}
.flexipdf-btn-right {
    float: left;
    margin-left: 5px;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
    .flexipdf-btn-left {
        float: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .flexipdf-btn-right {
        float: none;
        margin-left: 0px;
    }
}

/* 
========================================================================
    Einstellungen nur für die Produkteseite
========================================================================
*/

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

/* ========================================================================
Section ist für den Submenu-Abstand zuständig
========================================================================*/

section {
    margin-top: 100px;
}
@media (max-width: 991px) {
    section {
        margin-top: 30px;
    }
}

/*========================================================================
Font gallery: 
Damit die Bilder im iE11 nicht verzerren wird eine fixe Größenangabe 
benötigt.
========================================================================== */

.fonts-gallery img {
    width: 800px !important;
}

/*========================================================================
 Global: card-deck new brakepoint
========================================================================== */

@media (min-width: 576px) and (max-width: 991px) {
    .card-deck {
        display: block;
        width: 100%;
        margin-bottom: .75rem;
        margin-left: -5px;
        table-layout: fixed;
        border-spacing: 1.25rem 0;
    }
    .card-deck .card {
        display: block;
        margin-right: 0;
        margin-bottom: .75rem;
    }
}

/*========================================================================
 Home cards 
========================================================================== */

.card-home .card {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.0);
    border-radius: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    padding: 20px;
}
.card-home .card:last-child {
    border-right: 0px solid rgba(0, 0, 0, 0.0);
}
.card-home .card-body {
    padding: 1.25rem 1.25rem 0rem 1.25rem;
}
.card-home .card-footer {
    padding: 0rem 0rem 0rem 1.25rem;
    background-color: transparent;
    border-top: 0;
}
.card-home .card-deck .card:nth-child(1),
.card-home .card-deck .card:nth-child(2),
.card-home .card-deck .card:nth-child(3),
.card-home .card-deck .card:nth-child(4) {
    text-align: center;
}
@media (min-width: 1200px) {
    .card-home .card-deck .card {
        flex: 0 0 calc(25%);
    }
    /*
    .card-home .card-deck .card:first-child {
        flex: 0 0 calc(25%);
    }
*/
}
@media (max-width: 1199px) {
    .card-home .card-deck {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-home .card-deck .card {
        flex: 0 0 calc(50%);
    }
    .card-home .card-deck .card:nth-child(-n+2) {
        /* flex: 0 0 calc(25%); */
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }
    .card-home .card-deck .card:nth-child(2) {
        border-right: 0px solid rgba(0, 0, 0, 0.0);
    }
    .card-home .card-deck .card:nth-child(3),
    .card-home .card-deck .card:nth-child(4) {
        padding-top: 50px;
    }
    .card-home .card-deck .card:last-child {
        border-right: 0px solid rgba(0, 0, 0, 0.0);
    }
}
@media (max-width: 767px) {
    .card-home .card-deck {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-home .card-deck .card {
        flex: 0 0 calc(100%);
        border-right: 0px solid rgba(0, 0, 0, 0.0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    }
    .card-home .card-deck .card:nth-child(2),
    .card-home .card-deck .card:nth-child(3) {
        padding: 50px 0;
    }
    .card-home .card-deck .card:last-child {
        border-bottom: 0px solid rgba(0, 0, 0, 0.0);
    }
}
@media (max-width: 767px) {
    .card-home .card {
        padding: 25px;
    }
}
@media (max-width: 575px) {
    .card-home .card-deck {
        padding-left: 0;
        padding-right: 0;
    }
    .card-home .card-deck .card {
        border-right: 0px solid rgba(0, 0, 0, 0.0);
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        padding-left: 0;
        padding-right: 0;
    }
    .card-home .card-deck .card:last-child {
        border-bottom: 0px solid rgba(0, 0, 0, 0.0);
        padding-bottom: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 576px) {
    .card-home .card-deck .card {
        margin-right: 0;
        margin-left: 0;
    }
}

/*========================================================================
        Badges Einstellungen
==========================================================================*/

.badge,
.badge h1,
.badge h2,
.badge h3,
.badge h4,
.badge h5,
.badge h6 {
    letter-spacing: 0;
}
.badge-tile {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*========================================================================
    Setzt die Höhe im Home Slider auf Max-400px
==========================================================================*/

.swiper-body-home {
    max-height: 400px;
}

/*
  ========================================================================
 Col- Einstellungen + Divider + 
  ==========================================================================
*/

.small-gutters {
    margin-right: 5px;
    margin-left: 5px;
}
.small-gutters > .col,
.small-gutters > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.divider [class*='col']:not(:last-child):after,
.divider [class*='col-']:not(:last-child):after {
    background: #cdcdcd;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 1px;
}

/*
========================================================================
Sticky Submenu
==========================================================================
*/

.sticky-top-submenu {
    top: 70px;
    z-index: 2;
}
@media (max-width:991px) {
    .sticky-top-submenu {
        position: relative;
        top: 0;
    }
}
.bg-submenu {
    background-color: rgba(255, 255, 255, 0.9);
}

/*========================================================================
Blog und jComments die css für JCommand liegt hier: /components/com_jcomments/tpl/softmaker
Dort liegen auch alle templates
========================================================================== */


/* Titel color and hover */

.tm-sidebar-a-right .blogON .blogTitel {
    color: #0085cd !important;
}
.tm-sidebar-a-right .blogON .blogTitel:hover {
    color: orange !important;
}
.tm-sidebar-a-right .blogON .uk-panel-title {
    line-height: 1.2;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd !important;
}

/* Hidden Recent Posts */

@media (max-width: 766px) {
    .tm-sidebar-a-right .blogON aside {
        display: none !important;
    }
}
.tm-sidebar-a-right .list-group-flush .list-group-item {
    padding: 0.75rem 0rem;
}
.tm-sidebar-a-right .list-group-flush .list-group-item:first-child {
    border-top: 0;
}
.tm-sidebar-a-right .list-group-flush .list-group-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.blog-author-img {
    margin-left: -140px;
}
.blog-intro {
    margin-top: 25px;
}

/* --- Neue Blog einstellungen noch nicht eingebaut, muss n och geplant werden --- */

.blog-xxx {
    margin-top: 25px;
}
.blog .intro-img-fluid {
    max-width: 100%;
    padding-bottom: 20px;
}

/* --- Neue Blog einstellungen Ende --- */

.blog-intro-img-left {
    float: left;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-right: 45px;
    margin-left: 15px;
}
.blog-intro-img-right {
    float: right;
    margin: 0px 15px 30px 35px;
}
.blog-body {
    clear: both;
}
.blog-body h3 {
    padding-top: 50px;
}
.blog-body img {
    margin: 20px 0 20px 0;
    /*    border: 1px solid #c2c2c2 !important;*/
}
.blog-img-border {}
.create {
    margin-bottom: 0;
}
.tm-spacer article.uk-article:first-child {
    margin-top: 25px;
}
.tm-spacer article.uk-article {
    margin-top: 70px;
}
.list-item-active a {
    color: orange !important;
}

/* 
========================================================================
Carousel Einstellungen für den Blog mit thump nails
========================================================================
*/

#blogCarousel .list-inline {
    margin-top: -20px;
    white-space: nowrap;
    overflow-x: auto;
    background-color: #eee;
    border: 1px solid #66ade4;
    /*
    border-left: 1px solid #0085cd;
    border-right: 1px solid #0085cd;
    border-bottom: 1px solid #0085cd;
*/
    padding: 10px;
}
#blogCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#blogCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
    background-color: transparent;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
}
#blogCarousel .carousel-indicators > li.active img {
    opacity: 1 !important;
    background-color: #0085cd;
    border: 1px solid #66ade4;
}
#blogCarousel img {
    margin: 20px 0px 10px 0px;
}

/* 
========================================================================
Allgemeine Carousel Einstellungen 
========================================================================
*/

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: no-repeat 50% / 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#0085cd' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#0085cd' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    min-height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

/*========================================================================
  Remove outlines
========================================================================== */

*,
*:focus,
a,
a:focus,
a:active:focus,
a.active:focus,
a.focus,
a:active.focus,
a.active.focus,
button,
button:focus,
button:active:focus,
button.active:focus,
button.focus,
button:active.focus,
button.active.focus,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    box-shadow: inset 0 -1px 0 #ddd;
    border: none;
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*========================================================================
  Menu momentan noch gemixt mit YT
========================================================================== */

.container-menu {
    box-sizing: border-box;
    max-width: 1220px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Large screen and bigger */

@media (max-width: 1200) {
    .container-menu {
        max-width: 980px;
        padding: 0 35px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*========================================================================
  ROW-Gutter small
========================================================================== */

.small-gutters {
    margin-right: 3px;
    margin-left: 3px;
}
.small-gutters > .col,
.small-gutters > [class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
}

/*
========================================================================
  MobileMenu
========================================================================== 
*/


/* ClassToggler burger click */

.burgermenu .hide {
    display: none;
}
.burgermenu .show {
    display: block;
}

/*========================================================================== */

.burgermenu {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    overflow: hidden;*/
}
.burgermenu .burger-container {
    position: relative;
    display: inline-block;
    /*    height: 70px;*/
    width: 50px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    margin-top: 35px;
}
.burgermenu .burger-container #burger {
    width: 30px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
}
.burgermenu .burger-container #burger .bar {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    background: #FFF;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.burgermenu .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
}
.burgermenu .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(6px) rotate(0deg);
    transform: translateY(6px) rotate(0deg);
}
.burgermenu .burger-container #burger .bar.midBar {
    -webkit-transform: translateY(-12px) rotate(0deg);
    transform: translateY(-12px) rotate(0deg);
}
.burgermenu .uk-navbar-nav > li > a {
    height: 40px;
    line-height: 40px;
}
.burgermenu .uk-navbar-nav > li > a:focus {
    opacity: 1;
}
.burgermenu .icon {
    display: inline-block;
    position: absolute;
    line-height: 50px;
    /*    text-align: center;*/
    color: #FFF;
    /*    font-size: 22px;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sm-brand {
    margin-top: 8px;
}
.burgermenu .icon.lang {
    right: -16px;
    top: 15px;
    left: auto;
}
.burgermenu ul.smenu {
    position: relative;
    display: block;
    padding: 40px 48px 0;
    list-style: none;
}

/* Deeper menu childs*/

.burgermenu ul.nav-child li.smenu-item {
    list-style: none;
}
x .burgermenu ul.smenu .list-unstyled-deeper {
    padding-left: 20px;
}
.burgermenu ul.smenu li.smenu-item a {
    margin-bottom: 5px;
}
.burgermenu ul.smenu li.smenu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
}
.burgermenu ul.smenu li.smenu-item:last-child {
    border: 0px;
}
.burgermenu ul.smenu li.smenu-item a,
.burgermenu .nav-header {
    display: block;
    position: relative;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 100;
    width: 100%;
}
.burgermenu ul.smenu li.smenu-item a:hover {
    color: orange;
}
.burgermenu.menu-opened {
    height: 100%;
    background-color: #000;
    position: fixed;
    overflow-y: auto;
}
.burgermenu.menu-opened .burger-container {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.burgermenu.menu-opened .burger-container #burger .bar {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.burgermenu.menu-opened .burger-container #burger .bar.topBar {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
}
.burgermenu.menu-opened .burger-container #burger .bar.btmBar {
    -webkit-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}
.burgermenu.menu-opened .burger-container #burger .bar.midBar {
    display: none;
}
@media (min-width: 992px) {
    .burgermenu {
        display: none;
    }
}

/*========================================================================
  Submenu + Shop mobile
========================================================================== */

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
    outline: none;
    border: none;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(2),
.navbar-toggler span:nth-child(3) {
    display: block;
    background-color: #0085cd;
    height: 2px;
    width: 16px;
    margin-top: 3px;
    margin-bottom: 3px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: auto;
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    top: 20px;
    visibility: hidden;
    background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: auto;
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
.navbar-toggler div {
    margin-top: -16px;
    margin-left: 25px;
}
.navbar-toggler:not(.collapsed) div {
    margin-top: -16px;
}
.navbar-item,
.navbar-shop {
    color: #0085cd;
    font-size: 15px;
}
.sub {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #cdcdcd;
    text-align: right;
    padding-left: 0px;
    font-size: 12px !important;
}
ul.nav-child {
    list-style: none;
    padding: 0;
}
.burgermenu ul.nav-child {
    list-style: none;
    padding-left: 30px;
}
ul.sub > li {
    display: inline-block;
}
ul.sub > li:first-child {
    float: left;
}
.shop ul.sub > li:first-child {
    float: none;
}
.navbar-sub {
    height: 100%;
    width: 100%;
    padding: 0;
}
.nav-header-sub {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #0085cd;
}
ul.sub li a.nav-link {
    display: block;
    padding: 0.25rem 0.3rem;
    color: #242729 !important;
    margin-right: 2px;
}
.shop ul.sub li a.nav-link {
    margin-right: 0;
}
ul.sub li a.nav-link:hover {
    color: #0085cd !important;
}
ul.sub > li.current a {
    background: orange;
    color: #fff !important;
    border: 0px solid orange;
    border-radius: 0.25rem;
}
.shop ul.sub > li.current > .nav-child a {
    background: none;
}
.shop ul.sub .parent ul.nav-child li.current {
    background-color: orange;
}
ul.sub > li.current a:hover {
    color: #fff !important;
    background: #0085cd;
}
.sub li:last-child {
    background: #0085cd;
    border: 0px solid #0085cd;
    border-radius: 0.25rem;
    margin-right: 0px;
    padding: 0.2rem 0.3rem;
    color: #ffffff !important
}
.sub li:last-child a {
    color: #ffffff !important
}
.sub li:last-child:hover {
    color: #fff !important;
    background: orange;
}
.sub li:last-child.current {
    color: #fff !important;
    background: transparent;
}
.NotLastChildSubmenu li:last-child,
.NotLastChildSubmenu li:last-child:hover {
    background: transparent;
}
@media (max-width: 991px) {
    .sub {
        border-bottom: 0px solid #cdcdcd;
        background-color: #777;
        text-align: center;
        font-size: 15px !important;
        border: 0px solid #777;
        border-radius: 0.25rem;
        margin-top: 8px;
        padding: 15px 0;
        width: calc(100% - 50%);
        margin-left: auto;
        margin-right: auto;
    }
    ul.sub > li {
        display: block;
        margin: 7px 0;
    }
    .shop ul.sub > li {
        display: block;
        margin: 1px 0;
    }
    ul.sub li a.nav-link {
        color: #fff !important;
    }
    ul.sub li a.nav-link:hover {
        color: orange !important;
    }
    .shop ul.sub a.current:hover {
        color: orange !important;
        background: #0085cd !important;
    }
    .nav-header-sub {
        display: none;
    }
    nav-header-shop {}
    .shop .sub li.parent {
        padding: 8px 0;
        background-color: #6c6c6c;
    }
    ul.sub > li a.order-now:hover {
        color: #fff !important;
        background: orange;
    }
    ul.sub > li.current a {
        border-radius: 0px;
    }
    .navbar-toggler-sub {
        border: 2px solid #0085cd !important;
        padding-top: 0.75rem;
        padding-right: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 0.75rem;
    }
}
@media (max-width: 576px) {
    .sub {
        width: calc(100% - 20%);
    }
}

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

.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.container-center {
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (max-width:263px) {
    .mb263 {
        margin-bottom: 20px;
    }
}

/*=================================================
  Cards
=================================================== */

.card-center {
    margin: 0 auto;
    float: none;
    /*        margin-bottom: 10px;*/
}
.card-body-download {
    padding: 0rem;
    padding-top: 1.5rem;
}
.card-body-download {
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
}
.card-footer-download {
    padding: 2rem 0rem;
    background-color: rgba(0, 0, 0, 0.00);
    border-top: 0px solid rgba(0, 0, 0, 0.125);
}

/*=================================================
    Buttons 
=================================================== */

.btn {
    display: inline-block;
    font-weight: 100;
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    /*    padding: 0.375rem 0.75rem;*/
    padding: 7px 10px 5px 10px;
    font-size: 1rem;
    /*    line-height: 1.5;*/
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /*Standard color*/
    color: white;
    background-color: #0085cd;
    border-color: #0085cd;
}
.btn:hover,
.btn:focus,
a.btn:hover,
a.btn:focus {
    text-decoration: none;
    color: orange;
    background-color: #0085cd;
    border-color: #0085cd;
}
.btn:focus {
    color: white;
}
.btn:focus,
.btn.focus {
    outline: 0 !important;
    outline: none !important;
    box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.25);
    box-shadow: none !important;
}

/* Die Shop-Buttons haben keinen href -> Deshalb muss not ausgesetzt werden. */

a.btn:not([href]):not([tabindex]) {
    color: white;
    text-decoration: none;
}
a.btn:not([href]):not([tabindex]):hover,
a.btn:not([href]):not([tabindex]):focus {
    color: orange;
    text-decoration: none;
}
a.btn-not:not([href]):not([tabindex]):focus {
    outline: 0;
}
.btn-orange {
    background-color: orange;
}
.btn-orange:hover {
    background-color: orange;
    color: #0085cd;
}
.btn-submenu,
.btn-group-submenu > .btn {
    padding: 0.01rem 0.3rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
    margin-top: -1px;
}
.btn-card-header {
    padding: 0rem 0rem;
}
.btn-card-header:hover {
    background-color: #0085cd !important;
    cursor: pointer;
}
.btn-card-header:focus {
    background-color: #343a40 !important;
}
.btn-primary {
    color: #6c757d;
    background-color: #fff;
    border-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #343a40;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #343a40;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-secondary {
    color: #777;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary:hover .btn-secondary:focus {
    color: #777;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover,
.btn-danger:focus,
a.btn-danger:hover,
a.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

/* Button size */

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

/* ========================================================================
  Accordion in Verbindung mit Card + Card-Header + Button.
  "Service Packs übersicht"
========================================================================== */

.btn-accordion {
    width: 100%;
    color: white !important;
    background-color: transparent;
    border-color: transparent;
    padding-left: 30px;
    text-align: left;
    white-space: normal;
    outline: none;
}
.btn-accordion:hover,
.btn-accordion:focus,
.btn-accordion button:visited {
    text-decoration: none;
    color: orange !important;
    background-color: transparent;
    border-color: transparent;
}
.btn-accordion:focus {
    text-decoration: none;
    color: white !important;
    background-color: transparent;
    border-color: transparent;
    outline: none;
    outline: 0;
}
.caret-before[data-toggle="collapse"]:before {
    position: absolute;
    display: inline-block;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    transform: rotate(0deg);
    transition: all linear 0.25s;
    margin-top: 8px;
    margin-left: 10px;
    color: #fff;
}
.caret-before[data-toggle="collapse"].collapsed:before {
    transform: rotate(-90deg);
}
.btn-accordion div:nth-child(3) {
    text-align: right;
}
@media (max-width:767px) {
    .btn-accordion div:nth-child(3) {
        text-align: left;
    }
}

/* ========================================================================
  Alarts
========================================================================== */


/* Primary is used for os detect Download */

.alert-primary {
    color: #777777;
    background-color: #e9f4ff;
    border-color: #c9e3ff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}

/* ========================================================================
   Table for home news
========================================================================== */

.news-home {
    font-size: 12px;
    line-height: 16px;
}

/* ========================================================================
   Table striped: Added a border to the last child 
========================================================================== */

.table-striped tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

/*
========================================================================
    Einstellungen footer immer unten
========================================================================
*/

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff !important;
    height: 30px;
}
.footer-menu li {
    line-height: 14px;
    padding: 4px 0;
}
.footer-menu li a {
    font-size: 12px;
    color: #a8b3bb !important;
}
.footer-menu li a:hover {
    font-size: 12px;
    color: #fff !important;
}

/* ========================================================================
   Row/Grid divider muss ---> noch mal getestet werden 22.02.2019
========================================================================== */

.row-divider {
    overflow-x: hidden;
    position: relative;
}
.row-divider > [class*="col"],
.row-divider > [class*="col-"] {
    padding-right: 35px;
    padding-left: 35px;
}
.row-divider > [class*="col"]:nth-child(n+2):after,
.row-divider > [class*="col-"]:nth-child(n+2):after {
    content: "";
    background-color: #ddd !important;
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 1px;
    left: -1px;
}
@media (max-width: 576px) {
    .row-divider > [class*="col"]:nth-child(n+2):after,
    .row-divider > [class*="col-"]:nth-child(n+2):after {
        width: 100%;
        height: 0px;
        left: 0;
        top: -4px;
        min-width: 0px;
    }
}

/* ========================================================================
   Ist für den Upload button im Support-Formular
========================================================================== */

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 7px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #242729;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0c0c0;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* ========================================================================
    Extra iFrame Einstellungen / wird aktuell für Shopping cart verwendet.
    Sollte weitere iFrams verwendet werden muss der TAG noch mal überabeitet 
    werden.
========================================================================== */

iframe {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/*=================================================
  Shop + Sidebar menu
=================================================== */


/* Sidebar left */

.shopON .uk-nav li {
    margin: 5px 10px;
}
.shopON .uk-nav li.uk-active > a {
    background: #0085cd;
    border-radius: 5px;
    color: #ffffff;
}
.shopON ul.uk-nav-sub {
    padding: 0;
}
.shopON .uk-nav-sub a {
    padding-left: 25px;
}
.shopON .uk-nav .uk-parent li.uk-active > a {
    background: #efefef;
    border-radius: 5px;
    color: #242729;
}

/* Shop + Cards */

.add2cart {
    margin-top: 30px;
    text-align: right !important;
}
@media (max-width: 991px) {
    .add2cart {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    .add2cart .dropdown {
        margin-top: 5px;
    }
}
.shopON .uk-panel-title {
    line-height: 1.7;
    border-bottom: 1px solid #cdcdcd !important;
}

/* --- Product cards --- */

.shop .card-list {
    padding-left: 15px;
    list-style: none;
}
.shop .card-list > ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style: none;
}
.shop .card-list > li:before {
    content: "";
    border-color: transparent #777;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1em;
    position: relative;
}

/* --- Shop bages --- */

.shop .badge {
    position: absolute;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.shop .new {
    color: #fff !important;
    background-color: #dc3545;
    /*    width: 80px;*/
    margin-top: -20px;
    margin-left: 18px;
}

/* --- Modal --- */

.shop .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    margin-top: -16px;
}
.shop .modal-header .close {
    padding: 0rem 0rem;
    margin: 3rem 1.7rem -4rem auto;
}
.shop .close {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.15;
    color: dimgrey !important;
    text-align: center;
    text-shadow: 0;
    margin-right: 20px;
    margin-bottom: -60px;
    margin-top: 20px;
    padding-left: 1px;
    border-radius: 50% 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    opacity: .5;
    z-index: 1070;
    float: right;
}
.shop .close:hover {
    color: orange !important;
    opacity: 1 !important;
}
.shop .card .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.00);
    border-bottom: 0px solid rgba(0, 0, 0, 0.0);
}
.shop .card .card-body img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
.shop .card .row {
    margin-top: 15px;
}
.shop .card-footer {
    padding: 0 20px 20px 0;
    background-color: rgba(0, 0, 0, 0.0);
    border-top: 0px solid rgba(0, 0, 0, 0.0);
}
@media (max-width: 767px) {
    .shop .fonts {
        text-align: center !important;
    }
}
@media (max-width: 991px) {
    .shop img {
        margin-bottom: 20px;
    }
    .shop .card-footer {
        text-align: center !important;
    }
}
.tm-sidebar-b {
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(lightgrey), to(rgba(220, 220, 220, 0.25))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(lightgrey, rgba(220, 220, 220, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(lightgrey, rgba(220, 220, 220, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(lightgrey, rgba(220, 220, 220, 0)) 1 100%;
    border-image: linear-gradient(to bottom, lightgrey, rgba(220, 220, 220, 0)) 1 100%;
    border-left: 0;
}

/* Das Container muss durch das Sidebar-menu im responsive mode nach links verschoben werden */

@media (max-width: 767px) {
    .container.shop {
        margin-left: -13px;
    }
}

/*========================================================================
 FONTS overlay: Megafont hover effect -> Show all examples
========================================================================== */

.megafont-grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    list-style: none;
    text-align: center;
}
.megafont-grid figure img {
    position: relative;
    display: block;
}
.megafont-grid figure figcaption {
    /*    padding: 0 2em;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

/* Overlay effect */

figure.effect-megafont {
    background: #fff;
}
figure.effect-megafont img {
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-megafont h2 {
    /*    margin: 35% 0 0 0;*/
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    text-align: center;
}
figure.effect-megafont p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    text-transform: none;
}
figure.effect-megafont:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
figure.effect-megafont:hover figcaption::before,
figure.effect-megafont:hover h2,
figure.effect-megafont:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
figure.effect-megafont:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}
figure.effect-megafont:hover img {
    opacity: 0.2;
}

/*
========================================================================
    SMO-Overview products table
========================================================================
*/

.swiper-slide {
    display: block;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.smoProductTable .badge-hover {
    margin-top: -20px;
    left: 50px;
}
.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;
}

/* Swiper mobile navigation */


/*
.smoProductTable .swiper-buttons {
    margin-bottom: 30px;
}
@media (min-width: 851px) {
    .smoProductTable .swiper-buttons {
        display: none;
    }
}
@media (max-width: 320px) {
    .smoProductTable .swiper-pagination-text {
        display: none;
    }
}
.smoProductTable .swiper-pagination-text {
    text-align: center;
}
.smoProductTable .swiper-button-prev,
.smoProductTable .swiper-button-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    margin-top: 0;
    z-index: 15;
    cursor: pointer;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.smoProductTable .swiper-button-prev,
.smoProductTable .swiper-button-next {
    background-color: #0085cd;
}
.smoProductTable .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    right: auto;
    left: 20px;
}
.smoProductTable .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    right: 20px;
    left: auto;
}
.smoProductTable .swiper-pagination-bullet-active {
    height: 50px;
    width: 40px;
    padding: 1px;
    text-align: center;
    background: #0085cd;
    border-radius: 0px;
    border: 5px solid rgba(0, 0, 0, 0.0);
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    margin: 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 24px;
}
.smoProductTable .swiper-pagination {
    background: transparent;
    padding: 0;
    bottom: 0 !important;
}
.smoProductTable .swiper-pagination {
    position: relative;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
*/


/*
========================================================================
    SMO PainShop 2021 Einstellungen | softmaker.com/en/paintshop-pro
========================================================================
*/

.paintshop2021 .nav-link {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 10px;
}
.paintshop2021 .nav-link:hover {
    background-color: #0085cd;
    color: #fff;
}
.paintshop2021 .nav-pills .nav-link.active,
.paintshop .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0085cd;
}
.paintshop .badge-secondary {
    color: #fff;
    background-color: #79A0AF;
}
.center-center {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.youtube-play {
    margin-top: -56%;
}
.ytb-container {
    position: absolute !important;
    max-width: 888px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
}
.ytb-play {
    background: darkred;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em;
    /* change this to change size */
    height: 3em;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
    cursor: pointer;
}
.ytb-play:hover {
    background: red;
}
.ytb-play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}
.ytb-play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
}
paintshop2021 .card-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}
.full-width {
    height: 100%;
    width: 100%;
}
.paintshop2021 .btn-block {
    margin-bottom: 10px;
    background-color: #ccc;
    padding-right: 15px;
}
.paintshop2021 .collapse-text {
    padding: 0 8px;
    padding-bottom: 15px;
}
.paintshop2021 .caret-after[data-toggle="collapse"]:after {
    position: absolute;
    display: inline-block;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d7";
    transform: rotate(0deg);
    transition: all linear 0.25s;
    margin-top: 5px;
    margin-left: 10px;
    color: #0085cd;
    right: 25px;
}
.paintshop2021 .caret-after[data-toggle="collapse"].collapsed:after {
    transform: rotate(-90deg);
}
@media (max-width: 1300px) {
    .paintshop2021 .d-none-bg {
        display: none;
    }
    .paintshop2021 .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .paintshop2021 .card-img-overlay {
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem;
    }
}
.paintshop2021 .switch {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.0;
}
.paintshop2021 .custom-range {
    width: 100%;
    max-width: 330px;
    padding: 0 15px;
}

/*
========================================================================
    Home: Teaser 2021
========================================================================
*/


/* Damit der IE das Bild richtig skaliert braucht er eine height:100% */

.card.home img {
    height: 100%;
}

/*
========================================================================
    https://future.softmaker.com/en/support-assistant
    Warnhinweis wenn wenn Java ausgeschaltet ist
========================================================================
*/

#js-is-off {
    position: relative;
    top: 25%;
    border: 25px solid red;
    font-size: 20px;
    margin-bottom: 50px;
    padding: 20px 0;
}

/* ==================================================================
   BeckerCAD 12 3D Pro Teaser
===================================================================== */

section.home-teaser {
    margin-top: -6.429rem;
    /* max-height: 650px; */
    /* height: calc(600px + 0.15vw); */
    /* Teaser image best size 1900x844 */
    background: url("../../../images/beckercad/main_teaser.jpg") 50% 50% no-repeat;
    background-size: cover;
    border-bottom: 5px solid #193268;
}
@media (max-width: 992px) {
    section.home-teaser {
        background: url("../../../images/beckercad/main_teaser_sml.jpg") 50% 50% no-repeat;
    }
}
section.home-teaser .container {
    padding-top: calc(2.429rem + .55vw);
    height: calc(550px + 5.55vw);
}
section.home-teaser .btn {
    margin-top: 0.7143rem;
}
section.home-teaser .btn-more,
section.home-teaser .btn-order {
    width: auto;
    font-size: 1.143rem;
    border-radius: 0;
    margin-right: 10px;
}
section.mini-teaser {
    padding: 0;
    transform: translateY(-50%);
    margin-top: 0px;
}
section.mini-teaser [class*=col-] img {
    border: 0.3571rem solid #ffffff;
}
@media (max-width: 575px) {
    section.home-teaser .container {
        padding-top: calc(5.429rem + .55vw);
        height: calc(450px + 5.55vw);
    }
    section.mini-teaser [class*=col-] img {
        border: 0.1785rem solid #ffffff;
    }
    section.mini-teaser {
        padding: 0;
        transform: translateY(calc(-50% - .95vw));
    }
}

/* Equal Tab-Content height */

@media (min-width:992px) {
    .tab-content {
        display: flex;
    }
    .tab-content > .tab-pane {
        display: block;
        /* undo "display: none;" */
        visibility: hidden;
        margin-right: -100%;
        width: 100%;
    }
    .tab-content > .active {
        visibility: visible;
    }
}
.nav-link-tab {
    margin-bottom: 10px;
    background-color: #2a2e33;
    color: #ffffff;
}
.nav-link {
    display: block;
    padding: 2.5rem 1rem;
}
btn-order,
.btn-green {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-order:hover,
.btn-green:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-outline-light,
.btn-outline-light:focus {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.btn-outline-light:hover {
    color: #fff;
    background-color: #193268;
    border: 1px solid #fff;
}
.website {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

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

.android-comparison .nav-pills .nav-link.active,
.android-comparison .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0085cd;
}
.android-comparison .nav-pills .nav-link {
    display: block;
    padding: .5rem .5rem;
    margin: 0 1rem;
}
.android-comparison .nav-pills .nav-link {
    border-radius: 0rem;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

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


/*
.android-comparison table__wrapper {
    width: 100%;
}
.android-comparison table__wrapper table {
    width: 100%;
    max-width: 100%;
}
*/


/* ------- 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: 767px) {
    .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;
}
@media screen and (max-width: 575px) {
    /*  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;
    }
}
.beta-android .nav-pills .nav-link.active,
.beta-android .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0085cd;
}
.beta-android .nav-pills .nav-link {
    border-radius: 0;
}
.beta-android .nav-link {
    display: block;
    padding: .5rem .5rem;
    background-color: #f0f0f0;
}
.beta-android .nav-link {
    margin: 1rem 1rem;
}
.jcomments-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jcomments-links a {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5px;
}

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

    Sidebar-Einstellungen für Shop | Blog

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

.tm-sidebar-b-left .shopON {
    max-width: 1200px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.tm-sidebar-b-left .shopON .remove-left-gutter {
    margin-left: -30px;
}
.tm-sidebar-a-right .blogON {
    /*    max-width: 1320px;*/
    max-width: 1024px;
    padding: 0 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

/* ------------------------------------------
    VueScan Promotin Einstellungen
 ------------------------------------------ */

.blue-back-square {
    width: fit-content;
    height: fit-content;
    padding: 30px 0 50px;
    border-radius: 50px;
    background: linear-gradient(185.74deg, #6688ED 25.32%, #3759C1 100.27%);
}
.mll50 {
    margin-left: -50px;
}
.mrr50 {
    margin-right: -50px;
}

/*  Banner für softmaker.de/vergleich-freeoffice-softmaker-office  */

.footerbar-body {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: black;
    padding: 0px 35px 35px 35px;
}
.footerbar-btn {
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: black;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    margin-top: -20px;
    z-index: 1090;
    text-align: center;
    padding: 10px;
}
.footerbar-btn.is-closed .icon {
    transform: rotate(-180deg);
}
.footerbar-body.is-closed {
    transform: translateY(77%);
}
.footerbar-btn .icon,
.footerbar-body {
    transition: 0.5s;
}
.footer-distance {
    padding-bottom: 80px;
}
