.font-base-smartphone {
  font-family: StoneSansMedium, sans-serif;
  font-size: 15px;
  line-height: 20px;
}
header {
  padding-bottom: 30px;
}
header .logo-wrapper {
  float: left;
}
header .logo-wrapper .logo,
header .logo-wrapper .logo-text {
  display: block;
  float: left;
}
header .logo-wrapper .logo img,
header .logo-wrapper .logo-jp {
  width: 157.5px;
  height: 77px;
}
header .logo-wrapper .logo-text {
  font-family: StoneSansMedium, sans-serif;
  font-size: 20px;
  margin: 20px 0 0 15px;
  text-transform: uppercase;
}
header .menu-wrapper {
  float: right;
  margin-top: 25px;
  position: relative;
}
header .menu-wrapper .page-title {
  float: left;
  display: none;
  font-size: 12px;
  font-family: StoneSansMedium, sans-serif;
  color: #6e6e6e;
  border-right: 1px dotted #919191;
}
header .menu-wrapper .short-nav {
  border-right: 1px dotted #919191;
  float: left;
  padding: 0 15px;
}
header .menu-wrapper .short-nav a {
  color: #b1b2b3;
  font-family: StoneSansMedium, sans-serif;
  font-size: 20px;
  line-height: 22px;
  padding-right: 10px;
  text-align: center;
  text-decoration: none;
}
header .menu-wrapper .short-nav a:last-child {
  padding-right: 0;
}
header .menu-wrapper .short-nav a:hover {
  color: #4c4c4c;
}
header .menu-wrapper .short-nav a:before {
  font-family: "FontAwesome";
}
header .menu-wrapper .short-nav a.fa-angle-left:before,
header .menu-wrapper .short-nav a.fa-angle-right:before {
  font-size: 24px;
}
header .menu-wrapper .short-nav a span {
  display: none;
}
header .menu-wrapper #hnavi {
  float: left;
}
header .menu-wrapper #hnavi ul li {
  float: left;
  position: relative;
}
header .menu-wrapper #hnavi ul li:before {
  content: "";
}
header .menu-wrapper #hnavi ul li > a {
  border-right: 1px dotted #919191;
  color: #6e6e6e;
  font-size: 21px;
  line-height: 25px;
  padding: 0 15px;
  text-decoration: none;
}
header .menu-wrapper #hnavi ul li > a:hover {
  color: #4c4c4c;
}
header .menu-wrapper #hnavi ul li > a:before {
  font-family: "FontAwesome";
}
header .menu-wrapper #hnavi ul li > a span {
  display: none;
}
header .menu-wrapper #hnavi ul li > a.fixed-menu {
  background-color: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  color: #919191;
  padding: 10px;
  position: fixed !important;
  right: 0;
  text-align: center;
  top: 0;
  width: 75px;
  z-index: 1000;
}
header .menu-wrapper #hnavi ul li > a.fixed-menu:hover {
  color: #4c4c4c;
}
header .menu-wrapper #hnavi ul li > a.fa:before {
  color: #b1b2b3;
}
header .menu-wrapper #hnavi ul li:last-child a {
  border: none;
}
header .menu-wrapper .social-share-links {
  display: none;
  background: #efefef;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 100;
  padding: 5px 10px;
  white-space: nowrap;
  min-width: 165px;
}
header .menu-wrapper .social-share-links a {
  vertical-align: middle;
}
header .menu-wrapper .social-share-links .youku img {
  height: 15px;
}
.pushmenu {
  background-color: #919191;
  bottom: 0;
  color: #ffffff;
  font-family: StoneSansMedium, sans-serif;
  font-size: 15px;
  line-height: 20px;
  height: 100%;
  overflow-y: scroll;
  padding: 10px 20px 0;
  position: fixed;
  top: 0;
  width: 200px;
  z-index: 1000;
}
.pushmenu a {
  color: #ffffff;
  text-decoration: none;
}
.pushmenu a:hover {
  text-decoration: underline;
}
.pushmenu a:hover.close {
  color: #4c4c4c;
  text-decoration: none;
}
.pushmenu ul,
.pushmenu ol {
  list-style: none outside none;
}
.pushmenu ul li:before,
.pushmenu ol li:before {
  display: none;
}
.pushmenu ul li a,
.pushmenu ol li a {
  font-family: StoneSansMedium, sans-serif;
}
.pushmenu ul li a:before,
.pushmenu ol li a:before {
  display: none;
  font-family: "FontAwesome";
}
.pushmenu .headline {
  padding-bottom: 10px;
  text-align: right;
}
.pushmenu .widget {
  border-top: 1px dotted #ffffff;
  color: #ffffff;
}
.pushmenu .widget.widget_text {
  padding: 15px 0 20px;
}
.pushmenu .widget.widget_nav_menu .widget-title {
  font-family: StoneSansMedium, sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin-top: 15px;
}
.pushmenu .widget.widget_nav_menu #menu-sidebar {
  padding: 20px 0;
}
.pushmenu .widget.widget_nav_menu #menu-sidebar li {
  font-family: StoneSansMedium, sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.pushmenu .widget.widget_nav_menu #menu-sidebar li:before {
  cursor: pointer;
  float: right;
  font-family: FontAwesome;
  margin-left: 10px;
}
.pushmenu .widget.widget_nav_menu #menu-copyright {
  line-height: 25px;
  padding-bottom: 15px;
}
.pushmenu .languages {
  padding: 20px 0 10px;
  border-top: 1px dotted #ffffff;
}
.pushmenu .languages .language-choices {
  margin-top: 20px;
}
.pushmenu .languages .language-choices .language {
  display: block;
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-family: StoneSansMedium, sans-serif;
  font-size: 25px;
  color: #efefef;
  border: 1px dotted #efefef;
  text-align: center;
  margin-right: 10px;
}
.pushmenu .languages .language-choices .language.active {
  color: #4c4c4c;
  background-color: #efefef;
}
.pushmenu-right {
  right: -240px;
}
.pushmenu-right.pushmenu-open {
  right: 0;
}
.pushmenu-push {
  overflow-x: visible;
  position: relative;
  left: 0;
}
.pushmenu-push-toleft {
  left: -240px;
}
/* Transition */
.pushmenu,
.pushmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#anchor-menu {
  margin-bottom: 10px;
}
#anchor-menu.hidden {
  display: none !important;
}
#anchor-menu ul {
  display: none;
  list-style: none outside none;
}
#anchor-menu a {
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border: 1px dotted;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
}
#anchor-menu a:hover {
  text-decoration: underline;
}
#anchor-menu a:hover.button-open-menu {
  text-decoration: none;
}
#anchor-menu a i {
  position: absolute;
  color: #919191;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 40px;
  width: 40px;
}
#anchor-menu a i.fa-sort-down:before {
  position: relative;
  top: -6px;
}
#anchor-menu a i.fa-sort-up:before {
  position: relative;
  top: 6px;
}
#anchor-menu a:hover i {
  color: #4c4c4c;
}
#scrollnav {
  display: none;
  position: fixed;
  right: 15px;
  top: 40%;
  visibility: hidden;
  z-index: 10;
}
#scrollnav a {
  background-color: #919191;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin-bottom: 5px;
  opacity: 0.7;
  width: 12px;
}
#scrollnav a.active {
  background-color: #4c4c4c;
}
#jump-to-first-section {
  background: url('../images/icons/button_down_grau.png') no-repeat 0 0;
  background-size: 50px 50px;
  bottom: -23px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
#scroll-to-top {
  background-color: #ffffff;
  border: 1px solid #efefef;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #4c4c4c;
  display: none;
  font-family: StoneSansMedium, sans-serif;
  font-size: 12px;
  padding: 0 0 10px;
  position: fixed;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 95px;
}
#scroll-to-top.fix-position-menu {
  right: 240px;
}
#scroll-to-top:before {
  display: block;
  font-family: "FontAwesome";
  font-size: 40px;
}
#scroll-to-top:hover span {
  text-decoration: underline;
}
footer {
  border-top: 1px dotted #919191;
  color: #919191;
  overflow: hidden;
  padding-top: 10px;
}
footer ul,
footer ol {
  list-style: none outside none;
}
footer li {
  float: left;
}
footer li:after {
  content: "\00a0|\00a0";
}
footer li:last-child:after {
  content: "";
}
footer li a {
  color: #919191;
  text-decoration: none;
}
footer li a:hover {
  text-decoration: underline;
}
footer .widget-title,
footer .menu-copyright-container {
  line-height: 20px;
}
footer .widget-title {
  float: left;
  font-size: 12px;
}
footer .widget-title:after {
  content: "\00a0|\00a0";
}
