/**
Theme Name: Astra Child
Author: Algo GmbH
Author URI: https://werbeagentur.algo.at
Description: Astra child theme from ALGO
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*++++++++++++++++++++++++++++++++++++++++ COMMON ++++++++++++++++++++++++++++++++++++++++*/
::-moz-selection {
    background-color: #A6B72E;
}
::selection {
    background-color: #A6B72E;
}

body {
    top: 0 !important; 
}

body, 
h1, h2, h3, h4, h5, h6,
.entry-title a, 
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
    color: #444844;
}

img {
    image-rendering: -webkit-optimize-contrast;
}
svg {
    height: auto;
}

/* Anchors */
a,
span,
.elementor-swiper-button {
    outline:none!important
}

.light-anchors a,
a.light-anchor {
    color: inherit;
}

/* Link in title */
a.title-link {
    text-decoration: none !important;
    border-bottom: 2px solid #9BA939;
}
a.title-link:hover {
    border-color: #E25964;
}

/* Badges */
.badge::after,
.badge-empty::before {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
}
.badge::after {
    background-image: url("assets/svg/badge_keyvisual.svg");
    width: 193px;
    height: 193px;
}
.badge.bottom-left::after {
    bottom: -17%;
    left: 8%;
}
.badge-empty::before {
    background-image: url("assets/svg/badge_empty.svg");
    width: 100%;
    height: 100%;
}
.badge-empty.bb-column-link:hover::before {
    filter: brightness(1.1);
}
.badge-empty-container {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.badge-empty-container.top-right {
    top: 0;
    right: 0;
    align-content: flex-end;
}

/* Best price label */
.best-price::after {
    content: '';
    width: 84px;
    height: 34px;
    background: transparent url("assets/svg/best_price.svg") center center no-repeat;
    position: absolute;
    top: -10px;
    left: 10px;
}

/* Keyvisual of title and breadcrumbs */
.home #main h1::before,
.search #primary h1::before,
#main .breadcrumbs::before {
    content: '';
    display: block;
    width: 186px;
    height: 144px;
    background: transparent url("assets/svg/keyvisual_green.svg") center center no-repeat;
    margin-bottom: 20px;
}
#main .breadcrumbs.elementor-align-center::before {
    width: 100% !important;
}

/* Google Translate element */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
/*---------------------------------------- COMMON ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ POPUPS ++++++++++++++++++++++++++++++++++++++++*/
/* Admin overwrite */
body.admin-bar .dialog-type-lightbox {
    position: fixed !important;
}
/* Popup overlay */
.elementor-popup-modal .dialog-close-button {
    content: url("assets/svg/close.svg");
    background-color: #9BA939;
    width: 67px;
    padding: 17px;
    -webkit-border-radius: 34px;
            border-radius: 34px;
}
.elementor-popup-modal .dialog-close-button:hover {
    background-color: #A6B72E;
}

/* Main menu */
.elementor-nav-menu--main .elementor-nav-menu a, 
.elementor-nav-menu--main .elementor-nav-menu li {
    position: unset;
}
ul.elementor-nav-menu--dropdown a {
    border-left: none !important;
}
.dialog-widget-content .elementor-nav-menu a, 
.dialog-widget-content .elementor-nav-menu a:focus, 
.dialog-widget-content .elementor-nav-menu a:hover {
    padding-left: 0;
    padding-right: 0 !important;
}
.elementor-nav-menu--dropdown,
a.menu-link {
    background-color: transparent !important;
}
.dialog-widget-content .menu-item:hover > a.menu-link,
.dialog-widget-content .menu-item > a.menu-link:focus {
    color: #9BA939 !important;
    fill: #9BA939 !important;
}
a.elementor-item-active,
.current-menu-parent > a {
    text-decoration: underline;
}
.dialog-widget-content .elementor-nav-menu--main > ul > li.menu-item:hover::before,
.dialog-widget-content .elementor-nav-menu--dropdown > ul > li.menu-item:hover::before {
    content: "";
    background-image: url("assets/svg/keyvisual_green.svg");
    background-repeat: no-repeat;
    position: fixed;
    left: -50px;
}
.elementor-nav-menu--main ul.elementor-nav-menu--dropdown.sub-menu {
    top: 0 !important;
    margin: 0 !important;
}
.elementor-nav-menu--main a[aria-expanded="false"] + ul.sub-menu {
    display: none !important;
}

/* Search form button */
button.elementor-search-form__submit {
    background: url("assets/svg/search.svg") 9% center no-repeat;
}

/* Gallery lightbox buttons */
.dialog-lightbox-widget-content .elementor-swiper-button {
    width: 5%;
    height: 50px;
}
/*---------------------------------------- POPUPS ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ HEADER MENU ++++++++++++++++++++++++++++++++++++++++*/
.header-nav-menu {
   transition: all 0.4s ease-in-out !important;
}
.header-nav-menu .elementor-widget-container {
    padding-right: 20px;
}
.elementor-sticky--effects .header-nav-menu .elementor-widget-container {
    padding-right: 0;
    margin-right: -2px;
}
.elementor-sticky--effects .elementor-nav-menu--main .elementor-item.menu-link {
    color: #FFF !important;
}
.elementor-sticky--effects .header-nav-menu .menu-item {
    background-color: #93A51D; 
}
.elementor-sticky--effects .header-nav-menu .menu-item:hover {
    background-color: #A6B72E;
}
/*---------------------------------------- HEADER MENU ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ INQUIRY ++++++++++++++++++++++++++++++++++++++++*/
form.inquiry {
    display: flex;
    flex-direction: row;
}
form.inquiry .interval_c,
form.inquiry .calendar_c {
    display: flex;
    height: 56px;
    align-items: center;
}
form.inquiry .interval_c {
    width: calc(100% - 57px);
}
input.interval {
    outline: none;
    background-color: transparent;
    border: none;
    font-weight: 600;
    font-family: inherit;
    font-size: 17px;
    width: 100%;
    padding: 0 0 0 1.3em;
}
form.inquiry .calendar_c {
    border-left: 1px dashed #999;
}
form.inquiry .calendar {
    color: #999;
    font-size: 16px;
    padding: 20px;
}
form.inquiry .calendar:hover {
    color: #A6B72E;
    cursor: pointer;
}
.inquiry-submit {
    cursor: pointer !important;
}
/*---------------------------------------- INQUIRY ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ ELEMENTS ++++++++++++++++++++++++++++++++++++++++*/
/* Hotspot menu button */
.e-hotspot {
    height: 30px;
}
a > span,
.e-hotspot__button,
.dialog-widget-content .elementor-icon-list-item:hover .elementor-icon-list-text {
    -webkit-transition: color 0.3s ease;
       -moz-transition: color 0.3s ease;
        -ms-transition: color 0.3s ease;
         -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
}
.e-hotspot__button:hover,
.e-hotspot__button:focus {
    color: #A6B72E;
}

/* Hotspot tooltip triangle */
.top-hotspot .e-hotspot__tooltip:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #444844 transparent;
}
.top-hotspot .e-hotspot__tooltip:after {
    border-width: 0 15px 15px;
    top: -15px;
}

/* Hotspot tooltip buttons */
.e-hotspot__tooltip a.hotspot-button {
    background-color: #93A51D;
    padding: 9px 40px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    display: block;
}
.e-hotspot__tooltip a.hotspot-button:first-child {
    margin-bottom: 5px;
}
.e-hotspot__tooltip a.hotspot-button:hover {
    background-color: #A6B72E;
}

/* Breadcrumbs */
.breadcrumbs .elementor-icon-list-items > li > a > .elementor-icon-list-text {
    color: #000 !important;
}
.breadcrumbs a {
    text-decoration: none !important;
}
.breadcrumbs a .elementor-icon-list-text:hover {
    text-decoration: underline !important;
}
.breadcrumbs .elementor-icon-list-icon i {
    color: #BCB9B3;
}
.breadcrumbs .elementor-icon-list-text:first-child {
    padding-left: 0 !important;
}

/* Custom button icons */
.elementor-button-icon i {
    font-size: 0.7em;
}

/* Icon list of main */
#main .elementor-icon-list--layout-traditional a {
    text-decoration: none;
}
#main .elementor-icon-list--layout-traditional a .elementor-icon-list-text {
    text-decoration: underline;
}

/* Icon list of apartment box */
.apartment-types .elementor-icon-list-icon + .elementor-icon-list-text {
    padding-left: 20px;
}

/* Text anchors */
.elementor-text-editor a {
    font-weight: 500;
}

/* Swiper buttons */ 
.elementor-swiper-button {
    content: url("assets/svg/chevron.svg");
}
.elementor-swiper-button-prev {
     transform-origin: center 25%;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.elementor-swiper-button > i {
    display: none;
}

/* Team member boxes */
.uc_team_member_overlay_bottom .uc_tmob_container {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.highlight.elementor-element .uc_tmob_container {
    background-color: #9BA939;
}
.highlight.elementor-element .uc_tmob_container:hover {
    background-color: #A6B72E;
}
.uc_tmob_container .uc_tmob_social {
    right: 18px !important;
    left: auto !important;
}
.uc_tmob_container .uc_tmob_social a {
    /*color: #FFF !important;*/
    text-decoration: none !important;
    padding-top: 15px;
    background-color: transparent;
    width: 60px !important;
    height: 60px !important;
}
.elementor-widget-ucaddon_uc_team_member_overlay_bottom.small-icon .uc_tmob_container .uc_tmob_social a {
    width: 35px !important;
    height: 35px !important;
    padding-top: 11px;
}
.uc_tmob_container .uc_tmob_social i {
    font-size: 30px;
}
.elementor-widget-ucaddon_uc_team_member_overlay_bottom.small-icon .uc_tmob_container .uc_tmob_social i {
    font-size: 15px;
    vertical-align: top;
}
.uc_tmob_content {
    bottom: 0 !important;
    text-align: left !important;
}
.uc_tmob_title,
.uc_tmob_subtitle {
    font-family: "Sofia Pro";
    color: #FFF;
    font-weight: 400 !important;
}
.uc_tmob_title {
    margin: 0 !important; 
    line-height: 1.3em;
}
.uc_tmob_subtitle {
    font-size: 15px !important;
    line-height: 2em;
}
.uc_tmob_container img,
.highlight.elementor-element .uc_tmob_container {
    -webkit-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
         -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
}
.elementor-widget-ucaddon_uc_team_member_overlay_bottom:not(.highlight) .uc_tmob_container:hover img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}
.highlight.elementor-element .uc_tmob_container img {
    object-fit: none !important;
    padding: 0 90px 70px 0;
    opacity: 0.4;
}

/* Carousel navigation buttons */
.ue-remote-carousel-navigation > button {
    padding: 0;
}
.ue-carousel-prev:hover,
.ue-carousel-next:hover {
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
}
.ue-carousel-nav-icon {
    width: 0;
}
.ue-carousel-prev .ue-carousel-nav-icon {
    -webkit-transform: translateX(-11px);
       -moz-transform: translateX(-11px);
        -ms-transform: translateX(-11px);
         -o-transform: translateX(-11px);
            transform: translateX(-11px);
}
.ue-carousel-next .ue-carousel-nav-icon {
    -webkit-transform: translateX(-9px);
       -moz-transform: translateX(-9px);
        -ms-transform: translateX(-9px);
         -o-transform: translateX(-9px);
            transform: translateX(-9px);
}

/* Carousel slides  */
.uc_carousel .uc_more_btn {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    opacity: 0;
    -webkit-transition: all 0.6s ease;
       -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
         -o-transition: all 0.6s ease;
            transition: all 0.6s ease;
}
.uc_carousel .ue-item:hover a.uc_more_btn {
    opacity: 1;
    background-image: url("assets/svg/plus.svg");
}
.uc_carousel .uc_elegant_content_box {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    margin-top: -36px;
}
.uc_carousel .uc_elegant_content_box a {
    text-decoration: none;
}
.uc_carousel .uc_elegant_content_box h2 {
    text-align: left;
}
.uc_carousel .uc_elegant_carousel_placeholder img {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Gallery */
a.elementor-item.elementor-gallery-title {
    text-decoration: none;
    padding: 0px;
    height: 55px
   
}
.elementor-item:after, 
.e--pointer-underline .elementor-item:before {
    height: 2px !important;
}
/*---------------------------------------- ELEMENTS ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ SECTIONS ++++++++++++++++++++++++++++++++++++++++*/
section.highlight-ellipse {
    background-image: url("assets/images/ellipse.png");
    background-position: right center;
    background-repeat: no-repeat;
}
section.highlight-dark {
    background: transparent url("assets/svg/mountains.svg") center top no-repeat;
    background-size: cover;
}
section.mobile-bottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    /*height: 50px;*/
}
/*---------------------------------------- SECTIONS ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ PAGES ++++++++++++++++++++++++++++++++++++++++*/
/* Search page */
.search #primary .ast-archive-description {
    background-color: transparent;
    padding-top: 1em;
}
.search #primary h1 {
    font-weight: 600;
}
.search article.ast-article-post {
    border-bottom: 0;
    margin-bottom: 10px;
}
.search article .entry-title > a {
    color: #9BA939;
    text-decoration: underline;
}
.search article .entry-title > a:hover {
    color: #E25964;
}
.search article .entry-content p {
    margin-bottom: 0;
}
.search article .read-more {
    display: none;
}
/* 404 page */
.widget_search .search-form i .icon-search::before {
    display: none !important;
}
/* Weather in Flachau */
.wetter_c {
    font-family: "Sofia Pro", Sans-serif;
    /*font-weight: 300;*/
}
.wetter_c table, 
.wetter_c td,
.wetter_c th {
    border: none;
}
.wetter_c h2,
.wetter_c h3,
.wetter_c p {
    margin-bottom: 0;
}
/*h2.wetter_title {
    font-weight: 600;
}*/
h3.wetter_stitle {
    font-weight: 500;
}
p.wetter_date {
    font-weight: 400;
}
.wetter_desc p {
    line-height: 1.7em;
}
p.wetter_spacer {
    padding: 1.5em 0;
}
/*---------------------------------------- PAGES ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ FOOTER ++++++++++++++++++++++++++++++++++++++++*/
.elementor-location-footer,
.elementor-location-footer a {
    color: #F7F5F1;
}
.elementor-location-footer .elementor-icon-list-items img {
    vertical-align: top;
    padding-top: 3px;
}
.elementor-location-footer .elementor-icon-list-items a:hover {
    text-decoration: underline;
    color: #FFF;
}
.elementor-location-footer .elementor-icon-list-items a:hover img {
    border-bottom: 1px solid #FFF;
}
/* Fixed buttons */
.fixed-footer-buttons {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1001;
}
.fixed-footer-buttons .gallery-button i {
    margin: 28px;
}
.fixed-footer-buttons .weather-button i {
    margin: 8px;
}
/*---------------------------------------- FOOTER ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ LAZY LOADING BACKGROUNDS ++++++++++++++++++++++++++++++++++++++++*/
/* Badges */
html:not(.elementor-html) .elementor-section-wrap > section > .elementor-container:not(.visible) .badge::after,
html:not(.elementor-html) .elementor-section-wrap > section > .elementor-container:not(.visible) .badge-empty::before,
/* Keyvisuals */
html:not(.elementor-html) .home .elementor-section-wrap > section > .elementor-container:not(.visible) h1::before,
html:not(.elementor-html) .elementor-section-wrap > section > .elementor-container:not(.visible) .breadcrumbs::before,
/* Best price label */
html:not(.elementor-html) .elementor-section-wrap > section > .elementor-container:not(.visible) .best-price::after,
/* Highlighted sections */
/*html:not(.elementor-html) .elementor-section-wrap > section.highlight-ellipse:not(.visible),
html:not(.elementor-html) .elementor-section-wrap > section.highlight-dark:not(.visible,*/
/* All main sections */
html:not(.elementor-html) .elementor-section-wrap > section:not(.visible) {
    background-image: none !important;
}

/* Swiper buttons */ 
html:not(.elementor-html) .elementor-section-wrap > section > .elementor-container:not(.visible) .elementor-swiper-button {
    /*content: none !important;*/
    display: none !important;
}
/*---------------------------------------- LAZY LOADING BACKGROUNDS ----------------------------------------*/


/*++++++++++++++++++++++++++++++++++++++++ RESPONSIVITY ++++++++++++++++++++++++++++++++++++++++*/
/* From desktop large */
@media (min-width: 1441px) {
    /* Popup main menu */
    .elementor-nav-menu--main ul.elementor-nav-menu--dropdown.sub-menu {
        left: 55% !important;
        width: 45% !important;
    }
    /* Highlighted team member box */
    .highlight.elementor-element .uc_tmob_container img {
        padding: 0 90px 70px 0;
        -webkit-transform: scale(1.3);
           -moz-transform: scale(1.3);
            -ms-transform: scale(1.3);
             -o-transform: scale(1.3);
                transform: scale(1.3);
    }
}

/* Laptop L */
@media (max-width: 1440px) {
    /* Highlighted team member box */
    .highlight.elementor-element .uc_tmob_container img {
        padding: 0 40px 110px 0;
    }
}

/* From tablet to laptop L */
@media (min-width: 768px) and (max-width: 1440px) {
    /* Popup main menu */
    .elementor-nav-menu--main ul.elementor-nav-menu--dropdown.sub-menu {
        left: 59% !important;
        width: 41% !important;
    }
}

/* From laptom M */
@media (min-width: 1367px) {
    /* Desktop header menu */
    .elementor-sticky--effects .elementor-nav-menu--main .elementor-item.menu-link {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* Laptom M */
/*@media (max-width: 1366px) {}*/

/* From laptom S */
@media (min-width: 1201px) {
    /* Hotspot tooltip */
    .top-hotspot .e-hotspot__tooltip {
        margin-top: 35px;
    }
    .elementor-sticky--effects .top-hotspot .e-hotspot__tooltip {
        margin-top: 25px;
    }
}

/* Only tablet and laptop S */
@media (min-width: 768px) and (max-width: 1200px) {
    /* Hotspot tooltip */
    .top-hotspot .e-hotspot__tooltip {
        margin-top: 33px;
    }
}

/* From laptop */
@media (min-width: 1025px) {
    /* Popup menu keyvisual */
    .elementor-nav-menu--main > ul > li.menu-item:hover::before {
        width: 147px;
        height: 114px;
    }
    /* Team member box title */
    .uc_tmob_title {
        font-size: 33px !important;
    }
    /* Weather */
    h2.wetter_title {
        font-size: 40px;
    }
    h3.wetter_stitle {
        font-size: 30px;
    }
    .wetter_desc p {
        font-size: 25px;
    }
}

/* Only tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Badges */
    .badge.bottom-left::after {
        left: 0 !important;
    }
    /* Keyvisual of title and breadcrumbs */
    .home #main h1::before,
    .search #primary h1::before,
    #main .breadcrumbs::before {
        width: 140px;
        height: 109px;
    }
    /* Popup menu keyvisual */
    .elementor-nav-menu--main > ul > li.menu-item:hover::before {
        width: 120px;
        height: 93px;
    }
    /* Weather */
    h2.wetter_title {
        font-size: 30px;
    }
    h3.wetter_stitle {
        font-size: 25px;
    }
    .wetter_desc p {
        font-size: 20px;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    /* Badges */
    .badge::after {
        width: 35%;
        height: 35%;
    }
    /* Datepicker interval */
    .datepicker {
        right: auto !important;
        left: 0;
    }
    /* Datepicker content */
    .datepicker:not([style=""]) .datepicker__inner {
        display: none !important;
    }
    /* Team member box title */
    .uc_tmob_title {
        font-size: 28px !important;
    }
    /* Fixed gallery button */
    .fixed-footer-buttons .gallery-button i {
        margin: 20px;
    }
    /* Footer Algo icon */
    .elementor-location-footer .elementor-icon-list-items img {
        padding-top: 7px;
    }
}

/* From tablet */
@media (min-width: 768px) {
    /* Hotspot tooltip */
    .top-hotspot .e-hotspot__tooltip:after {
        left: calc(50% - 15px);
    }
    /* Datepicker */
    .datepicker.datepicker--open {
        max-height: 338px;
    }
    /* Start page boxes */
    .uc_tmob_content {
        padding: 30px !important;
    }
    /* Swiper buttons */
    .elementor-swiper-button {
        height: 74px;
    }
    /* Carousel slide */
    .uc_carousel .uc_elegant_content_box h2 {
        margin-left: 10px;
    }
    /* Search page title */
    .search #primary h1 {
        font-size: 42px;
    }
    /* Weather */
    .wetter_c {
        font-size: 20px;
    }
}

/* Tablet */
@media (max-width: 767px) {
    /* Hotspot tooltip */
    .top-hotspot .e-hotspot__tooltip {
        margin-top: 25px;
        margin-left: 100px;
    }
    .top-hotspot .e-hotspot__tooltip:after {
        left: 33px;
    }
    /* Badges */
    .badge.bottom-left::after {
        bottom: -10% !important;
    }
    /* Best price label */
    .best-price::after {
        left: 67%;
    }
    /* Keyvisual of title and breadcrumbs */
    .home #main h1::before,
    .search #primary h1::before,
    #main .breadcrumbs::before {
        width: 100px;
        height: 78px;
    }
    /* Search page title */
    .search #primary h1 {
        font-size: 37px;
    }
    /* Popup search form */
    button.elementor-search-form__submit {
        background-size: 15px !important;
    }
    /* Popup submenuitems */
    .elementor-nav-menu--dropdown a.elementor-sub-item {
        padding-left: 25px !important;
    }
    /* Popup menu keyvisual */
    .elementor-nav-menu--dropdown > ul > li.menu-item:hover::before {
        width: 77px;
        height: 60px;
        left: -25px;
    }
    /* Popup iconlist */
    .dialog-widget-content .elementor-icon-list-text {
        padding-left: 10px;
    }
    /* Buttons with icon */
    .sm-hidden-icon .elementor-button-icon {
        display: none;
    }
    /* Swiper buttons */
    .elementor-swiper-button {
        height: 60px;
        margin-top: 6%;
    }
    /* Carousel navigation buttons */
    .ue-carousel-prev:hover,
    .ue-carousel-next:hover {
        -webkit-transform: scale(1.2);
           -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2);
    }
    /* Carousel slide */
    .uc_carousel .uc_elegant_content_box {
        margin-top: -25px;
    }
    /* Icon lists in popup and footer */
    .dialog-widget-content ul.elementor-icon-list-items.elementor-inline-items,
    .elementor-location-footer ul.elementor-icon-list-items.elementor-inline-items {
        flex-direction: column;
    }
    /* Apartment type box buttons */
    .apartment-types .elementor-button-link.elementor-size-sm {
        width: 90%;
    }
    /* Weather */
    h2.wetter_title {
        font-size: 25px;
    }
    h3.wetter_stitle {
        font-size: 20px;
    }
    .wetter_c,
    .wetter_desc p {
        font-size: 17px;
    }
}

/* Only mobile L */
@media (min-width: 426px) and (max-width: 767px) {
    /* Badges */
    .badge.bottom-left::after {
        left: 10% !important;
    }
    /* Datepicker */
    .datepicker.datepicker--open {
        max-height: 382px;
    }
}

/* Mobile L */
@media (max-width: 425px) {
    /* Badges */
    .badge.bottom-left::after {
        left: 0 !important;
    }
    /* Datepicker */
    .datepicker.datepicker--open {
        max-height: 364px;
    }
}
/*---------------------------------------- RESPONSIVITY ----------------------------------------*/