#nav-logo-menu .bg-wrap {
	background: #ffffff;
}
#desc-halfbg-text-img-text.light .bg-wrap {
    background-color: #bbdefb;
}
#desc-halfbg-text-img-text.dark .bg-wrap {
    background-color: #1565c0;
}
#desc-text-4 .bg {
    background-image: url('../images/bg-75.webp');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.2;
}
#desc-text-4 .bg-wrap {
    background: #e3f2fd;
}
#text-2col.light .bg-wrap {
    background: #e1f5fe;
}
#text-2col.dark .bg-wrap {
    background: #0d47a1;
}
#desc-text-halfbg.dark .bg-wrap {
    background: #1976d2;
}
#contact-form-halfbg.light .bg-wrap {
    background: #90caf9;
}
#contact-form-halfbg.dark .bg-wrap {
    background: #0d47a1;
}
#cookie-text .bg-wrap {
    background: rgba(25, 118, 210, 0.9);
}
#footer-text-logo-social.dark .bg-wrap {
    background: #1565c0;
}
section.light .bg-wrap {
    background-color: #e3f2fd;
}
section.dark .bg-wrap {
    background-color: #0d3c61;
}