/*[fmt]1A90-1A0A-3*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	text-align: center;
  font-size: 14px;
  line-height: 1.5;
	font-family: Arial;
	color: #333;

	background: #757c88; /* Old browsers */
	background: -moz-linear-gradient(top, #757c88 1%, #a9aeb5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#757c88), color-stop(100%,#a9aeb5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #757c88 1%,#a9aeb5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #757c88 1%,#a9aeb5 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #757c88 1%,#a9aeb5 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757c88', endColorstr='#a9aeb5',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #757c88 1%,#a9aeb5 100%); /* W3C */
}
img {
	display: block;
	border: 0;
}

strong, b {
	font-weight: bold;
	color: #444;
}

a:link, a:visited, a:active {
	outline: 0;
	color: #000;
}
a:hover {
  text-decoration: none;
}

li {

}

.logo {
	position: absolute;
	top: 26px;
	left: 28px;
	display: block;
	background: url("../images/logo.png");
	text-decoration: none;
	width: 452px;
	height: 70px;
	text-indent: -9999px;
	overflow: hidden;
}
.container {
	width: 949px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	text-align: left;
	margin: 8px auto 0 auto;
	position: relative;
}
.main-header {
	height: 155px;
	background: #FFF url("../images/bg_header.jpg?1") no-repeat 100% 0;
}
.main {
	padding: 0 0 65px 233px;
	background: #FFF url("../images/bg_main.gif") repeat-y 0 0;
}
.inner-main {
	overflow: hidden;
	background: url("../images/bg_inner_main.gif") repeat-x 0 0;
}
.csc-default {
	margin: 0 0 20px;
}
/*content*/
.content {
	padding: 20px;
	min-height: 1000px;
	width: 450px;
}
.content.loading {
	background: url("../images/ajax-loader-content.gif") no-repeat 20px 20px;
}
.detail .content {
	width: auto;
}
.content h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 5px 0;
}
.content h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 9px 0;
}

.content p {
	margin: 0 0 15px;
}

.content ul {
	margin: 10px 0 15px 16px;
	padding: 0;
}
.content ul li {
	margin: 0 0 5px 0;
	list-style: disc;
}
.content ul li li {
	list-style: circle;
}
.content ul li ul {
	margin: 5px 0 5px 15px;
}

.content ol {
	margin: 10px 0 10px 16px;
}

.content ol li {
	margin: 0 0 7px 0;
	list-style: decimal;
}

.content ul.results {
	width: 463px;
	margin: 0 -9px;
}

.content ul li.result {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.content ul li.result a{
  display: block;
  line-height: 1.2;
	text-decoration: none;
	border-bottom: 1px solid #d7d9dc;
	margin: 0px 0px;
	padding: 11px 13px 11px 13px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 80%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#ffffff), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 80%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 80%,#fbfbfb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 80%,#fbfbfb 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 0%,#ffffff 80%,#fbfbfb 100%); /* W3C */
}
.content ul li.result a:hover {
	color: #ffffff;
	cursor: pointer;
	background: #00b5e7; /* Old browsers */
	background: -moz-linear-gradient(top, #00b5e7 1%, #0070bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00b5e7), color-stop(100%,#0070bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00b5e7 1%,#0070bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00b5e7 1%,#0070bf 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #00b5e7 1%,#0070bf 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5e7', endColorstr='#0070bf',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #00b5e7 1%,#0070bf 100%); /* W3C */
}

.content ul li.result a div {
  padding: 2px;	
}

.content ul li.result a div span {
	font-size: 18px;
}

.content ul li.result a p {
  margin: 0;
} 

.name {
	color: #222222;
}

.content ul li.result a:hover div span.name {
	color: #ffffff;
}

.location {
	color: #666;
}

.distance {
	color: #a2a2a2;
}

.content ul li.result a:hover div span.location {
	color: #ffffff;
}

.normal-content {
	float: left;
	width: 450px;
}
.normal-content h4 {
	color: #999999;
	font-size: 14px;
	font-weight: normal;
}
.normal-content h2 {
	font-size: 22px;
    font-weight: normal;
    margin: 3px 0 5px 0;
}
.normal-content p {
	margin: 0 0 5px 0;
}
.normal-content ul.images {
	list-style-type: none;
	margin: 10px 0 15px 0;
	width: auto;
	overflow: hidden;
}
.normal-content ul.images li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	box-shadow: 0 0 4px #666666
}

.normal-content dl {
	overflow: hidden;
	margin: 0 0 5px 0;
}
.normal-content dt {
	color: #000;
	float: left;
	clear: left;
	margin: 0 5px 0 0;
}
.normal-content dd {
	float: left;
}
.normal-content dd a {
	color: #333;
	text-decoration: none;
}

ul.toolbox {
	margin: 15px 0 15px 0;
	list-style: none;
	overflow: hidden;
}
ul.toolbox li {
	float: left;
	height: 90px;
	list-style: none;
}
ul.toolbox li a {
	display: block;
	width: 110px;
	height: 90px;
	background-color: #fff;
	background-image: url("../images/bg_toolbox.png");
	background-repeat: no-repeat;
	text-align: center;
	padding: 65px 0 0 0;
	text-decoration: none;
}
ul.toolbox li.website a{
	background-position: 50% 0;
}
ul.toolbox li.print a{
	background-position: 50% -91px;
}
ul.toolbox li.route a{
	background-position: 50% -182px;
}
ul.toolbox li.email a{
	background-position: 50% -273px;
}

ul.toolbox li a:nth-child(n+2) {
    display: none;
}

ul.toolbox li a:hover {
	text-decoration: underline;
}
p.feedback a {
	color: #333;
}
p.feedback {
	margin: 0 0 15px 0;
}

	
/*left content*/
.left-content {
}
/*right content*/
.right-content {
	position: absolute;
	right: 7px;
	top: 289px;
	width: 204px;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #D7D9DC;
}
.detail .right-content {
	display: none;
}
.additional-content {
	width: 204px;
	float: right;
	margin: 0 -13px 0 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #D7D9DC;
}
.right-content .csc-default,
.additional-content .csc-default {
	padding: 12px 0 0;
	border-top: 1px solid #D7D9DC;
    clear: left;
}
.right-content h2,
.additional-content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
}
.right-content p.bodytext,
.additional-content p.bodytext {
	margin: 0 0 8px;
}
.right-content .csc-default:last-child,
.additional-content .csc-default:last-child {
	margin: 0;
}

.additional-content .contact a {
  overflow-wrap: break-word;
  white-space: break-spaces;
}

.filterActive .secondary-navigation {
	top: 283px;
}

.filterActive .right-content {
	top: 337px;
}


/*border content*/
.border-content {
	clear: both;
	margin: 16px 0 50px 0;
	color: #474E5A;
}
.border-content .csc-default {
	border-top: 1px solid #959AA2;
	padding: 10px 0 0 0;
	margin: 0 0 5px 0;
}
.border-content .csc-default a {
	color: #474E5A;
}
.border-content .csc-default:first-child {
	border: 0;
	padding: 0;
}

.border-content div.csc-textpic div.csc-textpic-imagewrap,
.border-content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-imagerow {
	width: 100px !important;
}
.border-content div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-imagecolumn {
	margin: 0;
}
.border-content .csc-textpic-single-image img {
    box-shadow: 0 0 4px #666;
}
.border-content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	float: left;
	background: #EBECED;
	width: 45px !important;
	height: 45px !important;
	box-shadow: 0 0 4px #666;
	margin-bottom: 5px;
	margin: 0 5px 5px 0 !important;
	display: table;
	vertical-align: middle;
}
.border-content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.border-content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image a img {
	display: inline;
}

/*main-navigation*/
.main-navigation {
	position: absolute;
	top: 114px;
	left: 194px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.main-navigation li {
	display: block;
	float: left;
	width: 140px;
	height: 40px;
	text-align: center;
	margin: 0 1px 0 0;
}
.main-navigation a:link, .main-navigation a:visited, .main-navigation a:active {
	text-decoration: none;
	display: block;
	height: 41px;
	line-height: 41px;
	background: #EBECED;
	color: #333;
	font-size: 18px;
	text-shadow: 1px 1px 2px #FFF;
}
.main-navigation li a:hover {
	color: #FFF;
	text-shadow: -1px -1px 1px #005775;
	background: #00b8e8; /* Old browsers */
	background: -moz-linear-gradient(top, #00b8e8 1%, #0071c0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#00b8e8), color-stop(100%,#0071c0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00b8e8 1%,#0071c0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00b8e8 1%,#0071c0 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #00b8e8 1%,#0071c0 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b8e8', endColorstr='#0071c0',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #00b8e8 1%,#0071c0 100%); /* W3C */
}
.main-navigation li.active {
	height: 42px;
	position: relative;
	/*+box-shadow:0 0 5px rgba(0, 0, 0, 0.5);*/
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.main-navigation li.active a,
.main-navigation li.active a:hover {
	text-shadow: none;
	background: #FEF5BE;
	color: #333;
	height: 42px;
	position: relative;
	z-index: 3;
}
/*secondary-navigation*/
.secondary-navigation {
	position: absolute;
	top: 235px;
	left: 0px;
	background-color: #EBECED;
	margin: 0;
  padding: 0;
}
.secondary-navigation > ul {
	list-style-type: none;
	width: 233px;
	margin: 0;
	padding: 20px 0 0;
}
.secondary-navigation > ul li {
  display: block;
  padding: 0;
	border-bottom: 1px solid #D7D9DC;
}
.secondary-navigation > ul li a {
	text-decoration: none;
	display: block;
	padding: 11px 8px 8px 12px;
	font-size: 18px;
}
.secondary-navigation > ul li ul {
	display: none;
	margin: 0;
	padding: 0;
}
.secondary-navigation > ul li ul li {
	border: 0;
	margin: 0;
	padding: 0;
}
.secondary-navigation > ul li ul li a {
	padding: 5px 0 5px 20px;
	font-size: 14px;
	background: url("../images/bg_nav2.gif") no-repeat 10px 10px;
}
.secondary-navigation > ul li.active > a {
	font-weight: bold;
}

.secondary-navigation > ul li a:hover, 
.secondary-navigation > ul li.active a.active {
	background-color: #FFF;
}

.secondary-navigation > ul li.active ul {
	display: block;
}

.secondary-navigation > ul li.active ul li a:not(.invalid):hover,
.secondary-navigation > ul li.active ul li a.active {
	background-color: #FFF;
}
.secondary-navigation > ul li.active ul li a.active {
  font-weight: bold;
  color: #0057A6;
}

.secondary-navigation > ul li a.invalid {
  margin: 0;
  color: #b6babe;
  cursor: default;
  background: transparent;
}
.secondary-navigation > ul li.detailItem div.name {
	font-size: 16px;
	margin: 0 0 2px 0;
}
.secondary-navigation > ul li.detailItem div {
	font-size: 12px;
}

.secondary-navigation > ul li.detailItem:hover {
	cursor: pointer;
}
.secondary-navigation > ul li.activeDetail a{
	background-color: #FFF;
}
.secondary-navigation > ul li.activeDetail div.name {
	color: #0057A6;
}
/*meta-navigation*/
.meta-navigation {
	position: absolute;
    top: 182px;
	right: 18px;
	list-style-type: none;
	z-index: 4;
	margin: 0;
	padding: 0;
}
.meta-navigation li {
	display: block;
	float: left;
	margin: 0 0 0 10px;
}
.meta-navigation li a:link, .meta-navigation li a:visited, .meta-navigation li a:active {
	float: left;
	border: 0;
	display: block;
	cursor: pointer;
	text-align: center;	
	color: #FFF;
	width: 29px;
	height: 29px;
	font-size: 14px;
	text-shadow: -1px -1px 1px #000;
	text-decoration: none;
	line-height: 29px;
	background: #6f7b8d;
	background: -moz-linear-gradient(top, #6f7b8d 0%, #454c58 100%);
	background: -webkit-linear-gradient(top, #6f7b8d 0%,#454c58 100%);
	background: linear-gradient(top, #6f7b8d 0%,#454c58 100%);
	box-shadow: 0 0 2px #000;
	border-radius: 2px;	

}
.meta-navigation li a:hover {
    background: -moz-linear-gradient(top, #454c58 0%, #6f7b8d 100%);
    background: -webkit-linear-gradient(top, #454c58 0%, #6f7b8d 100%);
    background: linear-gradient(top, #454c58 0%, #6f7b8d 100%);
    box-shadow: 0 0 3px #000;
}
/*footer-navigation*/
#footer {
	clear: both;
	height: 37px;
	padding: 0;
	background: #EBECED;
	color: #767e8a;
}
#footer p {
	float: left;
	margin: 10px 0 0 20px;
}
#footer ul {
	margin: 12px 20px 0 0;
	float: right;
	list-style-type: none;
}
#footer ul li {
	float: left;
	display: block;
	height: 11px;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	border-right: 1px solid #767E8A;
}
#footer ul li.last {
	margin: 0;
	padding: 0;
	border: 0;
}
#footer ul li a {
	float: left;
	display: block;
	margin: -2px 0 0 0;
	color: #767E8A;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #000:
}

/*Stuff*/
div.search-bar {
	height: 80px;
	background: url("../images/bg_top.png") repeat-x 0 0;
	position: relative;
	z-index: 2;
}
div.search-bar a.new-search {
	position: absolute;
	top: -35px;
	left: 20px;
	display: none;
	text-align: center;	
	color: #FFF;
	width: 168px;
	height: 29px;
	font-size: 14px;
	text-shadow: -1px -1px 1px #000;
	text-decoration: none;
	line-height: 29px;
	background: #008dde;
	background: -moz-linear-gradient(top, #008dde 0%, #0057a4 100%);
	background: -webkit-linear-gradient(top, #008dde 0%,#0057a4 100%);
	background: linear-gradient(top, #008dde 0%,#0057a4 100%);
	box-shadow: 0 0 2px #000;
	border-radius: 2px;
}
div.search-bar-inner {
	padding: 25px 0 0 26px;
	float: left;
}
div.search-bar-inner label {
	font-size: 24px;
	display: block;
	float: left;
	margin: 3px 20px 0 0;
	text-shadow: 1px 1px 2px #FFF;
}
div.search-bar-inner .search-field {
	width: 554px;
	float: left;
}
div.search-bar-inner #search {
	display: none;
}

div.search-bar-inner input[type="submit"] {
	margin: 2px 0 0 6px;
	float: left;
	border: 0;
	display: block;
	cursor: pointer;
	text-align: center;	
	color: #FFF;
	width: 135px;
	height: 29px;
	font-size: 14px;
	text-shadow: -1px -1px 1px #000;
	text-decoration: none;
	line-height: 29px;
    border-radius: 2px;
	background: #008dde;
	background: -moz-linear-gradient(top, #008dde 0%, #0057a4 100%);
	background: -webkit-linear-gradient(top, #008dde 0%,#0057a4 100%);
	background: linear-gradient(top, #008dde 0%,#0057a4 100%);
	box-shadow: 0 0 2px #000;
    padding: 0;
}
div.search-bar-inner input[type="submit"]:hover {
    background: -moz-linear-gradient(top, #0057a4 0%, #008dde 100%);
    background: -webkit-linear-gradient(top, #0057a4 0%, #008dde 100%);
    background: linear-gradient(top, #0057a4 0%, #008dde 100%);
    box-shadow: 0 0 3px #000;
}
div.search-bar-inner form.loading input[type="submit"] {
	background: #008dde url("../images/ajax-loader.gif") center center no-repeat;
	text-indent: -10000px;
	cursor: wait;
}

div.search-bar-inner ul.barrierfree {
  list-style: none;
    margin: 2px 0 0 5px;
    padding: 0;
    float: left;
    position: relative;
    left: 0;
    display: block;
}
div.search-bar-inner ul.barrierfree li.dropdown {
    position: relative;
}

div.search-bar-inner ul.barrierfree li.dropdown ul.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px -15px 0 0;
    list-style: none;
    background-color: white;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

div.search-bar-inner ul.barrierfree li.dropdown.open > .dropdown-menu {
    display: block;
}


.dropdown-menu .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
.ie7 .dropdown-menu .divider {
    margin: -5px 0 5px;
    width: 100%;
}
.dropdown-menu .divider-44,
.dropdown-menu .divider-45,
.dropdown-menu .divider-46,
.dropdown-menu .divider-367 {
    display: none;
}
.dropdown-menu a {
    display: block;
    padding: 3px 10px 3px 10px;
    clear: both;
    font-size: 15px;
    font-weight: normal;
    line-height: 29px;
    height: 29px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
}

.dropdown-menu a span {
    line-height: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: top;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
    color: #ffffff;
    text-decoration: none;
    background: #008dde;
    background: -moz-linear-gradient(top, #008dde 0%, #0057a4 100%);
    background: -webkit-linear-gradient(top, #008dde 0%,#0057a4 100%);
    background: linear-gradient(top, #008dde 0%,#0057a4 100%);
}

.dropdown-menu a i.barrierfree {
    margin-right: 6px;
}

.dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -6px;
    left: auto;
    right: 22px;
}
.dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    position: absolute;
    top: -5px;
    left: auto;
    right: 23px;
}


div.result-bar {
	display: none;
	height: 48px;
  font-size: 16px;
  line-height: 1.2;
}
div.result-bar-inner {

}
div.result-bar .resultCount {
    font-style: italic;
    font-weight: bold;
}
div.result-bar p {
    height: 48px;
	padding: 5px 22px 0;
}
div.result-bar p.result-ok {
	color: #333;
	text-shadow: 1px 1px 2px #FFF;
    background: url("../images/bg_top.png") repeat-x 0 -114px;
}
div.result-bar p.result-error {
    color: #fff;
	text-shadow: -1px -1px 1px black;
	display: none;
	background: rgb(169,3,41); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(109,0,25,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(169,3,41,1)), color-stop(100%,rgba(109,0,25,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(169,3,41,1) 0%,rgba(109,0,25,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
div.result-bar p.result-error a:link, 
div.result-bar p.result-error a:visited, 
div.result-bar p.result-error a:active {
    color: #fff;
}

/* News */
.news-single .article ,
.news .news-list-view  .article {
  position: relative;
  padding-top: 15px;
  padding-bottom: 0;
  line-height: 1.3;
}

.news .news-list-view  .article h3 {
  font-size: 14px;
}

.news .article .teaser-text {
    font-size: inherit;
    color: inherit;
}

.news-single .article .footer,
.news .news-list-view .article .footer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  margin-top: 0;
  padding: 0;
}

.news-single .article .footer p,
.news .news-list-view .article .footer p {
	margin: 0;
}

.news .news-list-view  .article a.more {
  display: none;
}

.news-single .article {
	position: relative;
	padding-top: 15px;
} 


.news-latest-item {
	margin: 0 0 10px 0;
}
.news-latest-item .news-latest-date {
	color: #999999;
}
.news-latest-item h4 {

}
.news-latest-item p a {
	color: #333;
}
.news-latest-item p a:hover {
	color: #000;
	text-decoration: none;
}

.news-single-img {
    margin-top: 20px;
}

.news-single-img .feature-image {
    float: left;
    margin: 0 10px 10px 0;
}
.news-single-img .feature-image a{
    display: block;
    box-shadow: 0 0 4px #666666
}
.news-single-img:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news-single-imgcaption {
    font-size: 12px;
    padding: 5px 0;
}

.news-list-item {
    margin-top: 20px;
}

.news-list-item .image {
    isplay: block;
    float: left;
    margin: 0 10px 10px 0;
    box-shadow: 0 0 4px #666666
}

.news-list-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.news-list-morelink  {
	padding-left:5px;
}


/*Foldout*/
div.foldout {
	font-size: 14px;
	position: absolute;
	z-index: 999;
	top: -8px;
	left: 0;
	width: 949px;
	color: #FFF;
	background: rgb(73,81,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(98,107,124,1) 0%, rgba(73,81,92,1) 72%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,107,124,1)), color-stop(72%,rgba(73,81,92,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(98,107,124,1) 0%,rgba(73,81,92,1) 72%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(98,107,124,1) 0%,rgba(73,81,92,1) 72%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(98,107,124,1) 0%,rgba(73,81,92,1) 72%); /* IE10+ */
	background: linear-gradient(top,  rgba(98,107,124,1) 0%,rgba(73,81,92,1) 72%); /* W3C */
	padding: 30px 0;
}
div.foldout h5 {
	font-size: 18px;
	font-weight: normal;
	text-shadow: -1px -1px 1px black;
	color: #FFF;
}

div.foldout ul li {
	float: left;
	width: 290px;
}
div.foldout ul {
	list-style-type: none;
	padding-left: 40px;
}
div.foldout ul li ul {
	padding-left: 0px;
	margin-bottom: 0;
}

div.foldout ul li ul li {
	float: none;
	height: 24px;
	padding: 4px 0;
}
div.foldout ul li ul li.size_125 {
	font-size: 17px;
}
div.foldout ul li ul li.size_150 {
	font-size: 20px;
}



div.foldout ul li ul li label {
	margin-left: 5px;
	padding: 5px;
}

div.foldout ul li ul li.col_sw label {
	margin-left: 10px;
	background-color: #fff;
	color: #000;
}
div.foldout ul li ul li.col_ws label {
	margin-left: 10px;
	background-color: #000;
	color: #fff;
}

div.foldout a.close,
div.foldout a.open {
	background: rgb(73,81,92); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(73,81,92,1) 28%, rgba(98,107,124,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(73,81,92,1)), color-stop(100%,rgba(98,107,124,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(73,81,92,1) 28%,rgba(98,107,124,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(73,81,92,1) 28%,rgba(98,107,124,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(73,81,92,1) 28%,rgba(98,107,124,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(73,81,92,1) 28%,rgba(98,107,124,1) 100%); /* W3C */
	position: absolute;
	z-index: 1000;
	bottom: -25px;
	left: 50%;
	width: 168px;
	height: 25px;
	margin: 0 0 0 -84px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	text-shadow: -1px -1px 1px black;
	color: #FFF;
}
div.foldout a.close {
}
div.foldout a.open {
	display: none;
}
div.foldout.closed {
	height: 8px;
	padding: 0 0;
}
div.foldout.closed a.close {
	display: none;
}
div.foldout.closed a.open {
	display: block;
}
div.foldout.closed .foldout-content {
	display: none;
}

/* map */
.map {
	width: 686px;
	height: 500px;
	clear: both;
}

.right-content .csc-default, .additional-content .csc-default.barrierfree {
    padding: 0;
    border-top: 0 none;
}

div.barrierfree ul {
    margin: 0;
}
div.barrierfree ul li {
    list-style-type: none;
    float: left;
    margin: 0 10px 20px 0;
}

div.barrierfree ul li a {
    display: inline-block;
    height: 29px;
    width: 29px;
}
div.barrierfree ul li a span {
    display: none;
}
i.barrierfree {
    display: inline-block;
    height: 29px;
    line-height: 29px;
    width: 29px;
    border: 0;
    box-shadow: 0 0 2px #333;
    border-radius: 2px;
    background: transparent url('../images/Barrierefrei-Logos-Gradient.png') no-repeat top left;
}
i.barrierfree:hover {
    box-shadow: 0 0 3px #000;
}
i.barrierfree-44 {
    background-position: 0 -29px;
}
i.barrierfree-45 {
    background-position: 0 -58px;
}
i.barrierfree-46 {
    background-position: 0 -87px;
}
i.barrierfree-366 {
    background-position: 0 -116px;
}
i.barrierfree-367 {
    background-position: 0 -145px;
}

/* input */
.csc-mailform-field form {
    margin: 0 0 18px;
}
.csc-mailform-field fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.csc-mailform-field legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #eee;
}
.csc-mailform-field legend small {
    font-size: 13.5px;
    color: #999999;
}

.csc-mailform-field input,
.csc-mailform-field button,
.csc-mailform-field select,
.csc-mailform-field textarea {
    font-family: sans-serif;
    font-weight: normal;
    line-height: 18px;
}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select,
.csc-mailform-field .uneditable-input {
    display: inline-block;
    width: 99%;
    height: 20px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.csc-mailform-field .uneditable-textarea {
    width: auto;
    height: auto;
}
.csc-mailform-field label input,
.csc-mailform-field label textarea,
.csc-mailform-field label select {
    display: block;
}
.csc-mailform-field input[type="image"],
.csc-mailform-field input[type="checkbox"],
.csc-mailform-field input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    *margin-top: 0;
    /* IE7 */

    line-height: normal;
    cursor: pointer;
    background-color: transparent;
    border: 0 \9;
    /* IE9 and down */

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.csc-mailform-field input[type="image"] {
    border: 0;
}
.csc-mailform-field input[type="file"] {
    width: auto;
    padding: initial;
    line-height: initial;
    background-color: #ffffff;
    background-color: initial;
    border: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.csc-mailform-field input[type="button"],
.csc-mailform-field input[type="reset"],
.csc-mailform-field input[type="submit"] {
    width: auto;
    height: auto;
}
.csc-mailform-field select,
.csc-mailform-field input[type="file"] {
    height: 28px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */

    *margin-top: 4px;
    /* For IE7, add top margin to align select with labels */

    line-height: 28px;
}
.csc-mailform-field input[type="file"] {
    line-height: 18px \9;
}
.csc-mailform-field select {
    width: 220px;
    background-color: #ffffff;
}
.csc-mailform-field select[multiple],
.csc-mailform-field select[size] {
    height: auto;
}
.csc-mailform-field input[type="image"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.csc-mailform-field textarea {
    height: auto;
}
input[type="hidden"] {
    display: none;
}
.csc-mailform-field .radio,
.csc-mailform-field .checkbox {
    min-height: 18px;
    padding-left: 18px;
}
.csc-mailform-field .radio input[type="radio"],
.csc-mailform-field .checkbox input[type="checkbox"] {
    float: left;
    margin-left: -18px;
}
.csc-mailform-field .controls > .radio:first-child,
.csc-mailform-field .controls > .checkbox:first-child {
    padding-top: 5px;
}
.csc-mailform-field .radio.inline,
.csc-mailform-field .checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.csc-mailform-field .radio.inline + .radio.inline,
.csc-mailform-field .checkbox.inline + .checkbox.inline {
    margin-left: 10px;
}
.csc-mailform-field input,
.csc-mailform-field textarea {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}
.csc-mailform-field input:focus,
.csc-mailform-field textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.csc-mailform-field input[type=submit] {
    float: right;
    border: 0;
    display: block;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    width: auto;
    height: 29px;
    font-size: 14px;
    text-shadow: -1px -1px 1px #000;
    text-decoration: none;
    line-height: 29px;
    border-radius: 2px;
    background: #6f7b8d;
    background: -moz-linear-gradient(top, #6f7b8d 0%, #454c58 100%);
    background: -webkit-linear-gradient(top, #6f7b8d 0%,#454c58 100%);
    background: linear-gradient(top, #6f7b8d 0%,#454c58 100%);
    box-shadow: 0 0 2px #000;
    padding: 0 20px;
}
.csc-mailform-field input[type=submit]:hover {
    background: -moz-linear-gradient(top, #454c58 0%, #6f7b8d 100%);
    background: -webkit-linear-gradient(top, #454c58 0%, #6f7b8d 100%);
    background: linear-gradient(top, #454c58 0%, #6f7b8d 100%);
    box-shadow: 0 0 3px #000;
}
/* tables */


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.ce-table {
    width: 100%;
}

.ce-table p {
  margin: 0;
}

.ce-table th,
.ce-table td {
    padding: 6px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.ce-table th {
    font-weight: bold;
}

.ce-table thead th {
    vertical-align: bottom;
}

.ce-table caption + thead tr:first-child th,
.ce-table caption + thead tr:first-child td,
.ce-table colgroup + thead tr:first-child th,
.ce-table colgroup + thead tr:first-child td,
.ce-table thead:first-child tr:first-child th,
.ce-table thead:first-child tr:first-child td {
    border-top: 0;
}

.ce-table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px;
}


.ce-table-striped {
    border: 1px dashed #dddddd;
}

.ce-table-striped th,
.ce-table-striped td {
  border-top: 1px dashed #dddddd;
  border-left: 1px dashed #dddddd;
}

.ce-table-striped thead th { 
  border-bottom: 2px dashed #dddddd; 
}

.frame-layout-1 .ce-table tbody tr:nth-child(odd) td,
.frame-layout-1 .ce-table tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

.frame-layout-2 .ce-table th {
    background: url('../images/bg_top.png') repeat-x top left;
}

.frame-layout-2 .ce-table tbody tr td,
.frame-layout-2 .ce-table tbody tr th {
    background-color: #fffef3;
    border-top: 1px solid #ffdd00;
}

.frame-layout-2 .ce-table thead th { 
  border-bottom: 2px solid #ffdd00; 
}


.frame-layout-3 .ce-table  th {
    background-color: #bfe7ff;
    color: #2C5C85;
}

.frame-layout-3 .ce-table  tbody tr td,
.frame-layout-3 .ce-table  tbody tr th {
    background-color: #f0faff;
    border-top: 1px solid #4db9fb;
}

.frame-layout-3 .ce-table thead th { 
  border-bottom: 2px solid #4db9fb; 
}

.contenttable-small th,
.contenttable-small td {
    line-height: 16px;
    padding: 0;
    border-top: 0px none;
}
.contenttable-small {
    margin-bottom: 0;
}



.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f5f5;
}



/* schwarz auf weiss */

body.col_sw * { 
	box-shadow: none !important; 
	text-shadow: none !important; 
	filter:none !important; 
	-ms-filter: none !important; 
} 

body.col_sw {
	color: #000;
}
body.col_sw body, body.col_sw button, 
body.col_sw input, body.col_sw select, 
body.col_sw textarea,
body.col_sw .normal-content h4 {
	color: #000;
}
body.col_sw div.search-bar {
	background: #fff;
}
body.col_sw ul.token-input-list-sozialatlas {
	border: 1px solid #000;
	color: #000;
	background: #fff;
}
body.col_sw div.search-bar a.new-search, 
body.col_sw div.search-bar-inner input[type="submit"] {
	background: #000;
	color: #fff;
}

body.col_sw .main-navigation a:link, 
body.col_sw .main-navigation a:visited, 
body.col_sw .main-navigation a:active {
	background: #fff;
	color: #000;
	text-shadow: none;
	border: 2px solid #000;
}
body.col_sw .secondary-navigation li.activeDetail,
body.col_sw .secondary-navigation li.activeDetail *,
body.col_sw .content ul li.result a:hover, 
body.col_sw .main-navigation li.active a,
body.col_sw .main-navigation li.active a:hover {
	color: #FFF;
	background: #000;
}
body.col_sw .secondary-navigation li a:hover,
body.col_sw .secondary-navigation li a:hover *,
body.col_sw .main-navigation li a:hover,
body.col_sw .main-navigation li.active {
	color: #FFF;
	background: #000;
}
body.col_sw .inner-main,
body.col_sw .border-content, 
body.col_sw div.result-bar p.result-ok,
body.col_sw .main,
body.col_sw .secondary-navigation  {
	color: #000;
	background: #fff;
}
body.col_sw.detail .secondary-navigation,
body.col_sw.filterActive .secondary-navigation {
	top: 300px;
}
body.col_sw.filterActive .right-content {
	top: 318px;
}
body.col_sw .right-content h2, 
body.col_sw .additional-content h2 {
    color: #000;
}
body.col_sw strong,
body.col_sw b {
    color: #000;
} 
body.col_sw p.feedback a {
    color: #000;
}

body.col_sw .contenttable th {
    background-color: #fff;
    background: #fff;
    color: #000;
}

body.col_sw .contenttable tbody tr td,
body.col_sw .contenttable tbody tr th {
    background-color: #fff;
    border-top: 1px solid #000;
}

/* weiss auf schwarz */

body.col_ws * { 
	box-shadow: none !important; 
	text-shadow: none !important; 
	filter:none !important; 
	-ms-filter: none !important; 
}

body.col_ws a:link, body.col_ws a:visited, body.col_ws a:active {
    color: #fff;
}

body.col_ws #footer {
    background: #000;
}

body.col_ws ul.toolbox li a {
    color: #000;
}

body.col_ws .content ul li.result a{
    background: #000;
    filter: none;
    color: #fff;
}

body.col_ws {
	color: #fff;
}
body.col_ws body, body.col_ws button, 
body.col_ws input, body.col_ws select, 
body.col_ws textarea,
body.col_ws .normal-content h4 {
	color: #fff;
}
body.col_ws div.search-bar {
	background: #000;
}
body.col_ws ul.token-input-list-sozialatlas {
	border: 1px solid #fff;
	color: #fff;
	background: #000;
}
body.col_ws div.search-bar a.new-search, 
body.col_ws div.search-bar-inner input[type="submit"] {
	background: #fff;
	color: #000;
}

body.col_ws .main-navigation a:link, 
body.col_ws .main-navigation a:visited, 
body.col_ws .main-navigation a:active {
	background: #000;
	color: #fff;
	text-shadow: none;
	border: 2px solid #fff;
}
body.col_ws .secondary-navigation li.activeDetail,
body.col_ws .secondary-navigation li.activeDetail *,
body.col_ws .content ul li.result a:hover,
body.col_ws .content ul li.result a:hover span,
body.col_ws .main-navigation li.active a,
body.col_ws .main-navigation li.active a:hover,
body.col_ws .secondary-navigation li.active a.active{
	color: #000;
	background: #fff;
}
body.col_ws .secondary-navigation li a:hover,
body.col_ws .secondary-navigation li a:hover *,
body.col_ws .main-navigation li a:hover,
body.col_ws .main-navigation li.active {
	color: #000;
	background: #fff;
}
body.col_ws .inner-main,
body.col_ws .border-content, 
body.col_ws div.result-bar p.result-ok,
body.col_ws .main,
body.col_ws .secondary-navigation  {
	color: #fff;
	background: #000;
}
body.col_ws.detail .secondary-navigation,
body.col_ws.filterActive .secondary-navigation {
	top: 300px;
}
body.col_ws.filterActive .right-content {
	top: 318px;
}
body.col_ws .right-content h2, 
body.col_ws .additional-content h2 {
    color: #fff;
}
body.col_ws strong,
body.col_ws b {
    color: #fff;
} 
body.col_ws p.feedback a {
    color: #fff;
}
body.col_ws .name,
body.col_ws .location {
    color: #fff;
}

body.col_ws div.token-input-dropdown-sozialatlas ul li.token-input-dropdown-item-sozialatlas,
body.col_ws div.token-input-dropdown-sozialatlas ul li.token-input-dropdown-item-sozialatlas b,
body.col_ws div.token-input-dropdown-sozialatlas ul li.token-input-dropdown-item2-sozialatlas,
body.col_ws div.token-input-dropdown-sozialatlas ul li.token-input-dropdown-item2-sozialatlas b,
body.col_ws .dropdown-menu a {
    color: #000;
}

body.col_ws div.token-input-dropdown-sozialatlas ul li.token-input-selected-dropdown-item-sozialatlas,
body.col_ws div.token-input-dropdown-sozialatlas ul li.token-input-selected-dropdown-item-sozialatlas b,
body.col_ws .dropdown-menu a:hover {
    color: #fff;
    background: #000;
}


body.col_ws .contenttable th {
    background-color: #000;
    background: #000;
    color: #fff;
}

body.col_ws .contenttable tbody tr td,
body.col_ws .contenttable tbody tr th {
    background-color: #000;
    border-top: 1px solid #fff;
}

/* 2 spaltig */

body.row_2 .main {
	
}
body.row_2 .right-content {
	position: relative;
	right: auto;
	top: 30px;
	width: 90%;
	padding: 20px;
}
body.row_2 .content {
	width: 90%;
}
body.row_2 .content ul.results {
	width: 690px;
}
body.row_2.detail .secondary-navigation {
	display: none;
}
body.row_2.detail .main {
	padding: 0 0 65px 0;
	background-image: none;
}
body.row_2.detail .normal-content {
	width: 624px;
}
body.row_2 .map {
	width: 900px;
}

body.size_125 {
	font-size: 17px;
}
body.size_125 .content h1 {
	font-size: 30px;
}
body.size_125 .content ul li.result a div span {
	font-size: 22px;
}
body.size_125 .content h2 {
	font-size: 22px;
}
body.size_125 .normal-content h2 {
	font-size: 27px;
}

body.size_150 {
	font-size: 20px;
}
body.size_150 .content h1 {
	font-size: 36px;
}
body.size_150 .content ul li.result a div span {
	font-size: 27px;
}
body.size_150 .content h2 {
	font-size: 22px;
}
body.size_150 .normal-content h2 {
	font-size: 33px;
}


#klaro .klaro .cookie-modal .cm-btn {
	border: 0;
	text-align: center;	
	color: #FFF;
	font-size: 14px;
	text-shadow: -1px -1px 1px #000;
	text-decoration: none;
	border-radius: 2px;
	background: #008dde;
	background: -moz-linear-gradient(top, #008dde 0%, #0057a4 100%);
	background: -webkit-linear-gradient(top, #008dde 0%,#0057a4 100%);
	background: linear-gradient(top, #008dde 0%,#0057a4 100%);
	box-shadow: 0 0 2px #000;
  padding: 10px 20px;
}