<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FÃ¼ge hier Dein eigenes CSS ein */

.white .footerbox-section .widget-title {
    color: white;
}

element.style {
}
.white .footerbox-section a:visited {
    color: white;
}
.white .footerbox-section a:link {
    color: white;
}
.white .footerbox-section a:hover{
    color: blue;
}
.page .inner-content-section, .single .inner-content-section {
    width: 100%;
    float: none;
}

.theme-boxed .parent-wrapper {
    width: 97%;
    /* max-width: 1200px; */
     margin: 0 auto; 
    max-width:2000px;

}</pre></body></html>