@import "fonts.css";
@import "slider.css";
@import "headers.css";
@import "news.css";
/* @import "form.css"; */
@import "fallback.css";
/* @import "gallery.css"; */
@import "mainmenu.css";
@import "submenu.css";
@import "footer.css";
/* @import "arzt_suche.css";
@import "paginator.css"; */

html {
	font-size:100%;
}
body {
	position:relative;
	font-family:"Milo Offc W01 Light1382952", sans-serif;
	font-weight:300;
	font-size:0.9em;
	color:#3c3c3b;
}
hr.roter_balken {
	position:absolute;
	border:2px solid red;
	top:600px;
	width:100%;
}
p.hausfarbe {
	background-color:#FCEAEB;
	padding:0.8em;
}
.container {
	width:750px;
}
a,
a:hover,
a:focus {
	color:#B93287;
}
/* a btn-link start */
a.btn-link {
	display:block;
	background:#9d9c9c;
	color:#fff;
	padding:5px;
	font-family: 'Source Sans Pro';
	font-weight:300;
}

.btn-link:hover, .btn-link:focus {
    color: #fff;
    text-decoration: none;
    background-color: #3c3c3b;
}
/* a btn-link end */
ul {
	margin:0;
	list-style:none;
}
.ce-bodytext ul {
	list-style:inherit;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
blockquote {
	font-size:1.4em;
	font-family:"Milo Serif Offc W01 Reg1383176";
	border-left:0;
	padding:10px 0;
	color:#B93287;
}
/*************************  Header start ********************/
#vzg a.navbar-brand {
	position:relative;
	max-width:180px;
	height:auto;
	z-index:100;
}
ul.logo {
	padding:0;
	margin:0;
	overflow:hidden;
}
@media(min-width:768px){
	header#vzg {
		/* height:134px;
		overflow:hidden;*/
	}
	#vzg a.navbar-brand {
		max-width:200px;
	}
	ul.logo {
	width:100%;
	overflow:hidden;
	}
	ul.logo li {}
	ul.logo li.claim.navbar-right {
		margin-right:0;
		padding-top:10px;
		font-size:22px;
		color:#9d9c9c;
	}
}
/*************************  Header end  ********************/

.navbar-default {
	background-color:#fff;
	border-color:#fff;
}
.navbar {
	border-radius:0;
	margin-bottom:0;
}
.navbar-default .navbar-nav > li > a {
	text-transform:uppercase;
}
#banner .ce-media  {
	width:100%;
	height:200px;
}
#banner .ce-gallery img {
	object-fit: cover;
	width:100%;
	height:100%;
}

@media (min-width: 992px) {
	header#vzg {
		/*height:134px;*/
	}
	#banner {
		margin-bottom:30px;
	}
}
@media (min-width: 1025px) {
	header#vzg {
		/*height:164px;*/
	}
	#vzg a.navbar-brand {
		max-width:255px;
	}
}

/*************************  Breadcrumb start ********************/
.breadcrumb-section {
	font-size:0.9em;
	background:#f5f5f5;
}

.breadcrumb {
	border-radius:0;
	padding:3px 13px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.breadcrumb > li {
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: .2em;
	color:#575756;
	line-height:3em;
}
@media(min-width:768px){
	.breadcrumb {
		width:750px;
	}
	.breadcrumb > li {
		line-height:3em;
	}
}
@media(min-width:992px){
	.breadcrumb {
		width:970px;
	}
}
@media(min-width:1200px){
	.breadcrumb {
		width:1170px;
	}
}
.breadcrumb > li:first-child {
	background-image: url(../Images/br_home.png);
	padding-left: 2.3em;
}
.breadcrumb > li:last-child {
	font-weight:bold;
}
.breadcrumb ul {
	color:#575756;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #575756;
    content: "\003e";
}
.breadcrumb > li.last {
	font-weight:bold;
}
.breadcrumb a {
	color:#575756;

}
.breadcrumb > .active {
    color: #575756;
}
/*************************  Breadcrumb end ********************/

/*************************  Genesungsbox start ********************/
.genesungs-box {
	position:relative;
}
.genesungs-box .bgr_red {
	position:absolute;
	top:118px;
	background-color:rgba(231, 51, 64, 0.6);
	width:100%;
}
/* IE 10+11 */
_:-ms-lang(x),
.genesungs-box .bgr_red {
	top:118px;
}
/* IE Spartan */
_:-ms-lang(x),
_:-webkit-full-screen,
.genesungs-box .bgr_red {
	top:118px;
}

.genesungs-box .bgr_red h2 {
	color: #fff;
	padding: 0px 0 5px;
	text-align: center;
	font-size: 20px;
}
.genesungs-box .bgr_red h2 a {
	color:#fff;
}
.genesungs-box .ce-media img {
	object-fit: cover;
	width: 100%;
	height: 175px;
}
.genesungs-box .ce-media {
	height:175px;
}
.genesungs-box .ce-bodytext {
	padding-top:20px;
}
/*************************  Genesungsbox end ********************/

/*************************  2 Columns Text left start ********************/
#buehnen-bgr.row {
    background: #ececec;
}
#buehnen-text {
	padding-top:40px;
}
/*************************  2 Columns Text left stop ********************/