html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}






html,
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  color: #575757;
  font-size: 16px;
  line-height: 20px;
  font-family: "InsightThin", tahoma, arial, helvetica;
  background-color: #575757;
  overflow: hidden;
}
* html body {
  height: 100%;
}

html.mobile body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
html.ja {
  font-family: 'MS PGothic', Osaka, tahoma, arial, helvetica;
}


#headerWrapper {
	height: 92px;
	width: 100%;
	position: fixed;
  z-index: 100;
	background-color: #ffffff;
}

#logo, #menu_subWrapper {
  float: left;
}

#logo {
	margin: 12px 3% 0 5%;
  width: 108px;
  height: 71px;
}

#container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  text-align: left;
  display: block;
}
#wrapper {

}
#wrapper_inner {
	overflow: visible;
}
.clearBoth {
  clear: both;
}








.slideText {
  margin: 2.5%;
}
.box_subWrapper .slideText {
  margin: 5%;
}
.slideText a {
  text-decoration: none;
/*  color: #575757;*/
}
.slideText a:hover {
/*  color: #E9550D;*/
}
#slideshowContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  text-align: left;
  display: block;
}
html.mobile #slideshowContainer {
  position: static;
  margin-top: 50px;
  left: 0;
  height: 360px;
  width: 360px;
  overflow: hidden;
  z-index: 0;
  text-align: left;
  display: block;
}
#slideshowContainer #slideshowContainerInner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  width: 100%;
}
#slideshowContainer #slideshowContainerInner #slides {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100;
}
#slideshowContainer #slideshowContainerInner #slides .slides_container {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: none;
}
#slideshowContainer #slideshowContainerInner #slides .slides_container .slide {
  width: 100%;
  height: 100%;
  display: block;
}
#slideshowContainer #slideshowContainerInner #slides .slides_container .slide img {
  margin: 0;
}
#slideshowContainer #slideshowContainerInner #slides .slides_container .slide .caption {
  z-index: 0;
  position: absolute;
  top: -20000px;
  left: -200000px;
}
#slideshowContainer #slideshowContainerInner #slides .slides_container .slide .caption a {
  text-decoration: none;
}
#slideshowContainer #slideshowContainerInner #slides .slides_container .slide .caption p a {
  color: #000000;
  text-decoration: none;
}
#slideshowContainer #slideshowContainerInner #slides .slides_container .slide .caption h3 {
  color: #000000;
  margin: 4px 0 6px 0;
}



#headerWrapperMobile {
  height: 50px;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 1000;
  top:0;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,1);
  box-shadow: 0px -1px 2px 0px rgba(0,0,0,1);
}
#headerWrapperMobile .icon-menu {
  position: absolute;
  top: 11px;
  right: 13px;
  font-size: 1.9em;
}
 #headerWrapperMobile .icon-menu:hover {
  cursor: pointer;
}
#logoMobile {
  width: 66px;
  margin: 0 auto;
  padding-top: 9px;
}
#headerWrapperMobile img {
  height: 36px;
  width: 66px;
}

.containerMobile {
    -webkit-overflow-scrolling: touch;
}


#subMenuMobile {
  height: 45px;
  width: 100%;
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,1);
  -moz-box-shadow: 0px -1px 2px 0px rgba(0,0,0,1);
  box-shadow: 0px -1px 2px 0px rgba(0,0,0,1);
  z-index: 10;
  position: absolute;
  top: 60px;
  background-color: #ffffff;
}
#subMenuMobile .headerSubMenu {
  font-size: 20px;
  padding: 8px 0 0 11px;
}
#subMenuMobile .headerSubMenu:hover {
  cursor: pointer;
}
#subMenuMobile .headerSubMenu .icon-play {
  float: left;
  font-size: 0.6em;
  margin: 8px;
}
#mobilerContent {
  padding:5%;
  width: 100%;
  box-sizing: border-box;
}
.mobileContentStart {
  position: relative;
  background-color: #ffffff;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}


#calendarMobile table.calendar td {
 font-size: 0.8em;
}


#footerWrapperMobile {
  width: 100%;
  height: 85px;
  /*top: 100%;
  padding-top: 2px;
  position: absolute;*/
  position: relative;
  z-index:300;
  background-color: #ffffff;
}
#footerWrapperMobileSub {
  height: 110px;
  padding-top: 10px;
}
#footerMobile {
  width: 246px;
  margin: 0 auto;
}
#footerMobilePhone,
#footerMobileMail,
#footerMobileLocation {
  float: left;
  width: 50px;
  height: 50px;
  margin: 15px;
  color: #ffffff;
  background-color: #575757;
  font-size: 2em;
  text-align: center;
  padding-top: 11px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-sizing: border-box;
}
#footerMobilePhone a,
#footerMobileMail a,
#footerMobileLocation a {
  color: #ffffff;
  text-decoration: none;
}
#footerMobilePhone:active,
#footerMobileMail:active,
#footerMobileLocation:active {
  background-color: #E9550D;
}
#footerMobileLocationInfo {
  background-color: #ffffff;
  font-size: 18px;
  display:none;
  padding: 5%;
  text-align: center;
}





#inhaltWrapper {
  width: 100%;
  overflow: auto;
  clear: both;
}
.box_startWrapper {
  position: absolute;
  margin: 5%;
  width: 90%;
  top: 92px;
  height: auto;
  background-color: #ffffff;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.box_inner {
  margin: 5%;
}
.box_inner ul,
.slideText ul {
  margin: 10px 20px 20px 20px;
}
.box_subWrapper {
  position: absolute;
  z-index: 1;
  margin: 5%;
  width: 30%;
  top: 92px;
  height: auto;
  background-color: #ffffff;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.box_event {
  /*position: absolute;
  z-index: 1;
  margin: 5% 5% 5% 0;
  width: 40%;
  bottom: 72px;
  right: 0;
  height: auto;
  background-color: #ffffff;
  opacity: 0.9;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
}
.box_event .slideText {
  /*margin: 5%;*/
}


#mainMenuWrapperMobile {
  left: -100%;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  /*left: -100%;*/
  z-index: 1010;
}


.box_subWrapper .header {
  margin: 5% 5% 0 5%;
}
.box_subWrapper .header:hover {
  cursor: pointer;
}
.box_sub {
  margin: 0;
}
.box_subInner {
  margin: 4px 5% 5% 5%;
}
table.calendar {
  width: 100%
}
table.calendar td {
 width: 3.75%;
 text-align: center;
 background-color: #ababab;
 color: #ffffff;
 border: 1px solid;
}
table.calendar td.active {
 background-color: #E9550D;
}

table.imprintTable  {
  display: block;
}

table.imprintTable td {
  padding: 5px 0;
}

html.mobile table.imprintTable td {
  display: block;
  padding: 0 0 12px 0;
}
html.mobile table.imprintTable td:first-child {
  font-weight: bold;
  padding-bottom: 0;
}

.mapWrapper {
  background-color: #888;
  width: 22.5%;
  position: absolute;
  left: 50%;
  bottom: 72px;
  margin-bottom: 5%;
  z-index: 20;
}
.mapWrapperMobile {
  background-color: #888;
  width: 100%;
}


.sitemapMainMenu,
.sitemapSubMenu {
  float: left;
}
.sitemapMainMenu {
  margin: 0 5% 5% 0;
}


#footerWrapper {
	height: 72px;
	width: 100%;
	position: fixed;
  z-index: 100;
	background-color: #ffffff;
	bottom: 0;
}
#footer {
  margin-left: 5%;
}
#footer a {
  color: #575757;
  text-decoration: none;
}
#footer a:hover {
  color: #E9550D;
}
.footer {
  float: left;
  margin: 15px 30px 0 20px;
}
.text, .icon {
  float: left;
}
.icon {
  margin-right: 10px;
}






.ertl {
  unicode-bidi: bidi-override;
  direction: rtl;
  cursor: pointer;
}
body.ie7-0 #container,
body.ie8-0 #container {
  background-image: url('../images/leer.gif');
}
html.mobile #container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 1;
  text-align: left;
  display: block;

  
}
/*
.transformRight {
  -webkit-transition: -webkit-transform 0.8s;
  -webkit-transform: perspective(1000px) rotateY(-60deg);
  -webkit-transform-origin: 100% 50%;

  -moz-transition: -moz-transform 0.8s;
  -moz-transform: perspective(1000px) rotateY(-60deg);
  -moz-transform-origin: 100% 50%;

  transition: transform 0.8s;
  transform: perspective(1000px) rotateY(-60deg);
  transform-origin: 100% 50%;
}
.transformLeft {
  -webkit-transition: -webkit-transform 0.8s;
  -webkit-transform: perspective(1000px) rotateY(60deg);
  -webkit-transform-origin: 0% 50%;

  -moz-transition: -moz-transform 0.8s;
  -moz-transform: perspective(1000px) rotateY(60deg);
  -moz-transform-origin: 0% 50%;

  transition: transform 0.8s;
  transform: perspective(1000px) rotateY(60deg);
  transform-origin: 0% 50%;
}
*/
