@media all and (max-width:1023.98px) {

	nav.site-nav{
		position: fixed;
		left: 0;
		bottom: 0;
		height: calc(100vh - 84px);
		width: 100%;
		background: white;
		z-index: 999;
		overflow: auto;

	}
	.menu-item--depth-0-list{
		display: block;

	}
	.submenu--depth-1 {
		position: relative;
		column-count:1;
		top: 0;
		background: none;
	}
	.menu-item--depth-0-list > li { }
	li.menu-item--depth-0 { border-radius: 8px; overflow: hidden; margin: 8px 0 !important; }
	li.menu-item--depth-0 > :is(.menu-link,.menu-toggle) { width: 100% !important; border-radius: 0;}
	.menu-item--depth-0.has-submenu:has(button[aria-expanded='true']) {
		background: var(--erasmus_lighterblue);
	}
	.menu-item--depth-0.has-submenu:has(button[aria-expanded='true']) .menu-link {  }
	.submenu--depth-1 li { padding: 0.5em 0 !important; }
	li.menu-item--depth-1,
	li.menu-item--depth-2 { padding-left: 0.5em !important;  }
	.submenu--depth-1 > li li:last-child { padding-bottom: 0 !important; }
}