.footer {
    background-color: #FFD462;
    padding: 2%;
    clear: both;
    margin-top: 10%;
}

.footer-devider {
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 45%;
    padding: 2%;
}

.footer-col {
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.footer-newsletter {
    font-size: 24px;
    color: #020202;
}

.footer-text {
    color: #2c2b2b;
    font-size: 14px;
}

.footer-element {
    color: #252525;
    margin-top: 3%;
    margin-bottom: 25%;
    text-decoration: none;
}

.footer-col fieldset {
    align-items: center;
    border: none;
    display: flex;
    flex-direction: row;
    gap:5%;
    justify-content: center;
    padding: 3%;
}


.footer-col input[type=text] {
    background-color: #ffffff;
    border: none;
    color: #1c1b1b;
    font-size: 15px;
    outline: none;
    transition: all linear 0.1s;
}

.footer-col .footer-email-submit {
    background-color: #FFD462;
    border: none;
    color: #0b0b0b;
    font-size: 15px;
    outline: none;
    text-decoration: none;
}

.footer-col .footer-email-submit:hover {
    text-decoration: underline;
}


.footer-element:hover {
    color: #a37904;
    transition: all linear 0.2s;
}


.footer-title {
    color: #222222;
    font-weight: bold;
    margin-bottom: 10%;
}


.footer-c {
    text-align: center;
    color: #000000;
}

@media (max-width: 540px) {
    .footer-devider {
        flex-direction: column;
    }

    .footer-row {
        width: 95%;
    }
}