/*
Theme Name:  BohnennWebdesign
Theme URI:   http://divithemes.reviews
Version:     1.1
Description: Divi child theme.
Author:      Bohnenn Webdesign
Author URI:  https://www.bohnennwebdesign.nl
Template:    Divi
*/

body {
	font-family: "Open Sans", sans-serif;
}

.et_pb_text ul {
	list-style-type: square;
}
.et_pb_text ul li::marker {
	color: #519500;
}
.blauwachtergrond {
	padding: 16px;
    color: #364a8a;
    border: 1px solid #c5cff0;
	border-radius: 5px;
    background-color: #edf1fa;
}
.blauwachtergrond.et_pb_text .et_pb_text_inner h2, .blauwachtergrond.et_pb_text .et_pb_text_inner h3, .blauwachtergrond.et_pb_text .et_pb_text_inner p {
	color: #364a8a !important;
}
.geleuitroepteken {
	padding: 16px;
    color: #ffffff;
    border: 1px solid #fcb53f;
	border-radius: 5px;
    background-color: #fcb53f;
}
.geleuitroepteken.et_pb_text .et_pb_text_inner h2, .geleuitroepteken.et_pb_text .et_pb_text_inner h3, .geleuitroepteken.et_pb_text .et_pb_text_inner p {
	color: #ffffff !important;
}
.infoblauwblok, .blauwecamera {
	padding: 16px;
    color: #5e7f96;
    border: 1px solid #cfebfe;
	border-radius: 5px;
    background-color: #dff2fe;
}
.infoblauwblok.et_pb_text .et_pb_text_inner h2, .infoblauwblok.et_pb_text .et_pb_text_inner h3, .infoblauwblok.et_pb_text .et_pb_text_inner p,
.blauwecamera.et_pb_text .et_pb_text_inner h2, .blauwecamera.et_pb_text .et_pb_text_inner h3, .blauwecamera.et_pb_text .et_pb_text_inner p {
	color: #5e7f96 !important;
}
.rodeachtergrond {
	padding: 16px;
    color: #d82e21;
    border: 1px solid #ffd8d6;
	border-radius: 5px;
    background-color: #fff0ef;
}
.rodeachtergrond.et_pb_text .et_pb_text_inner h2, .rodeachtergrond.et_pb_text .et_pb_text_inner h3, .rodeachtergrond.et_pb_text .et_pb_text_inner p {
	color: #d82e21 !important;
}
.rodeuitroepteken {
	padding: 16px;
    color: #ffffff;
    border: 1px solid #fe6c61;
	border-radius: 5px;
    background-color: #fe6c61;
}
.rodeuitroepteken.et_pb_text .et_pb_text_inner h2, .rodeuitroepteken.et_pb_text .et_pb_text_inner h3, .rodeuitroepteken.et_pb_text .et_pb_text_inner p {
	color: #ffffff !important;
}
.groenecheckmark {
	padding: 16px;
    color: #ffffff;
    border: 1px solid #75d69c;
	border-radius: 5px;
    background-color: #75d69c;
}
.groenecheckmark.et_pb_text .et_pb_text_inner h2, .groenecheckmark.et_pb_text .et_pb_text_inner h3, .groenecheckmark.et_pb_text .et_pb_text_inner p {
	color: #75d69c !important;
}
input.et_pb_searchsubmit {
    color: transparent !important;
    font-size: 5px !important;
    width: 39.02px !important;
    display: inline-block;
    background-color: #00a1e7 !important;
    background-image: url(/wp-content/uploads/2026/04/icon-search.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.et_pb_search {
    box-shadow: inset 0 0 5px #d4d4d4;
}

/*---- Main content section ----*/
@media only screen and (max-width: 980px) {
	.main-content-section > .et_pb_row {
    	display: flex;
    	flex-direction: column-reverse;
	}
	.main-content-section > .et_pb_row > .et_pb_column {
    	width: 100% !important;
	}
}

/*---- Footer ----*/
.footer-links h3 {
	color: #fff;
	padding-bottom: 25px;
}
.footer-links a {
	display: block;
	color: #fff;
}
.footer-links a:not(:last-child) {
	padding-bottom: 10px;
}
.footer-links br {
	display: none;
}

/*---- Menu ----*/
.et_pb_menu .et-menu>li {
	padding-right: 31px;
}

/*--- Sidebar ----*/
.sidebar-accordion {
    width: 100%;
}
.sidebar-title {
    background: #519500;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding: 15px 22px;
    border-radius: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
	display: block;
}
.sidebar-sections {
    display: flex;
    flex-direction: column;
}
.sidebar-section {
    border-bottom: 1px solid #cfcfcf;
    padding: 15px 0;
}
.sidebar-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.sidebar-section-title {
    display: block;
    flex: 1;
    font-size: 16px;
    line-height: 1.25;
    color: #666;
    text-decoration: none;
    font-weight: 600;
}
.sidebar-section.is-open .sidebar-section-title {
    color: #222;
}
.sidebar-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border: 0;
    border-radius: 5px;
    background: #8b8b8b;
    color: #fff;
    cursor: pointer;
    padding: 0;
}
.sidebar-section.is-open .sidebar-toggle {
    background: #519500;
}
.sidebar-toggle-icon {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.sidebar-panel {
    display: none;
    padding-top: 15px;
}
.sidebar-section.is-open .sidebar-panel {
    display: block;
}
.sidebar-links {
    display: flex;
    flex-direction: column;
    gap: 3px;
    list-style: none !important;
    margin: 0;
    padding: 0 !important;
}
.sidebar-links li {
    margin: 0;
    padding: 0;
}
.sidebar-links a {
    color: #1492e6;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.35;
}
.sidebar-links a:hover {
    text-decoration: underline;
}
.sidebar-links .menu-item-has-children > a {
    color: #333;
    font-weight: 600;
}
.sidebar-links .menu-item-has-children > ul {
    margin-top: 8px;
    padding-left: 18px;
}