@charset "UTF-8";

/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/open-sans-v40-latin/open-sans-v40-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
}

body {
    padding-top: 72px;
    background: #f8f8fc !important;
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    font-family: 'Open Sans', sans-serif;
}
.lead {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: #7b8ea6;
    color: #586a80;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.text-gray-600 {
    color: #869AB8 !important;
}
/*.external-link {*/
/*  position: relative;*/
/*}*/
/*.external-link::after {*/
/*  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Ebene_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 3'%3E%3Cpolygon points='0 0 3 0 3 3 0 0' style='fill:%23718496; fill-rule:evenodd;'/%3E%3C/svg%3E");*/
/*  width: 7px;*/
/*  height: 7px;*/
/*  margin-left: 5px;*/
/*  position: absolute;*/
/*  top: 4px;*/
/*}*/

.brands-outer-wrapper {
    display: flex;
    justify-content: space-between;
}
.brand-wrapper {
    display: flex;
    width: 20%;
    justify-content: center;
}
.brand {
    align-items: center;
}
.brand svg {
    height: 100%;
    width: 100%;
    max-height: 60px;
    max-width: 150px;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
    scroll-margin-top: 5rem;
}
.navbar-logo svg {
    height: 20px;
    fill: #26426a;
}
.navbar-notification {
    text-align: center;
    padding: 0px !important;
    color: #ffffff; /* padding: 4px 10px; */
    display: inline-block;
    background-color: #4e82fe60;
    line-height: 25px; /* display: initial; */
    height: 25px;
    margin-left: 12px;
    width: 25px;
    border-radius: 14%;
    font-size: 12px;
}
.job-item {
    height: 100%;
    padding: 25px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: none; /* border: 1px solid #e5e5e5; border-top-color: rgb(229, 229, 229); border-top-style: solid; border-top-width: 1px;*/
    background: #ffffff;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 26px 30px 22px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 1.5rem;
    box-shadow: 0 4px 3px 0 rgb(34 90 182 / 12%), 0 0 1px 0 rgb(41 92 176 / 25%);
}
.job-item a {
    text-decoration: none;
    color: #3f3f3f;
}
.job-item .job-info {
    width: 100%;
    margin: 0 0 0 auto;
    z-index: 9;
    display: block;
}
.job-item .job-info-inner {
    margin-right: 10px;
}
.job-item .job-info .job-info-inner .job-info-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.job-item .job-info .job-info-inner .job-meta-two {
    font-size: 14px;
    line-height: 24px;
    color: #898989;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.job-item .job-info .job-info-inner .job-skill-tag {
    margin-top: 15px;
}
.job-item .job-info .job-info-inner .job-skill-tag a {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 0 10px;
    line-height: 24px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 3px;
    color: #397c21;
    background: #dff5d4;
}
.company-section {
    color: #213550 !important;
    background: #e3edfc !important;
}
.company-section.required {
    color: #7d1326 !important;
    background: #fdcccc !important;
}
.job-title {
    font-size: calc(1.2rem + 4 * ((100vw - 375px) / (1268 - 375)));
}

/*p {*/
/*    font-size: calc(1.3rem + 4 * ((100vw - 375px) / (1268 - 375)));*/
/*}*/
p, li {
    font-size: 1rem;
    color: #8591a0;
    color: #535f6d;
}
.light-grey-box-xl {
    border-radius: 1.5rem;
    padding: 2.5rem;
    background: linear-gradient(90deg, #007bff 0, #62aeff 100%);
    background: linear-gradient(to right, #2c4e99 1%, #296fad 100%);
    background: #fbfcff;
    background: #ecf6ff3d;
    border: 1px solid #e0e0e0;
    height: 100%;
    box-shadow: 0px 0px 1.7px rgba(0, 0, 0, 0.011), 0px 0px 4px rgba(0, 0, 0, 0.016), 0px 0px 7.5px rgba(0, 0, 0, 0.02), 0px 0px 13.4px rgba(0, 0, 0, 0.024), 0px 0px 25.1px rgba(0, 0, 0, 0.029), 0px 0px 60px rgba(0, 0, 0, 0.04);
    transition: all .2s;
    margin: 10px;
}
.light-grey-box-xl h1, h2, h3 {
    color: #ffffff;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 65px !important;
    font-weight: 700;
}
h2, h3 {
    color: #506071;
    font-size: 26px;
    font-weight: 700;
}
h4 {
    color: #506071;
    font-size: 16px;
    font-weight: 700;
}
.hidden-box {
    width: calc(100% - 2.5rem);
    height: 100%;
    position: absolute;
    top: 0;
    left: 1.25rem;
    overflow: hidden;
    opacity: 0;
    border-radius: 1.5rem;
    padding: 2.5rem;
    background: #f4f6fb;
    color: #000;
    transition: opacity .6s cubic-bezier(.25, .1, .25, 1);
    transition-delay: 0s;
    transition-delay: .2s;
}
.hidden-box-shown {
    transition-delay: 0s;
    opacity: 1;
}
/* .is-hovering:hover .hidden-box { transition-delay: 0s; opacity: 1; }*/
.is-hovering h3 {
    font-size: 18px;
}
.is-hovering .eyebrow {
    color: #94a3ba;
    font-size: 1.0rem;
    display: block;
    margin-bottom: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: uppercase;
}
.is-hovering .hidden-p {
    color: #444444;
    font-size: 18px;
    opacity: 0.6;
    font-family: 'Open Sans';
    font-weight: bold;
}
.services-card {
    border-color: rgb(217, 223, 230, 0.7);
}
.services-card .card-top-title {
    font-family: 'JetBrains Mono', monospace;
    color: #0d6efd;
    font-size: 16px;
}
.services-card .card-title {
    font-weight: 600;
    font-size: 28px;
    color: #717c87;
}
.services-card .card-text {
    color: #0d6efd;
    font-size: 20px;
    color: #75808a;
}
.services-category-element {
    border-radius: 50px 50px 50px 50px;
    background: #e2eafc;
    margin-bottom: 10px;
    height: 76px;
    display: block;
    width: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ffffff solid 4px !important;
}
.services-category-element svg {
    height: 30px;
    width: 30px;
    color: #566c8a;
}
.services-category-element-w h3 {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #163f67;
}
.services-category-element-w p {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #646e83;
}
.services-category-element-w {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #e1e4ec;
    min-height: 320px;
    background-color: #ffffff;
    box-shadow: 0px 0px 1.7px rgba(0, 0, 0, 0.011), 0px 0px 4px rgba(0, 0, 0, 0.016), 0px 0px 7.5px rgba(0, 0, 0, 0.02), 0px 0px 13.4px rgba(0, 0, 0, 0.024), 0px 0px 25.1px rgba(0, 0, 0, 0.029), 0px 0px 60px rgba(0, 0, 0, 0.04);
    transition: all .2s;
    margin-bottom: 15px;
}
/*.services-category-element-w:hover {*/
/*    cursor: pointer;*/
/*    background: #FFFFFF;*/
/*    transform: scale3d(1.1, 1.1, 1.1);*/
/*}*/
.services-category-element {
    border-radius: 50px 50px 50px 50px;
    background: #e2eafc;
    height: 76px;
    display: block;
    width: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: #ffffff solid 4px !important;
}
.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}
.count-title {
    font-size: 2rem;
    font-weight: 700;
    /* margin-top: 10px; */
    margin-bottom: 5px;
    color: #536f88 !important;
}
.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #000;
}
.lionel h3, .lionel h3 {
    color: #596f86;
    font-size: 17px;
    font-weight: 600;
}
.counter-eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #879cb4;
    margin-bottom: 3px;
    display: flex;
}
.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.cls-1 {
    fill: #eaf0ff !important;
}
.cls-2 { /*fill:#194887 !important;*/
}
/*        .cls-3 {
            stroke-miterlimit: 10;
            fill: #0f5ee2;
            -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .2));
            stroke: #0548b9;
            stroke-miterlimit: 10;
        }*/
.cls-4 {
    fill: #6a8dae;
}
.cls-5 {
    stroke-dasharray: 20;
    animation: dashdraw 4s linear forwards infinite;
}
@keyframes dashdraw {
    to {
        stroke-dashoffset: -200;
    }
}
@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 2.0rem;
        color: #163f67;
    }
}
@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.4rem;
    }
}
.eyebrow {
    color: #94a3ba;
    font-size: 1.0rem;
    display: block;
    margin-bottom: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: uppercase;
}
.animated-gradient-background {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    min-height: 700px
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.g-custom {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 2rem;
}
.gradient-text {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(129.25deg, #1dffd3 15.07%, #3a7dff 89.65%);
    -webkit-animation: header-highlight 5s ease-in-out infinite;
    animation: header-highlight 5s ease-in-out infinite;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 300%;
}
@-webkit-keyframes header-highlight {
    0%, to {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
}
.anim-vehicles {
    position: absolute;
    width: 160px;
}
/*.vehicle-1 {*/
/*    animation: hideshow 3s ease infinite;*/
/*}*/
/*.vehicle-2 {*/
/*    opacity: 0;*/
/*    animation: hideshow 3s 1.5s ease infinite;*/
/*}*/
/*@keyframes hideshow {*/
/*    0% {*/
/*        opacity: 1;*/
/*    }*/
/*    25% {*/
/*        opacity: 1;*/
/*    }*/
/*    75% {*/
/*        opacity: 0;*/
/*    }*/
/*    100% {*/
/*        opacity: 0;*/
/*    }*/
/*}*/
.nav-pills .nav-link {
    background: none;
    border: 1px solid #00000020;
    border-radius: var(--bs-nav-pills-border-radius);
    transition: color .3s cubic-bezier(.25, .1, .25, 1);
    padding: 0.625rem 1.25rem;
    position: relative;
    z-index: 1;
    border-radius: 1.375rem;
    background: #1e3f5c;
    color: #FFFFFF;
    margin: 0 5px;
    white-space: nowrap;
}
.simplebar-h-scroll {
    flex-wrap: nowrap;
}
.simplebar-scrollbar:before {
    background: #adbdd5;
}
.cls-1 {
    fill: #f4f6fb !important
}
.cls-2 { /*fill:#194887 !important;*/
}
.cls-3 {
    fill: #ebf4ff;
    stroke: rgb(141 170 213);
    stroke-miterlimit: 10;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(98, 120, 153, .3));
    filter: drop-shadow(0px 0px 0px rgba(98, 120, 153, .3));
}
.cls-5 {
    stroke-dasharray: 20;
    animation: dashdraw 4s linear forwards infinite;
}

.background-gradient {
    position: absolute;
    top: 50%;
    /* left: 97%; */
    width: 100vw;
    height: 1000px;
    /* transform: translate3d(-50%, -50%, 0px); */
    -webkit-mask-image: radial-gradient(farthest-side at 50% 50%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    background: linear-gradient(#bdc5cf, #03a9f4);
    /* filter: hue-rotate(15deg); */
    animation-name: background-gradient-animation;
    animation-duration: 8s;
    animation-iteration-count: infinite;
}
.background-gradient-pattern {
    position: absolute;
    inset: 0px;
    background-image: url("../img/pattern.svg");
    background-repeat: repeat;
    background-position: right top;
    background-size: 10px, 10px;
    mix-blend-mode: plus-lighter;
}
@keyframes background-gradient-animation {
    0% {
        filter: hue-rotate(15deg);
    }
    50% {
        filter: hue-rotate(-10deg);
    }
    100% {
        filter: hue-rotate(15deg);
    }
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.navbar .btn-primary {
    font-size: 14px;
    font-weight: 600;
    --bs-btn-padding-x: 12px;
    --bs-btn-padding-y: 8px;
    line-height: 1;
}
.ad-p-button { /* display: flex;*/
    flex-direction: row;
    width: 250px; /* margin: auto;*/
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
}
.ad-p-button a {
    text-decoration: none;
    font-weight: 600;
    margin-right: 0;
    color: #2170c1;
    transition: margin-right 0.5s ease;
}
.ad-p-arrow {
    margin-left: 0.5rem;
    height: 14px;
}
.ad-p-button a:hover {
    margin-right: 10px;
}
.cls-1 {
    fill: #f5f9fd;
}
.cls-2 {
    fill: #869ab8;
}
.vehicle-1, .vehicle-2 {
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 2s ease-in-out;
}
#vehicle-02 {
    opacity: 0;
}
.cls-5 {
    fill: none;
    stroke: #e0e0e0;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}
.vehicle-market .tag {
    font-family: 'Open Sans';
    font-size: 14px;
    display: inline-flex;
    padding: 6px 16px 6px 16px;
    border-radius: 30px;
    background-color: #536F88;
    color: #ffffff;
    align-items: center;
    margin: 0 3px 15px 3px; /* border: 2px solid #8ad4c2; */
    font-weight: 600;
}
.card-toggle {
    position: absolute;
    right: 50px;
    top: 45px;
    z-index: 10;
    cursor: pointer;
}
.add-on-services {
    padding: 20px 0;
}
.add-on-services h3, .h3 {
    font-size: 1.0rem;
}
.add-on-service-icon {
    padding-bottom: 20px;
}
.add-on-service-icon svg {
    height: 33px;
    width: 45px;
    stroke: #7693bb;
    fill: #ffffff;
    stroke-width: 3px;
}
.company-item {
    padding: 20px;
    background: #ecf1f650;
    height: 100%;
    box-shadow: 0 4px 9px #33333308;
    border: 1px solid #dfe6f0;
    border-radius: 6px;
}
.company-item h3, .h3 {
    font-size: 1.0rem;
}
@keyframes map-active-point {
    0% {
        filter: brightness(20%);
    }
    50% {
        filter: brightness(100%);
    }
    100% {
        filter: brightness(20%);
    }
}
.map-active {
    animation-name: map-active-point;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    fill: #38abeb !important;
}
.app-item {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    background: aliceblue;
    margin: 15px;
    padding: 15px;
}
.app-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 26px;
    height: 30px;
    width: 30px;
    background: #1ad89c;
}
.app-item-icon svg {
    height: 15px;
    width: 15px;
    fill: #ffffff;
}
.app-item-headline {
    color: #163f67;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 10px 0;
}
.app-item-copy {
    color: #8591a0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.app-item-intro-copy {
    color: #8591a0;
}
.accordion-item {
    margin-bottom: 20px;
    border: 1px solid #d9e0e9;
    border-radius: 10px;
}
.accordion-item:not(:first-of-type) {
    border-top: 1px solid #d9e0e9;
}
.accordion-item:has(.accordion-header .collapsed) {
    border: 1px solid #d9e0e9;
    border-radius: 10px;
}
.accordion-body p {
    font-size: 1rem;
}
.accordion-button {
    background-color: #d9e0e9;
    font-weight: 600;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: #ffffff;
    box-shadow: none;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288m144-144H112'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='ionicon' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M256 112v288m144-144H112'/%3E%3C/svg%3E");
    transform: rotate(-45deg);
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button, .accordion-item .accordion-button {
    border-radius: 10px !important;
}
/*.splide__slide {*/
/*    max-width: calc(33.3333% - 13.3333px);*/
/*}*/
.services-elements-intro {
    display: none;
}
.splide {
    padding: 0 30px;
}
.arrow-btn {
    border: 1px solid grey;
    padding: 5px;
    display: inline-flex;
}
.arrow-btn-inner {
    font-size: 15px;
    position: relative;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 4px;
    color: #163f67;
}
.arrow-btn-arrow {
    display: inline-block;
    stroke: currentcolor;
    height: 16px;
    margin: 0px -4px 0px 0px;
}
.arrow-btn-arrow-left {}
.arrow-btn-arrow-right {
    stroke-dashoffset: 0;
}
.arrow-btn:hover .arrow-btn-arrow-right {
    stroke-dashoffset: 10;
}
.slider-container {
    position: relative;
    padding-bottom: 3rem; /* Space for navigation */
}
.slider-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.nav-button {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.5rem 1rem;
    margin-left: 0.5rem;
    cursor: pointer;
    border-radius: 4px;
}
.nav-button:hover {
    background: #e9ecef;
}
.feature-card {
    /*margin: 1rem;*/
    transition: all 0.3s ease;
    /*            background: #f4f6fb;*/
    border: none;
}
.splide__slide {
    height: auto;
}
.feature-card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #8495ac;
}
.feature-card .card-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    color: #163f67;
}
.feature-icon {
    color: #007bff;
    margin-bottom: 1rem;
}
/* Hide pagination dots */
.splide__pagination {
    display: none;
}
/* Hide default Splide arrows */
/*        .splide__arrows {
            display: none;
        }*/
.b-i-0 {
    fill: #627D98;
}
.b-i-1 {
    fill: none;
}
.b-i-2 {
    fill: none;
    stroke: #627D98;
    stroke-width: 3;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #FFFFFF;
    color: #0f2a43;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #d9e0e9;
}
.back-to-top:hover {
    background: #000;
    color: #FFFFFF;
}
.back-to-top svg {
    fill: currentColor;
    width: 25px;
    height: 25px;
    margin-top: 6px;
}
.back-to-top:hover .back-to-top svg {
    margin-top: 3px;
}
.page-hero {
    background: #102A43;
    padding: 100px 0;
}
.page-hero-background {
    overflow: hidden;
}
.page-hero-content {
    z-index: 12;
}
.page-hero-eyebrow {
    color: #94a3ba;
    font-size: 1.0rem;
    display: block;
    margin-bottom: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
    text-transform: uppercase;
}
.page-hero-content .lead {
    color: #dbecff !important;
    max-width: 600px;
}
@media (min-width: 992px) {
    .slider-container .splide__slide {
        height: auto;
        max-width: 33%;
        display: inline-block;
    }
    .slider-navigation {
        display: none;
    }
}
#stats {
    padding: 0;
}
#stats .splide__list {
    font-size: 0;
}
@media (min-width: 992px) {
    #stats .splide__slide {
        height: auto;
        width: 25%;
        display: inline-block;
    }
    .slider-navigation {
        display: none;
    }
}
/* Optional: Styling für den Sprachauswahlbutton */
.dropdown-item.active {
    background-color: #f8f9fa;
    color: #212529;
    font-weight: 500;
}
/* Konsistente Buttonhöhe */
.btn {
    height: 38px;
    display: inline-flex;
    align-items: center;
}
/* Optional: Hover-Effekt für Dropdown-Items */
.dropdown-item:hover {
    background-color: #f8f9fa;
}
/* Navbar styles */
.navbar {
    height: 72px;
    background-color: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 2px 3px rgb(157 164 181 / 25%);
    backdrop-filter: blur(12px);
}
/* Modal Navigation */
.nav-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1040;
    padding-top: 72px;
    overflow-y: auto;
}
.nav-modal .btn {
    height: auto;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #475a6b;
    display: flex;
    padding: 13px !important;
    line-height: 1;
    background: #FFFFFF;
    border-color: #bbc4d2;
    border-radius: 6px;
}
.nav-modal.active {
    opacity: 1;
    visibility: visible;
}
/* Close button */
.modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    z-index: 1041;
    display: none;
}
.modal-close::before, .modal-close::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #26426a;
    left: 50%;
    top: 50%;
}
.modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-modal.active .modal-close {
    display: block;
}
/* Navigation links */
.modal-nav-links {
    list-style: none;
    padding: 1rem 0;
    margin: 0;
    text-align: center;
}
.modal-nav-links li {
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}
.nav-modal.active .modal-nav-links li {
    transform: translateY(0);
    opacity: 1;
}
.modal-nav-links .nav-link {
    font-size: 1.2rem;
    padding: .5rem 0;
    color: #26426a;
    transition: color 0.3s ease;
    display: inline-block;
}
/* Desktop navbar */
@media (min-width: 768px) {
    .navbar-collapse {
        display: block !important;
    }
    .navbar-toggler {
        display: none;
    }
    .nav-modal {
        display: none !important;
    }
}
/* Mobile navbar */
@media (max-width: 767.98px) {
    .navbar-collapse {
        display: none !important;
    }
    .navbar-toggler {
        display: block;
    }
}
/* Animation delays */
.nav-modal.active .modal-nav-links li:nth-child(1) {
    transition-delay: 0.1s;
}
.nav-modal.active .modal-nav-links li:nth-child(2) {
    transition-delay: 0.15s;
}
.nav-modal.active .modal-nav-links li:nth-child(3) {
    transition-delay: 0.2s;
}
.nav-modal.active .modal-nav-links li:nth-child(4) {
    transition-delay: 0.25s;
}
.nav-modal.active .modal-nav-links li:nth-child(5) {
    transition-delay: 0.3s;
}
.nav-modal.active .modal-nav-links li:nth-child(6) {
    transition-delay: 0.35s;
}
.nav-modal.active .modal-nav-links li:nth-child(7) {
    transition-delay: 0.4s;
}
.nav-modal.active .modal-nav-links li:nth-child(8) {
    transition-delay: 0.45s;
}
/* Navbar notification badge */
.navbar-notification {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #dc3545;
    color: white;
    border-radius: 50%;
    font-size: 0.75rem;
    margin-left: 0.5rem;
}
.navbar .btn,.navbar .btn:hover {
    height: auto;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #475a6b;
    display: flex;
    padding: 13px !important;
    line-height: 1;
    background: #FFFFFF;
    border-color: #bbc4d2;
    border-radius: 6px;
}
/*mobile*/
@media (max-width: 1400px) {
    .page-hero {
        padding: 80px 0;
    }
}
@media (max-width: 1200px) {
    .page-hero {
        padding: 80px 0;
    }
}
@media (max-width: 992px) {
    h1 {
        font-size: 45px !important;
    }
    .lead {
        font-size: 1.0rem;
    }
    .page-hero {
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 33px !important;
    }
    .lead {
        font-size: 1.0rem;
    }
    .light-grey-box-xl {
        border-radius: 0;
        padding: 1rem;
    }
}
@media (max-width: 576px) {
    h1 {
        font-size: 24px !important;
    }
    .lead {
        font-size: 1.0rem;
    }
}
.step-progress {
    height: 4px;
    background-color: #e9ecef;
    margin-bottom: 20px;
}
.step-progress-bar {
    height: 100%;
    background-color: #0d6efd;
    transition: width 0.3s ease;
}
.form-step {
    display: none;
}
.form-step.active {
    display: block;
}
.splide__arrow {
    bottom: -60px;
    top: unset;
}
.splide__arrow--prev {
    right: 4em;
    left: unset;
}
.footer {
    font-size: 14px;
    color: #c9cfdd;
    background: #0f2a43;
}
.footer p {
    color: #c9cfdd !important;
    font-size: 14px !important;
}
.footer a {
    color: #bdd3f2;
    text-decoration: none;
    font-weight: 600;
    /*line-height: 30px;*/
    transition: color .2s;
}
.footer a:hover {
    color: #FFFFFF;
}
a {
    color: rgb(44 58 78);
    text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 991px) {
    .container-md, .container-sm, .container {
        max-width: 100%;
        padding: 0 1.5rem;
    }
}

.navbar-toggler, .navbar-toggler:focus  {
    background-color: transparent;
    border: none;
    padding: 0;
    outline: none;
    box-shadow: none;
}

.splide__arrow {
    background: #f8f9fa;
    border: 1px solid #b8babc;
    border-radius: 6px;
}

.splide__arrow svg{
    height: 15px;
    width: 15px;
}

.max-w-900 {
    max-width: 900px;
}

.width-fit-content {
    width: fit-content;
}

.light-blue-grey {
    background: #ebf0f7;
}
.dark-blue-grey {
    background: #26415d;
}
.darker-blue-grey {
    background: #0f2a43;
}
.darker-blue-grey .lead {
    color: #b4c6de;
}
.brand .iveco-logo {
    max-height: 25px;
}
.brand .man-logo {
    padding: 1px;
}
.brand .cts-logo {
    padding-bottom: 5px;
}

#vehicle-orbit {
    max-height: 274px;
}


.light-mode h1 {

}


/*-----------------------vertical-dot-navigation-----------------------*/

#dot-nav {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

#dot-nav ul {
    margin: 0;
    padding: 0;
}

#dot-nav li {
    margin: 16px 0;
}

.dot {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.dot:hover {
    background-color: #999;
}

.dot.active {
    background-color: #0d6efd;
    transform: scale(1.2);
}

/*----------------------/vertical-dot-navigation-----------------------*/

/*#cookieModal .modal-content {*/
/*    border-radius: 0;*/
/*    box-shadow: 0px 0.5rem 0.75rem rgba(0, 0, 0, 0.08), 0px 0.25rem 3rem rgba(0, 0, 0, 0.08);*/
/*}*/
/*#cookieModal .modal-header {*/
/*    border-bottom: none;*/
/*}*/
/*#cookieModal .modal-body {*/
/*    padding-top: 0;*/
/*}*/
/*#cookieModal .modal-body .accordion-item {*/
/*    border-radius: 0;*/
/*    margin-bottom: 0;*/
/*    border-bottom: none !important;*/
/*}*/
/*#cookieModal .modal-body .accordion-item:last-of-type {*/
/*    border-bottom: 1px solid #d9e0e9!important;*/
/*}*/

#cmp .modal-dialog {
    --bs-modal-margin: 0;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 100%;
}
#cmp .modal-title {
    font-size: 15px;
    font-weight: 700;
}
#cmp .modal-body {
    background: #FFFFFF;
}
#cmp .modal-body p{
    font-size: 13px;
    line-height: 18px;
}
#cmp .modal-footer {
    font-size: 12px;
    color: #7a8090;
}
#cmp .modal-footer a{
    font-size: 12px;
    color: #7a8090;
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 3px;
    transition: color .15s;
}
#cmp .modal-footer a:hover {
    text-decoration: underline;
}
#cmp .accordion-header {
    font-size: 13.5px;
    font-weight: 600;
    padding: 13px 16px;
}
#cmp .accordion-header p {
    font-size: 13.5px;
    font-weight: 600;
}
#cmp .accordion-header:hover {
    background: #f1f3f7;
}
#cmp .accordion-header.collapsed {
    background: #f8f9fb;
}
#cmp .accordion-header::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    transition: transform 0.2s ease;
    transform: rotate(-180deg);
    position: absolute;
    right: 45px;
}
#cmp .accordion-header.collapsed::after {
    transform: rotate(0deg);
}
#cmp .cmp-table-scroll {
    max-height: 180px;
    overflow: hidden; /* aktiv solange SimpleBar noch nicht init */
    opacity: 0;
    transition: opacity 0.15s ease;
}

#cmp .cmp-table-scroll.is-ready {
    overflow: visible; /* SimpleBar übernimmt ab hier */
    opacity: 1;
}
#cmp .table {
    font-size: 13.5px;
}
#cmp .table th {
    text-align: left;
    padding: 6px 8px;
    font-weight: 600;
    color: #7a8090;
    font-size: 11.5px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
#cmp .btn-cmp {
    color:#3a3f50;
    height: 42px;
    padding: 0 22px;
    border-radius: 4px;
    font-size: 13.5px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: background .15s, color .15s, border-color .15s, box-shadow .15s;
    border: 1.5px solid #c0c5d0;
    white-space: nowrap;
    letter-spacing: .01em;
}
#cmp .btn-cmp:hover {
    background: #f4f5f8;
    border-color: #9aa0b0;
}

@media (max-width: 575px) {

    /* Thead ausblenden */
    #cmp .cmp-table thead {
        display: none;
    }

    /* Tabellenstruktur aufbrechen */
    #cmp .cmp-table,
    #cmp .cmp-table tbody,
    #cmp .cmp-table tr,
    #cmp .cmp-table td {
        display: block;
        width: 100%;
    }

    #cmp .cmp-table tr {
        border-bottom: 1px solid var(--bs-border-color);
        padding: 8px 0;
    }

    #cmp .cmp-table tr:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #cmp .cmp-table td {
        border: none;
        padding: 2px 0;
    }

    /* Versteckte Namensspalte auf Mobile als Label einblenden */
    #cmp .cmp-table td.d-none {
        display: block !important;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--bs-secondary-color);
        padding-bottom: 4px;
    }
}
