.elementor-kit-9{--e-global-color-primary:#1D1C1D;--e-global-color-secondary:#1D1C1D;--e-global-color-text:#2C332C;--e-global-color-accent:#779AEC;--e-global-color-16c12fd:#FFFFFF;--e-global-color-c275f98:#2C332C;--e-global-color-b9f7252:#555555;--e-global-color-1e5a5b0:#0000000F;--e-global-color-6440e51:#50C249;--e-global-color-1aa7066:#00000000;--e-global-color-0960217:#FAFAFA;--e-global-color-33b7fc7:#DDDDDD;--e-global-color-df70b58:#1D1C1D75;--e-global-color-90e83ec:#C2E05A;--e-global-color-959cd52:#0D8D19;--e-global-color-79099cc:#F1E6D4;--e-global-color-9fd282f:#FBF8F3;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:normal;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;--e-global-typography-3d50178-font-size:100px;--e-global-typography-3d50178-font-weight:bold;--e-global-typography-3d50178-line-height:0.9em;--e-global-typography-e0a576c-font-size:128px;--e-global-typography-e0a576c-line-height:0.9em;--e-global-typography-cef6ee8-font-size:14px;--e-global-typography-cef6ee8-font-weight:400;--e-global-typography-cef6ee8-line-height:1.35em;--e-global-typography-b93f244-font-size:40px;--e-global-typography-b93f244-font-weight:normal;--e-global-typography-b93f244-line-height:1em;--e-global-typography-29eecdd-font-size:20px;--e-global-typography-5f41dd6-font-size:14px;--e-global-typography-5f41dd6-font-weight:400;--e-global-typography-5f41dd6-line-height:1.35em;--e-global-typography-f6db43b-font-size:20px;--e-global-typography-1478fc5-font-size:24px;--e-global-typography-1478fc5-font-weight:600;--e-global-typography-1478fc5-line-height:1.1em;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 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h2{font-family:"Noto Sans Hebrew", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-9 h3{font-size:20px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-accent-font-size:18px;--e-global-typography-3d50178-font-size:78px;--e-global-typography-e0a576c-font-size:78px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:28px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:16px;--e-global-typography-3d50178-font-size:46px;--e-global-typography-e0a576c-font-size:54px;--e-global-typography-cef6ee8-font-size:13px;--e-global-typography-b93f244-font-size:28px;--e-global-typography-5f41dd6-font-size:14px;--e-global-typography-f6db43b-font-size:16px;--e-global-typography-1478fc5-font-size:20px;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 h2{font-size:20px;}.elementor-kit-9 h3{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body,html{
    overflow-x: hidden;
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6,p,span,a,li,ul,ol,figcaption,html,body{
        font-family: 'Montserrat', 'Noto Sans Hebrew', sans-serif!important;
}
/**Scrollable carouseles**/
@media screen and (max-width: 1000px){
.hscroll .jet-listing-grid__items{
    padding-inline: 10px;
    width: 240vw!important;
    max-width: 240vw!important;
}   

.hscroll .jet-listing-grid {
    overflow-x: scroll;
    scroll-behavior: smooth;
}

}

/**Shinybuttons**/
.btn-shine{
    overflow: hidden;
    border-radius: 5px;
}
.btn-shine:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: rgba(255,255,255,0.75);
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .1s;
    transition: all .1s;
    -webkit-animation-name: shine;
    animation-name: shine;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes shine {
    0% {
        left: -30px;
        margin-left: 0
    }

    30% {
        left: 110%;
        margin-left: 80px
    }

    100% {
        left: 110%;
        margin-left: 80px
    }
}
/**order buttons**/
.price-suffix{
color: #595959;
font-size: 14px;
font-style: normal;
font-weight: 400;
}

/**Listing**/
.listing-category .elementor-post-info__terms-list-item:not(:first-child){
    display:none!important;
}
.listing-category .elementor-post-info__item > .elementor-post-info__terms-list{
    color:transparent;
    font-size:0;
}
.listing-category .elementor-post-info__item > .elementor-post-info__terms-list > .elementor-post-info__terms-list-item:first-child{
    color: #111;
    font-size:14px;
}


/**Google Reveiews sticky widget**/
.rplg-badge2 .rplg-badge2-border{
    display: none;
}
.rplg-badge-fixed .rplg-badge2, .rplg-badge_left-fixed .rplg-badge2{
    border-radius:20px!important;
    box-shadow: 4px 0 20px 0 rgba(0,0,0,0.1)!important;
}
.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable{
    border-radius:10px!important;
}

.rpi-content .rpi-card-inner{
    background-color: white!important;
    border-radius: 10px!important;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1)!important;
}


/*.rpi-slider .rpi-body{*/
/*    height: 220px;*/
/*}*/
.rpi-slider .rpi-text{
    font-size: 14px;
}

/**Listing img zoom**/
.listing-img .elementor-widget-container{
    overflow: hidden;
}
.listing-img img{
    transition: 0.2s ease all;
}
.listing-img:hover img{
    transform: scale(1.05);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ruotes.de/wp-content/uploads/2024/06/Montserrat-Regular.woff2') format('woff2'),
		url('https://ruotes.de/wp-content/uploads/2024/06/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ruotes.de/wp-content/uploads/2024/06/Montserrat-SemiBold.woff2') format('woff2'),
		url('https://ruotes.de/wp-content/uploads/2024/06/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ruotes.de/wp-content/uploads/2024/06/Montserrat-Medium.woff2') format('woff2'),
		url('https://ruotes.de/wp-content/uploads/2024/06/Montserrat-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Noto Sans Hebrew';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ruotes.de/wp-content/uploads/2023/10/NotoSansHebrew-Regular.woff2') format('woff2'),
		url('https://ruotes.de/wp-content/uploads/2023/10/NotoSansHebrew-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Hebrew';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ruotes.de/wp-content/uploads/2023/10/NotoSansHebrew-SemiBold.woff2') format('woff2'),
		url('https://ruotes.de/wp-content/uploads/2023/10/NotoSansHebrew-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Noto Sans Hebrew';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://ruotes.de/wp-content/uploads/2023/10/NotoSansHebrew-SemiBold.woff2') format('woff2'),
		url('https://ruotes.de/wp-content/uploads/2023/10/NotoSansHebrew-Regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */