footer#enfooter2 {

    --margin-top: 0px;


    --footer-main-width: var(--en-website-width);

    --footer-main-background: #ffffff;

    --footer-inner-height: auto;


    --logo-width: min(13.1818vw, 145px);


    --website-name-font-family: "DM Sans", sans-serif;
    --website-name-font-size: clamp(38px,4.7642vw,60.03px);
    --website-name-line-height: 1;
    --website-name-color: #1a1a1a;
    --website-name-line-break-display: inline-block;

    --website-motto-font-family: "DM Sans", sans-serif;
    --website-motto-font-size: clamp(15px,1.9047vw,24px);
    --website-motto-line-height: 1;
    --website-motto-color: #1a1a1a;

    --address-font-family: "DM Sans", sans-serif;
    --address-font-size: clamp(14px,1.3492vw,17px);
    --address-font-color: #1a1a1a;

    --misc-font-family: "Roboto", sans-serif;
    --misc-font-size: clamp(12px,1.1111vw,14px);
    --misc-font-color: #ffffff;



    --subfooter-background: #ffffff;






}


@media only screen and (max-width: 768px) {

    footer#enfooter2 {


        --footer-inner-height: auto;

        --logo-width: auto;

        --website-name-font-size: clamp(35px,5.4687vw,42px);
        --website-name-line-break-display: inline-block;
        --website-motto-font-size: clamp(15px,2.6041vw,20px);
        --address-font-size: clamp(14px,2.2135vw,17px);
        --misc-font-size: clamp(12px,1.8229vw,14px);
    
    }
    footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
        padding: 10px 0px 10px 0px;
        grid-template-columns: auto;
        grid-template-rows: auto;
        row-gap: 0px !important;
        position: relative;
      }
}

