/*
 * LAYOUT
 */

html,
body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex-shrink: 0;
}

body {
    background-color: #f8f8f8;
    font-family: "Open Sans", sans-serif;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

div.ajax-indicator {
    background-color: #000;
    background-image: url(/.resources/webshop-module-templating/webresources/img/indicator.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 50px;
    line-height: 50px;
    opacity: 0.4;
    text-align: center;
    width: 100px;
    z-index: 2000;
}

.ott-ajax-indicator-wrapper div.ajax-indicator{
    background-color: #000;
    background-image: url(/.resources/webshop-module-templating/webresources/img/indicator.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 7px;
    height: 80px;
    line-height: 50px;
    opacity: 0.4;
    text-align: center;
    width: 100px;
    z-index: 2000;
}

b, strong {
    font-weight: 600;
}

.ajax-indicator-wrapper {
    position: fixed;
    z-index: 2000;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.1);
}

.skip-link {
	margin: 10px;
	padding: 7px;
	padding-bottom: 9px;
	background-color: #D9D9D9;
	position: absolute;
	left: -10000px;
	top: auto;
	z-index: 10;
}

.skip-link:focus-within {
   	left: 0px;
   	top: 0px;
   	border: 2px solid #000;
}

.skip-link a {
	padding: 2px;
	text-decoration: none;
	border-bottom: 2px solid #000;
}

.skip-link a:focus,
.skip-link a:focus-visible {
	outline: none !important;
}

.show-grid{
    display:grid !important;
    place-content: center;
}

@media (min-width: 992px) {
    .container {
        width: 990px; /* 960px wide style with 15px margin left and right */
    }
}

.wide-container {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 1938px) {
    .wide-container {
        width: 1920px;
    }
}

.desktop-only {
    display: none;
}

@media (min-width: 768px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .nav > li.mobile-only {
        display: none;
    }
}

.wide-desktop-only {
    display: none;
}

@media (min-width: 1200px) {
    .wide-desktop-only {
        display: block;
    }

    .non-wide-desktop-only {
        display: none;
    }
}

video::-webkit-media-controls-panel-container {
    display: none !important;
}

@-ms-viewport {
    width: auto !important;
}

/*
 * TYPOGRAPHY
 */

h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin-top: 60px;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
}

h2 {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 20px;
}

h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 > .fa-2x {
    vertical-align: middle;
    margin-right: 5px;
}

h4 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.43em;
}

.fa-sp-big {
    font-size: 30px !important;
}

.bold {
    font-weight: 600;
}

.italic {
    font-style: italic;
}

.error-header {
    margin-bottom: 5px;
    text-align: center;
}

.error-parent {
    margin-left: auto;
    margin-right: auto;
    width: 0;
}

.error-background {
    color: #e4e4e4;
    font-size: 160px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    z-index: -5;
    transform: translate(-50%, -90px);
}
@media (min-width: 768px) {
    .error-background {
        font-size: 250px;
        transform: translate(-50%, -130px);
    }
}

.error-text {
    text-align: center;
}

.error-btn-div {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.error-container {
    min-height: 500px;
    position: relative;
}

.error-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
/*
 * BUTTONS
 */

.btn {
    border-radius: 0px;
    border: none;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    max-width: 300px;
}

.btn-primary,
.btn-primary-blue,
.btn-primary-gray {
	padding-top: 17px;
    padding-bottom: 17px;
    white-space: normal;
}

.btn-primary {
    background-color: #fbf315;
    color: #333333;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #fff483;
    color: black;
    padding-top: 17px;
    padding-bottom: 17px;
    white-space: normal;
    border: none;
    outline: none;
}

.ticketshop .btn-primary:hover, 
.ticketshop .open > .dropdown-toggle.btn-primary:hover {
    background-color: #e2db13;
}

.ticketshop .btn-primary:focus,
.ticketshop .open > .dropdown-toggle.btn-primary:focus {
    background-color: #e2db13;
    color: black;
    padding-top: 17px;
    padding-bottom: 17px;
    white-space: normal;
    border: none;
    outline: 2px solid;
    outline-offset: 2px
}

.ticketshop .btn-primary-blue:focus,
.ticketshop .open > .dropdown-toggle.btn-primary-blue:focus {
    outline: 2px solid #000;
    outline-offset: 2px
}

.btn-default {
    background-color: #666666;
    color: white;
}

.ws-btn-group-btn {
    width: inherit;
    background-color: #ffffff;
    text-transform: none;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    height: 100%;
    border: solid 1px #e4e4e5;
    padding-top: initial;
    padding-bottom: initial;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}

.ws-btn-group-btn.active {
    background-color: #fbf315;
    box-shadow: initial;
}

.ws-btn-group {
    margin-bottom: 40px;
    border-radius: 20px;
    height: 40px;
}

/*
 * NAVBAR
 */

.navbar-logo {
    height: 40px;
    margin: 26px 0px 26px 26px;
    padding: 0;
}

.navbar-logo a {
	display: flex; 
	gap: 10px;
	height: 40px;
}

@media (max-width: 767px) {
    .navbar-logo {
        margin: 10px 0 0 10px;
    }
}

.logo-text {
    display: none;
}

.logo-text-mobile {
    font-size: 26px;
    line-height: 26px;
    margin-top: 7px;
    margin-left: -6px;
    text-transform: uppercase;
    display: block;
}

@media (min-width: 768px) {
    .logo-text-mobile {
        display: none;
    }
    .logo-text {
        font-size: 23px;
        line-height: 21px;
        font-weight: 600;
        margin-top: -2px;
        text-transform: uppercase;
        display: block;
    }
}

.logo-sub-line {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
}

.mainnav {
    font-size: 16px;
}

.navbar {
    background-color: #ffffff;
    margin-bottom: 0px;
    border: 0px;
}

/*
a.housebank-page:hover > span,
a.housebank-page.active > span,
a.logout:hover > span,
.login-component-big a:hover span {
    border-bottom: solid 4px #fbf315;
    padding-bottom: 6px;
}
*/

.login-component-big a {
    display: inline-block;
}

a.logout {
    cursor: pointer;
}

.login-component-small {
    margin-left: 0px;
}

.nav.navbar-nav.navbar-right.bonus-component-big {
    margin-right: 15px;
    height: 25px;
    line-height: 25px;
}

.login-component-big,
.bonus-component-big,
.company-component-big {
    font-size: 16px;
}

.triangle {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid white;
    position: absolute;
    top: -7px;
    left: 223px;
}

.triangle.microsite{
    left: 293px !important;
}

.company-modal-text-sm{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
}

@media (max-width: 767px) {

    .company-selection-modal{
        border-top: 1px solid lightgray;
        width: 100% !important;
        box-shadow: 0 10px 8px rgba(0, 0, 0, 0.15) !important;
    }

    .triangle{
        display: none;
    }

    .mobile-company-select{
        width: 60px;
    }

    .mobile-company-select span{
        position: relative;
    }

    .mobile-company-select .selected-company-icon{
        position: absolute;
        background-size: 30px;
        height: 30px;
        width: 30px;
        bottom: 10px;
        left: 6px;
    }
}

.closeModal{
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 12px;
}


.company-component-big{
    padding-right: 10px;
    position: relative;
    width: 40px;
}

.company-component-big a{
    position: absolute;
    z-index: 1011;
}

.login-component-big i,
.bonus-component-big i{
    background-color: #fbf315;
    border-radius: 50%;
    padding: 5px 6px;
    width: 25px;
    height: 25px;
}

.company-modal-changer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.company-change {
    font-size: 12px;
    font-weight: 900;
    padding-left: 50px;
    cursor: pointer;
}

button.company-modal-button {
    outline: none;
    width: 100px;
    height: 30px;
    background-color: #fbf315;
    border: 0px;
    font-weight: 900;
}

.company-component-big i{
    background-color: #fbf315;
    border-radius: 50%;
    padding: 5px 6px;
    width: 25px;
    height: 25px;
}

.selected.company-component-big i{
    background-color: #ffffff;
    border-radius: 50%;
    padding: 5px 6px;
    width: 25px;
    height: 25px;
    position: relative;
}

i .selected-company-icon{
    position: absolute;
    height: 20px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    bottom: 10px;
    left: 10px;
}

/**
* Company Map Marker Selection
**/

.company-modal-bl {
    position: relative;
    padding: 15px 0px;
}

.bank-locations-wrapper{
    max-height: 250px;
    overflow-y: scroll;
    margin-top: 15px;
}

.bank-location-modal {
    display: flex;
    width: 100%;
    /* height: 65px; */
}

.bank-location-icon{
    width: 40px;
    position: relative;
}

.bank-location-icon {
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 40px;
}

.bank-location-icon i{
    position: absolute;
    top: 20px;
    left: 10px;
}

.bank-location-desc {
    /* width: 80%; */
    padding-left: 10px;
    flex-grow: 2;
}

.bl-header{
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.bl-header-sm{
    font-size: 12px;
    font-weight: 200;
}

.bank-location-arrow {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    min-width: 20px;
}

.bank-location-arrow i {
    /* position: absolute; */
    /* top: 20px; */
    /* left: 0px; */
    font-weight: 100;
    font-size: 20px;
    color: #7b7b7b;
}


.company-selection-modal{
    height: auto;
    width: 350px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1011;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}

.company-modal-footer i{
    position: relative;
    top: 1px;
}


.company-modal-header{
    font-size: 14px;
    font-weight: 900;
}

.company-modal-text{
    padding-top: 15px;
    padding-bottom: 15px;
}

.company-modal-input input {
    width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    background-color: #f1f1f1;
    height: 40px;
    border-bottom: 1px solid #b5b7b5;
    padding-left: 20px;
    outline: none;
}

.company-modal-input .input-addon {
    height: 40px;
    width: 15%;
    background-color: #f1f1f1;
    border-bottom: 1px solid #b5b7b5;
    position: relative;
}

.company-modal-input .input-addon i{
    position: absolute;
    font-size: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.company-modal-input{
    display: flex;
}

.company-modal-footer{
    padding-top: 15px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin: 0px 0px 26px 0px;
    }

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

    .navbar-right {
        margin: 2px 9px 0px 0px;
    }

    .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .navbar-nav > li {
        height: 60px;
    }

    .navbar-nav > li.active > a {
        border-bottom: solid 6px #fbf315;
        padding-bottom: 6px;
    }

    .mainnav > li > a:hover {
        border-bottom: solid 6px #fbf315;
        padding-bottom: 6px;
        text-decoration: inherit;
        background-color: inherit;
    }
    .mainnav > li > a:focus {
        text-decoration: inherit;
        background-color: inherit;
    }

    .navbar .navbar-nav.login-component-big {
        display: inline-block;
    }

    .navbar .navbar-nav.login-component-small {
        display: none;
    }

    .navbar {
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav.login-component-big {
        display: none;
    }

    .navbar .navbar-nav.login-component-small {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .nav-collapse-btn {
        margin-top: 28px;
    }
}

@media (max-width: 767px) {
    .ws-nav-container {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }

    nav {
        z-index: 1020;
    }

    nav > .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-toggle {
        padding: 15px;
        margin: 0;
        /*width: 60px;*/
        height: 60px;
        border-radius: initial;
        border: 0px;
        border-left: 1px solid #e4e4e4;
        background-color: white;
    }

    button[aria-expanded="true"] {
        background-color: #fbf315;
    }

    .container.ws-nav-container > .navbar-header {
        margin-right: 0px;
        margin-left: 0px;
        border-bottom: 1px solid #e4e4e4;
        /*position: relative;*/
    }

    .navbar-collapse {
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 600;
        cursor: pointer;
        margin-left: 0px !important;
        margin-right: 0px !important;
        background-color: rgb(248, 248, 248);
        position: absolute;
        z-index: 1050;
        width: calc(100% + 1px);
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar-collapse > ul {
        margin-right: 0px;
        padding-left: 20px;
    }

    .navbar-collapse button {
        max-width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        background-color: #fbf315 !important;
        height: 41px;
    }

    .navbar-collapse > div.buttons {
        display: block !important;
    }
}

.navbar-collapse > div.buttons {
    display: none;
}

.overlay-background {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    background-color: #000;
    opacity: 0;
    transition: opacity 0.15s linear;
}

@media (min-width: 768px) {
    .ws-nav-container {
        width: auto;
        padding-top: 26px;
    }
}

/*
 * START PANELS
 */

.sp-frame {
    width: 100%;
    height: 300px;
    position: relative;
}

.sp-frame-desktop {
    display: none;
    margin-top: 30px;
}

@media (min-width: 768px) {
    .sp-frame-desktop {
        display: block;
    }

    .sp-frame-mobile {
        display: none;
    }
}

.sp-ele {
    width: 0px;
    height: 0px;
    position: absolute;
    overflow: hidden;
}

.sp-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.sp-img {
    width: 100%;
}

.sp-btn > a.sp-white {
    background-color: white;
}

.sp-btn > a.sp-white:hover,
.sp-btn > a.sp-white:focus,
.sp-btn > a.sp-white:active,
.sp-btn > a.sp-white:active:hover,
.sp-btn > a.sp-white.active:hover {
    color: #373737;
}

.sp-btn > a,
.sp-btn > a:hover {
    max-width: 100%;
    font-size: 14px;
    font-weight: 600;
    /*color: #373737;*/
    color: black;
    padding-top: 13px;
    padding-bottom: 13px;
}

@media (min-width: 768px) {
    .sp-btn > a,
    .sp-btn > a:hover {
        /*font-size: 20px;*/
        line-height: 28px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

@media (max-width: 767px) {
    .container.mobile-borderless {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.can-hover .sp-textable:hover > div .sp-img {
    opacity: 0.1;
}
.can-hover .sp-textable:hover > div .sp-text {
    display: block;
}

.sp-text {
    pointer-events: none;
    display: none;
    position: absolute;
    top: 0;
    margin: 20px;
}
.sp-text > .sp-header {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.sp-toggle-div.active > img {
    opacity: 0.1;
}

.sp-toggle-div.active > .sp-text {
    display: block;
}
/*
 * CREDIT CARD MODAL
 */
.details-modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 55, 55, 0.9);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    transition: opacity 0.3s ease;
    padding: 20px;
}

.details-modal-wrapper {
    display: block;
    margin: auto;
}

.details-modal-container {
    width: 770px;
    min-height: 500px;
    margin: 0px auto;
    padding: 0 80px;
    background-color: #f4f4f4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
}

.credit-chart-wrapper p {
    text-align: center;
}

.details-modal-container > div {
    padding: 10px;
}

.credit-modal-header {
    height: 130px;
}

.credit-modal-body {
    height: 60%;
    background-color: white;
}

.credit-modal-accordion {
    /* height: 130px; */
    padding: 0px !important;
}

.credit-modal-accordion .panel-group {
    margin-bottom: 10px;
}

.justice-text {
    font-size: 11px;
    color: #666666;
}

.details-modal-footer {
    height: 50px;
}

.details-modal-header .house-bank-overview-title {
    font-size: 28px;
    background-color: transparent;
    margin: 0;
}

.modal-header-desc {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #373737;
}

.credit-chart-title {
    padding-top: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #373737;
}

.credit-chart-wrapper {
    height: 150px;
}

.loyalty-chart-wrapper {
    min-height: 60px;
}
.month-bg > p {
    margin: 0;
    text-align: center;
}
.loyalty-points {
    display: flex;
    justify-content: center;
    flex-grow: 2;
    align-items: center;
    padding: 5px 0 3px;
}
.loyalty-points > span {
    display: inline-block;
    font-weight: 400;
    width: 22px;
    height: 22px;
    background-color: #fbf315;
    border-radius: 50%;
    text-align: center;
    color: #373737;
}
.selected .loyalty-points > span {
    background-color: white;
}

.apexcharts-tooltip .modal-tooltip-wrapper {
    cursor: initial;
    position: absolute;
    min-width: 210px;
    top: 58px;
    opacity: 0;
    display: inline-block;
}
.modal-tooltip-wrapper {
    z-index: 1;
    cursor: initial;
    min-width: 210px;
    display: inline-block;
    left: -3.5px !important;
    top: 5px !important;
}
.credit-card-tooltip.modal-tooltip-wrapper {
    min-width: 200px;
    text-align: center;
}
.modal-tooltip-wrapper .small {
    font-size: 0.8rem;
}
.modal-tooltip-wrapper.jan,
.modal-tooltip-wrapper.feb,
.modal-tooltip-wrapper.mar,
.modal-tooltip-wrapper.apr,
.modal-tooltip-wrapper.may,
.modal-tooltip-wrapper.jun,
.modal-tooltip-wrapper.jul,
.modal-tooltip-wrapper.aug,
.modal-tooltip-wrapper.sep,
.modal-tooltip-wrapper.oct,
.modal-tooltip-wrapper.nov,
.modal-tooltip-wrapper.dec {
    left: -87px;
}
.selected .modal-tooltip-wrapper {
    z-index: 1;
    display: block;
    opacity: 1;
}

.modal-tooltip-wrapper > .modal-tooltip-arrow {
    background-image: url(/.resources/webshop-module-templating/webresources/img/tooltip-arrow.png);
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    height: 15px;
    width: 100%;
    position: absolute;
}

.modal-tooltip-wrapper > .modal-chart-tooltip {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    color: #373737;
    background-repeat: no-repeat;
    background-color: white;
    margin-top: 15px;
    padding: 10px 13px;
}

.modal-chart-tooltip > p {
    font-weight: 600;
    margin-bottom: 5px;
}

.modal-chart-tooltip > ul.month-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.month-categories > li {
    background-image: url(/.resources/webshop-module-templating/webresources/img/checkbox_on.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: auto 14px;
    font-weight: 300;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
}

ul.month-categories > * + * {
    margin-top: 3px;
}

.loyalty-chart-wrapper,
.credit-chart-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

#credit-card-chart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11px;
    height: 160px;
}
#credit-card-chart .modal-tooltip-wrapper {
    top: 0;
}
#credit-card-chart .apexcharts-tooltip {
    top: 149px !important;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    text-align: center;
}
#credit-card-chart .apexcharts-tooltip .small {
    font-size: 0.8rem;
}
#credit-card-chart .apexcharts-tooltip.jan {
    left: -84px !important;
}
#credit-card-chart .apexcharts-tooltip.feb {
    left: -37px !important;
}
#credit-card-chart .apexcharts-tooltip.mar {
    left: 9.5px !important;
}
#credit-card-chart .apexcharts-tooltip.apr {
    left: 58px !important;
}
#credit-card-chart .apexcharts-tooltip.may {
    left: 105px !important;
}
#credit-card-chart .apexcharts-tooltip.jun {
    left: 152.5px !important;
}
#credit-card-chart .apexcharts-tooltip.jul {
    left: 200.5px !important;
}
#credit-card-chart .apexcharts-tooltip.aug {
    left: 248px !important;
}
#credit-card-chart .apexcharts-tooltip.sep {
    left: 295px !important;
}
#credit-card-chart .apexcharts-tooltip.oct {
    left: 343px !important;
}
#credit-card-chart .apexcharts-tooltip.nov {
    left: 390px !important;
}
#credit-card-chart .apexcharts-tooltip.dec {
    left: 437px !important;
}
#loyalty-chart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
}

.loyalty-chart-wrapper .month-bg,
.credit-chart-wrapper .month-bg {
    flex-grow: 0;
    position: relative;
    background-color: #f4f4f4;
    width: 7.5%;
    padding: 5px;
    font-weight: 600;
    transition: all 0.1s ease-in;
}

.loyalty-chart-wrapper .month-bg.selected,
.credit-chart-wrapper .month-bg.selected {
    color: white;
    background-color: #373737;
}

.loyalty-chart-wrapper .month-bg.disabled,
.credit-chart-wrapper .month-bg.disabled {
    color: inherit;
    font-weight: 300;
    color: #909090;
    background-color: #f4f4f4;
}

.modal-close-icon {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/close_big.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.details-modal-container > .modal-close-icon {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
    background-size: 20px;
}

.modal-chart-tooltip > a.modal-close-icon {
    display: none;
    top: 24px;
    right: 9px;
    background-size: 20px;
    width: 12px;
    height: 12px;
}

.details-modal-header {
    text-align: center;
    padding: 30px 0 40px;
    margin-top: 10px;
}

.details-modal-header .house-bank-overview-title {
    margin: 0;
    margin-bottom: 10px;
    background-color: transparent;
    /* padding: 0 20px; */
}

.details-modal-header h3 {
    margin-top: 0;
    color: #42b983;
}

.details-modal-body {
    margin: 20px 0;
    background-color: white;
    position: relative;
}

.details-modal-container .details-modal-body {
    padding: 20px;
    padding-bottom: 0;
}

.credit-indicator {
    background-image: url(/.resources/webshop-module-templating/webresources/img/Indikator.png);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
}

.chart-detail-pointer {
    min-height: 100px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
}

.credit-card-modal .chart-detail-pointer .pointer-content {
    width: 330px;
}
.chart-detail-pointer .pointer-content {
    display: inline-block;
    padding: 20px;
    padding-bottom: 0;
    width: 250px;
    background-image: url(/.resources/webshop-module-templating/webresources/img/Indikator.png);
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: left top;
    transition: all 0.2s ease-in-out;
}
.chart-detail-pointer .pointer-content.jul,
.chart-detail-pointer .pointer-content.aug,
.chart-detail-pointer .pointer-content.sep,
.chart-detail-pointer .pointer-content.oct,
.chart-detail-pointer .pointer-content.nov,
.chart-detail-pointer .pointer-content.dec {
    background-position: right top;
}

.pointer-content.jan .pointer-header,
.pointer-content.jan .pointer-value,
.pointer-content.jan .pointer-info,
.pointer-content.feb .pointer-header,
.pointer-content.feb .pointer-value,
.pointer-content.feb .pointer-info,
.pointer-content.mar .pointer-header,
.pointer-content.mar .pointer-value,
.pointer-content.mar .pointer-info,
.pointer-content.apr .pointer-header,
.pointer-content.apr .pointer-value,
.pointer-content.apr .pointer-info,
.pointer-content.may .pointer-header,
.pointer-content.may .pointer-value,
.pointer-content.may .pointer-info,
.pointer-content.jun .pointer-header,
.pointer-content.jun .pointer-value,
.pointer-content.jun .pointer-info {
    text-align: left;
}
.pointer-content.jan {
    margin-left: 22px;
}
.pointer-content.feb {
    margin-left: 69px;
}
.pointer-content.mar {
    margin-left: 116px;
}
.pointer-content.apr {
    margin-left: 164px;
}
.pointer-content.may {
    margin-left: 211px;
}
.pointer-content.jun {
    margin-left: 259px;
}
.credit-card-modal .pointer-content.jul {
    margin-left: -18px;
}
.pointer-content.jul {
    margin-left: 61px;
}
.credit-card-modal .pointer-content.aug {
    margin-left: 29px;
}
.pointer-content.aug {
    margin-left: 108.5px;
}
.credit-card-modal .pointer-content.sep {
    margin-left: 77px;
}
.pointer-content.sep {
    margin-left: 156px;
}
.credit-card-modal .pointer-content.oct {
    margin-left: 124.5px;
}
.pointer-content.oct {
    margin-left: 204px;
}

.credit-card-modal .pointer-content.nov {
    margin-left: 171px;
}
.pointer-content.nov {
    margin-left: 251px;
}
.credit-card-modal .pointer-content.dec {
    margin-left: 218px;
}
.pointer-content.dec {
    margin-left: 298px;
}

.pointer-content .pointer-header {
    font-size: 18px;
    font-weight: 600;
    text-align: right;
    margin-top: 4px;
    margin-bottom: 4px;
}

span.turnover-label {
    display: block;
}

.pointer-header .turnover-label {
    font-size: 15px;
}

.pointer-content .pointer-value {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.43;
    text-align: right;
    margin: 0;
}

.pointer-content .pointer-info {
    font-size: 11px;
    line-height: 1.36;
    text-align: right;
    color: #666666;
}

body.modal-opened {
    height: 100vh;
    overflow-y: hidden;
}

.details-modal-mask .details-modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 40px;
    margin-top: 10px;
}

.details-modal-mask .details-modal-footer a {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 2px solid #fbf315;
}

.credit-modal-default-button {
    float: right;
}

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

.modal-enter .details-modal-container,
.modal-leave-active .details-modal-container {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/*
 * LOYALTY MODAL
 */
.details-modal-body .hint-text {
    background-color: #fff483;
}

.bonus-points.calendar .calendar-display {
    display: flex;
    justify-content: space-between;
}
.calendar-display .month {
    background-color: #f4f4f4;
}

/*

    PRODUCT GROUP

*/
.product-group-modal .stage-image {
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    height: 330px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.15s ease-in-out;
}

.product-group-modal .details-modal-header,
.extra-points-modal .details-modal-header {
    margin: 0 -80px;
    height: 330px;
    padding: 50px 60px;
    z-index: 1;
    position: relative;
}

.product-group-modal .product-group-title {
    font-size: 32px;
    text-align: left;
    margin: 0;
}

.product-group-modal .product-group-icon-modal {
    top: -52.5px;
    height: 105px;
    position: absolute;
    left: 252.5px;
    margin: 0;
}
.product-group-modal .product-group-icon-modal .bg-image,
.product-group-modal .product-group-icon-modal .icon-fg {
    top: 0;
}
.product-group-modal .icon-header {
    position: relative;
    height: 53px;
    padding: 0;
}

.product-group-modal .product-info-header {
    text-align: center;
    padding: 30px 0;
}
.product-info-header .product-count {
    font-weight: 600;
    margin: 0;
}
.product-info-header .product-count-subtitle {
    margin: 0;
}

.product-group-modal .products {
    padding: 0;
}
.product-group-modal .products > * + * {
    margin-top: 20px;
}
.product-group-modal .extra.products > .product {
    height: 140px;
}
.product-group-modal .products > .product {
    background-color: white;
    display: flex;
    height: 172px;
    transition: all 0.2s ease-out;
}
.product.recommended {
    border: solid 3px #fbf315;
    background-color: #ffffff;
}
.product > div {
    width: 50%;
    padding: 20px;
}

.product .product-description {
    overflow: hidden;
    border-right: 1px solid #f4f4f4;
    position: relative;
    transition: all 0.2s ease-out;
}
.extra .product .product-description {
    border-right-width: 0;
}
.product-description .product-header {
    margin-top: 11px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: normal;
    color: #373737;
}
.product.recommended .product-header {
    margin-top: 24px;
}
.product-description .recommendation {
    background-color: #fbf315;
    padding: 8px 11px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
}
.product-description > p {
    margin: 0;
}
.product-description .show-more-less {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.show-more-less .blurr-out {
    height: 29px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.3) 18%, #ffffff);
}
.show-more-less .show-hide {
    background-color: white;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.show-more-less a.show-more i,
.show-more-less a.show-less i {
    line-height: 11px;
}
.show-more-less a.show-more,
.show-more-less a.show-less {
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.product .product-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-actions .wanted-owned {
    display: flex;
    justify-content: space-between;
}
.wanted-owned > * {
    width: 47.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
    color: #373737;
    border: 1px solid #e4e4e4;
    transition: all 0.1s ease-out;
    height: 30px;
}

.wanted-owned .wanted > i {
    color: #979797;
    margin-right: 7px;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-top: 2px;
}
.wanted-owned .wanted > i.heart-icon:before {
    content: "\f004";
    font-weight: 300;
}
.wanted-owned .wanted:hover > i.heart-icon:before,
.wanted-owned .wanted.selected > i.heart-icon:before {
    font-weight: 900;
}

.wanted-owned .wanted.selected,
.wanted-owned .owned.selected {
    font-weight: 600;
}
.wanted-owned .wanted.disabled,
.wanted-owned .owned.disabled {
    color: #e4e4e4;
    cursor: not-allowed;
    border-color: #f4f4f4;
}
.wanted-owned .wanted:hover:not(.disabled),
.wanted-owned .owned:hover:not(.disabled),
.wanted-owned .wanted.selected,
.wanted-owned .owned.selected {
    border: solid 1px #373737;
}
.wanted-owned a.wanted.selected > i,
.wanted-owned a.wanted:hover > i {
    color: red;
}
.product-actions .online-service {
    background-color: #fbf315;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 41px;
    margin-top: 20px;
    display: block;
}
.product-actions .office-appointment-wrapper {
    margin-top: 3px;
}
.office-appointment-wrapper .office-appointment {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}
.office-appointment i {
    font-size: 20px;
    margin-right: 10px;
}
.office-appointment span {
    font-size: 14px;
    font-weight: 600;
    box-shadow: inset 0 -2px 0 0 #fbf315;
    line-height: 25px;
}
.product .product-points {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product-points > .month-slider {
    height: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.month-slider .pointer-lane {
    width: 100%;
    height: 45px;
    padding: 4px 0;
    position: relative;
}
.pointer-lane .pointer-month {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.36;
    color: #666666;
    padding: 4px 10px;
    padding-top: 0;
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/month_pointer_down.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position-y: 4px;
    transition: all 0.25s ease-out;
    position: absolute;
}
/* .pointer-lane .pointer-month {
    width: 8.333333333333334%;
    float: left;
    height: 100%;
}
.pointer-lane .pointer-month.active {
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/month_pointer_down.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position-y: 6px;
    background-position-x: right;
} */
.pointer-month .months-text {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 3px;
}
.pointer-lane .pointer-month.jan,
.pointer-lane .pointer-month.feb,
.pointer-lane .pointer-month.mar,
.pointer-lane .pointer-month.apr,
.pointer-lane .pointer-month.may,
.pointer-lane .pointer-month.jun {
    background-position-x: left;
    padding-right: 0;
}
.pointer-lane .pointer-month.jul,
.pointer-lane .pointer-month.aug,
.pointer-lane .pointer-month.sep,
.pointer-lane .pointer-month.oct,
.pointer-lane .pointer-month.nov,
.pointer-lane .pointer-month.dec {
    text-align: right;
    background-position-x: right;
    padding-left: 0;
}
.pointer-month.jan {
    left: calc(8.333333333333334%);
}
.pointer-month.feb {
    left: calc(2 * 8.333333333333334%);
}
.pointer-month.mar {
    left: calc(3 * 8.333333333333334%);
}
.pointer-month.apr {
    left: calc(4 * 8.333333333333334%);
}
.pointer-month.may {
    left: calc(5 * 8.333333333333334%);
}
.pointer-month.jun {
    left: calc(6 * 8.333333333333334%);
}
.pointer-month.jul {
    right: calc(5 * 8.333333333333334%);
}
.pointer-month.aug {
    right: calc(4 * 8.333333333333334%);
}
.pointer-month.sep {
    right: calc(3 * 8.333333333333334%);
}
.pointer-month.oct {
    right: calc(2 * 8.333333333333334%);
}
.pointer-month.nov {
    right: calc(8.333333333333334%);
}
.pointer-month.dec {
    right: 0;
}

.month-slider .progress-months {
    width: 100%;
    height: 12px;
}
.progress-months > .progress-months-bar {
    position: relative;
    border-radius: 12px;
    height: 13px;
    width: 100%;
    border: solid 0.5px #909090;
    background-color: #f4f4f4;
    padding: 0.5px;
}
.progress-months-bar > .progress-month {
    width: 8.333333333333334%;
    height: 9px;
    transition: all 0.25s ease-out;
    float: left;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    /* border-color: #f4f4f4; */
    background-color: #f4f4f4;
    border-top-width: 0px;
    border-bottom-width: 0px;
}
.progress-months-bar > .progress-month:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-left-width: 0px;
}
.progress-months-bar > .progress-month:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-right-width: 0px;
}
.progress-months-bar > .progress-month.active {
    background-color: #fbf315;
    border-color: white;
}
.progress-labels {
    width: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
}
.progress-labels > * {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.36;
    color: #666666;
}
.product-actions > .points-badge,
.product-points > .points-badge {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.points-badge > .badge-icon {
    width: 55px;
    height: 100%;
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/badge.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
}

.points-badge > .badge-icon.grey-icon {
    width: 55px;
    height: 100%;
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/badge-grey.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 30px;
}

.points-badge > .badge-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.43;
}

/*
 * HOUSE BANK
 */

.house-bank-container {
    color: #373737;
    position: relative;
}

.house-bank-container a {
    cursor: pointer;
}

.house-bank-image {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
.carousel-image.house-bank-image {
    position: absolute;
}
.house-bank-stage {
    position: relative;
}

.house-bank-inner {
    margin-top: 120px;
    overflow: inherit;
}

.house-bank-overview .house-bank-slider-text {
    text-align: center;
    padding-top: 25px;
    min-height: auto;
}
.house-bank-slider-text > p {
    margin-bottom: 0;
}
.house-bank-slider-text > * + * {
    margin-top: 5px;
}

.house-bank-overview {
    background-color: white;
    padding: 10px;
    padding-bottom: 33px;
    padding-top: 25px;
}

.house-bank-overview .house-bank-overview-subtitle.invisible{
    visibility: hidden;
}

.house-bank-overview-title {
    color: #373737;
    background-color: white;
    width: 100%;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
}

.house-bank-overview-title h1 {
    text-align: center;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    margin-top: 33px;
}

.house-bank-overview-subtitle {
    margin-bottom: 20px;
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    margin-top: 15px;
}

.house-bank-overview .house-bank-overview-options {
    background-color: white;
    width: 100%;
    min-height: 170px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}

.house-bank-overview-options-ajax-wrapper {
    position: relative;
    height: 170px;
}

.house-bank-overview-options > div {
    position: relative;
    min-height: 170px;
}

.house-bank-overview-options .house-bank-loyalty-bonus {
    background-color: #f4f4f4;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-image: url(/.resources/webshop-module-templating/webresources/img/treuebonus.png);
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.house-bank-overview-options .house-bank-credit-bonus {
    background-color: #f4f4f4;
    width: 100%;
    text-align: center;
    display: flex;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-image: url(/.resources/webshop-module-templating/webresources/img/kreditkartenbonus.png);
    background-size: auto 113px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 40px;
    height: 100%;
}

.loyalty-icon {
    background-image: url(/.resources/webshop-module-templating/webresources/img/treuebonus_2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: -70px;
    top: -30px;
    width: 113px;
    height: 130px;
}
.credit-card-icon {
    background-image: url(/.resources/webshop-module-templating/webresources/img/kreditkartenbonus.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    right: -98px;
    top: -40px;
    width: 120px;
    height: 140px;
}

.credit-card-modal .bonus-steps-wrapper {
    height: 130px;
}
.bonus-steps-wrapper {
    /* height: 150px; */
    display: flex;
    justify-content: space-around;
}

.credit-card-modal .bonus-step > div:first-child {
    height: 75px;
}
.loyalty-modal .bonus-step.current .bonus-info {
    height: 75px;
}
p.month-intro {
    width: 70%;
}
p.bonus-intro {
    margin: 10px 0;
}
.bonus-step .bonus-info {
    min-height: 55px;
}
.bonus-step .circle-wrapper {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bonus-step .circle {
    background-color: #f4f4f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    white-space: nowrap;
}

.bonus-step.current .circle {
    background-color: #fbf315;
}

.info-small {
    font-size: 11px;
    text-align: center;
}

.info-recommendation {
    font-size: 11px;
    text-align: center;
    display: inline-block;
    background-color: #fbf315;
    padding: 3px;
}

.bonus-advice {
    padding: 10px;
    background-color: #fff483;
    position: relative;
    margin-bottom: 20px;
    margin-right: 78px;
}

.loyalty-modal .bonus-advice {
    margin-right: 70px;
}

.advice-textbox p:before {
    position: absolute;
    content: "";
    background-image: url(/.resources/webshop-module-templating/webresources/img/thumb_up_small.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 8px;
    left: 9px;
}

.advice-textbox p {
    margin: 0;
    text-indent: 25px;
    margin-right: 40px;
}
.advice-textbox a {
    border-bottom: 0;
}
.advice-textbox a::before {
    content: "";
    padding-right: 0;
}

.advice-textbox span {
    font-weight: 600;
}

.advice-textbox .fa-thumbs-up {
    font-weight: 500;
}

.credit-bubbles-wrapper .credit-bubble-0,
.credit-bubbles-wrapper .credit-bubble-1,
.credit-bubbles-wrapper .credit-bubble-2,
.credit-bubbles-wrapper .credit-bubble-3,
.credit-bubbles-wrapper .credit-bubble-4 {
    flex-grow: 0;
    flex-basis: 20%;
    margin: 0px;
}

.credit-bubble-0 > div,
.credit-bubble-1 > div,
.credit-bubble-2 > div,
.credit-bubble-3 > div,
.credit-bubble-4 > div {
    width: 100%;
    height: 50%;
}

.bonus-overlay {
    opacity: 0;
    background-color: white;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    transition: all 0.05s ease-in;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.bonus-overlay > a {
    height: 100%;
    width: 100%;
    font-size: 28px;
    font-weight: 300;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bonus-details.with-hover:hover .bonus-overlay.is-ie {
    opacity: 0.95;
}
/*
    *  HOVER EFFECTS
    */
@media (hover: hover) and (pointer: fine) {
    .bonus-details.with-hover:hover .bonus-overlay {
        opacity: 0.8;
        z-index: 1;
    }
}

.blur-svg {
    display: none;
}

.bonus-details.with-hover:hover .bonus-info {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    -webkit-filter: url(#blur-filter);
    filter: url(#blur-filter);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.bonus-details.with-hover:hover .bonus-overlay a {
    opacity: 1;
    z-index: 1;
}

.house-bank-overview-options > div:nth-child(1),
.house-bank-overview-options > div:nth-child(2) {
    flex-basis: 49%;
}

.house-bank-overview-options > div:nth-child(2) .bonus-program-info {
    width: 100%;
}

.house-bank-overview-options > div:nth-child(2) .bonus-wrapper {
    padding-top: 15px;
    padding-left: 35px;
    padding-right: 40px;
}

.house-bank-overview-options > div:nth-child(2) .bonus-slider-bar .slider-wrapper {
    flex-basis: 100%;
}

.house-bank-overview-options > div:nth-child(2) .bonus-slider-bar .min-slider {
    position: absolute;
    left: 0;
    top: 18px;
    text-align: left;
}
.house-bank-overview-options > div:nth-child(2) .bonus-slider {
    min-height: 88px;
    height: 88px;
    margin-bottom: 18px;
    padding-bottom: 25px;
}
.house-bank-overview-options > div:nth-child(2) .bonus-slider-bar .max-slider {
    position: absolute;
    right: 0;
    top: 18px;
    text-align: right;
    width: 100%;
}

.house-bank-overview-options > div:nth-child(3) .bonus-wrapper {
    padding-top: 30px;
    padding-bottom: 0;
}

.house-bank-overview-options > div:nth-child(3) {
    flex-basis: 100%;
}

.house-bank-overview .house-bank-overview-barometer {
    position: relative;
    min-height: 100px;
}
.house-bank-overview-barometer .bonus-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bonus-details .bonus-info {
    padding: 10px;
    text-align: center;
    flex-basis: 75%;
}

.house-bank-credit-bonus .cc-applying {
    padding: 15px;
}

.cc-applying .cc-applying-link {
    border-bottom: 3px solid #fbf315;
    font-weight: 600;
    font-size: 14px;
}

.house-bank-overview-barometer .bonus-program-info {
    width: 45%;
    text-align: center;
    color: #373737;
    margin: 0 auto;
}

.collect-item-icon .icon-fg {
    background-repeat: no-repeat;
    background-position: center;
    height: 105px;
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    z-index: 1;
}

.collect-item-icon .bg-image {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
    top: 15px;
    left: 0;
    right: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.icon-1 {
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/hand.svg);
    background-size: 65px auto;
}

.icon-2 {
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/graph.svg);
    background-size: 55px auto;
}

.icon-3 {
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/house.svg);
    background-size: 55px auto;
}

.icon-4 {
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/shield.svg);
    background-size: 50px auto;
}

.icon-5 {
    background-image: url(/.resources/webshop-module-templating/webresources/img/hb/bag.svg);
    background-size: 55px auto;
}

.icon-99 {
    background-image: url("/.resources/webshop-module-templating/webresources/img/extrapunkte_sammeln.png");
    background-size: 50px auto;
}

.info-header {
    color: #373737;
    font-size: 28px;
    font-weight: 300;
}

.info-value {
    font-size: 28px;
    font-weight: 600;
    color: #373737;
}

.info-value strong {
    color: #373737;
    font-size: 28px;
    font-weight: 600;
    margin: 0 3px;
}

.info-value a {
    color: #373737;
    border-bottom: 0;
}
.info-value a:before {
    content: "";
}
.info-value a .fa-angle-right {
    font-weight: 100;
    font-size: 26px;
}

.info-description {
    color: #373737;
    font-size: 11px;
}

.info-description.applying-desc {
    padding-left: 42px;
    padding-right: 42px;
}

p.info-header,
p.info-description,
p.info-value {
    margin: 0 0 5px;
}
p.info-description {
    padding: 0 20px;
}

.bonus-slider-bar {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}
.bonus-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-height: 100px;
    /* height: 100px; */
}
.bonus-slider-view {
    height: 59px;
    width: 420px;
    position: relative;
}
.bonus-slider-bar .min-slider {
    padding-right: 10px;
    width: 165px;
    text-align: right;
}

.bonus-slider-bar .max-slider {
    padding-left: 10px;
    width: 165px;
}

.bonus-slider-bar .slider-wrapper {
    height: 13px;
    flex-basis: 45%;
    position: relative;
}
.bonus-slider-bar .slider {
    border-radius: 12px;
    width: 100%;
    height: 100%;
    border: solid 1px #c7c7c7;
    background-color: #f4f4f4;
    position: relative;
    padding-top: 0px;
}

.bonus-slider-bar .slider-progress {
    position: absolute;
    height: 11px;
    width: 4%;
    border-radius: 18px;
    border: solid 0px #909090;
    background-color: #fbf315;
}

.bonus-slider-view {
    position: relative;
}

.bonus-slider .slider-value {
    position: absolute;
    width: 93px;
    top: -59px;
    height: 59px;
    background-image: url(/.resources/webshop-module-templating/webresources/img/slider_value.png);
    background-repeat: no-repeat;
    color: #373737;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding-top: 13px;
    display: flex;
    justify-content: center;
}

.house-bank-banner {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: radial-gradient(circle at 50% 50%, #fbf315, #fbde01 98%);
}
.banner {
    min-height: 200px;
    position: relative;
}
.banner-wrapper {
    height: 100%;
    display: flex;
    min-height: 200px;
}
.banner .banner-left > a {
    background-image: url(/.resources/webshop-module-templating/webresources/img/slider_left.svg);
    background-repeat: no-repeat;
}
.banner .banner-right > a {
    background-image: url(/.resources/webshop-module-templating/webresources/img/slider_right.svg);
    background-repeat: no-repeat;
}

.banner .banner-left > a,
.banner .banner-right > a {
    height: 40px;
    width: 18px;
    cursor: pointer;
}
.banner .banner-left,
.banner .banner-right {
    flex-basis: 70px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.banner .banner-left {
    justify-content: flex-start;
}
.banner .banner-right {
    justify-content: flex-end;
}

.banner .banner-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.banner-content .banner-title,
.banner-content .banner-items-selector {
    flex-shrink: 0;
}

.banner-items-selector {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-items-selector > a {
    cursor: pointer;
    margin: 5px;
    font-size: 15px;
}

.banner-items {
    position: relative;
    flex-grow: 1;
    min-height: 170px;
}
.banner-item {
    position: absolute;
    opacity: 0;
    transition: all 0.2s;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.banner-item a::before {
    content: none;
}
.banner-item.active {
    display: block;
    opacity: 1;
    z-index: 1;
    transition-delay: 0.2s;
}
.banner .banner-control > i {
    font-size: 4em;
}

.house-bank-detail-description {
    position: relative;
    min-height: 70px;
}
.house-bank-detail-description .description-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

.house-bank-detail-description .detail-description {
    padding-bottom: 15px;
    display: flex;
}

.house-bank-detail-description .description-text {
    font-size: 11px;
    color: #666666;
}

.detail-description .detail-legend {
    flex-grow: 2;
    font-size: 14px;
    font-weight: 600;
}
.detail-legend > * + * {
    margin-left: 15px;
}

.detail-legend span {
    border-bottom: 3px solid #fbf315;
}

.house-bank-banner .banner-title {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 20px;
    text-align: left;
}

.house-bank-banner .banner-description {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.43;
}

.house-bank-banner .banner-button {
    background-color: transparent;
    border: 1px solid #373737;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.house-bank-container a[name="products"] {
    cursor: initial;
}
.collect-items > .container {
    min-height: 150px;
    position: relative;
}

.collect-items .items-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 300;
    padding-top: 30px;
}

.collect-items .items-description {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}

.collect-items .items-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
}

.items-container .collect-item {
    background-color: #ffffff;
    width: 31%;
    padding: 10px;
}
.items-container .collect-item:not(.active) {
    cursor: default;
}
.collect-item:not(:nth-child(1)),
.collect-item:not(:nth-child(2)),
.collect-item:not(:nth-child(3)) {
    margin-top: 31px;
}
.collect-item:not(:nth-child(3n + 1)) {
    margin-left: 3.5%;
}

.collect-item-icon {
    width: 105px;
    height: 135px;
    position: relative;
    margin: 0 auto;
}

.collect-item .collect-item-details {
    width: 100%;
    padding-bottom: 10px;
}

.collect-item-details .extra-category-text {
    text-align: center;
    margin: 0 30px;
    font-size: 14px;
}

.collect-item .item-details-title {
    height: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
}

.item-checkbox::before {
    content: " ";
    background-repeat: no-repeat;

    display: inline-block;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
}
.item-checkbox.check-on::before {
    background-image: url("/.resources/webshop-module-templating/webresources/img/checkbox_on.png");
    background-size: 16px;
    margin-left: -29px;
}
.item-checkbox.check-off::before {
    background-image: url("/.resources/webshop-module-templating/webresources/img/checkbox_off.png");
    background-size: 13px;
    margin-left: -30px;
}

.item-details-ul {
    display: flex;
    padding: 0;
    list-style: none;
}

.item-details-ul li.item-checkbox {
    list-style: none;
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.item-details-list {
    margin: 0 auto;
    text-align: left;
}

.m-top-31 {
    margin-top: 31px;
}

.house-bank-hint-wrapper {
    /* height: 200px; */
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
}

.hint-btn-wrapper {
    display: flex;
    justify-content: center;
}

.hint-calling {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.hint-calling .recall-link {
    font-size: 14px;
    font-weight: 600;
    border-bottom: 3px solid #fbf315;
}

.hint-calling .fa-phone {
    padding-top: 10px;
    transform: rotate(90deg);
    font-weight: 400;
}

@media (min-width: 1820px) {
    #house-bank-app.wide-container {
        width: 100%;
    }
}

/*
  * mobile
  */
@media (max-width: 850px) {
    #house-bank-app .house-bank-inner {
        padding-left: 0;
        padding-right: 0;
        margin-top: 150px;
    }

    .house-bank-overview {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }

    .house-bank-overview-subtitle {
        margin-top: 15px;
    }

    .house-bank-overview-options > * + * {
        margin-top: 30px;
    }

    .house-bank-overview-options > div:nth-child(1),
    .house-bank-overview-options > div:nth-child(2) {
        flex-basis: 100%;
    }
    .house-bank-overview-options > div:nth-child(2) .bonus-slider {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .house-bank-overview-options > div:nth-child(2) .bonus-wrapper {
        padding-left: 25px;
        padding-right: 25px;
    }
    .house-bank-overview-options > div:nth-child(3) .bonus-wrapper {
        padding-top: 0;
    }

    .house-bank-overview-barometer .bonus-wrapper {
        display: flex;
        flex-direction: column;
        flex-flow: column-reverse;
    }

    .house-bank-overview-barometer .bonus-program-info {
        width: 100%;
        margin-bottom: 35px;
    }

    .bonus-slider {
        justify-content: center;
        margin: 0 30px;
    }

    .bonus-slider-bar .slider-wrapper {
        flex-basis: 100%;
    }

    .bonus-slider-bar .min-slider {
        position: absolute;
        left: 0;
        top: 15px;
        text-align: left;
    }

    .bonus-slider-bar .max-slider {
        position: absolute;
        top: 15px;
        right: 0;
        text-align: right;
    }

    .bonus-slider-bar {
        margin-top: 0;
    }

    .house-bank-detail-description .detail-description {
        flex-direction: column;
    }

    .house-bank-detail-description .detail-description > * + * {
        margin-top: 10px;
    }

    .detail-description .detail-legend {
        display: flex;
        justify-content: space-between;
    }

    .detail-legend > * + * {
        margin-left: 0;
    }

    .house-bank-detail-description .description-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .items-container-wrapper {
        overflow-x: scroll;
        margin: 0 -15px;
    }

    .collect-items .items-container {
        flex-wrap: nowrap;
    }

    .items-container .collect-item {
        position: relative;
        flex-basis: 80%;
        margin-top: 0;
        margin-left: 10px;
        margin-right: 10px;
    }

    .items-container .collect-item:first-child {
        margin-left: 3.5%;
    }

    .items-container .collect-item:last-child {
        margin-right: 3.5%;
    }

    /* .collect-items .items-container > * + * {
        margin-left: 10px;
    } */
}
/*
     * dialogs
     */
@media (max-width: 810px) {
    .details-modal-wrapper {
        margin: auto 0;
    }
    .details-modal-container {
        width: auto;
        padding: 0;
        padding-top: 25px;
    }
    .product-group-modal .product-group-icon-modal {
        left: calc(50% - 52.5px);
    }
    .product-group-modal .stage-image {
        /* background-position: top center; */
        height: 170px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .modal-chart-tooltip > a.modal-close-icon {
        display: block;
    }
    .product-group-modal .details-modal-header {
        height: 145px;
        margin: 0;
        padding: 0px 30px;
    }
    .product-group-modal .product-info-header {
        padding: 30px;
    }

    .details-modal-container > .modal-close-icon {
        background-color: transparent;
        right: 10px;
        top: 10px;
    }
}
@media (max-width: 770px) {
    .details-modal-body,
    .credit-modal-accordion {
        width: 610px;
        align-self: center;
    }
}
@media (max-width: 670px) {
    .credit-modal-accordion {
        width: 100%;
        margin: 0 20px;
    }
    .details-modal-body {
        width: 100%;
    }
    p.month-intro {
        width: 100%;
    }
}
@media (max-width: 650px) {
    .credit-modal-accordion {
        width: 100%;
        padding: 0 20px !important;
    }
    /*
     * scroll bar functions
     */
    .bonus-scroll-parent-wrapper {
        min-width: 570px;
        padding-right: 20px;
    }
    .scroll-parent-wrapper {
        min-width: 590px;
        padding-right: 20px;
    }
    .bonus-scroll-main-wrapper,
    .scroll-main-wrapper {
        padding-left: 20px;
        margin: 0 -20px;
        overflow-y: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .bonus-scroll-main-wrapper::-webkit-scrollbar,
    .scroll-main-wrapper::-webkit-scrollbar {
        width: 0px;
    }

    .banner .banner-left,
    .banner .banner-right {
        display: none;
    }
    .banner-items-wrapper {
        margin-bottom: 75px;
    }
}
@media (max-width: 610px) {
    .bonus-advice,
    .loyalty-modal .bonus-advice {
        margin-right: 0;
    }
    .loyalty-icon,
    .credit-card-icon {
        display: none;
    }
    .product-group-modal .products > .product {
        height: 344px;
        flex-direction: column;
    }
    .product-group-modal .extra.products > .product {
        height: 200px;
    }
    .product .product-description {
        border-right-width: 0;
        border-bottom: 1px solid #f4f4f4;
    }
    .extra .product .product-description {
        border-right-width: 0;
        border-bottom-width: 0;
    }
    .product > div {
        height: 172px;
        width: 100%;
    }
    .extra .product > div {
        height: 140px;
    }
    .extra .product > div:first-child {
        width: 100%;
    }
    .extra .product > div:last-child {
        height: 60px;
        width: 100%;
    }
    .house-bank-overview-options .house-bank-loyalty-bonus {
        background-size: auto 75%;
        background-position: -20px bottom;
    }
}
@media (max-width: 450px) {
    .items-container .collect-item:first-child {
        margin-left: 10px;
    }

    .items-container .collect-item:last-child {
        margin-right: 10px;
    }

    .detail-description .detail-legend {
        flex-direction: column;
    }

    .detail-legend > * + * {
        margin-top: 10px;
    }
}

/*
 * CAROUSEL
 */

.carousel-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.sticker {
    display: none;
    text-align: center;
    vertical-align: middle;
    box-shadow: 10px 18px 12px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1000;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    background-color: #fbf315;
    pointer-events: none;
}

.svc-sticker-container {
    display: none;
}

.ticket-sticker {
    display: block;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    z-index: 100;
    /*border-radius: 50%;*/
    width: 65px;
    height: 65px;
    background-color: #fbf315;
    /*transform: rotate(-20deg);*/
    top: 3%;
    right: 3%;
}

.carousel-control-prev, .carousel-control-next{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control-prev, .carousel-control-next {
    text-shadow: initial;
}
.carousel-control-prev > i, .carousel-control-next > i  {
    position: relative;
    top: 100px;
    margin-top: -1.5em;
    font-size: 3em;
}
.carousel-indicators {
    top: 170px;
    height: 50px;
}

.carousel-control-next{
    left: auto;
}

@media (min-width: 450px) {
    .carousel-control-prev > i, .carousel-control-next > i {
        top: 120px;
    }
    .carousel-indicators {
        top: 210px;
    }
    .carousel-image {
        height: 240px;
    }
}

@media (min-width: 550px) {
    .carousel-control-prev > i, .carousel-control-next > i{
        top: 130px;
    }
    .carousel-indicators {
        top: 225px;
    }
    .carousel-image {
        height: 260px;
    }
}

@media (min-width: 650px) {
    .carousel-control-prev > i, .carousel-control-next > i {
        top: 140px;
    }
    .carousel-indicators {
        top: 245px;
    }
    .carousel-image {
        height: 280px;
    }
}

@media (min-width: 768px) {
    .sticker {
        display: block;
        transform: rotate(-20deg) scale(0.7, 0.7);
        left: 10%;
        top: 0%;
    }

    .sticker.ws-carousel-left{
        display: block;
        transform: rotate(-20deg) scale(0.7, 0.7);
        left: 80%;
        top: 0%;
    }
    .carousel-control-prev > i, .carousel-control-next > i {
        top: 150px;
    }
    .carousel-indicators {
        top: 265px;
    }
    .carousel-image {
        height: 300px;
    }
}

@media (min-width: 870px) {
    .carousel-control-prev > i, .carousel-control-next > i {
        top: 160px;
    }
    .carousel-indicators {
        top: 280px;
    }
    .carousel-image {
        height: 320px;
    }
}

/* Carousel bootstrap 4*/
/* Changes 2202 Bootstrap and Jquery Upgrade*/
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}


@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}


@media (min-width: 992px) {
    .sticker {
        transform: rotate(-20deg) scale(0.8, 0.8);
    }
    .carousel-control-prev > i, .carousel-control-next > i {
        top: 175px;
        margin-top: -2em;
        font-size: 4em;
    }
    .carousel-indicators {
        top: 310px;
    }
    .carousel-image {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .carousel-indicators {
        top: 375px;
    }
    .carousel-control-prev > i, .carousel-control-next > i {
        top: 210px;
    }
    .carousel-image {
        height: 420px;
    }
}

@media (min-width: 1470px) {
    .sticker {
        transform: rotate(-20deg);
        left: 20%;
        top: 10%;
    }

    .sticker.ws-carousel-left{
        transform: rotate(-20deg);
        left: 70%;
        top: 10%;
    }
    .carousel-control-prev > i, .carousel-control-next > i {
        top: 225px;
    }
    .carousel-indicators {
        top: 400px;
    }
    .carousel-image {
        height: 450px;
    }
}

.sticker-text {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    width: 100%;
    pointer-events: none;
}

.sticker-bold {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
}

.carousel-control-prev {
    background: none;
    left: 15px;
}

.carousel-control-next {
    background: none;
    right: 15px;
}

@media (max-width: 500px) {
    .carousel-control-next,
    .carousel-control-prev {
        height: 50%;
    }
}

.ws-carousel-textbox {
    text-align: center;
    margin-top: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.ws-carousel-textbox.ws-carousel-textbox-above.ws-carousel-left{
    text-align: left;
    color: white;
    margin-top: 45px;
    width: 510px;
}

.ws-carousel-textbox-above.ws-carousel-left > a > p {
    max-width: unset;
    margin-left: unset;
}

.ws-carousel-textbox.ws-carousel-textbox-above {
    text-align: right;
    color: white;
    margin-top: 45px;
}

.ws-carousel-textbox-above > a > p {
    max-width: 50%;
    margin-left: auto;
}

.ws-carousel-header {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.43em;
    text-transform: uppercase;
    max-height: 120px;
    min-height: 40px;
    display: block;
    overflow: hidden;
}

.ws-carousel-text {
    margin-bottom: 10px;
    min-height: 40px;
}

@media (max-width: 768px) {
    .ws-carousel-text {
        min-height: 40px;
    }

    .ws-carousel-textbox {
        min-height: 200px;
    }
    .ws-carousel-textbox.carousel-without-button {
        min-height: 0;
    }
    .wide-container {
        margin-bottom: 10px;
    }
}

/*
 * THUMBNAILS
 */

.thumbnail {
    border-radius: 0px;
    border: none;
    padding: 0px;
}

.thumbnail .caption {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.thumbnail a > img.product-card-img {
    height: 170px;
    width: 100%;
}

/*
 * TICKETS
 */

.center-image {
	text-align: center
}

#ticket-teaser {
    margin-bottom: 40px;
}

.ws-ticket-filter-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    margin-left: -5px;
    margin-right: -5px;
}

.ws-ticket-search-div,
.ws-ticket-filter-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 6px;
    margin-right: 6px;
    width: 311px;
    margin-bottom: 20px;
}

.ws-ticket-search-div > span,
.ws-ticket-filter-div > span,
.ws-ticket-filter-div-small > span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

.ws-ticket-search-div > .input-group {
    width: 100%;
}

.ticketshop .ws-ticket-search-div .form-control:focus,
.ticketshop .ws-ticket-search-div .form-control:focus-visible,
.ticketshop .ws-ticket-search-div button:focus,
.ticketshop .ws-ticket-search-div button:focus-visible {
    outline: 2px solid #000 !important;
}

.ws-ticket-search-div > .input-group > input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: solid 1px #e4e4e4;
    border-right: none;
    -webkit-appearance: none;
    box-shadow: none;
    height: 40px;
    font-weight: bold;
}

.ws-ticket-search-div > .input-group > .input-group-btn > button {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #666666;
    background-color: white;
    border-right: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
    border-top: solid 1px #e4e4e4;
    box-shadow: none;
    height: 40px;
}

.ws-ticket-search-div .input-group-btn .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.ws-btn-dropdown {
    color: black;
    white-space: normal;
    background-color: white;
    height: 40px;
    font-size: 14px;
    width: 180px;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
}

.btn-group.open .ws-btn-dropdown {
    box-shadow: none;
}

.ws-btn-dropdown > span {
    float: left;
    margin-top: -3px;
}

.ws-btn-dropdown > i {
    float: right;
}

.ws-ticket-filter-div-small {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 6px;
    margin-right: 6px;
    width: 311px;
    margin-bottom: 20px;
}

.ws-ticket-filter-div-small .dropdown-menu {
    width: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    max-height: 200px;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    border: 1px solid #e4e4e4;
    border-top: 0px;
}

.ws-ticket-filter-div-small .dropdown-menu > li {
    height: 40px;
}

.ws-ticket-filter-div-small .dropdown-menu > li > a {
    line-height: 40px;
    font-size: 14px;
}

.ws-ticket-filter-div-small > .btn-group,
.ws-ticket-filter-div-small > .btn-group > button {
    width: 100%;
    max-width: 100%;
    font-weight: bold;
    text-transform: none;
}

.ws-ticket-paging-div > div > a.ticket-paging-number {
    display: inline-block;
}

.ws-ticket-paging-div > div > a.ticket-paging-number.active {
    display: inline-block;
    font-weight: 600;
}

@media (min-width: 768px) {
    .ws-ticket-paging-div > div > a.ticket-paging-number {
        display: inline-block;
    }
}

.ws-ticket-paging-div > div {
    text-align: center;
    font-size: 16px;
    line-height: 35px;
}

.ws-ticket-paging-div > div > a {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    height: 35px;
    min-width: 35px;
    border-radius: 17px;
    background-color: #D9D9D9;
    margin-left: 2px;
    margin-right: 2px;
}

@media (max-width: 375px) {
    .ws-ticket-paging-div > div > a {
        padding-left: 4px;
        padding-right: 4px;
        min-width: 20px;
    }
}

.ws-ticket-paging-div > div > a.active {
    background-color: #fbf315;
    border: none;
}

.ws-ticket-total {
    position: relative;
    font-size: 16px;
    line-height: 35px;
}

@media (min-width: 840px) {
    .ws-ticket-total {
        position: absolute !important;
    }
}

.ticket-search-info {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 600;
}

.product-card-ad-marker.product-card-ad-marker-sold-out {
    background-color: #808080;
    color: white;
}

.product-card-ad-marker.product-card-ad-marker-reduced {
    background-color: #fbf315;
    color: #333;
}
.greybox {
    position: absolute;
    width: 100%;
    background-color: lightgray;
    top: 0;
    opacity: 0.8;
    height: 171px;
    z-index: 110;
}

.disabled-product .product-card-img {
    /*filter: brightness(100%) grayscale(100%) contrast(80%);*/
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.disabled-product .product-card-btn {
    background-color: darkgray;
}

.disabled-product .product-card-btn:hover {
    background-color: lightgrey;
}

.disabled-product {
    opacity: 0.8;
}

.disabled-product .product-card-text a {
    pointer-events: none;
    border-bottom: 2px solid darkgray;
}

.disabled-product .login-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    height: auto;
    background-color: #fbf315;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 5px;
}

.product-card-ad-marker {
    z-index: 120;
}
.product-card-ad-marker.product-card-ad-marker-not-available {
    background-color: #808080;
    color: white;
}
@media only screen and (max-width: 665px) {
    .ws-ticket-top-bar-container .ws-ticket-filter-list {
        flex-direction: column;
    }
    .ws-ticket-filter-list .ws-ticket-filter-div-small,
    .ws-ticket-filter-list .ws-ticket-search-div {
        width: inherit;
    }
}

/*
 * VOUCHERS
 */

.voucher-sticker {
    display: block;
    text-align: center;
    vertical-align: middle;
    box-shadow: 5px 9px 6px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 80;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background-color: #fbf315;
    top: 3%;
    right: 3%;
}

.vch-card-box {
    min-height: 170px;
}
.vch-info-box {
    min-height: 382px;
}

.vch-caption {
    min-height: 20px;
}

.vch-detail-box.vch-detail-box-text.col-xs-12 .vch-disclaimer {
    font-size: small;
    font-style: italic;
}

.twitter-typeahead {
    width: 100%;
}

.svc-map {
    min-height: 300px;
}

.vch-detail-box-map {
    padding-bottom: 15px;
    padding-top: 15px;
}

.tt-menu {
    width: 100%;
}

.tt-dataset {
    width: 100%;
    background-color: white;
}

.ws-ticket-paging-div a {
    cursor: pointer;
}

.svc-question-sub {
    font-weight: 400;
    font-size: 14px;
}

.vch-query-div .input-group-btn {
    border-left: transparent;
}

.vch-query-div .tt-hint {
    height: 40px;
}

.vch-query-div .tt-input {
    height: 40px;
    border-color: #e4e4e4;
    border-right: 0px;
    box-shadow: none;
    -webkit-appearance: none;
    /*font-weight: bold;*/
}

.vch-query-div .tt-dataset {
    width: 311px;
    padding-left: 12px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #e4e4e4;
    padding-top: 5px;
}

.vch-query-div .tt-selectable {
    cursor: pointer;
    padding-bottom: 5px;
}

.vch-query-div .twitter-typeahead {
    display: table-cell !important;
    background-color: #fff;
}

.dropdown-menu > li > a {
    cursor: pointer;
}

.vch-query-div > .input-group > .input-group-btn > button {
    width: 38px;
}

.vch-query-div > .input-group > .input-group-btn > button:focus {
    outline: none;
}

.vch-query-div > .input-group > .input-group-btn > button.active {
    color: #333;
    background-color: #fbf315;
}

.vch-info {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: column;
}

.ws-vouch-container > .ws-white-subcontainer {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 993px) {
    .vch-info {
        flex-direction: row;
    }
}

.vch-info > div {
    display: flex;
    align-items: center;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 33.3%;
}

.vch-info > div > div:first-child {
    margin-right: 10px;
}

.vch-info h3 {
    margin-bottom: 20px;
}

#svc-main-text {
    margin-top: 20px;
}

#vch-box {
    padding-left: 0px;
    padding-right: 0px;
}

#vch-box > .ws-itp-box-big-left {
    width: initial;
}

#svc-stage-btn-subtext {
    margin-bottom: 10px;
}

#svc-stage-btn-subtext > span {
    line-height: 20px;
}

/* default image*/
#voucher-app .carousel-image {
    background-image: url(${ctx.contextPath}/.resources/webshop-module-templating/webresources/img/teaser-placeholder.png);
}

[v-cloak] {
    display: none;
}

.vch-detail-container.row {
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 25px;
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 30px;
}
.vch-detail-box-btn {
    margin-top: 10px;
    margin-bottom: 15px;
}
.vch-detail-box-heading {
    margin-top: 30px;
}
.svc-send-div {
    margin-top: 15px;
}
.svc-send-div .svc-send-input {
    margin-bottom: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
    height: 54px;
}

.svc-privacy-msg {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
    line-height: 14px;
    display: block;
}

.btn-secondary {
    background-color: #fafafa;
    color: #333;
    padding-top: 17px;
    padding-bottom: 17px;
    white-space: normal;
}

.ticketshop .btn-secondary {
    background-color: #616161;
    color: #F4F4F4;
    padding-top: 17px;
    padding-bottom: 17px;
    white-space: normal;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
    background-color: #e6e6e6;
    color: black;
    padding-top: 17px;
    padding-bottom: 17px;
    white-space: normal;
    border: none;
    outline: none;
}

.ticketshop .btn-secondary:hover,
.ticketshop .btn-secondary:focus {
	color: #fff;
	background-color: #424242;
}

.ticketshop .btn-secondary:focus {
	outline: 2px solid;
    outline-offset: 2px;
}

.svc-send-div-info {
    font-weight: bold;
    margin-top: 15px;
    text-transform: uppercase;
}

/*
 * FOOTER
 */
.footer-column > p {
    margin-bottom: 30px;
    max-width: 218px;
}

.footer-column > h3 {
    margin-bottom: 20px;
}

.footer-ul {
	margin-left: 2em;
}

.footer-ul > li {
    padding-bottom: 30px;
}

.footer-ul > li a {
	border-bottom: 2px solid #000;
}

.footer-column-list-left {
    margin-left: 0px !important;
}

.social-media-block {
    margin-bottom: 40px;
}

.social-media-block ul {
	list-style: none;
    padding: 0px;
    margin: 0px;
}

.social-media-block ul li {
	display: inline;
}

.social-media-block a {
	margin-right: 15px;
	display: inline-block;
}

.footer-social-media-icon > i.fa-stack-2x {
    color: #666666;
    font-size: 40px;
}

.footer-social-media-icon > i.fa-stack-1x {
    color: #f8f8f8;
    font-size: 18px;
    line-height: normal;
    top: calc(50% - 9px);
}

.footer-container {
    background-color: #666666;
    color: white;
    display: block;
}

.copyright-text {
    display: block;
    float: right;
    margin-bottom: 10px;
}

.copyright-text > span {
    padding-top: 12px;
    display: block;
}

@media (max-width: 767px) {
    .footer-nav {
        font-size: 13px;
        text-align: center;
    }
    .footer-nav.nav > li {
        display: inline-block;
        margin: 0 15px;
    }
    footer .navbar-nav {
        margin-bottom: 0;
        padding: 0 15px;
    }
    footer .navbar-nav > li > a {
        padding: 0;
    }
    .copyright-text {
        display: block;
        margin-bottom: 10px;
        text-align: center;
        float: none;
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .footer-nav {
        color: white;
        height: 42px;
        display: inline-table;
    }

    .navbar-nav.footer-nav > li {
        height: auto;
    }

    .footer-nav > li {
        float: left;
    }

    .footer-main-nav-link {
        display: none !important;
    }
}

.ws-contact-container {
    margin-top: 40px;
}

@media (max-width: 750px) {
    .ws-contact-container {
        margin-right: initial;
        margin-left: initial;
    }
}

@media (min-width: 768px) {
    .navbar-nav.footer-nav > li > a {
        margin-top: 10px;
        padding: 0px;
        margin-left: 0px;
        margin-right: 18px;
    }
}

.footer-nav > li > a {
	border-bottom: 2px solid #fff;
}

.footer-nav > li > a:hover,
.footer-nav > li > a:focus {
    text-decoration: inherit;
    background-color: inherit;
}

.ticketshop .footer-nav > li > a:focus,
.ticketshop .footer-nav > li > a:focus-visible {
	outline-color: #fff;
}

/*
 * PRODUCT CARD
 */

.ws-ticket-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    margin-left: -5px;
    margin-right: -5px;
}

@media (max-width: 665px) {
    .ws-ticket-row:not(.sm-vertical-scroll),
    .ws-ticket-filter-list {
        justify-content: center;
    }
}

.product-card {
    height: 459px;
    width: 311px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 6px;
    margin-right: 6px;
}

img.product-card-img {
    height: 170px;
    width: 100%;
}

.center-image img.product-card-img {
	height: 200px;
    width: auto;
}

/* fix for IE bug with image resizing */
.product-card-wrapper {
    min-height: 1px;
}

.product-card-text {
    height: 122px;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-card-btn {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.product-card-ad-marker {
    background-color: #fbf315;
    position: absolute;
    transform: translateX(-50%) translateX(155px) translateY(-50%);
    min-width: 136px;
    border-radius: 11px;
    text-align: center;
    max-width: 270px;
    padding-left: 10px;
    padding-right: 10px;
}

.product-card-ad-marker.product-card-ad-marker-club {
    background-color: #004d9f;
    color: white;
}

.ticketshop .product-card-ad-marker.product-card-ad-marker-club {
	background-color: #0E66B0;
}

.product-card-ad-marker-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 310px;
}

.product-card-ad-marker-text {
    margin-top: 2px;
    display: block;
}

@media (max-width: 1200px) {
    .sm-vertical-scroll-container {
        overflow-x: scroll;
    }

    .sm-vertical-scroll {
        width: 998px;
    }
}

.sm-vertical-scroll-container::-webkit-scrollbar {
    display: none;
}

.product-card-ticket-p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*
 * COMPONENTS
 */

.btn-center-div {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ws-arg-container {
    margin-bottom: 30px;
}

.ws-arg-box {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.ws-arg-box > h3.ws-arg-header {
    display: flex;
    align-items: center;
}

h3.ws-arg-header > i {
    margin-right: 10px;
}

.ws-rec-text {
    position: absolute;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    font-size: 16px;
    line-height: 1.25;
    bottom: 80px;
    padding-right: 60px;
    padding-left: 60px;
    right: 0px;
    left: 0px;
    display: block;
}

.ws-rec-img {
    width: 100%;
    /*height: 252px;*/
}

.ws-rec-btn {
    max-width: 100%;
}

.ws-rec-panel {
    margin-bottom: 20px;
    /*max-width: 481px;*/
    margin-left: auto;
    margin-right: auto;
}

.ws-itp-box-big {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
    padding-top: 40px;
    display: none;
    justify-content: space-between;
}

.ws-itp-box-big-right {
    align-self: flex-start;
}
.ws-itp-box-big-left {
    width: calc(50% + 30px);
    padding-right: 60px;
}

.ws-itp-box-small {
    padding-bottom: 30px;
    padding-top: 30px;
    display: block;
}

@media (min-width: 901px) {
    .ws-itp-box-small {
        display: none;
    }
    .ws-itp-box-big {
        display: flex;
    }
    .ws-itp-img {
        width: calc(50% - 30px);
        flex-shrink: 0;
    }
    .ws-itp-btn {
        max-width: 300px !important;
    }
}

.ws-itp-btn {
    width: 100%;
    max-width: initial;
}

.ws-itp-heading {
    margin-top: 0px;
}

.ws-itp-text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ws-itp-text > ul,
.ws-itp-subtext > ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ws-itp-text > ul > li,
.ws-itp-subtext > ul > li {
    margin-top: 10px;
}

.ws-itp-text > ul > li:has(a), 
.ws-itp-subtext > ul > li:has(a) {
    border-bottom: 2px solid #333;
	display: table;
	font-weight: 600;
}

.ws-itp-text > ul > li:before,
.ws-itp-subtext > ul > li:before {
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    margin-left: -7px;
    content: "\f00c";
}

.ws-itp-text > ul > li:has(a):before, 
.ws-itp-subtext > ul > li:has(a):before {
    left: -2.14285714em;
    width: 17px;
    top: 0.14285714em;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px / 1 "Font Awesome 5 Pro";
    font-size: inherit;
    margin-left: -7px;
    content: "\f105";
}

.ws-img-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.ws-itp-subtext {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ws-itp-img-col {
    text-align: right;
}

@media (max-width: 901px) {
    .ws-itp-img {
        /*width: 540px;*/
        width: 100%;
        /*height: auto;*/
    }
}

@media (min-width: 901px) and (max-width: 989px) {
    .ws-itp-img {
        width: 430px;
    }
}

.accordion-toggle:before {
    content: "\f13a";
    font: normal normal normal 28px/1 "Font Awesome 5 Pro";
    padding-right: 5px;
    vertical-align: middle;
}

.accordion-toggle.collapsed:before {
    content: "\f138";
}

.accordion-toggle .accordion-toggle-text {
    position: relative;
    top: 1px;
}

.house-bank-container .accordion-toggle .accordion-toggle-text {
    margin-left: 40px;
    line-height: 28px;
    top: 0;
    display: block;
}
.house-bank-container .accordion-toggle.collapsed:before {
    transform: rotate(0deg);
}
.house-bank-container .accordion-toggle:before {
    content: "";
    background-image: url(/.resources/webshop-module-templating/webresources/img/accordion_arrow.svg);
    background-size: 28px;
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: all 0.25s ease-out;
}

.house-bank-container .panel-heading.ws-acc-heading {
    padding: 11px 20px;
    background-color: #ffffff;
}
.house-bank-container .panel-body.ws-ass-panel-body {
    padding: 5px 23px 10px 23px;
}

.panel-default > .panel-heading {
    border: none;
    background-color: initial;
}

.panel-group .panel {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.panel-group .panel:not(:first-child) {
    border-top: 1px solid #e4e4e4;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}

.panel-body {
    border: none !important;
}

/*
 * VIDEO
 */

.vjs-bat-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.vjs-bat-skin .vjs-poster,
.vjs-bat-stage-skin .vjs-poster,
.vjs-bat-vtm-skin .vjs-poster {
    background-color: initial;
    background-size: cover;
}

.vjs-bat-stage-skin {
    width: 100% !important;
    height: 100% !important;
    background-color: initial;
}
.vjs-bat-stage-skin > video {
    position: relative !important;
}
.video-js.vjs-bat-stage-skin > .vjs-big-play-button,
.video-js.vjs-bat-vtm-skin > .vjs-big-play-button,
.video-js.vjs-bat-skin > .vjs-big-play-button {
    top: calc(50% - 45px);
    left: calc(50% - 90px);
    background-color: #fbf315;
    color: #333;
    border: none;
    border-radius: 0px;
    font-size: 6em;
}

/*
 * COMPLIANCE CONSENT POPUP
 */

.cc-compliance > .cc-btn,
.cc-compliance > .cc-btn:hover,
.cc-compliance > .cc-btn:active,
.cc-compliance > .cc-btn:focus {
    /*background-color: #000 !important;*/
    border: none;
}

@media (min-width: 768px) {
    .cc-compliance > .cc-btn {
        margin: 10px;
    }
}

.cc-message > a {
    text-decoration: underline;
}

/*
 * MISC
 */

.webshop-icon-circle {
    color: #fbf315;
    font-size: 24px;
    line-height: inherit;
}
.webshop-icon-circle-inner {
    font-size: 12px;
}

.position-relative {
    position: relative;
}

a {
    color: inherit;
}

a:focus,
a:hover {
    outline: initial;
    color: inherit;
    text-decoration: none;
}

.ticketshop a:focus,
.ticketshop a:focus-visible {
    outline-color: #000;
    outline-offset: 2px;
    outline-width: 2px;
    outline-style: solid;
    box-shadow: none;
}

ul li a.link-marker,
ol li a.link-marker,
p > a,
a.ws-link {
    border-bottom: 2px solid #333;
    font-weight: 600;
}

p > a:before,
a.ws-link:before {
    content: "\f105";
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    padding-right: 5px;
}

@media (max-width: 665px) {
    .ws-link-wrapper {
        text-align: center;
    }
    .ws-title-wrapper {
        text-align: center;
    }
}

.ws-white-subcontainer {
    background-color: white;
    padding-left: 15px;
    padding-right: 15px;
}

.yellow-container {
    background-color: #fbf315;
}

.yellow-container .ws-white-subcontainer {
    background-color: #fbf315;
}

.yellow-container .ws-itp-btn {
    border: 1px solid black;
}

.yellow-container .btn-primary:hover,
.yellow-container .btn-primary:focus,
.yellow-container .btn-primary:active,
.yellow-container .btn-primary:active:hover,
.yellow-container .btn-primary.active:hover,
.yellow-container .open > .dropdown-toggle.btn-primary:hover,
.yellow-container .btn-primary:active:focus,
.yellow-container .btn-primary.active:focus,
.yellow-container .open > .dropdown-toggle.btn-primary:focus,
.yellow-container .btn-primary:active.focus,
.yellow-container .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #fbf315;
    border: 1px solid black;
}

.blue-container {
    background-color: #004d9f;
    color: white;
}

.blue-container .ws-white-subcontainer {
    background-color: #004d9f;
}

.blue-container .ws-itp-btn {
    border: 1px solid black;
}

.blue-container .btn-primary,
.btn-primary-blue,
.blue-container .btn-primary:hover,
.blue-container .btn-primary:focus,
.blue-container .btn-primary:active,
.blue-container .btn-primary:active:hover,
.blue-container .btn-primary.active:hover,
.blue-container .open > .dropdown-toggle.btn-primary:hover,
.blue-container .btn-primary:active:focus,
.blue-container .btn-primary.active:focus,
.blue-container .open > .dropdown-toggle.btn-primary:focus,
.blue-container .btn-primary:active.focus,
.blue-container .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #004d9f;
    border: 1px solid white;
    color: white;
}

.btn-primary-blue:hover,
.btn-primary-blue:focus,
.btn-primary-blue:active,
.btn-primary-blue:active:hover,
.blue-container .btn-primary.active:hover,
.blue-container .open > .dropdown-toggle.btn-primary:hover,
.blue-container .btn-primary:active:focus,
.blue-container .btn-primary.active:focus,
.blue-container .open > .dropdown-toggle.btn-primary:focus,
.blue-container .btn-primary:active.focus,
.blue-container .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #b1c1ce;
    border: 1px solid white;
    color: white;
}

.ticketshop .btn-primary-blue {
    background-color: #0E66B0;
}

.ticketshop .btn-primary-blue:hover,
.ticketshop .btn-primary-blue:focus,
.ticketshop .btn-primary-blue:active,
.ticketshop .btn-primary-blue:active:hover {
    background-color: #0B528D;
}

.btn-primary-gray {
    background-color: #909090;
    color: #ffffff;
}

.btn-primary-gray:hover,
.btn-primary-gray:focus,
.btn-primary-gray:active,
.btn-primary-gray:active:hover {
    background-color: #b2b2b2;
    color: black;
}

@media (min-width: 768px) {
    .ws-yellow-side {
        border-left: 5px solid #fbf315;
    }
}

/*
 * IE hacks
 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ws-btn-group-btn {
        line-height: 17px !important;
    }
}

.r-logo-bg {
    background-image: url(/.resources/webshop-module-templating/webresources/img/raiffeisen-logo.svg);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    background-color: transparent;
}

.r-club-logo-bg {
    background-image: url(/.resources/webshop-module-templating/webresources/img/R-Club_rgb_480.jpg);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    background-color: transparent;
}

.r-club-logo-bg.ticket-sticker-image {
    right: 0;
    top: 7px;
    height: 25px;
    width: 92px;
    background-size: 129px;
}

.r-club-logo-bg.value-icon-small {
    background-size: 50px;
    width: 50px;
    image-rendering: initial;
}

.r-logo-bg-small {
    background-image: url(/.resources/webshop-module-templating/webresources/img/giebel.png);
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

.fa-r-logo {
    bottom: 2px;
    margin-left: 6px !important;
}

.ticket-sticker-image {
    display: block;
    background-size: 50px;
    background-repeat: round;
    width: 25px;
    height: 25px;
    image-rendering: initial;
}

.value-icon-small {
    display: block;
    margin: 0px 0px 0px 8px;
    background-size: 16px;
    background-repeat: no-repeat;
    height: 16px;
}

.value-icon-large {
    display: block;
    background-size: 30px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
}

.value-icon-large-single {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

@media screen and (max-width: 880px) and (min-width: 768px) {
    .email-link-sm {
        font-size: 12px;
    }
}

.btn-google-play-badge {
    background-image: url(/.resources/webshop-module-templating/webresources/img/google-play-badge.png);
    height: 40px;
    width: 135px;
    display: inline-block;
    margin-right: 5px;
    background-size: auto 40px;
    background-repeat: no-repeat;
}
.btn-app-store-badge {
    background-image: url(/.resources/webshop-module-templating/webresources/img/App_Store_Badge.svg);
    height: 40px;
    width: 120px;
    display: inline-block;
    margin-left: 5px;
    background-size: auto 40px;
    background-repeat: no-repeat;
}

.btn-huawei-app-gallery-badge {
    background-image: url(/.resources/webshop-module-templating/webresources/img/huawei-badge.svg);
    height: 40px;
    width: 135px;
    display: inline-block;
    margin-left: 10px;
    background-size: auto 40px;
    background-repeat: no-repeat;
}

.os-ios .btn-google-play-badge,
.os-ios .btn-huawei-app-gallery-badge {
    display: none;
}

/* .os-android:not(.os-huawei) .btn-huawei-app-gallery-badge { */
.os-android .btn-app-store-badge {
    display: none;
}

.os-huawei .btn-app-store-badge {
    display: none;
}

/*
* Bank Search Styles
*/

@media (min-width: 768px) {
    .bs-left-box {
        padding-right: 0px !important;
    }

    .bs-right-box {
        padding-left: 0px !important;
    }
}

.bank-search-detail {
    height: 315px;
    /*border: 1px solid #e4e4e4;*/
    border: none;
    text-align: center;
}
.bank-search-adr-btn {
    width: auto;
    outline: none !important;
}

.bank-search-map-adr-btn {
    width: 70px;
    outline: none !important;
}

.bank-search-location-btn {
    width: 38px;
    border-left: 1px solid #e4e4e4 !important;
    outline: none;
}

.ws-bank-search-query-div {
    margin: 0px;
    flex-direction: column;
    justify-content: space-between;
}

.ws-bank-search-query-div .twitter-typeahead {
    display: table-cell !important;
}

.ws-bank-search-query-div .tt-input {
    height: 45px;
    border-color: #e4e4e4;
    border-right: 0px;
    box-shadow: none;
}

.ws-bank-search-query-div .tt-dataset {
    padding-left: 12px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #e4e4e4;
    padding-top: 5px;
    width: calc(100% + 137px);
}

.ws-bank-search-query-div .tt-hint {
    height: 45px;
}

.ws-bank-search-query-div .tt-selectable {
    cursor: pointer;
    padding-bottom: 5px;
}

.ws-bank-search-query-div > .input-group > input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: solid 1px #e4e4e4;
    border-right: none;
    -webkit-appearance: none;
    box-shadow: none;
    height: 45px;
    font-weight: bold;
}

.ws-bank-search-query-div > .input-group {
    width: 100%;
}

.ws-bank-search-query-div > .input-group > .input-group-btn > button.active {
    color: #333;
    background-color: #fbf315;
}

.ws-bank-search-query-div > .input-group > .input-group-btn > button {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #666666;
    background-color: white;
    /*border-right: solid 1px #e4e4e4;*/
    border-bottom: solid 1px #e4e4e4;
    border-top: solid 1px #e4e4e4;
    box-shadow: none;
    height: 45px;
}
.ws-bank-search-query-div .input-group-btn .btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*border: 1px solid transparent;
    border-radius: 4px;*/
}

.bank-search-detail .page-control img.img-previous {
    left: calc(30% - 50px);
}

.bank-search-detail .page-control img.img-previous,
.content .page-control img.img-next {
    cursor: pointer;
    z-index: 2;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 25px;
    -webkit-filter: grayscale(100%) contrast(80%) brightness(100%);
    filter: grayscale(100%) contrast(80%) brightness(100%);
    border-radius: 65px;
}

.bank-search-detail .page-control img.transition {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bank-search-detail .page-control img {
    border: 1px solid #999;
}

.bank-search-detail .page-control img.img-focus,
img.img-focus-dropdown {
    z-index: 3;
    position: absolute;
    left: calc(50% - 90px);
    width: 180px;
    height: 180px;
    border-radius: 90px;
    top: 0px;
}

.bank-search-detail .page-control img.img-next {
    left: calc(70% - 80px);
}

.bank-search-detail .page-control i.previous {
    left: calc(10% - 30px);
}

.bank-search-detail .page-control i.next {
    right: calc(10% - 30px);
}

.bank-search-detail .page-control i {
    position: absolute;
    top: 67px;
    font-size: 50px;
    font-weight: normal;
    cursor: pointer;
    color: #666 !important;
}

.bank-search-detail .bank-detail-address {
    font-size: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
}

.bank-search-detail .page-control {
    position: relative;
    top: 20px;
    z-index: 2;
    height: 57%;
    /*margin-left: -10px;
    margin-right: -10px;
    width: calc(100% - 20px);*/
}

.bank-search-detail .bs-selected-detail {
    top: 20px;
    height: 20%;
    text-align: center;
    padding: 25px 10px 25px 10px;
}

.bank-search-detail .bs-selected-title {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

.white-bg {
    background-color: #ffffff;
}

.bs-btn-dropdown {
    color: black;
    white-space: normal;
    background-color: white;
    height: 44px;
    font-size: 14px;
    width: 100%;
    vertical-align: middle;
    border: none;
    /*border-bottom: 1px solid #e4e4e4;*/
    max-width: 100%;
    box-shadow: none;
    cursor: default;
}

.bs-btn-dropdown:hover,
.bs-btn-dropdown:focus,
.bs-btn-dropdown:active,
.bs-btn-dropdown:active:hover {
    color: black;
    box-shadow: none;
}

.bs-dropdown-btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.bs-dropdown-div {
    position: absolute;
    /*bottom: 0;*/
    width: 100%;
}

.bs-dropdown-div .dropdown-menu {
    width: 100%;
    box-shadow: none;
    max-height: 222px;
    overflow-y: scroll;
    margin: 0px;
    padding: 0px;
    border: 1px solid #e4e4e4;
    border-top: 0px;
    border-radius: 0px;
}

@media (min-width: 768px) {
    .bs-dropdown-div .dropdown-menu {
        overflow-x: hidden;
    }
}

.bs-dropdown-btn-group {
    width: 100%;
}

.bs-dropdown-btn-group > div {
    border: 1px solid #e4e4e4;
}

.bs-dropdown-div .dropdown-menu > li > a {
    line-height: 39px;
    font-size: 14px;
}

.bs-dropdown-div .dropdown-menu > li > a.active {
    /*background-color: #fbf315;*/
    color: #000;
}

@media (min-width: 768px) and (max-width: 990px), (max-width: 550px) {
    .bs-selection-dropdown .bank-detail-address,
    .bs-selection-dropdown .bank-detail-name,
    .bs-btn-dropdown {
        font-size: 13px;
    }
}

.bank-search-detail .bs-selection-dropdown .bank-detail-name {
    line-height: 15px;
}

@media (max-width: 550px) {
    .bank-search-detail .bs-selection-dropdown {
        height: 360px;
    }
}

.bs-selection-dropdown {
    position: relative;
}

.bs-info-box {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #e6e6e6;
}

.bs-info-box > div {
    color: #666666;
    padding: 0rem 3rem 0rem 20px;
    text-align: left;
    margin: 0px;
    display: flex;
}

.bs-info-box > div > i {
    padding: 3px 5px 0px 0px;
}

.bs-info-box > div > span {
    font-size: 14px;
}

/* Bankstellesuche */
.wide-container.main--component--container {
    margin-bottom: 0px;
    width: 100%;
}
.bank-selection {
    margin-bottom: 0px;
    background-color: #f8f8f8;
}
.input--container {
    padding-top: 5px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 0;
    border-bottom: solid 1px #e4e4e4;
    transition: padding 0.1s ease-in;
}
#company-select-address {
    border-radius: 0;
}
[v-cloak] {
    display: none;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s;
}
.fade-enter,
.fade-leave-to {
    opacity: 0;
}
.map-container {
    position: relative;
    margin-top: 0;
}
.map-container.sticky {
    margin-top: 56px;
}
#bank-select-map {
    width: 100%;
    height: calc(100vh - 261px);
    min-height: 700px;
}
#bank-select-div .input--container.sticky,
#bank-select-div > .input--container.sticky {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    border-bottom: 1px solid #e4e4e4;
    background-color: #f8f8f8;
    z-index: 1;
    padding-bottom: 5px;
}
#global--link {
    position: absolute;
    top: 71px;
    margin-top: -71px; /* top and margin-top need to cancel each other for transitions on position:fixed to work properly */
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    z-index: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}
#global--link.sticky {
    position: fixed;
    top: 56px;
    transition: top 0.1s ease-in-out, display 0.3s ease-in, opacity 0.3s ease-in;
    margin: 0;
}
#global--link .container {
    display: flex;
    justify-content: space-between;
}
#global--link .container span {
    flex-grow: 1;
    color: #fff;
    line-height: 25px;
    font-size: 14px;
}
#global--link span a {
    color: #fbf315;
}
#global--link a.global--link__close {
    color: #ffffff;
    line-height: 24px;
    font-size: 16px;
    display: inline-block;
    width: 25px;
    text-align: center;
    align-self: center;
}
#global--link a:hover,
#global--link a:focus {
    text-decoration: underline;
}
#bank-select-div .ws-bank-search-query-div .tt-dataset {
    width: calc(100% + 106px);
}
#vch-search-reset-btn.bank-search-reset-btn {
    width: 38px;
    border-left: 1px solid rgb(228, 228, 228);
}
#bank-select-div .ws-bank-search-query-div .bank-search-location-btn,
#bank-select-div .ws-bank-search-query-div .bank-search-location-btn:hover,
#bank-select-div .ws-bank-search-query-div .bank-search-location-btn:focus,
#bank-select-div .ws-bank-search-query-div .bank-search-reset-btn,
#bank-select-div .ws-bank-search-query-div .bank-search-reset-btn:hover,
#bank-select-div .ws-bank-search-query-div .bank-search-reset-btn:focus {
    border-right: solid 1px #e4e4e4;
}
h3.location--title {
    margin-top: 0px;
}
button.location__select {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none !important;
    border: 0 !important;
    color: #000 !important;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    background-color: #fbf315 !important;
    white-space: normal;
    transition: 0.5s;
}
.clickable {
    cursor: pointer;
}
#bank-select-map div.clickable {
    margin-left: 5px;
    margin-bottom: 2px;
}
button.location__select:hover,
button.location__select:active {
    background-color: #fbf666 !important;
}
.location--actions {
    display: flex;
    align-content: space-between;
}
.location--actions button {
    min-width: 125px;
    width: 100%;
}

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    background-color: #333333e8; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    padding: 10px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    transform: translateZ(0);
    z-index: 2000; /* Add a z-index if needed */
    top: 0px; /* 30px from the bottom */
    width: 100%;
}

#redirect--overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 1999;
}

#redirect--overlay.show {
    display: block !important;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
    animation: fadein 0.5s, fadeout 0.5s 4.5s;
}

#snackbar.alert {
    visibility: visible; /* Show the snackbar */
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 0px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 0px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

.ajax-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100%;
    background-color: transparent;
    background-image: url(/.resources/webshop-module-templating/webresources/img/loaders/three-dots_gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 20px;
    opacity: 0.3;
}
.alpha-3 {
    opacity: 0.3;
}
.alpha-1 {
    opacity: 0.1;
}
.alpha-5 {
    opacity: 0.5;
}
.blur {
    filter: blur(5px);
}
.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/*
 *  SWIPER
 */
.collect-items .swiper-container {
    width: 100%;
    height: 340px;
}
.collect-items .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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;
}
.collect-items .swiper-slide {
    height: 87%;
}
.swiper-slide .collect-item {
    margin-top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.collect-items .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.collect-items .swiper-pagination-bullet {
    background-color: transparent;
    opacity: 1;
    border: solid 1px #909090;
    width: 15px;
    height: 15px;
    transition: all 0.1s ease-in;
}
.collect-items .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #909090;
}

/*
 * DVV CALCULATOR
*/
#dvv-container .c0124 .tooltip-slider .tooltip-slider__handle-tooltip {
    width: calc(100% - 0px) !important;
}
#dvv-container .c0124 .tooltip-slider .tooltip-slider__handle-tooltip:after {
    font-size: 16px;
}
#dvv-container .jss31 {
    font-size: 16px;
}
.jss49 ul > li {
    font-size: 16px;
}
#dvv-container .c0142 {
    /*width: calc(100% - 300px);*/
    width: 100%;
    padding-left: 20px;
    margin-top: 0;
    padding-top: 0;
}
#dvv-container .c0143:before {
    width: 10px;
    height: 10px;
}
#dvv-container .c0143 span {
    font-size: 16px;
}
#dvv-container .c0139 {
    padding: 0 30px 40px;
}
#dvv-container .c0118 {
    line-height: 16px;
}
#dvv-container .c0134 {
    flex-direction: row;
    gap: 20px;
}
#dvv-container .MuiInputBase-input {
    font-size: 16px;
}
.MuiMenu-list .MuiMenuItem-root {
    font-size: 16px;
}
#dvv-container .MuiSvgIcon-root {
    font-size: 24px;
}
@media screen and (min-width: 1171px) {
    #dvv-container .c013 {
        flex-wrap: wrap;
        max-width: 990px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #dvv-container .c013 > div {
        flex: 1 1 43%;
        margin: unset;
        margin-top: 20px;
    }
    #dvv-container .c013 > div:nth-child(odd) {
        margin-right: 10px;
    }
    #dvv-container .c013 > div:nth-child(even) {
        margin-left: 10px;
    }
    #dvv-container .c013 > div:nth-last-child(1) {
        margin-right: 0;
    }
    #dvv-container .c014 {
        max-width: 990px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #dvv-container .c015 {
        flex-direction: column;
    }
    #dvv-container .c016 {
        flex: unset;
        margin-right: 0;
    }
    #dvv-container .c017 {
        margin-top: 20px;
        margin-left: 0;
        height: auto;
    }
    #dvv-container .c0139 {
        align-items: center;
        flex-direction: row;
    }
    #dvv-container .c0140 {
        width: 245px;
    }
    #dvv-container .c0135 {
        width: 50%;
    }
}
@media screen and (max-width: 1170px) and (min-width: 768px) {
    #dvv-container .c0140 {
        width: 245px;
    }
    #dvv-container .c0142 {
        padding: 0 0 0 20px;
        width: calc(100% - 240px);
    }
}
@media screen and (max-width: 767px) {
    #dvv-container .c0140 {
        width: 237px;
    }
    #dvv-container .c0142 {
        width: auto;
        flex-wrap: nowrap;
        height: auto;
        margin-bottom: 25px;
    }
}

.argumentation-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.argumentation-btn {
    position: relative;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}
.argumentation-buttons .argumentation-btn:first-child {
    padding-bottom: 10px;
}
.argumentation-buttons .argumentation-btn:not(:last-child) {
    background: white;
}
.argumentation-buttons .argumentation-btn:last-child {
    background: linear-gradient(180deg, white 50%, transparent 50%);
}
@media (min-width: 744px) {
    .argumentation-buttons {
        flex-direction: row;
    }
    .argumentation-buttons .argumentation-btn {
        background: linear-gradient(180deg, white 50%, transparent 50%);
    }
    .argumentation-buttons .argumentation-btn:not(:last-child) {
        background: linear-gradient(180deg, white 50%, transparent 50%);
    }
    .argumentation-buttons .argumentation-btn:first-child {
        padding-bottom: 0;
    }
    .argumentation-buttons .argumentation-btn:first-child:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 50%;
        width: 5px;
        border-left: 5px solid #fbf315;
    }
}
@media (max-width: 568px) {
    .argumentation-btn .btn {
        max-width: none;
        margin: 0 20px;
    }
}

/**
 *  WEBSHOP MODULE TEMPLATING BOOTSTRAP TABLE
 */

.table thead tr th,
.bootstrap-table thead tr th {
    background-color: #909090;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}

.table .th-inner,
.bootstrap-table .th-inner {
    text-align: center;
}

.table,
.bootstrap-table .table,
.bootstrap-table .fixed-table-container {
    border-radius: 0px;
}

.table,
.fixed-table-container,
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td,
.bootstrap-table .table,
.bootstrap-table .fixed-table-container,
.bootstrap-table .table > thead > tr > th,
.bootstrap-table .table > thead > tr > td,
.bootstrap-table .table > tbody > tr > th,
.bootstrap-table .table > tbody > tr > td,
.bootstrap-table .table > tfoot > tr > th,
.bootstrap-table .table > tfoot > tr > td {
    border: none;
}

.bootstrap-table .fixed-table-container thead th:first-child:not([data-not-first-th]) {
    border-radius: 0;
}

.table tr:nth-child(even),
.bootstrap-table tr:nth-child(even) {
    background-color: white;
}

.table td p.table-cell-text,
.bootstrap-table td p.table-cell-text {
    text-align: center;
}

.ws-table-left-aligned-first-column .bootstrap-table th:first-child div.th-inner,
.ws-table-left-aligned-first-column .bootstrap-table td:first-child {
    text-align: left;
}

.table thead th .desc,
.fixed-table-container thead th .desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gcQDBwTHrJ+QQAAAHNJREFUOMvt0i0Og1AQRWEwNGnCKnBdA6bLqERXsw9YAPuoYiOV9RU1hJoPg3rB8GNI3knGntyZO0kSiUQC8MCIYWFGVGtkF7ws0yNfm67ELxB9cd+yaoo2kHVIt96uwHsWfXDbW8YTf9RHNJuhwfW8/zkBRWGdjw3oJmwAAAAASUVORK5CYII=");
}

.table thead th .asc,
.fixed-table-container thead th .asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gcQDBwbEGn2cwAAAGpJREFUOMvtzCEOglAAgOFHwc2NU9A8g8VjEM1k7gEH8B4kLmK0GygOy0cgySiAhe1921//EA4LZ9RI/zGr8EW5d3TBy+SJfOsowcOvBsmW2Q3v2azHde0oQ2dZi9Oa2R0DPgsNKEIURTMjip2dj2fN+UMAAAAASUVORK5CYII=");
}

.bootstrap-table img {
    max-width: 300px;
}

tr td img {
    max-width: none;
    width: 100%;
}

tr td a {
    display: block;
    margin: 0 auto;
}

.table tr th .th-inner {
    white-space: normal;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: middle;
}

/* edit mode */

.bootstrap-table-edit-mode tbody tr:nth-child(even) {
    background-color: initial;
}

.bootstrap-table-edit-mode table tbody tr:nth-child(4n) {
    background-color: white;
}
.fixed-table-container,
.table tbody td,
.fixed-table-container .table tbody td {
    border: none !important;
}

.bootstrap-table .fixed-table-footer {
    border: none;
}

.table-wmt table.table tr td img {
    max-width: none;
    width: 100%;
}
.table-wmt table.table td:first-child:nth-last-child(n + 2),
.table-wmt table.table td:first-child:nth-last-child(n + 2) ~ td,
.table-wmt table.table th:first-child:nth-last-child(n + 2),
.table-wmt table.table th:first-child:nth-last-child(n + 2) ~ th {
    width: 50%;
}
.table-wmt table.table td:first-child:nth-last-child(n + 3),
.table-wmt table.table td:first-child:nth-last-child(n + 3) ~ td,
.table-wmt table.table th:first-child:nth-last-child(n + 3),
.table-wmt table.table th:first-child:nth-last-child(n + 3) ~ th {
    width: 33.34%;
}
.table-wmt table.table td:first-child:nth-last-child(n + 4),
.table-wmt table.table td:first-child:nth-last-child(n + 4) ~ td,
.table-wmt table.table th:first-child:nth-last-child(n + 4),
.table-wmt table.table th:first-child:nth-last-child(n + 4) ~ th {
    width: 25%;
}
.table-wmt table.table td:first-child:nth-last-child(n + 5),
.table-wmt table.table td:first-child:nth-last-child(n + 5) ~ td,
.table-wmt table.table th:first-child:nth-last-child(n + 5),
.table-wmt table.table th:first-child:nth-last-child(n + 5) ~ th {
    width: 20%;
}
.table-wmt table.table td {
    min-width: 150px;
}
.table-wmt table.table tr td a {
    word-break: break-word;
}
.fixed-table-footer {
    border: 0;
}
.table-wmt table.table.table > thead > tr > th,
.table-wmt table.table.table > tbody > tr > td,
.table-wmt table.table.table > tfoot > tr > td {
    border: 0;
}
.table-wmt table.table {
    margin-bottom: 40px;
}
.table-wmt tr td a {
    display: inline-block;
}

/**
 * ARGUMENTATION
 */

.ws-arg-box > h3.ws-arg-header {
    display: flex;
    align-items: start;
}

.ws-arg-box > h3.ws-arg-header-w-icon {
    display: flex;
    align-items: center;
}

.ws-arg-header-w-icon i {
    margin-right: 10px;
}

.ws-numbering {
    margin-right: 10px;
}

/**
 * PRODUCT-COMPONENT
 */
@media(max-width: 792px){
    a.subcategory-btn{
        margin-top: 5px !important;
    }
}

@media(min-width: 792px){
    a.subcategory-btn{
        margin-top: 0px !important;
    }
}
/**
 * STAGE-COMPONENT
 */

@media(max-width: 792px){

    .credit-representative-example{
        padding-top: 20px !important;
        width: 100% !important;
        padding-bottom: 20px !important;
    }

    .credit-calculator-app .container{
        display: block !important;
    }
}

@media(min-width: 793px){
    .credit-representative-example{
        width: 35% !important;
    }

    .credit-calculator{
        width: 45% !important;
    }
}

@media (max-width: 983px) {
    .example-best{
        width: 70% !important;
    }
}

@media (max-width: 410px) {
    .example-best{
        width: 100% !important;
    }
}

@media (min-width: 984px) {
    .credit-representative-example{
        width: 30% !important;
    }

    .credit-calculator{
        width: 40% !important;
    }
}

.credit-calculator .input-group{
    width: 130px;
}


.credit-calculator-header-txt{
    height: 50px;
    width: 100%;
}

.result-lbl, .result-rate{
    color: #efefef;
    font-size: 14px;
    font-weight: 800;
}

.result-rate{
    font-size: 14px;
    font-weight: 600;
}

.toggleExample{
    padding-top: 15px;
}

.toggleExampleLink{
    color: #efefef;
    border-bottom: 2px solid #fbf315;
    cursor: pointer;
    user-select: none;
}

.toggleExampleLink .fa{
    font-weight: 400;
}

.toggleExampleLink:focus, .toggleExampleLink:hover{
    outline: none;
    color: #efefef;
}


.example-header{
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 25px;
}

.example-last-text{
    padding-top: 15px;
    padding-bottom: 15px;
}

.credit-calculator-header-txt .header-txt{
    margin: 0 0 0;
    font-size: 24px;
    font-weight: 600;
    color: #efefef;
    text-transform: uppercase;
}

.credit-calculator-header-txt .subtext{
    font-size: 14px;
    color: #efefef;
    padding-top: 5px;
    font-weight: 300;
}

.credit-amount-slider{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider{
    padding-top: 15px;
}

.flexbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.minValue, .maxValue{
    color: #efefef;
    font-weight: 300;
    font-size: 12px;
}

.min-max-label{
    padding-top: 10px;
}

.with-calculator {
    height: auto !important;
}
.credit-calculator .control-label{
    color: #efefef;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.credit-calculator .form-control{
    width: 130px;
    text-align: right;
    height: 28px;
    border-radius: 0px;
}

.credit-duration-slider{
    width: 100%;
    margin-bottom: 20px;
}
.credit-result{
    width: 100%;
    margin-bottom: 40px;
}

.credit-representative-example{
    background-color: rgba(255,255,255,0.65);
    width: 30%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 10px;
}

.credit-btn{
    width: 100%;
    text-align: center;
}

.example-best{
    width: 80%;
}

.credit-btn .btn-primary{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.credit-btn .btn-primary:hover, .credit-btn .btn-primary:active, .credit-btn .btn-primary:focus{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.carousel-image{
    position: relative;
}

.credit-calculator-app .container{
    height: 100%;
    display: flex;
}
.credit-calculator{
    height: 100%;
    width: 40%;
    background-color: rgba(25,25,25,0.65);
    padding: 20px;
}

/** TEST **/
/* component style */

.subcategory-btn-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.subcategory-btn{
    border: 1px solid lightgray;
    padding: 5px 10px;
    background: white;
    margin: 0px 5px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

.subcategory-btn.active{
    background: #fbf315;
    font-weight: 600;
}

/*
* Voucher Highlighting
*/


.vch-info-box.position-relative.highlight-img img {
    height: auto;
}

.position-relative.highlight-img img {
    height: auto !important;
}

.highlight-img .txt-overlay {
    color: white;
    position: absolute;
    bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    z-index: 5;
}

.highlight-img .txt-overlay-title {
    color: white;
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    bottom: 50px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.vch-info-box.position-relative.highlight-img::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

.position-relative.highlight-img::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}

div.mgnlEditorBar.area ~ div.mgnlPlaceholder, div.mgnlEditorBar.area ~ * div.mgnlPlaceholder {
    clear: both !important;
}