/*Sitewide*/

:root {
    --font-fam-head:'Lora', sans-serif;
    --font-fam-body:'Raleway', sans-serif;

    --transition: 0.2s ease-in-out all;

    --background-color: #ede2d7;
}


h1, .ewh1, h2, .ewh2, h3, .ewh3, p, body {
    font-weight: 400;
}

h1, .ewh1 {
    font-size: clamp(1.5rem, 0.8rem + 2vw, 2.5rem);
}
h2, .ewh2 {
}
h3, .ewh3 {
}
p, body {
}


body {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.button, .button, .button-group>li>a, .button-primary, .button-text {
    text-decoration: none !important;
    font-weight: 400;
}

.button-primary, .button-primary:visited {
    background-color: #42292B;
    color: white;
    
    transition: var(--transition);
}

.button-primary:hover, .button-primary:visited:hover {
    background-color: var(--background-color);
    color: black;

    transition: var(--transition);
}

.input-group-image img, .input-group-main, .input-group-addon {
    border-color: #6C4D4F55 !important;
}


.section {
    padding: 25px 0 !important;
}
a:visited, a {
    color: #42292B;
}

/*Header*/
.w-logo .w-logo-img {
    height: 40px;
    transition: var(--transition);
}
.w-logo .w-logo-img:hover {
    scale: 1.05;
    transition: var(--transition);
}
.productmenu>li>a {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    color: inherit;
    font-size: 1rem;
    font-weight: 600;
    transition: color ease .15s;
    text-transform: uppercase;
}

#site-sidebar>ul>li>a {
    position: relative;
    font-family: var(--font-fam-body);
    text-transform: none;
    font-weight: 400;

}
.menu.menu-inline>li {

    transition: var(--transition);
}
.menu.menu-inline>li:hover a {

    color: #6D4D50;
    scale: 1.1;
    transition: var(--transition);
}

/*header*/
/*USP*/
.w-usp {
    background-color: #6D4D50;
}
.w-usp a, .w-usp small {
    color: white;
}




/*usp*/

/*Slider*/

    /*Height*/    
        .w-slick-figure-placeholder {
        /*actual heigh*/
            padding-top: 150px !important; 
            
            max-width: 100%;
            overflow: hidden;
        }

        .w-slick .w-slick-figure .w-slick-figure-placeholder .w-slick-img {
            height: 100%;
            width: auto;
            max-width: none;

            left: auto;
        }
        .w-slick-figure-placeholder picture {
            display: flex;
            justify-content: center;
        }
    /*height*/

.w-slick .w-slick-caption > div {
    background-color: transparent;
}
    .w-slick .w-slick-caption > div > .h1, .w-slick .w-slick-caption > div > p {
        color: black;
    }
        .w-slick .w-slick-caption > div > .h1 {
            text-transform: uppercase;
            font-weight: 400;

            font-size: clamp(1.8rem, 1rem + 3.5vw, 3.5rem);
        }
        .w-slick .w-slick-caption .h1 p {
            font-size: clamp(0.7rem, 0.4rem + 1vw, 1.2rem);
            line-height: 1;
            margin-bottom: 0;
            letter-spacing: 5px;
            text-transform: uppercase;
        }
    .w-slick .w-slick-caption .h1::after {
        content: '';
        display: block;
        height: 3px;
        width: 50%;
        background-color: #42292B;

        margin-bottom: 1rem;
    }

/*slider*/

/*Categories*/
.w-categories-items::before {
    content: none !important;
}
.w-categories-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
    row-gap: 0.3rem;
}
.category-item {
    margin-bottom: 1rem;
}

    .frontpage .category-item {
        width: 100% !important;
        padding: 0 !important;
        aspect-ratio: 1;
        height: auto !important;
    }
    .category-item-title {
        position: absolute;
        bottom: 10%;
        left: 10%;
    }
        .category-item-title h4 {
            color: white !important;
            font-size: clamp(1.3rem, .5rem + 2vw, 2rem);
            font-family: var(--font-fam-head);
        }

    .category-item-image {
        position: relative;
    }
        .category-item-image a {
            margin-bottom: 0;
            overflow: hidden;
            transition: var(--transition);
        }
        .category-item-image:hover a {
            scale: 1.02;
            transition: var(--transition);
        }
        
    .category-item-image a::after {
        content: '';
        display: block;
        position: absolute;

        opacity: .2;

        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        background: -webkit-gradient(linear,left bottom,right top,from(#42292B),to(#42292B));
        background: linear-gradient(to top right,#42292B 0%,#42292B 100%);

        transition: var(--transition);
    }


    .category-item-image a:hover::after{
        opacity: 0;
        transition: var(--transition);
    }
    :not(.ielt9) .placeholder-wrapper > img {
        transition: var(--transition);
    }
    :not(.ielt9) .placeholder-wrapper:hover > img {
        scale: 1.1;
        transition: var(--transition);
        filter: saturate(1.05) contrast(1.1);
    }

    .w-categories-items:hover .category-item-image {

        transition: var(--transition);
    }
    .w-categories-items:hover .category-item-image:not(:hover) {
        filter: grayscale(0.2) brightness(0.9);

        transition: var(--transition);
    }
    .w-categories-items .category-item-image:not(:hover) {
        transition: var(--transition);

    }
/*categories*/


/*Br&Atilde;&cedil;dtekst*/
    
    .m-text {
        padding: 1rem;
        background-color: var(--background-color);
    }
    .m-text-content h6 {
        margin-bottom: 0;
        text-transform: uppercase;
        letter-spacing: 3px;

    }
    .m-text-content h1 {
        margin: 0;
        text-transform: uppercase;

    }
    .m-text-content p {
        font-size: 16px;
    }
    .m-text-content .grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    
    .grid-cell{
        overflow: hidden;
        position: relative;
    }
    .grid-cell > div {
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: center;
    }
    .grid-cell img {
        position: absolute;
        /* height: 100%;

        max-width: none;
        width: auto; */
        width: 100%;
        height: auto;
        max-height: none;
    }

    .ck-content .grid .grid-cell {
        width: 100%;
    }
    .ck-content .grid .grid-cell img{
        position: relative;
    }
    .ck-content .grid .grid-cell .button {
        margin-top: 2rem;
    }
    .m-text-content .grid .grid-cell:last-child hr {
        border-color: #6d4d50;
        border-bottom: 5px solid #6d4d50;
        width: 25%;
        text-align: left;
        margin-right: auto;
        margin-left: 0;
        margin: 1rem 0;
    }
/*br&Atilde;&cedil;dtekst*/
/*Kurv*/
.input-group .input-group-button:last-child > .button {
    border: 1px solid #6C4D4F;
}
/*kurv*/
/*Footer*/
.footer .footer-content {
    margin-top: 3rem;
}
.footer-content a {
    color: white;
    transition: var(--transition);

}
.footer-content a:hover {
    color: #42292B;
    transition: var(--transition);
}
.footer-content li {
    margin: 0;
    border-bottom: 1px dotted rgba(255,255,255,0.1);
    padding: 0.8rem 0rem;

}
.has-dropdown {
    margin-top: 0;
    padding-top: 0 !important;
    padding-bottom: 0;
    border-bottom: none !important;
}


.form-input, .form-label.input-group-main {
    border-color: #6C4D4F55  !important;
}

.footer .footer-bottom>span:nth-child(1), .footer .footer-bottom>span:nth-child(2)>small {
    font-size: 80%;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    padding: 0.5rem;
}

.socials  li {
    border-bottom: none;
}

.footer small {
    color: white;
}
/*footer*/
/*Shop*/
.productItem .type-col {
    padding: 0.5rem;
    background-color: #f2f2f2 !important;
    color: white;
}
.m-productlist-list-item {
    margin-bottom: 20px;
}
.m-productlist-title {
    
}

.productfilter  {
    background-color: #6C4D4F;
    border: none;
}
    .rzslider.rzslider .rz-pointer {
        background-color: #42292B !important;
    }
    .rzslider.rzslider .rz-selection {
        background-color: #42292B !important;
    }
    .rzslider.rzslider .rz-bar {
        background-color: #fff;
    }
    .panel-border .panel-heading, .panel-border .panel-footer {
        background-color: transparent;
        color: white;
    }
    .panel-border .panel-heading .h5, .panel-border .panel-footer .h5, .productlist .panel-border, .rzslider .rz-bubble {
        color: white !important;
    }

    .productfilter .form-input, .productfilter .form-label.input-group-main {
        border-color: #42292B2d !important;
    }
    .productfilter .input-group-addon {
        background-color: #42292B;
        border: none;
    }
    .productfilter .small .input-group-main {
        font-size: 1rem;
        padding: 0 0.5rem;
    }

    .badge.badge-succes {
        font-family: var(--font-fam-body);
        color: white;
        text-transform: none;
    }


    /*Produkter*/

    .m-product > form > .row:has(.m-product-title) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .m-productlist-item .m-productlist-title {
        color: black;
        font-size: clamp(1.2rem, 00.7rem + 1vw, 1.5rem);
        margin-bottom: 0.5rem;
    }

    
    .m-product .m-product-title::after {
        height: 4px;
        width: 25%;

        background-color: #6C4D4F;
    }
    .m-productlist-item .m-productlist-title:visited {
        color: orange !important;
    }
    .form-input, .form-label.input-group-main {
        border-color: #42292B55 !important;
        color: black;
    }
    .productItem .m-productlist-price {
        display: none;
        color: black;
        font-family: var(--font-fam-head);
        font-size: 0.8rem;
    }
    .type-col .m-productlist-item {
        margin-bottom: 0;
    }
    .m-productlist-variants {
        padding-top: 0.5rem;
    }

    .productfilter .button, .productfilter .button:visited {
        background-color: #42292B;
        color: white;
        letter-spacing: 1px;
    }

    /* .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search input, .select2-search-choice-close {
        display: none;    
    } */
   

    .panel-warning {
        background-color: rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        color: black;
        text-align: center;
    }
    .panel-danger {
        display: block;

        background-color: var(--background-color);
        border-color: #d1bfad;
        color: black;
    }
    .panel:has(.product-stock-icon) {
        display: none !important;
    }
    .type-product .m-product-image .splash {
        top: 15px;
        left: 25px;
    }

    .panel-success {
        border: none;
        background-color: #d1bfad;
        color: black
    }

    .m-product-information .panel-success {
        display: none;
    }

    .m-productlist-amount {
        display: none;
    }
    .m-product-additionals .panel-border .panel-heading {
        background-color: transparent;
        color: black;
    }
    .m-product-offers {
        display: none;
    }
    .m-product-additionals-list .m-product-additionals-list-item  div {

    }
       
 
    
    
    /*Produktliste*/
        /*Dropdown*/
            .select2-container .select2-choice  {
                border-color: #6C4D4F !important;
                background-color: white;
                color: black !important;
            }
            .select2-container .select2-choice:hover {
                border-color: #836264 !important;
                background-color: white;
                color: black !important;
            }
            .select2-results {
                color: black;
                font-size: 14px;
                color: black;
            }
            .select2-drop-active {
                border: none !important;

            }
            .select2-drop {
                background: white;
                color: black !important;
                border: 1px solid #6C4D4F !important;
                border-top: 0;
            }
            .flash span{
                color: black !important;
            }

            .m-product .m-product-information .select2-chosen {
                font-size: 1rem;
                line-height: 1.5;
            }
            .m-product .thumbelina-wrapper .thumbelina-but {
                display: none;
            }
            .type-product .m-product .m-product-information  .select2-container .select2-choice {
                height: fit-content;
                padding: clamp(5px, 1vw, 12px);
            }

          
    
            .m-product .m-product-nav > .row {
                display: grid;
                grid-template-columns: 1fr 1fr;
            }
            .m-product .m-product-nav > .row::before, .m-product .m-product-nav > .row::after, .m-product .m-product-nav  .col-xl-24 {
                display: none;
            }
        

            .m-product-additionals .panel-border {
                background-color: var(--background-color);
            }
            .m-product-additionals .panel-border .panel-heading, .m-product-additionals .panel-border .t-striped>li {
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            }
            .m-product-additionals .panel-border .t-striped>li:last-child {
                border-bottom: 0;
            }

            .m-product-information .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search input, .select2-search-choice-close {
                background-size: 80px 50px !important;
            }
            .m-product-information .select2-container .select2-choice .select2-arrow {
                width: 22px;
            }
            .m-product-information .select2-dropdown-open .select2-choice .select2-arrow b {
                background-position: -22px 1px;
            }
            @media screen and (min-width: 576px){
                .m-product .m-product-information .select2-chosen {
                    font-size: 1.2rem;
                }
                .m-product-information .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search input, .select2-search-choice-close {
                    background-size: 100px 65px !important;
                }
                .m-product-information .select2-container .select2-choice .select2-arrow {
                    width: 28px;
                }
                .m-product-information .select2-dropdown-open .select2-choice .select2-arrow b {
                    background-position: -28px 1px;
                }
            }
            @media screen and (min-width: 769px){
                .m-product .m-product-information .select2-chosen {
                    font-size: 1.4rem;
                }
                .m-product-information .select2-container .select2-choice .select2-arrow b, .select2-container .select2-choice abbr, .select2-search input, .select2-search-choice-close {
                    background-size: 120px 80px !important;
                }
                .m-product-information .select2-container .select2-choice .select2-arrow {
                    width: 36px;
                }
                .m-product-information .select2-dropdown-open .select2-choice .select2-arrow b {
                    background-position: -36px 1px;
                }



                .m-product .m-product-nav > .row {
                    display: block;
                }
                .m-product .m-product-nav > .row::before, .m-product .m-product-nav > .row::after, .m-product .m-product-nav  .col-xl-24 {
                    display: block;
                }
            }

            
        /*Dropdown*/

    .type-col .m-productlist-item .product-action, .type-row .m-productlist-item .m-productlist-transactions {
        display: block;
    }
    .frontpage .m-productlist-amount {
        display: none;
    }



        /*Tilk&oslash;b*/
            .panel-border .panel-heading .m-product-extrabuy-title {
                color: black !important;
            }
            .m-product-additional-info {
                padding: 0 !important;
            }
            .m-product-extrabuy-title {
                color: black;
            }
            :not(.ielt9) .placeholder-wrapper > img {
                position: relative !important;
            }
            :not(.ielt9) .placeholder-wrapper > .placeholder {
                padding-top: 0 !important;
            }
            .m-product-extrabuy-unitTitle {
                height: 100% !important;
                padding: 0 !important;
            }

            .m-product-extrabuy-list {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                grid-gap: 0.5rem;
            }
            .m-product-extrabuy-list li {
                padding: 0.5rem;
            }
            .m-product-extrabuy-list-item {
                background-color: var(--background-color);
            }
                .m-product-extrabuy-list-item .row {
                    margin-left: 0 !important;
                    margin-right: 0 !important;
                }
                    .m-product-extrabuy-list-item .h4 {
                        font-size: 1.1rem;
                        margin-top: 0.5rem;
                        margin-bottom: 0.5rem;
                    }
            .m-product-extrabuy-figure-wrap {
                width: 100%;
            }
            .m-product-extrabuy-price {
                font-family: var(--font-fam-body);
            }
            .m-product-extrabuy-transaction {
                display: flex;
                flex-direction: column;
            }
            .m-product-extrabuy-heading-all, .m-product-extrabuy .m-product-extrabuy-heading-large {
                display: none !important;
            }
            .m-product-additional-info-tabs {
            }
            .t-panel-clean > .pane, .m-product-extrabuy .panel-border {
                background-color: transparent !important;
                border: none !important;            
            }
            .nav-tabs li.active > a {
                font-size: clamp(1.5rem, 0.8rem + 2vw, 2rem);
                font-family: var(--font-fam-head);
                background-color: transparent;
                border: none;
                border-bottom: 3px solid #42292B !important;
                padding: 0;
                margin-bottom: 1rem;
            }
            .m-product-additional-info-tabs {
                border: 0 !important;
            }
            .m-product-extrabuy-amount {
                width: 100%;
            }
            @media screen and (min-width: 576px) {
                .m-product-extrabuy-list li {
                    padding: 1rem;
                }
                .m-product-extrabuy-list {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
               
                    grid-gap: 1rem;
                }
                .m-product-extrabuy-transaction {
                    display: flex;
                    flex-direction: row;
                }
            }
            @media screen and (min-width: 992px) {
                .m-product-extrabuy-list {
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    grid-gap: 2rem;

                }  
            }
            @media screen and (min-width: 1200px) {
                .m-product-extrabuy-list {
                    display: grid;
                    grid-template-columns: repeat(6, 1fr);
                    grid-gap: 2rem;

                }  
            }
        /*tilk&oslash;b*/


    /*produktliste*/
/*shop*/



/*Diverse*/

/*divers*/
@media screen and (min-width: 576px) {
    .w-slick-figure-placeholder {
        padding-top: 250px !important;
    }
    .m-text {
        padding: 3rem;
        background-color: var(--background-color);
    }
    .productItem .m-productlist-price {
        color: black;
        font-family: var(--font-fam-head);
        font-size: 1.1rem;
    }
    
    
    
    
    
    
    .page10 .m-text .m-text-content a:visited, #page10 .m-text a:hover {
        color:#6D4D50 !important;
    }
    
    .page10 .m-text a:hover {
        color:rgba(125,125,125,0.5);
    }
    
    
    
    
    
    
}

@media screen and (min-width: 769px) {
    .w-logo .w-logo-img {
        height: 60px;
    }
    .w-slick-figure-placeholder {
        padding-top: 350px !important;
    } 
    .productItem .type-col {
        padding: 1rem;
    }

    .m-productlist-list-item {
        width: calc(100% / 3);
    }
    


    .w-slick .w-slick-caption .h1 p {
        font-size: clamp(1rem, 0.7rem + 1vw, 1.2rem);
        line-height: 1;
        margin-bottom: 0;

        letter-spacing: 8px;

        text-transform: uppercase;
    }
    .w-slick .w-slick-caption > div > p {
        font-size: clamp(1rem, 0.7rem + 1vw, 1.2rem);
    }
    .w-slick .w-slick-caption > div {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .w-slick .w-slick-caption > div > .h1, .w-slick .w-slick-caption > div > p {
        color: white;
    }
    .w-slick .w-slick-caption .h1::after {
        content: '';
        display: block;
        height: 3px;
        width: 50%;
        background-color: var(--background-color);
    
        margin-bottom: 1rem;
    }
    
}


@media screen and (min-width: 960px) {
    .w-slick-figure-placeholder {
        padding-top: 450px !important;
    } 
    .w-categories-items {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 1rem;
    }
    .m-text-content .grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .grid-cell img {
        position: absolute !important;
        height: 100%;

        max-width: none;
        width: auto;
        max-height: 100%;
        
    }
    .m-text-content .grid .grid-cell:last-child {
        padding: 3rem 0;
    }
    
    
    
    /*produkter*/
    .m-product > form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2rem;
        grid-template-rows: auto 1fr;
    }
    .m-product > form > .row:first-child {
        display: grid;
        grid-row: span 2;
    }
    .m-product > form > .row:first-child .col-xl-12 {
        width: 100%;
    }
    .m-product > form > .row:first-child .col-xl-12:last-child {
        order:-1;
    }
    .m-product > form > .row:has(.m-product-title) {
        padding-left: 0;
        padding-right: 0;
    }
    .m-product > form > .row:has(.m-product-additionals) > .col-s-4 {
        padding-left: 0;
        padding-right: 0;
    }
    .m-product .m-product-information {
        padding-left: 0;
    }
    .m-product .m-product-title {
        margin-top: 0;
    }
}


@media screen and (min-width: 1280px) {
    .w-slick-figure-placeholder {
        padding-top: 500px !important;
    } 
    .frontpage .m-productlist-list-item {
        width: 20% !important;
    }
        .w-usp .container:before, .slick-track:after, .slick-track:before {
    display:none !important;
    content:none !important;
}
.slick-track {
    display:flex !important;
    justify-content: space-between;
}
.w-usp .slick-slide {
    width: fit-content !important;
}



  
     

}

.type-product .owl-wrapper {
    width: 100% !important;
}
.thumbelina-wrapper {
    height: fit-content !important;
}


.deliveryContactInfoContainer {
    background-color: #DBC5C6;
}   
.deliveryContactInfoContainer .deliveryContactInfo {
    padding: 1rem;
}
.deliveryContactInfoDisplay {
    color: white;
    font-size: 1.2rem;
}
.deliveryContactInfoDisplay :is(.input-group:hover, .input-group-main){ 
    background-color: #DBC5C6;
    color: black;

}
@media (min-width: 576px) {
    .deliveryContactInfoContainer .deliveryContactInfo {
    padding: 2rem;
}
.deliveryContactInfoDisplay {
    font-size: 1.4rem;
}
}


section {
    position: relative;
}


.container.with-xlarge .col-xl-6 {
    height: auto !important;
    margin-bottom: 1.5rem;
}

.topbannerkasse {
  position: fixed;
  width: 100%;
  background: green;
  bottom: 0;
  z-index: 11;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 1.35rem;
}
.topbannerkasse strong {
  font-size: 1.65rem;
}
.site-footer {
  padding-bottom: 65px;
}
@media screen and (max-width: 850px) {
    .topbannerkasse {
        position: fixed;
        width: 100%;
        background: green;
        bottom: 0;
        z-index: 11;
        text-align: center;
        padding: 10px;
        color: #fff;
        font-size: 1rem;
    }
    .topbannerkasse strong {
        font-size: 1.25rem;
    }
    .site-footer {
        padding-bottom: 100px;
    }
}
/* a:visited h1,a h1,a:visited .h1,a .h1,a:visited h2,a h2,a:visited .h2,a .h2,a:visited h3,a h3,a:visited .h3,a .h3,a:visited h4,a h4,a:visited .h4,a .h4,a:visited h5,a h5,a:visited .h5,a .h5,a:visited h6,a h6,a:visited .h6,a .h6,h1 a:visited,h1 a,.h1 a:visited,.h1 a,h2 a:visited,h2 a,.h2 a:visited,.h2 a,h3 a:visited,h3 a,.h3 a:visited,.h3 a,h4 a:visited,h4 a,.h4 a:visited,.h4 a,h5 a:visited,h5 a,.h5 a:visited,.h5 a,h6 a:visited,h6 a,.h6 a:visited,.h6 a,a:visited h1,a h1,.h1 a:visited,.h1 a,a:visited h2,a h2,a:visited .h2,a .h2,a:visited h3,a h3,a:visited .h3,a .h3,a:visited h4,a h4,a:visited .h4,a .h4,a:visited h5,a h5,a:visited .h5,a .h5,a:visited h6,a h6,a:visited .h6,a .h6{color:white;text-decoration:none;} */

#iubenda-cs-banner .iubenda-cs-rationale .iubenda-cs-brand img,
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-rationale .iubenda-cs-brand img {
    height: auto;
    max-height: none !important;
    max-width: 300px !important;
    display: block;
    margin: auto;
    margin-top: 25px;
}
#iubenda-cs-banner .iubenda-cs-content, 
#iubenda-cs-banner #iubenda-cs-title, 
#iubenda-cs-banner .iub-toggle-checkbox.granular-control-checkbox span {
    background-color: transparent !important;
}
#iubenda-cs-banner .iubenda-cs-rationale .iubenda-banner-content div:nth-child(1) {
    margin-top: 0px !important;
}
a.iubenda-nostyle {
    color: #fff !important;
    font-weight: 700;
}
