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

@media all and (max-width: 2000px) {
		
	.projekt > .infotext{
		max-width: 700px;
	}
	
	.navi_desk_item:hover > .dot{
		top: calc(var(--baseline) + 0.2em);
			}
	
}