
@media screen and (min-width: 1920px) 
{
	.agenda
	{
		min-width: 	480px;
	}

}    


@media screen and (max-width: 950px) 
{

	.content > *
	{
		/*margin: 32px 0;*/
	}

	.hamburger{display: flex;}


	.mobileOnly{
		display: block;
	}

	.mobileOnlyFlex{
		display: flex;
	}

	
	.noMobile
	{
		display: none;
	}

	header .dropdown:hover{
		background-color: var(--Blauw);
	}
	header .dropdown:hover ul li a{
		color: var(--Zwart);
	}
	header .dropdown:hover ul li a: hover{
		color: var(--Oranje);
	}
	.dropdown .dropdown-content{
		width: auto;
		padding: 20px;
		background-color: var(--Wit);
		display: block;
		position: relative;

		left: 0;
		text-align: left;
		transform-origin: top left;

		overflow: hidden;
		opacity: 1;
		transform: scaleY(1);
		transition-property: opacity,transform;
	}


	.dropdown .dropdown-content ul li a:hover{
		color: var(--Oranje);
	}

	.dropdown .dropdown-content ul li{
		display: block;
	}

nav ul .chosen 
{
	color: var(--Blauw);
	font-weight: 300;
}


	footer .footer
	{
		display: block;
	}

	.hor
	{
		display: block;
	}
	.wide
	{
		display: block;
	}
	.split{
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	.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
	{
		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) 
{


}  

@media screen and (max-width: 470px) 
{

}