/*----- HEADER MAIN PAGE ------------------------------------------------*/
.Content-main-page {
	display: inline-grid; 
}

.Content-page {
	display: none;
}


/*----------- DESCTOP ---------------------------------------------------*/
@media screen and (min-width:769px) {


	header {
		position: absolute;
		width: 100%;
		z-index: 800;
		color: var(--textLight);
	}

	.header .icons {
		fill: var(--color7);
	}
	
	.ShowMapLink{
		color: var(--color7);
	}

	.Skype a, .Mail a{
		color: var(--textLight);
	}


}

/*----------- MOBILE ----------------------------------------------------*/
@media screen and (max-width:768px) {

	.header {
		position: absolute;
		/* width: 100%; */
		z-index: 200;
		color: var(--textLight);
	}
	
}