/* high contrast mode */
html.high-contrast {
	filter: brightness(1) contrast(1) saturate(1.5);
}

html.high-contrast .cookie-banner {
	/* in firefox position fixed is broken */
	position: sticky;
}
a {
    color: #273572; /* RGB(39,53,114) - dark blue */
}

a:hover, a:focus {
    color: #0095db; /*RGB(0, 149, 219) - light-blue */ 
}

.btn {
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 105%;
}

h4 {
	font-size: 97%;
}

h5 {
	font-size: 90%;
}

.color-gray {
	color: #536569;
}

.bg_color-gray {
	background-color: #536569;
}

.navbar-toggle {
	margin-right: 0px;
}

.breadcrump-container {
	margin-bottom: 10px;	
}

.breadcrump-container a::after {
	content: " »";
}

/* Info & Aktuelles - RGB(39,53,114) - dark blue */ 
.navsection-info .section-color {
	color: #273572;
}
.navsection-info .section-bg_color {
	/* background-color: #273572; */
}

.section-color-underline {
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.navsection-info .section-color-underline {
	border-bottom-color: #273572;
}
/* Gemeinde & Daten - RGB(109,131,143) - gray */ 
.navsection-data .section-color {
	color: #6d838f;
}
.navsection-data .section-bg_color {
	background-color: #6d838f;
}
.navsection-data .section-color-underline {
	border-bottom-color: #6d838f;
}
/* Rathaus & Politik - RGB(0,149,219) - light-blue */ 
.navsection-politics .section-color {
	color: #0095db;
}
.navsection-politics .section-bg_color {
	background-color: #0095db;
}
.navsection-politics .section-color-underline {
	border-bottom-color: #0095db;
}
/* Leben & Wohnen - RGB(0,161,75) - green */ 
.navsection-living .section-color {
	color: #00a14b;
}
.navsection-living .section-bg_color {
	background-color: #00a14b;
}
.navsection-living .section-color-underline {
	border-bottom-color: #00a14b;
}
/* Wirtschaft & Handel - RGB(228,3,46) - red */ 
.navsection-commerce .section-color {
	color: #e4032e;
}
.navsection-commerce .section-bg_color {
	background-color: #e4032e;
}
.navsection-commerce .section-color-underline {
	border-bottom-color: #e4032e;
}
/* Freizeit & Kultur - RGB(243,146,0) - orange */ 
.navsection-culture .section-color {
	color: #f39200;
}
.navsection-culture .section-bg_color {
	background-color: #f39200;
}
.navsection-culture .section-color-underline {
	border-bottom-color: #f39200;
}

.section-display {
	font-weight: bold;
	color: black;
}

.section-display a {
	color: #536569; /* dark gray */
}

.nav-item-display a {
	color: #536569; /* dark gray */
}

.navbar-header .navbar-brand {
	padding: 0
}

@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 400;
  src: local('Palanquin Light'), local('Palanquin-Light'), url(/utils/googlefonts/Palanquin/palanquin-light-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Palanquin';
  font-style: italic;
  font-weight: 400;
  src: local('Palanquin Light Italic'), local('Palanquin-Light-Italic'), url(/utils/googlefonts/Palanquin/palanquin-light-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: 700;
  src: local('Palanquin SemiBold'), local('Palanquin-SemiBold'), url(/utils/googlefonts/Palanquin/palanquin-semibold-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Palanquin';
  font-style: normal;
  font-weight: bold;
  src: local('Palanquin SemiBold'), local('Palanquin-SemiBold'), url(/utils/googlefonts/Palanquin/palanquin-semibold-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Palanquin';
  font-style: italic;
  font-weight: 700;
  src: local('Palanquin SemiBold Italic'), local('Palanquin-SemiBold-Italic'), url(/utils/googlefonts/Palanquin/palanquin-semibold-webfont.woff) format('woff');
}
body {
	font-family: Palanquin,Arial,sans-serif;
	font-size: 150%;
	color: #262626; /* 85% black */
}

.headline {
	font-weight: bold;
	font-size: 140%;
}

.teaser {
	font-size: 120%;
}

.body-content {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow-x: visible;
	margin-top: 50px; /* room for the background-bar */
}

.body-content.embedded {
	margin-top: 0px;
}

.maincontent-col {
	overflow: hidden;
}

.pagecontent-area-with-navi {
	margin-top: 0px;
}
body .container-fluid {
	/*font-size:97%;*/
}
/* for debugging purpose: display current Bootstrap mode */
.breakpointindicator {
	position:fixed;
	bottom:5px;
	right:5px;
	color:#c0c0c0;
}

.bodyheading {
	font-weight: bold;
}

/* columns of same height styles
   (http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-columns-of-same-height)
*/
.row-same-height {
    display: table;
	table-layout: fixed;
    width: 100%;
	overflow:hidden;
}
.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
    }
}
@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
    }
}

/* firefox fix (stylesheet from columns of same height article) */
.img-responsive {
    width: 100%;
}

/* vertical alignment styles (stylesheet from columns of same height article) */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}

/* header */
.navbar-header {
	width: 100%;
	z-index: 2;
}
.navbar-header .navbar-brand {
	display: table;
	width: 100%;
}
.navbar-brand-spacer {
	min-width: 620px; /* width of the menu-nav, 6 sections and margins */
	right: 15px;
	display: table-cell;
}
@media (max-width:767px) {
	.navbar-brand-spacer {
		min-width: 50px; /* width of nav-toggle */
	}
}
.navbar-right.mega {
	float: initial;
	margin-right: initial;
	position: absolute;
	right: 10px;
	top: -1px;
}
.navbar-toggle {
	float: initial;
	margin-right: initial;
	position: absolute;
	right: 15px;
	top: 0px;
}
.brand-image {
	display: table-cell;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 5px;
	background-image: url(logo_schriftzug_zweizeilig.svg);
}
.brand-logo {
	display: table-cell;
	min-width: 110px;
	height: 90px;
}
.brand-logo:after {
	content: "";
	position:absolute;
	width: 110px;
	height: 110px;
	top: -20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(logo_wappen.svg);
}
/*.brand-image:before {
	content:"";
	width: 110px;
	height: 110px;
	top: -20px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(logo_wappen.svg);
}
.brand-image:after {
	content:"";
	width: 100%;
	height: 75px;
	top: 5px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 110px 0px;
}*/

@media (min-width: 1150px) {
	/*.brand-image:after {*/
	.brand-image {
		background-image: url(logo_schriftzug.svg);
	}
}
@media (max-width:1150px) {
	/*.brand-image:after {*/
	.brand-image {
		background-image: url(logo_schriftzug_zweizeilig.svg);
	}
}
@media (max-width:767px) {
	/*.brand-image:after {*/
	.brand-image {
		background-image: url(logo_schriftzug_zweizeilig.svg);
		/*max-width: 80%;*/
	}
}
/*@media (max-width:1150px) and (min-width:950px) {
	.brand-image:after {
		background-image: url(logo_schriftzug_zweizeilig.svg);
	}
}
@media (max-width:767px) {
	.brand-image:after {
		background-image: url(logo_schriftzug_zweizeilig.svg);
	}
}
@media (max-width:400px) {
	.brand-image:after {
		background-image: initial;
	}
}*/
.header {
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

.header-background {
	background-color: #cd1719; /* RGB(205,23,25) - red */
	height: 50px;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -10;
}

.tool-bar {
	position: relative;
}

.search-bar {
	position: absolute;
    right: 15px;
    top: -40px;
	max-width: 300px;
}

@media (max-width: 768px) and (min-width: 401px) {
	.search-bar {
		max-width: 240px;
	}
}

@media (max-width: 400px) {
	.search-bar {
		max-width: 180px;
	}
}

.navsection-info .header-background {
	/* background-color: transparent; */
}

.navbar-default .navbar-toggle {
    border-color: transparent;
	background-color: #536569; /* dark gray */
	border-radius: 0;
	color: white;
	min-width: 44px;
	min-height: 44px;
	padding-top: 13px;
    padding-left: 13px;
	z-index: 1;
}

.navbar-default .navbar-toggle.collapsed {
    padding-left: 10px;
}

.navbar-default .navbar-toggle .fa {
	vertical-align: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle:hover {
	background-color: #536569; /* dark gray */
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

/* navigation-banner */
.nav-banner-container {
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 5px;
	max-height: 250px;
}

.nav-banner {
	width: 100%;
}

/* content */
.content-container .content-headline {
	font-weight: bold;
	font-size:  180%;
}

.content-container .content-teaser {
	font-weight: bold;
}

.content-container {
	padding-bottom: 10px;
}

/* sidebar */
.sidebar-col {
	height:100%;
    border-top-width: 1px;
	border-top-color: lightgray;
	border-top-style: solid;
}

@media (max-width: 767px) {
	.sidebar-col {
		padding-top: 10px;
	}
}

@media (min-width: 768px) {
	.sidebar-col {
		display: table-cell;
		border-top-style: none;
        border-left-width: 1px;
		border-left-color: lightgray;
		border-left-style: solid;
    }
}

.sidebar-container .sidebar-entry {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: lightgray;
}

.sidebar-container .sidebar-entry:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

.sidebar-container .sidebar-entry:last-child {
	border: 0;
}

.sidebar-container .sidebar-entry a[href$=".pdf" i] {
	padding-left: 2px;
	color: #262626;
	background-color: transparent;
	border: none;
}

.sidebar-container .sidebar-entry a[href$=".pdf" i]::before {
    content: "";
	display: inline-block;
	width: 20px;
    height: 20px;
	margin-right: 5px;
	margin-bottom: -4px;
    background-image: url(images_PDF.svg);
	background-repeat: no-repeat;
    background-position: right bottom;
}

.sidebar-container .sidebar-entry a[href^="mailto:" i] {
	padding-left: 2px;
	color: #262626;
	background-color: transparent;
	border: none;
}

.sidebar-container .sidebar-entry a[href^="mailto:" i]::before {
	content: "";
	display: inline-block;
	width: 20px;
    height: 20px;
	margin-right: 5px;
	margin-bottom: -4px;
	background-image: url(images_brief.svg);
	background-repeat: no-repeat;
	background-position: right center;
}


/* footer */
.footer .body-content {
	margin-top: 0px;
}

.footer {
	color: white;
	font-weight: bold;
	font-size: 100%;
	background-color: #536569; /* dark gray */
	border: 0;
	border-radius: 0;
	padding-top: 10px;
    padding-bottom: 10px;
}

.footer table {
	table-layout: fixed;
	margin-bottom: 15px;
}

.footer table td {
	padding-right: 5px;
	white-space: nowrap;
}

.footer a {
	color: white;
	font-weight: bold;
}

.footer .content > div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer .content > div {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer .footer-text {
	margin-bottom: 2em;
}

.footer .footer-links {
	list-style: none;
}

.footer .footer-links > li {
	display: inline;
}

.footer .footer-links .spacer::after {
	content: "|";
	margin-left: 5px;
	text-decoration: none;
}

.footer .footer-address {
	font-weight: normal;
}

.footer .footer-subtitle {
	font-weight: bold;
}

.footer .footer-image {
	width: 90px; 
}

.footer .footer-image ~ .col {
	padding-left: 15px;
	padding-right: 15px;
}

.footer .footer-image + .col {
	/* make room for the image */
	padding-left: 100px;
}

@media (max-width:767px) {
	.footer .footer-image ~ .col {
		/* make room for the image */
		padding-left: 100px;
	}
}

.footer .image-container.fon-115 .image {
	width: 200px;
    position: absolute!important;
    bottom: 0;
    right: 0;
}

@media (max-width:767px) {
	.footer .image-container.fon-115 {
		/* make room for the 115 row */
		height: 105px;
	}
}


.footer .footer-image img {
	width: 90px;
	height: 90px;
	position: absolute;
    top: 22px;
}
.hidden {
	display:none;
}
.aria-tooltip[aria-hidden="true"] {
	display:none;
}
.aria-tooltip {
	position: relative;
	display:block;
	background-color: white;
	color: black;
	font-weight: bold;
	opacity: 0.80;
	white-space: nowrap;
	display:inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 1000;
	pointer-events:none;
}

/* proper margins for wrapped form cols */
.form-span:after {
	clear:none !important;
}
.form-span {
	margin-bottom: 0;
}

@media (min-width:992px) {
	.col-md-no-gutter-right {
		padding-right: 0px;
	}
	.col-md-no-gutter-left {
		padding-left: 0px;
	}
	/* support for input looking like add-ons */
	.col-md-no-gutter-right input + .input-group-addon {
		border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
	}
	.col-md-no-gutter-left input {
		border-right: none;
		border-left: none;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
	}
}

/* search */
.ftsearch.listrow:not(:first-child) {
	padding-top: 15px;
}

.ftsearch.listrow {
	padding-bottom: 15px;
	padding-right: 5px;
	
	border-bottom-width: 2px;
	border-bottom-color: #DFE4E8;
	border-bottom-style: solid;
}

.ftsearch.listrow:last-child {
	border-bottom-style: none;
	padding-bottom: 40px;
}

.ftsearch .listrowbody {
	padding-bottom: 11px;
	padding-right: 5px;
}

.ftsearch .listheader .headline {
	color: rgb(230,0,126);
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 5px;
}

.ftsearch .page-loader, .ftsearch .page-content {
	min-height: 250px;
}

.ftsearch iframe {
	min-height: 350px;
}

.ftsearch .btn-navigate-to {
	background-color: #536569 !important; /* dark gray */
	border-color: #536569 !important; /* dark gray */
	color: #ffffff;
	border-radius: 0;
}

.searchResultHeader {
	padding-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-color: #DFE4E8;
	border-bottom-style: solid;
}

.searchResultHeader .searchTitle {
	color: #536569; /* dark gray */
	font-weight: bold;
	font-size: 140%;
	text-transform: uppercase;
}

.searchResultHeader .btn-endsearch {
	background-color: #536569; /* dark gray */
	border-color: #536569; /* dark gray */
	color: #ffffff;
	border-radius: 0;
}

.searchResultHeader input {
	margin-top: 5px;
	margin-bottom: 10px;
}

.searchResultHeader .search-start-container {
	margin-top: 5px;
	margin-bottom: 15px;
}

.searchResultHeader .btn-startsearch {
	background-color: #536569; /* dark gray */
	border-color: #536569; /* dark gray */
	color: #ffffff;
	border-radius: 0;
}

.search-footer .pageinfo {
	margin-bottom: 5px;
	word-break: break-all;
}

.search-footer .pageinfo .pageinfotitle {
	font-weight: bold;
}

.lightense {
	overflow: visible;
}
.magnifying-glass {
	font-size: 2em; /* This controls the size. */
	display: inline-block;
	width: 0.4em;
	height: 0.4em;
	border: 0.1em solid black;
	position: relative;
	border-radius: 0.35em;
	opacity: 0.75;
	z-index: 1;
	cursor: pointer;
}

.magnifying-glass::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: -0.25em;
	bottom: -0.1em;
	border-width: 0;
	background: black;
	opacity: 0.75;
	width: 0.30em;
	height: 0.08em;
	-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		 -ms-transform: rotate(45deg);
		  -o-transform: rotate(45deg);
}

.expand-button .expand-button-icon {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 7px 0 7px;
	display: inline-block;
	margin-left: 5px;
	border-color: gray transparent transparent transparent;
}

.thank-you {
	text-align: center;	
}

.thank-you .header {
	font-size: 250%;
	font-weight: bold;
	margin-bottom: 20px;
}

.thank-you .btn {
	background-color: #536569; /* dark gray */
	border-color: #536569; /* dark gray */
	color: #ffffff;
	border-radius: 0;
}

/* Info & Aktuelles - RGB(39,53,114) - dark blue */ 
.navsection-info .thank-you .btn {
	background-color: #273572;
	border-color: #273572;
}

/* Gemeinde & Daten - RGB(109,131,143) - gray */ 
.navsection-data .thank-you .btn {
	background-color: #6d838f;
	border-color: #6d838f;
}
/* Rathaus & Politik - RGB(0,149,219) - light-blue */ 
.navsection-politics .thank-you .btn {
	background-color: #0095db;
	border-color: #0095db;
}
/* Leben & Wohnen - RGB(0,161,75) - green */ 
.navsection-living .thank-you .btn {
	background-color: #00a14b;
	border-color: #00a14b;
}
/* Wirtschaft & Handel - RGB(228,3,46) - red */ 
.navsection-commerce .thank-you .btn {
	background-color: #e4032e;
	border-color: #e4032e;
}
/* Freizeit & Kultur - RGB(243,146,0) - orange */ 
.navsection-culture .thank-you .btn {
	background-color: #f39200;
	border-color: #f39200;
}

	



.ellipsis {
	overflow: hidden;
	position: relative;
	height: 200px;
	line-height: 25px;
}

.ellipsis-link {
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: border-box;

	float: right; position: relative;
	top: -25px;
	height: 25px;
	width: 7em; margin-left: -7em;
	padding-right: 5px;
	
	background: -webkit-gradient(linear, left top, right top,
				from(rgba(255, 255, 255, 0)), to(white), color-stop(15%, white));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);			
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white); 
	
	text-align: right;
	text-decoration: underline;
}

.ellipsis-link:hover {
	cursor: pointer;
}

.ellipsis:before {
	content:"";
	float: left;
	width: 5px; height: 200px; 
}

.ellipsis > *:first-child {
	float: right;
	width: 100%;
	margin-left: -5px;
}

.ellipsis:not(.ellipsis-no-link):after {
	content: "weiterlesen";

	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: border-box;

	
	float: right; position: relative;
	top: -25px; left: 99%; 
	width: 7em; margin-left: -7em;
	padding-right: 5px;
		
	text-align: right;
	text-decoration: underline;
	
	background: -webkit-gradient(linear, left top, right top,
				from(rgba(255, 255, 255, 0)), to(white), color-stop(15%, white));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);			
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), white 15%, white); 
}

.ellipsis a {
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	overflow: hidden; text-indent: -9999px;
}


.ellipsis.expanded {
	height: initial!important;
}

.ellipsis.expanded:after {
	content: "weniger"!important;
}

.ellipsis-link:after {
	content: "weiterlesen";
}
.ellipsis-link.expanded:after {
	content: "weniger"!important;
}

/* mega menu list */
.nav-menu {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 15;
}

/* a top level navigation item in the mega menu */
.nav-item {
	position: relative;
	list-style: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	max-width: 100px;
	width: 100px;
}

/* first descendant link within a top level navigation item */
.nav-item > a {
	display: inline-block;
	margin: 0 0 -1px 0;
	border: 1px solid transparent;
	/*opacity: 0.25;*/
	opacity: 1;
}

.nav-item > a img.color {
	display: none !important;
}

/* show/hide colored or gray image */
.nav-item > a img.gray {
	display: inline-block !important;
}
.navbar-nav > .nav-item > a {
	padding: 0px 5px;
}

.nav-item > a > img {
	height: 75px;
}

/* focus/open states of first descendant link within a top level 
navigation item */
.nav-item > a:focus,
.nav-item > a.open {
	border: 1px solid transparent;
	opacity: 1;
}

/* show/hide colored or gray image */
.nav-item > a.open img.gray {
	display: none !important;
}
.nav-item > a.open img.color {
	display: inline-block !important;
}

/* open state of first descendant link within a top level 
navigation item */
.nav-item > a.open {
	border-bottom: none;
	z-index: 1;
}

/* sub-navigation panel */
.sub-nav.col-1 {
	/*min-width: 200px;*/
}
.sub-nav.col-2 {
	/*min-width: 400px;*/
}
.sub-nav.col-3 {
	/*min-width: 600px;*/
}

.sub-nav {
	position: absolute;
	display: table;
	visibility: hidden;
	margin-top: 1px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	/* border: 1px solid #dedede; */
	background-color: #d1e1e4; /* light blue - RGB(231,245,249) */
	right: 0;
	border-top: 5px;
    border-top-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* on smaller screens move align the left-most menus to the left */
@media (min-width: 767px) and (max-width:991px) {
	.sub-nav.section-1 {
		right: initial;
		left: 0;
	}
	.sub-nav.section-2 {
		right: initial;
		left: 0;
	}
	.sub-nav.section-3 {
		right: -100px;
	}
	.sub-nav.section-4 {
		right: -200px;
	}
	.sub-nav.section-5 {
		right: -300px;
	}
}

/* sub-navigation panel open state */
.sub-nav.open {
	visibility: visible;
}

/* list of items within sub-navigation panel */
.sub-nav ul {
	display: table-cell;
	vertical-align: top;
	margin: 0 1em 0 0;
	padding: 0;
}

/* list item within sub-navigation panel */
.sub-nav li {
	display: block;
	list-style-type: none;
	/* padding-left: 10px;
	margin-left: -10px;*/
	text-indent: 5px;
}

.sub-nav-item {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
    padding-right: 5px;
	white-space: nowrap;
	min-height: 33px;
}

.sub-nav li a {
	color: inherit;
	text-decoration: none;
	background-color: transparent !important;
}

.sub-nav-group {
	min-width: 215px;
	padding-right: 10px;
}

/* hiding and showing the child-items */

/* mark every open item */
.sub-nav-group .sub-nav-item.open:after {
	/* content: ' >' */
}

/* prevent marking on the deepest level */
.sub-nav-group[data-navLevel="4"] .sub-nav-item.open:after {
	content: none;
}

/* hide the nav-group and all items > level 3 at the start */
.sub-nav-group[data-navLevel="4"] {
	display: table-cell;
}

.sub-nav-group[data-navLevel="4"] li {
	display: none;
}

.sub-nav-group[data-navLevel="3"] {
	display: table-cell;
}

.sub-nav-group[data-navLevel="3"] li {
	display: none;
}

.sub-nav-group[data-navLevel="2"] {
	display: table-cell;
}

.sub-nav-group[data-navLevel="2"] li {
	display: none;
}

.sub-nav-group[data-navLevel="3"] {
	display: table-cell;
}

.sub-nav-group[data-navLevel="3"] li {
	display: none;
}

/* color per navigation section */
.sub-nav.navsection-info {
	border-color: #273572; /* dark blue */
}
.sub-nav.navsection-data {
	border-color: #6d838f; /* gray */
}
.sub-nav.navsection-politics {
	border-color: #0095db; /* light-blue */
}
.sub-nav.navsection-living {
	border-color: #00a14b; /* green */
}
.sub-nav.navsection-commerce {
	border-color: #e4032e; /* red */
}
.sub-nav.navsection-culture {
	border-color: #f39200; /* orange */
}

.sub-nav-group .sub-nav-item.open a {
	color: #ffffff;
	/*font-weight: bold;*/
}

.sub-nav-group {
	border-left: 1px;
	border-left-style: solid;
	display: table-cell;
}
.sub-nav-group:first-child {
	border:none;
}
.sub-nav-group a.is-parent-nav-item:after {
	font-family: "FontAwesome";
	content: "\f0da";
	color: #536569;/* dark gray */
	margin-left: 5px;
}

.sub-nav.navsection-info .sub-nav-item.open {
	background-color: #273572; /* dark blue */
}
.sub-nav.navsection-data .sub-nav-item.open {
	background-color: #6d838f; /* gray */
}
.sub-nav.navsection-politics .sub-nav-item.open {
	background-color: #0095db; /* light-blue */
}
.sub-nav.navsection-living .sub-nav-item.open {
	background-color: #00a14b; /* green */
}
.sub-nav.navsection-commerce .sub-nav-item.open {
	background-color: #e4032e; /* red */
}
.sub-nav.navsection-culture .sub-nav-item.open {
	background-color: #f39200; /* orange */
}

/* mark the nav-item of the current page */
.navsection-info .nav-item[data-navSection="info"] > a {
	opacity: 1;
}
.navsection-info .nav-item[data-navSection="info"] > a img.gray {
	display: none !important;
}
.navsection-info .nav-item[data-navSection="info"] > a img.color {
	display: inline-block !important;
}

.navsection-data .nav-item[data-navSection="data"] > a {
	opacity: 1;
}
.navsection-data .nav-item[data-navSection="data"] > a img.gray {
	display: none !important;
}
.navsection-data .nav-item[data-navSection="data"] > a img.color {
	display: inline-block !important;
}

.navsection-politics .nav-item[data-navSection="politics"] > a {
	opacity: 1;
}
.navsection-politics .nav-item[data-navSection="politics"] > a img.gray {
	display: none !important;
}
.navsection-politics .nav-item[data-navSection="politics"] > a img.color {
	display: inline-block !important;
}

.navsection-living .nav-item[data-navSection="living"] > a {
	opacity: 1;
}
.navsection-living .nav-item[data-navSection="living"] > a img.gray {
	display: none !important;
}
.navsection-living .nav-item[data-navSection="living"] > a img.color {
	display: inline-block !important;
}

.navsection-commerce .nav-item[data-navSection="commerce"] > a {
	opacity: 1;
}
.navsection-commerce .nav-item[data-navSection="commerce"] > a img.gray {
	display: none !important;
}
.navsection-commerce .nav-item[data-navSection="commerce"] > a img.color {
	display: inline-block !important;
}

.navsection-culture .nav-item[data-navSection="culture"] > a {
	opacity: 1;
}
.navsection-culture .nav-item[data-navSection="culture"] > a img.gray {
	display: none !important;
}
.navsection-culture .nav-item[data-navSection="culture"] > a img.color {
	display: inline-block !important;
}
.navbar-nav .mini-nav {
	padding-left: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
}

.mini-nav-container .mini.tree {
	line-height: 2em;
}

.mini-nav-container {
	position: absolute;
	width: 75%;
	padding-left: 0px;
	overflow: hidden;
	padding-right: 15px;
	right: 15px;
	background-color: #d1e1e4; /* light blue - RGB(231,245,249) */
	border-radius: 3px;
	top: 52px; /*navbar-toggle-button margin + height */
}

.mini-nav-container .fancytree-container {
	font-family: Palanquin, Arial, sans-serif !important;
}

@media (max-width:400px) {
	.mini-nav-container {
		min-width: 320px;
		right: initial;
		left: 0px;
	}
}

.mini-nav-container .mini.tree .fancytree-container {
	overflow: hidden;
	background-color: #d1e1e4; /* light blue - RGB(231,245,249) */
	border: 0;
	padding-left: 0px;
	padding-right: 0px;
}

.mini-nav-container .mini.tree .fancytree-container li {
	margin-bottom: 5px;
}

.mini-nav-container .mini.tree .fancytree-container > .fancytree-lastsib {
	height: 0!important; /* hide a dummy-node on the first level */
}
.mini-nav-container .mini.tree .fancytree-node .fancytree-title {
	border: 0;
	border-radius: 0;
	color: inherit;
}
.mini-nav-container .mini.tree .fancytree-node.fancytree-active .fancytree-title {
	color: white;
}

.mini-nav-container .mini.tree .fancytree-node.section {
	height: 3.5em;
	z-index: -2;
}

.mini-nav-container .mini.tree .fancytree-node.section .fancytree-title {
	background-color: #536569; /* dark gray */
}


.mini-nav-container .mini.tree .fancytree-node .node-title-container {
	display: table;
	width: 100%;
	height: 3.5em;
}
.mini-nav-container .mini.tree .fancytree-node .node-title {
	display: table-cell;
	vertical-align: middle;
}
.mini-nav-container .mini.tree .fancytree-node .node-image {
	display: table-cell;
	width: 3.5em;
	height: 3.5em;
	padding: 5px;
	border-left-color: #d1e1e4; /* light blue - RGB(231,245,249) */
	border-left-width: 5px;
	border-left-style: solid;
}
.mini-nav-container .mini.tree .fancytree-node.section .fancytree-title {
	color: white;
	font-weight: bold;
}

.mini-nav-container .mini.tree .fancytree-node.section .fancytree-title a {
	color: white;
}

.mini-nav-container .mini.tree span.fancytree-level-1 span.fancytree-title {
	padding-left: 40px !important;
}

.mini-nav-container .mini.tree span.fancytree-level-2 span.fancytree-title {
	padding-left: 40px !important;
}

.mini-nav-container .mini.tree span.fancytree-level-3 span.fancytree-title {
	padding-left: 55px !important;
}

.mini-nav-container .mini.tree span.fancytree-level-4 span.fancytree-title {
	padding-left: 70px !important;
}

.mini-nav-container .mini.tree span.fancytree-level-5 span.fancytree-title {
	padding-left: 80px !important;
}

.mini-nav-container .mini.tree .fancytree-node.fancytree-level-1 .fancytree-expander {
	padding-left: 25px;
}

.mini-nav-container .mini.tree .fancytree-node.fancytree-level-2 .fancytree-expander {
	padding-left: 0px;
}

.mini-nav-container .mini.tree .fancytree-node.fancytree-level-3 .fancytree-expander {
	padding-left: 0px;
}

.mini-nav-container .mini.tree .fancytree-node.fancytree-level-4 .fancytree-expander {
	padding-left: 0px;
}

.mini-nav-container .mini.tree .fancytree-node.fancytree-level-5 .fancytree-expander {
	padding-left: 0px;
}

.mini-nav-container .mini.tree .fancytree-expander {
	font-family: FontAwesome;
    color: black;
	display: inline-block;
	height: 100%;
}

.mini-nav-container .mini.tree .fancytree-node.section .fancytree-expander:after {
	line-height: 3em;
}

.mini-nav-container .mini.tree .fancytree-exp-e .fancytree-expander:after {
	content: "\f0d7";
}

.mini-nav-container .mini.tree .fancytree-exp-ed .fancytree-expander:after {
	content: "\f0d7";
}

.mini-nav-container .mini.tree .fancytree-exp-el .fancytree-expander:after {
	content: "\f0d7";
}

.mini-nav-container .mini.tree .fancytree-exp-ef .fancytree-expander:after {
	content: "\f0d7";
}

.mini-nav-container .mini.tree .fancytree-exp-c .fancytree-expander:after {
	content: "\f0da";
}

.mini-nav-container .mini.tree .fancytree-exp-cd .fancytree-expander:after {
	content: "\f0da";
}

.mini-nav-container .mini.tree .fancytree-exp-cl .fancytree-expander:after {
	content: "\f0da";
}

.mini-nav-container .mini.tree .fancytree-exp-cf .fancytree-expander:after {
	content: "\f0da";
}

.mini-nav-container .mini.tree .fancytree-node.section .fancytree-expander:after {
    color: white;
}

.mini-nav-container .mini.tree .fancytree-container .fancytree-icon {
	display:none;
}

.mini-nav-container .mini.tree .fancytree-node .node-image .color,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-level-1 .node-image .color {
	display: none;
}

.mini-nav-container .mini.tree .fancytree-node:hover .node-image .color,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-expanded.fancytree-level-1 .node-image .color {
	display: block;
}

.mini-nav-container .mini.tree .fancytree-node .node-image .gray,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-level-1 .node-image .gray {
	display: block;
}

.mini-nav-container .mini.tree .fancytree-node:hover .node-image .gray,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-expanded.fancytree-level-1 .node-image .gray {
	display: none;
}

/* Info & Aktuelles - RGB(109,131,143) - dark blue */ 
.mini-nav-container .mini.tree .fancytree-node.section.fancytree-expanded.navsection-info .fancytree-title {
	border-color: #273572;
	background-color: #273572;
}

/* Info & Aktuelles - RGB(14,28,89) - dark blue, darkened by 10% */ 
.mini-nav-container .mini.tree .fancytree-node.navsection-info:hover .fancytree-title,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-active.navsection-info .fancytree-title {
	border-color: #0E1C59 !important;
	background-color: #0E1C59 !important;
}

/* Gemeinde & Daten - RGB(109,131,143) - gray */ 
.mini-nav-container .mini.tree .fancytree-node.section.fancytree-expanded.navsection-data .fancytree-title {
	border-color: #6d838f;
	background-color: #6d838f;
}

/* Gemeinde & Daten - RGB(84,106,118) - gray, darkened by 10% */ 
.mini-nav-container .mini.tree .fancytree-node.navsection-data:hover .fancytree-title,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-active.navsection-data .fancytree-title {
	border-color: #546A76 !important;
	background-color: #546A76 !important;
}

/* Rathaus & Politik - RGB(0,149,219) - light-blue */ 
.mini-nav-container .mini.tree .fancytree-node.section.fancytree-expanded.navsection-politics .fancytree-title {
	border-color: #0095db;
	background-color: #0095db;
}

/* Rathaus & Politik - RGB(0,124,194) - light-blue, darkened by 10% */ 
.mini-nav-container .mini.tree .fancytree-node.navsection-politics:hover .fancytree-title,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-active.navsection-politics .fancytree-title {
	border-color: #007CC2 !important;
	background-color: #007CC2 !important;
}

/* Leben & Wohnen - RGB(0,161,75) - green */ 
.mini-nav-container .mini.tree .fancytree-node.section.fancytree-expanded.navsection-living .fancytree-title
	border-color: #00a14b;
	background-color: #00a14b;
}

/* Leben & Wohnen - RGB(0,136,50) - green, darkened by 10% */ 
.mini-nav-container .mini.tree .fancytree-node.navsection-living:hover .fancytree-title,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-active.navsection-living .fancytree-title {
	border-color: #008832 !important;
	background-color: #008832 !important;
}

/* Wirtschaft & Handel - RGB(228,3,46) - red */ 
.mini-nav-container .mini.tree .fancytree-node.section.fancytree-expanded.navsection-commerce .fancytree-title {
	border-color: #e4032e;
	background-color: #e4032e;
}

/* Wirtschaft & Handel - RGB(203,0,21) - red, darkened by 10% */ 
.mini-nav-container .mini.tree .fancytree-node.navsection-commerce:hover .fancytree-title,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-active.navsection-commerce .fancytree-title {
	border-color: #CB0015 !important;
	background-color: #CB0015 !important;
}

/* Freizeit & Kultur - RGB(243,146,0) - orange */ 
.mini-nav-container .mini.tree .fancytree-node.section.fancytree-expanded.navsection-culture .fancytree-title {
	border-color: #f39200;
	background-color: #f39200;
}

/* Freizeit & Kultur - RGB(218,121,0) - orange, darkened by 10% */ 
.mini-nav-container .mini.tree .fancytree-node.navsection-culture:hover .fancytree-title,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-active.navsection-culture .fancytree-title {
	border-color: #DA7900 !important;
	background-color: #DA7900 !important;
}

.mini-nav-container .mini.tree .fancytree-node:hover .fancytree-title a,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-expanded .fancytree-title a,
	.mini-nav-container .mini.tree .fancytree-node.fancytree-active .fancytree-title a {
	color: white;
}
.mini-nav-container .mini.tree .fancytree-plain.fancytree-container.fancytree-treefocus span.fancytree-node.fancytree-focused span.fancytree-title {
	color: white;
}
.mini-nav-container .mini.tree table.fancytree-ext-table.fancytree-treefocus.fancytree-container > tbody > tr.fancytree-focused span.fancytree-title {
	color: white;
}

.mini-nav-container .mini.tree .fancytree-container span.fancytree-title {
	cursor: default;
}
.mini-nav-container .mini.tree .fancytree-container span.fancytree-title a {
	cursor: pointer;
}
.mini-nav-container .mini.tree .fancytree-container span.fancytree-icon {
	cursor: pointer
}
/* box for a single link in sidebar */
.linkbox {
	background-color: #d1e1e4; /* light-green */
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	padding-bottom:15px;
}
.linkbox .headline {
    color: #ffffff;
	font-weight: bold;
}
.linkbox a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0px;
}
.linkbox a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.linkbox.compact a::after {
	/*content: "»";
	margin-left: 2px;*/
}
.linkbox .headline {
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 4px;
}
.linkbox .teaser {
	padding-left: 10px;
	padding-right: 10px;
}
.linkbox .linkbutton {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
.linkbox-row {
	margin-top: 20px;
}
@media(max-width:767px) { /* XS */
	.linkbox {
		margin-bottom: 20px;
	}
	.linkbox .teaser {
		font-size:108%;
	}
}
/* color per navigation section */
.navsection-info .linkbox.compact {
	background-color: #273572; /* dark blue */
}
.navsection-info .linkbox a {
	background-color: #273572; /* dark blue */
	border-color: #273572; /* dark blue */
}
.navsection-data .linkbox.compact {
	background-color: #6d838f; /* gray */
}
.navsection-data .linkbox a {
	background-color: #6d838f; /* gray */
	border-color: #6d838f; /* gray */
}
.navsection-politics .linkbox.compact {
	background-color: #0095db; /* light-blue */
}
.navsection-politics .linkbox a {
	background-color: #0095db; /* light-blue */
	border-color: #0095db; /* light-blue */
}
.navsection-living .linkbox.compact {
	background-color: #00a14b; /* green */
}
.navsection-living .linkbox a {
	background-color: #00a14b; /* green */
	border-color: #00a14b; /* green */
}
.navsection-commerce .linkbox.compact {
	background-color: #e4032e; /* red */
}
.navsection-commerce .linkbox a {
	background-color: #e4032e; /* red */
	border-color: #e4032e; /* red */
}
.navsection-culture .linkbox.compact {
	background-color: #f39200; /* orange */
}
.navsection-culture .linkbox a {
	background-color: #f39200; /* orange */
	border-color: #f39200; /* orange */
}
/* box tagged as info with multiple links*/
.infobox {
}
.infobox .header-container {
	width: 100%;
}
.infobox .content-container {
	background-color: #d1e1e4; /* light-green */
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	max-width: 100%!important;
	overflow-x: auto;
}
.infobox .header-container:first-child {
	margin-top: 0px;
}
.infobox .header {
	width: 100%;
	height: 3em; /* min-height doesn't work in firefix */
	position: relative;
	display: table;
	padding-top: 3px;
	z-index: 1;
}
.infobox .header .fa {
	float: left;
    top: -0.5em;
    position: relative;
    color: #ffffff;
	padding-left: 10px;
}
.infobox .header .image {
	top: -1px;
    position: absolute;
    color: #ffffff;
    height: 3.5em;
    width: 3.5em;
    right: 10px;
}
.infobox .header .image-spacer {
    height: 100%;
    width: 3.5em;
	padding-right: 10px;
    display: none;/*table-cell;*/
}
.infobox .header .image img {
	max-height: 100%;
    height: inherit;
}
.infobox .header .headline {
    font-weight: bold;
	width: 100%;
    padding-left: 10px;
    /*padding-right: 10px;*/
	padding-right: 4em;
    color: #ffffff !important;
    display: table-cell;
    vertical-align: middle;
}
.infobox .teaser {
	clear: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13pt;
	margin-bottom: 4px;
}
.infobox .content-container.bg-image {
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
}
.infobox .content {
	padding-left: 10px;
	padding-right: 10px;
}
.infobox ul {
	list-style: none;
	padding-left: 10px;
}
.infobox li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.infobox a {
	text-decoration: none;
	color: #000000;
}
.infobox a:hover {
	text-decoration: underline;
}
.infobox .linkbutton a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0px;
}
.infobox .content-container.bg-image .linkbutton a {
    background-color: white;
	color: black;
    opacity: 0.75;
}
.infobox .linkbutton a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.infobox .linkbutton {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.infobox .linkbutton a:after {
	content: "»";
	padding-left: 3px;
}
@media(max-width:767px) { /* XS */
	.infobox {
		margin-bottom: 20px;
	}
}

.infobox .header .headline {
	background-color: #536569; /* dark gray */
}
.infobox .header .image-spacer {
	background-color: #273572; /* dark blue */
}
.infobox .teaser {
	color: #536569; /* dark gray */
}
.infobox .linkbutton a {
	background-color: #536569; /* dark gray */
	border-color: #536569; /* dark gray */
}
.infobox .content-container.bg-image .linkbutton a {
	color: #536569; /* dark gray */
}

.infobox.events-box .content {
	/** crop box content to show the first x lines */
	line-height:23px;
	overflow:hidden;
}
@media(max-width:1px) { /*disabled*/
	/* color per navigation section */
	.navsection-info .infobox .header .headline {
		background-color: #273572; /* dark blue */
	}
	.navsection-info .infobox .header .image-spacer {
		background-color: #273572; /* dark blue */
	}
	.navsection-info .infobox .teaser {
		color: #273572; /* dark blue */
	}
	.navsection-info .infobox .linkbutton a {
		background-color: #273572; /* dark blue */
		border-color: #273572; /* dark blue */
	}
	.navsection-info .infobox .content-container.bg-image .linkbutton a {
		color: #273572; /* dark blue */
	}
	.navsection-data .infobox .header .headline {
		background-color: #6d838f; /* gray */
	}
	.navsection-data .infobox .header .image-spacer {
		background-color: #6d838f; /* gray */
	}
	.navsection-data .infobox .teaser {
		color: #6d838f; /* gray */
	}
	.navsection-data .infobox .linkbutton a {
		background-color: #6d838f; /* gray */
		border-color: #6d838f; /* gray */
	}
	.navsection-data .infobox .content-container.bg-image .linkbutton a {
		color: #6d838f; /* gray */
	}
	.navsection-politics .infobox .header .headline {
		background-color: #0095db; /* light-blue */
	}
	.navsection-politics .infobox .header .image-spacer {
		background-color: #0095db; /* light-blue */
	}
	.navsection-politics .infobox .headline {
		color: #0095db; /* light-blue */
	}
	.navsection-politics .infobox .linkbutton a {
		background-color: #0095db; /* light-blue */
		border-color: #0095db; /* light-blue */
	}
	.navsection-politics .infobox .content-container.bg-image .linkbutton a {
		color: #0095db; /* light-blue */
	}
	.navsection-living .infobox .header .headline {
		background-color: #00a14b; /* green */
	}
	.navsection-living .infobox .header .image-spacer {
		background-color: #00a14b; /* green */
	}
	.navsection-living .infobox .teaser {
		color: #00a14b; /* green */
	}
	.navsection-living .infobox .linkbutton a {
		background-color: #00a14b; /* green */
		border-color: #00a14b; /* green */
	}
	.navsection-living .infobox .content-container.bg-image .linkbutton a {
		color: #00a14b; /* green */
	}
	.navsection-commerce .infobox .header .headline {
		background-color: #e4032e; /* red */
	}
	.navsection-commerce .infobox .header .image-spacer {
		background-color: #e4032e; /* red */
	}
	.navsection-commerce .infobox .teaser {
		color: #e4032e; /* red */
	}
	.navsection-commerce .infobox .linkbutton a {
		background-color: #e4032e; /* red */
		border-color: #e4032e; /* red */
	}
	.navsection-commerce .infobox .content-container.bg-image .linkbutton a {
		color: #e4032e; /* red */
	}
	.navsection-culture .infobox .header .headline {
		background-color: #f39200; /* orange */
	}
	.navsection-culture .infobox .header .image-spacer {
		background-color: #f39200; /* orange */
	}
	.navsection-culture .infobox .teaser {
		color: #f39200; /* orange */
	}
	.navsection-culture .infobox .linkbutton a {
		background-color: #f39200; /* orange */
		border-color: #f39200; /* orange */
	}
	.navsection-culture .infobox .content-container.bg-image .linkbutton a {
		color: #f39200; /* orange */
	}
}
/** width of info-box-header is wrong on safari */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	@media {
		.infobox .content-container {
			margin-right: 1px;
		}
	}
}

/** adjust linkbutton for pdf and mailto anchors */
.infobox .linkbutton a[href$=".pdf" i] {
	color: #262626;
	background-color: transparent;
	border: none;
	font-weight: normal;
}

.infobox .linkbutton a[href$=".pdf" i]:hover {
	text-decoration: underline;
	color: #262626;
}

.infobox .linkbutton a[href$=".pdf" i]:after {
	content: "";
}

.infobox .linkbutton a[href^="mailto:" i] {
	color: #262626;
	background-color: transparent;
	border: none;
	font-weight: normal;
}

.infobox .linkbutton a[href^="mailto:" i]:hover {
	text-decoration: underline;
	color: #262626;
}

.infobox .linkbutton a[href^="mailto:" i]:after {
	content: "";
}
.sectionnav-container {
	position: relative;
	width: 206px;
	height: 186px;
	margin-bottom: 10px;
	display: table-cell;
    vertical-align: middle;
    text-align: center;
	background-image: url(icons_sectionnav_alle_farbe.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 850px) { 
	.sectionnav-container.sectionnav-responsive {
		-ms-transform: scale(.9);
		-webkit-transform: scale(.9);
		transform: scale(.9);

		position: absolute;
		bottom: 10px;
		right: -10px;
	}
}

.sectionnav {
	position: absolute;
	width: 96px;
	height: 88px;
	background-repeat: no-repeat;
	background-size: contain;
}
.sectionnav.north.west {
	top: 0px;
	left: 0px;
}
.sectionnav.north.east {
	top: 0px;
	right: 0px;
}
.sectionnav.south.west {
	bottom: 0px;
	left: 0px;
}
.sectionnav.south.east {
	bottom: 0px;
	right: 0px;
}
.sectionnav.center {
	position: absolute;
	display: inline-block;
	border: 1px solid transparent;
	top: 50px;
	left: 58px;
	width: 88px;
	height: 94px;
	border-bottom-right-radius: 90px;
	border-bottom-left-radius: 90px;
}
/* color per navigation section */
.navsection-data .sectionnav-container {
	background-image: url(icons_sectionnav_alle_grau.svg);
}
.sectionnav-container.multi-image {
	background-image: none;
}
.sectionnav-container.multi-image .sectionnav {
	width:110px;
	height: 94px;
}
.sectionnav-container.multi-image .sectionnav.center {
	width:94px;
}
.sectionnav-container.multi-image .sectionnav.north.west {
	background-image: url(icon_links_oben_grau.svg);
}
.sectionnav-container.multi-image .sectionnav.north.east {
	background-image: url(icon_rechts_oben_grau.svg);
}
.sectionnav-container.multi-image .sectionnav.south.west {
	background-image: url(icon_links_unten_grau.svg);
}
.sectionnav-container.multi-image .sectionnav.south.east {
	background-image: url(icon_rechts_unten_grau.svg);
}
.sectionnav-container.multi-image .sectionnav.center {
	background-image: url(wappen_mitte_grau.svg);
}

.sectionnav-container.multi-image .sectionnav.north.west:hover, .navsection-politics .sectionnav-container.multi-image .sectionnav.north.west {
	background-image: url(icon_links_oben_farbe.svg);
}
.sectionnav-container.multi-image .sectionnav.north.east:hover, .navsection-living .sectionnav-container.multi-image .sectionnav.north.east {
	background-image: url(icon_rechts_oben_farbe.svg);
}
.sectionnav-container.multi-image .sectionnav.south.west:hover, .navsection-commerce .sectionnav-container.multi-image .sectionnav.south.west {
	background-image: url(icon_links_unten_farbe.svg);
}
.sectionnav-container.multi-image .sectionnav.south.east:hover, .navsection-culture .sectionnav-container.multi-image .sectionnav.south.east {
	background-image: url(icon_rechts_unten_farbe.svg);
}
.sectionnav-container.multi-image .sectionnav.center:hover, .navsection-data .sectionnav-container.multi-image .sectionnav.center {
	background-image: url(wappen_mitte_farbe.svg);
}
.contact .headline {
	color: #273572; /* dark blue */
	font-weight: bold;
}
.contact a {
	text-decoration: underline;
	color: #000000;
}
.contact a:hover {
	text-decoration: underline;
	color: #253D7C;
}
.contact .contact-table {
	display: table;
}
.contact .contact-row {
	display: table-row;
}
.contact .contact-cell  {
	display: table-cell;
}

.contact .icon-col {
	width: 50px;
	height: 70px;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
}

.contact .icon-col {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;	
}
.contact .icon-col.icon-envelope {
	background-image: url("images_sidebar_envelope.svg");
}

.contact .icon-col.icon-phone {
	background-image: url("images_sidebar_phone.svg");
	background-size:40px auto;
}
.contact .text-col {
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	font-size: 95%;
}

.contact .text-col a[href^="mailto:" i]:before {
	display: none;
}
.sitemap-navbar {
	margin-bottom: 0px;
	border-radius: 4px;
}
.sitemap-navbar {
	/*display: block;*/
}
.sitemap-navbar .body-content {
    margin-top: 0px;
}
.sitemap {
	display: table;
	width: 100%;
	font-size: 97%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sitemap .section {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
}

.sitemap .section:first-child {
	padding-left: 0px;
}

.sitemap .section:last-child {
	padding-right: 0px;
}

.sitemap ul {
	padding-left: 0px;
}
.sitemap .sitmap-list {
	padding-left: 10px;
}
.sitemap ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	margin-bottom: 5px;
}

.sitemap .section .node-title {
	font-weight: bold;
}

.sitemap-full .sitemap {
	/* let top border of top entries disappear */
	padding-top: 0px;
	overflow:hidden;
}
.sitemap-full .sitemap .folder.section {
	padding-left: 0px;
	word-wrap: break-word;
	padding-left: 0px;
	/* separator for wrapped boxes */
	word-wrap: break-word;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: lightgray;
	margin-top: -1px;
	margin-bottom: 2px;
}
.sitemap-full .sitemap .sitmap-list-level-2 li::before {
	content: "» "
}
.tool-bar {
	position: relative;
}

.action-bar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.action-bar .group {
	flex: 0 0 auto;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;

	list-style: none;
	margin: 0;
	padding: 0;
}
.action-bar .group.actions {
	overflow: visible;
}
.action-bar .group:not(:last-child) {
	/*margin-right: 24px;*/
}

.action-bar .group.links {
	text-transform: uppercase;
}

.action-bar .group.links a {
}

.action-bar .group.actions .btn {
	background-color: transparent;
	padding: 0 0;
}
.action-bar .group.actions .dropdown:not(:last-child) .btn {
	margin-right: 0;
}

.action-bar .group  .action:focus,
 .action-bar .group  .action:active:focus,
 .action-bar .group  .action.active:focus {
	outline: none;
    box-shadow: none;
    border-bottom: 2px solid rgb(208,208,208);
    border-radius: 0;
	margin-bottom: -2px;
	padding-bottom: 5px;
	box-shadow: none;
}

.action-bar .group .btn:focus,
 .action-bar .group .btn:active:focus,
 .action-bar .group .btn.active:focus,
 .action-bar .group  .btn.focus,
 .action-bar .group  .btn:active.focus,
 .action-bar .group  .btn.active.focus {
	outline: none;
    box-shadow: none;
    border-bottom: 2px solid rgb(208,208,208);
    border-radius: 0;
	box-shadow: none;
	margin-bottom: 4px;
	padding-bottom: 0;
}

.action-bar .action img {
	width: 24px;
	height: 24px;
}
.action-bar .input-group input+.input-group-addon img {
	width: 16px;
	height: 16px;
}

.action-bar .group.actions .action.icon:before {
	content: "";
	display: inline-block;
	height: 24px;
    width: 28px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
.action-bar .group.actions .contrast.action.icon:before {
	background-image: url('images_Kontrast.svg');
}
.action-bar .group.actions .contrast.action span {
	display: none; /* icon contains the dropdown */
}
.action-bar .group.actions .fontsize.action.icon:before {
	background-image: url('images_Schriftgroesse.svg');
}
.action-bar .group.actions .fontsize.action span {
	display: none; /* icon contains the dropdown */
}
.action-bar .group.actions .language.action.icon:before {
	background-image: url('language.svg');
}
.action-bar .group.actions .language.action span {
	display: none; /* icon contains the dropdown */
}
.action-bar .group.search {
	overflow: visible;
}

.action-bar .dropdown-menu {
	z-index: 2000;
}

.action-bar .group.search .dropdown-menu form {
    padding: 10px;
}
.action-bar .group.search .searchfield:not(.dropdown) {
	width: 250px;
	max-width: 100vw;
	max-width: calc(100vw - 20px);
}

@media (max-width: 300px) {
	.action-bar .group.search .dropdown-menu.dropdown-menu-right {
		right: -15px;
	}
}

.action-bar .group.search .searchfield label {
	background-color: transparent;
	border: 0;
	padding: 0;
}
.action-bar .group.search .searchfield input+.input-group-addon {
	cursor:pointer;
}
.action-bar .group.search .searchfield .input-group-addon + input {
	padding-left: 4px;
}
.action-bar .group.search .searchfield label .title {
	display: none;
}

.action-bar .group.search .searchfield label:after {
	content: "";
	display: inline-block;
	width: 2.5em;
    height: 2.5em;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('search_icon.svg');
	background-position: center center;
}

.action-bar .group .action {
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.action-bar-container.header {
	/* push it up over the background */
	margin-top: -40px;
    margin-bottom: 0px;
	
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	padding-right: 15px;
    padding-left: 15px;
}

.action-bar-container.header .action-bar .reader-action {
  display: none;
}
.action-bar-container.content {
  display: flex!important;
}
.action-bar-container.content .action-bar .reader-action img {
    width: auto;
    height: 36px;
}

.action-bar-container .dropdown-menu .info {
	padding: 5px;
}

@media all and (-ms-high-contrast:none) {
	/* IE10 */
	.action-bar-container.content .action-bar .reader-action img {
		width: 86px!important;
	}
	/* IE11 */
	*::-ms-backdrop.content .action-bar .reader-action img,
  		.action-bar-container.content .action-bar .reader-action img {
		width: 86px!important;
	}
}

.keyboard-shortcuts, .keyboard-shortcut {
	white-space: nowrap;
}

.keyboard-shortcut .keyboard-key {
	border: 1px solid #536569;
	border-radius: 2px;
	padding: 5px;
}

.keyboard-shortcut + .keyboard-shortcut {
	margin-left: 5px;
}

.keyboard-shortcut .keyboard-key + .keyboard-key {
	margin-left: 2.5px;
}