
@media screen and (min-width: 1920px) 
{
	.agenda
	{
		min-width: 	480px;
	}

}    
@media screen and (min-width: 950px) 
{
	.content>*:first-child
	{
		margin-left: 0px;
	}
	.content>*:last-child 
	{
		margin-right: 0px;
	}
}    

/*@media screen and (max-width: 880px)
{
	.hero
	{
		flex-direction: column;
	}

	.heroImg{
		width: 100%;
		max-height: 50vh;
	}
}*/


@media screen and (max-width: 1200px) 
{

	.content > *
	{
		/*margin: 32px 0;*/
	}

	.hamburger{display: flex;}


	.mobileOnly{
		display: block;
	}

	.mobileOnlyFlex{
		display: flex;
	}

	
	.noMobile
	{
		display: none;
	}
}
@media screen and (max-width: 950px) 
{

	footer .footer
	{
		display: block;
	}

	.hor
	{
		display: block;
	}
	.gridHor
	{
		display: block;
	}
	.quad{
		display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	gap: calc(var(--Gap) / 2);
}

	.agendaMini
	{
		max-width: 	100vw;
		width: 100%;
	}

	.square
	{
		margin: auto;
	}

	.hero .usps ul
	{
		position: relative;
	}

	.usps, .voorwie .usps
	{
		width: 100%;
		margin-top: 30px;
	}

	.voorwie .usps
	{
		height: calc(+ (var(--blockSize) * 1));
	}

	.usps ul, .voorwie .usps ul
	{
		display: flex;	
		flex-direction: row;
		top: 0;
		right: 0;
		gap: 0;	
		margin: 0;
	}
	
	.usps ul li {
		width: calc(var(--Size) / 4);
		max-width: var(--Size);
	}

	.voorwie .usps ul li {
		width: calc(var(--Size) / 3);
	}
	
	.hero
	{
		flex-direction: column;
	}


	.voorwie
	{
		flex-direction: column-reverse;
	}
	.voorwie >*:first-child
	{
		flex-direction: column;
	}

	.cft
	{
		display: block;
	}
	.cft .usps
	{
		top: -0;
	}
	.cft .usps ul
	{
		justify-content: start;
		flex-direction: row;
		gap: 0;
	}

	.cft > *:nth-child(2) div img
	{
		left: 0px;
	}

	.heroImg, .voorwie .heroImg
	{
		width: 100%;
		max-height: 40vh;
		height: auto;
		aspect-ratio: unset;
	}
	.heroImg img
	{
		width: 100%;
		height: auto;
	}

	.bestuurKaart
	{
		margin-left: 0px;
		margin-right: 0px;
	}


	#radioGroup div{
		display: flex;
		justify-content: start;
		align-items: center;
	}
	#radioGroup input{
		max-width: 32px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

}    

@media screen and (max-width: 750px) 
{
	.usps, .voorwie .usps
	{
		width: 100%;
		height: calc(var(--Size));
		margin-top: 30px;
	}

	.voorwie .usps
	{
		height: calc((var(--Gap) / 2) + (var(--blockSize) * 1));
	}


	.usps ul, .voorwie .usps ul
	{
		display: flex;	
		flex-direction: row;
		top: 0;
		right: 0;
		gap: 0;	
		flex-wrap: wrap;
		margin: 0;
	}
	
	.usps ul li {
		width: calc(var(--Size) / 2);
		max-width: var(--Size);
	}
}  

@media screen and (max-width: 470px) 
{

}