﻿/* Footer */
.footer {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ccc;
    width: 100%;
    max-width: 1500px;
    /*max-height: 200px;*/
    left: 50%;
    transform: translateX(-50%);
}

.footer-content-container {
    display: table;
    /*border-spacing: calc(8px + 1.5625vw) 0;*/
    width: 100%;
    /*gap: calc(12px + 1.5625vw);*/
    justify-content: center;
    align-items: center;
}

/*@media (min-width: 576px) {*/
/* Footer */
/*.footer {
        position: absolute;
        bottom: 0;
        border-top: 1px solid #ccc;
        width: 100%;
        max-width: 1500px;
        max-height: 200px;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-content-container {
        display: table;
        border-spacing: calc(8px + 1.5625vw) 0;
        width: 100%;
        gap: calc(12px + 1.5625vw);
        justify-content: center;
        align-items: center;
    }

    img {
        width: 150px;
        height: 80px;
    }

    .logoimg {
        width: 283px;
        height: 48px;
    }
}*/

.footer-content {
    display: table-cell;
    padding: calc(4px + 1vw) calc(6px + 1vw);
    gap: 12px;
}


    .footer-content div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: calc(6px + 1.5625vw);
    }

    .footer-content h3 {
        font-family: 'DIN Pro';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 4.8px;
        text-decoration: underline #245ca6 3px;
        margin-bottom: 24px;
    }

    .footer-content p {
        font-family: "DIN Pro"; /* 'Protogrotesk-light'; */
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }


.footer-content {
    display: table-cell;
    /*padding: calc(4px + 1vw) calc(6px + 1vw);*/
    gap: 12px;
}


    .footer-content div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
    }

    .footer-content h3 {
        font-family: 'DIN Pro';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 4.8px;
        text-decoration: underline #245ca6 3px;
        margin-bottom: 4px;
    }

    .footer-content p {
        font-family: "DIN Pro"; /* 'Protogrotesk-light'; */
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }


.footer-content {
    display: table-cell;
    /*padding: calc(4px + 1vw) calc(6px + 1vw);*/
    /*padding: 10px calc(4px + 1vw) calc(6px + 1vw) 0px calc(4px + 1vw) calc(6px + 1vw);*/
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 12px;
}

/*@media (min-width: 576px) {
    .footer-content div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .footer-content h3 {
        font-family: 'DIN Pro';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 4.8px;
        text-decoration: underline #000099 3px;
        margin-bottom: 24px;
    }

    .footer-content p {
        font-family: "DIN Pro";*/ /* 'Protogrotesk-light'; */
/*font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 1.6px;
    }
}*/
