body, .text-w-image-section, .nav-frame-section .nav-section.scrolled{
    background-color:#fff8e7;
}

.footer-section, .copyright-section{
    background-color:#fff8e7;
    border:none;
    color:#000;
}
.footer-section .item strong{
    color:#000 !important;
}
.footer-section .item .social-link{
    color:#000;
}

.footer-section img{
    filter:invert(1);
}

.quicklinks-section{
    padding:60px 0px 30px;
}
.quicklinks-section .item{
    margin-bottom:30px;
}

[id] {
  scroll-margin-top: 150px; /* samme som header-højde */
}

.quicklinks-section .container-fluid{
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.top-banner-section .top-slider .item .overlay{
    background-color:#44372d;
}
.image-w-text-section .overlay{
    background-color:#44372d;
    opacity:0.7;
}

.quicklinks-section .item .text-box{
    background-color: rgba(68, 55, 45, .9);
}
.top-banner-section .top-slider .item h3, .top-banner-section .top-slider .item h4, .top-banner-section .top-slider .item h5, .top-banner-section .top-slider .item h6{
    color:#fff;
}