.table-middle th, .table-middle td {
padding: 0.75rem;
vertical-align: middle;
border-top: 1px solid #dee2e6;
}
/* 
========================================================================
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 das Dropdown nicht abgehackt ist https://future.softmaker.com/en/servicepacks
========================================================================
*/

.dropdown-menu-old-version { left: -100% !important; }

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

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

.vdivide [class*='col']:not(:last-child):after,
.vdivide [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;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    min-height: 30px;
    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;
}

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

/*========================================================================
  Backgrounds
========================================================================== */
.bg-lightgrey {
    background-color: #efefef;
}

.bg-grey {
    background-color: grey !important;
}

.bg-dimgrey {
    background-color: dimgrey !important;
}

.bg-green {
    background-color: #009E2C !important;
}

.bg-blue {
    background-color: #0085cd !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-uni {
    background-color: #71B44A !important;
}


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

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

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

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

/* ========================================================================
   Footer
========================================================================== */
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: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    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: 0.9em;
    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: -10px;
    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;
    }
}

/*
========================================================================
        Press center
========================================================================== 
*/
.PressCenter .row > div[class*='col-'] {
    margin-bottom: 50px;
}

.PressCenter .block h2 {
    margin-bottom: 20px;
}

.PressCenter .presskit {
    margin-top: 20px;
}

 .PressCenter .row {
    margin-top: 55px;
}

.PressCenter .row .card-header {
/*  background-color: #343a40 !important;
    color: #f8f9fa !important; */
    
    border: 0;
    border-radius: 0;
}
.PressCenter .headline {
    text-align: center;
    margin-top: 50px;
}


.PressCenter .row .card-body {
/*
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
*/
    padding: 1.25rem 0rem 1.25rem 0rem;
}

.PressCenter .carousel-inner {
    min-height: 160px;
/*    vertical-align: middle;*/
}

.PressCenter .center-vertical img {
   position: relative;
  transform: translateY(60%);

}



.PressCenter .carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 0px;
    left: 10%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 5px;
    color: #666;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    text-align: center;
}


.PressCenter .row .card-body img {
    cursor: pointer;
}
.PressCenter .uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a {
border-color: #f5f5f5;
background: #f5f5f5;
color: #0085cd;
outline: none;
}

.PressCenter .uk-nav li.uk-active > a { background: transparent;} 
/*========================================================================
 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 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: middle;
    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;
}

/* Swiper mobile navigation */

.smoProductTable .swiper-buttons {
    /*    margin-top: -35px;*/
    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;
    /* subtract .swiper-wrapper bottom-margin to vertically center arrow */
    /*    height: calc(100% - 3em);*/
}

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