
* {
	font-size: 1.5rem;
font-size: 6mm;
}


mark {
	padding: 3px;
}





@media screen {

html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: black;

}
html,body {
    height: 95vh;
    background-color: gray;
}

}



div.page-header, div.page-content, div.page-content-day, div.page-footer{
	padding: 5px;
}

div.page-header, div.page-footer	{
	background-color: gray;
	border-bottom: 0.1mm solid navy;
	color: ButtonFace;
	min-height: 25px;
	padding: 10px;
}

div.page-header-nav-lan {
	background-color: gray;
	border-bottom: 0.1mm solid navy;
	color: ButtonFace;
	display: flex;
	justify-content: end;
}

div.page-content{
	background-color: #dcdcdc;
}

div.page-content-day {
	background-color: #add8e6;
	margin-top: 5px;
}


div.page-footer {
	height: 50px;
	border-top: 0.1mm solid navy;
	border-bottom: none;
}

a.nav {
	background-color: #dcdcdc;
	color: navy;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 2px solid white;
	border-radius: 5px;
}

a.nav:hover {
	background-color: gray;
}


hr {
	color: navy;
	background-color: navy;
	height: 0.01mm;
}


div.blatt {
	background-color: white;
	padding: 15px;
	margin: 10px;
	border: 0.2mm dotted black;	
	position: relative;
}

div.blattu {
	background-color: white;
	padding: 15px;
	margin: 5px;
	border: 1mm dotted black;	
	position: relative;
	min-height: 3rem;
}

div.blattu:hover {
	background-color: silver;
}



a.blattu {
	display: block;
	text-decoration: none;
	color: navy;
	background-color: white;
	padding: 15px;
	margin: -0.1px;
	border: 0.1mm dotted black;	
	position: relative;
	min-height: 3rem;
}

a.blattu:hover {
	background-color: silver;
	border: 0.1mm solid maroon;
	border-left: 2mm solid maroon;
	padding-left:30px;
}


div.blatthg{
	background-color: white;
	padding: 10mm 15mm;
}


span.link {
	position: absolute;
	right: 5px;
	top: 5px;
}

* { transition: all 0.15s; }

ul {
	margin: 0;
	padding: 0;
	padding-left: 10mm;
}

div.bereich{
	padding:2mm;
	display: flex;
	justify-content : space-between;
	position: relativ;
	border: 1px solid gray;
	border-left: none;
	border-right: none;
	font-size: 12px;
}

ul li {
	font-size: 6mm;
}

/*
div.bereich:last-child {
	border-bottom: none;
}
div.bereich:first-child {
	border-top: none;
}
*/
div.ek {
	width: 60mm;
	height: 5mm;
	padding: 4mm;
	border: 1px solid #999999;
	background-color: #E8E8E8;
/*	position: relativ;*/
	align-items: right;
	margin: 3mm;
	border-radius: 3mm;
}


@ media print {

* {
	font-size: 6mm;
color: red;
} 




html {
    font: normal 13px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    color: red;

}
html,body {
    height: 95vh;
    background-color: yellow;
}



}


/*
@media (max-width: 767px) {

}
@media (min-width: 480px) {

}
@media (min-width: 768px) {

}