/*
Theme Name: MINI Dealer Websites
Theme URI: https://www.intesys.it/
Template: hello-elementor
Author: Intesys
Author URI: https://www.intesys.it/
Description: MINI Dealer Websites
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1636707982
Updated: 2025-06-04 10:06:22
*/

@import "assets/fonts/fonts.css";

body {
    font-family: 'Mini-Serif', Arial, serif !important;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mini-Serif', Georgia, serif !important;
    font-weight: 700 !important;
}

h1, h2 {
    text-transform: uppercase !important;
}

h1 {
    font-size: 48px !important;
}

p {
    font-size: 18px !important;
    line-height: 1.5;
}

p, a, div, span {
    font-family: 'Mini-Sans-Serif', Arial,  sans-serif !important;
}

section.elementor-section-full_width {
    /*max-width: 1680px;*/
    margin: 0 auto;
}

section.elementor-section-full_width.expanded {
    max-width: none;
}

.elementor-grid {
    grid-column-gap: 15px !important;
}

a {
    color: #000000;
    text-underline-offset: 4px;
    font-weight: 800;
}

a:hover {
    color: #007da3;
}

.intesys-map-container .elementor-widget-text-editor a,
.teaser-container-grey .mini-teaser-desc a,
.teasers-main .mini-teaser-desc a {
    text-decoration: underline !important;
}

button {
    border: none;
}

button.bmw-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 285px;
    width: 100%;
    min-width: 180px;
    min-height: 3.25rem;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background-color .25s ease;
    line-height: 1.25rem;
}

.text-dark {
    background-color: var(--e-global-color-secondary) !important;
}

.text-dark .responsive_css_slide:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, var(--e-global-color-secondary) 100%) !important;
}

.text-dark h2 {
    color: var(--e-global-color-text) !important;
}

.text-dark h3 {
    color: var(--e-global-color-text) !important;
}

.elementor-widget-heading h6 {
    margin-bottom: 0;
}

.sub-menu .menu-item {
    margin: 20px !important;
}

.sub-menu .menu-item a {
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.sub-menu .menu-item {
    border-bottom: 2px solid transparent;
}

.sub-menu .menu-item:hover {
    /*border-bottom: 2px solid #1c69d4;*/
}

.expanded .elementor-nav-menu--main .elementor-nav-menu > li > a {
    font-weight: 400 !important;
}

@media screen and (min-width: 1024px) {
    .site-id-36 .elementor-nav-menu--main .elementor-nav-menu > li > a {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }

    span.sub-arrow {
        display: none !important;
    }
}

@media screen and (min-width: 1024px) {
    .sub-menu.elementor-nav-menu--dropdown {
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        /* overflow: -moz-scrollbars-none; */
        /* -ms-overflow-style: none; */
    }

    /* .sub-menu.elementor-nav-menu--dropdown::-webkit-scrollbar { width: 0 !important } */
}

@media screen and (min-width: 1024px) {
    .header-slide-content .elementor-widget-wrap {
        width: auto;
        display: block !important;
        min-width: 285px;
        margin: 0 auto;
    }

    .content-right .header-slide-content .elementor-widget-wrap {
        margin-right: 0;
    }

    .content-left .header-slide-content .elementor-widget-wrap {
        margin-left: 0;
    }

    .content-v-center .header-slide-content {
        top: clamp(4.5rem, -4.6429rem + 14.2857vw, 12.5rem) !important;
    }

    .content-bottom .header-slide-content {
        top: auto !important;
        bottom: 25px !important;
    }
}

/*color: var( --e-global-color-primary ) !important;*/
/*color: var( --e-global-color-secondary ) !important;*/
/*color: var( --e-global-color-text ) !important;*/
/*color: var( --e-global-color-accent ) !important;*/

/*Fix admin bar mobile overflow - Start*/
#wpadminbar.mobile {
    overflow: hidden;
}

/*Fix admin bar mobile overflow - End*/

/*Add style for arrow link - Start*/
/*.mini-teaser-title:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 6%;*/
/*    top: 3%;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='currentColor' class='bi bi-box-arrow-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");*/
/*    background-repeat: no-repeat;*/
/*    !*background-position: -11px -6px;*!*/
/*    background-size: 16px;*/
/*    color: #262626;*/
/*}*/

/*.teasers-main .mini-teaser-title:after {*/
/*    display: none;*/
/*}*/

.teasers-main .mini-icon-teaser {
    display: none;
}

.teasers-main .mini-teaser-title h3 {
    font-size: 32px;
}

.teasers-main p {
    font-size: 18px;
}

.teaser-container-grey .box-teaser {
    left: 20px;
}

.teaser-container-grey .image-teaser-grey {
    top: -50px !important;
    left: -15px;
    position: relative;
}

@media screen and (min-width: 732px) and (max-width: 767px) {
    .teaser-container-grey .image-teaser-grey {
        left: -135px;
    }
}

@media screen and (min-width: 676px) and (max-width: 731px) {
    .teaser-container-grey .image-teaser-grey {
        left: -105px;
    }
}

@media screen and (min-width: 616px) and (max-width: 675px) {
    .teaser-container-grey .image-teaser-grey {
        left: -75px;
    }
}

@media screen and (min-width: 565px) and (max-width: 615px) {
    .teaser-container-grey .image-teaser-grey {
        left: -45px;
    }
}

.teaser-container-grey .box-teaser .mini-icon-teaser {
    content: "";
    position: absolute;
    right: 10%;
    top: 47%;
    width: 20px;
    height: 20px;
    color: #262626;
}

@media screen and (min-width: 1026px) and (max-width: 1115px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 42%;
    }
}

@media screen and (min-width: 768px) and (max-width: 851px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 53%;
    }
}

@media screen and (min-width: 682px) and (max-width: 768px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 65%;
    }
}

@media screen and (min-width: 522px) and (max-width: 682px),
screen and (min-width: 982px) and (max-width: 1025px){
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 61%;
    }
}

@media screen and (min-width: 468px) and (max-width: 522px),
screen and (min-width: 852px) and (max-width: 981px){
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 59%;
    }
}

@media screen and (min-width: 425px) and (max-width: 468px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 56%;
    }
}

@media screen and (min-width: 371px) and (max-width: 425px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 50%;
    }
}

@media screen and (min-width: 300px) and (max-width: 371px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 44%;
    }
}

@media screen and (min-width: 241px) and (max-width: 300px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 31%;
    }
}

@media screen and (min-width: 204px) and (max-width: 240px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 17%;
    }
}

@media screen and (min-width: 169px) and (max-width: 204px) {
    .teaser-container-grey .box-teaser .mini-icon-teaser {
        top: 11%;
    }
}

/*Add style for arrow link - End*/

/*Add style for title teaser - Start*/
.mini-teaser-title h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 1;
    padding-right: 15px;
}
/*Add style for title teaser - End*/

#map-wrapper .cookie-fallback {
    height: 100%;
    width: 100%;
}

#map-wrapper #map {
    width: 100%;
    height: 100vh;
}

#mini-button-black {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    justify-content: center;
    min-width: 200px;
    font-size: 18px;
    line-height: 20px;
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    padding: 0 1.5rem;
    height: 3.5rem;
    cursor: pointer;
    text-align: center;
}

#mini-button-black:hover{
    background-color: #525252;
}

.mini-description-dealer {
    font-size: 18px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.title-homepage h1{
    font-size: 32px !important;
}

.menu-item {
    border: none !important;
}

@media screen and (min-width: 250px) and (max-width: 769px) {
    .image-teaser-grey {
        padding-top: 50px;
    }
}

.elementor-button-link {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    line-height: 2;
    height: 3.5rem;
    cursor: pointer;
    text-align: center !important;
    border-radius: 50px !important;
}
