:root {
	--tvmBackground: #004f71;
	--menuActiveBack: #ededed;
	--footerTextColor: #fff;
	--menuPadding: 6rem;
	--menuDistance: 2rem;
	--contentTop: calc(var(--menuPadding) + var(--menuDistance));
	--menuLineHeight: 3rem;
	--contentWidth: 80vw;
	--headerWidth: 100vw;

}

.background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	background-image: url("/includes/media/siebdruckMaschine.jpg");
	background-size: cover;
}

header a {
	text-decoration: none;
	color: #000;
}

footer a {
	text-decoration: none;
	color: var(--footerTextColor);
}

nav {
	width: 50%;
}

.logo {
	width: 80px;
	height: var(--menuLineHeight);
}



.menu_top {
	line-height: var(--menuLineHeight);
	transition: background-color 0.7s ease;
	text-decoration: none;
	color: #000;

}

.text_left {
	float: left;
}

.text_right {
	float: right;
}

.menu_grid {
	display: grid;
	grid-template-columns: 33% 33% 33%;
	text-align: center;
}
.menu_grid:hover{
	cursor: pointer;
}
.menu_left:hover {
	background-color: var(--menuActiveBack);
}



.address {
	line-height: 1.2rem;
}

/*td {
	padding: 1rem 2rem 1rem 1rem;
}

.showDate {
	vertical-align: text-top;
}*/

