/* Tabs seitlich */
.tab-box {
  height: 1%;
  zoom: 1;
  position: relative;
  margin: 0;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
/* tabs */
.tab-box .tab-toc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 350px;
  height: 100%;
  position: relative;
  float: right;
  z-index: 3;
  right: 0;
  top: 0;
  bottom: 0;
}
.tab-box .tab-toc li {
  display: block;
  list-style: none;
}
.tab-box .tab-toc a {
  display: block;
  margin: 0;
  display: block;
  color: #ffffff;
  padding-left: 28px;
  cursor: pointer;
  word-wrap: break-word;
}
.tab-box .tab-toc li a.on,
.tab-box .tab-toc li a:hover,
.tab-box .tab-toc li a:active,
.tab-box .tab-toc li a.a11y-focus,
.tab-box .tab-toc li a:focus {
  color: #ffffff;
  text-decoration: none;
}
.tab-box .tab-toc li a span {
  display: block;
  color: #ffffff;
  min-height: 87px;
  height: auto !important;
  height: 87px;
}
.tab-box .tab-toc li a span span {
  min-height: 0;
  height: auto;
}
.tab-box .tab-toc li:first-child a span span {
  border-top: none;
  min-height: 0;
}
.tab-box .tab-toc li:first-child a span {
  border-top: none;
}
.tab-box .tab-toc li a span span {
  padding: 13px 27px;
  border-top: none;
  height: auto;
}
.tab-box .tab-toc li a em {
  display: block;
  width: 100%;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
}
.tab-box .tab-toc li a em em {
  float: left;
  font-size: 70%;
  margin-bottom: 3px;
  padding: 3px 0;
}
.tab-box .tab-toc li.top-news a em em {
  background: #ffc819;
  width: auto;
  padding: 3px 10px;
  margin-bottom: 3px;
  color: #000000;
}
.tab-box .section {
  margin: 0;
  position: absolute;
  left: 0;
  z-index: 1;
}
.tab-box .section.is-visible {
  z-index: 1000;
}
.js .tab-box .section.is-visible {
  z-index: 1;
}
.tab-box .section img {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}
.tab-box .tab-three li a span {
  min-height: 117px;
  height: auto !important;
  height: 117px;
}
.tab-box .tab-three li a span span {
  padding: 15px 27px;
  min-height: 0;
  height: auto;
}
.tab-box .tab-two li a span {
  min-height: 176px;
  height: auto !important;
  height: 176px;
}
.tab-box .tab-two li a span span {
  padding: 20px 27px;
  min-height: 0;
  height: auto;
}
.tab-box .tab-two a {
  font-size: 200%;
}