@charset "UTF-8";

/* -- generell -- */

.hide {
	display: none;
}

.show {
	display: block;
}

.margin-left {
	margin-left: 60px;
}

.border-left {
	border-left: 1px solid;
}

.border-right {
	border-right: 1px solid;
}

.warning {
	color: #B91414;
	font-size: 14px;
}

.abstand {
	padding: 5px;
	margin: 10px;
}

.rand-links {
	margin-left: 40px;
}

.rand-links-p {
	padding-left: 20px;
}

.btn-erstellen,
.btn-loeschen,
.btn-speichern,
.btn-erstellen-temp,
.btn-speichern-temp,
.btn-loeschen-temp,
.btn-seite-loeschen,
.btn-erstellen-page,
.btn-bearbeiten-page,
.btn-loeschen-page {
	float: right;
}

.btn-tnh {
	margin-top: 10px;
}

.auswahl-neu {
	margin-left: 50px;
}

.inhalte-field,
.inhalte-template,
.inhalte-page {
	margin-top: 20px;
	max-width: 700px;
}

.feld-con {
	padding: 20px !important;
}

.temp-seite:before {
	margin-left: 20px;
}

.fecoll {
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	background: white;
	padding: 10px;
	overflow-y: scroll !important;
	max-height: 250px !important;
}

.fhcoll {
	margin-left: 10px;
	margin-top: 20px;
	background: white;
	padding: 10px;
	overflow-y: scroll !important;
	max-height: 250px !important;
}

