/*
 Theme Name: Divi Child
 Theme URI: 
 Author: DataDeluxe
 Author URI: 
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
html, body {
    background-color: #1E2229; 
}
/* Open Sans Normal */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 300 800;
    font-style: normal;
    font-display: swap;
}

/* Open Sans Italic */
@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 300 800;
    font-style: italic;
    font-display: swap;
}
#footer-info {
    text-align: left;
    color: #FFF;
    padding-bottom: 10px;
    float: left;
}
/* Grundlæggende tekst og overskrifter i dokumentet */
.cmplz-document, 
.cmplz-document p, 
.cmplz-document h1, 
.cmplz-document h2, 
.cmplz-document h3, 
.cmplz-document h4, 
.cmplz-document li, 
.cmplz-document span,
.cmplz-document div {
    color: #ffffff !important;
}

/* Tekst inde i accordions (reCAPTCHA, WordPress osv.) */
.cmplz-document .cmplz-dropdown,
.cmplz-document .cmplz-dropdown * {
    color: #000 !important;
}

/* Styling af tabellerne inde i accordions */
.cmplz-document table.cmplz-border,
.cmplz-document table.cmplz-border tr,
.cmplz-document table.cmplz-border td,
.cmplz-document table.cmplz-border th {
        color: #000 !important;
    border-color: #444444 !important;
}