/*
Theme Name: De Bankier Emmeloord
Template: typisch22
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Version: 1.0.0
*/


@import url("https://use.typekit.net/rax0jbq.css");



h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "scale-variable", sans-serif;
        font-weight: 400;
    text-transform: inherit;
}

/* .h5, h5, .h6, h6 {
    color: var(--color1);
} */


body {
    font-family: "scale-variable", sans-serif;
    font-weight: 300;
        letter-spacing: 0.2px;
}

.btn {
    font-family: "scale-variable", sans-serif;
    font-weight: 400;
    border-radius: 0 0 0 15px;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link {
    font-weight: 400
}

.slogan {
     background: var(--color4);
    padding: var(--smallmedium);
}

.slogan * {
    margin-bottom: 0;
    font-weight: 600
}

section.header .header-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    max-width: 768px;
}


article.article .article-sidebar {
        margin-top: 0;
}

section.partners .partner .partner-logo {
        background: #ffffff;
         border-radius: 0 0 0 15px;
}

section.partners .partner .partner-logo img {
    padding: 15px;
}


.accordion .accordion-item {
    --border-radius: 0 0 0 30px;
}

section.header:after {
    content: url(https://debankieremmeloord.nl/wp-content/uploads/sites/6/2025/12/sticker.svg);
    width: 180px;
    position: absolute;
    right: var(--mediumlarge);
    top: var(--mediumlarge);
    line-height: 0;
}

article.article.article--background[data-background="color2"] {
    color: inherit !important
}

@media (max-width: 992px) {
    :root {
        --border-radius: 0 0 0 30px !important;
    }

    section.header:after {
        width: 120px;
        position: absolute;
        right: var(--small);
        top: var(--small);
    }
}