/***************************************************************************************
Grundeinstellungen
***************************************************************************************/
@font-face { 
	font-family: 'GravurBold'; 
	src: url('/files/cto_layout/font/GravurCondensed-Bold.otf');
}
@font-face { 
	font-family: 'GravurRegular'; 
	src: url('/files/cto_layout/font/GravurCondensed-Regular.otf');
}
@font-face { 
	font-family: 'GravurLight'; 
	src: url('/files/cto_layout/font/GravurCondensed-Light.otf');
}

body {
	color: #000;
	font-family: GravurLight, Arial Narrow;
	font-size: 18px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: GravurBold, Arial Narrow;
	color: #000;
	text-transform: uppercase;
	clear: both;
}
strong{
	font-family: GravurBold, "Arial Narrow";
	font-weight: bold;	
}
a{
	color: #968f64;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;	
}

/***************************************************************************************
Top
***************************************************************************************/
#toplogin {
  display: none;
}
#top .mod_sprachwechsler {
  display: none;
}
#top .mod_search {
  display: none;
}
#top .mod_sprachwechsler span {
	display: none;
}
#top .mod_sprachwechsler ul {
	display: block;
	position: static;
	background: transparent;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
}
#top .mod_sprachwechsler ul li {
	float: left;
}
#top .mod_sprachwechsler ul li a {
	line-height: 40px;
	color: #fff;
	margin-right: 10px;
}
#top .mod_sprachwechsler img {
	vertical-align: -1px;
}
#top .mod_sprachwechsler:hover ul {
	-webkit-animation: none; 
	-moz-animation: none; 
	-ms-animation: none; 
	animation: none;
}
#container_before {
	display: none;
}

#header{
	background-color: #FFF;
	padding-top: 20px;
}
#header .inside{
	height: 100px;
	padding-top: 20px;
}
#stickyheader{
	padding-top: 10px;
	padding-bottom: 10px;
}
#stickyheader .logo{
	background-image: url(../img/logo_klein.png);
	width: 180px;
	height: 60px;
}
.logo {
	position: absolute;
	top: 0px;
	left: 40px;
	z-index: 100;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat!important;
	background-size: 100%!important;
	background-position: center;
	width: 240px;
	height: 80px;
	display: table-cell;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}


/***************************************************************************************
Navigation
***************************************************************************************/
nav.mainmenu ul li a {
	font-family: GravurRegular, Arial Narrow;
}
nav.mainmenu ul ul li a {
	font-family: GravurRegular, Arial Narrow;
	text-transform: none;
	text-align: left;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: 15px;
	padding: 8px 25px 10px 20px!important;
	color: #000;
	font-size: 16px!important;
	margin-left: 15px!important;
	margin-right: 15px!important;
}
nav.mainmenu ul li ul li .active, nav.mainmenu ul li ul li a:hover {
	color: #000;
}
nav.mainmenu ul li a {
  font-size: 22px;
  text-transform: uppercase;
}
/***************************************************************************************
Main
***************************************************************************************/
#left h1 {
	font-size: 22px;
	color: #968f64;
	
}



/***************************************************************************************
Main
***************************************************************************************/
#main .neuezeile{
	height: 46px;	
}
@media screen and (max-width: 767px) {
#main .neuezeile{
	height: 0px;	
}
}
#main .aktuellesbox{
	width: 100%;
	max-width:900px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#main .aktuellesbox h2{
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#main .aktuellesbild{
	float: left;
	width: 38%;
}
#main .aktuellesimg{
	width: 100%;
	max-width:	300px;
}
#main .aktuellestextbox{
	float: left;
	width: 62%;
	padding-left: 20px;
}
#main .aktuellesdatum{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 14px;
	color: #666;
}
@media screen and (max-width: 500px) {
	#main .aktuellesbild{
		float: none;
	}
	#main .aktuellestextbox{
		padding-left: 0px;
		width: 100%;
	}	
}
#main .mitarbeiterbox{
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
	height: 410px;
	width:250px;
	text-align: center;
}
#main .mitarbeiterbox h2{
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0px;
	color: #968f64;
}
#main h1{
	color: #968f64;
}


#main .buttonbox{
	width: 15%;
	max-width:300px;
	text-align: center;
	float: left;
	margin-right: 2%;
}
#main .buttonboxrechts{
	width: 15%;
	max-width:300px;
	text-align: center;
	float: left;
	margin-right: 0px;
}
#main .buttonbox a:hover, #main .buttonboxrechts a:hover{
	opacity: 0.8;
}
#main .buttonbox h2, #main .buttonboxrechts h2{
	color: #000;
	margin: 5px;
	padding: 5px;
}
#main .buttonbox a:hover, #main .buttonboxrechts a:hover{
	text-decoration: none;	
}
#main .buttontext p{
	color: #968f64;
}
#main .buttonbild{
	width: 100%;
	text-align: center;
}
#main .buttonimg{
	width: 100%;
	max-width:	300px;
}
#main .ce_google-map{
	margin-top: 20px;
	margin-bottom: 10px;	
}
@media screen and (max-width: 800px) {
	#main .postit{
		display:block;
		width:100%;
		float:left;
	}
}

@media screen and (max-width: 1200px) {
#main .buttonbox h2, #main .buttonboxrechts h2{
	font-size:18px;
}
#main .buttonbox, #main .buttonboxrechts{
	font-size:16px;
}
}
@media screen and (max-width: 960px) {
#main .buttonbox h2, #main .buttonboxrechts h2{
	font-size:16px;
}
#main .buttontext{
	display:none;
}
#main .buttonbox, #main .buttonboxrechts{
	font-size:16px;
}
}
@media screen and (max-width: 767px) {
#main .buttonbox, #main .buttonboxrechts{
	float: left;
	width: 30%;
}
#main .buttontext{
	display:none;
}
#main .buttonbild{
	width: 70%;
	margin-left: auto;
    margin-right: auto
}
}
@media screen and (max-width: 400px) {
#main .buttonbox, #main .buttonboxrechts{
	width: 45%;
	float: left;
}
#main .buttontext{
	display:none;
}
#main .buttonbild{
	width: 70%;
}
}


/***************************************************************************************
Footer
***************************************************************************************/
#footer{
	background-color: #968f64;
	font-size: 18px;
}
#footer .inside{
	padding-top: 30px;
	padding-bottom: 30px;	
}
#footer h4, #footer p, #footer .ce_adressblock, #footer a{
	color: #fff;
}
#footer h4{
	font-size: 32px;
	font-weight: 400;	
}
#footer table{
	border: none;
	width:auto;
}
#footer td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

/* Mobile Navigation */
#off_canvas{
	background-color: #fff;
	color: #000;
}
#off_canvas a{
	color: #333;	
}
#off_canvas a:hover, #off_canvas a.active, #off_canvas a.trail{
	background-color: #968f64;
	color: #fff;
}




/***************************************************************************************
Farbdefinitionen
***************************************************************************************/
.color {
	color: #968f64;
}
.bg_color {
	background-color: #968f64;
}
#container_before .inside:after {
	border-color: #968f64 transparent transparent transparent;
}
.button, .ce_hyperlink a, .servicebox_4 a, .servicebox_5 p a, .servicebox_6 p a, input[type="submit"], input.submit {
	background: #968f64;
}
.servicebox_7:hover {
	border-color: #968f64;
}
.servicebox_4:hover:before, .servicebox_6:hover img, .servicebox_5:hover .image_container {
	border: 3px solid #968f64;
}
.servicebox_4 p a {
	background: #968f64;
}
nav.mainmenu ul ul li a:hover, nav.mainmenu ul ul li a.active, nav.mainmenu ul ul li.active a {
	background: #968f64; 
}
#submenu a:hover, #submenu a.active {
	color: #968f64;
}
.more a {
	color: #fff; 
	background-color: #968f64;
}
.pagination li a:hover {
	color: #968f64;
}
.pagination li span.current {
	background: #968f64; 
	color: white;
}
.calltoaction {
	border-left: 4px solid #968f64;
}
.calltoaction a {
	background: #968f64; 
	color: #fff;
}
.portfolioliste .backside {
	background-color: #968f64;
}
.tp-leftarrow.default, .tp-rightarrow.default {
	background: #968f64;
}
.servicebox_4:hover:before {
	background: #968f64; 
	color: #fff;
}
#nav-open-btn:before {
	background: #968f64; 
	border: 2px solid #968f64;
}
.portfolioteaser .bx_caption .morelink a {
	color: #968f64;
}
.portfolioteaser .bx_caption {
	background: #968f64;
}
.testimonial_v1 a {
	color:#968f64;
}
.testimonial_slider a {
	color:#968f64;
}
nav.mainmenu ul ul {
	border-top: 5px solid #968f64;
}
nav.mainmenu ul li a:after {
    background: #968f64;
}
.ce_text p a:not(.button) {
	color: #968f64;
}
.servicebox:before {
	background: #968f64; background: #968f64 -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #968f64 -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.15))); background: #968f64 -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #968f64 -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #968f64 -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%); background: #968f64 radial-gradient(ellipse at center, rgba(0,0,0,0) 25%, rgba(0,0,0,0.15) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#968f6400000', endColorstr='#26000000', GradientType=1 );
}
.nachrichtenliste .subheadline {
	color: #968f64;
}
.ce_text p a:not(.button) {
	color: #968f64;
}
.blog .comments a, .blog .morelink {
	color: #968f64;
}
.nachrichtenteaser_slider .subheadline {
	color: #968f64;
}
.nachrichtenteaser_v3 .subheadline {
	color: #968f64;
}
.teambox_3 .email a, .teambox_3 .email {
	color: #968f64;
}
.ce_preistabelle .preiswrapper {
	background: #968f64;
}
nav.mainmenu ul li.trail a:after, nav.mainmenu ul li.active a:after {
	background: #968f64;
}
.backgroundvideo.overlay .backgroundvideo_content_wrapper {
	background: #968f64;
}
#top {
	background: #968f64;
}
.servicebox_2[class^="icon-"]:before,
.servicebox_2[class*="icon-"]:before {
	color: #968f64
}
.servicebox_2 h1, .servicebox_2 h2, .servicebox_2 h3, .servicebox_2 h4, .servicebox_2 h5, .servicebox_2 h6 {
	color: #968f64;
}
.articlewrapper.typ3 {
	background: #968f64;
}
.tabs.horizontal_clean ul li a:hover, .tabs.horizontal_clean ul li a.current {
	background: #968f64;
}
.teambox_2 .funktion {
	color: #968f64;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #968f64;
}
.ce_imagemap .circle {
	box-shadow: 0 0 0 4px #968f64;
}
.ce_imagemap .hotspot.small .circle {
	box-shadow: 0 0 0 2px #968f64;
}

