.fach1 {
	color: #08f;
	font-weight: bold;
}

.fach2 {
	color: #A00;
	font-weight: bold;
}

.fach3 {
	color: #00A;
	font-weight: bold;
}

.eu {
	color: #0AA;
}

.bu {
	color: #AA0;
}

h2 {
	margin-bottom: 20px;
}

dt {
	position: absolute;
	margin-top: 8px;
}

dd.datum, dd div.datum {
	margin-left: 100px;
	height: 36px;
	padding-top: 8px;
}

.col2 dt:first-child + dd, .col3 dt:first-child + dd {
	margin-top: 45px;
}

dd.editable, dd div.editable {
	margin-top: 8px;
	padding-top: 0px;
}

dd input, dd select {
	margin-top: -8px;
}

dd div + div select {
	margin-top: 3px;
}

.col3 dd {
	margin-left: 250px;
}

@media (max-width: 1450px) {
	.col2 {
		clear: right;
	}
	.col3 dt {
		position: inherit;
	}
	.col3 dd {
		margin-left: inherit;
	}
	.col3 dt:first-child + dd, .col3 dt:first-child {
		margin-top: 5px;
	}

}

@media (max-width: 900px) {
	dt {
		position: inherit;
		margin-top: 10px;
	}
	dd.datum, dd div.datum {
		margin-left: inherit;
		height: inherit;
	}
	.col2 dt:first-child + dd {
		margin-top: 5px;
	}
}

.chronik_kopf {
	text-align: center;
}

#plan_info {
	margin-bottom: 10px;
	width: 95%;
	border: 1px solid #f3f3f3;
	background: #f8f8f8;
	color: #333;
	border-radius: 5px;
	padding: 10px;
}

#plan_info div {
	margin: 5px 0 5px 15px;
	padding: 0;
}

#plan_info p {
	margin: 0;
}

textarea.form-control {
	min-height: 300px;
}
