footer {
    background-color: #FDFAF2;
    position: relative;
    max-width: 100%;
    height: auto;
    padding-top: 15px;
    overflow: auto;
    z-index: 1; 
    clear: both; 
}

#footerlogo {
    max-width: 100%;
    max-height: auto;
}

#adres {
    font-family: 'BakerFont';
    height: 50px;
    padding-left: 50px;
}

#footerflex {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.icon-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-nav {
    color: black;
}

.icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; 
    margin-left: 50px;
}

.icon-item img {
    margin-right: 10px; 
}

.footerflexitem {
    flex-direction: column;
    max-width: 33%;
}

.footerflexitem:nth-of-type(2),
.footerflexitem:nth-of-type(3){
    margin-top: 15px;
}

.footerflexitem h2 {
    font-family: 'GoldFont';
    font-weight: normal;
    text-decoration: underline;
    text-underline-offset: 0.5em;
}

.footerflexitem ul a {
    text-decoration: none;
    color: inherit;
}

.footerflexitem ul:nth-of-type(0) {
    font-family: 'GoldFont';
}

.footerflexitem ul:nth-of-type(1) { 
    font-family: 'GoldFont';
    margin-right: 70px;
}

.footerflexitem ul:nth-of-type(2) { 
    font-family: 'CrimFont1';
}

.daglistcontainer {
    display: flex;
}

footer ul li{
    list-style: none;
    margin-bottom: 10px;
}

footer ul {
    margin-top: 30px;
    margin-right: 100px;
    font-size: 15px;
}

.cookiesbalk {
    background-color: white;
    font-family:'BakerFont';
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.cookiesbalk p{
    margin-right: 400px;
    padding: 5px;
    font-size: smaller;
}
