@media screen and (max-width: 1000px ) 
{
	.logoBig
	{
		max-width: 50vw;
		max-height: 50vw;

		top: calc(22vw  - 25vw);
		left: calc(22vw - 25vw);
	}
}

@media screen and (max-width: 1000px ) 
{
	.siteswitch {
    padding: 0px 15px;
    display: flex;
	}
	.siteswitch:hover {
    padding: 0px 15px;
	}
	
	.excludeMobile
	{
		display: none;
	}
	nav ul
	{
		display: none;
	}

	.socials
	{
		display: none;
	}

	.hamburger
	{
		display: flex;
		justify-content: center;
		align-items: center;
	}




	/*Resize de header*/
	header { max-height: 64px; }
	
	.headerback
	{
		height: 64px;
		max-height: 64px;
	}

	.headerBackground
	{
		height: 64px;
		max-height: 64px;
	}

	.header { height: 64px; }
	.hero{top: -64px;}
	.mainPage{top: -64px; padding: 30px;}
	.collumn{padding: 30px;}
	.contentCollumns{padding: 30px;}
	/*Resize de header*/


	/*Resize het logo*/

	.scroll .logoContainer
	{
		width: 96px;
		height: 96px;
	}

	.Logo img
	{
		max-height: 100%;
		max-width: 100%;
	}

	/*Resize het logo*/

	.CTA
	{
		position: absolute;
		right: 0px;
		bottom: 0px;
		width: 100vw;
		height: 64px;
	  	background-image: none;
	  	background-color: #313131;

	  	display: flex;
	  	align-items: center;
	  	justify-content: center;
	}

	.scroll .CTA
	{
		right: 0px;
	}


	.CTA h3
	{
		font-size: 24px;
		padding: 10px;
		text-align: center;
	}
	.content{padding: 20px;}
}

@media screen and (max-width: 850px ) 
{

	.mainPage{padding: 20px;}
	.gall{padding: 0px;}
	.collumn{padding: 20px;}
.gallery
{
	padding: 0px;
}
	.split
	{
		flex-direction: column;
	}

	.collumn
	{
		width: 100%;
	}

	.contentCollumns
	{
		columns: 1 auto;
	}
}
@media screen and (max-width: 650px ) 
{
	.afspraakContainer
	{
		display: flex;
		flex-direction: column;
	}
	.afspraakContainer p
	{
		text-align: center;
	}
	.contentCollumns{padding: 10px;}
	.content{padding: 10px;}
}

@media screen and (max-width: 550px ) 
{
	h1,h2,h3,h4
	{
		font-size: 30px;
	}
	
}


.visible
{
	display: flex;
}

.social
{
	padding: 0px;
}


li .socials a:hover:after
{ 
  width:0%; 
  left: 0%;
}