/*=========================================================
	CSS Document zu:	navHeader.php (include)
	Autor:				Oswin Baumann (c)2023
	Kontakt:			info(a)motoreisen.ch
=========================================================*/

/*	Navigation
=========================================================*/
.navHeader-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	width:50rem;
	font-family: 'Roboto Mono', monospace;
	font-size: 1.5rem;
	font-weight: bold;
	background-color: white;
	padding-top: 20px;
	padding-left: calc((100% - 50rem) / 2);
	padding-right: calc((100% - 50rem) / 2);
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: fixed;
	top: 0px;
}
.navHeader-container>div {
	text-align: center;
	font-weight: bold;
}
.navHeader-container>div>a {
	color: black;
	text-decoration: none;
}
.navHeader-container>div>a:visited {
	color: black;
}
.navHeader-container>div>a:focus, .navHeader-container>div>a:hover, .navHeader-container>div>a:active {
	color: blue;
}
/*	Countdown
=========================================================*/
.cntDown-container {
	display: flex;
	width:70rem;
	padding-top: 50px;
	padding-left: calc((100% - 70rem) / 2);
	padding-right: calc((100% - 70rem) / 2);
	justify-content: center; 
    align-items: center;
	margin-top: 40px;
	margin-bottom: 20px;
}
.cntDown-image {
	height: 155px;
	width: auto;
}
.cntDown-txtBold {
	font-family: 'Roboto Mono', monospace;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0rem;
	padding: 0.1rem;
}
.cntDown-txt {
	font-family: 'Roboto Mono', monospace;
	font-size: 1.2rem;
	font-weight: normal;
	margin: 0rem;
	padding: 0.1rem;
}
/*=========================================================
	EOF
=========================================================*/

