﻿:root {
    --default-font-stack: 'Inter', sans-serif;
}

p {
    hyphens: auto;
}

.preheader-text {
    height:100%;
}

.header-btm {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.header-btm .navbar .navbar-collapse > ul > li:hover > .sub-menu, .header-btm .navbar .navbar-collapse > ul > li:hover > .sub-menu > ul > li:hover > .sub-menu, .header-btm .navbar .navbar-collapse > ul > li:hover > .sub-menu > ul > li:hover > .sub-menu > ul > li:hover > .sub-menu {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) { 
    .header-btm ul.navbar-nav + button {
        background-color: transparent;
        padding: 9px 15px;
        border: 0px;
        color: var(--primary);
    }
}

@media (min-width: 768px) {
    .header-btm ul.navbar-nav + button {
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        margin-left: 30px;
    }
}

.header_logo a {
    padding: 18px 0px;
}

/* Start - title */
.title::before {
    display:none;
}
.title h1,
.title h2 { /* copied */
    margin-bottom: 30px;
}

.title h1,
.title h2 { /* copied */
    position: relative;
    padding-bottom: 10px;
    font-weight: bold;
    text-transform: none;
}

.title h1,
.title h2 {
    color: var(--secondary);
}

.title:only-child h1,
.title:only-child h2 {
    padding-bottom:0px;
    margin-bottom:0px;
}

.title h1 {
    font-weight:900;
}

.title h1 *,
.title h2 * {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
/* End - title */

/* Start - buttons */
.btn-default {
    background-color: var(--primary);
    color: var(--white);
    border-radius: 0px;
}
.btn-primary {
    border-color: transparent;
    padding: .25rem .5rem;
    border-radius: 0px;
}
.btn-primary:hover {
    border-color: transparent;
    background: var(--primary);
    color:#212529;
}
.btn-cancel {
    background-color: #00387021;
    color: var(--default-font-color);
    border-radius: 0px;
}
.btn-cancel:hover {
    color: #000;
}
/* End - buttons */

/* Start tiny mce */
.msw-richtext .rt-bigfs {
    font-size: 140%;
    line-height: 1.4285714;
}

.msw-richtext ul li::marker {
    color: var(--secondary);
    font-size: 120%;
    line-height: 100%;
}

.msw-richtext ul li + li {
    margin-top: calc(var(--default-font-size) * 1.5); /* line height from body */
}
/* End tiny mce */

/* Start - container styles */
.msw-block-area.half-margin-top {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .msw-block-area.negative-margin-bottom + .msw-block-area {
        margin-top: 35px;
    }
}

@media (min-width: 992px) {
    .msw-block-area.negative-margin-top {
        margin-top: -35px;
    }

    .msw-block-area.negative-margin-bottom {
        margin-bottom: -35px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .msw-block-area + .msw-block-area {
        margin-top:35px;
    }
}

.msw-sub-area.section-no-padding-top section {
    padding-top: 0px;
}

.msw-sub-area.section-no-padding-bottom section {
    padding-bottom: 0px;
}

.msw-sub-area.vcentered .msw-container[data-mse-containerid] {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    flex-direction: column;
}

.msw-sub-area.vcentered .msw-container[data-mse-containerid] > article {
    width:100%;
}

.msw-sub-area.bg-white {
    background-color: #FFFFFF;
}

.msw-sub-area.bg-darkblue {
    background-color: #003870;

    --default-font-color: #FFFFFF;
    --footer-font-color: #FFFFFF;
}

.msw-sub-area.bg-darkblue .title h1,
.msw-sub-area.bg-darkblue .title h2 {
    color:inherit;
}

.msw-sub-area.bg-darkblue .msw-richtext ul li::marker {
    color: inherit;
}

.msw-sub-area.bg-lightblue {
    background-color: rgba(0, 56, 112, 0.13);
}
/* End - container styles */

/* Start - toastmessage */
.toast-position-middle-center {
    top: 50% !important;
    left: 50% !important;
    margin: 0px !important;
    transform: translate(-50%, -50%) !important;
}

.toast-container .toast-item-wrapper {
    border-radius: 0px !important;
    border: 0px !important;
    margin-bottom:0px;
}

.toast-container .toast-type-notice .toast-item-bar {
    display:none !important;
}

.toast-container .toast-item p {
    padding: 30px !important;
}

.toast-container:not(:empty) {
    padding: 15px;
}

.toast-container {
    max-width: none !important;
    width: 100% !important;
    max-height: 100%;
    overflow: auto;
}

@media (min-width: 576px) {
    .toast-container {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .toast-container {
        max-width: calc(720px - 10%) !important;
    }
}

@media (min-width: 992px) {
    .toast-container {
        max-width: calc(960px - 10%) !important;
    }
}

@media (min-width: 1200px) {
    .toast-container {
        max-width: calc(1140px - 10%) !important;
    }
}

@media (min-width: 1400px) {
    .toast-container {
        max-width: calc(1320px - 10%) !important;
    }
}

.toast-container .toast-type-notice > p > div.signup-step2,
.toast-container .toast-type-notice > p > div.requestdemo-step2 {
    display: none;
}

.toast-container .toast-type-notice > p > div > strong {
    color: var(--secondary);
    margin-bottom: 30px;
    display: block !important;
    font-size: var(--default-h2-font-size);
    position:relative;
    line-height: 1.2;
}

.toast-container .toast-type-notice > p > div > strong > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    color: inherit;
    cursor: pointer;
}

.toast-container .toast-type-notice > p > div > span {
    display: block;
}

.toast-container .toast-type-notice > p > div > span:not(:last-child) {
    margin-bottom: 30px;
}

.toast-container .toast-type-notice > p > div > .subscriptions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.toast-container .toast-type-notice > p > div > .subscriptions > div {
    width: calc(50% - (7.5px));
}

@media(max-width: 767px) {
    .toast-container .toast-type-notice > p > div > .subscriptions > div {
        width:100%;
    }
}

.toast-container .toast-type-notice > p > div > .subscriptions > div > input[type="checkbox"] {
    display: none !important;
}

.toast-container .toast-type-notice > p > div > .subscriptions > div > label {
    align-items: center;
    cursor: pointer;
    display: flex;
    border: 1px solid rgba(0, 56, 112, 0.13);
    padding: 15px;
    width: 100%;
}

@media (max-width: 767px) {
    .toast-container .toast-type-notice > p > div > .subscriptions > div > label > span > strong {
        display:block !important;
    }
}

.toast-container .toast-type-notice > p > div > .subscriptions > div > input:checked + label {
    border: 1px solid #003870;
}

.toast-container .toast-type-notice > p > div > .subscriptions > div > label > i {
    margin-right: 15px;
}

.toast-container .toast-type-notice > p > div > .subscriptions > div > input + label > i:before {
    content: "\f096";
}

.toast-container .toast-type-notice > p > div > .subscriptions > div > input:checked + label > i:before {
    content: "\f14a";
}

.toast-container .toast-type-notice > p > div > hr {
    margin-bottom:30px;
    margin-top:30px;
}

.toast-container .toast-type-notice > p > div > .contactdata {
    margin-bottom: 30px;
}

.toast-container .toast-type-notice > p > div > .contactdata > div {
    align-items: center;
    display:flex;
    gap:15px;
}

@media (max-width: 767px) {
    .toast-container .toast-type-notice > p > div > .contactdata > div {
        gap:7.5px;
    }
}

.toast-container .toast-type-notice > p > div > .contactdata > div > label {
    margin: 0px;
    font-size: inherit;
    text-transform: none;
    font-weight: normal;
    width:25%;
}

.toast-container .toast-type-notice > p > div > .contactdata > div > input,
.toast-container .toast-type-notice > p > div > .contactdata > div > textarea,
.toast-container .toast-type-notice > p > div > .contactdata > div > select {
    display: block;
    font-size: var(--default-font-size);
    font-weight: 500;
    line-height: var(--default-line-height);
    padding: 0.25rem 0.5rem;
    width: 75%;
    border: 1px solid rgba(0, 56, 112, 0.13);
    padding: 7.5px;
}

@media (max-width: 767px) {
    .toast-container .toast-type-notice > p > div > .contactdata > div > label,
    .toast-container .toast-type-notice > p > div > .contactdata > div > input {
        width:100%;
    }
}

.toast-container .toast-type-notice > p > div > .contactdata > div {
    width:100%;
}

@media (max-width: 767px) {
    .toast-container .toast-type-notice > p > div > .contactdata > div {
        flex-wrap: wrap;
    }
}

.toast-container .toast-type-notice > p > div > .contactdata > div + div  {
    margin-top:15px;
}

.toast-container .toast-type-notice > p > div > .buttons {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .toast-container .toast-type-notice > p > div > .buttons {
        flex-wrap: wrap;
    }

    .toast-container .toast-type-notice > p > div > .buttons > * {
        width: 100%;
        margin: 0px;
    }

    .toast-container .toast-type-notice > p > div > .buttons > *:first-child {
        order: 2;
        margin-top:15px;
    }

    .toast-container .toast-type-notice > p > div > .buttons > *:last-child {
        order:1;
    }

    .toast-container .toast-type-notice > p > div > .buttons > * + * {

    }
}

.toast-container .toast-type-notice > p > .image-modal {
    position:relative;
}

.toast-container .toast-type-notice > p > .image-modal > i {
    display:block;
    font-size: 30px;
    position: absolute;
    top: -30px;
    right: -30px;
    color: var(--secondary);
    cursor: pointer;
    width: 30px;
    height: 30px;
}
/* End - toastmessage */

/* Start - hacks for documentation submenu */
.header-btm .navbar .navbar-collapse>ul>li>.sub-menu>ul>li> a[href="/dokumentation"] {
    padding-right: 15px;
}

.header-btm .navbar .navbar-collapse>ul>li>.sub-menu>ul>li> a[href="/dokumentation"] > i {
display:none !important;
}

.header-btm .navbar .navbar-collapse>ul>li>.sub-menu>ul>li> a[href="/dokumentation"] + .sub-menu {
display:none !important;
}

.header-btm .navbar .navbar-collapse>ul>li:hover>.sub-menu>ul>li:hover> a[href="/dokumentation"] + .sub-menu {
display:none !important;
}
/* End - hacks for documentation submenu */

/* Start - hacks for blog submenu */
.header-btm .navbar .navbar-collapse>ul>li>.sub-menu>ul>li> a[href="/blog"] {
    padding-right: 15px;
}

.header-btm .navbar .navbar-collapse>ul>li>.sub-menu>ul>li> a[href="/blog"] > i {
display:none !important;
}

.header-btm .navbar .navbar-collapse>ul>li>.sub-menu>ul>li> a[href="/blog"] + .sub-menu {
display:none !important;
}

.header-btm .navbar .navbar-collapse>ul>li:hover>.sub-menu>ul>li:hover> a[href="/blog"] + .sub-menu {
display:none !important;
}
/* End - hacks for blog submenu */

/* Start - icon box */
.fb-icon {
font-size:25px;
}

.fb-icon i {
    font-size: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.facility-style-2 .facility-inner {
padding:0px;
}

.facility-style-2 .facility-inner:hover {
    background-color: transparent;
    border-color: transparent;
}

.facility-style-2 .facility-inner:hover * {
color:var(--default-font-color);
}

.msw-portfolio.type-icon-box {
margin-bottom:-30px;
}

.facility-style-2 .facility-inner h5 {
font-size:16px;
}

.facility-style-2 .facility-inner .fb-text span {
hyphens:auto;
}

.fb-text span {
font-size:14px;
}
/* End - icon box */

/* Start - slider */
.carousel-indicators {
    bottom: 8%;
}
/* End - slider */

/* Start - google maps */
.msw-googlemap.module-frame {
    aspect-ratio: 1/1;
    max-height: none;
}
/* End - google maps */

/* Start - image */
.msw-image > a {
    display:block;
}
/* End - image */

/* Start - icon box */
.tpl .layout-1col .msw-block-area .mgrid-400-triple.mgrid {
    margin-bottom: -30px;
}
/* End - icon box */

/* Start - blog overview */
.custom-blog-overview .news-box .news-img {
    margin-top:-35px;
}

.custom-blog-overview .news-box .news-img .placeholder-img {
    aspect-ratio: 1 / 1 !important;
    height:auto;
}

.custom-blog-overview .custom-group-1 .news-box .news-img .placeholder-img {
    background-color: #FABA00;
}

.custom-blog-overview .custom-group-2 .news-box .news-img .placeholder-img {
    background-color: #F29400;
}

.custom-blog-overview .custom-group-3 .news-box .news-img .placeholder-img {
    background-color: #EB6A0A;
}

.custom-blog-overview .news-box .news-img .placeholder-img > i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    height: 80%;
    width: 80%;
    font-size: 1000%;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-blog-overview .news-box .news-info {
    padding: 35px 0px;
}

.custom-blog-overview .news-box .news-info h5 {
    text-transform: none;
    font-size: 140%;
    line-height: 1.4285714;
    hyphens:auto;
}

.custom-blog-overview .news-box .news-info .read-more {
    text-transform: none;
}

@media(max-width: 767px) {
    .custom-blog-overview .news-box .news-img {
        margin-top:0px;
    }
}
/* End - blog overview */

/* Start - support-employee */
.custom-SupportEmployee > *:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.custom-SupportEmployee > *:first-child .two-buttons {
    margin-top: 35px;
}

.custom-SupportEmployee > *:last-child {
    display: flex;
    align-items: center;
}

@media(min-width: 992px) {
    .custom-SupportEmployee > *:last-child {
        margin-bottom: -35px;
        margin-top: -35px;
    }
}

@media(max-width: 767px) {
    .custom-SupportEmployee > *:first-child + * {
        margin-top: 35px;
    }
}

.custom-SupportEmployee > *:last-child .msw-image {
    width:100%;
}
/* End - support-employee */

/* Start - credits-calculator */
.custom-credits-calculator .card,
.custom-credits-calculator .card > .card-header,
.custom-credits-calculator div.list-group {
    border-radius: 0px !important;
}

ul.list-group {
    border-radius: 0px !important;
    margin-left: 0px !important;
}

.list-group-item.disabled, .list-group-item:disabled {
    opacity: 0.5;
    pointer-events: all;
}

.list-group-item.disabled *, .list-group-item:disabled * {
    pointer-events: none;
}

.list-group-item.active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}

.list-group-item.active div *:not(.badge-light) {
    color:#fff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary) !important;
}

input[type="number"] {
    text-align: right;
    margin-top: 6px;
    width: 50px;
}

.text-primary {
    color: var(--primary) !important;
}

.creditfeatures-multiplier {
    font-size: 94%;
    color: gray;
}

.creditfeatures-multiplier input {
    margin-right:3px;
}

#searchbar {
    border: none;
    padding: 0px 5px;
    width: 100%;
}
/* End - credits-calculator */

/* Start - features-table */
.custom-features-table > .card {
    border-radius: 0px !important;
}

.custom-features-table > .card > .card-header {
    border-radius: 0px !important;
}

.custom-features-table .card > ul.list-group {
    max-height: 500px;
    overflow-y: auto;
}
/* End - features-table */

@media print {
    header {
        height: auto !important;
        margin-bottom: 20px;
    }
   .background-primary {
       background-color: transparent;
   }
   body {
        --breadcrumb-background: transparent;
        --preheader-font-color: gray;
    }
    .menu_toggler,
    .product-references-title,
    .product-references,
    footer,
    #navbarSupportedContent,
    .scrollup {
        display:none !important;
    }
    #description .alert {
        -webkit-print-color-adjust: exact !important;
    }
    #description a {
        text-decoration: none;
    }
    header .navbar {
        display:block;
        text-align:center;
    }
    .preheader-text {
        text-align:center !important;
    }
    .header_logo img {
        max-width: 300px;
    }
    .nav-fixed .header-btm {
        position: static;
    }
}

/* Start - multi slide carousels */
.multicarousel > .row > div > a,
.multicarousel > .row > div > a > img {
    display:block;
    width:100%;
}

.multicarousel > .row > div > a + div {
    margin-top: 35px;
}

.multicarousel > .row > div > a + div > p > strong { /* copied from .msw-richtext .rt-bigfs */
    font-size: 140%;
    line-height: 1.4285714;
}

.multicarousel > .row > div {
    display:none;
}

.multicarousel > .row > div:first-child {
    display: block;
}

@media (min-width: 768px) {
    .multicarousel > .row > div:first-child,
    .multicarousel > .row > div:first-child + div {
        display: block;
    }
}


@media (min-width: 992px) {
    .multicarousel > .row > div:first-child,
    .multicarousel > .row > div:first-child + div,
    .multicarousel > .row > div:first-child + div + div,
    .multicarousel > .row > div:first-child + div + div + div {
        display: block;
    }
}
/* End - multi slide carousels */

/* Start - cookie consent */
@media (max-width: 991px) {
    .cookieconsent {
        flex-wrap: wrap;
    }
}
/* End - cookie consent */

/* Start - contactform */
.mmf-mailform .form-control {
    background: #00387021;
}

.mmf-mailform .checkbox-frame {
    align-items: flex-start;
}

.mmf-mailform .checkbox-frame input {
    margin-top: 2px;
}
/* End - contactform */

/* Start - two-buttons | SignUp / Demo */
.two-buttons:has(a.btn) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 991px) {
    .two-buttons a.btn {
        margin: 0px !important;
    }
}
/* END - two-buttons | SignUp / Demo */

/* START - Custom TenGrid For InterfaceShuffle */
.custom-tengrid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
}

@media (max-width: 768px) {
    .custom-tengrid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}

/* END - Custom TenGrid For InterfaceShuffle */