﻿#wxNavigatie_Authorized
{
	padding: 0 25px 25px 0px;
}
#wxNavigatie_Items
{
    list-style-type: none;
    column-count: 4;
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
#wxNavigatie h1
{
	border-bottom: 1px solid #1a314e;
	font-size: 2rem;
    line-height: 1.1;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
}
#wxNavigatie ul
{
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
#wxNavigatie ul li
{
    height: 30px;
	vertical-align: top;
    list-style-type: none;
}
#wxNavigatie li.wxListHeader
{
	color: #910034;
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 200;
    padding-left: 0px;
    padding-bottom: 10px;
}
.wxNavigatie_Item a:link, .wxNavigatie_Item a:visited
{
	color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}
.wxNavigatie_Item a:hover
{
	text-decoration: underline;
}



/* authorized */
.wccSubsitesTable 
{
	display: none;
}

#wxNavigatie_Authorized h1
{
    position: relative;
	border-bottom: 1px solid #1a314e;
	color: #1a314e;
	font-size: 2rem;
    line-height: 1.1;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 100%;
}
#wxNavigatie_Authorized ul
{
  	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	gap: 30px;
  	grid-auto-rows: minmax(140px, auto);
  	list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#wxNavigatie_Authorized li {

	background-color: #666666;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all .2s;
	padding-right: 40px;
}
#wxNavigatie_Authorized ul.nav-om li
{
	background-color: #f40009;
}
#wxNavigatie_Authorized li:hover
{
	transform: scale(1.1);
}
#wxNavigatie_Authorized a:link, #wxNavigatie_Authorized a:visited
{
	box-sizing: border-box;
	color: #ffffff !important;
	display: inline-block;
	padding: 2rem;
    text-decoration: none;
	font-family: museo, Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: 700;
    height: 100%;
    width: 100%;
}

/* downloads */
h1.h1-related
{
	font-family: museo, Calibri, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    text-transform: uppercase;
    padding-bottom: 10px;
}
div.wxRelated_Item a:link h4, div.wxRelated_Item a:visited h4
{
	font-size: 1.2rem !important;	
	font-family: museo, Calibri, Arial, Helvetica, sans-serif !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)  /* ie10+ specific */
{
	#wxNavigatie_Authorized ul
	{
		display: block;
		box-sizing: border-box;
		float: left;
		width: 100%;
	}
	#wxNavigatie_Authorized li
	{
		display: block;
		box-sizing: border-box;
		margin: 0px 30px 30px 0px;
		height: 160px;
		float: left;
		width: calc(25% - 30px);
	}
	#wxNavigatie_Authorized a:link
	{
	}
}

@media screen and (min-width: 1020px) and (max-width: 1400px)
{
	#wxNavigatie_Authorized ul
	{
  		grid-template-columns: repeat(3, 1fr);
	}
	#wxNavigatie_Authorized li
	{
	}
}
@media screen and (min-width: 786px) and (max-width: 1019px)
{
	#wxNavigatie_Authorized ul
	{
  		grid-template-columns: repeat(2, 1fr);
	}
	#wxNavigatie_Authorized li
	{
	}
}
@media screen and (max-width: 785px)
{
	#wxNavigatie_Authorized ul
	{
  		grid-template-columns: repeat(1, 1fr);
	}
	#wxNavigatie_Authorized li
	{
	}

}
