/* FONTS EINBINDEN */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

/* ENDE FONTS EINBINDEN */


body {
	
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	line-height: 1.6em;
	padding-top: 0px;
	margin: 0;
	font-weight: 400;
	padding: 0%;

	}

img.align_left {
	float: left;
	width: 800px !important;
}	
	
#content a:link, a:visited {
	color: #E73134 !important;
}
	
h1 {
	font-weight: 700;
}
	
body a {
	color: #666;
}



body a:hover {
	color: #ff6b00;
	text-decoration: none;
}
	
	
	img.logo {
	max-width: 00px;
	margin: 20px 0px 20px 0px;
}


#content ul  {
	list-style-type: disc;
	list-style-position: outside;	
	margin-left:3px;
	padding-left: 14px;
}

table {
	border: 0px;
	margin: 0px;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	border-horizontal-spacing: 0px;
	border-vertical-spacing: 0px;
}

td {
	border: 0px;
	margin: 0px;
}


td, td > p {
	font-family: "Open Sans", sans-serif;

}


div#museum_search_header {
	clear: both;
	margin-bottom: 4rem;
}

div#acess_liste_ausgabe {
	margin-top: 1em;
	clear:both;
}

form#search_museum_form {

}

form#search_museum_form input {
	width: 97%;
	float: right;
}




div.musem_searchform {
	clear: both; 
}

div.musem_searchform input {
		width: 100%;

}


		img.search_icon {
			width: 20px;
			height: 20px;
			float:left; 
			margin-right: 10px;
			margin-top: 10px;
			margin-left: 10px;
			
				}


img.search_img {
	width: 20px;
	float: right;
	margin: 0.4em 1em 1em 0;
}	


div.login {
	float: right;
	right: 0.5em;
	margin: -0.2em 1em 1em 0;
	}
	
	

div.event a:link, div.event a:visited {

	color: #D70016 !important;
}

div.event a:active, div.event a:hover {

	color: #000 !important;
}

div.event i {
	float: right;
	margin-bottom: 2rem;
	margin-left: 1rem;
}


#banner {
	width: 98%;
	margin: 0px 1% 0 1%;
	padding: 0px;
	overflow: hidden !important;
	height: 380px;
}

#werbebanner {
	width: 50% !important;
}

#logo {
	margin: -3% 0% 4% 4%;
	width: 100px;
	float: left;
}

#logo img {
	max-width: 100px;
	height: auto;
	}
	
#byline {
	float: left;
	margin-left: 20px;
	margin-top: 19px;
	clear: right;
	width: 400px;
	font-weight: bold;
	font-size: 23px;
}	
	

li.edit a { 
	background-color: #ff21b5;
	border-radius: 0.25rem;
	color: #fff !important;
	border-bottom: 0px !important;
}


span.grau {
	color: #8C8D89;
}


div#suchresultate_museen ul.nav li {
	float: none;
	clear: right;
	width:100%;
}

p.suchresultat {
	font-weight: bold;
}

p.event_museum {
	font-size: 0.8rem;
}



div.quotebox {
	width: 100%;
	float: left;
	padding: 5px;

	}	
	
div.quote_text {
	float: left;
	margin: 0 2rem 0 0;
	font-size: 1.5rem;
	line-height: 2.3rem;
	color: #fff;
	width: 72%;
	}
div.quote_text p {
	font-size: 1.5rem;
	line-height: 2rem;

	}
	
	
	
div.quote_bild {
	float: right;
	width: 200px;
	height: 200px;
	margin: 10px 0 0 0 ;
	border-radius: 50%;
	overflow: hidden;
	}	
		
p.quote_text_name {
	font-size: 75% !important;
	font-weight: bold;
}	
	
blockquote {
	margin: 1rem 10px 10px 0;
	padding: 0px;
	border: 0px;
	font-style: normal;
	font-size: 1em;
	color: #666;
	clear: both;
	}
	
	

h4.event_museum_titel {
	font-size: 0.8rem;
	margin-bottom: 0.2rem;
}

div.event_museumshinweis {
	margin-top: 2rem;
}

h4.museum_event_liste {
	font-size: 20px;
	font-weight: bold;
}





div.search {
	width: 50%;
	float: left;
	height: 75px;
	clear: both;
	margin: 1% 0% 0 1%;
	width: 98%;
}


#footer {
	clear: both; 
	float: left;
	width: 100%;
	margin: 1% 0% 0 1%;
	font-size: 70%; 
}


h4.museum_titel_ort {
	margin-bottom: 1rem;
}

a.map:link, a.map:visited {
	
	color: #CB0013;
}

a.map:hover, a.map:active {
	
	color: #000;
}



    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }

    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }



.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer;
}
_navbar.scss:198.navbar-light .navbar-toggler {
color: rgba(0,0,0,.5);
border-color: rgba(0,0,0,.1);
}
_navbar.scss:108.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem;
margin-top: 2em;
margin-right: 1em;
}   

.navbar {
	padding: 2em 2em 2em 0;
}

.navbar-toggler-icon {
display: inline-block;
width: 2.5em;
height: 2.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%; 
}


form.search {
	float: right;
	width: 97%;
}


navbar-toggler {
	margin-top: 1em;
	margin-right: 1em;
}


@media (min-width: 960px) {
    .navbar-header {
	    background-color: transparent;
        float: none;
    }

    


}




.ekko-lightbox.modal.fade.in.show {
	
}	



.ekko-lightbox-nav-overlay {
	z-index: 10000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
}


ekko-lightbox-nav-overlay a {
	flex: 1;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s;
	color: #fff;
	font-size: 60px;
	z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
	flex-grow: 3;
}

.ekko-lightbox-nav-overlay a {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	transition: opacity .5s;
	color: #fff;
	font-size: 60px;
	z-index: 1;
	
}


.ekko-lightbox-nav-overlay a > *:focus {
	outline: none;
}
.ekko-lightbox-nav-overlay a span {
	padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
	text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
	text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
	outline: none;
}
.ekko-lightbox-nav-overlay a.disabled {
	cursor: default;
	visibility: hidden;
}
.ekko-lightbox a:hover {
	opacity: 1;
	text-decoration: none;
}




.modal-backdrop.show {
	opacity: .8;
}

.ekko-lightbox-container>div.ekko-lightbox-item {
	position: absolute;
	z-index: 800000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}


.nav-link.active {
	background-color: #E73134 !important;
	border: 0px !important;
}

.nav-link {
	padding: .2rem 0.5rem;
	margin-right: 10px !important;
}




.navbar-mobile {
    margin-bottom: 20px
}

.navbar-form {
    border: none
}



img.gallery_item {
	height: 200px;
	width: 200px;
	object-fit: cover;
	margin: 1em 1em 0 0;
	float: left;
	display: block;
}




@media screen\0 {
    #byline {
	float: left;
	margin-left: 0x;
	margin-top: 50px;
	clear: right;
}

}



#byline p {
		font-size: 80%;
		line-height: 1.5em;
	
}


#topnav {
	float: left; 	
	clear: both;
}

#language_switcher { 
	float: right;
	clear:both;
	margin-top: 15px;
	position: relative;
	z-index: 9999;
	margin-right: 1em;
}



#main {
	margin: 1% 0% 0 1%;
	width: 100%;
	border-top: 0px;

}


#topnav {
	margin: 0 1% 0 1%;
	width: 98%;

}	

div.breadcrumbs {
	width: 98%;
	margin: 0 1% 0 1%;
	font-size: 70%;
}



.languages {
	float: left;
	width: auto;
}



h1 {
	line-height: 1.25em;
}

/* ### Navigationsboxen Home-Seite ### */

#navigationsbox_main {
	float: left;
	width: 70%;
	padding-bottom: 3em;
	margin-bottom: 30px;
	}
	
#navigationsbox_main a {
	text-decoration: underline;
}	
	
	
#navigationsbox_one, #navigationsbox_two, #navigationsbox_three {
	width: 25%;
	height: 80px;
	margin-right: 2%; 
	border: 1px #ccc solid;
	border-radius: 8px;
	float: left;
	padding: 5px;
}	

#navigationsbox_main h1 {
	font-size: 1.2em;
}

#navigationsbox_main a {
		color: #fff;

}


/*
#navigationsbox_one {
background-color: #F07F3C;	
}


#navigationsbox_two {
background-color: #B7D484;	
	
}

#navigationsbox_three {
background-color: #AFACD6;	
	
}
*/



#navigationsbox_one {
background-color: #DE4815;	
}


#navigationsbox_two {
background-color: #4FAE33;	
	
}

#navigationsbox_three {
background-color: #624B86;	
	
}





/* Ende Navigationsboxen Home-Seite  */

/* Stile Museumsseiten  */

div.angebot {
	padding: 8px;
	border-radius: 8px;
	border: 1px dotted #666;
	margin-bottom: 1em;
}

div.angebot h3 {
	font-size: 22px;
	border: 0px;
	
	
	
	
	
}


div.angebot h4 {
	font-size: 1em !important;
	font-weight: bold !important;
}



div.adressblock {
	border: 0px dotted #666;
	background-color: #d4eef6;
	padding: 8px;
	border-radius: 8px;
	margin-bottom: 1em;
}



div.adressblock h4 {
	font-size: 1em !important;
	font-weight: bold !important;
	border: none;

}



div.museen_oeffnungszeiten {
	padding: 8px;
	border-radius: 8px;
	background-color:rgba(253, 251, 199, 1);
}





div.museen_oeffnungszeiten h4 {
	font-size: 1em !important;
	font-weight: bold !important;
}


div.museen_aktuelles {
	margin-top: 1em;
	padding: 8px;
	border-radius: 8px;
}

div.museum_events {
	margin-top: 1em;
	padding: 8px;
	border-radius: 8px;
}



div.museen_aktuelles h4 {
	font-size: 2em !important;
	font-weight: bold !important;
}









#content {
	padding-bottom: 1em;
}




#sidebar_left ul.nav-tree li, #sidebar_left nav.li {
	list-style-type: none;
	margin-left: 0px !important;
	padding-left: 0px;
	
}


	.nav .nav {
		padding-left: 0em;
		list-style: none;
	}
	
	
	.nav li {
    margin: 0em 0;
}


div.wichtig_neo {
	color: #fff;
	background-color: #50058c;
	padding: 8px;
	font-size: 15px;
	font-weight: bold;
}




@media (max-width:768px) {


			p.brandbyline {
		display:none !important;
}


#banner {
	height: 80px;
}

#byline {
	display: none;
	
}

body.has_sidebar #content {
	width: 55%;
}


#navigationsbox_one, #navigationsbox_two, #navigationsbox_three {
	width: 100%;
	float: left;
	padding: 5px;
	clear:both;
	margin-bottom: 1em;
}


#werbebanner {
	width: 70% !important;
}

#sidebar_left {
	float: left;
	width: 100%;
	margin-bottom: 2em;
	clear:both;
	font-size:70%;
	height: auto;
}


#sidebar {
	float: left;
	width: 100% !important;
	margin-bottom: 0;
	clear:both;
	font-size:70%;
	height: auto;
}



#navigationsbox_one, #navigationsbox_two, #navigationsbox_three {
	width: 100%;
	float: left;
	padding: 5px;
	clear:both;
	margin-bottom: 1em;
}




#sidebar_left {
	float: left;
	clear:both;
	font-size:70%;
}


#content {
	float: left;
	clear:both;
}


h1  {
	font-size: 22px;
}


body.has_sidebar #content {
	width: 100%;
}


#footer_content_main {
	margin-top: 10px;
}


#agenda {
	background-color: #E6E6E6;
	padding: 5px;
	margin: 0 0 13em 0;
}

#agenda h3 {
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 10px;

}



}





@media (min-width:768px) {



body.has_sidebar #content {
	width: 68%;
	float: left;
	margin-right: 2%;
}

body.has_sidebar #sidebar {
	width: 29%;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-right: 0%;
}


body.has_sidebar_left #content {
	width: 70% !important;
	float: left;
}

body.has_sidebar_left #sidebar_left {
	width: 18%;
	float: left;
	padding: 0px 0px 0px 0px;
}



body.has_sidebar_both #content {
	float: left;
	width: 54%;
	padding-right: 20px;
	clear: none !important;
	}

body.has_sidebar_both #sidebar {
	width: 20%;
	float: right;
	padding: 0px 0px 0px 0px;
}

body.has_sidebar_both #sidebar_left {
	width: 18%;
	float: left;
	padding: 0px 0px 0px 0px;
}


body.has_no_sidebar #content  {
	width: 100% !important;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}


#sidebar_left {
	float: left;
	margin-right: 50px;
	font-size:80%;
	padding-right: 15px !important;
	border-right: 1px dotted #ccc;
}

#sidebar_left ul {
	margin-left:0px;
	padding-left: 0px;
}


#sidebar_left ul li {
	list-style-type: none;
	margin-left: 0px !important;
	padding-left: 0px;
	margin-bottom: 1em;
	line-height: 1.5em;
	border-bottom: 1px dotted #ccc;
}


#sidebar_left a.on_page li {
	font-weight: bold;
	color: #D70016;
	border-bottom: 1px solid #D70016 !important;
}

#sidebar_left a.level-2.on_parent {
	font-weight: bold;
	color: #D70016;
	border-bottom: 0px solid #D70016 !important;
	font-size: 120%;
}

#sidebar_left li ul {
	background-color: #F4F9EB;
	margin-top: 5px;
}

#agenda p.events_weiter {
	margin-top: 2em !important;
	border: none;
	color: #D70016 !important;
}

#agenda {
	width: 100%;
	float: left;
	padding-top: 0px;
}

#agenda h3 {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}


/* Ausgabeformate Events */

div.event {
	border-bottom: 1px dotted #D70016;
	padding-bottom: 0.5rem;
	margin-bottom: 5px;
}

div.event p {
	margin:0 2rem 0 0;
	
}

div.event p.icon {
	margin:0 0 0 0;
	
}
div.event a {
	text-decoration: none !important;
	border:none;
	font-size: 14px;
	line-height: 1.5em;
}

.event_datum {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em;
	color: #D70016;
	margin: 0 0 0 0 !important;
	padding: 0px !important;
	widht: 100%;
	clear: both;
}

.event_titel {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5em !important;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	clear: both;
}


.event_untertitel {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	margin: 2px 0 0 0;
}


.event_beschreibung {
	font-weight: normal;
	font-size: 14px;
	color: #000000;
	margin: 5px 0 0 0;
}

div.event h3 {
	font-size: 16px;
}


h3.event_h3 {
	font-weight: bold;
	font-size: 16px;
	color: #D70016;
	margin: 0 0 0 0;
	border-bottom: 0px dotted #D70016
}


div.event i.far {
	margin-top: -1.35rem;
}

/* Ende Ausgabeformate Events */

#sidebar_left a   {
	text-decoration: none !important;
	border:none !important; 
	
}

#sidebar_left li {
	padding: 4px;
}

#sidebar_left a:hover li   {

background-color: #EAEAEA;
	
}


#sidebar_left level-2 {
}



#sidebar_left li.parent {
	display: none;
}

	.nav .nav {
		padding-left: 0em;
		list-style: none;
	}
	
	
	.nav li {
    margin: 0em 0;
}


#sidebar_left .nav>li>a {
	padding-left: 5px;
}






#sidebar h2 {
	color: #D70016;
	font-size: 1.4em;
	font-weight: bold;
}







div.museum_spalte1 {
	float: left;
width: 700px;	
}

div.museum_spalte2 {
	float: left;
	width: 25%;
	margin-left: 2em;
}

div.museum_spalte3 {
	float: left !important;
	margin-left: 2em;
	width: 23.5%;
	margin-right: 0px !important;
}
}








/* ###### F O O T E R   C O N T E N T ######### */

footer h2 {
	font-weight: bold;
	font-size: 20px;
}

#content h2 {
	margin: 1em 0 0.5em 0 !important;
	color: #E73134;
	font-weight: bold;
}


.customHr {
    width: 10%;
    font-size: 1px;
    color: rgba(0, 0, 0, 0);
    line-height: 3px;
    background-color: grey;
    margin-top: -6px;
    margin-bottom: 10px;
}




#footer_content_main 
{
	width: 100%;
	float:left;
	clear:both;
	margin: 5em 0px 20px 0px !important;
	padding: 0px;
	background-color: #eee;


}


#footer_content_one {
	width: 70%;
	margin: 0;
	float: left;
	background-color: #E73134;
	padding: 8px;
	height: 280px;
	display: table;
	border-right: 5px solid #fff;
}

#footer_content_two {
	float: right;
	width: 29%;
	margin: 0 0 0 0px;
	padding: 8px;
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
	height: 280px;
}


#footer_content_two h3 {
	border: none;
	margin: 0 0 0.5em 0;
	padding: 0px;
}

#footer_content_main ul li {
	border-bottom: 0px;
}

div.border_left {
	border-left: 1px solid #fff;
	padding-left: 10px;



ul.footer_nav {
	list-style-type: none;
	margin-left: 0px !important;
	padding-left: 0px !important;

}

ul.footer_nav li {
	border-bottom: 1px dotted #000;
	}


#footer_content_one ul, #footer_content_two ul, #footer_content_three ul, #footer_content_four ul {
	margin-left: 0px;
	padding-left: 0px;

}

#footer_content_one li, #footer_content_two li, #footer_content_three li, #footer_content_four li {
	list-style-type: circle;
	margin-left: 17px !important;
	padding-left: 0px;
	margin-bottom: 0.5em;
	line-height: 1.5em;
	border-bottom: 0px dotted #000;
}


#footer_content_one a, #footer_content_two a, #footer_content_three a, #footer_content_four a {
	
	border-color: #000;
	
}
}


@media screen and (max-width:768px) {



#footer_content_one, #footer_content_two, #footer_content_three, #footer_content_four {
	padding: 5px;
	width: 100%;
}


}


div.dateien {
	float: left;
	clear: both;
	margin: 2em 0 0 0 !important;
	padding: 8px;
	border: 1px dotted #ccc;
	width: 100%;
}


table td {
	border-right: 1px solid #ccc;
    padding: 5px !important;
	

}

table.members {
	width: 100%;
	font-size: 75% !important;
}

tr.member.odd {
	background-color: #DDECEB;

}

.odd {
		background-color: #F0E1C4;

}

.even {
		background-color: #F6EEDC;

}

table.members td {

	vertical-align: top;
	white-space: nowrap;
}


td.w20p {
}


td.w5p {
}





.MarkupPagerNav {
        clear: both;
        margin: 1em 0;
        'Open Sans', sans-serif
}
.MarkupPagerNav li {
	display: inline;
	list-style: none;
	margin: 0;
}

.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: block;
	float: left;
	padding: 2px 9px;
	color: #fff;
	background: #2f4248;
	margin-right: 3px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
	color: #fff;
	background: #db1174;
	text-decoration: none;
}

.MarkupPagerNav li.MarkupPagerNavSeparator {
	display: inline;
	color: #777;
	background: #d2e4ea;
	padding-left: 3px;
	padding-right: 3px;
}




#content ul.MarkupPagerNav {
	padding-left: 0px !important;
	margin-left: 0px;
	-webkit-padding-start: 0px;
	padding-start: 0px;
	
	
}


div#member_search_header {
float: left !important;
width: 100%;
margin-bottom: 2em;
margin-left:0px;
margin-right: 0px;
padding: 0px;

}

form#search_member_form {
	width: 400px;
	float: left;
	margin-rigth: 10rem;
}

#search_member_form button.feedback_submit {
	float: right !important;
	font-size: 100%;
}


input.input_float{
	float: left; 
	margin-left: 0px;
	width: 400px;
	font-size: 80%;
}

div#pagination_search {
	width: 100%;
	clear: both; 
	border-bottom: 5rem;
	
sidebar_left {
	width: 100%;
	
	
	

	
	
	
}
}




@media screen and (max-width: 480px) {
	
#banner, #main {
	margin: 0 2% 0 2%;
	width: 96%;
}




#logo_byline {
	display: none;
}	

#language_switcher {
	width: 100%;
	margin: 1em 0 1em 0;
	float: right;
	clear: both;
	height: 20px !important;
}

ul.languages {
	float: right;
}


#topnav {
	display: none;
}

#sidebar_left {
	display: none;
}

	body.has_sidebar #sidebar {
		width: 100%;
}
    
    
    
    #topnav {
	display: none;
	}
	

.navbar-toggle {
	float: left;
	margin: 15px 0px 0px 10px;
}


ul.nav {
	margin:0px;
	padding:0px;
}


ul.nav li.level-1 {
		margin:0px;
	padding:0px;
}


}




div.navbar-header {
	background-color: transparent;
	border-bottom: 0px solid #fff;
}


div.navbar-default {
	background-color: transparent;
}


.navbar-inverse {
	background-color: #CFE5BC;
	border-color: #69AE04;
	border:none;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
	background-color: #C60C30;
}



#myNavbar a {
	border-color: #C60C30;
}


div#myNavbar.navbar-collapse.collapse.in {
		border-color: #C60C30;

}

#myNavbar a:hover {
	background-color: #C60C30;
	color: #fff;
}


img.logo_- {
	display: block;
	float: left;
	width: 70px;
}



.navbar-brand a {
	border-bottom: 0px !important;
}

p.brandbyline {
	float: left;
	margin-left: 20px;
	font-size: 15px;
	font-weight: bold;
	}
	
	

a {
	border-bottom: 0px !important;
}


#footer_content_main  {
	color: #666 !important;
}


#sidebar_left a {
color: #D70016 !mportant;
}




@media screen and (max-width:768px) {
		


		
		form.search {
		clear: both;
		float: left;
		}
		

		
		form.search input {
			font-size: 70% !important;
			width: 99%;
		}
	
		#mobile_menu {
        display: block;

    	}
    	

    	
    	
    	div.breadcrumbs {
	width: 96%;
	margin: 0 2% 0 2%;
}


    
	
		
		



		
		nav.navbar-default {
			display: block;
			margin:0px;
			width: 100%;
			
		.navbar-collapse {
			
		margin:0px;
		padding-left: 0px;
		padding-right: 0px;	
		
			
		}
		
		
		.container-fluid > .navbar-collapse {
		margin-right: 0px;
		margin-left: 0px;
}
		
		
	

}


@media screen and (min-width:768px) {
	
			nav.navbar-default {
			display: none;
			}
			
			#topnav {
			display: none;
			}
			
			
			#mobile_menu {
				display: block;
			}			
			}




ul.nav {
	background-color: #F4F4F3;
	width: 100% !important;
}

ul.nav li {
	width: 100% !important;
	border-bottom: 3px solid #fff !important;
}

ul.nav li a:link, ul.nav li a:visited {
	width: 100%;
}

ul.nav li a:hover {
	background-color: #ccc;
}

}



@media screen and (max-width:768px) {

.museum_spalte1, .museum_spalte2, .museum_spalte3 {
	width: 100% !important;
	margin-left: 0px !important;
	
	
}

body.has_sidebar #content {
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#footer_content_main {
	margin-top: 0px;
}

body.has_sidebar #sidebar {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#footer_content_two {
	margin-top: 10px;
}


div.quote_text {

width: 100%;

}


div.quote_bild {
float: none;
width: 200px;
height: 200px;
border-radius: 50%;
overflow: hidden;
margin-left: auto;	
margin-right: auto;	
}

div.quote_bild img {

text-align: center;


}

#footer_content_main {
	margin-bottom: 10px;
}

#footer_content_two {
	border-top:0px;
	height: auto;
}

form.search {
width: 90%;
float: right;
margin-top: -25px;


}

#content p {
	-webkit-margin-after: 1rem;

}

span.event_titel {
	color: #000;
	font-weight: bold;
}

img.search_icon {
	float: left;
}

#banner {
	height: auto;
}

.breadcrumbs {
	padding-top: 0px;
	width: 98%;
	margin: 0 1% 0 1%;
	margin:0px;
	padding-left: 0px;
}

}


@media screen and (min-width:768px) {
		

#banner {
	height: 300px;
}

#topnav {
	display: none;
	
}



div.breadcrumb {
	width: 96%;
	margin: 0 2% 0 2%;
}

body.has_sidebar #content {
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


#footer_content_main {
	margin-top: 0px;
}

body.has_sidebar #sidebar {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

#footer_content_one {
	margin-top: 10px;
	width: 100%;
}

#footer_content_two {
	margin-top: 10px;
	width: 100%;
}


div.quote_text {

width: 100%;

}


div.quote_bild {
float: none;
width: 200px;
height: 200px;
border-radius: 50%;
overflow: hidden;
margin-left: auto;	
margin-right: auto;	
}

div.quote_bild img {

text-align: center;


}

#footer_content_main {
	margin-bottom: 10px;
}

#footer_content_two {
	border-top:0px;
	height: auto;
}

form.search {
width: 95%;
float: right;
margin-top: 0px;


}

body.has_sidebar #sidebar  {
	width: 100%;
}

#agenda {
	width: 100%;
}

p.brandbyline {
	display: none;
}

}




#logo_byline {
	display: block;
	width: 60%;
	float: left;
}

#mobile_menu {
	display: block;
	float: right;	
	margin: 0 1em 0 0;
	
}


@media (max-width:768px) {
#mobile_menu {
		display: block;
		float: right;	
		margin: 1.5em 0.5em 0 0;
		
	}
	
	.navbar {
	padding: 1em 1em 2em 0;	
		
	}
	
}



@media screen and (min-width:1200px) {

#logo_byline {
	display: block;
}

#topnav {
	display: block;
	
}

#footer_content_one {
	width: 70%;
	margin: 0;
	float: left;
	background-color: #E73134;
	padding: 8px;
	height: 250px;
	display: table;
}

#footer_content_two {
	float: right;
	width: 29%;
	margin: 0 0 0 0px;
	padding: 8px;
	border-top: 0px solid #666;
	border-bottom: 0px solid #666;
	height: 250px;

}

body.has_sidebar #content {
	width: 60%;
	float: left;
	margin-right: 2%;
}

body.has_sidebar #sidebar {
	width: 29%;
	float: right;
	padding: 0px 0px 0px 0px;
	margin-right: 0%;
}




}


div.wichtig {
	padding: 10px;
	border: 2px dotted #D70016;
	margin: 2em 0 1.5rem 0;
}

p.wichtig {
	color: #D70016;
}

div.wichtig h2 {
	font-weight: bold;
	color: #D70016;
	font-size: 26px;
}

p.legende {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0 0 2em 0;
}


.btn_testimonial {
	font-size: 60%;
	float: right;
	margin-top: 2rem;
	border: 1px solid #fff;
	border-radius: 10px;
	background-color: rgba(232, 48, 51, 0.82);
	color: #fff;
}

.btn_testimonial:hover {
	background-color: #fff;
	color: #000;
}

div.next_button {
width: 100% !important;
float: none;
margin-top: 2em;	
}


div.pw-container, div.container {
	width: 90% !important;
}



div.quotebox_float {
float: left;
height: translate3d(tx, ty, tz)00px;
border-bottom: 1px solid #666;
padding: 20px 0 20px 0;
}

div.quote_text_klein {
	float: left;
	margin: 0 2rem 0 0;
	color: #666;
	width: 62%;
	}
div.quote_text_klein p {
	font-size: 1.5rem;
	line-height: 2rem;

	}
	
	
div.quote_bild_klein {
	float: right;
	width: 200px;
	height: 200px;
	margin: 10px 0 0 0 ;
	border-radius: 50%;
	overflow: hidden;
	}	
		
p.quote_text_klein_name {
	font-size: 100% !important;
	font-weight: bold;
}	

@media (max-width:768px) {
	
	div.quote_bild_klein {
		margin-left: auto;
		margin-right: auto;
		clear: both;
		float: none;
	}
	
div.quotebox_float {
	float: left;
	height: translate3d(tx, ty, tz)00px;
	border-bottom: 1px solid #666;
	padding: 20px 0px 20px 0px;
	}	
	
#content {
	padding: 0 20px 0 20px;
}	
	
}





.sidenav {
  height: 100%;
  width: 100%;
  width: 0;
  position: fixed;
  z-index: 6000;
  top: 0;
  right: 0;
  background-color: rgba(193,193,193,0.8);
  overflow-x: hidden;

  padding-top: 60px;
}

.sidenav_blue {
	
  height: 100%;
  width: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #E73134;
  overflow-x: hidden;	
  transition: 0.5s;
	
}


.mySidenav_content {

  width: 0;
  position: fixed;
  z-index: 9000;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;

}




.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 55px;
  margin-right: 250px; 
  color: #898989;
  z-index: 999;
  }
  
  
#mySidenav_content ul {
	list-style-type: none !important;
}

#mySidenav_content ul.slider_menu_ul {
		list-style-type: none !important;

}


#mySidenav_content li.parent_active {
	font-weight: bold;
}
  

#main {
  transition: margin-right .5s;


}


div.mobile_login {
position: relative;
z-index:9999;
  background-color: #E73134;
margin-bottom:0px !important;
padding-top: 20px;

}

div.mobile_login p {
	margin-bottom: 0px;
	color: #fff
}


div.mobile_login a:link, div.mobile_login a:visited {
	color: #fff;
}


.mySidenav_content ul {
	margin-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
}

.mySidenav_content ul li {
	margin-left: 0px;
	min-height: 48px !important@;
}


.mySidenav_content ul li.current {
	background-color: #e8eff5;
	padding: 10px 8px 10px 0px;


}

.mySidenav_content ul li.level-2.current a {
font-weight: 600 !important;


}

.mySidenav_content ul li.current.has_children, .mySidenav_content ul li.level-1.parent.has_children {
	background-color: #e8eff5;
	padding: 10px 8px 10px 0px;
	height: auto;


}


.mySidenav_content ul li.level-2 a {
font-weight: normal !important;


}

.mySidenav_content a:hover {
color: #000;


}

#navigation2 {
	float: right !important;
	margin: 0.5em 0 0 0 !important;
}

li.active a {
	color: #E73134 !important;
	font-weight: bold;
	}
	
	
	
#header {
	float: left;
	width: 100%;
	margin-top: 0em;
	}#	
	
	
	
	.pwcmb-widget {
		background-color: #94938d;
		color: #fff;
		opacity: 1 !important;
	}
	
	
	.pwcmb {
	position: fixed;
	z-index: 99999999999999999999601;
	background: white;
	width: 100%;
	left: 0;
	transition: top 0.25s;
	font-size: 80%;
	line-height: 1.5em;
	}
	
	
	.pwcmb a {
		color: #fff !important;
	}
	
	
	span.datenschutzerklaerung {
		float: right;
		font-weight: bold;
		margin: 0 1em 0 0;
	}