/********** common setting **********/
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/oswald-v53-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/oswald-v53-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-3-v15-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-3-v15-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-3-v15-latin-700.woff2') format('woff2');
}

* {
    font-family: 'Source Sans 3';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

.oswald {
    font-family: 'Oswald';
}

.uppercase {
    text-transform: uppercase;
}

html, body {
    overflow-x: hidden;
}

body {
    font-size: 1.1rem;
}

h1.my-5 {
    margin-top: 0 !important;
}

h2 {
    font-size: 2.8rem !important;
    font-weight: 700;
    color: #502258;
}
.text-white h2 {
    color: #ffffff;
}
h2.small {
    font-size: 1.75rem !important;
}


h3 {
    color: #502258;
}

h3.large {
    font-size: 2.15rem;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

a, a:hover {
    color: #F04271;
}

a:focus {
    color: currentColor;
    text-decoration: none;
}

b, strong {
    font-style: normal;
    font-weight: 700;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.wex-cta {
    border-radius: 30px !important;
    padding: 12px 30px !important;
    font-size: 1.2rem;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.wex-cta:hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.wex-cta-wide {
    width: 100%;
}

.cta-green {
    background: #ec1751;
    color: #0c111f;
    background: #630820;
    color: #ffffff;
    border: 2px solid #ec1751;
}
.cta-green:hover {
    color: #ffffff;
    background: #ff376d;
}
.cta-green:focus {
    color: #ffffff;
    border-color: #ffffff;
}

.cta-blue {
    background: #0c111f;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #0c111f !important;
    color: #0c111f;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #0c111f !important;
    color: #0c111f;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

#customer-portal-link {
    background: #AA0E37;
    color: #ffffff;
    padding: 8px 20px;
    position: fixed;
    left: 10%;
    z-index: 10000;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
}

#customer-portal-link:hover {
    background: #ff376d;
}

/********** Scroll To Top **********/
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 16px;
    text-decoration: none;
    border-radius: 100px;
}
a.back-to-top:focus {
    outline-color: #ffffff;
}
  
a.back-to-top i {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #0c111f;
    background: #ec1751;
    border-radius: 20px;
    text-align: center;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
  
a.back-to-top i:hover, a.back-to-top i:focus {
    text-decoration: none;
    background: #ff376d;
    color: #ffffff;
    transform: scale(1.1);
}

/********** Banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** Showrooms **********/
.iframe__showrooom {
    width: calc(100% - 18vw);
    height: 90svh;
    border: 0;
    border-radius: 2vw;
    margin: 6vw 9vw 0;
}
.iframe__showrooom2 {
    border: 0;
    width: 55%;
    height: 580px;
    margin: 0 0 0 50%;
}

/********** Feature **********/
.feature img {
    width: 100%;
    /*max-width: 480px;*/
    max-width: 100%;
}

#feature-third img, #feature-fourth img {
    max-width: 95%;
}


#feature-first {
    background: linear-gradient(170deg, #ffffff 50%, #8a2a76 50.1%, #8a2a76 100%);
}

#feature-second {
    background: linear-gradient(-182deg, #8a2976 25%, #0c111f 90%)
}

#feature-third, #feature-fourth {
    background: #0c111f;
}

#feature-showroom2 {
    position: relative;
    margin-top: 80px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    width: 100%;
    height: 576px;
    box-shadow: inset 0 3em 4em -3.5em rgba(49, 35, 15, 0.5),inset 0 -3em 4em -3.5em rgba(49, 35, 15, 0.5);
}

#feature-showroom2 .container-title {
    position: absolute;
    height: 100%;
    padding-left: 10vw;
    font-size: 3.4vw;
    max-width: 50%;
    font-family: 'Source Sans 3';
    font-weight: 600;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

#feature-showroom2 .container-title img {
    height: 80%;
}

@media (max-width: 991px) {
    .iframe__showrooom2,
    #feature-showroom2 {
        height: 480px;
    }
}
@media (orientation:portrait) and (max-width: 767px) {
    #feature-showroom2 {
        height: 75vh;
        height: 75svh;
        display: flex;
        flex-direction: column;
    }
    #feature-showroom2 .container-title {
        max-width: 100%;
        width: 100%;
        padding: 0;
        justify-content: center;
        position: relative;
        height: 40%;
        align-items: flex-end;
    }
    #feature-showroom2 .container-title img {
        width: 50%;
        height: 90%;
    }
    .iframe__showrooom2 {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
    }
}
@media (orientation:landscape) and (max-width: 767px) {
    #feature-showroom2 {
        height: 75vh;
        height: 75svh;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 575px) {
    #feature-showroom2 {
        height: 60vh;
        height: 60svh;
    }
}

/********** Price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table .row {
    align-items: stretch;
    justify-content: space-between;
}

#price-table .row div.column {
    border: 1px solid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.15);
}

#price-table__premium {
    background: #0c111f;
    background: linear-gradient(-15deg, #402752 30%, #eb1851 100%);
    color: #ffffff;
}

#price-table ul li {
    padding: 5px 0 5px 20px;
    text-align: left;
    position: relative;
}
#price-table ul li:before {
    content: '\271A';
    color: #26dc9e;
    position: absolute;
    left: 0;
}

#price-table h3 {
    font-weight: 600;
    color: #ec1751;
}
#price-table__premium h3 {
    color: #ffffff;
}

#price-table .display-2 {
    font-size: 3.5rem;
}

#price-table .wex-cta {
    width: fit-content;
}

@media (max-width: 575px) {
    #price-table .col-md-6 {
        margin-left: 3rem;
        margin-right: 3rem;
    }
}
@media (min-width: 576px) {
    #price-table .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
}
@media (min-width: 992px) {
    #price-table .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
        flex: 0 0 24%;
        max-width: 24%;
    }
}

#price-table .rounded {
    border-radius: 1.75rem;
}

/********** Contact **********/
#contact {
    background-size: cover;
    padding-bottom: 1px;
}

#contact .form-group {
    margin-bottom: 0rem;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    color: #ec1751;
    color: #ffffff;
}

#contact form input,
#contact form textarea {
    background: transparent;
    border: 1px solid #ec1751;
    color: #ffffff;
}

.form-control:focus {
    outline-offset: -1px;
    outline: 2px solid #ffffff;
}

.text-success {
    color: #00CCCC !important;
}

.text-danger,
.help-block.with-errors {
    color: #f684a4 !important;
    min-height: 32px;
}

@-webkit-keyframes shake {
    0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
    20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); transform: translateX(10px); }
}
@keyframes shake {
    0%, 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px); }
    20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes tada {
    0% { -webkit-transform: scale(1); transform: scale(1); }
    10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
    30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
    40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
    100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); }
}
@keyframes tada {
    0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
    10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
    30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
    40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
    100% { -webkit-transform: scale(1) rotate(0); -ms-transform: scale(1) rotate(0); transform: scale(1) rotate(0); }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/********** Copyright **********/
#copyright {
    background: #502258;
    padding: 1rem 3rem;
}

#cookie-settings {
    display: inline-block;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #ffffff;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #0c111f;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #ec1751;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

#copyright #social-media a:focus {
    outline-color: #ec1751;
}

/********** Caption Tool **********/
.file {
    background: linear-gradient(115deg, rgb(120 120 120) 0%, rgba(50, 50, 50, 1) 100%);
    color: #ffffff;
    margin: 0 1px;
    padding: 0 4px;
    border-radius: 4px;
    font-weight: 700;
}

.cta-white-purple {
    color: #522f87;
    background: #ffffff;
    width: 100%;
    font-weight: 400;
    font-size: 1.4rem;
}

.cta-red-xl {
    background: #db1248;
    color: #ffffff;
    border: 2px solid #db1248;
    font-weight: 400;
    font-size: 1.9rem;
    border-radius: 40px !important;
}
.cta-red-xl:hover {
    color: #ffffff;
    background: #ff376d;
}
.cta-red-xl:focus {
    color: #ffffff;
    border-color: #ffffff;
}

.inactive {
    background: rgba(255,255,255,0.25);
}
.inactive:hover {
    background: #ffffff;
}

#functionsContainer {
    position: relative; 
    min-height: 600px;
}
@media (max-width: 991px) {
    #functionsContainer {
        min-height: 390px;
    }
    #sidebar {
        max-width: 100% !important;
        flex-basis: 100%;
    }
    #functionsContainer .col-md-9 {
        position: relative;
        max-width: 100%;
        flex-basis: 100%;
        min-height: 390px;
    }
    #toggleSizeBtn {
        display: none !important;
    }
}
@media (min-width: 992px) {
    #functionsContainer {
        min-height: 500px;
    }
}
@media (min-width: 1200px) {
    #functionsContainer {
        min-height: 600px;
    }
}

#videoContainer {
    border-radius: 24px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.06);
    background-color: #000000;
    padding: 0px !important;
    aspect-ratio: 16 / 9;
    line-height: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;              /* Ausgangsbreite */
    transform-origin: top right; 
    transition: 
        width 0.4s ease,
        transform 0.4s ease;
}
#videoContainer.expanded {
    width: 100%;
    transform: scale(1.333);
}
#videoCarousel {
    max-width: 100%; 
    border-radius: 24px;
}

#sidebar {
    transition: opacity 0.4s ease;
}
#sidebar.hidden {
    opacity: 0;
    pointer-events: none; /* Klicks deaktivieren */
}

#toggleSizeBtn {
    top: 3px;
    right: 3px;
    z-index: 999;
    position: absolute;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fct-shortcuts {
    position: relative;
    margin-top: 80px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
    height: 380px;
    margin-bottom: 6rem !important;
}

#fct-shortcuts h2, 
#fct-shortcuts h3 {
    color: #ffffff;
}

#fct-shortcuts .col-md-4.border {
    border-right: 1px solid #ffffff;
}

#fct-shortcuts img {
    margin: auto;
}

@media (max-width: 767px) {
    #fct-shortcuts {
        height: 760px;
    }
    #fct-shortcuts img {
        scale: 1;
    }
    #fct-shortcuts .col-md-4 {
        padding-bottom: 2rem;
        width: 70%;
        margin: auto;
    }
    #fct-shortcuts .col-md-4.border {
        border-right: 0 none;
        border-bottom: 1px solid #ffffff;
    }
}
@media (min-width: 768px) {
    #fct-shortcuts img {
        scale: 0.9;
        transform-origin: top center;
    }
}

@media (min-width: 992px) {
    #fct-shortcuts img {
        scale: 1;
    }
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 3.6rem;
    }
}

/********** Focus Links **********/
*:focus:not(:focus-visible) {
    outline: none
}
*:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
}