/* http://css-tricks.com/perfect-full-page-background-image/ */
html {
	background: url(../images/hauptbanner-gisela-steinhauer-moderation-lp.jpg) no-repeat top left fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#overlaybox {
	display: none;
}
body {
	padding-top: 20px;
	font-size: 16px;
	font-family: "Open Sans",serif;
	background: transparent;
}
.margin-base-vertical {
	margin: 40px 0;
}

h1.margin-base-vertical {
	color: #87050e;
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0 20px 0;
}

h4 {
	font-weight: bold;
	color: #000;
	margin-top: 0px;
}
/* Override B3 .panel adding a subtly transparent background */
.panel {
	background-color: rgba(231, 230, 212, 0.9);
}

.input-group-addon {
	color: #87050e;
}

.bootstrap-datetimepicker-widget td.today:before {
	border-bottom: 7px solid #87050e;
}

.bootstrap-datetimepicker-widget td.day {
	/*background-color: #d0cfbf;*/
	border-radius: 3px;
}

.bootstrap-datetimepicker-widget td.disabled {
	background-color: transparent;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
	background-color: #87050e;
	color: #fff;
}

dl.check-list {

}

dl.check-list dt {
	float: left;
}

dl.check-list dt .glyphicon {
	color: #87050e;
}

dl.check-list dd {
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.panel {
	max-width: 800px;
}

.panel-group .panel-default {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.featurette-image {
	max-width: 160px;
	width: 100%;
	margin: 0 auto 0 auto;
}

.embed-responsive-16by9 {
	margin-bottom: 20px;
}

.ajaxform .errors {
	display: none;
}

@media (max-width: 320px) {
	h1.margin-base-vertical {
		font-size: 20px;
	}
	.btn-lg {
		font-size: 13px;
	}

	.col-xs-3 {
		display: block;
		width: 100%;
	}
	.col-xs-9 {
		display: block;
		width: 100%;
	}

}