/* @override http://bautech.stardesign-kunden.info/site/templates/styles/style.css */

html {
	min-height: 100%;
	margin-bottom: 1px;
}

html>body {
	font-size: 16px;
	font-size-adjust: 0.58;
}

/* @group Icons zu Links */

a[href $='.pdf']:before{
	font-family: FontAwesome;
	padding-right:10px;
	content:"\f0f6";
	color: #931011;
}

a[href $='.doc']:before{
	font-family: FontAwesome;
	padding-right:10px;
	content:"\f0f6";
	color: #931011;
}

a[href ^="mailto"]:before {
	font-family: FontAwesome;
	padding-right:10px;
	content:"\f0e0";}

a[href ^="callto"]:before {
	font-family: FontAwesome;
	padding-right:10px;
	content:"\f095";
}

a[href^="http"]:before{
	font-family: FontAwesome;
	padding-right:10px;
	content:"\f08e";
}

footer a[href^="http"]:before{
	display: none !important;
}

/* @end */

/* @group access */

#access {
	height: 0;
	display: none;
}

/* @end */

body {
	color: #333;
	margin: 25px 0 0;
	padding: 0;
	letter-spacing: normal;
	line-height: 1.5em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
}

/* @group html5 */

article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
	display: block;
}

/* @end */

/* @group Icons zu Links */

a#go_right, a#go_left {
	background-image: none;
	margin-right: 0;
	padding-right: 0;
}

a[href $='.pdf'] {
	padding-right: 0;
	background: transparent url(../icons/pdf.png) no-repeat left;
	padding-left: 20px;
}

a[href ^="mailto"] {
	padding-right: 0;
	background: transparent url(../icons/email_link.png) no-repeat left;
	padding-left: 20px;
}

p#address a[href ^="mailto"] {
	padding-right: 0;
	background: transparent no-repeat left;
	padding-left: 0px;
}

a[href $='.doc'] {
	padding-right: 0;
	background: transparent url(../icons/doc.png) no-repeat left;
	padding-left: 20px;
}

a[href^="http"] {
	background: transparent url(../icons/Icon_External_Link.png) no-repeat right;
	padding-right: 15px;
}

ul#service li a[href^="http"],
li.firstChild.active a[href^="http"],
li.firstChild a[href^="http"],
#address a[href^="mailto"],
p.referenzen a[href^="http"] {
	padding: 0 !important;
	background: none no-repeat;
	margin: 0 !important;
}

/*a:not([rel~="external"]) {
	padding-right: 0;
	background: transparent url(../icons/Icon_internal_Link.png) no-repeat left;
	text-decoration: none;
	padding-left: 20px;
}*/

/* @end */

/* @group font */
h1{
	font-weight: bold;
	font-size: 130%;
	color: #e10018;
	margin: 0 0 15px 0;
}

h2 {
	color: #de1124;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

p {
	font-size: 80%;
	margin: 0 0 15px 0;
}

li {
	list-style-type: disc;
	padding: 0 0 5px 0;
	list-style-position: outside;
	font-size: 80%;
	margin: 0 0 0 10px;
}

ul {
	margin: 0 0 15px 0;
	padding: 0;
}

form {
	font-size: 80%;
}

strong {
	font-weight: bold;
}

form p {
	font-size: 100%;
}

/* @end */

/* @group layout */

.container {
	margin-top: 10px;
	position: relative;
}

.logo a img {
	z-index: -3;
}

#shadow{
	-moz-box-shadow: 0 20px 20px #ababa8;
	-webkit-box-shadow: 0 20px 20px #ababa8;
	box-shadow: 0 20px 20px #ababa8;
}


header {
	margin: 0 !important;
	-moz-box-shadow: 0 0 2px #dcdcdb;
	-webkit-box-shadow: 0 0 2px #dcdcdb;
	box-shadow: 0 0 2px #dcdcdb;
	}

p.zitat {
	font-size: 75%;
	color: #b3b3b3;
	display: block;
	margin: 10px 0 0 5%;
}

#service {
	margin: 15px 0 5px 0;
	float: right;
	text-align: right;
}

#contentWrap{
	min-height: 350px;
	margin: 0 0 20px 0;
	padding: 0 0 25px 0;
}

article{
	padding: 16px 0 0 0;
}

#slider{
	margin: 0;
}

aside {
	margin: 58px 0 0 0;
}

/* @end */

/* @group reusable classes */

.keepSize {
	
}

img {
	width: 100%;
	height: auto;
}

.noMob {
	display: none;
}



/* @end */

/* @group links */

#contentWrap a,
#contentWrap a:link,
#contentWrap a:active,
#contentWrap a:visited {
	color: #e01126;
	text-decoration: none;
}

#contentWrap a:hover {
	text-decoration: underline;
}

#service li {
	display: inline;
}

#service a,
#service a:link,
#service a:active,
#service a:visited
 {
	color: silver;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 3px 2.5% 3px 0;
}

#service a:hover
 {
	color: #e01126;
}

footer a{
	color: #e10018;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
	color: silver;
}


/* @end */

/* @group naviTop */

.selectnav {
	display: none;
}

#nTop {
	background-color: #00f;
	margin: 3px 0 0 0;
	padding: 3px 0 3px 1%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(http://boesiger.stardesign-kunden.info/assets/PIE/PIE.htc);
}

#nTop .current a {
	color: #c0c0c0;
}

#nTop li {
	display: inline;
}

#nTop ul ul  {
	display: none;
	height: 0;
	margin: 0 !important;
}

ul#jnav{
	margin: 0;
}

#nTop a {
	color: white;
	text-decoration: none;
	padding: 5px 0 5px 1%;
	
}

#nTop .active a {
	color: #b1b1b1;
}

#nTop a:hover {
	color: #dd1422;
}

/* @end */

/* @group sitemap error 404 */

.sitemapInner, .siteInner {
	padding-left: 5%;
}



/* @end */

/* @group sidenav */


#leftNav li{
	margin: 0;
	border-bottom: 1px solid silver;
	padding: 5px 0 5px 3%;
	list-style-type: none;
	font-size: 85%;
}


#leftNav a{
	text-decoration: none;
	color: #0020fd;
	font-size: 95%;
	display: block;
}

#leftNav a:hover, 
#leftNav a.row.here{
	color: #e10019;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
}

#leftNav li.current {
	font-weight: bold;
}



.breadcrumb li {
	list-style-type: none;
	margin: 0;
	display: inline;
}

.breadcrumb{
	margin: 0 0 15px 0;
	color: silver;
}

.breadcrumb a{
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: silver;
}

.breadcrumb a:hover{
	color: #e10015;
}

.breadcrumb .B_currentCrumb{
	color: #e10019;
}



/* @end */

/* @group search */
/* @end */

/* @group form */

#error {
	color: #e2001a;
	min-height: 1px;
	margin: 0;
	padding: 0;
}

.address dt, .comment dt, .spam dt {
	float: left;
	width: 35%;
	margin-bottom: 1px;
}

form dd, form dt {
	margin-bottom: 8px;
}

fieldset.spam img {
	border: 1px solid #bfbfbf;
	width: 30%;
}

fieldset.address,
fieldset.comment,
fieldset.spam {
	border: 1px solid #bfbfbf;
	margin-bottom: 25px;
	padding: 10px;
}

legend {
	margin-left: -7px;
	padding-right: 5px;
	padding-left: 5px;
	color: #424242;
}

select#grund {
	width: 150px;
}

#mitteilung {
	border: 1px solid silver;
}

#mainContent form label
#mainContent form dd {
	width: 226px;
	display: block;
	float: right;
}

input.invalid, input.required {
	background-color: #febfbe;
}

.address input
 {
	width: 63%;
}



/* @end */

/* @group navi */

a.emo_email {
	margin: 0;
	padding: 0;
}



/* @end */

/* @group footer */

footer {
	margin: auto 0;
	font-size: 90%;
	color: #e10019;
}

footer li {
	display: inline;
	margin: 0;
}



/* @end */

/* @group Processwire */

/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages.
 *
 */

#editpage {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 6px;
	background: #db1174;
	color: #fff;
	display: block;
	font-weight: bold;
}

#editpage:hover {
	background: #ffffcc;
	color: #000;
}

/**
 * Alignment styles that are used by the InputfieldTinyMCE for
 * positioning images in bodycopy. If you are using this field type,
 * you may want to include these or similar styles in your site.
 *
 */

.align_left {
	float: left;
	margin: 0 1em 0.25em 0;
}

.align_right {
	float: right;
	margin: 0 0 0.25em 1em;
}

.align_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group gallery */

img.colorboxThumb {
	margin: 0 0 15px 0;
}



/* @end */
