.logo_wrapper {
	text-align: center;
}

.logo {
	max-width: 300px	
}

h1 {
	font-size: 30px;
}

.dateHeading {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.dateHeading div {
	height: 50px;
	padding: 0;
	border-top: 1px #c8c8c8 solid;
	border-left: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
}
.dateHeading div:last-child {
	border-right: 1px #c8c8c8 solid;
}


.actualMonthYear {
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.lastWeekButton {
	padding: 0;
}

.heuteButton {
	display: inline-block;
	padding-right: 10px;
}

.nextWeekButton {
	text-align: right;
	padding: 0;
}

.dateTimes {
	text-align: center;
}
.dateTimes div {
	height: 30px;
	padding: 0;
	border-left: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
}
.dateTimes div:last-child {
	border-right: 1px #c8c8c8 solid;
}

.dateTimeFree {
	background-color: #c6f8bb;
}
.dateTimeFree:hover {
	background-color: #1a8a00;
	color: white;
}

.dateTimeOccupied {
	background-color: #ffc0c0;
}
.dateTimeOccupied:hover {
	background-color: #b90000;
	color: white;
}

.kalender_feldpadding {
	padding-top: 5px !important;
}

.buttonHiddenAsText {
	vertical-align:bottom;
	overflow:visible;
	font-size:1em;
	display:inline;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
	background-color: transparent;
	width: 100%;
	padding: 5px 0px;
}

.fett {
	font-weight: bold;
}

.formzusatzinfo {
	font-size: 12px;
}

#dataform .dataformrow {
	border-right: 1px #c8c8c8 solid;
	border-left: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

#dataform .dataformrow:first-child {
	border-top: 1px #c8c8c8 solid;
}

/* LOGINFORMULAR */

.loginform label {
	width: 200px;
	float: left;
	padding-right: 20px;
}
.loginform .control-group {
	clear: both;
	margin-bottom: 10px;
}
.loginform {
	padding: 40px;
}

.logout-bar {
	background-color: #eeeeee;
	padding: 10px 0;
	font-size: 16px;
}

.row {
	margin: 0 !important;
}

.logout_balken {
	display: flex;
	justify-content: space-between;
}

.linke_menu_seite {
}



.logtable th {
	background-color: #3d3d3d;
	color: white;
}

.logtable tr:nth-of-type(even) {
	background-color: #efefef;
}

.log-date {
	width: 130px;
}

.log-username {
	width: 120px;
}

.logtable th, .logtable td {
	padding: 5px;
	vertical-align: top;
}





