/*	--------------------------------
		VIEWPORTS
    HAVENCLUB AMSTERDAM
		site120
		-------------------------------- */

/* VIEWPORT <= 1000
========================================== */
@media screen and (max-width: 1000px) {
}


/* VIEWPORT <= 800
========================================== */
@media screen and (max-width: 800px) {
	#header-wrapper {height:95px;}
	#nav-trigger {display:block;width:30px;height:30px;position:absolute;top:0;right:.5em;font-size:var(--font8);color:var(--red);}
	#nav {position:fixed;top:115px;background-color:var(--tintBlue);width:calc(100% - 2em);height:calc(100% - 115px);padding-left:2em;max-height:0;overflow:hidden;
	transition:max-height .25s linear 0s;}
	#nav.open {max-height:100%;overflow:auto;transition:max-height .25s linear 0s;}
	
	#myprofile {position:relative;z-index:9;text-align:left;margin:1em 1em 2em;padding-bottom:2em;border-bottom:solid 1px;}
	#myprofile > .un {font-size:125%;margin-bottom:.5em;}
	.myprofile {align-items:flex-start;}	
	.myprofile > * {margin:.75em 0 0 0;}
	#header-nav {position:relative;;width:var(--maxW);margin:1em 1em 2em;padding-bottom:2em;border-bottom:solid 1px var(--blue);}
	#header-nav > .menu {margin:0;}
	#nav li > div.submenu {position:relative;}
	#nav li:hover > div.submenu {box-shadow:none;}
	#site-nav ul.level1 {flex-direction:column;}
	
	.multiple.homepage > .aside {flex-grow:1;max-width:100%;}
	.paragraph-wrapper > * {order:1!important;}
	
	
}

/* VIEWPORT <= 644
========================================== */
@media screen and (max-width: 644px) {
	.faces .user-wrapper {flex-grow:1;}
	
}

/* VIEWPORT <= 480
========================================== */
@media screen and (max-width: 480px) {
	#emailform4473269 .formelement {flex-basis:100%!important;}

	
}

/* VIEWPORT > 1000
========================================== */
@media screen and (min-width: 1000px) {
	

}
