/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	margin-bottom: 0;
}

a:active,
a:focus {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

.inhalt {
	margin-bottom: 10rem;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #a4a4a4;
	margin-top: 20px;
	height: 8rem;
}

a.back-to-top {
	text-decoration: none;
}

a:focus {
	color: #ffffff;
}

.back-to-top {
	background: red;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #ffffff;
	padding: 5px;
	border-radius: 20px;
	text-align: center;
	padding-top: 3px;
	z-index: 100;
	font-size: 24px;

}

.back-to-top:hover {
	background: #ffffff;
	color: red;
	border: thin solid red;

}


.loginname {
	color: #9d9d9d;
	padding: 10px 15px;
}


.navbar-brand {
	background-image: url("../img/logo-babelsberg-64px.png");
	background-size: contain;
	background-repeat: no-repeat;
	padding-left: 50px;
}

.navbar-brand:hover {
	background-image: url("../img/logo-babelsberg2-64px.png");
}

.container.inhalt {
	margin-top: 100px;
	padding-top: 1rem;
}

.login {
	max-width: 550px;
	margin: 50px auto;
	text-align: center;
}

.konto {
	max-width: 500px;
	margin: 50px auto;
}

.form-inhalt {
	padding: 2.6rem 2rem 2rem 2rem;
	border: thin solid #b7b7b7;
	border-radius: 4px;
}

.footer-spalte {
	float: left;
	padding: 20px;
}

.spalte-l {
	text-align: left;
}

.spalte-m {
	text-align: center;
}

.spalte-r {
	text-align: right;
}


.footer-spalte a {
	color: #333;
}

.footer-spalte a.btn-konto {
	color: #fff;
}

#was,
#artikeltext {
	resize: vertical;
}

#andachtstext {
	resize: vertical;
}

.bg-senioren {
	background-color:
		#dbeec7;
}

.bg-artikel {
	background-color:
		#c7cdee;
}

.bg-fotos {
	background-color: #e6e6e6;
}

.bg-andacht {
	background-color: #dbb2ed;
}


.bg-mb12 {
	background-color:
		#bfdf9f;
}


.form-btn {
	width: 100%;
}

.foto-btn {
	width: 100% !important;
	margin-top: 25px;
}

.infobox {
	padding: 1rem;
	margin-bottom: 1rem;
}

.form-control {
	line-height: 1.42857143 !important;
}

.table.table-hover.tabelle-gd {
	margin-top: 3rem;
}

.tabelle-gd img {
	width: 25px;
}

.row-loeschen,
.row-loeschen:hover {
	background-color: #d9534f !important;
	color: white;
}

.btn-loeschen {
	margin-right: 1rem;
}

.fehler {
	background: #f00;
	color: #fff;
	padding: 10px;
}

.artikel,
.andacht {
	margin-bottom: 15px;
}

.dateiauswahl {
	margin-bottom: 15px;
}

.msg-animation {
	position: absolute;
	top: 50%;
	*/ left: 50%;
	background-color: crimson;
	color: #ffffff;
	padding: 20px;
	z-index: 10000;
	width: 300px;
	opacity: 0;
}
