footer.enf1 {
    font-family: var(--footer-font-family);
    font-size: var(--footer-font-size);
    line-height: var(--footer-line-height);
    color: var(--footer-font-color);
    -webkit-box-shadow: 0px -4px 5px 2px rgba(241, 241, 241, 1);
    -moz-box-shadow: 0px -4px 5px 2px rgba(241, 241, 241, 1);
    box-shadow: 0px -4px 5px 2px rgba(241, 241, 241, 1);
    z-index: 1;
    position: relative;
}
footer.enf1 > div.enf-main {
    padding: var(--footer-main-padding-top) var(--footer-inner-margin-left-right) var(--footer-main-padding-bottom);
    background: var(--footer-main-background);
    position: relative;
    z-index: 0;
}
footer.enf1 a:any-link {
    text-decoration: none;
}
footer.enf1 a:any-link:hover {
    color: var(--footer-font-color-hover);
}
footer.enf1 > div.enf-main > div.enf-main-inner {
    width: min(100%, var(--en-website-width));
    height: var(--footer-inner-height);
    margin: 0 auto;
    display: grid;
    grid-template-columns: var(--logo-width) 1fr 1.2fr var(--misc2-container-width);
    grid-template-rows: auto 1fr auto;
    column-gap: var(--footer-inner-column-gap);
    row-gap: var(--footer-inner-row-gap);
}
footer.enf1 > div.enf-main > div.enf-main > * {
    overflow: hidden;
}      
footer.enf1 .enf1-logo-cont {
    grid-row: 1 / 4;
    grid-column: 1;
    position: relative;
    display: flex;
    align-items: start;
    margin-top: var(--logo-margin-top);
}
footer.enf1 .enf1-logo-cont img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
    flex-grow: 0;
    box-sizing: border-box;
    border-radius: 50%;
}
footer.enf1 div.enf-website-name-motto {
    display: flex;
}
footer.enf1 div.enf-address {
    grid-row: 2;
    grid-column: 1/2;
    align-self: center;
    padding: 0;
    display: flex;
    justify-content: start;
    font-family: var(--address-font-family);
    font-size: var(--address-font-size);
    color: var(--address-font-color);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
}
footer.enf1 div.enf-phone {
    grid-row: 2;
    grid-column: 3/4;
    align-self: center;
    padding: 0;
    display: flex;
    justify-content: start;
    font-family: var(--address-font-family);
    font-size: var(--address-font-size);
    color: var(--address-font-color);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
}
footer.enf1 > div.enf-subfooter {
    grid-row: 4;
    grid-column: 1 / 5;
    background: var(--subfooter-background);
    padding: var(--subfooter-padding-top) var(--subfooter-padding-left-right) var(--subfooter-padding-bottom);
    font-family: var(--subfooter-font-family);
    font-size: var(--subfooter-font-size);
    color: var(--subfooter-font-color);
    min-height: 40px;
    box-sizing: border-box;
}
footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
    margin: 0 auto;
    width: min(100%, var(--en-website-width));
    display: grid;
    grid-template-columns: 1fr var(--subfooter-centercont-width) 1fr;
    grid-template-rows: 100%;
}
footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner > * {
    overflow: hidden;
}
footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}
footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
    grid-row: 1;
    grid-column: 2;
    position: relative;
    left: 1px;
}
/* OPTIONS THAT EFFECT ALL SCREEN SIZES */

footer.enf1.enf1logo-4-2 .enf1-logo-cont {
    overflow: visible;
}
footer.enf1.enf1wname-1-2 div.enf-website-name-motto {
    align-self: center;
}
footer.enf1.enf1wname-1-3 div.enf-website-name-motto {
    align-self: end;
}
/* OPTIONS THAT EFFECT ONLY LARGE AND MEDIUM SCREEN SIZES */

@media only screen and (min-width: 769px) {

    footer.enf1.enf1-1-2 > div.enf-main > div.enf-main-inner {
        grid-template-columns: var(--logo-width) auto auto auto var(--misc2-container-width);
        grid-template-rows: 1fr auto;
    }
    footer.enf1.enf1-1-2 .enf1-logo-cont {
        grid-row: 1 / 3;
    }
    footer.enf1.enf1-1-2 div.enf-website-name-motto {
        grid-row: 1 / 3;
        grid-column: 2;
    }
    footer.enf1.enf1-1-2 div.enf-address {
        grid-row: 1;
        grid-column: 3;
    }
    footer.enf1.enf1-1-2 div.enf-phone {
        grid-row: 2;
        grid-column: 3;
    }
    footer.enf1.enf1-1-3 > div.enf-main > div.enf-main-inner {
        grid-template-columns: 180px 140px 180px;
        grid-template-rows: 1fr auto;
        justify-content: center;

    }
    footer.enf1.enf1-1-3 .enf1-logo-cont {
        grid-row: 1;
        grid-column: 2/3;
     }
    footer.enf1.enf1-1-3 div.enf-website-name-motto {
        grid-row: 2;
        grid-column: 2/3;
        align-self: center;
        margin: 0;
        display: block;
        position: relative;
        top: -52px;
        left: 10px;
    }
    footer.enf1.enf1-1-3 div.enf-address {
        grid-row: 1;
        grid-column: 1/2;
        margin: 16px 0 0 -2px;
        flex-direction: row;
        justify-content: end;
        align-items: end;
        width: 180px;
        text-align: right;
    }
    footer.enf1.enf1-1-3 div.enf-phone {
        grid-row: 1;
        grid-column: 3;
        margin: 16px 0 0 4.5px;
        flex-direction: row;
        justify-content: end;
        align-items: end;
        width: 180px;
    }
    footer.enf1.enf1logo-1-2 .enf1-logo-cont {
        align-self: flex-end;
        margin: 0;
        position: relative;
        top: -52px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1120px) {
    footer.enf1.enf1-1-3 div.enf-website-name-motto img {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    footer#enfooter3 {
        z-index: 0;
    }
    footer.enf1 > div.enf-main > div.enf-main-inner {
        grid-template-columns: auto;
        grid-template-rows: auto;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    footer.enf1 .enf1-logo-cont {
        grid-row: 1;
        grid-column: 1/3;
        justify-content: center;
        position: relative;
        top: -52px;
    }
    footer.enf1 div.enf-website-name-motto {
        grid-column: 1/3;
        grid-row: 2;
        position: relative;
        top: -52px;
        margin: 0 auto;
    }
    footer.enf1 div.enf-address {
        grid-column: 1 / 3;
        grid-row: 3;
        justify-content: center;
        position: relative;
        top: -52px;
        margin: 0 auto;
        text-align: center;
    }
    footer.enf1 div.enf-phone {
        grid-column: 1 / 3;
        grid-row: 4;
        justify-content: center;
        position: relative;
        top: -52px;
        margin: 0 auto;
        text-align: center;
    }
    footer.enf1.enf1mobwname-1-2 div.enf-website-name-motto {
        grid-column: 2;
    }
    footer.enf1 > div.enf-main {
        height: 290px;
    }
    footer.enf1 div.enf-subfooter-inner > div.enf-subfooter-center {
        position: relative;
        left: 0;
    }
    footer.enf1 > div.enf-subfooter > div.enf-subfooter-inner {
        grid-template-columns: auto;
    }
}
