/*--------------------------------------------------------------
#  Header Menu
--------------------------------------------------------------*/

.sfondo-header {
    width: 100%;
    min-height: 50vh;
    padding: 0;
    margin: 0;
    background-color: var(--background-color);
    position: relative;

    img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
}

.header {
    background: linear-gradient(180deg, rgb(125, 117, 117), transparent 50%) top;
    background-size: 100% 170px;
    background-repeat: no-repeat;
    --background-color: rgba(255, 255, 255, 0);
    --heading-color: #ffffff;
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 20px 0;
    transition: all 0.5s;
    z-index: 99999;
}

.header .logo {
    line-height: 1;
    background: url("..../svg/holzhof-green.svg");
    margin: 0px 0px 0px 100px;
}

.header .logo img {
    max-height: 50px;
}

.header .logo h1 {
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
}

.language {
    color: var(--holzhof-color-grey);
}

.languages {
    width: 10vw;
    position: relative;
    right: 4.3vw;
    top: 4.7vh;
    background-color: var(--holzhof-color-white);
    border-radius: 15px;
    visibility: hidden;
    border: 2px solid var(--holzhof-color-green);
    transition: visibility 0.3s linear, opacity 0.3s linear;

    ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        height: 2.5rem;
    }

    a {
        margin: 0px;
        width: max-content;
        padding: 0px;
        color: var(--holzhof-color-grey);

        &:hover {
            color: var(--holzhof-color-green);
        }
    }
}

.container-menu {
    width: 100%;
    height: 100%;
    z-index: 99999;

    ul li a:hover:after {
        display: none;
    }

    .grid-items {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 1%;
        padding-bottom: 1%;
        /*height: 500px; ALTEZZA FISSA DEFINITA QUANDO IL MENU ERA PAGINATO*/
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: min-content;
        grid-row-gap: 15px;
        grid-column-gap: 10px;

        a {
            width: 100%;
            height: 6rem;
        }

        .item {
            display: flex;
            flex-direction: row;
            align-items: center;
            /*border: 4px dotted var(--holzhof-color-green);*/
            background-image: radial-gradient(circle, var(--holzhof-color-green) 1px, transparent 1px), radial-gradient(circle, var(--holzhof-color-green) 1px, transparent 1px), radial-gradient(circle, var(--holzhof-color-green) 1px, transparent 1px), radial-gradient(circle, var(--holzhof-color-green) 1px, transparent 1px);
            background-position: left top, right top, left bottom, left top;
            background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
            background-size: 10px 2px, 2px 10px, 10px 2px, 2px 10px;
            border-radius: 10px;
            padding: 0px 10px 0px 10px;
            width: 100%;
            height: 6rem;
            /*faccio in modo che se ci sono testi lunghi vadano a capo*/
            word-wrap: break-word;
            white-space: normal;

            img {
                width: 30%;
                max-height: 85%;
                margin-top: 0px !important;
                margin-left: 0px !important;
                margin-bottom: 0px !important;

            }

            p {
                font-size: var(--holzhof-font-size-16);
                font-family: var(--holzhof-font-family-roboto);
                font-weight: var(--holzhof-font-weight-normal);
                line-height: var(--holzhof-line-spacing-19);
                font-style: var(--holzhof-font-style-normal);
                color: var(--holzhof-color-grey);
                margin: 0px !important;
                /*padding-left: 5%;*/
                /*TESTO CENTRATO*/
                text-align: center;
                width: 100%;
                padding: 0rem 1rem 0rem 1rem;
                text-transform: none;
            }

            .img-full {
                width: auto;
                margin-top: 4px !important;
                margin-left: 0px !important;
                margin-bottom: 4px !important;
                max-height: 95%;
            }

            .modo-menu{
                display: none;
                size: 0;
            }
        }

        .item-no-image {
            display: flex;
            flex-direction: row;
            align-items: center;
            border-radius: 10px;
            padding: 0px 10px 0px 10px;
            width: 100%;
            height: 140px;

            /*faccio in modo che se ci sono testi lunghi vadano a capo*/
            word-wrap: break-word;
            white-space: normal;



            p {
                background-image: url("../svg/fiore-pieno.svg");
                background-repeat: no-repeat;
                background-size: 10px;
                background-position: left;
                padding: 0.5rem 0rem 0.5rem 1.5rem;
                text-transform: none;
                font-size: var(--holzhof-font-size-16);
                font-family: var(--holzhof-font-family-roboto);
                font-weight: var(--holzhof-font-weight-normal);
                line-height: var(--holzhof-line-spacing-19);
                font-style: var(--holzhof-font-style-normal);
                color: var(--holzhof-color-grey);
            }
        }
    }

    /*  PARTE DELLA PAGINAZIONE DEL MENU
    .pagination {
        height: 50px;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: center;
        padding: 0% 5% 0% 0%;

        .numeroPagina{
            display: inline-block;
            border-radius: 27px;
            transition: 0.5s;
            margin: 10px;
            background-color:var(--holzhof-color-white);
            color: var(--holzhof-color-white);
            border: 2px solid var(--holzhof-color-green);
            height: 20px;
            width: 20px;

            &:hover {
                transition: 0.3s;
                background-color:var(--holzhof-color-white) !important;
                height: 25px;
                width: 25px;
                margin: 7px;
            }
        }

        .paginaCorrente{
            margin: 7px;
            height: 30px;
            width: 30px;
            border: 0px !important;
            background-image: url("../svg/fiore_holzhof.svg") !important;
            background-repeat: no-repeat !important;
            background-size: 25px 25px !important;
        }
    }*/
}

/* Scollato navbar dopo il passaggio ------------------------------*/

.scrolled {

    .header {
        background: #fff;
        background-size: 100% 190px;
        background-repeat: no-repeat;
        transition: 0.1s;
    }

    .header .navmenu a {
        font-family: var(--holzhof-font-family-roboto);
        font-weight: var(--holzhof-font-weight-normal);
        line-height: var(--holzhof-line-spacing-19);
        font-style: var(--holzhof-font-style-normal);
        color: var(--holzhof-color-grey);
        transition: 0.1s;
    }



    .header .navmenu a:hover {
        font-family: var(--holzhof-font-family-roboto);
        font-weight: var(--holzhof-font-weight-normal);
        line-height: var(--holzhof-line-spacing-19);
        font-style: var(--holzhof-font-style-normal);
        color: var(--holzhof-color-grey);
        transition: 0.1s;
    }

    .header .logo {
        background: url("../svg/holzhof-green-dark.svg") no-repeat;
        background-size: 100% auto;
        transition: 0.1s;
    }

    .header .dropdown .gre li a {
        transition: 0.1s;
        padding: 3px 10px 3px 10px;
    }

    .header .logo img {
        visibility: hidden;
        transition: 0.1s;
    }

    .header .dropdown .gre li a:hover {
        padding: 3px 10px 3px 10px;
        color: var(--holzhof-color-green);
        transition: 0.1s;
    }

    .navmenu {

        .img1[langPage="IT"] {
            background: url("../images/contorno_it__black.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

        .img1[langPage="EN"] {
            background: url("../images/contorno_en__black.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

        .img1[langPage="DE"] {
            background: url("../images/contorno_de__black.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }
    }

    .navmenu .img2 {
        background: url("../images/contorno_user__black.png") no-repeat;
        background-size: 30px;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}

/*--------------------------------------------------------------
  #  Menu Navbar
  --------------------------------------------------------------*/

/* Navmenu - Desktop ------------------------------*/
@media (min-width: 1350px) {

    .navmenu li a {
        transition: 0.1s;
        text-align: center;
    }

    .navmenu li a:hover {
        color: #ffffff;
        transition: 0.3s;
    }

    .dropdown .gre li a {
        transition: 0.1s;
        padding: 3px 10px 3px 10px;
        text-align: left;
    }

    .dropdown .gre li a:hover {
        padding: 3px 10px 3px 10px;
        color: var(--holzhof-color-green);
        transition: 0.1s;
    }

    .listing-dropdown .gre li a {
        transition: 0.1s;
        padding: 3px 10px 3px 10px;
        text-align: left;
    }

    .listing-dropdown .gre li a:hover {
        padding: 3px 10px 3px 10px;
        color: var(--holzhof-color-green);
        transition: 0.1s;
    }

    .punto:before {
        content: ' \25CF';
        margin: -20px 10px 0px -20px;
        color: var(--holzhof-color-green);
        width: 10%;
        height: 1px;
    }

    .navmenu {

        .navItem:hover:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            border-bottom: 10px solid var(--holzhof-color-green);
            height: 10px;
            border-radius: 10px 10px 10px 10px;
        }

        .dropdown ul li a:hover:after {
            border-bottom: 0px solid;
        }

        .listing-dropdown ul li a:hover:after {
            border-bottom: 0px solid;
        }

        .listing-dropdown ul li a:hover:after {
            border-bottom: 0px solid;
        }

        .language {
            color: var(--holzhof-color-grey);
        }

        .languages {
            width: 10vw;
            position: relative;
            right: 4.3vw;
            top: 4.7vh;
            background-color: var(--holzhof-color-white);
            border-radius: 15px;
            visibility: hidden;
            border: 2px solid var(--holzhof-color-green);
            transition: visibility 0.3s linear, opacity 0.3s linear;

            ul {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                height: 2.5rem;
            } 

            a {
                margin: 0px;
                width: max-content;
                padding: 0px;
                color: var(--holzhof-color-grey);

                &:hover {
                    color: var(--holzhof-color-green);
                }
            }
        }
    }


    .navmenu {

        .img1[langPage="IT"] {
            background: url("../images/contorno_it.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

        .img1[langPage="EN"] {
            background: url("../images/contorno_en.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

        .img1[langPage="DE"] {
            background: url("../images/contorno_de.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }
    }

    .navmenu .img2 {
        background: url("../images/contorno_user.png") no-repeat;
        background-size: 30px;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .img-sx {
        width: 22%;
    }

    .img-sl {
        width: 50%;
        margin-right: 200px;
    }

    .navmenu {
        padding: 0;
        margin: 0px 100px 0px 0px;

        ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
            width: 100%;
            overflow-x: none;
        }

        li {
            position: relative;
        }

        a,
        a:focus {
            color: var(--nav-color);
            padding: 10px 10px;
            font-size: 14px;
            font-family: var(--nav-font);
            font-weight: 400;
            display: flex;
            align-items: center;
            white-space: nowrap;
            transition: 0.1s;
            text-transform: uppercase;

            i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                transition: 0.1s;
            }
        }

        li:last-child a {
            padding-right: 0;
        }

        .dropdown {

            ul {
                margin: 0;
                padding: 10px 0;
                background: var(--nav-dropdown-background-color);
                display: block;
                position: absolute;
                visibility: hidden;
                left: -100%;
                top: 130%;
                opacity: 0;
                transition: 0.3s;
                border-radius: 4px;
                z-index: 99;
                box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
                width: 250px;
                overflow-x: hidden;

                li {
                    min-width: 200px;
                }

                a {
                    padding: 10px 20px;
                    font-size: 15px;
                    text-transform: none;
                    color: var(--nav-dropdown-color);

                    i {
                        font-size: 12px;
                    }
                }

                a:hover,
                .active:hover,
                li:hover>a {
                    color: var(--nav-dropdown-hover-color);
                }

            }

            &:hover>ul {
                opacity: 1;
                top: 100%;
                visibility: visible;
            }

            .dropdown {

                ul {
                    top: 0;
                    left: -90%;
                    visibility: hidden;
                }

                &:hover>ul {
                    opacity: 1;
                    top: 0;
                    left: -100%;
                    visibility: visible;
                }
            }

        }

    }

}

/* Listing Dropdown - Desktop ------------------------------*/
@media (min-width: 1350px) {

    .navmenu .listing-dropdown a:hover:after {
        width: 7%;
        left: auto;
        right: auto;
        border-bottom: 10px solid var(--holzhof-color-green);
        height: 10px;
    }




    .navmenu .listing-dropdown {

        position: static;

        ul {
            text-align: center;
            width: 100%;
            margin: 0;
            padding: 10px;
            background: var(--nav-dropdown-background-color);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 130%;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            display: flex;
            transition: 0.3s;
            z-index: 99;
            overflow-x: hidden;

            li {
                flex: 1;
                margin: 0px 0px 0px 150px;


                a,
                &:hover>a {

                    font-size: 16px;
                    color: var(--nav-dropdown-color);
                    background-color: var(--nav-dropdown-background-color);

                }

                a:hover,
                .active,
                .active:hover {
                    color: var(--nav-dropdown-hover-color);
                    background-color: var(--nav-dropdown-background-color);
                }

            }

        }

        &:hover>ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        img {
            border-radius: 10px 10px 10px 10px;
            margin: 30px 0px 30px 50px;
        }

    }
    
}
/* Navmenu - tablet ------------------------------*/
@media (min-width: 1200px) and (max-width: 1349px) {


    .header .logo {
        margin: 0px 0px 0px 10px;
    }

    .navmenu {
        margin: 0px 10px 0px 10px;
    }
	
    .mobile-nav-toggle{
	visibility: hidden;
    }

    .navmenu li a {
        transition: 0.1s;
        text-align: center;
    }

    .navmenu li a:hover {
        color: #ffffff;
        transition: 0.3s;
    }

    .dropdown .gre li a {
        transition: 0.1s;
        padding: 3px 10px 3px 10px;
        text-align: left;
    }

    .dropdown .gre li a:hover {
        padding: 3px 10px 3px 10px;
        color: var(--holzhof-color-green);
        transition: 0.1s;
    }

    .listing-dropdown .gre li a {
        transition: 0.1s;
        padding: 3px 10px 3px 10px;
        text-align: left;
    }

    .listing-dropdown .gre li a:hover {
        padding: 3px 10px 3px 10px;
        color: var(--holzhof-color-green);
        transition: 0.1s;
    }

    .punto:before {
        content: ' \25CF';
        margin: -20px 10px 0px -20px;
        color: var(--holzhof-color-green);
        width: 10%;
        height: 1px;
    }

    .navmenu {

        .navItem:hover:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            border-bottom: 10px solid var(--holzhof-color-green);
            height: 10px;
            border-radius: 10px 10px 10px 10px;
        }

        .dropdown ul li a:hover:after {
            border-bottom: 0px solid;
        }

        .listing-dropdown ul li a:hover:after {
            border-bottom: 0px solid;
        }

        .listing-dropdown ul li a:hover:after {
            border-bottom: 0px solid;
        }

        .language {
            color: var(--holzhof-color-grey);
        }

        .languages {
            width: 10vw;
            position: relative;
            right: 4.3vw;
            top: 4.7vh;
            background-color: var(--holzhof-color-white);
            border-radius: 15px;
            visibility: hidden;
            border: 2px solid var(--holzhof-color-green);
            transition: visibility 0.3s linear, opacity 0.3s linear;

            ul {
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                height: 2.5rem;
            } 

            a {
                margin: 0px;
                width: max-content;
                padding: 0px;
                color: var(--holzhof-color-grey);

                &:hover {
                    color: var(--holzhof-color-green);
                }
            }
        }
    }


    .navmenu {

        .img1[langPage="IT"] {
            background: url("../images/contorno_it.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

        .img1[langPage="EN"] {
            background: url("../images/contorno_en.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }

        .img1[langPage="DE"] {
            background: url("../images/contorno_de.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }
    }

    .navmenu .img2 {
        background: url("../images/contorno_user.png") no-repeat;
        background-size: 30px;
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .img-sx {
        width: 22%;
    }

    .img-sl {
        width: 50%;
        margin-right: 200px;
    }

    .navmenu {
        padding: 0;

        ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
            width: 100%;
            overflow-x: none;
        }

        li {
            position: relative;
        }

        a,
        a:focus {
            color: var(--nav-color);
            padding: 10px 10px;
            font-size: 14px;
            font-family: var(--nav-font);
            font-weight: 400;
            display: flex;
            align-items: center;
            white-space: nowrap;
            transition: 0.1s;
            text-transform: uppercase;

            i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                transition: 0.1s;
            }
        }

        li:last-child a {
            padding-right: 0;
        }

        .dropdown {

            ul {
                margin: 0;
                padding: 10px 0;
                background: var(--nav-dropdown-background-color);
                display: block;
                position: absolute;
                visibility: hidden;
                left: -100%;
                top: 130%;
                opacity: 0;
                transition: 0.3s;
                border-radius: 4px;
                z-index: 99;
                box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
                width: 250px;
                overflow-x: hidden;

                li {
                    min-width: 200px;
                }

                a {
                    padding: 10px 20px;
                    font-size: 15px;
                    text-transform: none;
                    color: var(--nav-dropdown-color);

                    i {
                        font-size: 12px;
                    }
                }

                a:hover,
                .active:hover,
                li:hover>a {
                    color: var(--nav-dropdown-hover-color);
                }

            }

            &:hover>ul {
                opacity: 1;
                top: 100%;
                visibility: visible;
            }

            .dropdown {

                ul {
                    top: 0;
                    left: -90%;
                    visibility: hidden;
                }

                &:hover>ul {
                    opacity: 1;
                    top: 0;
                    left: -100%;
                    visibility: visible;
                }
            }

        }

    }

}

/* Listing Dropdown - Desktop ------------------------------*/

    .navmenu .listing-dropdown a:hover:after {
        width: 7%;
        left: auto;
        right: auto;
        border-bottom: 10px solid var(--holzhof-color-green);
        height: 10px;
    }




    .navmenu .listing-dropdown {

        position: static;

        ul {
            text-align: center;
            width: 100%;
            margin: 0;
            padding: 10px;
            background: var(--nav-dropdown-background-color);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 130%;
            left: 0;
            right: 0;
            visibility: hidden;
            opacity: 0;
            display: flex;
            transition: 0.3s;
            z-index: 99;
            overflow-x: hidden;

            li {
                flex: 1;
                margin: 0px 0px 0px 150px;


                a,
                &:hover>a {

                    font-size: 16px;
                    color: var(--nav-dropdown-color);
                    background-color: var(--nav-dropdown-background-color);

                }

                a:hover,
                .active,
                .active:hover {
                    color: var(--nav-dropdown-hover-color);
                    background-color: var(--nav-dropdown-background-color);
                }

            }

        }

        &:hover>ul {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        img {
            border-radius: 10px 10px 10px 10px;
            margin: 30px 0px 30px 50px;
        }

}

/* Navmenu - Mobile ------------------------------*/
@media (max-width: 1200px) {

    .img-sx {
        width: 100%;
        border-radius: 10px 10px 10px 10px;
    }

    .margin3 img {
        display: none;
    }

    .header .logo {
        margin: 0px 0px 0px 10px;
    }

    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .scrolled .mobile-nav-toggle {
        color: var(--holzhof-color-green);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .mobile-nav-active {
        overflow: hidden;

        .mobile-nav-toggle {
            color: #ffffff;
            position: absolute;
            font-size: 32px;
            top: 15px;
            right: 15px;
            margin-right: 0;
            z-index: 9999;
        }

        .navmenu {
            position: fixed;
            overflow: hidden;
            inset: 0;
            background: rgba(33, 37, 41, 0.8);
            transition: 0.3s;

            >ul {
                display: flex;
                flex-direction: column;
                overflow-x: hidden;
            }
        }

        .navmenu a {
            font-size: 1rem;
        }

    }


    .grid-items {
        grid-template-columns: 1fr !important;

        .item {

            img {
                border-radius: 0.7rem;
            }
        }
    }

    .navmenu {
        padding: 0;
        z-index: 9997;

        ul {
            display: none;
            list-style: none;
            position: absolute;
            inset: 60px 20px 20px 20px;
            padding: 10px 0;
            margin: 0;
            border-radius: 6px;
            background-color: var(--nav-mobile-background-color);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            overflow-x: hidden;
        }

        a,
        a:focus {
            color: var(--nav-dropdown-color);
            padding: 10px 20px;
            font-family: var(--nav-font);
            font-size: 17px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;

            i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                width: 30px;
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                transition: 0.3s;
                background-color: color-mix(in srgb, var(--holzhof-color-green), transparent 90%);

                &:hover {
                    background-color: var(--holzhof-color-white);
                    color: var(--holzhof-color-grey);
                }
            }
        }

        .active i,
        .active:focus i {
            background-color: var(--holzhof-color-green);
            color: var(--contrast-color);
            transform: rotate(180deg);
        }

        .dropdown {

            ul {
                position: static;
                display: none;
                z-index: 99;
                padding: 10px 0;
                margin: 10px 20px;
                background-color: var(--nav-dropdown-background-color);
                border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
                box-shadow: none;
                transition: all .5s ease-in-out;

                ul {
                    background-color: rgba(33, 37, 41, 0.1);
                }
            }

            >.dropdown-active {
                display: block;
                background-color: rgba(33, 37, 41, 0.03);
            }

        }

        .header .navmenu a {
            color: #000000;
            transition: 0.1s;
        }

        .header .navmenu .active a:active {
            color: #000000;

        }

    }

    .header .navmenu li a:hover {
        background-color: var(--nav-hover-color);
        color: var(--holzhof-color-white);
        transition: 0.3s;
    }

    .navmenu .dropdown ul li a:hover:after {
        border-bottom: 0px solid;
    }

    .listing-dropdown ul li a:hover:after {
        border-bottom: 0px solid;
    }

    .container-menu {
        .grid-items {
            height: auto;

            .item {
                display: flex;
                flex-direction: row;
                align-items: center;
                border-radius: 10px;
                padding: 0px 10px 0px 10px;
                width: 100%;
                height: 2rem;
                /*faccio in modo che se ci sono testi lunghi vadano a capo*/
                word-wrap: break-word;
                white-space: normal;
                color: var(--holzhof-color-grey);
                background-image: url("../svg/fiore-pieno.svg");
                background-repeat: no-repeat;
                background-size: 10px;
                background-position: left;
                padding: 0.5rem 0rem 0.5rem 1.5rem;
                img {
                    display: none;
                }
                p{
                    text-align: left;
                }

                .modo-menu{
                    display: block;
                    size: auto;
                }
            }
            
            a{
                height: 2rem;
            }
        }
    }

    .navmenu {
        .img1[langPage="IT"] {
            float:right;
            background: url("../images/contorno_it__black.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-left: auto;
        }

        .img1[langPage="EN"] {
            float:right;
            background: url("../images/contorno_en__black.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
        }

        .img1[langPage="DE"] {
            float:right;
            background: url("../images/contorno_de__black.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            margin-left: auto;
        }
        .img2 {
            background: url("../images/contorno_user__black.png") no-repeat;
            background-size: 30px;
            width: 30px;
            height: 30px;
            cursor: pointer;
            margin-left: 1rem;
        }
        .languages {
            width: 8vw;
            max-width: 80px; /* Imposta un massimo in pixel */
            min-width: 50px; /* Imposta un minimo in pixel per evitare che diventi troppo piccolo */
            position: relative;
            right: 4.3vw;
            top: 4.7vh;
            background-color: var(--holzhof-color-white);
            border-radius: 15px;
            visibility: hidden;
            border: 2px solid var(--holzhof-color-green);
            transition: visibility 0.3s linear, opacity 0.3s linear; 

            ul {
                display: contents;
                flex-direction: row;
                justify-content: space-evenly;
                height: 2.5rem;
                overflow-x: hidden;
            } 
        }
        a{
            width: auto;
        }
    }
    

}

/* Listing Dropdown - Mobile ------------------------------*/
@media (max-width: 1200px) {
    .navmenu{
        .navItem{
            order:3;
        }
    }
    .navmenu .listing-dropdown {
        order:2;
        ul {
            position: static;
            display: none;
            z-index: 99;
            padding: 10px 0;
            margin: 10px 20px;
            background-color: var(--nav-dropdown-background-color);
            box-shadow: none;
            transition: all .5s ease-in-out;
            height: fit-content;
            overflow-x: hidden;
            ul {
                background-color: rgba(33, 37, 41, 0.1);
            }

            span1 {
                visibility: hidden;
            }

        }

        >.dropdown-active {
            display: block;
            background-color: rgba(33, 37, 41, 0.03);
        }

    }

    .navmenu .listing-dropdown ul li a:hover:after {
        border-bottom: 0px solid;
        overflow-x: hidden;
    }

}