/*
Theme Name: Haarstek
Theme URI: https://bvdehaarstek.nl
Author: Alex van de Griendt
Author URI: https://bvdehaarstek.nl
Description: Theme for BV De Haarstèk
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: haarstek
Tags: custom-background
*/


#site-content {
    display: flex;
    justify-content: center;
}

.main {
    /*margin-top: 190px;*/
}

.header-link {
    display: block;
    width: 1020px;
    height: 190px;
    object-fit: cover;
    /*margin-bottom: 190px;*/
    background: url('/wp-content/uploads/2022/09/bg-container-2.jpg');
    margin: auto;
}

html,
body {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 980px;
}

body {
    background: #005532 url(/wp-content/uploads/2022/09/bg-body.jpg) repeat-x center top;
    box-sizing: border-box;
    color: #fff;
    font: 14px/1.5em "trebuchet ms", verdana, arial, sans-serif;
    letter-spacing: -0.015em;
    text-align: left;
}

#content {
    clear: both;
}

#menu {
    float: left;
    width: 180px;
    text-align: left;
    margin-left: 20px;
    margin-right: 10px;
    font: 14px/1.5em "trebuchet ms", verdana, arial, sans-serif;
}

#menu ul {
    list-style: none;
    margin: 0 0 0 20px;
    padding-left: 0;
}

#menu li {
    padding: 0 0 10px;
    margin: 0;
}

#menu li::marker {
    content: none;
}

#menu a {
    color: #f3cf42;
    font-size: 20px;
    text-decoration: none;
}

#menu a:hover {
    color: #FFF;
    text-decoration: underline;
}

#main {
    float: left;
    width: 760px;
}

h2 {
    font-size: 28px;
    padding: 0 0 5px 40px;
    margin: 0 0 20px;
    background: url('https://www.haarstek.nl/client/haarstek/layout/yellow.gif') no-repeat left 5px;
    text-transform: uppercase;
}

h2:nth-child(3n+1) {
    background: url('https://bvdehaarstek.nl/wp-content/uploads/2024/04/yellow.gif') no-repeat left 5px;
}

h2:nth-child(3n+2) {
    background: url('https://bvdehaarstek.nl/wp-content/uploads/2024/04/red.gif') no-repeat left 5px;
}

h2:nth-child(3n+0) {
    background: url('https://bvdehaarstek.nl/wp-content/uploads/2024/04/white.gif') no-repeat left 5px;
}

a {
    color: #f3cf42;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

#address {
    font-size: 11px;
    margin: 30px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #02664a;
}

#footer {
    clear: both;
    text-align: right;
    padding: 20px;
}

article img {
    max-width: 100%;
}

#menu ul {
    display: none;
}

#menu li.current_page_ancestor ul,
#menu li.current_page_item ul {
    display: block;
}

fieldset {
    display: none;
}
