/* Accessibility Settings -------------------- */
@media ( prefers-reduced-motion: reduce ) {
  * {
     animation-duration: 600ms !important;
    transition-duration: 1s !important;
  }
}
/* -------------------------------------------------------------------hotspot-slider*/
.hotspot-slider,
.hotspot-slider .swiper-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hotspot-slider .swiper-container .slide_content {
    bottom: 0;
    position: absolute;
    padding: 10% 10% 5% 5%;
    color: #ffffff;
}

.hotspot-slider .swiper-slide .slider__image,
.hotspot-slider .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hotspot-slider .swiper-slide-active.swiper-slide {
    height: 100vh !important;
}

.slider_navigation {
    position: absolute;
    z-index: 1;
    bottom: 12%;
    display: flex;
    align-items: center;
    color: #000;
    width: calc(100% - 30%);
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 500;
    white-space: nowrap;
    text-align: revert;
    right: 0;
}

.slider_navigation .slider__prev {
    margin-right: 25px;
}

.desktop-modal {
    padding: 10%;
}

.desktop-modal .slider_navigation.slider_navigation div {
    border: 1px solid #000000;
    width: 2.5vw;
    height: 2.5vw;
}

/*-----------------------------------------------------------------------------Lux Hotspots position Desktop*/
@media only screen and (min-width: 821px) {
    .hotspot-slider .swiper-slide-active#dawn .hotspots span:first-child {
        top: 43%;
        left: 25%;
    }

    #dawn .hotspots span:nth-child(2) {
        top: 21%;
        left: 36%;
    }

    #dawn .hotspots span:nth-child(3) {
        top: 23%;
        left: 50%;
    }

    #dawn .hotspots span:last-child {
        left: 68%;
        top: 24%;
    }

    #shadow .hotspots span:first-child {
        top: 50%;
        left: 3%;
    }

    #shadow .hotspots span:nth-child(2) {
        top: 10%;
        left: 40%;
    }

    #shadow .hotspots span:nth-child(3) {
        top: 20%;
        left: 80%;
    }

    #shadow .hotspots span:last-child {
        top: 16%;
        left: 100%;
    }

    #pure .hotspots span:first-child {
        top: 29%;
        left: 12%;
    }

    #pure .hotspots span:nth-child(2) {
        left: 48%;
        top: 32%;
    }

    #pure .hotspots span:nth-child(3) {
        top: 39%;
        left: 55%;
    }

    #pure .hotspots span:last-child {
        left: 84%;
        top: 39%;
    }

    #dawn2 .hotspots span:first-child {
        top: 52%;
        left: 25%;
    }

    #dawn2 .hotspots span:last-child {
        top: 43%;
        left: 50%;
    }

    /* -------------------------------------------------------------------------------------BBQ Hotspots*/
    #oak .hotspots span:first-child {
        top: 30%;
        left: 64%;
    }

    #oak .hotspots span:last-child {
        top: 28%;
        left: 73%;
    }

    #smoke .hotspots span:first-child {
        top: 28%;
        left: 33%;
    }

    #smoke .hotspots span:last-child {
        top: 8%;
        left: 60%;
    }

    #dark_oak .hotspots span:first-child {
        top: 30%;
        left: 40%;
    }

    #dark_oak .hotspots span:nth-child(2) {
        left: 63%;
        top: 26%;
    }

    #dark_oak .hotspots span:nth-child(3) {
        top: 12%;
        left: 76%;
    }

    #dark_oak .hotspots span:last-child {
        left: 90%;
        top: 25%;
    }

    #smoke2 .hotspots span:first-child {
        top: 40%;
        left: 45%;
    }

    #smoke2 .hotspots span:last-child {
        top: 24%;
        left: 73%;
    }
}

/*-----------------------------------------------------------------------------Hotspots position Mobile*/
@media only screen and (max-width: 820px) {
    .hotspots {
        top: 3%;
        width: 70%;
        margin: 0 auto;
    }

    .hotspots span {
        animation: hotspots_visible 15s forwards;
    }

    @keyframes hotspots_visible {
        from {
            z-index: -1;
        }
        to {
            z-index: 2;
        }
    }
    .hotspots span {
        display: block;
        height: 6px;
        width: 6px;
        background: #000000;
        border: 9px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        /*z-index: 1;*/
        position: relative;
        box-sizing: initial !important;
        transform: scale(1);
        transition: transform 250ms ease-in-out;
    }

    .hotspots span:not(.active_hotspot) {
        /*visibility: hidden;*/
    }

    .hotspots span.active_hotspot {
        border-color: #000000;
        background: #ffffff;
    }

    .hotspots span:hover {
        transform: scale(1.3);
    }

    #dawn .hotspots span:first-child {
        top: 56%;
        left: 24%;
    }

    #dawn .hotspots span:nth-child(2) {
        top: 38%;
        left: 37%;
    }

    #dawn .hotspots span:nth-child(3) {
        top: 35%;
        left: 50%;
    }

    #dawn .hotspots span:last-child {
        left: 67%;
        top: 35%;
    }

    #shadow .hotspots span:first-child {
        top: 60%;
        left: 8%;
    }

    #shadow .hotspots span:nth-child(2) {
        top: 30%;
        left: 38%;
    }

    #shadow .hotspots span:nth-child(3) {
        top: 35%;
        left: 74%;
    }

    #shadow .hotspots span:last-child {
        top: 28%;
        left: 95%;
    }

    #pure .hotspots span:first-child {
        top: 47%;
        left: 12%;
    }

    #pure .hotspots span:nth-child(2) {
        left: 43%;
        top: 46%;
    }

    #pure .hotspots span:nth-child(3) {
        top: 50%;
        left: 55%;
    }

    #pure .hotspots span:last-child {
        left: 85%;
        top: 50%;
    }

    #dawn2 .hotspots span:first-child {
        top: 65%;
        left: 25%;
    }

    #dawn2 .hotspots span:last-child {
        top: 50%;
        left: 46%;
    }

    /* -------------------------------------------------------------------------------------BBQ Hotspots*/
    #oak .hotspots span:first-child {
        top: 44%;
        left: 59%;
    }

    #oak .hotspots span:last-child {
        top: 43%;
        left: 69%;
    }

    #smoke .hotspots span:first-child {
        top: 48%;
        left: 33%;
    }

    #smoke .hotspots span:last-child {
        top: 24%;
        left: 60%;
    }

    #dark_oak .hotspots span:first-child {
        top: 45%;
        left: 40%;
    }

    #dark_oak .hotspots span:nth-child(2) {
        top: 45%;
        left: 62%;
    }

    #dark_oak .hotspots span:nth-child(3) {
        top: 25%;
        left: 71%;
    }

    #dark_oak .hotspots span:last-child {
        left: 86%;
        top: 31%;
    }

    #smoke2 .hotspots span:first-child {
        top: 57%;
        left: 40%;
    }

    #smoke2 .hotspots span:last-child {
        top: 38%;
        left: 68%;
    }
}

@media only screen and (max-width: 560px) {
    .hotspots span {
        height: 3px;
        width: 3px;
        border: 5px solid #fff;
    }

    .hotspots {
        top: 0;
    }

    #dawn .hotspots span:last-child {
        left: 65%;
        top: 35%;
    }

    #pure .hotspots span:nth-child(3) {
        left: 53%;
    }

    .hotspot-slider .slider_navigation {
        left: calc(230px + 8%) !important;
    }
}

.more_info_slider {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    top: 0;
    height: 100%;
    padding: 2%;
}

.more_info_slider .swiper-wrapper {
    margin-top: 10%;
}

.hotspot_modal .swiper-wrapper {
    overflow: visible !important;
}

.hotspot_modal  .swiper-pagination-bullet-active {
    background: #000000;
}

.more_info_slider .swiper-container {
    width: 100%;
    margin-top: 10%;
}

.more_info_slider .swiper-pagination {
    top: 4%;
    margin: 2% 0;
	background: #ffffff;
    height: 50px;
    text-align: left;
}

.more_info_slider .swiper-pagination span {
    width: 10%;
    border-radius: 2px;
    height: 4px;
}

.more_info_slider .slider_navigation {
    max-height: 5vw;
    top: 2%;
    width: 50%;
    left: 10%;
}

.open_info_modal .more_info_slider {
    display: block;
}

.desktop-modal .close_button img {
    float: right;
    cursor: pointer;
}

/* END:---------------------------------------------------------New Slider*/
.slider_navigation .slider__prev {
    margin-right: 25px;
}

.slider_navigation .slider__prev,
.slider_navigation .slider__next {
    position: relative;
    pointer-events: all;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #ffffff;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    display: flex;
    transform: scale(1);
    transition: all 600ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

.slider_navigation img {
    transition: transform 400ms ease-in-out;
}

.slider_navigation .slider__prev:hover img:first-child {
    transform: translateX(-75%);
}

.slider_navigation .slider__next:hover img:last-child,
.slider_navigation .slider__prev:hover img:last-child {
    transform: translateX(-100%);
}

.slider_navigation .slider__next img:last-child {
    transform: translateX(-175%);
}

.slider_navigation .slider__next:hover img:first-child {
    transform: translateX(100%);
}

/* END:---------------------------------------------------------Slider Navigation*/
#slider_with_text {
    min-width: 100%;
}

.available_colors span {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

.available_colors span.border {
    border: 1px solid #ccc;
}

.available_colors p {
    visibility: hidden;
}

.available_colors p:before {
    visibility: visible;
    font-weight: 700;
}

html[lang="en-GB" ] .available_colors p:before {
    content: 'Available Colours:';
}

html[lang="de-DE" ] .available_colors p:before {
    content: 'Verfügbare Farben:';
}

.custom_text_slider .slider__image,
.custom_text_slider .slider__image img,
.custom_text_slider .swiper-container {
    width: 100%;
    height: 100%;
}

.slider__image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    /* transform: scale(1.4);*/
}

.swiper-slide-active .slider__image img {
    animation: zoomOut 3.5s forwards;
}

.highlights {
    margin-left: 0;
}

@keyframes zoomOut {
    from {
        transform: scale(1.4);
    }
    to {
        transform: scale(1);
    }
}

.hotspot-slider .swiper-wrapper .slide_content {
    opacity: 0;
    color: #fff;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.swiper-slide-active .slide_content {
    animation: slide 2s forwards;
}

@keyframes slide {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.custom_text_slider .swiper-wrapper {
    transition-timing-function: linear;
}

.hotspots {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
}

.swiper-slide-active .hotspots {
    top: 20%;
    width: 65%;
    margin: 0 auto;
}

.swiper-slide-active .hotspots span {
    animation: hotspots_visible 15s forwards;
}

@keyframes hotspots_visible {
    from {
        z-index: -1;
    }
    to {
        z-index: 2;
    }
}

.swiper-slide-active .hotspots span {
    display: block;
    height: 8px;
    width: 8px;
    background: #000000;
    border: 13px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    /*z-index: 1;*/
    position: relative;
    box-sizing: initial !important;
    transform: scale(1);
    transition: transform 250ms ease-in-out;
}

.hotspot-slider .hotspots span.active_hotspot {
    border-color: #000000;
    background: #ffffff;
}

.swiper-slide-active .hotspots span:hover {
    transform: scale(1.3);
}

.hotspot_modal {
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 11;
    background: #ffffff;
    display: none;
    padding-top: 4%;
    transform: translate(-100%, 0);
    right: 0;
}

.open_content_modal {
    overflow: hidden;
}

.open_content_modal .hotspot-slider .slide_content,
.open_content_modal .hotspot-slider .slider_navigation {
    display: none;
}

.open_content_modal .hotspot_modal,
.close_content_modal .hotspot_modal {
    display: block;
    z-index: 9999;
}

.close_content_modal .hotspot_modal {
    animation: sliding_back 600ms forwards;
}

.open_content_modal .hotspot_modal {
    animation: sliding 600ms forwards;
}

@keyframes sliding {
    from {
        transform: translate(100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}

@keyframes sliding_back {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(100%, 0);
    }
}

.open_content_modal .hotspot-slider .swiper-slide-active {
    animation: add_padding 2s forwards;
}

.close_content_modal .hotspot-slider .swiper-slide-active {
    animation: remove_padding 2s forwards;
}

.close_content_modal .hotspot span {
    z-index: 11;
}

@keyframes add_padding {
    from {
        right: 0;
    }
    to {
        right: 10%;
    }
}

@keyframes remove_padding {
    from {
        right: 10%;
    }
    to {
        right: 0;
    }
}

.hotspot_modal .popup_content {
    width: 100%;
}

.hotspot_modal span.close_button {
    position: absolute;
    color: #ffffff;
}

.hotspot_modal span.close_button img {
    cursor: pointer;
    width: 35px;
}

.hotspot_modal .post_content {
    height: calc(80vh - 45px);
    overflow: auto;
    padding-right: 10px;
}

.hotspot_modal h4 {
    text-transform: uppercase;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
}

.hotspot_modal p,
.hotspot_modal ul li {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}

/*---------------------------------------------------------------------------------------------Vertical Slider*/
.vertical-slider.vertical-slider .slider_navigation {
    align-items: stretch;
    margin: 0 auto;
    width: 95%;
    justify-content: space-between;
    /*left: 0;*/
    bottom: auto;
    /*top: 50%;*/
	left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.vertical-slider.vertical-slider .swiper-slide h2 {
    position: absolute;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 46%;
    color: #fff;
    display: none;
    text-align: center;
    font-family: var(--e-global-typography-a9a9a3d-font-family), Sans-serif;
    font-size: var(--e-global-typography-a9a9a3d-font-size);
    font-weight: var(--e-global-typography-a9a9a3d-font-weight);
    text-transform: var(--e-global-typography-a9a9a3d-text-transform);
    line-height: var(--e-global-typography-a9a9a3d-line-height);
    letter-spacing: var(--e-global-typography-a9a9a3d-letter-spacing);
    word-spacing: var(--e-global-typography-a9a9a3d-word-spacing);
}

.vertical-slider.vertical-slider div[data-swiper-slide-index="0"] h2 {
    display: block;
}

/*------------------------------------------------------------------------------------Video Style*/
#tone_button i {
    cursor: pointer;
    color: #ffffff;
}

/*--------------------------------------------------------------- Media Query for all*/
@media only screen and (max-width: 820px) {
    .highlights {
        margin-left: 1.5rem;
    }

    .highlights li {
        margin-left: 0;
    }

    .hotspot-slider .slider_navigation {
        width: 50%;
        left: calc(230px + 22%);
    }

    .hotspot-slider .swiper-container .slide_content {
        padding: 10% 10% 20% 5%;
    }

    .vertical-slider.vertical-slider .slider_navigation div,
    .hotspot-slider .slider__prev,
    .hotspot-slider .slider__next {
        width: 10vw;
        height: 10vw;
    }

    .mobile_version {
        display: block;
    }

    .desktop_version {
        display: none !important;
    }

    .hotspot-slider .slider__image,
    .hotspot-slider .slider__image img,
    .hotspot-slider .swiper-container {
        width: 100%;
    }

    .swiper-slide-active .hotspots {
        display: none !important;
    }

    .vertical-slider .slider__thumbs {
        height: 70vh;
    }

    .hotspot-slider.hotspot-slider .slider__thumbs {
        height: 100vh;
    }

    .hotspot-slider .swiper-slide-active.swiper-slide {
        height: 100%;
    }

    .mobile_hotspot {
        position: absolute;
        top: 15%;
        text-align: center;
        box-sizing: inherit;
        z-index: 1;
        right: 0;
        left: 0;
    }

    .mobile_hotspot.mobile_hotspot img {
        width: 13vh;
        height: 13vh;
        color: #000000;
        margin: 0 auto;
    }

    .available_colors span {
        padding: 5px;
        width: 10px;
        height: 10px;
    }

    .hotspot_modal .mobile_popup .post-content {
        max-height: 60vh;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hotspot_modal .mobile_popup .post-content::-webkit-scrollbar {
        display: none;
    }

    .hotspot_modal .mobile_popup {
        margin-top: -4%;
    }

    .hotspot_modal {
        width: 100%;
    }

    /*---------------------------------------------------------------------------------------------Mobile Popup Slider*/
    .hotspot_modal .swiper-container {
        width: 100%;
    }

    .open_content_modal .hotspot_modal {
        display: block;
        width: 100%;
    }

    .hotspot_modal .slide_content {
        width: 90%;
        margin: 0 auto;
    }

    .hotspot_modal .header_img {
        width: 100% !important;
        position: relative;
    }

    .hotspot_modal .active-line {
        display: block;
        width: 100%;
        height: 5px;
        background: #ccc;
        margin-top: 5%;
    }

    .hotspot_modal .swiper-slide-active .active-line {
        background: #000000 !important;
        width: 0;
        animation: width-animation 2s forwards;
    }

    @keyframes width-animation {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }

    .hotspot_modal span.close_button {
        right: 25px;
        top: 38px;
        z-index: 1;
    }


    /*------------------------------------Vertical Slider*/
    .vertical-slider.vertical-slider .slider_navigation {
        width: auto;
        justify-content: center;
        top: 85%;
    }

    .hotspot_modal span.close_button img {
        width: 60px;
    }
}

@media only screen and (min-width: 821px) {
    .slider_navigation div {
        width: 3.333vw;
        height: 3.333vw;
    }

    .custom_text_slider .slider__thumbs {
        height: 100vh;
    }

    .mobile_hotspot,
    .mobile_version {
        display: none !important;
    }

    .desktop_version {
        display: block;
    }

    .custom_text_slider .slider__image,
    .custom_text_slider .slider__image img,
    .custom_text_slider .swiper-container {
        width: 100%;
        height: 100%;
    }

    .custom_text_slider .swiper-slide-active.swiper-slide {
        height: 100vh !important;
    }

    .available_colors span {
        padding: 5px;
        width: 25px;
        height: 25px;
    }

    .hotspot_modal {
        width: 25%;
    }

    .hotspot_modal span.close_button {
        position: absolute;
        right: 60px;
        top: 45px;
        color: #fff;
    }

    .hotspot_modal .header_img {
        width: 65%;
        float: left;
    }

    /*------------------------------------Vertical Slider*/
    .vertical-slider.vertical-slider .navigation {
        width: 95%;
        left: 0;
        justify-content: space-between;
        top: 50%;
        right: 0;
    }
}

/*---------------------------------------------------------------------------------------- Choose Color Module */


.choose_color_module {
    width: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 10000;
    top: 0;
    height: 100vh;
    transform: translate(100%, 0);
}

.close_modal .choose_color_module {
    animation: sliding_back 600ms forwards;
}

body.active_modal {
    overflow: hidden;
}

.active_modal .choose_color_module{
    animation: sliding 600ms forwards;
}

.choose_color_module .choose-color-option {
    margin-top: 8%;
}

.choose_color_module .module-row .close_button {
    position: absolute;
    display: block;
    height: auto;
    cursor: pointer;
}

.choose_color_module .module-row {
    width: 100%;
    height: 100%;
}

.choose_color_module .module-row .module-details {
    background-color: #ffffff;
    padding: 1% 5% 1% 2%;
}

.choose_color_module .color-variations {
    display: flex;
    margin-bottom: 10%;
}

.choose_color_module .color-variations .btn {
    cursor: pointer;
    position: relative;
    margin-right: 2%;
    border: 1px solid #000000;
    border-radius: 50%;
    width: 8%;
}

.choose_color_module .module-row .module-details .active_color {
    width: fit-content;
    padding: 0 15px;
    border: 1px solid #000;
    margin-bottom: 6%;
    border-radius: 15px;
    font-weight: 400;
}

.choose_color_module .active_color span:last-child {
    text-transform: capitalize;
}

.choose_color_module .color-variations div.active::before,
.choose_color_module .color-variations div.active::after {
    content: '';
    position: absolute;
}

.choose_color_module .color-variations div.active::after {
    width: 18%;
    height: 30%;
    top: 2px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    z-index: 1111;
    transform: rotate(45deg);
    right: 4px;
}

.choose_color_module .color-variations div.active::before {
    width: 50%;
    height: 50%;
    background-color: #009DFF;
    border-radius: 25px;
    right: 0;
}

@media only screen and (min-width: 1025px) {
    .choose_color_module .module-row {
        display: flex;
    }

    .choose_color_module .module-row .close_button {
        top: 5%;
        right: 3%;
        width: 50px;
    }

    .choose_color_module .module-row .threed-module {
        width: 70%;
        height: 100%;
        background-color: #D7D9DB;
    }

    .choose_color_module .module-row .threed-module .threed-image,
    .choose_color_module .module-row .threed-module .threed-image img {
        height: auto;
        width: 100%;
    }

    .choose_color_module .module-row .module-details {
        width: 30%;
        height: 100%;
        background-color: #fff;
        padding: 1% 5% 1% 2%;
    }
}

@media only screen and (max-width: 1024px) {
    .choose_color_module .module-row .close_button {
        top: 3%;
        right: 6%;
        width: 30px;
    }

    .choose_color_module .module-row .threed-module {
        width: 100%;
        height: auto;
        background-color: #fff;
        border-top: 1px solid #000;
    }

    .choose_color_module .module-row .module-details {
        width: 100%;
        height: 65%;
        background-color: #fff;
        padding: 1% 5% 1% 5%;
        overflow: auto;
    }
}

.choose_color_module .module-row .module-details h3 {
    text-transform: uppercase;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 1.5;
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
}


.choose_color_module .module-row .module-details .active_color span,
.choose_color_module .module-row .module-details p {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}

/*END: Choose Color Module */
/*-------------------------------------------------------------------------------Inspiration Slider-Style*/
html[lang="en-GB"] .inspiration_details .image_widget {
    cursor: none;
    cursor: url('/wp-content/uploads/2023/11/cta_more_details.svg') 128 128 , auto !important;
}

html[lang="de-DE"] .inspiration_details .image_widget {
    cursor: none;
    cursor: url('/wp-content/uploads/2023/11/cta_mehr_details_v02.svg') 128 128 , auto !important;
}

html[lang="cs-CZ"] .inspiration_details .image_widget {
    cursor: none;
    cursor: url('/wp-content/uploads/2024/01/cta_more_details_cz.svg') 128 128 , auto !important;
}

body:not(.elementor-editor-active) #inspiration_details {
	overflow: hidden;
}

.inspiration_details.open_slider .image_widget {
	animation: remove_image 1.5s forwards;
}

.inspiration_details.open_slider .more_slider {
	animation: open_slider 1.5s forwards;
}

@keyframes remove_image {
  0% {
    transform: translate(0%, 0);
  }
  100% {
   transform: translate(-100%, 0);
  }
}

@keyframes open_slider {
  0% {
    transform: translate(100%, 0);
  }
  100% {
   transform: translate(0, 0);
  }
}


body:not(.elementor-editor-active) .inspiration_details .more_slider {
	position: absolute;
	transform: translate(100%, 0);
}

.inspiration_details .ha-slider .ha-slick-slide .ha-slick-item {
    width: 100%;
    height: 100%;
}

.inspiration_details .ha-slider .ha-slick-slide .ha-slick-item .ha-slick-img {
    float: right;
}

.inspiration_details .ha-slick-content .ha-slick-subtitle {
    position: relative;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 1025px) {
    body:not(.elementor-editor-active) #inspiration_details,
    .inspiration_details .ha-slider .ha-slick-slide {
        height: 100vh;
    }
    .inspiration_details .ha-slick-content {
        width: 45%;
        top: 30%;
        left: 10%;
    }
}

@media only screen and (max-width: 1024px) {
    .inspiration_details .ha-slick-content {
        width: 55%;
        top: 5%;
        left: 5%;
    }
}

.inspiration_details .ha-slick-content {
    bottom: auto;
    background: 0;
}

.inspiration_details .slick-prev.slick-arrow.slick-disabled,
.inspiration_details .slick-next.slick-arrow.slick-disabled {
    display: none !important;
}

.inspiration_details.inspiration_details .slick-arrow:hover,
.inspiration_details.inspiration_details .slick-arrow {
    background: 0;
    border: 0;
    /*margin-top: -5%;*/
    width: 3.33vw;
    height: 3.33vw;
}

.inspiration_details .ha-slider .slick-arrow > svg {
    width: 100%;
    height: 100%;
} 

.inspiration_details .slick-arrow:focus {
	background: 0 !important;
}

.inspiration_details .slick-arrow:hover{
      border:solid 2px white; 
    border-radius:50%;
}

.inspiration_details .slick-arrow:hover #Line_2 {
	 animation: line_2 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.inspiration_details .slick-arrow:hover #Path_3{
 animation: path_3 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

@keyframes path_3 {
  0% {
    transform: rotatez(0deg) translateY(28px) translateX(-35px);
  }
  100% {
    transform: rotatez(0deg) translateY(28px) translateX(70px) ;
  }
}

@keyframes line_2 {
  0% {
    transform: rotatez(0deg) translateY(39px) translateX(-48px);
  }
  100% {
    transform: rotatez(0deg) translateY(39px) translateX(70px) ;
  }
}

.more_slider .ha-slick-subtitle {
	display: block !important;
}