@charset "UTF-8";
/* CSS Document */




*, *:before, *:after {
	
}




/*	Screensize 320px	*/
@media only screen 
and (min-width : 120px) {


@font-face {font-display: swap;}

.hide {display:none !important}
.show {display:block !important;}

.site-branding.mobile-site-branding.branding-layout-standard.branding-tablet-layout-inherit.branding-mobile-layout-inherit {padding-left:12px}

.site-main-header-wrap .site-header-row-container-inner {border-bottom: 3px solid #06285f;}
		
}

/*	Screensize 370px	*/
@media only screen 
and (min-width : 350px) {
}

/*	Screensize 425px	*/
@media only screen 
and (min-width : 405px) {
}


/*	Screensize 480px	*/
@media only screen 
and (min-width : 460px) {

}




/*	Screensize 640px	*/
@media only screen 
and (min-width : 620px) {	
			
}


/*	Screensize extra	*/
@media only screen 
and (min-width : 698px) {
	.site-title.vs-md-false {display: block !important;}	
			
}


/*	Screensize 768px	*/
@media only screen 
and (min-width : 748px) {
	
	
}


/*	Screensize 1024px	*/
@media only screen 
and (min-width : 1002px) { 
	.main-navigation .primary-menu-container > ul > li.menu-item {margin: 0 5px;}
	.main-navigation .primary-menu-container > ul > li.menu-item > a {background-color: #f9efd0; border-radius: 10px;}

}

/*	Screensize 1175px	*/
@media only screen 
and (min-width : 1155px) {

}


/*	Screensize 1350px	*/
@media only screen 
and (min-width : 1330px) {

}




/*	Screensize 1380px	*/
@media only screen 
and (min-width : 1360px) {

}



/*	Screensize 1500px	*/
@media only screen 
and (min-width : 1480px) {

}


