
a {
	outline: none;
	color: #000000;
}
a:hover {
	outline: none;
	color: #555;
}

body {
	font-family: "Ubuntu", Helvetica, Arial, Geneva, sans-serif;
	font-size: 13px;
    line-height: 1.42857143;
    color: #555;
	background-color: ;
}

.globalMaxWidth {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*.globalWrapper {
	max-width: 1600px;
	margin: 0 auto;
}*/

.globalWrapper {
	background-color: #fff;
}


			@media (min-width: 992px) {
			.globalWrapper {
				width: 970px;
								margin: 0 auto;
															}
		}
		
		@media (min-width: 1200px) {
			.globalWrapper {
				width: 1170px;
			}
		}
		


body {
	/*wegen der navi*/
	padding-top: 0px;
}

@media (min-width: 768px) {
	body {
		/*wegen der navi*/
		padding-top: 0px;
	}
}

/* @group header */

.header {
	background-color: #fff;
}



.headerNonFluid .header {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

@media (min-width: 768px) {
	.headerNonFluid .header {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
		margin-right: auto;
	}
}


.headerwrapper {
	width: 100%;
	display: table;
}

.logo {
	display: none;
	vertical-align: middle;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
/* 	max-height: 80px; */
	max-width: 170px;
}

@media (min-width: 768px) {
	.sidebar-nav .container {
		width: auto;
	}
	
	.sidebar-nav .header {
		margin-bottom: 1px;
	}
	
	.sidebar-nav .headerwrapper {
		display: block;
	}
	
	.sidebar-nav .logo {
		display: block;
		text-align: left;
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
		max-width: 100%;
	}
	
	.logo {
		display: table-cell;
		padding-top: 15px;
		padding-bottom: 15px;
/* 		height: 100px; */
	}
}

.logo img {
	display: inline-block;
	max-height: 80px;
	width: auto;
	max-width: 200px
}

@media (min-width: 768px) {
	.sidebar-nav .logo img {
		display: block;
		height: auto;
		max-height: none;
		width: 100%;
		max-width: none;
	}
}


.museumstitel {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

@media (min-width: 768px) {
	.sidebar-nav .museumstitel {
		padding-top: 15px;
		padding-bottom: 15px;
		height: auto;
		display: block;
/* 		border-bottom: 1px solid rgba(85,85,85,0.2); */
/* 		margin-bottom: 15px; */
	}
}

.museumstitel h1 {
	color: #b2b2b2;
	font-family: "Ubuntu Condensed", Helvetica, Arial, Geneva, sans-serif;
	margin: 0 0 0 -1px;
	padding-right: 30px;
	font-size: 1.4em;
	display: none;
}

@media (min-width: 768px) {
	.museumstitel {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.headerLogoLeft .logo {
		text-align: left;
	}
	
	.headerLogoLeft .museumstitel {
		text-align: right;
	}
	
	.museumstitel h1 {
		font-size: 2em;
		display: block;
	}
	
	.sidebar-nav .museumstitel h1 {
		font-size: 2em;
	}
	
	.headerLogoLeft .museumstitel h1 {
		padding-right: 0;
	}
}

.museumstitel h3 {
	color: #555;
	font-family: "Ubuntu Condensed", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding-right: 30px;
	font-size: 1em;
}

@media (min-width: 768px) {
	.museumstitel h3 {
		font-size: 1.4em;
	}
	
	.sidebar-nav .museumstitel h3 {
		font-size: 1.4em;
	}
	
	.headerLogoLeft .museumstitel h3 {
		padding-right: 0;
	}
}

.headerCenter .museumstitel {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 100%;
	display: block;
	width: 100%;
	max-width: none;
	text-align: center;
}

.headerCenter .logo {
	display: block;
	padding-top: 15px;
	padding-bottom: 0;
	width: 100%;
	max-width: none;
	text-align: center;
}

.suche .form-control {
	color: #555;
	background-color: #fff;
}

.suche .form-control::-webkit-input-placeholder {
	color: #555;
}

.suche .form-control:-moz-placeholder {
	color: #555;
}

.suche .form-control::-moz-placeholder {
	color: #555;
}

.suche .form-control:-ms-input-placeholder {  
	color: #555;
}


@media (min-width: 768px) {
	.suche {
		padding-top: 2px;
		/*padding-right: 30px;*/
	}
	.navbar-right {
		margin-right: 0;
	}
}

/* @end */

article,
aside {
	margin-bottom: 30px;
}

article {
	padding-top: 30px;
}

aside {
	border-top: 1px solid rgba(85,85,85,0.2);
	padding-top: 30px;
}

@media (min-width: 992px) {
	aside {
		border-top: none;
	}
}

.cmsBread {
	display: none;
}

@media (min-width: 768px) {
	.cmsBread {
		display: block;
	}
}

/* @group Bootstrap Navigation */

@media (min-width: 768px) {
	.top-navigation .row {
		margin-left: -30px;
		margin-right: -30px;
	}
}

/* Navigations leiste*/
.navbar {
	margin-bottom: 0;
	min-height: 0;
	border-color: rgba(85,85,85,0.15);
	border-left-color: #ebebeb;
	border-right-color: #ebebeb;
	border-left: none;
	border-right: none;
	border-radius:0;}


@media (min-width: 768px) {

	.rowMargin {
		margin-left: 15px;
		margin-right: 15px;
	}

	.rowMargin .navbar-right {
		margin-right: -15px;
	}
	
}

.navbar-default .navbar-brand {
	color: #555;
}

.navbar-default a.navbar-brand {
	font-family: "Ubuntu Condensed", Helvetica, Arial, Geneva, sans-serif;
	color: #555;
	font-weight: bold;
	max-width: 70%;
	padding-top: 0;
	padding-bottom: 0;
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	float: none;
}

.navbar-brand img {
	max-height: 80px;
	width: auto;
	margin-left: 30px;
}

@media (min-width: 768px) {
	.navbar {
			}
	
	.navbar-default .navbar-brand {
		display: none!important;
	}
}

@media (min-width: 992px) {
	.navbar {
		min-height: 50px;
	}
}

/* Navigations leiste farbe*/
.navbar-default {
	background-color: #ebebeb;
}

/* Navigations leiste die in der mobilen Ansicht rausfährt*/
.navbar-collapse {
  	max-height: none!important;
}

.navbar-header {
	background-color: #ebebeb;
}

.navbar-default .navbar-toggle {
	background-color: #ebebeb;
	margin-left: 14px;
}

.navbar-default .navbar-toggle:hover {
	background-color: #fff;
	margin-left: 14px;
}

.navbar-toggle-icon {
	display: inline-block;
}

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

.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #333;
}

.navbar-toggle-Text {
	color: #555;
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}

.navbar-default .navbar-toggle:hover .navbar-toggle-Text {
	color: #333;
}

/* Schriftgröße der Hauptpunkte*/
.navbar-nav li {
	font-size: 1.4em;
}

/*Navigations Hauptpunkt*/
.navbar-default .navbar-nav>li>a {
    color: #555;
    background-color: transparent;
    font-family: "Ubuntu Condensed", Helvetica, Arial, Geneva, sans-serif;
}

/*Navigations Hauptpunkt hover*/
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	color: #555;
	background-color: rgba(85,85,85,0.1);
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: rgba(85,85,85,0.15);
}

/* Aktiver Navigations Hauptpunkt*/
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	/*background-color: rgba(85,85,85,0.15);*/
	background-color: #b2b2b2;
	color: #fff;
	font-weight: 600;
}

/* Aktiver Navigations Unterpunkt*/
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #aaa;
	outline: 0;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    	color: #555;
   		background-color: transparent;
	}
}

/*Ausklappmenü */
.dropdown-menu {
	font-size: 11px;
}

.dropdown-submenu {
	cursor: pointer;
}

.navbar-form {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.navbar-form {
		margin-bottom: 8px;
	}
}

.dropdown-submenu .caret {
	display: none;
}

/* make sidebar nav vertical */ 
.sidebar-navigation {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.sidebar-navigation {
		margin-top: 0;
	}
}

.sidebar-nav {
	font-family: "Ubuntu", Helvetica, Arial, Geneva, sans-serif;
	font-weight: 300;
	/*border-top: 1px solid rgba(85,85,85,0.1);*/
	border-bottom: 1px solid rgba(85,85,85,0.1);
	/*margin-left: -15px;
	margin-right: -15px;*/
}

.sidebar-nav .navbar-default {
	background-color: #ebebeb;
}


@media (min-width: 768px) {
	.sidebar-nav {
		border-bottom: none;
		margin-top: 30px;
		margin-left: 0;
		margin-right: 0;
	}
}

.sidebar-nav .navbar {
	border: none;
	border-radius:0;
}

.sidebar-nav .navbar-nav {
	width: 100%;
}

.sidebar-nav ul,
.sidebar-nav ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.sidebar-nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0;
	font-size: 13px;
}

@media (min-width: 768px) {
	.sidebar-nav ul {
		font-size: 11.7px;
	}
}

@media (min-width: 1200px) {
	.sidebar-nav ul {
		font-size: 13px;
	}
}

.sidebar-nav ul li ul {
	margin: 0;
}

.sidebar-nav ul li {
	font-size: 1em;
	/*margin-left: -15px;
	margin-right: -15px;*/
}

.sidebar-nav ul li ul li {
	margin-left: 0;
	margin-right: 0;
}

.sidebar-nav ul li a {
	display: block;
	color: #555;
	padding: 6px 15px;
	border-top: 1px solid rgba(85,85,85,0.1);
}

@media (min-width: 768px) {
	.sidebar-nav ul li a {
/* 		border-bottom: none; */
	}
}

.sidebar-nav ul li ul li a {
	padding-left: 35px;
}

.sidebar-nav ul li ul li ul li a {
	padding-left: 55px;
}

.sidebar-nav ul li a.selected {
	font-weight: 600;
}

/*
border-top: 1px solid rgba(85,85,85,0.2);
border-bottom: 1px solid rgba(85,85,85,0.2);
*/

.sidebar-nav .navbar-form {
	border: none;
	margin: 0;
	padding: 10px 0;
}

@media (min-width: 768px) {
	
	.sidebar-nav .navbar-form #suchfeld {
		margin-top: 15px;
	}
	
	.sidebar-nav .suche {
/*
		margin-left: -15px;
		margin-right: -15px;
*/
	}
	
	.sidebar-nav .form-group,
	.sidebar-nav .form-control {
		width: 100%;

	}
	.sidebar-nav .form-group {
		margin-bottom: 5px;
	}
	/* Schriftgröße der Hauptpunkte*/
	.sidebar-nav .navbar-nav li {
		font-size: 1.2em;
	}
	
	.sidebar .suche {

	}
}

/* @end */

/* @group Stage */

.stage {
	background-color: ;
}


.navBarLeftStage {
	margin-bottom: 30px;
}

.stage .container {
	padding-left: 0;
	padding-right: 0;
}

.stage .carousel-caption {
	display: none;
}

@media (min-width: 768px) {
	
	.stage .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.stage .carousel-caption {
		display: block;
	}

	.stage .carousel-caption h3 {
		font-weight: 600;
		color: #fff;
		text-shadow: 1px 1px 7px #000;
	}
	
	.singleSelect .carousel-caption {
		left: auto;
		right: 0;
		bottom: 0;
		padding: 10px;
		text-align: right;
		background-color: rgba(0, 0, 0, .5);
	}
	
	.posTL .carousel-caption {
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
		text-align: left;
	}
	
	.posTR .carousel-caption {
		top: 0;
		left: auto;
		right: 0;
		bottom: auto;
		text-align: right;
	}
	
	.posBL .carousel-caption {
		top: auto;
		left: 0;
		right: auto;
		bottom: 0;
		text-align: left;
	}
	
	.posBR .carousel-caption {
		top: auto;
		left: auto;
		right: 0;
		bottom: 0;
		text-align: right;
	}

	.singleSelect .carousel-caption h3,
	.singleSelect .carousel-caption p {
		margin: 0;
		font-size: 16px;
	}
	
}

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

/* @end */



/* @group Bootstrap Responsive Vidio */

.embed-responsive {
	margin-bottom: 20px;
}

/* @end */

.shariff {
	margin-bottom: 30px;
}

/* @group Footer */

footer {
	color: #555;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(85,85,85,0.2);
	background-color: #fff;
}


footer a {
	color: #555;
}

footer a:hover {
	color: #555;
}

footer ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style-type: none;
}

footer ul li ul {
	
}

footer ul li a {
	font-weight: bold;
}

footer ul li ul li a {
	font-weight: normal;
	color: #555;
}

footer h3 {
	color: #555;
	margin: 0 0 5px 0;
	font-size: 24px;
}

.mobile-collapse-toggle {
	margin-top: 10px;
}

.mobile-collapse-toggle a {
	color: #555;
}

footer .collapse {
	border-bottom: 1px solid rgba(85,85,85,0.2);
	padding-bottom: 10px;
}

@media (min-width: 992px) {
	/*Fünf spalten*/
	footer .col-md-5er {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 20%;
	}
	
	/*Sieben Spalten*/
	footer .col-md-7er {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 14.27%;
	}

	/*Acht Spalten*/
	footer .col-md-8er {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 12.5%;
	}

	/*Neun Spalten*/
	footer .col-md-9er {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 11.11%;
	}

	/*Zehn Spalten*/
	footer .col-md-10er {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		float: left;
		width: 10%;
	}
	
	footer ul {
		font-size: 14px;
	}
		
	footer h3 {
		display: none;
	}
	
	footer .collapse {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	footer .collapse span {
		display: none;
	}
	
	.mobile-collapse-toggle {
		display: none;
	}
	
	#footmap1,
	#footmap2,
	#footmap3,
	#footmap4,
	#footmap5,
	#footmap6,
	#footmap7,
	#footmap8,
	#footmap9,
	#footmap10 {
		display: block;
	}
}

.footerSiteMap {
	border-bottom: 1px solid rgba(85,85,85,0.2);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.footerAddress {
	border-bottom: 1px solid rgba(85,85,85,0.2);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

footer .footerAddress a {
	text-decoration: underline;
}

.footerAddress:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	}

.socialIcons {
	text-align: center;
}

.socialIcons a {
	display: inline-block;
	margin: 0 5px;
	padding: 10px;
	border-radius: 30px;
	background-color: rgba(255, 255, 255, .5);
	box-shadow: 0px 1px 6px rgba(0,0,0,0.3);
}

.socialIcons a:hover {
	background-color: rgba(255, 255, 255, .75);
	box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.socialIcons a img {
	height: 20px;
	width: auto;
}

/* @end */

.gefoerdertDurch {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.9);
	padding: 15px;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.9);
	width: 100%;
	display: none;
}
.gefoerdertDurch h4 {
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	margin: 0 0 20px 0;
}
.gefoerdertBild {
	display: table-cell;
	vertical-align: middle;
	height: 74px;
}
.gefoerdertDurch img {
	display: block;
	width: 100px;
	height: auto;
}
.gefoerdertDurch .col-sm-7 img {
	display: block;
	width: 125px;
	height: auto;
}

@media (min-width: 508px) {
	.gefoerdertDurch {
		border-top: 1px solid #444;
		border-left: 1px solid #444;
		width: auto;
	}
}