* 
{
	font-family: Helvetica,Arial;
}

h2 {
	margin-top:5px;
}
h1 {
	margin-bottom:5px;
}

.col-9 {
	margin-left:0!important;
}

div#inhalt {
	overflow-x:auto;
}

ul#dates {
	list-style:none;
}

ul#dates li.entry {
	font-size:28px;
	margin-bottom:5px;
	
}

ul#dates li.entry {
	text-decoration:none;
	color:#888888;
	cursor:pointer;
	width: 110px;
}

ul#dates li.entry:hover {
	background-color:#eeeeee;
}

ul#dates li.marked {
	background-color:#eeeeee;
}

div#switcher {
	font-size:22px;
	background-color:#eeeeee;
	border: 1px solid black;
	cursor:pointer;
	width:150px;
	text-align:center;
	margin-left:16px;
	margin-bottom: 10px;
}

div#switcher:hover {
	background-color:#dddddd;
}

div#switcher2 {
	font-size:22px;
	background-color:#eeeeee;
	border: 1px solid black;
	cursor:pointer;
	width:150px;
	text-align:center;
	margin-left:16px;
	margin-bottom: 10px;
}

div#switcher2:hover {
	background-color:#dddddd;
}

div#switcher3 {
	font-size:22px;
	background-color:#eeeeee;
	border: 1px solid black;
	cursor:pointer;
	width:150px;
	text-align:center;
	margin-left:16px;
	margin-bottom: 10px;
}

div#switcher3:hover {
	background-color:#dddddd;
}
div#switcher.active, div#switcher2.active, div#switcher3.active {
	background-color:#dddddd;
}

div#newpw {
	margin-left:16px;
}

#headerlogincustom, #headerops
{
	height: 115px;
	border-bottom: 2px solid #3b5678;
	width: 100%;
	text-align: center;
}

#headerlogincustom h1
{
	font-size: 51px;
	padding-top: 14px;
	color:#3b5678;
}

#headerops h1 
{
	font-size: 51px;
	padding-top: 6px;
	color:#3b5678;
}

#headerlogincustom img, #headerops img
{
	position:absolute;
	width: 261px;
	height: 67px;
	top: 28px;
	left: 20px;
}

input
{
	color: #384047;
	background-color: #e8eeef;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	border: none;
	border-radius: 4px;
	padding: 1em;
	margin-bottom: 1.2em;
	width: 95%;
}

div#formcontainer 
{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2em;
    margin: 0;
}

#formcontainer h1 
{
	font-weight: 700;
	color: #384047;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
	margin-left:0;
}
form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

button 
{
	font-weight: 600;
	text-align: center;
	font-size: 19px;
	color: #FFF;
	background-color: #3b5678;
	width: 80%;
	border: none;
	border-radius: 4px;
	padding: 0.8em;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

p.error {
    text-align: center;
}