
@media screen and (min-width: 1920px) 
{
	.agenda
	{
		min-width: 	480px;
	}

}    
@media screen and (min-width: 950px) 
{

}    

/*@media screen and (max-width: 880px)
{
	.hero
	{
		flex-direction: column;
	}

	.heroImg{
		width: 100%;
		max-height: 50vh;
	}
}*/


@media screen and (max-width: 1200px) 
{
	.hamburger{display: flex;}

	.mobileOnly{
		display: block;
	}
	.mobileOnlyFlex{
		display: flex;
	}
	.noMobile{
		display: none;
	}

	.Hero .content {
		margin-left: 0;
	}
		.Hero .contentCenter {
		margin-left: 0;
	}

		.NewsHero .content {
		margin-left: 0;
	}
		.NewsHero .contentCenter {
		margin-left: 0;
	}

	.carousel img{
		filter:grayscale(0%);
	}

	.uitgelicht{
		margin-bottom: calc(var(--Gap) * 5);
	}
	.uitgelichtImg{
		height:25vw;
	}
	.uitgelichtImg img{
		position: absolute;
		width: 100%;
		height:auto;
		left:0%;
		transform: scale(1,1);
	}

	.OneOne {
		grid-template-columns: 1fr;
	}
	.TwoOne {
		grid-template-columns: 2fr;	
	}
	.OneTwo{
		grid-template-columns: 1fr;
	}
	.One{
		grid-template-columns: 1fr;
	}

}
@media screen and (max-width: 950px) 
{

	footer .footer
	{
		display: block;
	}

	.agendaMini
	{
		max-width: 	100vw;
		width: 100%;
	}

	#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) 
{
	.scrollBottom .scrollup{
		bottom: calc(124px);
    	transition: 0.5s;
	}
}
@media screen and (max-width: 600px) {
	h2{
		overflow-wrap: break-word;
		hyphens: auto; }
}  

@media screen and (max-width: 470px) 
{

}