/* Style Sheet */

#wrapper {
	width:1000px;
	min-height:600px;
	margin:0 auto;
}

textarea {
	resize:none;
	overflow:auto;
}

textarea#seiteninhalt {
	height:30em;
	width:100%;
}

input {
	padding:1px;
	margin-bottom:.4em;
}

.submitfeld {
	width:100%;
	text-align:right;
}

.ganzeBreite {
	width:100%;
}

/* #region ALLGEMEINE FORMULAR FORMATIERUNG */
input { margin-right:1em;}
input[type=submit],
input[type=reset],
input[type=Button]{ margin:1px 0; padding:0 2px;}
input[type=time] { margin-bottom:.6em; padding:2px; }
input[type=reset] { margin-left: .3em;}
input[type=Button] + input[type=checkbox] { margin-left:.3em; margin-right:.3em; }
input[type=submit] + input[type=Button] { margin-left:.3em; }
select { margin-bottom:.6em; padding:2px; }

#status { 
	margin-top:1em; 
	color:#c72010; 
	display:none; 
	height:16px;
}

img#loadgif {
	width:16px;
	height:auto;
}

textarea { width:100%; }
.submitfeld { width:100%; display:block; text-align:right; margin-top:.6em; }
#kopftext { width:100%; display:block; }

.kleingedruckt {
	font-size:smaller;
}

.platzhalter {
	width:350px;
	height:300px;
	display:flex;
	align-items:center; 
	justify-content:center;  
	background-color:#e6e6e6;
}

aside#bild a:hover,
aside#bild a:focus {
	color:#c72010;
}

/* #endregion */

.InhalttitelBearbeiten,
.InhaltWahlSection {
	display:flex;
	align-items:center; 
	justify-content:center; 
	width:100%;
}

select#InhaltWahl {
	width:100%;
	margin-right:10px;
}

.InhaltTitel {
	font-size:24px;
	color:#c72010;
	font-weight:bold;
	width:100%;
}

.SEO {
	display:block;
	margin-bottom:3em;
}

.metatitel {
	height:1.5em;
	resize:none;
	margin-bottom:8px;
	padding-left:1px;
}

.description {
	resize:none;
	padding-left:1px;	
}

footer {
	background-color:#919191;	
}

body.Administration main {
	margin:0 5.1% 0 5.5%;
	padding-bottom:4em;
	width:89.4%;
	height:auto;	
}

article#verwaltung {
	width:800px;
	margin-top:77px;
}