/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.home .site {
	background-image: url(https://www.helemaalmens.nl/wptemp/wp-content/uploads/2025/12/asterisk.svg);
  background-size: 140%;
  background-position-x: 0;
  background-position-y: 200px;
  background-repeat: no-repeat;
}
.site-content {
  background-image: url(https://www.helemaalmens.nl/wptemp/wp-content/uploads/2025/12/hm-footer_05.png);
  background-repeat: no-repeat;
  background-position-y: 100%;
  background-size:contain;
}
.kleur_petrol .site-content {
  background-image: url(https://www.helemaalmens.nl/wptemp/wp-content/uploads/2025/12/hm-footer_01.png);
}
.kleur_fuchsia .site-content {
  background-image: url(https://www.helemaalmens.nl/wptemp/wp-content/uploads/2025/12/hm-footer_02.png);
}
.kleur_paars .site-content {
  background-image: url(https://www.helemaalmens.nl/wptemp/wp-content/uploads/2025/12/hm-footer_03.png);
}
.kleur_oranje .site-content {
  background-image: url(https://www.helemaalmens.nl/wptemp/wp-content/uploads/2025/12/hm-footer_04.png);
}

.kleur_petrol .current-menu-item,
.kleur_petrol .current-menu-ancestor {
	background-color:var(--global-color-10);
}
.kleur_oranje .current-menu-item,
.kleur_oranje .current-menu-ancestor {
	background-color:var(--global-color-9);
}
.kleur_paars .current-menu-item,
.kleur_paars .current-menu-ancestor {
	background-color:var(--global-color-8);
}
.kleur_fuchsia .current-menu-item,
.kleur_fuchsia .current-menu-ancestor {
	background-color:var(--global-color-12);
}
.kleur_groen .current-menu-item,
.kleur_groen .current-menu-ancestor {
	background-color:var(--global-color-11);
}

.kleur_petrol .current-menu-item > a,
.kleur_oranje .current-menu-item > a,
.kleur_fuchsia .current-menu-item > a,
.kleur_groen .current-menu-item > a,
.kleur_paars .current-menu-item > a,
.kleur_petrol .current-menu-ancestor > a,
.kleur_oranje .current-menu-ancestor > a,
.kleur_fuchsia .current-menu-ancestor > a,
.kleur_groen .current-menu-ancestor > a,
.kleur_paars .current-menu-ancestor > a {
	color:#fff !important;
}

@media screen and (max-width: 768px) {
	.inside-header {
	  align-items: flex-start !important;
	}
  .site-header .header-widget {
    margin-left:10px;
    margin-top:0;
  }
}
.site-header {
	margin-top:10px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.main-navigation {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.site {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}
@media screen and (max-width: 1024px) {
	.site-header {
		margin-top:0px;
		border:0;
	}
	.main-navigation {
		border:0;
}
	.site {
		border:0;	
	}
}


.content-area {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.inside-header {
	align-items: flex-end;
}
.site-footer {
	display:none;
}
.gb-text.gb-text-74f217a4 {
	position:absolute;
	top:0;
	right:20px;
}

blockquote {
	max-width:400px;
	font-family: "ff-netto-web" !important;
	color:var(--contrast-3);
  border-left: 0;
  border-top:2px solid #ccc;
  border-bottom:2px solid #ccc;
  padding: 20px 0;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}
.entry-content ul {
	list-style:circle !important;
}
.post-image-above-header .inside-article div.post-image {
	margin-bottom:10px;
}
.blog h2.entry-title {
	line-height:1.05;
}
.one-container.blog .generate-columns-container .post {
	padding-bottom:40px !important
}