body {
    overflow: auto;
    font-family: "UniversLTStd-Cn", sans-serif;
}

.web-app-layout header {
    position: relative;
}

h3 {
    font-size: 1.5rem;
}

.stage {
    display: flex;
    flex-direction: column;
    min-height: 185px;
    max-height: 185px;
    margin-bottom: 3rem;
}

.stage-content {
    margin: auto 0 2.5rem;
}

.stage.stage-blue-bg {
    background-color: #0046AD;
}

.stage h1,
.stage h2,
.stage h3 {
    color: #fff;
}

.stage h1 {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-size: 2.25rem;
    margin: 0;
}

.stage h2 {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-size: 1.125rem;
    margin: 0 0 0;
}

.navbar-brand-title a {
    color: #000;
    white-space: nowrap;
}

.navbar-select {
    display: flex;
}

.navbar-select label {
    font-size: 1rem;
    white-space: nowrap;
    margin: auto 1rem auto 0;
}

.nav-tabs-navigation-scroll-dropdown {
    display: none;
}

.nav-tabs-navigation-scroll-dropdown a {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-size: 1.25rem;
    padding: 0.25rem 2rem 0.25rem 0;
    margin: 0.2rem 0 0.2rem;
    display: inline-block;
}

.nav-tabs-navigation-scroll-dropdown a:not(.collapsed) {
    margin-bottom: 1rem;
}

.nav-tabs-navigation-scroll-dropdown a:hover {
    text-decoration: none;
}

.nav-tabs-navigation-scroll-dropdown a:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 70, 173, 0.25)
}

.nav-tabs-navigation-scroll-dropdown a:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-size: 1.5rem;
    position: absolute;
    top: 0.275rem;
    margin-left: 1rem;
    transform: rotate(0);
    transition: all 0.25s ease-in;
}

.nav-tabs-navigation-scroll-dropdown a.collapsed:after {
    transform: rotate(-90deg);
}

.nav-tabs-navigation-scroll {
    position: relative;
    margin-bottom: 2px;
}

.nav-tabs-navigation-scroll:after {
    content: '';
    position: absolute;
    right: -100%;
    bottom: -2px;
    left: -100%;
    border-bottom: 1px solid #D8D8D8;
    height: 1px;
}

.nav-tabs-navigation-scroll .nav {
    width: 100%;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
}

.nav-tabs-navigation-scroll .nav-item {
    flex-basis: 100%;
}

.nav-tabs-navigation-scroll .nav-link {
    font-family: "UniversLTStd-Cn", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    flex-basis: 100%;
}

.nav-tabs-navigation-scroll .nav-link.active {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    color: #0046ad;
}

.nav-tabs-navigation-scroll .nav-tabs-navigation-scroll-indicator {
    position: absolute;
    bottom: -1px;
    min-width: 0;
    width: 0;
    height: 2px;
    background: #0046AD;
    transition: left .3s, width .3s;
}

.nav-tabs-navigation-scroll-tab-content {
    padding: 0;
}

#waypointTest {
    font-size: 3rem;
    color: red;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
}

.nav-tabs-navigation-scroll-tab-pane:last-of-type {
    padding-bottom: 10rem;
}

.nav-tabs-navigation-scroll-section {
    padding: 2rem 0 2rem;
}

.nav-tabs-navigation-scroll-section-heading {
    font-family: 'UniversLTStd-Cn', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    border-bottom: 1px solid #AFAFAF;
    padding-bottom: 0.25rem;
    margin-bottom: 3rem;
}

.side-content-box {
    font-family: "UniversLTStd-Cn", sans-serif;
    position: sticky;
    top: 2rem;
    border: 1px solid #666;
    padding: 1rem;
}

.side-content-box p:last-of-type {
    margin-bottom: 0;
}

.text-small {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-size: 0.85rem;
}

.web-app-layout main .main-inner .simplebar-scroll-content {
    margin: 0 0 0;
    padding: 0 0 3rem;
    overflow-y: scroll;
    position: relative;
}

/* zoom gedöns */
.product-tile:hover {
    box-shadow: none;
}

.product-tile-default:hover .product-tile-image {
    position: relative;
    z-index: 1;
}

.product-tile-image {
    position: relative;
    margin: -1px;
}

.product-tile-default .product-tile-body-link {
    position: static;
}

.product-tile-default .product-tile-body-link a {
    display: block;
    padding: 0.5rem 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-tile-default .product-tile-body-link a i {
    position: static;
}

.drift-pane,
.product-tile-image .drift-pane {
    height: 300px;
    width: 300px;
    margin-left: 1.925rem;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10001 !important;
    border: 1px solid #666;
}

.product-tile-image:hover .drift-pane {

}

.drift-zoom-pane.drift-inline {
    /*position: absolute;*/
    width: 200px;
    height: 200px;
    border-radius: 100%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-img {

}

.drift-bounding-box {
    /*z-index: 0;*/
}

.sticky-wrapper {
    position: relative;
    z-index: 10;
    box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}

.outer-inner {
    overflow: hidden;
}

.outer-inner-inner {
    position: relative;
    z-index: 0;
}

.cms-ready {
    margin: 0 !important;
}

.table-style-flat tr:hover {
    background-color: transparent !important;
}

.table-style-flat thead th,
.table-style-flat tbody td,
.table-style-flat tfoot td {
    border-right: 0;
    border-left: 0;
}

.table-style-flat thead th {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-weight: normal;
}

.table-style-flat tbody td {

    font-family: "UniversLTStd-Cn", sans-serif;
    font-weight: normal;
    /*font-family: "UniversLTStd-BoldCn", sans-serif;*/
    /*font-weight: normal;*/
}

.table-style-flat tfoot td {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-weight: normal;
}

.table.table-style-flat tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.table-style-flat thead th,
.table-style-flat tbody th,
.table-style-flat tfoot th,
.table-style-flat thead td,
.table-style-flat tbody td,
.table-style-flat tfoot td {
    font-size: 1rem !important;
    /*white-space: nowrap;*/
    padding: 1rem 0.5rem;
}

.table-style-flat th span,
.table-style-flat td span {
}

.table-zusammenfassung th:first-of-type,
.table-zusammenfassung td:first-of-type {
    width: 50%;
    font-family: "UniversLTStd-Cn", sans-serif;
    font-weight: normal;
}

.table-zusammenfassung td:first-of-type {
    white-space: nowrap;
    overflow: hidden;
}

.btn-group > .btn {
    font-size: 1.25rem;
    padding: 0.5rem 0.75rem 0.45rem;
}

.btn-group > .btn-primary-functional:not(.active) {
    color: #0046AD;
    background-color: transparent;
}

.table-schaeden .font-weight-normal {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-weight: normal;
}

.table-schaeden-images-td {
    padding: 0 !important;
    border: 0 !important;
}

.table-schaeden-images-element-container {
    overflow: hidden;
}

.table-schaeden-images-element {
    padding: 1rem 0;
    overflow: hidden;
}

.table-schaeden-images-td .row {

}

.table-schaeden-images-td .row .col-2 {
    padding-right: 5px;
    padding-left: 5px;
}

.table-schaeden-image-element {
    padding: 5px 0;
}

.table-th-p-tb-0,
.table-td-p-tb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.table-schaeden-show-row-images {

}

.table-schaeden-show-row-images:hover,
.table-schaeden-show-row-images:focus {
    text-decoration: none;
}

.table-left-right tbody th {
    font-family: "UniversLTStd-Cn", sans-serif;
    font-weight: normal;
    border-right: 0;
    border-left: 0;
}

.table-left-right tbody td {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-weight: normal;
}

.div-table {
    margin-bottom: 3rem;
}

section .div-table {
    margin-bottom: 0;
}

.div-table-body-row {
    font-family: "UniversLTStd-Cn", sans-serif;
    display: table;
    width: 100%;
    margin-top: -1px;
}

.div-table-body .div-table-th {
    display: table-cell;
}

.div-table-body .div-table-td {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    display: table-cell;
}

.div-table-body .div-table-th,
.div-table-body .div-table-td {
    width: 25%;
    padding: 1rem 0.5rem;
    border-top: 1px solid #D1D4D3;
    border-bottom: 1px solid #D1D4D3;
}

.div-table-full-width .div-table-td {
    width: 75%;
}

.div-table-body .div-table-td {
}

.show-more-button-container {
    position: relative;
    text-align: center;
    margin-bottom: 1rem;
    overflow: hidden;
}

.show-more-button-container a.btn {
    margin: 1rem 0;
    position: relative;
    z-index: 1;
}

.show-more-button-container a.btn:after {
    content: '';
    height: 1px;
    background-color: #D1D4D3;
    position: absolute;
    top: 50%;
    right: -1000%;
    left: 105%;
}

.show-more-button-container a.btn:before {
    content: '';
    height: 1px;
    background-color: #D1D4D3;
    position: absolute;
    top: 50%;
    right: 105%;
    left: -1000%;
}

.accordion-ausstattung {
    margin-bottom: 0;
}

.accordion-element {
    overflow: hidden;
}

.accordion-ausstattung .accordion-header {
    text-align: center;
    padding: 0;
    margin-top: -0.75rem;
}

.accordion-ausstattung .accordion-element h3 {
    margin-bottom: 0;
}

.accordion-ausstattung .collapse-btn {
    font-family: "UniversLTStd-BoldCn", sans-serif;
    font-size: 0.9375rem;
    color: #0046ad;
    text-transform: uppercase;
    position: relative;
    padding: 0.9375rem 1.5rem 0.9375rem;
    margin-bottom: 2rem;
}

.accordion-ausstattung .collapse-btn:focus {
    box-shadow: none;
}

.accordion-ausstattung .collapse-btn:before {
    content: '';
    height: 1px;
    background-color: #D1D4D3;
    position: absolute;
    top: 50%;
    right: 105%;
    left: -1000%;
    margin: 0;
}

.accordion-ausstattung .collapse-btn:after {
    content: '';
    height: 1px;
    background-color: #D1D4D3;
    position: absolute;
    top: 50%;
    right: -1000%;
    left: 105%;
    margin: 0;
    transform: none !important;
}

/*.accordion-ausstattung .accordion-element:first-of-type .accordion-collapse {
    position: relative;
}*/

.accordion-ausstattung .accordion-element .accordion-collapse {
    position: relative;
}

.accordion-ausstattung .accordion-element .accordion-collapse.preview:not(.active):after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    height: 50px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 61%, rgba(118, 58, 133, 0) 100%);
}

.accordion-ausstattung .accordion-body {
    padding: 0.5rem 0 1rem;
}

.list-group-ausstattung {
    border: 1px solid #D1D4D3;
    padding: 0.5rem 1rem;
    border-radius: 3px;
}

.list-group-ausstattung .list-group-element-ausstattung {
    padding: 6px 5px;
    border-bottom: 1px solid #D1D4D3;
}

.list-group-ausstattung .list-group-element-ausstattung:last-of-type {
    border: 0;
}

.counter-ausstattung {
    font-family: 'UniversLTStd-BoldCn', sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.code-ausstattung {
    color: #AFAFAF;
    display: block;
    margin-right: 12px;
    float: left;
    overflow: hidden;
}

.austattung-text {
    display: block;
    overflow: hidden;
}

.card-element-title {
    font-family: 'UniversLTStd-BoldCn', sans-serif;
    margin-bottom: 0.5rem
}

.card-element-container {
    height: calc(100% - 1rem);
    margin-bottom: 1rem;
}

.card-element {
    border-radius: 3px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.card-element-image {
    margin-bottom: -2px;
    position: relative;
}

.card-element-image .badge-custom {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    white-space: nowrap;
    background-color: #002D72;
    max-width: 96%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-element-image img {
    cursor: zoom-in;
}

.card-element-image .splide__arrow--next {
    right: 5px;
}

.card-element-image .splide__arrow--prev {
    left: 5px;
}

.card-element-text {
    padding: 0.5rem 1rem;
    border: 1px solid #D1D4D3;
}

.card-element-header {
    margin: 0.25rem 0;
    font-size: 0.9rem;
}

.card-element-container .card-element {
    margin-bottom: 0;
    /*height: 100%;*/
}

.card-element-list-element {
    border-bottom: 1px solid #D1D4D3;
    padding: 0.5rem 0;
}

.card-element-list-element:last-of-type {
    border: 0;
}

.card-element-element-title {
    color: #AFAFAF;
    display: block;
}

/* lightbox */

.lightbox-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s linear;
}

#lightbox {
    position: fixed; /* keeps the lightbox window in the current viewport */
    top: 0;
    right: -100%;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background-color: #444;
    color: #fff;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s linear;
}

#lightbox.show {
    right: 0;
}

.lightbox-inner {
    position: relative;
    margin: 0;
    padding: 0 2rem 1rem;
    overflow-y: auto;
    height: calc(100% - 48px);
}

.lightbox-close-container {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    text-align: right;
    background-color: rgba(0, 0, 0, 0.75);
}

.lightbox-close {
    font-size: 2rem;
    color: #fff;
    margin-top: 0.5rem;
    margin-right: 2rem;
    transition: all 0.5s;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}

.lightbox-element {
    text-align: left;
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    max-width: 1280px;
    margin: auto;
    position: relative;
}

.lightbox-element:last-of-type {
    border: 0;
}

.lightbox-element img {
    width: 100%;
}

.lightbox-image {
    position: relative;
}

.lightbox-fullscreen-toggler {
    font-size: 1.25rem;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.25rem 0.5rem;
    background-color: #000;
    display: block;
    transition: all 0.15s ease-in-out;
}

.lightbox-fullscreen-toggler:hover {
    font-size: 1.45rem;
}

.lightbox-fullscreen-toggler:hover,
.lightbox-fullscreen-toggler:focus {
    text-decoration: none;
}

.lightbox-fullscreen-toggler:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f065";
    color: #fff;
    display: block;
}