html, body, #container {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: "Lato", Verdana, Geneva, sans-serif;
	background: url('../img/bg.jpg') no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#container {
	padding: 0;
	height: auto;
}
#header {
	background-color: #640413;
	padding: 20px 50px;
	color: #fff;
	font-weight: 300;
	font-size: 1.4em;
	margin: 45px 0;
}
#headeraddress {
	font-size: 1.3rem;
	text-align: right;
}
#header a {
	color: #fff;
}
#logo {
	text-align: center;
}
#logo img {
	width: 100%;
	max-width: 240px;
	margin: 10px 0;
}
#lang_menu {
	margin-bottom: 10px;
	text-align: right;
	float: right;
	font-weight: 300;
}
#lang_menu a {
	display: inline-block;
	/*border: 1px solid #fff;*/
	padding: 3px 5px;
	width: 30px;
	transition: 0.2s all;
	font-size: 14px;
	text-align: center;
	background-color: #640413;
	color: #fff;
}
#lang_menu a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #640413;
}
@media(max-width: 768px) {
	#headeraddress {
		text-align: center;
		margin-top: 20px;
		float: none;
		font-size: 1.5rem;
	}
	#logo img {
		margin-bottom: 20px;
	}
	#lang_menu a {
		font-size: 20px;
		width: 40px;
	}
	#header {
		padding-left: 25px;
		padding-right: 25px;
	}
}
.box {
	margin-bottom:45px;
}
.box-content {
	background-color: #fff;
	padding: 20px 15px;
}
.box-content h2 {
	margin-top: 0;
	font-weight: 700;
	font-size: 1.3em;
}
.box-content h3 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0;
}
.box-content .buttons {
	margin: 0 20px;
}
button {
	background-color: #fff;
	border: 1px solid #888;
	color: #fff;
	padding: 4px 10px;
	margin: 10px 0;
	width: 100%;
	color: #931B2D;
	transition: 0.2s all;
}
button:hover, button:focus {
	background-color: #931B2D;
	color: #fff;
}
a, a:hover {
	color: #931B2D;
}
.box-content ul {
	padding-left: 20px;
}
.box-content .carousel {
	margin-left: -15px;
	margin-right: -15px;
}
#references-carousel .item, #references-carousel2 .item {
	min-height: 200px;
}
#fachbereiche-carousel .item, #fachbereiche-carousel2 .item {
	min-height: 420px;
}
.carousel .item {
	background-color: #fff !important;
	padding: 10px 15% !important;
}
.carousel-control {
	background-image: none !important;
	color: #000;
}
.carousel-control:hover, .carousel-control:focus {
	color: #931B2D !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	top: 36px;
	font-size: 20px;
}
.carousel-indicators {
	bottom: 0 !important;
}
.carousel-indicators li {
	border-color: #666;
}
.box-image {
	max-width: 100%;
	height: 200px;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}
#dienstleistung .box-image {
	background-image:url('../img/dienstleistung.jpg');
}
#tarife .box-image {
	background-image:url('../img/tarife.jpg');
}
#kontakt .box-image {
	background-image:url('../img/kontakt.jpg');
}
#fachbereiche .box-image {
	background-image:url('../img/fachbereiche.jpg');
}
#referenzen .box-image {
	background-image:url('../img/referenzen.jpg');
}

.modal-content {
	border-radius: 0;
}
.modal-footer {
	text-align: center;
}
.modal-header .close {
	width: auto;
	padding: 0 4px;
	opacity: 1;
	text-shadow: none;
	font-size: 28px;
	margin-bottom: 0;
}
.modal-header .close:hover, .modal-header .close:focus {
	color: #fff;
	opacity: 1;
}
.form-control, textarea {
	border-radius:0;
	border-color: #888;
	box-shadow: none !important;
}
.form-control:focus, textarea:focus {
	border-color: #931B2D;
}
textarea {
	min-width: 100%;
	max-width: 100%;
}