@charset "utf-8";

/* ==========================================================================
   CUSTOM.CSS
   Website  : ..............
   Template : Helix Ultimate
   Auteur   : Mickey66
   Versie   : 1.0
   ========================================================================== */


/* ==========================================================================
   01. HUISSTIJL
   Kleuren, lettertypes, afmetingen en standaardwaarden.
   Alleen hier aanpassen wanneer de huisstijl verandert.
   ========================================================================== */

:root {

    /* ===== Kleuren ===== */

    --kleur-achtergrond: #543b27;
    --kleur-tekst: #696554;
    --kleur-accent: #b9c650;

    --kleur-wit: #ffffff;

    --kleur-rand: rgba(188,183,164,.50);
    --kleur-rand-licht: #f3f3f3;
    --kleur-rand-blog: #f5f5f5;


    /* ===== Lettertypes ===== */

    --font-koppen: "Chelsea Market", sans-serif;
    --font-tekst: "Quattrocento Sans", sans-serif;


    /* ===== Afstanden ===== */

    --ruimte-xs: 5px;
    --ruimte-s: 10px;
    --ruimte-m: 15px;
    --ruimte-l: 20px;
    --ruimte-xl: 25px;
    --ruimte-xxl: 30px;


    /* ===== Border-radius ===== */

    --radius-klein: 3px;
    --radius-knop: 15px;

}


/* ==========================================================================
   02. ALGEMEEN
   ========================================================================== */

/* Opsommingstekens */

ol,
ul {
    list-style-type: circle;
}


/* Featured badge uitschakelen */

span.badge.bg-danger.featured-article-badge {
    display: none;
}


/* ==========================================================================
   03. HEADER
   ========================================================================== */

/* Lettertype menu */

#sp-header a {
    font-family: var(--font-tekst);
}


/* ==========================================================================
   04. MENU
   ========================================================================== */

/* Hoofdmenu centreren */

#sp-menu > .justify-content-end {
    justify-content: center !important;
}


/* ==========================================================================
   05. TYPOGRAFIE
   ========================================================================== */

h1,
h2 {

    font-family: var(--font-koppen);
    font-weight: 100;

    color: var(--kleur-tekst);

    text-decoration: none;

    border-bottom: 1px solid var(--kleur-rand);

    padding-bottom: var(--ruimte-m);

}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}


/* Titel op artikelpagina */

.article-details .article-header h1,
.article-details .article-header h2 {
    font-size: 1.5rem;
}


/* ==========================================================================
   06. SIDEBAR
   ========================================================================== */

/* Modules */

#sp-left .sp-module,
#sp-right .sp-module {

    border: 1px solid var(--kleur-rand-licht);

    border-radius: var(--radius-klein);

    padding:
        var(--ruimte-s)
        var(--ruimte-xl)
        0;

}


/* Moduletitel */

#sp-left .sp-module .sp-module-title,
#sp-right .sp-module .sp-module-title {

    margin: 0 0 var(--ruimte-xxl);

    padding-bottom: var(--ruimte-m);

    font-size: 18px;
    font-weight: 100;

    border-bottom: 1px solid var(--kleur-rand);

}


/* ==========================================================================
   07. BLOG
   ========================================================================== */

.article-list .article {

    position: relative;

    margin-bottom: var(--ruimte-s);

    padding: var(--ruimte-l);

    border: 1px solid var(--kleur-rand-blog);

    border-radius: var(--radius-klein);

}


/* ==========================================================================
   08. BUTTONS
   ========================================================================== */

/* Lees meer */

.article-list .article .readmore a {

    display: inline-block;

    margin-top: var(--ruimte-s);

    padding:
        var(--ruimte-s)
        var(--ruimte-l);

    font-size: 14px;

    line-height: 20px;

    text-transform: lowercase;

    color: var(--kleur-wit);

    background: var(--kleur-accent);

    border-radius: var(--radius-knop);

}


/* Hover */

.article-list .article .readmore a:hover {

    color: var(--kleur-wit);

}


/* ==========================================================================
   09. FORMULIEREN
   ========================================================================== */

/* ConvertForms */

.convertforms.cf-success .cf-response {

    display: block;

    background: var(--kleur-accent);

}


/* ==========================================================================
   10. FOOTER
   ========================================================================== */

/* Eigen footer-css */


/* ==========================================================================
   11. RESPONSIVE
   ========================================================================== */

/* Tablet */

@media (max-width: 991px) {

}


/* Mobiel */

@media (max-width: 767px) {

}


/* ==========================================================================
   12. TIJDELIJKE CSS
   Tijdelijke oplossingen.
   Verwijderen zodra ze niet meer nodig zijn.
   ========================================================================== */