
#ul-id-icon-siteLogo img { max-height: 28px; }

#body .ul-w-mainmenu-nav .ul-w-mainmenu-toggle-button { top: -50px; }

/* new erreci slider */
/*#ul-id-473-1 .ul-slider-wysy {min-height: 300px;}*/

#ul-id-473-1 .ul-image
{
    min-height:280px !important;
    max-height: 420px;
    height: 100%;
}

#ul-id-473-1 .ul-image:after
{
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 32%;
}

#ul-id-473-1 .ul-image.slide-erreci-1 {background-image: url(/img/slider/01.jpg?v1);}

#ul-id-473-1 .ul-image.slide-erreci-2 {background-image: url(/img/slider/02.jpg?v1.2);}

#ul-id-473-1 .ul-image.slide-erreci-3 {background-image: url(/img/slider/03.jpg);}

#ul-id-473-1 .ul-image.slide-erreci-4 {background-image: url(/img/slider/04.jpg);}

/* home center image */
#ul-id-479-46 {
    background-image: url(/uploads/s/n/8/y/n8yytrwu3ghu/img/full_JyFH0ctq.jpg) !important;
    background-position: 100% 0;
    /*background-image: url(/img/home/home-natale.jpg) !important;*/
    background-position: 20% 0;
    background-size: cover;
    background-repeat: no-repeat;
}

/* consulenza image fix */
#ul-id-555-0 div {
    background-image: url('/__scale/uploads/s/n/8/y/n8yytrwu3ghu/img/full_tX7lTAn6.jpg');
    height: 100%;
    background-size: 130%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 95%;
}

/* dumb element spacings */
#ul-id-672-24 {margin-bottom: 2em;}

#ul-id-547-1 {margin-bottom: 3em;}

#ul-id-630-6 {margin-bottom: 4em;}

/* reset spacing on small screen */
@media(max-width: 991px) {
    #ul-id-547-1 {margin-bottom: 0;}
}

/* styles for new lightbox */

/* this will keep normal styling on small screens */
@media(min-width: 992px) {
    .erreci-lightbox-row .row.ul-row {
        display: flex;
        max-height: 350px;
    }
}

.erreci-lightbox-row .row.ul-row * {
    display: inline-flex;
}

.erreci-lightbox-row .col.ul-col {
    margin-bottom: 30px;
}

.erreci-lightbox-row .row.ul-row img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}


/**
 * fix for big column element display on small screens
 */

.row:has( > .colSizeFix)
{
    justify-content: center;
}

@media (max-width:767px) {
    .colSizeFix
    {
        min-width: 320px;
        max-width: 50%;
    }
}

/* card styles */

.erreciCard
{
  height: 100%;
  border:1px solid #c4c4c4;
  background: hsl(0, 0%, 98.5%);
  /*padding: 2rem 1rem;*/
  text-align: center;
  font-family: "Roboto", "Helvetica", "Arial", "sans-serif";
  margin-block-end: 2rem;
}

.erreciCard__title
{
    font-weight: bold;
    font-size: 1.6rem;
    color: #0d151c;
    margin-block-start: 3rem;
}

#body .erreciCard__title a
{
    color: oklch( from #feb048 calc(l + -0.02) calc(c + 0) calc(h + 0));
    text-decoration: revert;
}

.erreciCard__text {
  padding: 2rem;
}

.erreciCard__image {
  margin-block-end: 2rem;
}

.erreciCard__image img
{
  max-width: 100%;
  /*box-shadow: 3px 3px 5px rgba(0, 0, 0, .35);*/
  /*border: 1px solid #ccc;*/
}
