body {
	color: #444;
	font-size: 17px;
	background-color: #666;
	font-weight: 400;
	line-height: 150%;
	font-family: 'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	color: #666;
	padding-top: 20px;
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}
h2 {
	padding-top: 25px;
	margin-bottom: 15px;
}
.logo {
	width: 200px;
	height: 29px;
}
#contentwrapper,
#top-wrapper,
#footer,
#bottom {
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
}
#contentwrapper{
	box-shadow: 0px 0px 10px #000;
}
#header {
    line-height: 80px;
}
#fix-wrapper {
	opacity: 0.95;
}
#slider, #slider .inside, .content_page #slider .inside{
	background-color: #FFF;
	background-image: none;	
}
#top-wrapper{
	background:rgba(255,255,255,0.8);
}
#top,
#top a {
	color: rgb(57,57,57);
}
#top-wrapper.fixed{
	background-color: #FFF;	
}
#top-wrapper a{
	color: #000;	
}
#top-wrapper a.active{
	color: #666;	
}
#top .impressum a {
	float: right;
	padding: 8px;
	border-right: 1px solid rgba(210,210,210,0.5);
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

#top .impressum i {
	margin-right: 5px;
}

#top .impressum a:hover {
	background: #666;
	color: #fff!important;
}



body .mainmenu ul li a, body .fixed .mainmenu ul li a {
	color: rgb(0,0,0);
}
body .mainmenu ul li a:hover, body .fixed .mainmenu ul li a:hover {
	color: #666;
	text-decoration: underline;
}
.subnav a:hover, .subnav a.active {
    background: #fff;
}


body #header .mainmenu ul li ul li a:hover {
	color: rgb(255,255,255)
}

body.sidebar.left #main {
    width: 75%;
}
body.sidebar #left {
    width: 25%;
}

#nav-open-btn::before {
    background: rgb(68, 68, 68) none repeat scroll 0 0;
}
#container{
	padding-right: 0px !important;
	padding-left: 0px !important;
}
#cboxTitle, #cboxCurrent{
	display: none !important;
}


/***************************************************************************************
Inhalte
***************************************************************************************/
#main{
	padding-bottom: 50px;	
}
#main a, #left a{
	color: #000;
}
#main a:hover, #left a:hover{
	color: #000;
}
#main a{
	text-decoration:underline;
}
#main a:hover{
	text-decoration:none;
}
#main p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;	
}
#main a:hover, #right a:hover{
	text-decoration: underline;	
}
#main .mitarbeiterbox{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 250px;
	height: 540px;
}
#main .mitarbeiterbox p{
	font-size: 16px;	
}
.ce_gallery .content {
    background: rgba(40,40,40,0.8);
}
.toggler{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}
.warning{
	color: #900;
	font-weight: bold;
}
.aufzaehlung li {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -20px;
	background-image: url(/files/cto_layout/img/icon_list.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.ganzgross{
	font-size: 32px;
	color: #000;
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 10px;
	background-color:#F2F2F2;
}


/***************************************************************************************
Fusszeile
***************************************************************************************/
#footer{
	background-color: #444;
	color: #CCC;
	font-size:15px;
}
#footer h2{
	color: #ccc;
	font-size: 18px;
}
#footer a{
	color: #fff;
}
#footer .inside{
	padding-top: 30px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	#top-wrapper{
		background-color: #fff;
	}
	.content_page #slider .inside {
		min-height: 80px;
	}
	#top{
		display:none;
	}
	.logo {
		width: 150px;
		height: 22px;
	}
}

