.orange {
	color: #E9550D;
}
.grau {
	color: #575757;
}
.hellgrau {
  color: #ababab;
}

.top:hover {
	cursor: pointer;
}




@font-face {
    font-family: 'InsightThin';
    src: url('fonts/InsightThin.eot');
    src: url('fonts/InsightThin.eot') format('embedded-opentype'),
         url('fonts/InsightThin.woff2') format('woff2'),
         url('fonts/InsightThin.woff') format('woff'),
         url('fonts/InsightThin.ttf') format('truetype'),
         url('fonts/InsightThin.svg#InsightThin') format('svg');
}
@font-face {
    font-family: 'InsightBold';
    src: url('fonts/InsightBold.eot');
    src: url('fonts/InsightBold.eot') format('embedded-opentype'),
         url('fonts/InsightBold.woff2') format('woff2'),
         url('fonts/InsightBold.woff') format('woff'),
         url('fonts/InsightBold.ttf') format('truetype'),
         url('fonts/InsightBold.svg#InsightBold') format('svg');
}



@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?-nfusc0');
  src:url('fonts/icomoon.eot?#iefix-nfusc0') format('embedded-opentype'),
    url('fonts/icomoon.ttf?-nfusc0') format('truetype'),
    url('fonts/icomoon.woff?-nfusc0') format('woff'),
    url('fonts/icomoon.svg?-nfusc0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e600";
}

.icon-play {
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  -webkit-transition: -webkit-transform 0.2s;
}
.icon-home:before {
  content: "\68";
}
.icon-phone:before {
  content: "\70";
}
.icon-envelope:before {
  content: "\e60d";
}
.icon-location:before {
  content: "\6c";
}
.icon-print:before {
  content: "\66";
}
.icon-menu:before {
  content: "\e602";
}
.icon-star:before {
  content: "\74";
}
.icon-star2:before {
  content: "\73";
}
.icon-newtab:before {
  content: "\e601";
}
.icon-close:before {
  content: "\e603";
}




h1, h2 {
  color: #E9550D;
  font-family: "InsightBold", tahoma, arial, helvetica;
}
html.ja h1, html.ja h2 {
  font-family: 'MS PGothic', Osaka, 'InsightBold', tahoma, arial, helvetica;
}
h1 {
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 18px;
}
h2, h3 {
  font-size: 1.2em;
  line-height: 1.3em;
}
b, strong {
  font-family: "InsightBold", tahoma, arial, helvetica;
}
html.ja b, strong {
  font-family: 'MS PGothic', Osaka, 'InsightBold', tahoma, arial, helvetica;
  font-weight: 700;
}


p {
  padding: 5px 0;
}

a {
  color: #E9550D;
}

#menu_subWrapperTitle {
  font-size: 18px;
  position: relative;
  z-index: 12;
  margin-top: 58px; 
 list-style: none;
}
#menu_subWrapperTitle:hover {
  cursor: pointer;
}
#menu_subWrapperTitle .icon-play {
  float: left;
  padding: 0;
  font-size: 14px;
  margin: 2px 9px 0 0;
}

ul#menu_sub {
  font-size: 18px;
  position: relative;
  z-index: 12;
  margin-top: -24px;
  padding: 20px;
  background-color: #ffffff;
}
ul#menu_sub > li {
  padding: 4px 20px 4px 10px;
  display: inline;
  text-transform: uppercase;
  float: left;
  
  margin-left: -10px;
}

ul#menu_sub > li:hover,
ul#menu_sub > li.active  {
  color: #E9550D;
  cursor: pointer;
}
ul#menu_sub > li > ul {
  background-color: #ffffff;
  display: block;
  position: fixed;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
}
ul#menu_sub > li > ul > li {
  position: relative;
  display: block;
  color: #575757;
  text-transform: none;
}
ul#menu_sub > li > ul > li > a {
  color: #575757;
}
ul#menu_sub > li > ul > li:hover a,
ul#menu_sub > li > ul > li.active a {
  color: #E9550D;
}

}
ul#menu_sub > li > ul > li:first-child {
}
ul#menu_sub > li > ul > li.current > a {
  color: #E9550D;
}
ul#menu_sub > li.current > a,
ul#menu_sub > li.active > a {
  color: #E9550D;
}
#menu_sub .icon-play {
  padding: 0;
  font-size: 14px;
  margin: 2px 9px 0 0;
  float: left;
}




ul#menu_subMobile {
  line-height: 45px;
  font-size: 18px;
  color: #575757;
  background-color: #ffffff;
  position: relative;
  top: 105px;
  display: none;
}
ul#menu_subMobile li {
  list-style: none;
  padding-left: 5%;
}
ul#menu_subMobile li a {
  list-style: none;
  color: #575757;
  text-decoration: none;
}
ul#menu_subMobile li.active,
ul#menu_subMobile li:active {
  background-color: #E9550D;
}
ul#menu_subMobile li.active a,
ul#menu_subMobile li:active a {
  color: #ffffff;
}
#mainMenuWrapper {
  width:100%;
}







#mainMenuMobile {

}
#mainMenuMobile .icon-close {
  position: absolute;
  top: 18px;
  right: 14px;
  font-size: 1.5em;
}
#mainMenuMobile .icon-close:hover {
  cursor:pointer;
}
#mainMenuMobile ul#menu_main {
  padding-top: 60px;
  line-height: 45px;
   font-size: 18px;
  color: #575757;
  text-align: center;
}
#mainMenuMobile ul#menu_main li a {
  color: #575757;
  text-decoration: none;
  display: block;
  width: 100%;
}
#mainMenuMobile ul#menu_main li.active,
#mainMenuMobile ul#menu_main li:active  {
  background-color: #E9550D;
}
#mainMenuMobile ul#menu_main li.active a,
#mainMenuMobile ul#menu_main li:active a {
  color: #ffffff;
}





#menu_mainWrapper {
  position: relative;
  z-index: 12;
  margin: 60px 0 0 -10px;
}
#menu_mainWrapper .icon-play {
  margin: 30px -24px 0 0;
  font-size: 14px;
  position: relative;
  z-index: 13;
}
#headerWrapper ul#menu_main {
  font-size: 1em;
  position: relative;
  z-index: 12;
}
#headerWrapper  ul#menu_main > li {
  padding: 4px 15px 4px 0;
  display: inline;
  /*text-transform: uppercase;*/
  float: left;
}
#headerWrapper  ul#menu_main > li:first-child {
  /*display: none;*/
}
html.mobile #headerWrapper  ul#menu_main > li:first-child {
  display: block;
}
#headerWrapper  ul#menu_main > li > a {
  text-decoration: none;
  color: #575757;
}
#headerWrapper  ul#menu_main > li.active > a,
#headerWrapper  ul#menu_main > li:active > a,
#headerWrapper  ul#menu_main > li:hover > a {
  color: #E9550D;
}

#headerWrapper  ul#menu_main li > ul {
  line-height: 35px;
  margin: -47px 0 0 -30px;
  list-style: none; 
  background-color: #ffffff;
  padding: 20px 30px;
  position: relative;
  z-index: 12;
  width: 150px;
}
#headerWrapper  ul#menu_main li > ul > li,
#headerWrapper  ul#menu_main li > ul > li > a {
  color: #575757;
}
#headerWrapper  ul#menu_main > li > ul > li.active,
#headerWrapper  ul#menu_main > li > ul > li.active a {
  color: #E9550D;
}
#headerWrapper  ul#menu_main > li > ul > li:hover,
#headerWrapper  ul#menu_main li > ul > li > a:hover {
  color: #E9550D;
  cursor: pointer;
}





#menu_mainWrapper_small {
  position: relative;
  top: 64px;
  display: none;
  right: 100px;
  text-align: right;
}
#menu_mainWrapper_small:hover {
  cursor: pointer;
}
#menu_mainWrapper_small ul#menu_main {
  background-color: #ffffff;
  display: inline-block;
  padding: 20px;
  margin-left: -20px;
}
#menu_mainWrapper_small ul#menu_main li:first-child {
  display: block;
}
#menu_mainWrapper_small ul#menu_main li {
  display: block;
  float: none;
}

.language a {
  position: absolute;
  right: 20px;
  top: 64px;
  color: #575757;
  text-decoration: none;
}
.language a:hover {
  color: #E9550D;
}
#headerWrapperMobile .language a {
  left: 10px;
  top: 20px;
  text-decoration: none;
}
a.map {
  float: right;
}

.box_subWrapper .icon-play {
  color: #E9550D;
  float: left;
  font-size: 0.5em;
  margin-top: 9px;
  margin-left: -16px;
  margin-right: 3px;
}

.pause {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}