/* OVERRIDES */
/* Here you find adjustments specific for this website that are not general */

.games,
.tijdschriften,
.boeken,
.dvds {
	margin-bottom: 2.5em;
}
.games > div:not(:last-child),
.tijdschriften > div:not(:last-child),
.boeken > div:not(:last-child),
.dvds > div:not(:last-child) {
	border-bottom: 1px solid var(--neutral-700);
}
.games > :nth-child(odd),
.tijdschriften > :nth-child(odd),
.boeken > :nth-child(odd),
.dvds > :nth-child(odd) {
  	/*background-color: var(--neutral-0);
   	background-image: linear-gradient(var(--04dp), var(--04dp));*/
}
.games-item,
.tijdschriften-item,
.boeken-item,
.dvds-item {
	
}
.games-item h2,
.games-item h3,
.tijdschriften-item h2,
.tijdschriften-item h3,
.boeken-item h2,
.boeken-item h3,
.dvds-item h2,
.dvds-item h3 {
	margin-top: 0px; /* padding-top and margin-bottom should be 0 */
	margin-bottom: 10px; /* padding-top and margin-bottom should be the same size*/
	padding-top: 10px; /* padding-top and margin-bottom should be the same size*/
}
.games-item .games-item-grid,
.tijdschriften-item .tijdschriften-item-grid,
.boeken-item .boeken-item-grid,
.dvds-item .dvds-item-grid
{
	column-gap: 1.5em;
}
.games .games-image-container,
.tijdschriften .tijdschriften-image-container,
.boeken .boeken-image-container,
.dvds .dvds-image-container {
	margin-bottom: 0.5em;
}
.games .games-text-container,
.tijdschriften .tijdschriften-text-container,
.boeken .boeken-text-container,
.dvds .dvds-text-container {
	margin-bottom: 1.5em;
}







blockquote {
	background-color: var(--blockquote-bg);
	background-image: var(--blockquote-bg-image);
	border-radius: var(--border-radius-m);
}
blockquote p {
	color: var(--text-muted-color);
}



details.my-toc-accordion.accordeon-goto {
	background-color: var(--bg-color);
  	background-image: linear-gradient(var(--04dp), var(--04dp));
}
details.accordeon-goto .accordeon-content-container a {
	
}






