/*
Theme Name:  Groei.Site child
Description: Doelbewust Klantenthema Custom opmaak
Author:      Doelbewust Online Marketing
Author URI:  https://doelbewust.nl/
Template:    dbtheme
Version:     1.0.0
Text Domain: dbtheme-child
*/

:root {
/* colors */
/* 	--background: ; */
	--altbg: #282828;
	--softbg: #f5f5f5;
	--gray: #282828;
	--mainColor: #009ca6;
	--darkerMain: #0d7178;
	--subColor: #ffff00;
	--darkerSub: #b8b814;
	--fontcolor: #282828;
}

.topnav .site-logo img {width:280px;height:42px;}

/* header */
.fancy-header .tekstvlak ul {padding-left:20px;}
.fancy-header .tekstvlak ul li {list-style:square;}

/* pagebuilder */
section.boxed .blocks .block .block-img {display:flex;justify-content:center;align-items:center;}
.superblock.leftright .miniblock.text .tekstblok ul {padding-left:20px;}
@media (min-width:768px) {
section.boxed .blocks .block {width:calc(100% / 3 - 5%);}
}
@media (max-width:992px) {
.superblock.leftright .miniblock.img {margin-bottom:20px;}
}
#nofill img {object-fit:contain;}