/* contentspacer */
.contentspacer-small{
    height: 30px;
}
.contentspacer-medium{
    height: 60px;
}
.contentspacer-large{
    height: 90px;
}
@media screen and (max-width: 959px) {
    .contentspacer-small{
        height: 25px;
    }
    .contentspacer-medium{
        height: 50px;
    }
    .contentspacer-large{
        height: 75px;
    }
}
@media screen and (max-width: 480px) {
    .contentspacer-small{
        height: 15px;
    }
    .contentspacer-medium{
        height: 30px;
    }
    .contentspacer-large{
        height: 45px;
    }
}


/* support teaser */
.supportteaser {
    position: relative;
    background: var(--background-gray);
    border-radius: 8px;
    margin-bottom: 30px !important;
    min-height: 180px;
}
.supportteaserImage{
    background: var(--background-dark);
    border-radius: 8px;
    position: relative;
    min-height: 290px;
}
.supportteaserImage img{
    position: absolute;
    height: 110%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.supportteaserTop{
    padding: 40px 30px 120px 30px;
    /* height: 100%; */
}
.supportteaser a{
    color: var(--text);
    text-decoration: none;
}
.supportteaser a:hover{
    text-decoration: none;
    opacity: 1 !important;
}
.supportteaser a:hover .supportteaserLinktext{
    background: var(--background-dark);
    color: var(--white);
}
.supportteaserIcon img{
    height: 60px;
}
.supportteaserTitle{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Bebas';
}
.supportteaserText{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
}
.supportteaserLink{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top:20px;
    /*background: var(--background);*/
    background: var(--white);
}
.supportteaserLinktext{
    border: 1px solid var(--text);
    border-radius: 8px;
    padding: 14px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Bebas';
    transition: var(--transition);
}
.supportlines{
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}
.supportlinesBox{
    padding: 60px 0px 30px 0;
    transform: skewY(-20deg);
    color: var(--white);
}
.supportlinesBoxText{
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
    color: var(--white);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Bebas';
}
.supportlinesBox span{
    display: block;
    height: 6px;
    background: var(--white);
    margin-bottom: 3px;
}
.supportlinesBox span:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 960px) {
    .supportlinesBox {
        padding-top: 75px;
    }

}
@media screen and (max-width: 639px) {
    .supportteaser{
        margin-bottom: 30px !important;
    }
    .supportteaser:last-child{
        margin-bottom: 0px !important;
    }
    .supportteaserImage {
        min-height: 180px;
    }
    .supportlinesBox {
        padding-bottom: 0;
        padding-top: 90px;
    }
    .supportlinesBoxText {
        margin-right: 10vw;
    }
}


/* insights */
.insights{
    position: relative;
    padding: 100px 0 50px 0;
}
.insightsBg{
    top: 0;
    left: calc((100vw - 1400px)/-2);
    width: 100vw;
    overflow: hidden;
    background: var(--background-dark);
    position: absolute;
    height: 100%;
}
.insightsTitle{
    font-size: 40px;
    line-height: 40px;
    color: var(--white);
    margin-bottom: 50px;
    text-transform: uppercase;
    font-family: 'Bebas';
    letter-spacing: 5px;
    position: relative;
    padding-right: 100px;
}
.insightsTitle a{
    position: absolute;
    top: 10px;
    right: 0px;
    color: var(--text2);
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.insightsTitle a:hover{
    color: var(--white);
    text-decoration: none;
}
.insightsSlider{
    position: relative;
    /*min-width: 100%;
    width: calc(100% + 100vw - 1400px);*/
    padding-bottom: 120px;
}
.insights_slider_container {
    overflow: visible;
}
.insightsSlider ul{
    /*padding-bottom: 120px;*/
}
.insightsSliderItem{
    position: relative;
    transition: var(--transition);
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}
.insightsSliderItem:hover {
    opacity: 1;
}

.insightsSliderItem:hover .insightsSliderItemOverlay{
    background: rgba(34, 34, 34,0);
}
.insightsSliderItemSpacer{
    height: 645px;
    width: 440px;
    background: var(--white);
    border-radius: 8px;
}
.insightsSliderItemImage{
    transition: var(--transition);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    height: 645px;
    width: 440px;
    object-fit: cover;
}
.insightsSliderItemOverlay{
    background: rgba(34, 34, 34,0.10);
    /* background-image: url(/wp-content/themes/jaison/assets/images/bg_stripes.png); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: var(--transition);
}
.insightsSliderItemCat{
    background: #000;
    color: var(--white);
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
}
.insightsSliderItemTitle{
    transition: var(--transition);
    padding: 0px;
    font-size: 24px;
    line-height: 28px;
    color: var(--white);
}

a.insightsSliderItemButton,
.insightsSliderItemButton{
    /* background: var(--white); */
    background: transparent;
    border: 1px solid var(--white);
    padding: 8px 25px;
    font-size: 18px;
    line-height: 18px;
    color: var(--white);
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Bebas';
    letter-spacing: 2.3px;
    transition: var(--transition);
    text-decoration: none;
}
a.insightsSliderItemButton:hover,
.insightsSliderItemButton:hover{
    opacity: 1;
    cursor: pointer;
    background: var(--white);
    color: var(--text);
    text-decoration: none;
}
a.insightsSliderItemButton.fullwhite {
    background: var(--white);
    color: var(--text);
    border: 1px solid var(--white);
}
a.insightsSliderItemButton.fullwhite:hover {
    color: var(--white);
    border: 1px solid var(--white);
    background: transparent;
}
a.insightsSliderItemButton.fulldark {
    background: var(--text);
    color: var(--white);
    border: 1px solid var(--text);
}
a.insightsSliderItemButton.fulldark:hover {
    background: var(--white);
    color: var(--text);
    border: 1px solid var(--white);
}
.insightsSliderItem:hover .insightsSliderItemButton {
    background: var(--white);
    color: var(--text);
}
.insightsSliderItemBottom{
    font-family: 'Bebas';
    padding: 30px;
    background: linear-gradient(0deg, rgba(34, 34, 34,0.75) 0%, rgba(34,34,34,0) 100%);
}
.insightsSliderItemBottomDiv{
    padding-top: 25px;
}
.insightsSliderNavContainer {
    height: 40px;
}
.insightsSliderNav{
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    transition: var(--transition);
}
.insightsSliderNav svg{
    display: none;
}
.insightsSliderNav img{
    height: 30px;
}
.insightsSliderNavLeft{
    opacity: 0.5;
    left: 0px;
}
.insightsSliderNavRight{
    opacity: 0.5;
    left: 75px;
}
.insightsSliderNavLeft:hover,
.insightsSliderNavRight:hover{
    opacity: 1;
}
.insightsSliderNav.uk-invisible{
    opacity: 0.2;
    visibility: visible !important;
    cursor: default;
}
@media screen and (max-width: 1480px) {
    .insightsBg{
        left: -40px;
    }
}
@media screen and (max-width: 959px) {
    .insights{
        padding: 50px 0 50px 0;
    }
    .insightsSlider ul{
        padding-bottom: 90px;
    }
    .insightsBg{
        left: -30px;
    }
}
@media screen and (max-width: 639px) {
    .insights{
        padding: 50px 0 25px 0;
    }
    .insightsFilterItem {
        padding: 10px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
        width: 120px;
        text-align: center;
    }
    .insightsBg{
        left: -15px;
    }
    .insightsSliderItemSpacer{
        height: 445px;
        width: 280px;
    }
    .insightsSliderItemImage{
        height: 445px;
        width: 280px;
    }

}

/* termine */
.termine{
    position: relative;
    padding-top: 150px;
    padding-bottom: 75px;
}
.termineBg{
    top: 0;
    left: calc((100vw - 1400px)/-2);
    width: 100vw;
    overflow: hidden;
    background: var(--background-dark);
    position: absolute;
    height: 100%;
}
.termineBgText{
    left: -100px;
    top: 0;
    position: absolute;
    font-size: 600px;
    line-height: 600px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Bebas';
}
.termineTitle{
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 50px;
    color: var(--white);
    position: relative;
    font-family: 'Bebas';
}
.termineSlider{
    position: relative;
    /*min-width: 100%;
    width: calc(100% + 100vw - 1400px);*/
    padding-bottom: 100px;
}
.termine_slider_container {
    overflow: visible;
}
.termineSliderItem{
    display: block;
    padding: 20px;
    position: relative;
    color: var(--white);
}
.termineSliderItemBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--text);
    border-radius: 4px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: rgba(255,255,255,0.05);
    transition: var(--transition);
}
.termineSliderItem:hover{
    text-decoration: none;
    color: var(--white);
    opacity: 1;
}
.termineSliderItem:hover .termineSliderItemBg{
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.termineSliderItemCat img{
    height: 30px;
    width: auto;
}
.termineSliderItemCat{
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    margin-bottom: 80px;
}
.termineSliderItemTitle,
.termineSliderItemDate{
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 5px;
    font-family: 'Bebas';
}
.termineSliderItemDate{
    padding-right: 100px;
}
.termineSliderItemButton{
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: transparent;
    border: 1px solid var(--white);
    padding: 8px 25px;
    font-size: 18px;
    line-height: 18px;
    color: var(--white);
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Bebas';
    letter-spacing: 2.3px;
    transition: var(--transition);
}
a.termineSliderItem {
    text-decoration: none;
}
a.termineSliderItem:hover .termineSliderItemButton{
    background: var(--white);
    color: var(--text);
    transition: var(--transition);
}
.termineSliderNavContainer {
    height: 40px;
}
.termineSliderNav{
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    transition: var(--transition);
}
.termineSliderNav svg{
    display: none;
}
.termineSliderNav img{
    height: 30px;
}
.termineSliderNavLeft{
    opacity: 0.5;
    left: 0px;
}
.termineSliderNavRight{
    opacity: 0.5;
    left: 75px;
}
.termineSliderNavLeft:hover,
.termineSliderNavRight:hover{
    opacity: 1;
}
.termineSliderNav.uk-invisible{
    opacity: 0.2;
    visibility: visible !important;
    cursor: default;
}
@media screen and (max-width: 1480px) {
    .termineBg{
        left: -40px;
    }
}
@media screen and (max-width: 959px) {
    .termineBg{
        left: -30px;
    }
    .termineBgText{
        left: -15px;
        font-size: 300px;
        line-height: 300px;
    }
}
@media screen and (max-width: 639px) {
    .termine {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .termineBg{
        left: -15px;
    }
    .termineBgText{
        left: -15px;
        font-size: 200px;
        line-height: 200px;
    }
    .termineSliderItemCat {
        margin-bottom: 40px;
    }
    .termineSliderItem{
        min-width: 215px;
    }
    .termineSliderItemTitle,
    .termineSliderItemDate{
        font-size: 20px;
        line-height: 20px;
        text-transform: uppercase;
        letter-spacing: 2.5px;
    }
    .termineSliderItemDate {
        padding-right: 0px;
    }
}


/* teaser */
.teaser{
    /* aspect-ratio: 1 / 1; */
    background-size: cover;
    color: var(--white);
    /*width: 50vw;*/
    width: 100%;
    position: relative;
    text-align: left;
    background-color: var(--background-dark);
}
.teaser_left{
    text-align: left;
}
.teaser_right{
    text-align: right;
}
.teaser>.uk-inline {
    border-radius: 10px;
    overflow: hidden;
}
.teaser_left>.uk-inline {
    margin-right: 40px;
}
.teaser_right>.uk-inline {
    margin-left: 40px;
}
.teaserBg{
    background-image: url(/wp-content/themes/jaison/assets/images/bg_stripes.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.teaserBg2{
    background: linear-gradient(180deg, rgba(34, 34, 34,0.5) 0%, rgba(34,34,34,0.15) 50%, rgba(34, 34, 34,0.5) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}
.teaser a{
    color: var(--white);
}
.teaser a:hover{
    color: var(--white);
    text-decoration: none;
    opacity: 1 !important;
}
.teaser a:hover .teaserButton span{
    background: var(--white);
    color: var(--text);
}
.teaser img{
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.teaserInner{
    padding: 80px;
    text-align: center;
}
.teaserTitle{
    font-size: 60px;
    line-height: 65px;
    font-family: 'Bebas';
    margin-bottom: 40px;
    letter-spacing: 7.75px;
}
.teaserText{
    font-size: 18px;
    line-height: 22px;
    font-family: 'Bebas';
    letter-spacing: 1px;
    max-width: 60%;
    margin: 0 auto;
}
.teaserButton{
}
.teaserButton span{
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Bebas';
    letter-spacing: 3px;
    border: 1px solid var(--white);
    border-radius: 8px;
    padding: 15px 50px;
    transition: var(--transition);
}

@media screen and (max-width: 959px) {
    .teaserInner{
        padding: 40px;
    }
    .teaserTitle{
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
        letter-spacing: 6px;
    }
    .teaser_left>.uk-inline {
        margin-right: 30px;
    }
    .teaser_right>.uk-inline {
        margin-left: 30px;
    }
}
@media screen and (max-width: 780px) {
    .teaser{
        width: 100vw;
    }
    .teaser_left>.uk-inline {
        margin-left: 30px;
    }
    .teaser_right>.uk-inline {
        margin-right: 30px;
    }
}
@media screen and (max-width: 639px) {
    .teaserInner{
        padding: 20px;
    }
    .teaserTitle{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px;
        letter-spacing: 4px;
    }
    .teaser_left>.uk-inline,
    .teaser_right>.uk-inline {
        margin-left: 15px;
        margin-right: 15px;
    }
}



/* big slider */
.bigslider .uk-slideshow-items {
    min-height: calc(100vh - 250px);
    color: #FFF;
}

.bigsliderBg{
    /* background-image: url(/wp-content/themes/jaison/assets/images/bg_stripes.png); */
    background: rgba(34, 34, 34,0.1);
    opacity: 0.95;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bigsliderTitle{
    font-family: 'Bebas';
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 30px;
    letter-spacing: 7.75px;
}
.bigsliderText{
    font-family: 'Bebas';
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1.33px;
    margin-bottom: 60px;
}
.bigsliderProgress{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    background: rgba(255,255,255,0.5);
    width: 100%;
    white-space: nowrap;
}
.bigsliderProgressActive{
    background: var(--white);
}
.bigsliderProgressItem{
    /*position: relative;
    top: -18px;*/
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 6px;
}
.bigsliderSlideNav {
    color: rgba(255, 255, 255, 1.0);
    opacity: 1;
}
.bigsliderSlideNav:hover {
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
}
.bigslider-imagelink:hover {
    opacity: 1;
}
@media screen and (max-width: 639px) {
    .bigsliderBg{
        background: rgba(34, 34, 34,0.4);
        opacity: 0.95;
    }
    .bigsliderTitle{
        font-size: 8vw;
        line-height: 8.5vw;
        margin-bottom: 30px;
        letter-spacing: 6.75px;
    }
    .bigslider .uk-slideshow-items {
        min-height: 60vh;
    }
}



/* modelSlider */
.modelslider{
    position: relative;
    margin-bottom: 80px;
    padding-top: 125px;
}
.modelsliderBg{
    /* background: linear-gradient(0deg, rgb(200, 200, 200) 0%, rgba(255,255,255,0) 50%); */
    background-image: url(/wp-content/themes/jaison/assets/images/bg_slider.png);
    background-position: bottom;
    background-size: cover;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( (100vw - 1400px) / -2);
    overflow: hidden;
    z-index: 0;
    top: 0;
}
.modelsliderBgGradient{
    background: linear-gradient(0deg, rgba(255, 255, 255,0) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    z-index: 0;
    width: 100vw;
    height: 50%;
    overflow: hidden;
    left: calc( (100vw - 1400px) / -2);
    top: 0;
}

.modelsliderNav,
.modelsliderDiv{
    position: relative;
    z-index: 1;
}
.modelsliderNavDiv{
    text-align: center;
    font-family: 'Bebas';
    color: #808080;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 3px;
}
.modelsliderNavDivTitle{
    position: relative;
    top: 3px;
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}
.modelsliderNavDivLinks{
    display: inline-block;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    padding: 2px;
    background: var(--white);
}
a.modelsliderNavDivLinksItem,
.modelsliderNavDivLinksItem {
    text-decoration: none;
}
.modelsliderNavDivLinksItem{
    display: inline-block;
    border-radius: 5px;
    padding: 6px 35px;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2.3px;
    border: 1px solid var(--white);
}
.modelsliderNavDivLinksItem:hover{
    text-decoration: none;
    border: 1px solid var(--text);
}
.modelsliderNavDivLinksItemActive{
    border: 1px solid var(--text);
    color: var(--text);
    background: var(--background-gray);
}
.modelsliderBottom{
    background: var(--white);
    border-radius: 8px;
    padding: 5px 10px;
    z-index: 2;
    position: relative;
    top: 40px;
    box-shadow: 0px 0px 45px rgba(34, 34, 34, 0.1);
}
.modelsliderBottomOverlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modelsliderBottomItem{
    width: 180px;
    border: 1px solid var(--white);
    border-radius: 5px;
    padding: 15px;
    color: #808080;
    text-align: center;
    background: var(--white);
}
.modelsliderBottomItemActive{
    border: 1px solid var(--text);
    color: var(--text);
    background: var(--background-gray);
}
.modelsliderBottomItemTitle{
    font-family: 'Bebas';
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
.modelsliderBottomItemText{
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
}
.modelsliderDivItemBg{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 365px;
    line-height: 365px;
    color: #E5E5E5;
    letter-spacing: 18px;
    text-align: center;
    font-family: 'Orbitron';
    font-weight: 900;
}
.modelsliderDivItemBox{
    color: var(--text);
}
.modelsliderDivItemBoxImage{
    padding: 0 50px;
}
.modelsliderDivItemBoxImage a{
    display: block;
}
.modelsliderDivItemBoxImage img{
    width: 100%;
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
}
.modelsliderDivItemBoxText{
    width: 100%;
    height: 100%;
    min-height: 300px;
}
.modelsliderDivItemBoxTextInner{
    margin-bottom: 110px;
}
.modelsliderDivItemBoxTextTitle{
    font-family: 'Bebas';
    color: var(--text);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.modelsliderDivItemBoxTextLabel{
    width: 120px;
    font-family: 'Bebas';
    color: #808080;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.15px;
    margin-bottom: 5px;
}
.modelsliderDivItemBoxTextValue{
    font-family: 'Bebas';
    color: var(--text);
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 1.15px;
    margin-bottom: 5px;
}
.modelsliderDivItemBoxTextButton{
    margin-top: 65px;
}
.modelsliderDivItemBoxTextButton a{
    background: var(--background-dark);
    padding: 15px 100px;
    font-size: 18px;
    line-height: 18px;
    color: var(--white);
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
    font-family: 'Bebas';
    letter-spacing: 3.1px;
    text-decoration: none;
}
.modelsliderDivItemBoxTextButton a:hover{
    text-decoration: none;
}
.modelslider .uk-slidenav{
    color: var(--text);
}
@media screen and (max-width: 1480px) {
    .modelsliderBg,
    .modelsliderBgGradient{
        left: -40px;
    }
}
@media screen and (max-width: 959px) {
    .modelslider {
        margin-bottom: 60px;
        padding-top: 75px;
    }
    .modelsliderBg,
    .modelsliderBgGradient{
        left: -30px;
    }
    .modelsliderDivItem{
        margin-top: 40px;
    }
    .modelsliderDivItemBg {
        font-size: 150px;
        line-height: 150px;
        letter-spacing: 9px;
    }
    .modelsliderDivItemBoxTextInner{
        margin-bottom: 0px;
    }
    .modelsliderDivItemBoxTextButton a{
        padding: 15px 50px;
        text-align: center;
    }
}
@media screen and (max-width: 639px) {
    .modelsliderNavDivTitle {
        margin-right: 15px;
    }
    .modelsliderNavDivLinksItem{
        padding: 6px 20px;
    }
    .modelslider {
        margin-bottom: 40px;
        padding-top: 50px;
    }
    .modelsliderBg,
    .modelsliderBgGradient{
        left: -15px;
    }
    .modelsliderDivItem{
        margin-top: 40px;
    }
    .modelsliderDivItemBg {
        font-size: 100px;
        line-height: 100px;
        letter-spacing: 7px;
    }
    .modelsliderDivItemBoxTextInner{
        padding-left: 20px;
    }
    .modelsliderDivItemBoxTextButton {
        margin: 25px 0 50px 0;
    }

}




/* productslider */
.productslider{
    position: relative;
}
.productsliderBg{
    background-image: url(/wp-content/themes/jaison/assets/images/bg_slider.png);
    background-position: bottom;
    background-size: cover;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( (100vw - 1400px) / -2);
    overflow: hidden;
    z-index: 0;
    top: 0;
}
.productsliderText{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 365px;
    line-height: 365px;
    color: #E5E5E5;
    letter-spacing: 18px;
    text-align: center;
    font-family: 'Orbitron';
    font-weight: 900;
}
.productsliderImage{
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
}
.productsliderImage img{
    display: none;
}
.productsliderImage img:first-child{
    display: inline-block;
}
.productsliderSwitch{
    position: absolute;
    z-index: 1;
    bottom: 20px;
    /*left: 20%;*/
    left: 50%;
    transform: translateX(-50%);
}
.productsliderSwitch span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 16px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}
.productsliderSwitch span i{
    display: inline-block;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 16px;
    cursor: pointer;
    top: 2px;
    left: 2px;
}
@media screen and (max-width: 1480px) {
    .productsliderBg{
        left: -40px;
    }
}
@media screen and (max-width: 959px) {
    .productsliderBg{
        left: -30px;
    }
    .productsliderText{
        font-size: 265px;
        line-height: 265px;
        letter-spacing: 12px;
    }
}
@media screen and (max-width: 639px) {
    .productsliderBg{
        left: -15px;
    }
    .productsliderText{
        font-size: 100px;
        line-height: 100px;
        letter-spacing: 5px;
    }
    .productsliderSwitch{
        bottom: 5px;
    }
    .productsliderSwitch span{
        width: 20px;
        height: 20px;
        margin-right: 5px;
        border-width: 2px;
    }
    .productsliderSwitch span i{
        width: 16px;
        height: 16px;
        top: 2px;
        left: 2px;
    }
}



/* productpicker */
.productpicker{
    color: var(--text);
    position: relative;
    padding: 100px 0;
}
.productpicker h3{
    margin-bottom: 75px;
}
.productpickerBg{
    background: var(--background-gray);
    position: absolute;
    width: 100vw;
    height: 100%;
    left: calc( (100vw - 1400px) / -2);
    overflow: hidden;
    z-index: 0;
    top: 0;
}
.productpickerItem{
    background: var(--white);
    border-radius: 8px;
    padding: 40px;
    position: relative;
}
.productpickerItem:hover .productpickerItemButton{
    border: 1px solid var(--text);
    color: var(--white);
    background: var(--background-dark);
    opacity: 1 !important;
}
.productpickerItem a{
    display: block;
    text-decoration: none;
}
.productpickerItem a:hover{
    text-decoration: none;
    opacity: 1 !important;
}
.productpickerItemTitel{
    text-transform: uppercase;
    font-family: 'Bebas';
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3.1px;
    margin-bottom: 15px;
}
.productpickerItemGewicht{
    font-family: 'Roboto Condensed';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}
.productpickerItemPreis{
    font-family: 'Roboto Condensed';
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.productpickerItemText{
    font-family: 'Roboto Condensed';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
    margin-bottom: 100px;
}
.productpickerItemButton{
    position: absolute;
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--text);
    padding: 15px;
    text-transform: uppercase;
    font-family: 'Bebas';
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3.1px;
    bottom: 40px;
    width: calc(100% - 112px);
    transition: var(--transition);
}
.productpicker .productpicker_img img{
    max-width: 1024px;
    height: auto;
    width: 100%;

}
@media screen and (max-width: 1480px) {
    .productpickerBg{
        left: -40px;
    }
}
@media screen and (max-width: 959px) {
    .productpickerBg{
        left: -30px;
    }
    .productpicker_text .emptyDIV_first {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    .productpicker{
        padding: 50px 0;
    }
    .productpickerBg{
        left: -15px;
    }
    .productpicker h3{
        margin-bottom: 50px;
    }
}




/* textslider */
.textslider{
    position: relative;
}
.textsliderBgText{
    left: -100px;
    top: 0;
    position: absolute;
    font-size: 600px;
    line-height: 600px;
    text-transform: uppercase;
    color: var(--background-gray);
    font-family: 'Bebas';
}
.textslider div.uk-slider {
    cursor: grabbing;
}
.textslider div.uk-slider ul,
.textslider div.uk-slider ul.uk-slider-items>li:hover {
    cursor: grab;
}
.textslider div.uk-slider .uk-slider-items>li:active,
.textslider div.uk-slider .uk-slider-items>li:focus {
    cursor: grabbing;
}



.textsliderSlider{
    position: relative;
    min-width: 100%;
    width: calc(100% + 100vw - 1400px);
    padding-bottom: 100px;
    top: -50px;
    z-index: 20;
    margin-bottom: -50px;
}
.textsliderImage{
    text-align: center;
    position: relative;
    z-index: 10;
}
.textsliderSliderItem{
    padding: 40px;
    width: 360px;
    border: 1px solid #DEDEDE;
    border-radius: 8px;
    background: rgba(255,255,255,0.5);
    user-select: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

}
.textsliderSliderItemTitle{
    font-family: 'Bebas';
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 3.1px;
    margin-bottom: 10px;
    color: var(--text);
}
.textsliderSliderItemText{
    font-family: 'Roboto Condensed';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: var(--text);
}
.textsliderSliderNav{
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    transition: var(--transition);
}
.textslider .uk-slidenav img {
    filter: none;
}

.textsliderSliderNav svg{
    display: none;
}
.textsliderSliderNav img{
    height: 30px;
}
.textsliderSliderNavLeft{
    opacity: 0.5;
    left: 0px;
}
.textsliderSliderNavRight{
    opacity: 0.5;
    left: 75px;
}
.textsliderSliderNavLeft:hover,
.textsliderSliderNavRight:hover{
    opacity: 1;
}
@media screen and (max-width: 639px) {
    .textsliderBgText {
        left: 0px;
        font-size: 120px;
        line-height: 120px;
    }
    .textsliderSliderItem{
        padding: 20px;
        width: 220px;
    }
}


/* textbildslider */
.textbildslider{
    position: relative;
}
.textbildsliderItem{
}
.textbildsliderItemTitle{
    font-family: 'Bebas';
    font-size: 40px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 5.1px;
    margin-bottom: 100px;
    color: var(--text);
}
.textbildsliderItemTitle span,
.textbildsliderItemText{
    font-family: 'Roboto Condensed';
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: var(--text);
}
.textbildsliderItemImage img{
    border-radius: 8px;
}
.textbildSliderNavContainer {
    height: 40px;
}
.textbildsliderNav{
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
    transition: var(--transition);
}
.textbildsliderNav svg{
    display: none;
}
.textbildsliderNav img{
    height: 30px;
    /*filter: invert(0);*/
}
.textbildsliderNavLeft{
    opacity: 0.5;
    left: 0;
}
.textbildsliderNavRight{
    opacity: 0.5;
    left: 75px;
}
.textbildsliderBT .textbildsliderNavLeft{
    opacity: 0.5;
    left: 61%;
}
.textbildsliderBT .textbildsliderNavRight{
    opacity: 0.5;
    left: calc(61% + 75px);
}
.textbildsliderNavLeft:hover,
.textbildsliderNavRight:hover{
    opacity: 1;
}
@media screen and (max-width: 959px) {
    .textbildsliderItemTitle{
        margin-bottom: 20px;
        max-width: 80%;
    }
    .textbildsliderNav{
        bottom: auto;
        top: 15px;
        left: auto;
    }
    .textbildsliderNavLeft{
        right: 50px;
    }
    .textbildsliderNavRight{
        right: 0;
    }
    .textbildsliderNav img {
        height: 25px;
    }
}
@media screen and (max-width: 639px) {
    .textbildsliderNavLeft{
        right: 40px;
    }
    .textbildsliderNav img {
        height: 20px;
    }
}



/* bildtext */
.bildtextText{
    padding: 100px 75px;
}
.bildtextBild img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bildtext.bildtextTyp2 .bildtextBild img{
    border-radius: 8px;
}
@media screen and (max-width: 639px) {
    .bildtextText{
        padding: 0;
    }
}




/* bildslider */
.bildsliderItem img{
    height: 365px;
    object-fit: cover;
    object-position: 50% 50%;
}
.bildslider {
    cursor: grabbing;
}
.bildslider ul,
.bildslider .bildsliderItem:hover {
    cursor: grab;
}
.bildslider .bildsliderItem:focus,
.bildslider .bildsliderItem:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

/* imagegrid */
.imagegrid img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* jaisonbutton */
.jaisonbutton{
    display: inline-block;
}
.jaisonbutton a{
    font-family: 'Bebas';
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3.1px;
    display: inline-block;
    padding: 15px 80px;
    border-radius: 5px;
    transition: var(--transition);
    color: var(--text);
    background: var(--white);
    border: 1px solid var(--text);
    text-decoration: none;
}
.jaisonbutton a:hover{
    text-decoration: none;
    color: var(--white);
    background: var(--background-dark);
    opacity: 1 !important;
}
.footerMenu .jaisonbutton a {
    padding: 15px;
}
.footerMenu .jaisonbutton a:hover{
    color: var(--text);
    background: var(--white);
    opacity: 0.7 !important;
}
.jaisonbutton_dark a{
    color: var(--white);
    background: var(--background-dark);
    border: 1px solid var(--white);
    text-decoration: none;
}
.jaisonbutton_dark a:hover{
    color: var(--text);
    background: var(--white);
    opacity: 1 !important;
    text-decoration: none;
}



/* accordion */
.accordion{
    border-top: 1px solid #DEDEDE;
}
.accordionTitle{
    font-family: 'Bebas';
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    color: var(--text);
    padding-top: 30px;
}
a.accordionItemTitle,
.accordionItemTitle{
    font-family: 'Bebas';
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    color: var(--text);
    margin: 0!important;
    padding: 30px 0 0 0 !important;
    text-decoration: none;
}
.accordionItemText{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
}
.accordion li {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
    margin-top: 0 !important;
}




/*
 * lines
 */
.lines{
    position: relative;
    width: 100vw;
    left: calc( (100vw - 1400px) / -2);
    padding: 10vw 0 20vw 0;
 }
.linesBox{
    transform: skewY(-20deg);
    color: var(--white);
}
.linesBox span{
    display: block;
    height: 50px;
    background: var(--white);
    margin-bottom: 50px;
}
.linesBox span:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 1480px) {
    .lines{
        left: -40px;
    }
}
@media screen and (max-width: 959px) {
    .lines{
        left: -30px;
    }
    .linesBox span{
        height: 35px;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 639px) {
    .lines{
        left: -15px;
    }
    .linesBox span{
        height: 25px;
        margin-bottom: 25px;
    }
}
