@charset "UTF-8";
/* CSS Document */

hmtml, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #f2f1ed;
	color: #7b7664;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 12px;;
	line-height: 20px;
}

a, a:link, a:active {
	color: #a07b24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p.error {
	color: #a7381a;
	margin: 0;
}

h1, .frontpage h2 {
	font-size: 16px;
	font-weight: normal;
	color: #615e58;
	text-transform: none;
}

h2, .frontpage h3 {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	font-stretch: extra-expanded;
	color: #aa8f31;
	margin: 0;
	padding: 0;
}

#topnavi {
	background: url(../images/bg_topnavi.png) top left repeat-x;
	overflow: hidden;
	height: 51px;
}

#topnavi .mod_customnav {
	width: 960px;
	margin: 0 auto;
	background: #44413b;
}

#topnavi .mod_customnav a, #topnavi .mod_customnav span {
	display: block;
	padding: 0 15px;
	font-size: 0.9em;
	color: #97938c;
}

#topnavi .mod_customnav span {
	text-decoration: underline;
}

#topnavi * {
	margin: 0;
	padding: 0;
}

#topnavi ul {
	line-height: 40px;
	list-style: none;
}

#topnavi ul li {
	float: right;
	displaY: inline;
}

#header {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

#header * {
	margin: 0;
	padding: 0;
}

#logo {
	float: left;
}

#logo h3 a {
	display: block;
	text-indent: -9999px;
	height: 88px;
	width: 330px;
	background: url(../images/logo.png) top left no-repeat;
}

#navi {
	float: right;
	margin-top: 50px;
}

#navi ul {
	list-style: none;
	margin-right: 20px;
}

#navi ul li {
	float: right;
	display: inline;
	font-size: 13px;
}

#navi ul li a, #navi ul li span {
	display: block;
	padding: 5px 15px;
	color: #69676a;
	text-shadow: 1px 1px #fff;
	-webkit-text-shadow: 1px 1px #fff;
	-moz-text-shadow: 1px 1px #fff;
}

#nav ul li a:hover {
	text-decoration: underline;
	-webkit-transition: 0.1s linear;
}

#navi ul li span, #navi ul li .trail {
	color: #96958f;
	text-decoration: none;
	-webkit-transition: 0.1s linear;
}

#teaserimage {
	background: url(../images/bg_teaserimage.png) top center no-repeat;
	width: 980px;
	margin: 0 auto;
}

/* Con-Slider */
#teaserimage .mod_coinSlider, #googlemap, .mod_slideshow2, #teamfoto {
	padding: 20px;
	text-align: left !important;
	width: 940px;
}

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a { text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 18px; width: 18px; float: left; border: 0; text-indent: -1000px; background: url(../images/slider-icon.png)}
.cs-active { background: url(../images/slider-active.png) !important; }

.cs-title { padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: rgba(68,65,59,.75); color: #FFFFFF; padding: 0px 10px; }

.cs-next {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.cs-prev {
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#teasertext {
	margin: 0 auto;
	width: 940px;
	padding: 1.5em 0 0 0;
}

#teasertext p {
	/* -webkit-column-count: 3;
	-webkit-column-gap: 15px;
	-moz-column-count: 3;
	-moz-column-gap: 15px;
	column-count: 3;
	column-gap: 15px; */
	line-height: 24px;
	font-size: 14px;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	background: url(../images/spacer.png) bottom left repeat-x;
}

#main {
	margin: 0 auto;
	width: 940px;
	padding: 1em 0;
	overflow: hidden;
	text-shadow: 1px 1px #fff;
	-webkit-text-shadow: 1px 1px #fff;
	-moz-text-shadow: 1px 1px #fff;
}

.frontpage #main {
	background: url(../images/bg_main_frontpage.png) top center repeat-y;
}

.gallery #main {
	background: url(../images/spacer_header.png) top center no-repeat;
	width: 980px;
}

.gallery #main #content {
	padding: 40px 20px;
}

#content {
	float: left;
	width: 450px;
}
#content .inside {
	margin-right: 10px;
}

#main .ce_text, #main .ce_hyperlink {
	margin: 6px 0 12px 0;
}

#main .ce_hyperlink {
	margin: 6px 0 24px 0;
}

#main .ce_hyperlink a {
	display: block;
	background: url(../images/icon-link.png) left top no-repeat;
	line-height: 20px;
	padding-left: 36px;
}

.frontpage #content {
	width: 595px;
}

#right {
	float: right;
	width: 450px;
}

#right .inside {
	margin-left: 15px;
}

.frontpage #right {
	width: 345px;
}

.frontpage #leistungen {
	margin: 36px 0;
}

.frontpage #leistungen ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.frontpage #leistungen ul li {
	padding: 0 0 12px 48px;
	list-style: none;
}

.frontpage #leistungen ul li h2 {
	line-height: 16px;
	margin-top: 0;
}

.frontpage #leistungen ul li h2 a {
	display: block;
}

.frontpage #leistungen ul li#visual {
	background: url(../images/eins.png) top left no-repeat;
}

.frontpage #leistungen ul li#konzept {
	background: url(../images/zwei.png) top left no-repeat;
}

.frontpage #leistungen ul li#vermarktung {
	background: url(../images/drei.png) top left no-repeat;
}

.frontpage #leistungen ul li#beratung {
	background: url(../images/vier.png) top left no-repeat;
}

#footer {
	width: 940px;
	margin: 0 auto;
	background: url(../images/spacer.png) top left repeat-x;
	font-size: 0.9em;
	padding: 1em 0;
}

.invisible {
	display: none !important;
}

label {
	display: block;
}

form .text, form .textarea, form .captcha {
	width: 95%;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0 10px 0;
	background: #f2f1ed;
	border: 1px solid #ccc;
}

form .text:Focus, form .textarea:Focus, form .captcha:Focus {
	background: #e1dfd9;
	outline: 0;
}

form .captcha {
	width: 30%;
}

.tn .ce_gallery {
	height: 180px;
	overflow: hidden;
}
