@CHARSET "UTF-8";

html,
body.bellisMobile {
	height: 100%;
	margin: 0px !important;
	padding: 0px;
}

body.bellisMobile #celements2_menu_bar {
  display: none;
}


body.bellisMobile .celementsmenubarvisible #page {
	display: none;
}

body.celementsmenubarvisible #page

.bellisMobile #sitecontainer,
.bellisMobile #sitecontainer h1,
.bellisMobile #sitecontainer h2,
.bellisMobile #sitecontainer h3,
.bellisMobile #sitecontainer p,
.bellisMobile #sitecontainer li,
.bellisMobile body.mceContentBody h1,
.bellisMobile body.mceContentBody h2,
.bellisMobile body.mceContentBody h3,
.bellisMobile body.mceContentBody p,
.bellisMobile body.mceContentBody li {
	margin: 0px;
	padding: 0px;
	font-family: "Open Sans", Tahoma,Geneva,Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #505050;
}


.bellisMobile #sitecontainer {
	position: relative;
	min-height: 100%;
	min-width: 0; /** min-width leads to problems in mobile safari **/
	background-color: #fff;
	background-image: none;
	background-position: center;
	background-repeat: repeat-y;
	width: 100%;
	overflow-x: hidden; 
}
.bellisMobile #page {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
}

.bellisMobile #header {
	height: 80px;
	position: relative;
}

.bellisMobile #logo {
    display: none;
}

.bellisMobile #logoMobile {
    display: block;
    position: absolute;
	margin-left: 97px;
	top: 5px;
}

.bellisMobile #logoMobile img {
    height: 60px;
    width: 166px;
}

.bellisMobile #teaser {
	position: absolute;
	top: 0px;
	right: 0px;
	min-height: 60px;
}

.bellisMobile #teaser p img {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	margin-top: 20px;
}

.bellisMobile #teaser p {
	font-family: "Open Sans",Tahoma,Geneva,Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
}

.bellisMobile #image {
	height: 215px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	height: 100%;
}

.bellisMobile #image img {
	height: 260px;
	width: 980px;
	margin-left: -90px;
}

.bellisMobile #wrapper {
	padding: 30px 0px 0px 0px;
	position: relative;
	margin-right: 40px;
}
.bellisMobile #left {
	display: none;
}

.bellisMobile #left div + div {
	margin-top: 10px;
}
.bellisMobile #editablecode_container #content {
	width: 530px;
	margin-left: 60px;
}
.bellisMobile .cel_cell #content {
    margin-left: 15px;
    width: 100%;
}

.bellisMobile #content td img {
  margin-right: 70px !important;
}


.bellisMobile #content .rteEndClear {
  clear: both;
}

.smallMobileWidth img.fluidWidth {
	width: 50% !important;
	height: auto;
}


/*MENU*/


.bellisMobile #icons {
    display: block;
}

.bellisMobile #icons img {
	width: 30px;
	height: 30px;
	margin-top: 22px;
	margin-left: 15px;
}

.bellisMobile #sitecontainer #navigation_mobile {
	display: block;
	background-color: #d2d2d2;
	height: 100%;
	width: 50%;
	z-index: 1;
	position: absolute;
}

.bellisMobile #sitecontainer #navigation_mobile ul,
.bellisMobile #sitecontainer #navigation_mobile li {
	list-style: none;
}

.bellisMobile #sitecontainer #navigation_mobile li {
	background: rgba(72, 156, 224, 1) none repeat scroll 0 0; 
	border-radius: 5px;
	margin-bottom: 5px;
	width: 98%;
	padding: 5px;
	margin-left: -30px;
}

.bellisMobile #sitecontainer a {
	color: #fff;
	text-decoration: none;
}
.bellisMobile #sitecontainer #content a,
.bellisMobile body.mceContentBody a {
	text-decoration: underline;
    font-width: bold;
    color: #489ce0;

}
.bellisMobile #sitecontainer a:hover,
.bellisMobile body.mceContentBody a:hover {
	color: #333;
	text-decoration: none;
}

.bellisMobile #navigation_mobile #menu_mobile > ul > li.active > ul {
  display: block !important;
}

.bellisMobile #sitecontainer #navigation_mobile #menu_mobile li a {
	display: block;
 }


/*END MENU */





.bellisMobile #footer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -386px;
	width: 728px;
	height: 15px;
	border-top: 2px solid #f4f4f4;
	padding: 24px;
	padding-top: 8px;
}
body.celementsmenubarvisible #footer div.cel_cm_pagedependent_content, 
body.celementsmenubarvisible #footer div.cel_cm_rte_content {
	min-height: 15px;
}
	

/* Blog */
#content .article_date,
#content .article_title {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 4px;
}

#content .article_title {
	font-weight: bold;
}

#content .article_date {
	float: right;
	margin-left: 8px;
}

#content .cel_cal_key {
	font-weight: bold;
}

/* Kalender */
.bellisMobile table.cel_calendar_overview {
	width: 356px;
	table-layout: fixed;
	border-collapse: collapse;
}
.bellisMobile table.cel_calendar_overview th {
	text-align: left;
	border-bottom: 1px solid #505050;
}
.bellisMobile table.cel_calendar_overview td.cel_cal_date {
	width: 170px;
}
.bellisMobile table.cel_calendar_overview span.cel_cal_date {
	width: 77px;
}
.bellisMobile table.cel_calendar_overview span.cel_cal_time {
	width: 47px;
	margin-left: 10px;
}
.bellisMobile table.cel_calendar_overview .cel_cal_l_title {
	width: 184px;
}
.bellisMobile table.cel_calendar_overview .cel_cal_location {
	width: 124px;
}
.bellisMobile table.cel_calendar_overview .cel_cal_even td {
	background: #e6e6e6;
}


.bellisMobile #sitecontainer #content :first-child,
.bellisMobile body.mceContentBody :first-child {
	margin-top: 0px;
	vertical-align: top;
	margin-left: 0px;
	text-decoration: none;
	text-align: left;
}


/* Gallery fix */
.bellisMobile .celements_galleries .celements_gallery_overview {
  padding: 5px 0px 10px 0px;
  height: auto;
  display: block;
  overflow: hidden;
}

/* Formular */
.bellisMobile .KontaktForm .input {
	padding: 2px 0px;
}
.bellisMobile .KontaktForm label {
	float: left;
	width: 80px;
}
.bellisMobile .KontaktForm .information label {
	width: auto;
}
.bellisMobile .KontaktForm input {
	margin: 0px;
	width: 245px;
}
.bellisMobile .KontaktForm input[type="submit"]{
	margin: 0px;
	width: 252px;
} 
.bellisMobile .KontaktForm .validation-failed {
	border: 1px solid red;
}
.bellisMobile .KontaktForm .validation-advice {
	display: inline;
	margin-left: 10px;
	background: transparent;
	color: white;
	font-weight: normal;
}
.bellisMobile .KontaktForm textarea {
	width: 245px;
	height: 70px;
	
}

/* Agenda/Konzerte */
.bellisMobile .cel_pagetype_Event .cel_cal_l_title .cel_cal_key {
	display: none;
}
.bellisMobile .cel_pagetype_Event .cel_cal_l_title .cel_cal_value {
	font-size: 20px;
	line-height: 24px;
	margin: 18px 0px 4px 0px;
}

/* Websearch */
#websearch .search_input {
	width: 490px;
	margin: 0px;
	padding: 0px;
}
#websearch .results {
	margin-top: 10px;
}
body #sitecontainer #websearch .results a.result_url:hover,
body #sitecontainer #websearch .results a.result_page_link {
	color: #333 !important;
}
body #sitecontainer #websearch .results a.result_page_link:hover,
body #sitecontainer #websearch .results a.result_url {
	color: #A9A9BC !important;
}
