body {
	background: #ffffff;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:300;
	line-height: 1.4;
	color: #313131;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	overflow-x:hidden;
}

/* #Basic Styles: Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #313131;
	color:#000003;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-transform: none;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	line-height:1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	margin: 0;
	margin-bottom: 0.5em;
}
p img {
	margin: 0;
}
p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #313131;
}

.themen h2 {
	margin-top: 5px;
}
.themen p {
	margin: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.themen a {
	display: block;
	margin-bottom: 10px
}

em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
small {
	font-size: 80%;
}

.subheader {
	color: #313131;
}


/*	Blockquotes  */
blockquote, blockquote p {
	font-size: 17px;
	line-height: inherit;
	color: #777;
	font-style: italic;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}
blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}
blockquote cite:before {
	content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
	color: #555;
}
hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	margin: 10px 0 30px;
	height: 0;
}
/* #Links
================================================== */
a, a:visited {
	color: #1a549d;
	color: #1a549d;
	text-decoration: none;
	outline: 0;
}
a:hover, a:focus {
	color: #1a549d;
	color: #1a549d;
	text-decoration: unerline;
}
p a, p a:visited {
	line-height: inherit;
}
/* #Lists
================================================== */
ul, ol {
	margin: 0px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 0px;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
.main-content ul li:before {
	content: "– ";
}
.main-content ul li {
	list-style: none outside none;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 10px;
	font-size: 100%;
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: inherit;
	margin-bottom: 0px;
}
ul.large li {
	line-height: inherit;
}
li p {
	line-height: inherit;
}
/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

/* #Buttons
================================================== */

/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}
ul.tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
}
ul.tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
}
ul.tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	color: #111;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs li:first-child a.active {
	margin-left: 0;
}
ul.tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
}
ul.tabs li:last-child a {
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
}
ul.tabs-content {
	margin: 0;
	display: block;
}
ul.tabs-content > li {
	display: none;
}
ul.tabs-content > li.active {
	display: block;
}
/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,  ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {
	clear: both;
}
ul.tabs {
	zoom: 1;
}
/* #Tables
================================================== */

td {
	vertical-align: top
}

/* #Forms
================================================== */
form {
	margin: 0px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],  input[type="password"],  input[type="email"],  textarea,  select {
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: inherit;
	line-height: inherit;
	color: #000000;
}
select {
	padding: 0;
}
input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  textarea:focus {
	border: 1px solid #aaa;
	color: #000000;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
textarea {
	min-height: 60px;
}
label,  legend {
	display: block;
	font-weight: normal;
	font-size: 13px;
}
select {
	width: 220px;
}
input[type="checkbox"] {
	display: inline;
}
label span,  legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}


/* #Misc
================================================== */
.remove-top {
	margin-top: 0 !important;
}
.half-top {
	margin-top: 10px !important;
}
.add-top {
	margin-top: 20px !important;
}
.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
#nav-right ul {
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
#nav-right ul ul li {
	padding-left: 10px;
}
#nav-right ul li {
	border-top: 1px solid #333333;
	line-height: 21px;
	margin: 0
}
#nav-right ul li a {
	text-decoration: none;
}
#nav-right ul li:before {
	content: "";
}
#nav-right ul ul li:before {
	content: "– ";
}

.search-input { width:150px !important;min-width:150px !important;height:20px !important;;line-height:20px !important;padding:0px;display:inline !important;background-color:#cccccc;border:none !important;}
.submit-button {color:black !important;line-height:16px !important;padding:0 !important;display:inline !important;height:20px !important;;}



/* #HEADER
================================================== */
.header {
	border-bottom: 0px solid #000000;
	background-color: #ffffff;
	color: #000000;
}
#logo {
    float: left;
    margin-right: 9px;
}
#logo-top p {
    font-size: 12px;
    line-height: 12px;
		font-weight:300;
    margin: 0 0 0 9px;
    padding-top: 17px;
    white-space: nowrap;
}
#logo-bottom p {
    font-size: 12px;
    line-height: 12px;
		font-weight:300;
    margin: 0 0 10px;
    padding-top: 10px;
    white-space: nowrap;
}
#logo-top a, #logo-bottom a {
    color: #000000;
    text-decoration: none;
}

.top-image .image-container img {
	width: 100%;
	height: auto;
	vertical-align:bottom;
}

.main-content {padding-top:1em;padding-bottom:1em;}

/* #Layout: Footer
================================================== */
.footer {
    background-color: #ffffff;
    border-top: 20px solid #ffffff;
    margin: 0;
    min-height: 300px;
    padding: 0;
}

.footer .row$$$ {background-color: #1a549d;}

.footer h3 {
	color: #ffffff;
}
.footer h2 {
	color: #ffffff;
}
.footer a:link, .footer a:visited {
	color: #ffffff;
	text-decoration:underline;}
#search {margin-top:60px;text-align:right;}

/* TEAM
================================================== */
.section-contentMain {
	background-color: #ffffff;
}
.team-contact-img {
	width: 33%;
	float: right;
}
.team-contact-img .mrg {
	padding-right: 0px;
}
.team-contact-desc {
	width: 66%;
	float: left
}
.team-contact-desc .mrg {
	padding-bottom: 20px;
}
.team-contact-desc h3, .team-contact-desc p {
	margin: 0;
}
.team-contact-desc .mrg p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}


/* KACHELN HOME
================================================== */
	.post_wrapper {background-color:#1a549d;}
	.post_wrapper {background-color:#dddddd;}
	.post_content {color:#000000;padding-left:30px;padding-top:0;padding-right:30px;padding-bottom:10px;}
	.post_content p {margin:0}
	.post_content h1{color:#000000;font-size:21px;font-weight:bold;}
	.post_content h2{color:#000000;font-size:17px;font-weight:bold;margin-top:25px;}
	.post_content h3{color:#000000;font-size:16px;font-weight:400}
	.post_content *, {color:#000000;}
	
	.post_content .btnLink {
	font-weight:bold;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #ffffff;
	background-color:#1a549d;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 2px 20px;
    text-decoration: none;
	clear:both;
}

.links_home h1, .footer h1 {color:#ffffff;font-size:21px;font-weight:bold;}
.links_home h2, .footer h2 {color:#ffffff;font-size:17px;font-weight:bold;}
.footer h2 {margin-top:30px;}

.links_home h3 {color:#ffffff;font-size:24px;font-weight:400}
.footer h3 {color:#ffffff;font-size:24px;font-weight:400}
.links_home *, .footer p {color:#ffffff;}

		.edit_button {background:#e16505;
		border-radius:15px;display:inline-block;
		padding:3px;
		padding-left:20px;padding-right:20px;
		margin-top:3px;
		margin-bottom:5px;}
		.m_link {margin-top:0}
		.edit_button a {color:white !important;
		text-decoration:none}


	.links_home h1 {color:#000000;font-size:32px;font-weight:bold;}
	.links_home h2 {color:#000000;font-size:28px;font-weight:bold;}
	.links_home h3 {color:#000000;font-size:24px;font-weight:400}
	.links_home p, .links_home * {color:#000000;}
	.links_home .btnLink {color:#000000;font-weight:bold;
   border: 1px solid #000000;
    border-radius: 3px;
    color: #000000;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 2px 20px;
    text-decoration: none;
}

.lageplan *, .lageplan p {color:#ffffff !important}

		
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix:before,
.clearfix:after {
	content:"";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* ie 6/7 */}
.bottom20 {margin-bottom:20px !important}
.imageLeft {float:left;margin-right:20px;}