<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Domenie-Kerstens
Template: Divi
Author: Andreas Meerstra
Version: 1.0
Updated: 2014-03-01 23:02:13
*/

@charset "UTF-8";
@import url('../Divi/style.css');

/*
Je kunt hier je eigen CSS toevoegen.

Klik op het help icoon om meer te leren.
*/

.et-fixed-header#main-header, #main-header {
    background: #f7f7f7 !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}

@media (min-width: 981px)
#main-header.et-fixed-header {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0) !important;
}

.et_color_scheme_red a {
    color: #1f1f1f;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Hide Sidebar ***/
#sidebar {display:none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

#main-footer {
    display: none !important;
}

@media (max-width: 1475px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }

@media (max-width: 1475px) {
 #et_mobile_nav_menu {
 display: block;
 }

#logo {
    width: 230px !important;
}</pre></body></html>