
/*<![CDATA[*/
<!-- 
/* Font-COLORS */
/* Hausfarbe */
/* Hintergrundfarben */
/* Greys, alt */
/* usage: mixed */
/* usage: hintergund, borders etc.. */
/* Grau Slider Progress / Trenner */
/*max-width */
/* custom breakpoints */
/* FONT-FACES AND SIZES */
@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f0f1f3;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
a,
a:link,
a:hover,
a:visited,
a:focus {
  color: #e1121a;
  font-weight: bold;
  text-decoration: underline;
}
.link--black,
.link--black:link,
.link--black:hover,
.link--black:visited,
.link--black:focus {
  color: #231f20;
  text-decoration: underline;
}
.pageWrapper {
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.img-inline {
  display: inline-block;
}
.content .container-fluid {
  max-width: 1120px;
}
.content--full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.content--full .container-fluid {
  max-width: 1440px;
}
@media (min-width: 768px) {
  .content--full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .content--full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1270px) {
  .content--full {
    margin-left: 0;
    margin-right: 0;
  }
}
.container-fluid .row--noGutter > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.container-fluid .row--smallGutter > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 10px;
}
.container-fluid .row--mediumGutter {
  margin-left: -20px;
  margin-right: -20px;
}
.container-fluid .row--mediumGutter > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.hidden-hamburger {
  display: none;
}
@media (min-width: 1270px) {
  .hidden-hamburger {
    display: block;
  }
}
body.st-menuOpen,
body.st-searchOpen {
  height: 100vh;
  overflow: hidden;
}
.pageWrapper {
  padding-top: 88px;
}
@media (min-width: 540px) {
  .pageWrapper {
    padding-top: 96px;
  }
}
@media (min-width: 1270px) {
  .pageWrapper {
    padding-top: 0;
  }
}
.pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  height: 88px;
}
@media (min-width: 540px) {
  .pageHeader {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .pageHeader {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 1270px) {
  .pageHeader {
    position: relative;
    z-index: 5;
    margin-bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
  }
}
.logoWrapper {
  color: #e1121a;
  margin-left: 0px;
  margin-right: 0;
  padding: 0;
  height: 51px;
  position: relative;
}
@media (min-width: 1270px) {
  .logoWrapper {
    background: transparent;
    height: auto;
    position: absolute;
    overflow: hidden;
    left: 0;
  }
}
@media (min-width: 1270px) {
  .hamburger {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
.header__logo .logo__image {
  height: 40px;
  margin: 24px 0 0 -32px;
}
@media (min-width: 540px) {
  .header__logo .logo__image {
    height: 48px;
    margin: 25px 0 0 -30px;
  }
}
@media (min-width: 768px) {
  .header__logo .logo__image {
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .header__logo .logo__image {
    margin-left: -16px;
  }
}
@media (min-width: 1270px) {
  .header__logo .logo__image {
    margin-left: 0;
  }
}
.header__logo .logo__byline {
  display: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (min-width: 1270px) {
  .header__logo .logo__byline {
    display: block;
    color: #231f20;
    margin-left: 60px;
    margin-top: 9px;
  }
}
.buttonwrapper {
  float: right;
  margin-top: 33px;
  margin-right: 16px;
}
@media (min-width: 540px) {
  .buttonwrapper {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .buttonwrapper {
    margin-right: 42px;
  }
}
@media (min-width: 1270px) {
  .buttonwrapper {
    display: none;
  }
}
.buttonwrapper button {
  display: inline-block;
  outline: 0 none;
  border: 0 none;
  background: white;
  color: #e1121a;
}
.buttonwrapper > div {
  height: 24px;
  width: 24px;
  float: left;
}
.buttonwrapper > div button {
  width: 24px;
  height: 24px;
  padding: 0;
}
.buttonwrapper .searchbutton {
  margin-right: 20px;
}
@media (min-width: 540px) {
  .buttonwrapper .searchbutton {
    margin-right: 32px;
  }
}
.buttonwrapper .searchbutton svg * {
  stroke: #e1121a;
  fill: transparent;
}
.buttonwrapper .hamburger svg.open * {
  fill: #e1121a;
  stroke: transparent;
}
.buttonwrapper .hamburger svg.close * {
  fill: transparent;
  stroke: #e1121a;
}
.buttonwrapper .hamburger .close {
  opacity: 1;
  display: none;
}
.buttonwrapper .hamburger.isOpen .open {
  display: none;
}
.buttonwrapper .hamburger.isOpen .close {
  display: block;
}
.searchform__button {
  height: 48px;
  width: 48px;
  border: none;
  color: white;
  background: #e1121a;
}
.searchform__button svg {
  margin-top: 7px;
}
@media (min-width: 1270px) {
  .searchform__button svg {
    width: 24px;
    height: 24px;
  }
}
.searchform__button svg * {
  stroke: white;
  fill: transparent;
}
.searchform--mobile {
  margin: 0;
  position: relative;
  display: none;
}
@media (min-width: 1270px) {
  .searchform--mobile {
    display: none;
  }
}
.searchform--mobile .form-control {
  display: block;
  width: calc(100% - 40px);
  float: left;
  height: 48px;
}
.searchform--mobile form {
  margin: 96px auto;
  position: relative;
  width: calc(100% - 48px);
}
@media (min-width: 540px) {
  .searchform--mobile form {
    width: 80%;
  }
}
.searchform--mobile .searchform__button svg {
  margin-top: 10px;
}
.searchform--mobile .icon-search,
.searchform--mobile .icon-search svg {
  width: 24px;
  height: 24px;
  color: #e1121a;
}
.searchform--mobile .afterclear {
  display: none;
}
.searchform--mobile .close {
  top: 20px;
  right: 20px;
  position: absolute;
  opacity: 1;
  height: 20px;
  width: 20px;
}
.searchform--mobile .close svg * {
  fill: transparent;
  stroke: #e1121a;
}
.searchform--mobile.isOpen {
  position: absolute;
  top: 0;
  width: 100%;
  background: white;
  height: 100%;
  display: block;
  z-index: 999;
}
@media (min-width: 1270px) {
  .searchform--mobile.isOpen {
    display: none;
  }
}
/***
Fester Autocomplete Style Start
 */
.tx-solr-autosuggest {
  border: 1px solid #CCC;
  background: #FFF;
  overflow: auto;
}
.tx-solr-autosuggest strong {
  font-weight: bolder;
  color: #f18f0b;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.tx-solr-autosuggest .autocomplete-selected {
  background: white;
}
.tx-solr-autosuggest .autocomplete-group {
  padding: 10px 5px;
}
.tx-solr-autosuggest .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #999;
}
/***
Fester Autocomplete Style END
 */
.autocomplete-suggestions.tx-solr-autosuggest {
  width: 100vw;
  margin-left: 0px;
  padding-top: 20px;
  border: 0 none;
}
@media (min-width: 1270px) {
  .autocomplete-suggestions.tx-solr-autosuggest {
    min-width: 224px;
    margin-left: 0;
    border: 0 none;
    padding-top: 0;
    overflow: visible;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:before,
  .autocomplete-suggestions.tx-solr-autosuggest:after {
    content: "";
    display: block;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:before {
    background-image: linear-gradient(to bottom, #231F20, transparent);
    height: 16px;
    position: absolute;
    top: 100%;
    transform: skew(45deg, 0deg);
    transform-origin: 0 0;
    width: 100%;
    opacity: 0.1;
    transition: height 0.5s ease;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:after {
    background-image: linear-gradient(to right, #231F20, transparent);
    height: calc(100% + 40px);
    position: absolute;
    left: 100%;
    transform: skew(0deg, 45deg);
    transform-origin: 0 0;
    width: 32px;
    opacity: 0.1;
    top: -40px;
    transition: width 0.5s ease;
  }
}
.tx-solr-autosuggest .autocomplete-suggestion {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding: 12px 17px;
  position: relative;
  color: #231f20;
  border-bottom: 2px solid #ebe6e6;
}
@media (min-width: 1270px) {
  .tx-solr-autosuggest .autocomplete-suggestion {
    border: 0 none;
  }
  .tx-solr-autosuggest .autocomplete-suggestion:after {
    content: '';
    display: block;
    height: 1px;
    background: #ebe6e6;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.tx-solr-autosuggest .autocomplete-suggestion strong {
  font-weight: 700;
  color: #231f20;
}
.tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected {
  background: white;
  cursor: pointer;
}
.tx-solr-autosuggest .autocomplete-suggestion:last-child {
  border-bottom: 0 none;
}
.tx-solr-autosuggest .autocomplete-suggestion:last-child:after {
  display: none;
}
.page-86 .autocomplete-suggestions {
  margin-left: 0;
}
.navigation {
  list-style: none;
  padding: 0;
  text-align: right;
}
.navigation li {
  display: inline-block;
}
.navigation li > a,
.navigation li > a:link,
.navigation li > a:hover,
.navigation li > a:visited,
.navigation li > a:focus {
  color: #231f20;
  text-decoration: none;
}
.navigation--one li > a {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  position: relative;
}
.navigation--one > .sub > a:after {
  content: '';
  display: block;
  margin: 0 -6px 0 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #e1121a transparent;
  opacity: 0;
}
.navigation--one > .sub.hasHover > a::after {
  opacity: 1;
}
.navigation--one li.last {
  margin-right: -21px;
}
.navigation--meta {
  margin: 5px 0;
}
.navigation--meta li > a {
  margin-left: 7px;
  padding-left: 7px;
  font-weight: normal;
}
.navigation--meta li > a,
.navigation--meta li > a:link,
.navigation--meta li > a:hover,
.navigation--meta li > a:visited,
.navigation--meta li > a:focus {
  font-size: 1.4rem;
  font-weight: normal;
}
.navigation--meta > li.sub > a:after {
  font-family: 'fontello';
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  content: '\e807';
  color: #e1121a;
  margin-left: 5px;
}
@media (min-width: 1270px) {
  .navigation--meta {
    margin: 16px 0 24px;
  }
}
@media (min-width: 1270px) {
  .navigation--meta .form-group {
    margin-bottom: 0;
  }
}
.navigation--lang {
  position: absolute;
  right: 0;
  text-align: right;
}
.navigation--lang .icon-globe {
  font-size: 2.1rem;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
@media (min-width: 1270px) {
  .navigation--lang {
    position: relative;
    text-align: left;
    margin-right: 15px;
  }
}
.navigation--breadcrumb {
  text-align: left;
  margin-left: 15px;
  margin-top: 15px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navigation--breadcrumb {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .navigation--breadcrumb {
    margin-left: 60px;
  }
}
@media (min-width: 1270px) {
  .navigation--breadcrumb {
    margin-left: 60px;
  }
}
.navigation--breadcrumb li {
  display: none;
}
@media (min-width: 768px) {
  .navigation--breadcrumb li {
    display: inline-block;
  }
}
.navigation--breadcrumb li.mobile-visible {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.navigation--breadcrumb li.mobile-visible:before {
  font-family: 'fontello';
  content: '\f104';
  color: #5c5758;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 5px;
}
@media (min-width: 540px) {
  .navigation--breadcrumb li.mobile-visible {
    padding-left: 45px;
  }
  .navigation--breadcrumb li.mobile-visible:before {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .navigation--breadcrumb li.mobile-visible {
    padding-left: 0;
  }
  .navigation--breadcrumb li.mobile-visible:before {
    display: none;
  }
}
.navigation--breadcrumb > li > a {
  font-weight: normal;
  line-height: 1.43;
  display: block;
  font-size: 14px;
  color: #5c5758;
}
.navigation--breadcrumb > li > a:link,
.navigation--breadcrumb > li > a:hover,
.navigation--breadcrumb > li > a:visited,
.navigation--breadcrumb > li > a:focus {
  color: #5c5758;
}
.navigation--breadcrumb > li > a:first-child {
  padding-left: 0;
}
.navigation--breadcrumb .divider {
  font-weight: bold;
  color: #5c5758;
  padding: 0 4px;
}
.navigation--breadcrumb .sub {
  display: inline-block;
  background: #e1121a;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}
.navigation--breadcrumb .sub:hover {
  background: #cc141b;
}
.navigation--breadcrumb .sub > a {
  padding: 12px 15px;
  display: inline-block;
}
.navigation--breadcrumb .sub > a:link,
.navigation--breadcrumb .sub > a:hover,
.navigation--breadcrumb .sub > a:visited,
.navigation--breadcrumb .sub > a:focus {
  color: #fff;
}
.navigation--breadcrumb .sub > a:after {
  font-family: 'fontello';
  content: '\e802';
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 0;
  margin-top: -3px;
  font-size: 12px;
}
.navigation--breadcrumb .sub .current a,
.navigation--breadcrumb .sub .current a:link,
.navigation--breadcrumb .sub .current a:hover,
.navigation--breadcrumb .sub .current a:visited,
.navigation--breadcrumb .sub .current a:focus {
  color: #5c5758;
}
.navigation--breadcrumb #bread--37,
.navigation--breadcrumb #bread--37 + .divider {
  display: none;
}
.navigation--tile {
  text-align: left;
}
.navigation--tile a {
  font-weight: 700;
}
.navigation--tile .product__imageWrapper {
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .navigation--tile .product__imageWrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navigation--tile .product__imageWrapper {
    padding-bottom: 60%;
  }
}
.navigation--tile .product__image {
  top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .navigation--tile .product__image {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.navigation--tile .product__additional {
  font-weight: 500;
}
.navigation--tile .product__additional p:last-child {
  margin-bottom: 0;
}
.navigation--tile .navigation__linktext {
  min-height: 45px;
}
.navigation--tile .navigation__linktext:after {
  display: block;
  content: '\f105';
  color: #e1121a;
  float: right;
  font-family: 'fontello';
}
.navigation--tile.navigation--tileCustom {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  /* 2021 Rebrush */
}
@media (min-width: 540px) {
  .navigation--tile.navigation--tileCustom {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .navigation--tile.navigation--tileCustom {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.navigation--tile.navigation--tileCustom .productList__item {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.navigation--tile.navigation--tileCustom .productList__item > a {
  padding: 0;
  border: 0;
  box-shadow: none;
  height: 100%;
}
.navigation--tile.navigation--tileCustom .product__imageWrapper {
  overflow: hidden;
  padding: 66.6667% 0 0 0;
  display: flex;
  background: #ebe6e6;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.navigation--tile.navigation--tileCustom .product__imageWrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  transform: translate(0%, 0);
}
.navigation--tile.navigation--tileCustom .navigation__linktext {
  min-height: auto;
}
.navigation--tile.navigation--tileCustom .navigation__linktext:after {
  display: none;
}
.navigation--tile.navigation--tileCustom .product__additional {
  margin-top: 0;
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.navigation--tile.navigation--tileCustom .textWrapper {
  overflow: hidden;
  padding: 24px 24px 32px;
  flex: 1;
}
.navigation--tile.navigation--tileLarge .productList__item {
  width: 100%;
}
@media (min-width: 480px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: calc(100% / 3);
  }
}
.navigation--tile.navigation--tileLarge .product__imageWrapper {
  position: static;
  padding-bottom: 0;
  height: auto;
}
.navigation--tile.navigation--tileLarge .product__image {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navigation--tile.navigation--tileLarge .product__contentWrapper {
  padding: 0;
  border: none;
  margin-left: 1px;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover {
  overflow: visible;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__contentWrapper {
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  position: relative;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__contentWrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 5px solid #e1121a;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__additional {
  display: none;
}
.navigation--tile.navigation--tileLarge .navigation__linktext {
  padding: 0 20px;
}
.dropdownMenu {
  display: none;
  z-index: 50;
}
.dropdownMenu--small {
  position: absolute;
  left: 0;
}
.dropdownMenu--small li {
  display: block;
  background: #fff;
}
.dropdownMenu--small li > a {
  display: block;
  padding: 15px 30px;
  margin: 0 0 -1px 0;
  position: relative;
  text-align: left;
}
.dropdownMenu--small li > a.active {
  color: #e1121a;
}
.dropdownMenu--small li > a:hover {
  background: #b3abad;
}
.dropdownMenu--small li > a:after {
  content: '';
  display: block;
  height: 1px;
  background: #b3abad;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.dropdownMenu--small li:last-child a:after {
  display: none;
}
.dropdownMenu--lang {
  padding-top: 10px;
  left: 5px;
  min-width: 130px;
}
.dropdownMenu--search {
  left: auto;
  right: 0;
  min-width: 320px;
  text-align: left;
}
.dropdownMenu--search li > a,
.dropdownMenu--search li > a:link,
.dropdownMenu--search li > a:hover,
.dropdownMenu--search li > a:visited,
.dropdownMenu--search li > a:focus {
  font-weight: 700;
}
.dropdownMenu--search li > a:after,
.dropdownMenu--search li > a:link:after,
.dropdownMenu--search li > a:hover:after,
.dropdownMenu--search li > a:visited:after,
.dropdownMenu--search li > a:focus:after {
  width: auto;
  margin: 0 15px;
}
.dropdownMenu--search em {
  font-weight: 300;
  font-style: normal;
}
.dropdownMenu--breadcrumb {
  min-width: 100%;
}
.dropdownMenu--breadcrumb li > a {
  padding: 12px 15px;
  font-weight: 300;
  white-space: nowrap;
}
.dropdownMenu--breadcrumb li > a:after {
  width: 100%;
}
.dropdownMenu--main {
  position: absolute;
  z-index: 14;
  right: 0;
  text-align: right;
}
.flyout {
  padding: 30px 0;
  background: #fff;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  border-top: 4px solid #e1121a;
  box-shadow: 0 10px 13px -2px rgba(0, 0, 0, 0.2);
  min-width: 800px;
}
.flyout__column {
  width: 450px;
  margin-right: 10px;
  float: left;
}
.flyout__column:last-child {
  margin-right: 40px;
}
.flyout__column:only-child {
  width: 100%;
}
@media (min-width: 992px) {
  .flyout__column:nth-last-child(n + 3),
  .flyout__column:nth-last-child(n + 3) ~ .flyout__column {
    max-width: calc(33% - 20px);
  }
}
@media (min-width: 992px) {
  .flyout__column:nth-last-child(n + 4),
  .flyout__column:nth-last-child(n + 4) ~ .flyout__column {
    max-width: calc(25% - 20px);
  }
}
.flyout__header {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: block;
  padding: 0 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.flyout__header:link,
.flyout__header:hover,
.flyout__header:visited,
.flyout__header:focus {
  color: #231f20;
  text-decoration: none;
}
.flyout__header + .flyout__list li:first-child a {
  border-top-width: 1px;
}
.flyout__list {
  margin: 0;
  padding: 0;
}
.flyout__list li {
  display: block;
  padding: 0 30px;
}
.flyout__list li > a {
  display: block;
  padding: 15px 70px 15px 0;
  margin: 0 0 -1px;
  border-top: 1px solid #b3abad;
  font-weight: 300;
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.04em;
}
.flyout__list li:hover {
  background: #ebe6e6;
}
.flyout__list li:first-child a {
  border-top-width: 0;
}
.flyout__list li:last-child a {
  border-bottom: 1px solid #b3abad;
}
.flyout__list .menuImage {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mobileNavWrapper {
  position: fixed;
  z-index: 500;
  top: 88px;
  height: calc(100vh - 96px);
  width: 100%;
  padding-top: 20px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* open Menu */
}
.mobileNavWrapper.isOpen {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 540px) {
  .mobileNavWrapper {
    top: 96px;
  }
}
@media (min-width: 1270px) {
  .mobileNavWrapper {
    display: none;
  }
}
.mobileNavWrapper .navigation {
  text-align: left;
}
.mobileNavWrapper .navigation--meta:before,
.mobileNavWrapper .navigation--meta:after {
  display: table;
  content: " ";
}
.mobileNavWrapper .navigation--meta:after {
  clear: both;
}
.mobileNavWrapper .navigation--meta li {
  margin-bottom: 15px;
}
.mobileNavWrapper .navigation--meta [class^="icon"]:before {
  margin-left: 0;
}
.mobileNavWrapper .navigation--lang {
  float: none;
  clear: both;
  display: block;
  position: relative;
  width: 150px;
  text-align: left;
  margin-right: 15px;
  z-index: 2;
}
.mobileNavWrapper .navigation--lang.isOpen {
  background: #fff;
  color: #231f20;
}
.mobileNavWrapper .navigation--lang .dropdownMenu {
  position: absolute;
  right: auto;
  left: 0;
}
.mobileNavWrapper .navigation--lang li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mobileNavWrapper .navigation--lang {
    float: right;
    clear: none;
    width: auto;
  }
  .mobileNavWrapper .navigation--lang .dropdownMenu {
    position: absolute;
    right: 0;
    left: auto;
  }
}
.mobileNavWrapper .navigation--one > li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}
.mobileNavWrapper .navigation--one > li a {
  display: block;
  padding: 15px;
  margin: 0;
}
.mobileNavWrapper .navigation--one > li a:before {
  font-family: 'fontello';
  display: inline-block;
  content: '\f105';
  color: #e1121a;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobileNavWrapper .navigation--one > li a:after {
  content: none;
}
.mobileNavWrapper .flyout {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobileNavWrapper .flyout__header.flyout__header {
  padding-left: 0;
}
.mobileNavWrapper .flyout__header.flyout__header:before {
  visibility: hidden;
}
.mobileNavWrapper .flyout__column {
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .mobileNavWrapper .flyout__column {
    max-width: calc(50% - 30px);
  }
}
.mobileNavWrapper .flyout__column:nth-child(2n + 1) {
  clear: left;
}
.mobileNavWrapper .flyout__list {
  margin-bottom: 15px;
}
.mobileNavWrapper .flyout__list li {
  border-top: 1px solid #fff;
  padding: 0;
}
.mobileNavWrapper .flyout__list li a {
  padding-left: 36px;
}
.mobileNavWrapper .flyout__list li a:before {
  display: none;
}
.mobileNavWrapper .menuImage {
  display: none;
}
.mobileNavWrapper .isOpen,
.mobileNavWrapper .isActive {
  background: #e6e9eb;
}
.mobileNavWrapper .isOpen > a,
.mobileNavWrapper .isActive > a,
.mobileNavWrapper .isOpen > a:link,
.mobileNavWrapper .isActive > a:link,
.mobileNavWrapper .isOpen > a:hover,
.mobileNavWrapper .isActive > a:hover,
.mobileNavWrapper .isOpen > a:visited,
.mobileNavWrapper .isActive > a:visited,
.mobileNavWrapper .isOpen > a:focus,
.mobileNavWrapper .isActive > a:focus {
  color: #e1121a;
}
.mobileNavWrapper .isOpen > a:before,
.mobileNavWrapper .isActive > a:before,
.mobileNavWrapper .isOpen > a:link:before,
.mobileNavWrapper .isActive > a:link:before,
.mobileNavWrapper .isOpen > a:hover:before,
.mobileNavWrapper .isActive > a:hover:before,
.mobileNavWrapper .isOpen > a:visited:before,
.mobileNavWrapper .isActive > a:visited:before,
.mobileNavWrapper .isOpen > a:focus:before,
.mobileNavWrapper .isActive > a:focus:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobileNavWrapper .isOpen .dropdownMenu,
.mobileNavWrapper .isActive .dropdownMenu {
  display: block;
}
.mobileNavWrapper .dropdownMenu {
  position: static;
}
.page-38 .navigation--tile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-38 .navigation--tile li {
  flex: 1;
}
/* normalize headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.header--lvl1,
.header--lvl2,
.header--lvl3,
.header--lvl4,
.header--lvl5,
.header--lvl6 {
  margin-bottom: 0.5em;
}
.header--lvlHero {
  font-size: 2.625em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 1.14;
}
h1,
.header--lvl1 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h1,
  .header--lvl1 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  h1,
  .header--lvl1 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
h2,
.header--lvl2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h2,
  .header--lvl2 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h2,
  .header--lvl2 {
    font-size: 36px;
    line-height: 1.25;
  }
}
h3,
.header--lvl3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
h4,
.header--lvl4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h5,
.header--lvl5 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h6,
.header--lvl6 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
.plugin_header {
  margin-bottom: 32px;
}
.hero {
  margin: 0 auto;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-bottom: 20px;
  }
}
.hero__background {
  max-width: 100%;
  height: auto;
}
.hero__backgroundWrapper {
  position: relative;
  z-index: 1;
}
.hero__backgroundWrapper .is-loading {
  min-height: 350px;
}
.content--normal .hero__backgroundWrapper {
  margin-left: -23px;
  margin-right: -23px;
}
@media (min-width: 540px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: -39px;
    margin-right: -39px;
  }
}
@media (min-width: 768px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: calc(((100vw - 1120px) / 2 - 44px) * -1);
    margin-right: calc(((100vw - 1120px) / 2 - 44px) * -1);
  }
}
@media (min-width: 1440px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: -118px;
    margin-right: -118px;
  }
}
.hero__content {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 540px) {
  .hero__content {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media (min-width: 768px) {
  .hero__content {
    padding: 40px 64px;
    width: 50%;
    margin: -190px auto auto;
  }
}
@media (min-width: 992px) {
  .hero__content {
    padding: 40px 65px;
    width: 50%;
    margin: -190px auto auto;
  }
}
.hero__product {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  margin-top: 30px;
  width: auto !important;
  max-width: 50%;
  height: auto;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (min-width: 768px) {
  .hero__product {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .hero__product {
    max-width: 90%;
  }
}
.hero__title {
  font-weight: 100;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 3.6rem;
  }
}
.hero__body {
  display: none;
}
@media (min-width: 992px) {
  .hero__body {
    display: block;
  }
}
.hero__button {
  margin-top: 20px;
}
.hero--pullTop {
  margin-top: 0;
}
@media (min-width: 1270px) {
  .hero--pullTop {
    margin-top: -120px;
  }
}
/* carouse styles*/
.hero .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  bottom: -5px;
  margin-top: 0;
  display: none;
}
@media (min-width: 768px) {
  .hero .owl-nav {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero .owl-nav {
    display: block;
  }
}
.hero .owl-prev,
.hero .owl-next {
  border-width: 0 1px 1px 0;
  position: relative;
  left: auto;
  right: auto;
}
.hero .owl-counter {
  background: #fff;
  display: inline-block;
  border-right: 1px solid #b3abad;
  width: 65px;
  height: 48px;
  line-height: 51px;
  text-align: center;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 700;
  color: #bbb;
}
.hero .owl-counter .active {
  color: #231f20;
}
@media (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}
.hero .carousel--nojs {
  display: block;
}
.hero .carousel--nojs .slide:not(:first-child) {
  display: none;
}
.hero .carousel--nojs .hero__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hero--sub .hero__subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.hero--sub .hero__title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero--sub .hero__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__title {
    margin-bottom: 20px;
  }
}
.hero--sub .hero__content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero--sub .hero__content {
    margin-top: -100px;
    width: calc(100% - 128px);
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__content {
    width: 83.33333%;
  }
}
.hero--sub .no_media .hero__content {
  margin-top: 0;
}
.hero--sub .hero__body {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #231f20;
  display: block;
}
.hero--sub .carousel--nojs .singleImg:not(:first-child) {
  display: none;
}
.hero--sub + .anchor {
  position: absolute;
  overflow: hidden;
  display: none;
}
.hero--sub ~ .content__section {
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.hero--sub ~ .content__section.row-addMarginBottom {
  margin-bottom: 120px;
}
.content__section ~ .content__section {
  margin-top: 80px;
}
.hero--inside {
  padding: 150px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero--inside .hero__backgroundWrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero--inside .hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero--inside .hero__body {
  display: block;
}
@media (min-width: 992px) {
  .hero--inside .hero__body {
    display: block;
  }
}
.hero--inside .hero__content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 30px 20px;
  margin-top: 0;
  text-align: center;
  max-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .hero--inside .hero__content {
    max-width: calc(100% - 160px);
  }
}
.hero--inside .hero__imgWrapper {
  height: 55px;
  display: none;
}
.hero--inside .hero__img {
  border: 1px solid #b3abad;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  margin-bottom: 55px;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.hero--inside .owl-nav {
  top: 50%;
  left: 15px;
  right: 15px;
  bottom: auto;
  z-index: 2;
  margin: -24px auto 0;
  max-width: 1120px;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .hero--inside .owl-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero--inside .owl-nav {
    right: 0;
    left: 0;
    width: 100%;
  }
}
.hero--inside .owl-nav .owl-prev,
.hero--inside .owl-nav .owl-next {
  position: absolute;
  left: 0;
  right: auto;
  border: 1px solid #b3abad;
}
.hero--inside .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.hero--inside .owl-nav .owl-counter {
  display: none;
}
.hero--inside .slick-dots {
  display: block;
}
/**
 * Anpassungen Hero 2018
 */
.hero.hero--version2018 {
  overflow: hidden;
}
.hero.hero--version2018 .slide {
  position: relative;
}
.hero.hero--version2018 .hero__content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: left;
  width: calc(100% / 3);
  padding: 50px 25px;
  display: none;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__content {
    display: block;
  }
}
.hero.hero--version2018 .hero__slideNavigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #939ea5;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero.hero--version2018 .hero__slideNavigation li {
  position: relative;
  color: #fff;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  width: calc(100% / 5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  cursor: pointer;
  padding: 0 20px;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current {
  background: #fff;
  color: #231f20;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current:hover {
  background: #fff;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current .indicator {
  display: block;
}
.hero.hero--version2018 .hero__slideNavigation li:hover {
  background: #acb9c1;
}
.hero.hero--version2018 .hero__slideNavigation li span {
  width: 100%;
}
.hero.hero--version2018 .hero__slideNavigation li .indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #e1121a;
  display: none;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__slideNavigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.hero.hero--version2018 .owl-nav,
.hero.hero--version2018 .slick-dots {
  display: none !important;
}
.hero.hero--version2018 .slick-list {
  overflow: unset;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .slick-list {
    overflow: hidden;
  }
}
.hero.hero--version2018 .hero__mobileHeader {
  background: #939ea5;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  display: block;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__mobileHeader {
    display: none;
  }
}
.hero.hero--version2018 .slick-current .hero__mobileHeader {
  background: #fff;
  color: #231f20;
  border-bottom-color: #e1121a;
}
.hero.hero--version2018 .owl-carousel {
  padding: 0 10%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero.hero--version2018 .hero__backgroundWrapper {
  overflow: hidden;
}
.hero .videowrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.hero .videowrapper .hero__backgroundVideo {
  height: 100%;
  width: 100%;
}
.hero--sub .hero__content {
  text-align: left;
}
@media (min-width: 768px) {
  .hero--sub .hero__content {
    padding: 64px 40px 0;
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__content {
    padding: 64px 64px 0;
  }
}
.hero--sub .hero__subtitle {
  text-transform: none;
}
.hero--sub {
  padding-bottom: 0;
}
.hero--articlegroup .hero__content-wrap {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .hero--articlegroup .hero__content-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .hero--articlegroup .hero__content-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.hero--articlegroup .hero__content-wrap,
.hero--articlegroup .hero__content {
  width: 100%;
}
.hero--articlegroup .hero__content {
  padding: 64px 0;
}
.hero--video.hero .videowrapper {
  display: block;
}
.hero--video .hero__backgroundWrapper .video-text-left {
  z-index: 9998;
  position: absolute;
  left: 24px;
  top: 16px;
  padding-right: 24px;
  height: 32px;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #ffffff;
}
@media (min-width: 540px) {
  .hero--video .hero__backgroundWrapper .video-text-left {
    left: 32px;
    top: 24px;
    padding-right: 32px;
  }
}
.hero--video .hero__backgroundWrapper .video-text-right {
  z-index: 9998;
  position: absolute;
  right: 24px;
  top: 16px;
  padding-left: 24px;
  text-align: right;
  height: 32px;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #ffffff;
}
@media (min-width: 540px) {
  .hero--video .hero__backgroundWrapper .video-text-right {
    right: 32px;
    top: 24px;
    padding-left: 32px;
  }
}
.hightlighttopic {
  width: 100%;
  position: relative;
}
.hightlighttopic picture,
.hightlighttopic .video-wrapper {
  width: calc(100% - 24px);
  display: inline-block;
}
@media (min-width: 540px) {
  .hightlighttopic picture,
  .hightlighttopic .video-wrapper {
    width: calc(100% - 40px);
  }
}
@media (min-width: 992px) {
  .hightlighttopic picture,
  .hightlighttopic .video-wrapper {
    width: calc(100% - 60px);
  }
}
.hightlighttopic picture img,
.hightlighttopic .video-wrapper img {
  display: inline-block;
}
.hightlighttopic .video-wrapper video {
  aspect-ratio: 16/9;
  width: 100%;
}
.hightlighttopic .headerwrapper {
  position: relative;
  width: calc(100% - 24px);
  top: -24px;
  left: auto;
  right: 0;
  bottom: auto;
  padding: 24px 24px 32px 24px;
  background: #cc141b;
  color: white;
}
@media (min-width: 540px) {
  .hightlighttopic .headerwrapper {
    padding: 32px 40px 40px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .hightlighttopic .headerwrapper {
    position: absolute;
    width: calc(334px + (544 - 334) * ((100vw - 768px) / (991 - 768)));
    max-width: 544px;
    bottom: calc(32px + (112 - 32) * ((100vw - 768px) / (991 - 768)));
    top: auto;
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .hightlighttopic .headerwrapper {
    padding: 40px 60px 48px;
    top: auto;
    width: calc(480px + (544 - 480) * ((100vw - 992px) / (1440 - 992)));
    bottom: calc(40px + (112 - 40) * ((100vw - 992px) / (1269 - 992)));
  }
}
@media (min-width: 1270px) {
  .hightlighttopic .headerwrapper {
    bottom: 112px;
    top: auto;
  }
}
.hightlighttopic .headerwrapper .lead {
  color: white;
  font-size: 18px;
  line-height: 24px;
}
.hightlighttopic .headerwrapper .btn-wrap {
  margin-top: 24px;
}
.hightlighttopic .headerwrapper a {
  display: inline-block;
  background: white;
  color: #e1121a;
  padding: 13px 32px 15px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
}
.hightlighttopic .go-right {
  left: auto;
  right: 0;
}
.btn {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.btn,
.btn:link,
.btn:hover,
.btn:visited,
.btn:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.btn:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.btn:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.btn span {
  z-index: 40;
}
.btn-primary,
.searchform__button {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-primary,
.searchform__button,
.btn-primary:link,
.searchform__button:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-primary:hover,
.searchform__button:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.btn-primary:visited,
.searchform__button:visited,
.btn-primary:focus,
.searchform__button:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-white {
  background: #fff;
  border-color: #fff;
}
.btn-white,
.btn-white:link,
.btn-white:hover,
.btn-white:visited,
.btn-white:focus {
  background: #fff;
  color: #231f20;
}
.btn-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.btn-white.btn-cookies:link,
.btn-white.btn-cookies:hover,
.btn-white.btn-cookies:visited,
.btn-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.btn-lg {
  padding: 16px 32px;
}
.btn-md {
  padding: 14px 30px;
}
.btn-sm {
  font-size: 1.2rem;
  padding: 12px 12px;
}
.btn-square {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 40px;
  padding: 0;
}
@media (min-width: 1270px) {
  .btn-square {
    height: 40px;
    width: 40px;
  }
}
.input-group-btn .btn {
  min-height: 50px;
  white-space: nowrap;
  border-left: 0;
}
.input-group-btn > .btn {
  z-index: 2;
}
/*rte buttons*/
.button-large {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
}
.button-large,
.button-large:link,
.button-large:hover,
.button-large:visited,
.button-large:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large span {
  z-index: 40;
}
.button-large-red {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red,
.button-large-red:link,
.button-large-red:hover,
.button-large-red:visited,
.button-large-red:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large-red:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large-red:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large-red span {
  z-index: 40;
}
.button-large-red,
.button-large-red:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.button-large-red:visited,
.button-large-red:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red,
.button-large-red:link,
.button-large-red:hover,
.button-large-red:visited,
.button-large-red:focus {
  color: #fff;
  background: #e1121a;
  border: 1px solid #e1121a;
  text-decoration: none;
}
.button-large-white-red {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  background: #e1121a;
  border: 1px solid #e1121a;
  background: #fff;
  border: 1px solid #cc141b;
  color: #cc141b;
}
.button-large-white-red,
.button-large-white-red:link,
.button-large-white-red:hover,
.button-large-white-red:visited,
.button-large-white-red:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large-white-red:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large-white-red:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large-white-red span {
  z-index: 40;
}
.button-large-white-red,
.button-large-white-red:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-white-red:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.button-large-white-red:visited,
.button-large-white-red:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-white-red,
.button-large-white-red:link,
.button-large-white-red:hover,
.button-large-white-red:visited,
.button-large-white-red:focus {
  background: #fff;
  border: 1px solid #cc141b;
  color: #cc141b;
  text-decoration: none;
}
.pageFooter .button-large-red {
  padding: 16px 20px;
}
.button-large-white {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  background: #fff;
  border-color: #fff;
}
.button-large-white,
.button-large-white:link,
.button-large-white:hover,
.button-large-white:visited,
.button-large-white:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large-white:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large-white:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large-white span {
  z-index: 40;
}
.button-large-white,
.button-large-white:link,
.button-large-white:hover,
.button-large-white:visited,
.button-large-white:focus {
  background: #fff;
  color: #231f20;
}
.button-large-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.button-large-white.btn-cookies:link,
.button-large-white.btn-cookies:hover,
.button-large-white.btn-cookies:visited,
.button-large-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.button-small {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
}
.button-small,
.button-small:link,
.button-small:hover,
.button-small:visited,
.button-small:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small span {
  z-index: 40;
}
.button-small-red {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-red,
.button-small-red:link,
.button-small-red:hover,
.button-small-red:visited,
.button-small-red:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small-red:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small-red:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small-red span {
  z-index: 40;
}
.button-small-red,
.button-small-red:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-red:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.button-small-red:visited,
.button-small-red:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-white {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
  background: #fff;
  border-color: #fff;
}
.button-small-white,
.button-small-white:link,
.button-small-white:hover,
.button-small-white:visited,
.button-small-white:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small-white:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small-white:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small-white span {
  z-index: 40;
}
.button-small-white,
.button-small-white:link,
.button-small-white:hover,
.button-small-white:visited,
.button-small-white:focus {
  background: #fff;
  color: #231f20;
}
.button-small-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.button-small-white.btn-cookies:link,
.button-small-white.btn-cookies:hover,
.button-small-white.btn-cookies:visited,
.button-small-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.btn--fileupload {
  position: relative;
  overflow: hidden;
}
.btn--fileupload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
p + p > a.button-large-red {
  margin-top: 16px;
}
.margin-top-space07 {
  margin-top: 80px;
}
@media (min-width: 540px) {
  .margin-top-space07 {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .margin-top-space07 {
    margin-top: 112px;
  }
}
.margin-top-space06 {
  margin-top: 64px;
}
@media (min-width: 540px) {
  .margin-top-space06 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .margin-top-space06 {
    margin-top: 96px;
  }
}
.margin-top-space05 {
  margin-top: 48px;
}
.margin-top-space04 {
  margin-top: 32px;
}
.margin-top-space03 {
  margin-top: 24px;
}
.margin-top-space02 {
  margin-top: 16px;
}
.margin-top-space01 {
  margin-top: 8px;
}
.margin-bottom-space07 {
  margin-bottom: 80px;
}
@media (min-width: 540px) {
  .margin-bottom-space07 {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-space07 {
    margin-bottom: 112px;
  }
}
.margin-bottom-space06 {
  margin-bottom: 64px;
}
@media (min-width: 540px) {
  .margin-bottom-space06 {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-space06 {
    margin-bottom: 96px;
  }
}
.margin-bottom-space05 {
  margin-bottom: 48px;
}
.margin-bottom-space04 {
  margin-bottom: 32px;
}
.margin-bottom-space03 {
  margin-bottom: 24px;
}
.margin-bottom-space02 {
  margin-bottom: 16px;
}
.margin-bottom-space01 {
  margin-bottom: 8px;
}
.blockquote,
blockquote {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
  border-top: 1px solid #b3abad;
  border-bottom: 1px solid #b3abad;
  border-left: none;
  margin: 35px 0 !important;
  padding: 25px 0;
  text-align: center;
}
.blockquote--center-small {
  padding: 20px 0;
  margin: 0 24px;
  width: calc(100% - 48px);
  border-top: 2px solid #ebe6e6;
  border-bottom: 2px solid #ebe6e6;
  margin-top: 64px;
  margin-bottom: 80px;
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .blockquote--center-small {
    width: calc(100% - 290px);
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    width: calc(((100% - 60px - 24px - 32px) * 0.83333) - 128px);
  }
}
@media (min-width: 1200px) {
  .blockquote--center-small {
    width: calc(1120px * 0.69);
  }
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    margin-top: 96px;
  }
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    margin-bottom: 112px;
  }
}
.blockquote--center-small .text__subheader {
  font-size: 16px;
  line-height: 23px;
  text-transform: none;
  text-align: left;
}
.blockquote--center-small blockquote {
  border: 0 none;
  padding: 0;
  margin: 0 !important;
  text-align: left;
}
.blockquote--center-small blockquote ul {
  padding-top: 0;
  list-style: none;
  padding-bottom: 0;
  margin-top: -4px;
  margin-bottom: -4px;
}
.blockquote--center-small .text__bodytext ul li {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 8px 0;
}
.blockquote--center-small .text__bodytext ul li:before {
  content: "»";
  color: red;
  display: inline-block;
  margin-right: 9px;
  font-size: 24px;
}
.blockquote--center-medium blockquote {
  max-width: 735px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 991px) {
  .blockquote--center-medium blockquote {
    margin: 30px 0 !important;
  }
}
@media (max-width: 991px) {
  .blockquote--center-medium blockquote {
    padding: 20px 0;
  }
  .blockquote--center-medium blockquote ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.text__bodytext blockquote {
  border: 0px none;
  text-align: left;
  position: relative;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
  z-index: 0;
}
.text__bodytext blockquote p {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
}
.text__bodytext blockquote:before {
  display: block;
  content: ' ';
  background-image: url('/typo3conf/ext/fconnection_project/Resources/Public/img/icons/Quote.svg');
  position: absolute;
  z-index: -1;
  background-size: 100%;
  height: 36px;
  width: 48px;
  top: 0;
  left: -16px;
}
@media (min-width: 540px) {
  .text__bodytext blockquote:before {
    left: -24px;
  }
}
.text__bodytext blockquote footer,
.text__bodytext blockquote footer p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #5b5b5b;
}
.text__bodytext blockquote footer:before,
.text__bodytext blockquote footer p:before {
  display: none;
}
.blockquote--center-small .text__bodytext blockquote:before {
  display: none;
}
-->
/*]]>*/


/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1152px;
  }
}
.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 16px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 16px;
  padding-left: 16px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -16px;
  margin-left: -16px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 16px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -16px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -16px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 16px;
  margin-right: -16px;
  margin-left: -16px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -16px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}


/* please remember to un-comment used bootstrap components in ./libraries/bootstrap/bootstrap.less */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1152px;
  }
}
.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  }
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-ok:before {
  content: '\e800';
}
/* '' */
.icon-search:before {
  content: '\e801';
}
/* '' */
.icon-down-dir:before {
  content: '\e802';
}
/* '' */
.icon-gift-box-tool4you:before {
  content: '\e803';
}
/* '' */
.icon-left-dir:before {
  content: '\e804';
}
/* '' */
.icon-arrow-slider-right:before {
  content: '\e805';
}
/* '' */
.icon-globe:before {
  content: '\e806';
}
/* '' */
.icon-angle-down:before {
  content: '\e807';
}
/* '' */
.icon-basket:before {
  content: '\e808';
}
/* '' */
.icon-basket-tool4you:before {
  content: '\e81e';
}
/* '' */
.icon-bold:before {
  content: '\e809';
}
/* '' */
.icon-italic:before {
  content: '\e80a';
}
/* '' */
.icon-info:before {
  content: '\e80b';
}
/* '' */
.icon-tile-view:before {
  content: '\e80c';
}
/* '' */
.icon-list-view:before {
  content: '\e80d';
}
/* '' */
.icon-cancel:before {
  content: '\e80e';
}
/* '' */
.icon-pencil:before {
  content: '\e810';
}
/* '' */
.icon-filter-delete:before {
  content: '\e811';
}
/* '' */
.icon-accordion-filter-minus:before {
  content: '\e814';
}
/* '' */
.icon-pin-directions-btn:before {
  content: '\e816';
}
/* '' */
.icon-accordion-filter-plus:before {
  content: '\e819';
}
/* '' */
.icon-zoom-in:before {
  content: '\e81a';
}
/* '' */
.icon-youku-social:before {
  content: '\e81b';
}
/* '' */
.icon-arrow-highlight-next:before {
  content: '\e855';
}
/* '' */
.icon-arrow-highlight-prev:before {
  content: '\e856';
}
/* '' */
.icon-play-btn:before {
  content: '\e857';
}
/* '' */
.icon-contact-fax:before {
  content: '\e858';
}
/* '' */
.icon-contact-mail:before {
  content: '\e859';
}
/* '' */
.icon-contact-telephone:before {
  content: '\e860';
}
/* '' */
.icon-location:before {
  content: '\f031';
}
/* '' */
.icon-underline:before {
  content: '\f0cd';
}
/* '' */
.icon-angle-left:before {
  content: '\f104';
}
/* '' */
.icon-angle-right:before {
  content: '\f105';
}
/* '' */
.icon-angle-up:before {
  content: '\f106';
}
/* '' */
.icon-youtube-play:before {
  content: '\f16a';
}
/* '' */
.icon-twitter:before {
  content: '\f309';
}
/* '' */
.icon-facebook:before {
  content: '\f30c';
}
/* '' */
.icon-gplus:before {
  content: '\f30f';
}
/* '' */
.icon-linkedin:before {
  content: '\f318';
}
/* '' */
.icon-instagram:before {
  content: '\f32d';
}
/* '' */
.icon-fachhaendler-pin:before {
  content: '\e81c';
}
/* '' */
.icon-vertriebspartner-pin:before {
  content: '\e81d';
}
/* '' */
.icon-doityourself-pin:before {
  content: '\e820';
}
/* '' */
.icon-location-3:before {
  content: '\e820';
}
/* '' */
.icon-location-0:before {
  content: '\e81c';
}
/* '' */
.icon-location-1:before {
  content: '\e81d';
}
/* '' */
.icon-location-10:before {
  content: '\f031';
}
/* '' */
.icon-sort:before {
  content: '\f0dc';
}
/* '' */
.icon-sort-down:before {
  content: '\f0dd';
}
/* '' */
.icon-sort-up:before {
  content: '\f0de';
}
/* '' */
.icon-share:before {
  content: '\e80f';
}
/* '' */
.icon-whatsapp:before {
  content: '\f232';
}
/* '' */
.icon-doityourself:before {
  content: '\e81f';
}
/* '' */
/* Font-COLORS */
/* Hausfarbe */
/* Hintergrundfarben */
/* Greys, alt */
/* usage: mixed */
/* usage: hintergund, borders etc.. */
/* Grau Slider Progress / Trenner */
/*max-width */
/* custom breakpoints */
/* FONT-FACES AND SIZES */
.ff-sans {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
}
.ff-serif {
  font-family: Georgia, serif;
}
.ff-mono {
  font-family: "Courier New", monospace;
}
.mixflexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flexcenter {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexend {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}
.flexstart {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}
.justifyend {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}
.gridRow > [class^="col"] {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .row--flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
  }
}
.row--flex-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.content .container-fluid {
  max-width: 1120px;
}
.content--full {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.content--full .container-fluid {
  max-width: 1440px;
}
@media (min-width: 768px) {
  .content--full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .content--full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1270px) {
  .content--full {
    margin-left: 0;
    margin-right: 0;
  }
}
/* productdetail only*/
@media (min-width: 992px) {
  article.content--full {
    margin-left: 0;
    margin-right: 0;
  }
}
.img-inline {
  display: inline-block;
}
.container-fluid {
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.container-fluid .row--noGutter > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.container-fluid .row--smallGutter > [class^="col"] {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 10px;
}
.container-fluid .row--mediumGutter {
  margin-left: -20px;
  margin-right: -20px;
}
.container-fluid .row--mediumGutter > [class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.row {
  margin-right: -24px;
  margin-left: -24px;
}
@media (min-width: 768px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.flex-row-wrap {
  flex-wrap: wrap;
  row-gap: 16px;
}
.flex-row-wrap > [class^="col"] {
  margin-bottom: 0;
}
@media (min-width: 540px) {
  .flex-row-wrap {
    row-gap: 24px;
  }
}
@media (min-width: 992px) {
  .flex-row-wrap {
    row-gap: 32px;
  }
}
.content--wide .container-fluid {
  max-width: 1323px;
  width: calc(100% - 48px);
}
@media (min-width: 540px) {
  .content--wide .container-fluid {
    width: calc(100% - 80px);
  }
}
@media (min-width: 992px) {
  .content--wide .container-fluid {
    width: calc(100% - 120px);
  }
}
.content--small > div {
  max-width: 460px;
  margin: 0 auto;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.content__section {
  margin: 50px 0;
}
.content__section.row-addMarginBottom {
  margin-bottom: 120px;
}
.content__section.row-removeMarginBottom {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hero--sub + .anchor + .content__section.mt-std.mb-std {
    margin-top: 0;
  }
}
/* 5 columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.hidden-hamburger {
  display: none;
}
@media (min-width: 1270px) {
  .hidden-hamburger {
    display: block;
  }
}
.container-fluid {
  max-width: 1120px;
}
body {
  font-size: 1.6rem;
  color: #231f20;
  line-height: 1.5;
}
/* =============================================================================
	Mixins
============================================================================= */
.margin-top-space07 {
  margin-top: 80px;
}
@media (min-width: 540px) {
  .margin-top-space07 {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .margin-top-space07 {
    margin-top: 112px;
  }
}
.margin-top-space06 {
  margin-top: 64px;
}
@media (min-width: 540px) {
  .margin-top-space06 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .margin-top-space06 {
    margin-top: 96px;
  }
}
.margin-top-space05 {
  margin-top: 48px;
}
.margin-top-space04 {
  margin-top: 32px;
}
.margin-top-space03 {
  margin-top: 24px;
}
.margin-top-space02 {
  margin-top: 16px;
}
.margin-top-space01 {
  margin-top: 8px;
}
.margin-bottom-space07 {
  margin-bottom: 80px;
}
@media (min-width: 540px) {
  .margin-bottom-space07 {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-space07 {
    margin-bottom: 112px;
  }
}
.margin-bottom-space06 {
  margin-bottom: 64px;
}
@media (min-width: 540px) {
  .margin-bottom-space06 {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .margin-bottom-space06 {
    margin-bottom: 96px;
  }
}
.margin-bottom-space05 {
  margin-bottom: 48px;
}
.margin-bottom-space04 {
  margin-bottom: 32px;
}
.margin-bottom-space03 {
  margin-bottom: 24px;
}
.margin-bottom-space02 {
  margin-bottom: 16px;
}
.margin-bottom-space01 {
  margin-bottom: 8px;
}
/* =============================================================================
	Base Styles
============================================================================= */
body {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #f0f1f3;
}
h1 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
h2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    line-height: 1.25;
  }
}
h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h5 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h6 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
ul {
  padding: 0 19px;
}
.product__additional ul,
.product__desc ul,
.text__bodytext ul,
.product__additional ol,
.product__desc ol,
.text__bodytext ol {
  padding: 0;
  margin: 16px 0;
}
.product__additional ul li,
.product__desc ul li,
.text__bodytext ul li,
.product__additional ol li,
.product__desc ol li,
.text__bodytext ol li {
  padding-left: 25px;
  position: relative;
  margin: 8px 0;
}
.product__additional ul li::before,
.product__desc ul li::before,
.text__bodytext ul li::before,
.product__additional ol li::before,
.product__desc ol li::before,
.text__bodytext ol li::before {
  color: #e1121a;
  position: absolute;
  left: 0;
  top: 0;
}
.product__additional ul,
.product__desc ul,
.text__bodytext ul {
  list-style: none;
}
.product__additional ul li::before,
.product__desc ul li::before,
.text__bodytext ul li::before {
  content: "\2022";
}
.product__additional ol,
.product__desc ol,
.text__bodytext ol {
  list-style: none;
  counter-reset: default-ol-counter;
}
.product__additional ol li,
.product__desc ol li,
.text__bodytext ol li {
  counter-increment: default-ol-counter;
}
.product__additional ol li::before,
.product__desc ol li::before,
.text__bodytext ol li::before {
  content: counter(default-ol-counter) ".";
  display: inline-block;
  font-weight: bold;
}
.lead,
.lead p,
p.lead {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #231f20;
}
p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 16px 0;
}
a:link,
a:visited,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0 !important;
}
a,
a:link,
a:hover,
a:visited,
a:focus {
  color: #e1121a;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
p a,
p a:link,
p a:hover,
p a:visited,
p a:focus {
  font-weight: bold;
  border-bottom: 2px solid red;
}
/* =============================================================================
	Layout Styles
============================================================================= */
/* =============================================================================
	Module Styles
============================================================================= */
.list-bordered {
  list-style: none;
  padding: 0;
}
.list-bordered li {
  border-bottom: 1px dotted #e0e0e0;
  padding: 10px 0;
}
.is-loading {
  position: relative;
  z-index: 1;
}
.is-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  content: '';
  z-index: 99;
}
.is-loading:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: url("./icons/loading-0da3ced511.svg");
  height: 32px;
  width: 32px;
  margin-top: -20px;
  margin-left: -16px;
  z-index: 101;
}
.is-disabled {
  position: relative;
  z-index: 1;
}
.is-disabled:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  content: '';
  z-index: 99;
}
.remove {
  display: inline-block;
}
.remove:before {
  display: block;
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  content: "\00d7";
  margin-left: -1px;
}
.remove.remove--circle {
  border-radius: 100%;
}
.remove:link,
.remove:hover,
.remove:visited,
.remove:focus {
  color: inherit;
  text-decoration: none;
}
.col--arrow:after {
  font-size: 5rem;
  color: #e1121a;
  font-family: 'fontello';
  content: '\E855';
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: -20px;
  left: 55%;
  margin-left: -50px;
}
@media (min-width: 768px) {
  .col--arrow {
    min-height: 420px;
  }
  .col--arrow:after {
    top: 40%;
    bottom: auto;
    transform: translate(35px, -50%);
    color: red;
    font-size: 4rem;
    right: 10px;
    left: auto;
  }
}
@media (min-width: 992px) {
  .col--arrow:after {
    top: 45%;
    font-size: 5rem;
  }
}
/* =============================================================================
	Partials Styles
============================================================================= */
.owl-carousel .an-hero {
  -webkit-animation-name: jump;
  animation-name: jump;
}
@-webkit-keyframes jump {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jump {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.an-heroFade .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.an-heroFade .slick-slide.current {
  opacity: 1;
}
.an-heroSlideFade .hero__content {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 10;
}
.an-heroSlideFade .slide {
  z-index: 1;
}
.an-heroSlideFade .slide .hero__content {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.an-heroSlideFade .slide .hero__product {
  opacity: 0;
  -webkit-transform: translate(0, -80%);
  -ms-transform: translate(0, -80%);
  -o-transform: translate(0, -80%);
  transform: translate(0, -80%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.an-heroSlideFade .slick-active .hero__background {
  -webkit-transition: all 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  -o-transition: all 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
  transition: all 0.7s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
.an-heroSlideFade .animate--out .hero__background {
  -webkit-transition: all 0.7s linear 0.2s;
  -o-transition: all 0.7s linear 0.2s;
  transition: all 0.7s linear 0.2s;
}
.an-heroSlideFade .slick-active {
  z-index: 3;
}
.an-heroSlideFade .slick-active .hero__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  transition-delay: 0.4s;
}
.an-heroSlideFade .slick-active .hero__product {
  opacity: 1;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.an-heroSlideFade > [data-direction="next"] .slide .hero__background {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.an-heroSlideFade > [data-direction="next"] .animate--in .hero__background,
.an-heroSlideFade > [data-direction="next"] .slick-active .hero__background {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.an-heroSlideFade > [data-direction="next"] .slide.animate--out {
  z-index: 2;
  opacity: 1 !important;
}
.an-heroSlideFade > [data-direction="next"] .slide.animate--out .hero__background {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.an-heroSlideFade > [data-direction="prev"] .slide .hero__background {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.an-heroSlideFade > [data-direction="prev"] .animate--in .hero__background,
.an-heroSlideFade > [data-direction="prev"] .slick-active .hero__background {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.an-heroSlideFade > [data-direction="prev"] .slide.animate--out {
  z-index: 2;
  opacity: 1 !important;
}
.an-heroSlideFade > [data-direction="prev"] .slide.animate--out .hero__background {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.hv-bigshadow {
  box-shadow: none;
  position: relative;
}
.progress-shadow-01 {
  background-image: linear-gradient(to bottom, #231F20, transparent);
  height: 0px;
  position: absolute;
  top: 100%;
  transform: skew(45deg, 0deg);
  transform-origin: 0 0;
  width: 100%;
  opacity: 0.1;
  transition: height 0.5s ease;
}
.progress-shadow-02 {
  background-image: linear-gradient(to right, #231F20, transparent);
  height: 100%;
  position: absolute;
  left: 100%;
  transform: skew(0deg, 45deg);
  transform-origin: 0 0;
  width: 0px;
  opacity: 0.1;
  top: 0;
  transition: width 0.5s ease;
}
.hv-bigshadow.hovering .progress-shadow-01,
.hv-bigshadow:hover .progress-shadow-01 {
  height: 32px;
}
.hv-bigshadow.hovering .progress-shadow-02,
.hv-bigshadow:hover .progress-shadow-02 {
  width: 32px;
}
/* ANIMATIONS */
@keyframes horizontal {
  0%,
  100% {
    transition-timing-function: ease;
  }
  0% {
    height: 0px;
  }
  100% {
    height: 32px;
  }
}
@keyframes vertical {
  0%,
  100% {
    transition-timing-function: ease;
  }
  0% {
    width: 0;
  }
  100% {
    width: 32px;
  }
}
@media (min-width: 540px) and (max-width: 767px) {
  .col-nc-6 {
    width: 50%;
    float: left;
  }
}
.container {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 20px - 10px);
}
@media (min-width: 540px) {
  .container {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px - 14px);
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 60px - 24px);
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 1120px;
  }
}
.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 540px) {
  .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }
}
.content .container-fluid,
.content--normal .container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 20px - 10px);
}
@media (min-width: 768px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    width: 752px;
  }
}
@media (min-width: 992px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    width: 972px;
  }
}
@media (min-width: 1200px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    width: 1152px;
  }
}
@media (min-width: 540px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px - 14px);
  }
}
@media (min-width: 992px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 60px - 24px);
  }
}
@media (min-width: 1200px) {
  .content .container-fluid,
  .content--normal .container-fluid {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
    width: 1120px;
  }
}
.row {
  margin-right: -8px;
  margin-left: -8px;
}
@media (min-width: 540px) {
  .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -16px;
    margin-left: -16px;
  }
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 540px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .col-sm-8.col-sm-offset-2 {
    width: calc(100% - 210px);
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
@media (min-width: 992px) {
  .col-sm-8.col-sm-offset-2 {
    /* Ticket 738
    width: calc(69% + 32px);
    margin-left: calc(15.5% - 16px);
     */
    width: calc(83.33333% - 124px);
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  div#c3878 .content--normal .container-fluid {
    width: calc(100% - 60px - 24px);
  }
}
body.st-menuOpen,
body.st-searchOpen {
  height: 100vh;
  overflow: hidden;
}
.pageWrapper {
  padding-top: 88px;
}
@media (min-width: 540px) {
  .pageWrapper {
    padding-top: 96px;
  }
}
@media (min-width: 1270px) {
  .pageWrapper {
    padding-top: 0;
  }
}
.pageHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  height: 88px;
}
@media (min-width: 540px) {
  .pageHeader {
    height: 96px;
  }
}
@media (min-width: 768px) {
  .pageHeader {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 1270px) {
  .pageHeader {
    position: relative;
    z-index: 5;
    margin-bottom: 0;
    left: 0;
    right: 0;
    height: 128px;
  }
}
.logoWrapper {
  color: #e1121a;
  margin-left: 0px;
  margin-right: 0;
  padding: 0;
  height: 51px;
  position: relative;
}
@media (min-width: 1270px) {
  .logoWrapper {
    background: transparent;
    height: auto;
    position: absolute;
    overflow: hidden;
    left: 0;
  }
}
@media (min-width: 1270px) {
  .hamburger {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
.header__logo .logo__image {
  height: 40px;
  margin: 24px 0 0 -32px;
}
@media (min-width: 540px) {
  .header__logo .logo__image {
    height: 48px;
    margin: 25px 0 0 -30px;
  }
}
@media (min-width: 768px) {
  .header__logo .logo__image {
    margin-left: -30px;
  }
}
@media (min-width: 992px) {
  .header__logo .logo__image {
    margin-left: -16px;
  }
}
@media (min-width: 1270px) {
  .header__logo .logo__image {
    margin-left: 0;
  }
}
.header__logo .logo__byline {
  display: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (min-width: 1270px) {
  .header__logo .logo__byline {
    display: block;
    color: #231f20;
    margin-left: 60px;
    margin-top: 9px;
  }
}
.buttonwrapper {
  float: right;
  margin-top: 33px;
  margin-right: 16px;
}
@media (min-width: 540px) {
  .buttonwrapper {
    margin-right: 32px;
  }
}
@media (min-width: 992px) {
  .buttonwrapper {
    margin-right: 42px;
  }
}
@media (min-width: 1270px) {
  .buttonwrapper {
    display: none;
  }
}
.buttonwrapper button {
  display: inline-block;
  outline: 0 none;
  border: 0 none;
  background: white;
  color: #e1121a;
}
.buttonwrapper > div {
  height: 24px;
  width: 24px;
  float: left;
}
.buttonwrapper > div button {
  width: 24px;
  height: 24px;
  padding: 0;
}
.buttonwrapper .searchbutton {
  margin-right: 20px;
}
@media (min-width: 540px) {
  .buttonwrapper .searchbutton {
    margin-right: 32px;
  }
}
.buttonwrapper .searchbutton svg * {
  stroke: #e1121a;
  fill: transparent;
}
.buttonwrapper .hamburger svg.open * {
  fill: #e1121a;
  stroke: transparent;
}
.buttonwrapper .hamburger svg.close * {
  fill: transparent;
  stroke: #e1121a;
}
.buttonwrapper .hamburger .close {
  opacity: 1;
  display: none;
}
.buttonwrapper .hamburger.isOpen .open {
  display: none;
}
.buttonwrapper .hamburger.isOpen .close {
  display: block;
}
.searchform__button {
  height: 48px;
  width: 48px;
  border: none;
  color: white;
  background: #e1121a;
}
.searchform__button svg {
  margin-top: 7px;
}
@media (min-width: 1270px) {
  .searchform__button svg {
    width: 24px;
    height: 24px;
  }
}
.searchform__button svg * {
  stroke: white;
  fill: transparent;
}
.searchform--mobile {
  margin: 0;
  position: relative;
  display: none;
}
@media (min-width: 1270px) {
  .searchform--mobile {
    display: none;
  }
}
.searchform--mobile .form-control {
  display: block;
  width: calc(100% - 40px);
  float: left;
  height: 48px;
}
.searchform--mobile form {
  margin: 96px auto;
  position: relative;
  width: calc(100% - 48px);
}
@media (min-width: 540px) {
  .searchform--mobile form {
    width: 80%;
  }
}
.searchform--mobile .searchform__button svg {
  margin-top: 10px;
}
.searchform--mobile .icon-search,
.searchform--mobile .icon-search svg {
  width: 24px;
  height: 24px;
  color: #e1121a;
}
.searchform--mobile .afterclear {
  display: none;
}
.searchform--mobile .close {
  top: 20px;
  right: 20px;
  position: absolute;
  opacity: 1;
  height: 20px;
  width: 20px;
}
.searchform--mobile .close svg * {
  fill: transparent;
  stroke: #e1121a;
}
.searchform--mobile.isOpen {
  position: absolute;
  top: 0;
  width: 100%;
  background: white;
  height: 100%;
  display: block;
  z-index: 999;
}
@media (min-width: 1270px) {
  .searchform--mobile.isOpen {
    display: none;
  }
}
/***
Fester Autocomplete Style Start
 */
.tx-solr-autosuggest {
  border: 1px solid #CCC;
  background: #FFF;
  overflow: auto;
}
.tx-solr-autosuggest strong {
  font-weight: bolder;
  color: #f18f0b;
}
.tx-solr-autosuggest .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.tx-solr-autosuggest .autocomplete-selected {
  background: white;
}
.tx-solr-autosuggest .autocomplete-group {
  padding: 10px 5px;
}
.tx-solr-autosuggest .autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #999;
}
/***
Fester Autocomplete Style END
 */
.autocomplete-suggestions.tx-solr-autosuggest {
  width: 100vw;
  margin-left: 0px;
  padding-top: 20px;
  border: 0 none;
}
@media (min-width: 1270px) {
  .autocomplete-suggestions.tx-solr-autosuggest {
    min-width: 224px;
    margin-left: 0;
    border: 0 none;
    padding-top: 0;
    overflow: visible;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:before,
  .autocomplete-suggestions.tx-solr-autosuggest:after {
    content: "";
    display: block;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:before {
    background-image: linear-gradient(to bottom, #231F20, transparent);
    height: 16px;
    position: absolute;
    top: 100%;
    transform: skew(45deg, 0deg);
    transform-origin: 0 0;
    width: 100%;
    opacity: 0.1;
    transition: height 0.5s ease;
  }
  .autocomplete-suggestions.tx-solr-autosuggest:after {
    background-image: linear-gradient(to right, #231F20, transparent);
    height: calc(100% + 40px);
    position: absolute;
    left: 100%;
    transform: skew(0deg, 45deg);
    transform-origin: 0 0;
    width: 32px;
    opacity: 0.1;
    top: -40px;
    transition: width 0.5s ease;
  }
}
.tx-solr-autosuggest .autocomplete-suggestion {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding: 12px 17px;
  position: relative;
  color: #231f20;
  border-bottom: 2px solid #ebe6e6;
}
@media (min-width: 1270px) {
  .tx-solr-autosuggest .autocomplete-suggestion {
    border: 0 none;
  }
  .tx-solr-autosuggest .autocomplete-suggestion:after {
    content: '';
    display: block;
    height: 1px;
    background: #ebe6e6;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
.tx-solr-autosuggest .autocomplete-suggestion strong {
  font-weight: 700;
  color: #231f20;
}
.tx-solr-autosuggest .autocomplete-suggestion.autocomplete-selected {
  background: white;
  cursor: pointer;
}
.tx-solr-autosuggest .autocomplete-suggestion:last-child {
  border-bottom: 0 none;
}
.tx-solr-autosuggest .autocomplete-suggestion:last-child:after {
  display: none;
}
.page-86 .autocomplete-suggestions {
  margin-left: 0;
}
.navigation {
  list-style: none;
  padding: 0;
  text-align: right;
}
.navigation li {
  display: inline-block;
}
.navigation li > a,
.navigation li > a:link,
.navigation li > a:hover,
.navigation li > a:visited,
.navigation li > a:focus {
  color: #231f20;
  text-decoration: none;
}
.navigation--one li > a {
  font-size: 1.8rem;
  font-weight: 700;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  position: relative;
}
.navigation--one > .sub > a:after {
  content: '';
  display: block;
  margin: 0 -6px 0 0;
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #e1121a transparent;
  opacity: 0;
}
.navigation--one > .sub.hasHover > a::after {
  opacity: 1;
}
.navigation--one li.last {
  margin-right: -21px;
}
.navigation--meta {
  margin: 5px 0;
}
.navigation--meta li > a {
  margin-left: 7px;
  padding-left: 7px;
  font-weight: normal;
}
.navigation--meta li > a,
.navigation--meta li > a:link,
.navigation--meta li > a:hover,
.navigation--meta li > a:visited,
.navigation--meta li > a:focus {
  font-size: 1.4rem;
  font-weight: normal;
}
.navigation--meta > li.sub > a:after {
  font-family: 'fontello';
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: middle;
  content: '\e807';
  color: #e1121a;
  margin-left: 5px;
}
@media (min-width: 1270px) {
  .navigation--meta {
    margin: 16px 0 24px;
  }
}
@media (min-width: 1270px) {
  .navigation--meta .form-group {
    margin-bottom: 0;
  }
}
.navigation--lang {
  position: absolute;
  right: 0;
  text-align: right;
}
.navigation--lang .icon-globe {
  font-size: 2.1rem;
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
}
@media (min-width: 1270px) {
  .navigation--lang {
    position: relative;
    text-align: left;
    margin-right: 15px;
  }
}
.navigation--breadcrumb {
  text-align: left;
  margin-left: 15px;
  margin-top: 15px;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navigation--breadcrumb {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .navigation--breadcrumb {
    margin-left: 60px;
  }
}
@media (min-width: 1270px) {
  .navigation--breadcrumb {
    margin-left: 60px;
  }
}
.navigation--breadcrumb li {
  display: none;
}
@media (min-width: 768px) {
  .navigation--breadcrumb li {
    display: inline-block;
  }
}
.navigation--breadcrumb li.mobile-visible {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.navigation--breadcrumb li.mobile-visible:before {
  font-family: 'fontello';
  content: '\f104';
  color: #5c5758;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 5px;
}
@media (min-width: 540px) {
  .navigation--breadcrumb li.mobile-visible {
    padding-left: 45px;
  }
  .navigation--breadcrumb li.mobile-visible:before {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .navigation--breadcrumb li.mobile-visible {
    padding-left: 0;
  }
  .navigation--breadcrumb li.mobile-visible:before {
    display: none;
  }
}
.navigation--breadcrumb > li > a {
  font-weight: normal;
  line-height: 1.43;
  display: block;
  font-size: 14px;
  color: #5c5758;
}
.navigation--breadcrumb > li > a:link,
.navigation--breadcrumb > li > a:hover,
.navigation--breadcrumb > li > a:visited,
.navigation--breadcrumb > li > a:focus {
  color: #5c5758;
}
.navigation--breadcrumb > li > a:first-child {
  padding-left: 0;
}
.navigation--breadcrumb .divider {
  font-weight: bold;
  color: #5c5758;
  padding: 0 4px;
}
.navigation--breadcrumb .sub {
  display: inline-block;
  background: #e1121a;
  font-weight: 700;
  font-size: 1.6rem;
  position: relative;
}
.navigation--breadcrumb .sub:hover {
  background: #cc141b;
}
.navigation--breadcrumb .sub > a {
  padding: 12px 15px;
  display: inline-block;
}
.navigation--breadcrumb .sub > a:link,
.navigation--breadcrumb .sub > a:hover,
.navigation--breadcrumb .sub > a:visited,
.navigation--breadcrumb .sub > a:focus {
  color: #fff;
}
.navigation--breadcrumb .sub > a:after {
  font-family: 'fontello';
  content: '\e802';
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  margin-right: 0;
  margin-top: -3px;
  font-size: 12px;
}
.navigation--breadcrumb .sub .current a,
.navigation--breadcrumb .sub .current a:link,
.navigation--breadcrumb .sub .current a:hover,
.navigation--breadcrumb .sub .current a:visited,
.navigation--breadcrumb .sub .current a:focus {
  color: #5c5758;
}
.navigation--breadcrumb #bread--37,
.navigation--breadcrumb #bread--37 + .divider {
  display: none;
}
.navigation--tile {
  text-align: left;
}
.navigation--tile a {
  font-weight: 700;
}
.navigation--tile .product__imageWrapper {
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .navigation--tile .product__imageWrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navigation--tile .product__imageWrapper {
    padding-bottom: 60%;
  }
}
.navigation--tile .product__image {
  top: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .navigation--tile .product__image {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.navigation--tile .product__additional {
  font-weight: 500;
}
.navigation--tile .product__additional p:last-child {
  margin-bottom: 0;
}
.navigation--tile .navigation__linktext {
  min-height: 45px;
}
.navigation--tile .navigation__linktext:after {
  display: block;
  content: '\f105';
  color: #e1121a;
  float: right;
  font-family: 'fontello';
}
.navigation--tile.navigation--tileCustom {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  /* 2021 Rebrush */
}
@media (min-width: 540px) {
  .navigation--tile.navigation--tileCustom {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .navigation--tile.navigation--tileCustom {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.navigation--tile.navigation--tileCustom .productList__item {
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
}
.navigation--tile.navigation--tileCustom .productList__item > a {
  padding: 0;
  border: 0;
  box-shadow: none;
  height: 100%;
}
.navigation--tile.navigation--tileCustom .product__imageWrapper {
  overflow: hidden;
  padding: 66.6667% 0 0 0;
  display: flex;
  background: #ebe6e6;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 0;
}
.navigation--tile.navigation--tileCustom .product__imageWrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: auto;
  transform: translate(0%, 0);
}
.navigation--tile.navigation--tileCustom .navigation__linktext {
  min-height: auto;
}
.navigation--tile.navigation--tileCustom .navigation__linktext:after {
  display: none;
}
.navigation--tile.navigation--tileCustom .product__additional {
  margin-top: 0;
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.navigation--tile.navigation--tileCustom .textWrapper {
  overflow: hidden;
  padding: 24px 24px 32px;
  flex: 1;
}
.navigation--tile.navigation--tileLarge .productList__item {
  width: 100%;
}
@media (min-width: 480px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: calc(100% / 2);
  }
}
@media (min-width: 992px) {
  .navigation--tile.navigation--tileLarge .productList__item {
    width: calc(100% / 3);
  }
}
.navigation--tile.navigation--tileLarge .product__imageWrapper {
  position: static;
  padding-bottom: 0;
  height: auto;
}
.navigation--tile.navigation--tileLarge .product__image {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navigation--tile.navigation--tileLarge .product__contentWrapper {
  padding: 0;
  border: none;
  margin-left: 1px;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover {
  overflow: visible;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__contentWrapper {
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  position: relative;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__contentWrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border: 5px solid #e1121a;
}
.navigation--tile.navigation--tileLarge .productList__item.hasHover .product__additional {
  display: none;
}
.navigation--tile.navigation--tileLarge .navigation__linktext {
  padding: 0 20px;
}
.dropdownMenu {
  display: none;
  z-index: 50;
}
.dropdownMenu--small {
  position: absolute;
  left: 0;
}
.dropdownMenu--small li {
  display: block;
  background: #fff;
}
.dropdownMenu--small li > a {
  display: block;
  padding: 15px 30px;
  margin: 0 0 -1px 0;
  position: relative;
  text-align: left;
}
.dropdownMenu--small li > a.active {
  color: #e1121a;
}
.dropdownMenu--small li > a:hover {
  background: #b3abad;
}
.dropdownMenu--small li > a:after {
  content: '';
  display: block;
  height: 1px;
  background: #b3abad;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.dropdownMenu--small li:last-child a:after {
  display: none;
}
.dropdownMenu--lang {
  padding-top: 10px;
  left: 5px;
  min-width: 130px;
}
.dropdownMenu--search {
  left: auto;
  right: 0;
  min-width: 320px;
  text-align: left;
}
.dropdownMenu--search li > a,
.dropdownMenu--search li > a:link,
.dropdownMenu--search li > a:hover,
.dropdownMenu--search li > a:visited,
.dropdownMenu--search li > a:focus {
  font-weight: 700;
}
.dropdownMenu--search li > a:after,
.dropdownMenu--search li > a:link:after,
.dropdownMenu--search li > a:hover:after,
.dropdownMenu--search li > a:visited:after,
.dropdownMenu--search li > a:focus:after {
  width: auto;
  margin: 0 15px;
}
.dropdownMenu--search em {
  font-weight: 300;
  font-style: normal;
}
.dropdownMenu--breadcrumb {
  min-width: 100%;
}
.dropdownMenu--breadcrumb li > a {
  padding: 12px 15px;
  font-weight: 300;
  white-space: nowrap;
}
.dropdownMenu--breadcrumb li > a:after {
  width: 100%;
}
.dropdownMenu--main {
  position: absolute;
  z-index: 14;
  right: 0;
  text-align: right;
}
.flyout {
  padding: 30px 0;
  background: #fff;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  border-top: 4px solid #e1121a;
  box-shadow: 0 10px 13px -2px rgba(0, 0, 0, 0.2);
  min-width: 800px;
}
.flyout__column {
  width: 450px;
  margin-right: 10px;
  float: left;
}
.flyout__column:last-child {
  margin-right: 40px;
}
.flyout__column:only-child {
  width: 100%;
}
@media (min-width: 992px) {
  .flyout__column:nth-last-child(n + 3),
  .flyout__column:nth-last-child(n + 3) ~ .flyout__column {
    max-width: calc(33% - 20px);
  }
}
@media (min-width: 992px) {
  .flyout__column:nth-last-child(n + 4),
  .flyout__column:nth-last-child(n + 4) ~ .flyout__column {
    max-width: calc(25% - 20px);
  }
}
.flyout__header {
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  display: block;
  padding: 0 30px;
  margin-bottom: 10px;
  text-decoration: none;
}
.flyout__header:link,
.flyout__header:hover,
.flyout__header:visited,
.flyout__header:focus {
  color: #231f20;
  text-decoration: none;
}
.flyout__header + .flyout__list li:first-child a {
  border-top-width: 1px;
}
.flyout__list {
  margin: 0;
  padding: 0;
}
.flyout__list li {
  display: block;
  padding: 0 30px;
}
.flyout__list li > a {
  display: block;
  padding: 15px 70px 15px 0;
  margin: 0 0 -1px;
  border-top: 1px solid #b3abad;
  font-weight: 300;
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.04em;
}
.flyout__list li:hover {
  background: #ebe6e6;
}
.flyout__list li:first-child a {
  border-top-width: 0;
}
.flyout__list li:last-child a {
  border-bottom: 1px solid #b3abad;
}
.flyout__list .menuImage {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.mobileNavWrapper {
  position: fixed;
  z-index: 500;
  top: 88px;
  height: calc(100vh - 96px);
  width: 100%;
  padding-top: 20px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* open Menu */
}
.mobileNavWrapper.isOpen {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 540px) {
  .mobileNavWrapper {
    top: 96px;
  }
}
@media (min-width: 1270px) {
  .mobileNavWrapper {
    display: none;
  }
}
.mobileNavWrapper .navigation {
  text-align: left;
}
.mobileNavWrapper .navigation--meta:before,
.mobileNavWrapper .navigation--meta:after {
  display: table;
  content: " ";
}
.mobileNavWrapper .navigation--meta:after {
  clear: both;
}
.mobileNavWrapper .navigation--meta li {
  margin-bottom: 15px;
}
.mobileNavWrapper .navigation--meta [class^="icon"]:before {
  margin-left: 0;
}
.mobileNavWrapper .navigation--lang {
  float: none;
  clear: both;
  display: block;
  position: relative;
  width: 150px;
  text-align: left;
  margin-right: 15px;
  z-index: 2;
}
.mobileNavWrapper .navigation--lang.isOpen {
  background: #fff;
  color: #231f20;
}
.mobileNavWrapper .navigation--lang .dropdownMenu {
  position: absolute;
  right: auto;
  left: 0;
}
.mobileNavWrapper .navigation--lang li {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .mobileNavWrapper .navigation--lang {
    float: right;
    clear: none;
    width: auto;
  }
  .mobileNavWrapper .navigation--lang .dropdownMenu {
    position: absolute;
    right: 0;
    left: auto;
  }
}
.mobileNavWrapper .navigation--one > li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}
.mobileNavWrapper .navigation--one > li a {
  display: block;
  padding: 15px;
  margin: 0;
}
.mobileNavWrapper .navigation--one > li a:before {
  font-family: 'fontello';
  display: inline-block;
  content: '\f105';
  color: #e1121a;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mobileNavWrapper .navigation--one > li a:after {
  content: none;
}
.mobileNavWrapper .flyout {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.mobileNavWrapper .flyout__header.flyout__header {
  padding-left: 0;
}
.mobileNavWrapper .flyout__header.flyout__header:before {
  visibility: hidden;
}
.mobileNavWrapper .flyout__column {
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .mobileNavWrapper .flyout__column {
    max-width: calc(50% - 30px);
  }
}
.mobileNavWrapper .flyout__column:nth-child(2n + 1) {
  clear: left;
}
.mobileNavWrapper .flyout__list {
  margin-bottom: 15px;
}
.mobileNavWrapper .flyout__list li {
  border-top: 1px solid #fff;
  padding: 0;
}
.mobileNavWrapper .flyout__list li a {
  padding-left: 36px;
}
.mobileNavWrapper .flyout__list li a:before {
  display: none;
}
.mobileNavWrapper .menuImage {
  display: none;
}
.mobileNavWrapper .isOpen,
.mobileNavWrapper .isActive {
  background: #e6e9eb;
}
.mobileNavWrapper .isOpen > a,
.mobileNavWrapper .isActive > a,
.mobileNavWrapper .isOpen > a:link,
.mobileNavWrapper .isActive > a:link,
.mobileNavWrapper .isOpen > a:hover,
.mobileNavWrapper .isActive > a:hover,
.mobileNavWrapper .isOpen > a:visited,
.mobileNavWrapper .isActive > a:visited,
.mobileNavWrapper .isOpen > a:focus,
.mobileNavWrapper .isActive > a:focus {
  color: #e1121a;
}
.mobileNavWrapper .isOpen > a:before,
.mobileNavWrapper .isActive > a:before,
.mobileNavWrapper .isOpen > a:link:before,
.mobileNavWrapper .isActive > a:link:before,
.mobileNavWrapper .isOpen > a:hover:before,
.mobileNavWrapper .isActive > a:hover:before,
.mobileNavWrapper .isOpen > a:visited:before,
.mobileNavWrapper .isActive > a:visited:before,
.mobileNavWrapper .isOpen > a:focus:before,
.mobileNavWrapper .isActive > a:focus:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobileNavWrapper .isOpen .dropdownMenu,
.mobileNavWrapper .isActive .dropdownMenu {
  display: block;
}
.mobileNavWrapper .dropdownMenu {
  position: static;
}
.page-38 .navigation--tile {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page-38 .navigation--tile li {
  flex: 1;
}
/* normalize headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
.header--lvl1,
.header--lvl2,
.header--lvl3,
.header--lvl4,
.header--lvl5,
.header--lvl6 {
  margin-bottom: 0.5em;
}
.header--lvlHero {
  font-size: 2.625em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.8px;
  line-height: 1.14;
}
h1,
.header--lvl1 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h1,
  .header--lvl1 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  h1,
  .header--lvl1 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
h2,
.header--lvl2 {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  h2,
  .header--lvl2 {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h2,
  .header--lvl2 {
    font-size: 36px;
    line-height: 1.25;
  }
}
h3,
.header--lvl3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
h4,
.header--lvl4 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h5,
.header--lvl5 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
h6,
.header--lvl6 {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
}
.plugin_header {
  margin-bottom: 32px;
}
.hightlighttopic {
  width: 100%;
  position: relative;
}
.hightlighttopic picture,
.hightlighttopic .video-wrapper {
  width: calc(100% - 24px);
  display: inline-block;
}
@media (min-width: 540px) {
  .hightlighttopic picture,
  .hightlighttopic .video-wrapper {
    width: calc(100% - 40px);
  }
}
@media (min-width: 992px) {
  .hightlighttopic picture,
  .hightlighttopic .video-wrapper {
    width: calc(100% - 60px);
  }
}
.hightlighttopic picture img,
.hightlighttopic .video-wrapper img {
  display: inline-block;
}
.hightlighttopic .video-wrapper video {
  aspect-ratio: 16/9;
  width: 100%;
}
.hightlighttopic .headerwrapper {
  position: relative;
  width: calc(100% - 24px);
  top: -24px;
  left: auto;
  right: 0;
  bottom: auto;
  padding: 24px 24px 32px 24px;
  background: #cc141b;
  color: white;
}
@media (min-width: 540px) {
  .hightlighttopic .headerwrapper {
    padding: 32px 40px 40px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  .hightlighttopic .headerwrapper {
    position: absolute;
    width: calc(334px + (544 - 334) * ((100vw - 768px) / (991 - 768)));
    max-width: 544px;
    bottom: calc(32px + (112 - 32) * ((100vw - 768px) / (991 - 768)));
    top: auto;
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  .hightlighttopic .headerwrapper {
    padding: 40px 60px 48px;
    top: auto;
    width: calc(480px + (544 - 480) * ((100vw - 992px) / (1440 - 992)));
    bottom: calc(40px + (112 - 40) * ((100vw - 992px) / (1269 - 992)));
  }
}
@media (min-width: 1270px) {
  .hightlighttopic .headerwrapper {
    bottom: 112px;
    top: auto;
  }
}
.hightlighttopic .headerwrapper .lead {
  color: white;
  font-size: 18px;
  line-height: 24px;
}
.hightlighttopic .headerwrapper .btn-wrap {
  margin-top: 24px;
}
.hightlighttopic .headerwrapper a {
  display: inline-block;
  background: white;
  color: #e1121a;
  padding: 13px 32px 15px;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
}
.hightlighttopic .go-right {
  left: auto;
  right: 0;
}
@media (min-width: 992px) {
  .container-fluid .row--noGutter > [class^=col].filter__col {
    padding-right: 25px;
  }
}
.filter {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .filter {
    margin-bottom: 0;
  }
}
.filter__header {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  margin: -1px 0 16px;
  padding: 15px;
  background: #e6e9eb;
  position: relative;
}
@media (min-width: 992px) {
  .filter__header {
    margin: -1px 16px 16px;
  }
}
@media (min-width: 992px) {
  .filter__header {
    margin: -1px 0 0;
  }
}
.filter__header .filter__results {
  padding-top: 2px;
  float: right;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  margin-right: 30px;
}
@media (min-width: 992px) {
  .filter__header .filter__results {
    margin-right: 0;
  }
}
.filter__header:before {
  content: '';
  display: block;
  height: 2px;
  width: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
}
@media (min-width: 992px) {
  .filter__header:before {
    display: none;
  }
}
.filter__header:after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .filter__header:after {
    display: none;
  }
}
.filter__header + ul {
  display: none;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .filter__header + ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
.filter__header.isOpen {
  margin-bottom: 0;
}
.filter__header.isOpen + ul {
  display: block;
}
.filter__header.isOpen:after {
  display: none;
}
.filter__summary {
  padding: 5px 10px;
  margin-top: 32px;
}
.filter__summary:empty {
  padding: 0;
}
@media (min-width: 992px) {
  .filter__summary {
    display: none;
  }
}
.filter__reset {
  display: inline;
  margin: 5px;
  padding: 7px 16px 7px 31px;
  border-radius: 16px;
  font-size: 1.4rem;
  position: relative;
  background: #e6e9eb;
  font-weight: bold;
}
.filter__reset:before {
  position: absolute;
  content: '\e80e';
  color: black;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: transparent;
  border-radius: 100%;
  font-family: fontello;
  top: 8px;
  left: 12px;
  font-size: 1.5rem;
  text-align: center;
}
.filter__reset,
.filter__reset:link,
.filter__reset:hover,
.filter__reset:visited,
.filter__reset:focus {
  color: black;
}
.filter__type {
  display: none;
}
.filter__catItem-parent {
  border-bottom: 1px solid #b3abad;
}
.filter__catItem-parent:first-child {
  margin-top: 0;
}
.filter__catItem-parent > .cat__header {
  font-weight: 700;
  padding: 15px;
  position: relative;
  cursor: pointer;
}
.filter__catItem-parent > .cat__header:before {
  content: '';
  display: block;
  height: 2px;
  width: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
}
.filter__catItem-parent > .cat__header:after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  margin-right: 5px;
}
.filter__catItem-parent.isOpen > .cat__header:after {
  display: none;
}
.filter__catItem-parent.isOpen > .filter__type {
  display: block;
}
.filterlist > .filter__catItem {
  border-bottom: 1px solid #b3abad;
  margin: 0;
}
.filter__catItem {
  margin: 16px 0;
}
@media (min-width: 992px) {
  .filter__catItem:first-child {
    margin-top: 0;
  }
}
.filter__catItem .cat__header {
  font-weight: 700;
  padding: 15px 35px 15px 15px;
  position: relative;
  cursor: pointer;
}
.filter__catItem .cat__header:before {
  content: '';
  display: block;
  height: 2px;
  width: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -1px;
}
.filter__catItem .cat__header:after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #e1121a;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
  margin-right: 5px;
}
.filter__catItem.isOpen .cat__header:after {
  display: none;
}
.filter__catItem.isOpen .filter__type {
  display: block;
}
.filter__catItem .form-radioCheck + label {
  padding-left: 54px;
}
.filter__catItem .form-radioCheck + label:before {
  position: absolute;
  top: 0;
  left: 16px;
  margin-left: 0;
}
.filter__catItem .form-radioCheck + label:after {
  left: 21px;
}
.filter__type {
  margin: 0 15px 15px;
}
.type__item {
  margin-bottom: 10px;
}
.type__item label {
  display: block;
}
.type__item i {
  float: right;
}
.marketingLinks {
  padding: 0;
}
.marketingLinks ul {
  list-style: none outside;
  margin: 16px 0 24px;
}
@media (min-width: 992px) {
  .marketingLinks ul {
    margin: 24px 0;
  }
}
.marketingLinks ul li.child {
  margin: 16px 0;
}
.marketingLinks ul li.child a {
  margin-left: 0;
  color: black;
}
.marketingLinks ul li.child.active a {
  font-weight: bold;
  color: #e1121a;
}
.btn {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.btn,
.btn:link,
.btn:hover,
.btn:visited,
.btn:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.btn:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.btn:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.btn span {
  z-index: 40;
}
.btn-primary,
.searchform__button {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-primary,
.searchform__button,
.btn-primary:link,
.searchform__button:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-primary:hover,
.searchform__button:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.btn-primary:visited,
.searchform__button:visited,
.btn-primary:focus,
.searchform__button:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.btn-white {
  background: #fff;
  border-color: #fff;
}
.btn-white,
.btn-white:link,
.btn-white:hover,
.btn-white:visited,
.btn-white:focus {
  background: #fff;
  color: #231f20;
}
.btn-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.btn-white.btn-cookies:link,
.btn-white.btn-cookies:hover,
.btn-white.btn-cookies:visited,
.btn-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.btn-lg {
  padding: 16px 32px;
}
.btn-md {
  padding: 14px 30px;
}
.btn-sm {
  font-size: 1.2rem;
  padding: 12px 12px;
}
.btn-square {
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 40px;
  padding: 0;
}
@media (min-width: 1270px) {
  .btn-square {
    height: 40px;
    width: 40px;
  }
}
.input-group-btn .btn {
  min-height: 50px;
  white-space: nowrap;
  border-left: 0;
}
.input-group-btn > .btn {
  z-index: 2;
}
/*rte buttons*/
.button-large {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
}
.button-large,
.button-large:link,
.button-large:hover,
.button-large:visited,
.button-large:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large span {
  z-index: 40;
}
.button-large-red {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red,
.button-large-red:link,
.button-large-red:hover,
.button-large-red:visited,
.button-large-red:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large-red:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large-red:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large-red span {
  z-index: 40;
}
.button-large-red,
.button-large-red:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.button-large-red:visited,
.button-large-red:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-red,
.button-large-red:link,
.button-large-red:hover,
.button-large-red:visited,
.button-large-red:focus {
  color: #fff;
  background: #e1121a;
  border: 1px solid #e1121a;
  text-decoration: none;
}
.button-large-white-red {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  background: #e1121a;
  border: 1px solid #e1121a;
  background: #fff;
  border: 1px solid #cc141b;
  color: #cc141b;
}
.button-large-white-red,
.button-large-white-red:link,
.button-large-white-red:hover,
.button-large-white-red:visited,
.button-large-white-red:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large-white-red:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large-white-red:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large-white-red span {
  z-index: 40;
}
.button-large-white-red,
.button-large-white-red:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-white-red:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.button-large-white-red:visited,
.button-large-white-red:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-large-white-red,
.button-large-white-red:link,
.button-large-white-red:hover,
.button-large-white-red:visited,
.button-large-white-red:focus {
  background: #fff;
  border: 1px solid #cc141b;
  color: #cc141b;
  text-decoration: none;
}
.pageFooter .button-large-red {
  padding: 16px 20px;
}
.button-large-white {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 16px 32px;
  background: #fff;
  border-color: #fff;
}
.button-large-white,
.button-large-white:link,
.button-large-white:hover,
.button-large-white:visited,
.button-large-white:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-large-white:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-large-white:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-large-white span {
  z-index: 40;
}
.button-large-white,
.button-large-white:link,
.button-large-white:hover,
.button-large-white:visited,
.button-large-white:focus {
  background: #fff;
  color: #231f20;
}
.button-large-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.button-large-white.btn-cookies:link,
.button-large-white.btn-cookies:hover,
.button-large-white.btn-cookies:visited,
.button-large-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.button-small {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
}
.button-small,
.button-small:link,
.button-small:hover,
.button-small:visited,
.button-small:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small span {
  z-index: 40;
}
.button-small-red {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-red,
.button-small-red:link,
.button-small-red:hover,
.button-small-red:visited,
.button-small-red:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small-red:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small-red:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small-red span {
  z-index: 40;
}
.button-small-red,
.button-small-red:link {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-red:hover {
  background: #e1121a;
  border-color: #e1121a;
}
.button-small-red:visited,
.button-small-red:focus {
  background: #e1121a;
  border: 1px solid #e1121a;
}
.button-small-white {
  display: inline-block;
  border-radius: 0px;
  white-space: normal;
  position: relative;
  overflow: hidden;
  background: #5c5758;
  border-color: #5c5758;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  padding: 12px 12px;
  background: #fff;
  border-color: #fff;
}
.button-small-white,
.button-small-white:link,
.button-small-white:hover,
.button-small-white:visited,
.button-small-white:focus {
  color: #fff;
  background: #5c5758;
  border-color: #5c5758;
  text-decoration: none;
}
.button-small-white:after {
  background: #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.1;
  position: absolute;
  top: -50px;
  width: 50px;
  transition: all 500ms ease;
  transform: rotate(35deg);
  z-index: 20;
}
.button-small-white:hover:after {
  left: 120%;
  transition: all 500ms ease;
}
.button-small-white span {
  z-index: 40;
}
.button-small-white,
.button-small-white:link,
.button-small-white:hover,
.button-small-white:visited,
.button-small-white:focus {
  background: #fff;
  color: #231f20;
}
.button-small-white.btn-cookies {
  color: #67AEE6;
  font-weight: 500;
}
.button-small-white.btn-cookies:link,
.button-small-white.btn-cookies:hover,
.button-small-white.btn-cookies:visited,
.button-small-white.btn-cookies:focus {
  background: #fff;
  color: #67AEE6;
}
.btn--fileupload {
  position: relative;
  overflow: hidden;
}
.btn--fileupload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}
p + p > a.button-large-red {
  margin-top: 16px;
}
.blockquote,
blockquote {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
  border-top: 1px solid #b3abad;
  border-bottom: 1px solid #b3abad;
  border-left: none;
  margin: 35px 0 !important;
  padding: 25px 0;
  text-align: center;
}
.blockquote--center-small {
  padding: 20px 0;
  margin: 0 24px;
  width: calc(100% - 48px);
  border-top: 2px solid #ebe6e6;
  border-bottom: 2px solid #ebe6e6;
  margin-top: 64px;
  margin-bottom: 80px;
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin: 0 auto;
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .blockquote--center-small {
    width: calc(100% - 290px);
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    width: calc(((100% - 60px - 24px - 32px) * 0.83333) - 128px);
  }
}
@media (min-width: 1200px) {
  .blockquote--center-small {
    width: calc(1120px * 0.69);
  }
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    margin-top: 96px;
  }
}
@media (min-width: 540px) {
  .blockquote--center-small {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .blockquote--center-small {
    margin-bottom: 112px;
  }
}
.blockquote--center-small .text__subheader {
  font-size: 16px;
  line-height: 23px;
  text-transform: none;
  text-align: left;
}
.blockquote--center-small blockquote {
  border: 0 none;
  padding: 0;
  margin: 0 !important;
  text-align: left;
}
.blockquote--center-small blockquote ul {
  padding-top: 0;
  list-style: none;
  padding-bottom: 0;
  margin-top: -4px;
  margin-bottom: -4px;
}
.blockquote--center-small .text__bodytext ul li {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  margin: 8px 0;
}
.blockquote--center-small .text__bodytext ul li:before {
  content: "»";
  color: red;
  display: inline-block;
  margin-right: 9px;
  font-size: 24px;
}
.blockquote--center-medium blockquote {
  max-width: 735px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 991px) {
  .blockquote--center-medium blockquote {
    margin: 30px 0 !important;
  }
}
@media (max-width: 991px) {
  .blockquote--center-medium blockquote {
    padding: 20px 0;
  }
  .blockquote--center-medium blockquote ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.text__bodytext blockquote {
  border: 0px none;
  text-align: left;
  position: relative;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
  z-index: 0;
}
.text__bodytext blockquote p {
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.33;
  letter-spacing: 0.4px;
}
.text__bodytext blockquote:before {
  display: block;
  content: ' ';
  background-image: url("./icons/Quote-4a37983578.svg");
  position: absolute;
  z-index: -1;
  background-size: 100%;
  height: 36px;
  width: 48px;
  top: 0;
  left: -16px;
}
@media (min-width: 540px) {
  .text__bodytext blockquote:before {
    left: -24px;
  }
}
.text__bodytext blockquote footer,
.text__bodytext blockquote footer p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #5b5b5b;
}
.text__bodytext blockquote footer:before,
.text__bodytext blockquote footer p:before {
  display: none;
}
.blockquote--center-small .text__bodytext blockquote:before {
  display: none;
}
/**
 * Owl Carousel v2.1.4
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  margin-bottom: 0;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: none no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.carousel__thumbs {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 95px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .carousel__thumbs {
    padding: 0 0 0 15px;
  }
}
@media (min-width: 1450px) {
  .carousel__thumbs {
    padding: 0 0 0 65px;
  }
}
.carousel__thumbs .thumbswrapper {
  display: inline-block;
  width: 99999px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-left: 0;
  right: 0;
  bottom: -1px;
  left: auto;
  padding: 0;
  margin-bottom: 0;
  z-index: 2;
}
.carousel__thumbs .thumbswrapper > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.carousel__thumbs .thumbswrapper li {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 20px 10px 20px 0px;
  border: 1px solid #ccc;
  padding: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer;
}
.carousel__thumbs .thumbswrapper li img {
  display: block;
  max-width: 100%;
}
.carousel__thumbs .thumbswrapper li[data-type="type-youtube"] {
  position: relative;
}
.carousel__thumbs .thumbswrapper li[data-type="type-youtube"]:after {
  font-family: 'fontello';
  content: '\e857';
  color: #e1121a;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2.5rem;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.carousel__thumbs .thumbswrapper .marker {
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #e1121a;
  padding: 0;
  margin: 0;
  border: 0 none;
  transform: translate(0px, 0px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel__thumbs.leftOver:before,
.carousel__thumbs.rightOver:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 31px;
  background: linear-gradient(90deg, white, transparent);
  z-index: 1;
}
.carousel__thumbs.rightOver:after {
  left: auto;
  right: 0;
  background: linear-gradient(90deg, transparent, white);
}
@media (min-width: 992px) {
  .carousel__thumbs.leftOver:before,
  .carousel__thumbs.rightOver:after {
    display: block;
  }
}
.slide:focus {
  outline: 0;
}
.slide--zoom {
  cursor: pointer;
}
.slide--zoom:after {
  content: '\e809';
  display: block;
  width: 45px;
  height: 45px;
  background: #e1121a;
  color: #fff;
  border-radius: 100%;
  font-family: 'fontello';
  line-height: 45px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.slide--zoom:hover:after {
  opacity: 1;
}
.productHero__carousel .slide {
  align-content: center;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 15px;
  min-height: 400px;
}
.productHero__carousel .slide img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.productHero__carousel .carousel--nojs .slide {
  position: relative;
}
.productHero__carousel .carousel--nojs .slide:not(:first-child) {
  display: none;
}
.modalCarousel {
  list-style: none;
  padding: 0;
}
.modalCarousel li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  width: calc(25% - 15px);
  vertical-align: top;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}
.modalCarousel li:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.modalCarousel li .counter {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.modalCarousel[data-rowItems="2"] > li {
  width: calc((100% / 2) - 15px);
}
.modalCarousel[data-rowItems="3"] > li {
  width: calc((100% / 3) - 15px);
}
.modalCarousel[data-rowItems="4"] > li {
  width: calc((100% / 4) - 15px);
}
.modalCarousel[data-rowItems="5"] > li {
  width: calc((100% / 5) - 15px);
}
.modalCarousel[data-rowItems="6"] > li {
  width: calc((100% / 6) - 15px);
}
.modalCarousel.no--js {
  display: none;
}
.modalCarousel--newsdetail li {
  background-size: contain;
  background-repeat: no-repeat;
}
.modalCarousel--newsdetail li:before {
  padding-bottom: 0;
}
.modalCarousel--news li,
.modalCarousel--t4y li {
  width: calc((100% / 3) - 5px);
  margin-right: 2px;
  position: relative;
}
.modalCarousel--news li:nth-child(n+4),
.modalCarousel--t4y li:nth-child(n+4) {
  display: none;
}
.modalCarousel--news li span,
.modalCarousel--t4y li span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  z-index: 3;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modalCarousel--news li.isLastVisible:after,
.modalCarousel--t4y li.isLastVisible:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.modalCarousel--news li.hasVideo:after,
.modalCarousel--t4y li.hasVideo:after {
  font-family: fontello;
  color: #e1121a;
  font-size: 2.8rem;
  text-align: center;
  content: '\e857';
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modalCarousel--t4y li {
  width: 60px;
}
.modalCarousel--t4y li:nth-child(n+4) {
  display: inline-block;
}
.singleImageCarousel {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.singleImageCarousel .slick-slide {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.singleImageCarousel .slick-slide.current {
  opacity: 1;
}
.singleImageCarousel .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background: #fff;
  border: 1px solid #b3abad;
  z-index: 2;
  cursor: pointer;
}
.singleImageCarousel .slick-arrow:before {
  font-family: fontello;
  content: '\e804';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.singleImageCarousel .slick-next {
  left: auto;
  right: 0;
}
.singleImageCarousel .slick-next:before {
  content: '\e805';
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: -10px;
  right: -10px;
  margin-top: -24px;
}
.owl-prev,
.owl-next {
  background: #fff;
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #b3abad;
  border-width: 1px;
  position: absolute;
  left: 0;
}
.owl-prev:before,
.owl-next:before {
  font-family: fontello;
  content: '\e804';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.owl-prev:hover,
.owl-next:hover {
  cursor: pointer;
}
.owl-next {
  left: auto;
  right: 0;
}
.owl-next:before {
  content: '\e805';
}
.owl-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin: 0 5px;
  background: #5c5758;
}
.owl-dots .owl-dot.active {
  background: #e1121a;
}
@media (min-width: 768px) {
  .owl-dots {
    display: none;
  }
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  text-align: center;
}
.slick-dots > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin: 0 5px;
  background: #5c5758;
  padding: 0;
  border: 0;
  box-shadow: 0;
  text-indent: -999em;
}
.slick-dots .slick-active button {
  background: #e1121a;
}
.carousel--equalHeight .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.carousel--equalHeight .slick-track .slick-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: auto;
  position: relative;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*form-fields*/
.form-group {
  position: relative;
  margin-bottom: 32px;
  clear: both;
}
.form-control {
  border-radius: 0;
  border: 2px solid #ebe6e6;
  box-shadow: none;
  font-size: 1.6rem;
  color: #231f20;
  position: relative;
  min-height: 48px;
  padding: 0 20px;
  padding-top: 15px;
  -webkit-appearance: none;
  vertical-align: top;
}
.form-control:focus,
.form-control.hasFocus,
.form-control.hasInput,
.form-control.elementFocused {
  border-color: #5c5758;
  outline: 0;
  box-shadow: none;
  padding-top: 15px;
}
.form-control:focus + .control-label,
.form-control.hasFocus + .control-label,
.form-control.hasInput + .control-label,
.form-control.elementFocused + .control-label {
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
  font-size: 1.2rem;
  font-weight: 700;
}
.form-control:focus:before,
.form-control.hasFocus:before,
.form-control.hasInput:before,
.form-control.elementFocused:before {
  content: attr(placeholder);
  font-size: 12px;
  font-weight: 700;
  display: block;
  position: absolute;
  top: 20px;
  z-index: 99;
  width: 20px;
  height: 5px;
  border: 1px solid red;
  left: 0;
}
.form-control.hasInput,
.form-control.elementFocused {
  border-color: #ebe6e6;
}
.form-control.tx-solr-q {
  padding-top: 0;
  border-right: 0px none;
}
.input:focus,
.input.hasFocus,
.input.hasInput,
.input.elementFocused {
  border-color: #5c5758;
  outline: 0;
  box-shadow: none;
}
.input:focus + .control-label,
.input.hasFocus + .control-label,
.input.hasInput + .control-label,
.input.elementFocused + .control-label {
  -webkit-transform: translate(0, -6px);
  -ms-transform: translate(0, -6px);
  -o-transform: translate(0, -6px);
  transform: translate(0, -6px);
  font-size: 1.2rem;
  font-weight: 700;
}
.input:focus:before,
.input.hasFocus:before,
.input.hasInput:before,
.input.elementFocused:before {
  content: attr(data-placeholder);
  font-size: 10px;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 7px;
  z-index: 99;
  left: 22px;
  color: #5c5758;
}
.input.hasInput,
.input.elementFocused {
  border-color: #b3abad;
}
.input input[type="text"] {
  padding-top: 0px;
}
select.form-control:focus {
  padding-top: 0;
}
.faux-input {
  background: #f3f3f3;
  line-height: 1;
  text-align: left;
}
.form-control::placeholder,
.form-control.searchform__input {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.2px;
  color: #5c5758;
}
.form-control.searchform__input {
  color: #231f20;
}
textarea.form-control {
  line-height: 1.2;
  padding-top: 25px;
  min-height: 140px;
}
label.has-error {
  font-size: 1.4rem;
  padding-left: 0;
  color: #e1121a;
  margin-top: 8px;
}
.form-control--small {
  height: 40px;
  min-height: 0;
  padding: 0 15px;
  width: 185px;
}
.form-control--xsmall {
  height: 40px;
  line-height: 40px;
  min-height: 0;
  padding: 0 15px;
  width: 90px;
}
.form-control--inline {
  display: inline-block;
  margin-right: -5px;
  vertical-align: middle;
}
.control-label {
  color: #5c5758;
  font-weight: 300;
  position: absolute;
  top: 13px;
  font-size: 1.6rem;
  left: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.29, 0.62, 0.53, 1.01);
  -o-transition: all 0.3s cubic-bezier(0.29, 0.62, 0.53, 1.01);
  transition: all 0.3s cubic-bezier(0.29, 0.62, 0.53, 1.01);
}
/* checkboxes */
.form-radioCheck {
  position: absolute;
  left: -9999px;
}
/* Neue Checkboxen des Form-Frameworks müssen Reset haben! */
.frame-type-form_formframework .form-radioCheck {
  position: static;
  left: 0;
}
.form-radioCheck + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-weight: 300;
}
/* checkbox aspect */
.form-radioCheck + label:before {
  content: '';
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
  border: 1px solid #b3abad;
  background: #fff;
  border-radius: 1px;
  margin-left: -30px;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.form-radioCheck[type="radio"] + label:before {
  border-radius: 100%;
}
/* checked mark aspect */
.form-radioCheck + label:after {
  font-family: 'fontello';
  content: '\e800';
  font-size: 1.4rem;
  display: block;
  height: 10px;
  width: 10px;
  color: #e1121a;
  position: absolute;
  top: 1px;
  left: 5px;
}
.form-radioCheck[type="radio"] + label:after {
  border-radius: 100%;
  background: #e1121a;
  content: '';
  top: 6px;
  left: 6px;
}
.form-radioCheck:disabled + label:after {
  color: #b3abad;
}
.form-radioCheck[type="radio"]:disabled + label:after {
  background: #b3abad;
}
/* checked mark aspect changes */
.form-radioCheck:not(:checked) + label:after {
  opacity: 0;
  transform: scale(1);
}
.form-radioCheck:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.form-radioCheck:disabled + label,
.form-radioCheck:disabled + label:after {
  color: #ccc;
  cursor: not-allowed;
}
.colorChooser {
  position: absolute;
  left: -99999px;
}
.colorChooser + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.colorChooser.colorChooser--small + label {
  width: 15px;
  height: 15px;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 2px;
  vertical-align: middle;
}
.colorChooser:checked + label {
  box-shadow: 0 0 0 2px #fff, 0 0 0 3px #e1121a;
}
.colorChooser.colorChooser--white + label {
  background: #fff;
  border: 1px solid #b3abad;
}
.colorChooser.colorChooser--black + label,
.colorChooser.colorChooser--black-special + label {
  background: #000;
  border: 1px solid #000;
}
.colorChooser.colorChooser--grey + label {
  background: #ccc;
  border: 1px solid #ccc;
}
.colorChooser.colorChooser--green + label {
  background: #71b44d;
  border: 1px solid #71b44d;
}
.colorChooser.colorChooser--blue + label {
  background: #2582cb;
  border: 1px solid #2582cb;
}
.colorChooser.colorChooser--orange + label {
  background: #fb9934;
  border: 1px solid #fb9934;
}
.colorChooser.colorChooser--grey + label {
  background: #5f697c;
  border: 1px solid #5f697c;
}
.colorChooser.colorChooser--yellow + label {
  background: #f2e10e;
  border: 1px solid #f2e10e;
}
.colorChooser.colorChooser--red + label {
  background: #ed1b24;
  border: 1px solid #ed1b24;
}
.colorChooser.colorChooser--bordeaux + label {
  background: #8c063b;
  border: 1px solid #8c063b;
}
.colorChooser.colorChooser--purple + label {
  background: #954490;
  border: 1px solid #954490;
}
.colorChooser.colorChooser--brown + label {
  background: #aa9164;
  border: 1px solid #aa9164;
}
.colorChooser.colorChooser--tobacco + label {
  background: #996f3f;
  border: 1px solid #996f3f;
}
.colorChooser.colorChooser--petrol + label {
  background: #407c8f;
  border: 1px solid #407c8f;
}
.colorChooser.colorChooser--turquoise + label {
  background: #5c96c4;
  border: 1px solid #5c96c4;
}
.colorChooser.colorChooser--assorted + label {
  background: url("./images/assorted-f3d6d47877.png");
  background-size: cover;
  border: 1px solid #3FB8AF;
}
.colorChooser.colorChooser--small.colorChooser--assorted + label {
  border: 0;
  width: 17px;
  height: 17px;
  margin-left: -2px;
}
.colorChooser + label:hover .colorChooser__mouseover {
  display: block;
}
.colorChooser__mouseover {
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  min-width: 100px;
  text-align: center;
  left: 50%;
  top: 100%;
  margin-left: -50px;
  margin-top: 9px;
  padding: 10px;
  display: none;
}
.colorChooser__mouseover:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 5px 6.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
.fontstyleChooser {
  position: absolute;
  left: -99999px;
}
.fontstyleChooser + label {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-right: 1px;
  color: #666;
  background: #b3abad;
  line-height: 35px;
  text-align: center;
}
.fontstyleChooser:checked + label {
  background: #5c5758;
}
.selectWrapper {
  position: relative;
  border-radius: 2px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  font-weight: normal;
  border: 2px solid #ebe6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
  min-height: 0;
}
.selectWrapper .selectWrapper__handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 40px;
}
.selectWrapper .selectWrapper__handle:before {
  font-family: 'fontello';
  content: '\e807';
  width: 40px;
  margin-right: 0;
  margin-left: 0;
  line-height: 40px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #231f20;
}
.selectWrapper select {
  color: #231f20;
  font-size: 1.4rem;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  right: 5px;
  width: 100%;
  height: 40px;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
  padding-right: 45px;
}
.selectWrapper select:focus {
  outline: none;
}
.selectWrapper select::-ms-expand {
  display: none;
}
.selectWrapper select.hasInput,
.selectWrapper select.elementFocused,
.selectWrapper select.hasNoPlaceholder {
  color: #231f20;
}
.selectWrapper select.formError {
  color: #DD4B4B;
}
.selectWrapper.selectWrapper--sm {
  height: 40px;
  line-height: 40px;
}
.selectWrapper.selectWrapper--sm .selectWrapper__handle:before {
  font-size: 1rem;
  position: relative;
  top: -2px;
}
.selectWrapper.selectWrapper--disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.7);
}
.form-upload .file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 48px;
}
.form-upload .file-upload-wrapper:after {
  content: attr(data-placeholder);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 48px;
  line-height: 28px;
  color: #5c5758;
  border: 2px solid #ebe6e6;
  font-weight: 300;
  overflow: hidden;
}
.form-upload .file-upload-wrapper:before {
  content: attr(data-uploadtext);
  position: absolute;
  top: 0px;
  right: 0;
  display: inline-block;
  height: 48px;
  background: white;
  color: #e1121a;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 38px;
  padding: 4px 15px;
  /* text-transform: uppercase; */
  pointer-events: none;
  border-top: 2px solid #ebe6e6;
  border-right: 2px solid #ebe6e6;
  border-bottom: 2px solid #ebe6e6;
}
.form-upload .file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 28px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.selectHelper {
  font-weight: normal;
  color: #231f20;
}
fieldset .selectHelper {
  font-weight: normal;
}
.selectWrapper--grey {
  background: #b3abad;
  height: 35px;
  line-height: 30px;
}
.selectWrapper--grey select {
  height: 35px;
  left: 10px;
  padding-right: 20px;
}
.selectWrapper--grey .selectWrapper__handle {
  width: 20px;
}
.selectWrapper--grey .selectWrapper__handle:before {
  color: #231f20;
  font-size: 1rem;
  line-height: 35px;
  width: 20px;
}
.has-error .selectWrapper {
  border-color: #DD4B4B;
}
.searchform .searchform__button {
  font-size: 1.8rem;
}
.searchform .svg_search {
  display: none;
}
.searchform .svg_search_small {
  display: inline;
}
.searchform.searchform--mobile .svg_search {
  display: inline;
}
.searchform.searchform--mobile .svg_search_small {
  display: none;
}
@media (min-width: 1270px) {
  .searchform input[type="text"],
  .searchform button {
    top: -2px;
  }
}
.clearable ~ .afterclear {
  display: none;
  position: absolute;
  cursor: pointer;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #e3e3e3;
  border-radius: 100%;
  font-family: fontello;
  top: 17px;
  right: 58px;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1270px) {
  .clearable ~ .afterclear {
    top: 11px;
    right: 40px;
  }
}
.clearable ~ .afterclear:after {
  content: '\e80e';
}
.clearable.hasInput ~ .afterclear,
.clearable.elementFocused ~ .afterclear {
  display: block;
}
.clearable:focus ~ .afterclear {
  display: block;
}
span#other {
  display: none;
}
.js-mapSearch {
  position: relative;
}
.js-mapSearch .clearable ~ .afterclear {
  top: 17px;
  right: 15px;
}
.stateSelect {
  display: none;
}
.radio {
  float: left;
  margin-top: 0;
  margin-left: 24px;
  margin-bottom: 40px;
}
.radio + .radio {
  position: relative;
  margin-top: 0;
}
.radio:first-child {
  margin-left: 0;
}
label.control-label {
  position: static;
  color: #231f20;
  font-weight: normal;
}
.checkbox .form-check {
  position: absolute;
  left: -20px;
}
.checkbox label,
.radio label {
  display: inline;
}
.checkbox label {
  padding-left: 0;
}
.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox] {
  margin-left: 0;
}
.checkbox input[type=checkbox] + .stateemulator::before {
  display: block;
  position: absolute;
  content: "";
  background: white;
}
.checkbox input[type=checkbox]:checked + .stateemulator::before {
  display: block;
  position: absolute;
  font-family: fontello;
  content: '\e800';
  font-size: 1.5rem;
  color: #e1121a;
  background: white;
  top: 0;
  left: 0;
  padding: 4px 0px 0px 7px;
}
.radio input[type=radio] + .stateemulator,
.checkbox input[type=checkbox] + .stateemulator {
  background: white;
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: -4px;
  left: -1px;
  border: 2px solid #ebe6e6;
  border-radius: 50%;
}
.stateemulator + span {
  margin-left: 25px;
}
.checkbox input[type=checkbox] + .stateemulator {
  border-radius: 0;
  left: -19px;
}
.radio input[type=radio]:checked + .stateemulator:before {
  content: "";
  background: #e1121a;
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 6px;
  left: 6px;
  border-radius: 50%;
}
/* Multicheckbox stuff */
.inputs-list > label {
  margin: 10px 0 10px -20px;
  color: #5c5758;
  display: inline-block;
}
.inputs-list .form-check {
  position: relative;
}
.inputs-list input[type=checkbox]:checked::before {
  top: 2px;
  left: -20px;
}
form#katalogbestellen .selectWrapper + span,
form[id^="katalogbestellen"] .selectWrapper + span {
  display: none;
}
fieldset {
  border-top: 1px solid #b3abad;
  border-bottom: 1px solid #b3abad;
  position: relative;
  padding: 20px 0;
  margin: 40px 0;
}
legend {
  padding: 0 10px;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #5c5758;
  border: 0;
  text-align: center;
  position: absolute;
  top: -17px;
  margin-left: -90px;
  left: 50%;
  background: white;
  display: inline-block;
  width: auto;
}
.input.hasInput input[type=text].form-control,
.input.elementFocused input[type=text].form-control {
  padding-top: 16px;
}
.input.hasInput textarea.form-control,
.input.elementFocused textarea.form-control {
  padding-top: 24px;
}
.input.elementFocused input::placeholder,
.input.elementFocused textarea::placeholder {
  color: transparent;
}
.help-block {
  margin-left: 7px;
}
.radio,
.checkbox {
  margin-left: 40px;
}
.checkbox {
  margin: 30px 0 30px 40px;
}
.submit button.btn.btn-primary {
  margin-top: 40px;
  padding: 15px 32px 13px;
}
.form-group.form-upload {
  margin-bottom: 40px;
}
.contact-info-text {
  margin-left: 7px;
  padding: 24px 0;
  border-bottom: 2px solid #ebe6e6;
}
.file-list ul {
  display: block;
  margin-top: 5px;
  margin-left: 7px;
  margin-bottom: 10px;
  color: #737373;
}
.mediaWrapper .img-responsive {
  display: inline-block;
}
/**
 * Youtube Element responsive iFrame
 */
.responsive-video iframe,
.responsive-video .issuuembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}
.textmedia__media-intext.textmedia__media-left {
  float: left;
  margin-right: 20px;
}
.textmedia__media-intext.textmedia__media-right {
  float: right;
  margin-left: 20px;
}
.textmedia__text-noWrap {
  overflow: hidden;
}
.textmedia__media-center iframe {
  width: 730px;
  height: 415px;
  border: 0 none;
  max-height: 62.5vw;
  max-width: 100%;
}
[class*="image-orient"] img {
  display: inline-block;
}
.image-orient-0,
.image-orient-8 {
  text-align: center;
}
.image-orient-1,
.image-orient-9 {
  text-align: right;
}
.image-orient-2,
.image-orient-10 {
  text-align: left;
}
.image-orient-17 {
  float: right;
}
.image-orient-18 {
  float: left;
}
.image-row .mediaWrapper {
  margin-bottom: 10px;
}
.text__bodytext img {
  max-width: 100%;
  height: auto;
}
.textline {
  border-top: 1px solid #e3e3e3;
  padding-top: 20px;
}
.textline .text__bodytext {
  margin: 30px 0;
}
.hero {
  margin: 0 auto;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .hero {
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero {
    padding-bottom: 20px;
  }
}
.hero__background {
  max-width: 100%;
  height: auto;
}
.hero__backgroundWrapper {
  position: relative;
  z-index: 1;
}
.hero__backgroundWrapper .is-loading {
  min-height: 350px;
}
.content--normal .hero__backgroundWrapper {
  margin-left: -23px;
  margin-right: -23px;
}
@media (min-width: 540px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: -39px;
    margin-right: -39px;
  }
}
@media (min-width: 768px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: calc(((100vw - 1120px) / 2 - 44px) * -1);
    margin-right: calc(((100vw - 1120px) / 2 - 44px) * -1);
  }
}
@media (min-width: 1440px) {
  .content--normal .hero__backgroundWrapper {
    margin-left: -118px;
    margin-right: -118px;
  }
}
.hero__content {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 540px) {
  .hero__content {
    margin-left: -2px;
    margin-right: -2px;
  }
}
@media (min-width: 768px) {
  .hero__content {
    padding: 40px 64px;
    width: 50%;
    margin: -190px auto auto;
  }
}
@media (min-width: 992px) {
  .hero__content {
    padding: 40px 65px;
    width: 50%;
    margin: -190px auto auto;
  }
}
.hero__product {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  margin-top: 30px;
  width: auto !important;
  max-width: 50%;
  height: auto;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (min-width: 768px) {
  .hero__product {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .hero__product {
    max-width: 90%;
  }
}
.hero__title {
  font-weight: 100;
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 3.6rem;
  }
}
.hero__body {
  display: none;
}
@media (min-width: 992px) {
  .hero__body {
    display: block;
  }
}
.hero__button {
  margin-top: 20px;
}
.hero--pullTop {
  margin-top: 0;
}
@media (min-width: 1270px) {
  .hero--pullTop {
    margin-top: -120px;
  }
}
/* carouse styles*/
.hero .owl-nav {
  position: absolute;
  top: auto;
  right: 0;
  left: auto;
  bottom: -5px;
  margin-top: 0;
  display: none;
}
@media (min-width: 768px) {
  .hero .owl-nav {
    display: block;
  }
}
@media (min-width: 992px) {
  .hero .owl-nav {
    display: block;
  }
}
.hero .owl-prev,
.hero .owl-next {
  border-width: 0 1px 1px 0;
  position: relative;
  left: auto;
  right: auto;
}
.hero .owl-counter {
  background: #fff;
  display: inline-block;
  border-right: 1px solid #b3abad;
  width: 65px;
  height: 48px;
  line-height: 51px;
  text-align: center;
  vertical-align: top;
  font-size: 1.4rem;
  font-weight: 700;
  color: #bbb;
}
.hero .owl-counter .active {
  color: #231f20;
}
@media (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}
.hero .carousel--nojs {
  display: block;
}
.hero .carousel--nojs .slide:not(:first-child) {
  display: none;
}
.hero .carousel--nojs .hero__content {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hero--sub .hero__subtitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}
.hero--sub .hero__title {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hero--sub .hero__title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__title {
    margin-bottom: 20px;
  }
}
.hero--sub .hero__content-wrap {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero--sub .hero__content {
    margin-top: -100px;
    width: calc(100% - 128px);
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__content {
    width: 83.33333%;
  }
}
.hero--sub .no_media .hero__content {
  margin-top: 0;
}
.hero--sub .hero__body {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #231f20;
  display: block;
}
.hero--sub .carousel--nojs .singleImg:not(:first-child) {
  display: none;
}
.hero--sub + .anchor {
  position: absolute;
  overflow: hidden;
  display: none;
}
.hero--sub ~ .content__section {
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
.hero--sub ~ .content__section.row-addMarginBottom {
  margin-bottom: 120px;
}
.content__section ~ .content__section {
  margin-top: 80px;
}
.hero--inside {
  padding: 150px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero--inside .hero__backgroundWrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.hero--inside .hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero--inside .hero__body {
  display: block;
}
@media (min-width: 992px) {
  .hero--inside .hero__body {
    display: block;
  }
}
.hero--inside .hero__content {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 30px 20px;
  margin-top: 0;
  text-align: center;
  max-width: calc(100% - 30px);
}
@media (min-width: 768px) {
  .hero--inside .hero__content {
    max-width: calc(100% - 160px);
  }
}
.hero--inside .hero__imgWrapper {
  height: 55px;
  display: none;
}
.hero--inside .hero__img {
  border: 1px solid #b3abad;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  display: inline-block;
  margin-bottom: 55px;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.hero--inside .owl-nav {
  top: 50%;
  left: 15px;
  right: 15px;
  bottom: auto;
  z-index: 2;
  margin: -24px auto 0;
  max-width: 1120px;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .hero--inside .owl-nav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .hero--inside .owl-nav {
    right: 0;
    left: 0;
    width: 100%;
  }
}
.hero--inside .owl-nav .owl-prev,
.hero--inside .owl-nav .owl-next {
  position: absolute;
  left: 0;
  right: auto;
  border: 1px solid #b3abad;
}
.hero--inside .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.hero--inside .owl-nav .owl-counter {
  display: none;
}
.hero--inside .slick-dots {
  display: block;
}
/**
 * Anpassungen Hero 2018
 */
.hero.hero--version2018 {
  overflow: hidden;
}
.hero.hero--version2018 .slide {
  position: relative;
}
.hero.hero--version2018 .hero__content {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 15px;
  text-align: left;
  width: calc(100% / 3);
  padding: 50px 25px;
  display: none;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__content {
    display: block;
  }
}
.hero.hero--version2018 .hero__slideNavigation {
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #939ea5;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero.hero--version2018 .hero__slideNavigation li {
  position: relative;
  color: #fff;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  width: calc(100% / 5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  cursor: pointer;
  padding: 0 20px;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current {
  background: #fff;
  color: #231f20;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current:hover {
  background: #fff;
}
.hero.hero--version2018 .hero__slideNavigation li.is-current .indicator {
  display: block;
}
.hero.hero--version2018 .hero__slideNavigation li:hover {
  background: #acb9c1;
}
.hero.hero--version2018 .hero__slideNavigation li span {
  width: 100%;
}
.hero.hero--version2018 .hero__slideNavigation li .indicator {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #e1121a;
  display: none;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__slideNavigation {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.hero.hero--version2018 .owl-nav,
.hero.hero--version2018 .slick-dots {
  display: none !important;
}
.hero.hero--version2018 .slick-list {
  overflow: unset;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .slick-list {
    overflow: hidden;
  }
}
.hero.hero--version2018 .hero__mobileHeader {
  background: #939ea5;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  display: block;
  border-bottom: 4px solid transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .hero__mobileHeader {
    display: none;
  }
}
.hero.hero--version2018 .slick-current .hero__mobileHeader {
  background: #fff;
  color: #231f20;
  border-bottom-color: #e1121a;
}
.hero.hero--version2018 .owl-carousel {
  padding: 0 10%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero.hero--version2018 .owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero.hero--version2018 .hero__backgroundWrapper {
  overflow: hidden;
}
.hero .videowrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.hero .videowrapper .hero__backgroundVideo {
  height: 100%;
  width: 100%;
}
.hero--sub .hero__content {
  text-align: left;
}
@media (min-width: 768px) {
  .hero--sub .hero__content {
    padding: 64px 40px 0;
  }
}
@media (min-width: 992px) {
  .hero--sub .hero__content {
    padding: 64px 64px 0;
  }
}
.hero--sub .hero__subtitle {
  text-transform: none;
}
.hero--sub {
  padding-bottom: 0;
}
.hero--articlegroup .hero__content-wrap {
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .hero--articlegroup .hero__content-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .hero--articlegroup .hero__content-wrap {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.hero--articlegroup .hero__content-wrap,
.hero--articlegroup .hero__content {
  width: 100%;
}
.hero--articlegroup .hero__content {
  padding: 64px 0;
}
.hero--video.hero .videowrapper {
  display: block;
}
.hero--video .hero__backgroundWrapper .video-text-left {
  z-index: 9998;
  position: absolute;
  left: 24px;
  top: 16px;
  padding-right: 24px;
  height: 32px;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #ffffff;
}
@media (min-width: 540px) {
  .hero--video .hero__backgroundWrapper .video-text-left {
    left: 32px;
    top: 24px;
    padding-right: 32px;
  }
}
.hero--video .hero__backgroundWrapper .video-text-right {
  z-index: 9998;
  position: absolute;
  right: 24px;
  top: 16px;
  padding-left: 24px;
  text-align: right;
  height: 32px;
  width: auto;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #ffffff;
}
@media (min-width: 540px) {
  .hero--video .hero__backgroundWrapper .video-text-right {
    right: 32px;
    top: 24px;
    padding-left: 32px;
  }
}
.highlight__content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.highlight__header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 20px;
}
.highlight__subheader {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
}
.highlight__text {
  font-weight: 300;
  font-size: 1.8rem;
}
.highlight__imageWrapper {
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .highlight__imageWrapper {
    padding: 160px 0;
    padding: 40px 0 80px;
    margin: 0 100px;
  }
}
.highlight__image {
  margin: 20px auto;
}
@media (min-width: 992px) {
  .highlight__image {
    margin: 0 auto;
  }
}
.highlight {
  padding: 0 30px;
  margin: 40px auto;
}
@media (min-width: 992px) {
  .highlight {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .highlight .accordeon {
    display: none;
  }
}
.highlight .accordeon.last .accordeon__element {
  border-bottom: 1px solid #b3abad;
}
.highlight .accordeon__element {
  text-align: left;
  border-bottom: 0;
}
.highlight .accordeon__element .hotspot__text {
  display: block;
  padding-bottom: 15px;
}
.highlight__hotspot--desktop {
  display: none;
  opacity: 0;
  text-align: center;
  max-width: 100%;
  width: 350px;
  margin-left: -175px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .highlight__hotspot--desktop {
    display: block;
  }
}
.highlight__hotspot--desktop.is-open {
  z-index: 6;
}
.highlight__hotspot--desktop.is-open .hotspot__content {
  border-color: #e3e3e3;
  background: #ffffff;
}
.highlight__hotspot--desktop.is-open .hotspot__text {
  display: block;
}
.highlight__hotspot--desktop.is-open .hotspot__link {
  display: none;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger {
  width: 180px;
  height: 180px;
  background-color: transparent;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger:before {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger:after {
  opacity: 0;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border-radius: 100%;
  background: #e1121a;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger:hover:before {
  opacity: 0.5;
}
.highlight__hotspot--desktop.is-open .hotspot__trigger:hover:after {
  opacity: 0.5;
}
.highlight__hotspot--desktop.is-open .hotspot__image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.highlight__hotspot--bottom {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
}
.highlight__hotspot--bottom .hotspot__trigger {
  top: -15px;
}
.highlight__hotspot--bottom.is-open .hotspot__content {
  margin-top: 45px;
  padding-top: 40px;
}
.highlight__hotspot--top {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.highlight__hotspot--top .hotspot__content {
  margin-bottom: 20px;
}
.highlight__hotspot--top .hotspot__trigger {
  top: 100%;
}
.highlight__hotspot--top.is-open .hotspot__content {
  margin-bottom: 65px;
  padding-bottom: 40px;
}
.hotspot__content {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(227, 227, 227, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hotspot__header {
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: 0.015em;
}
@media (min-width: 992px) {
  .hotspot__header {
    opacity: 0;
  }
  .is-open .hotspot__header {
    opacity: 1;
  }
}
.hotspot__text {
  display: none;
}
.hotspot__trigger {
  width: 30px;
  height: 30px;
  background: #e1121a;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hotspot__trigger:before,
.hotspot__trigger:after {
  opacity: 1;
  display: block;
  content: '';
  height: 2px;
  width: 16px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
}
.hotspot__trigger:after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: -1px;
}
.hotspot__image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -90px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hightlightnav {
  margin-top: 190px;
  margin-bottom: 100px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-direction: column;
  flex-flow: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hightlightnav {
    -webkit-flex-flow: row;
    -ms-flex-direction: row;
    flex-flow: row;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
  }
}
.hightlightnav__link__header {
  padding: 0 70px;
  font-weight: 100;
  font-size: 2.4rem;
  margin-bottom: 30px;
  position: relative;
}
.hightlightnav__link__header strong {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
}
.hightlightnav__link__header:after {
  font-family: 'fontello';
  content: '\E856';
  color: #e1121a;
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 4rem;
  -webkit-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hightlightnav__flexitem {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .hightlightnav__flexitem {
    width: 33%;
  }
}
.hightlightnav__flexitem--center {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: -1;
  order: -1;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hightlightnav__flexitem--center {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 0;
  }
}
.hightlightnav__link--right .hightlightnav__link__image {
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  -o-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
.hightlightnav__link--left {
  text-align: right;
}
.hightlightnav__link--left .hightlightnav__link__image {
  -webkit-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  -o-transform: translate(50px, 0);
  transform: translate(50px, 0);
}
.hightlightnav__link--left .hightlightnav__link__header:after {
  right: 15px;
  left: auto;
  content: '\E855';
  -webkit-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);
}
.hightlightnav__link__image {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}
@media (min-width: 992px) {
  .hightlightnav__link__image {
    display: inline-block;
  }
}
.hightlightnav__link {
  display: block;
}
.hightlightnav__link,
.hightlightnav__link:link,
.hightlightnav__link:hover,
.hightlightnav__link:visited,
.hightlightnav__link:focus {
  color: #231f20;
  text-decoration: none;
}
.hightlightnav__link:hover .hightlightnav__link__image {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.hightlightnav__link:hover .hightlightnav__link__header:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hightlightnav__header {
  font-weight: 100;
  font-size: 3.6rem;
}
.highlight2020 {
  text-align: center;
}
.highlight2020 .header {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  color: #333333;
  text-align: left;
  padding: 0 ;
}
.highlight2020 .header a {
  color: #333333;
  border-bottom: 3px solid #333333;
}
.highlight2020 .highlight2020__imageWrapper {
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
}
.highlight2020 .highlight2020__imageWrapper img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .highlight2020 .highlight2020__imageWrapper img {
    width: 100%;
  }
}
.highlight2020 .highlight2020__imageWrapper .highlight-size-6,
.highlight2020 .highlight2020__imageWrapper .highlight-size-6 img {
  width: calc(100vw * 0.66666666);
}
@media (min-width: 540px) {
  .highlight2020 .highlight2020__imageWrapper .highlight-size-6,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-6 img,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4 img {
    width: calc(100vw * 0.5);
  }
}
@media (min-width: 992px) {
  .highlight2020 .highlight2020__imageWrapper .highlight-size-12,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-12 img {
    width: 100vw;
  }
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4 img {
    width: calc(100vw * 0.33333333);
  }
}
@media (min-width: 1200px) {
  .highlight2020 .highlight2020__imageWrapper .highlight-size-12,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-12 img {
    width: 1144px;
  }
  .highlight2020 .highlight2020__imageWrapper .highlight-size-6,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-6 img {
    width: 572px;
  }
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4,
  .highlight2020 .highlight2020__imageWrapper .highlight-size-4 img {
    width: 381px;
  }
}
@media (min-width: 991px) {
  .highlight2020 .highlight2020__imageWrapper {
    display: block;
  }
}
.highlight2020 .highlightElementsLeft,
.highlight2020 .highlightElementsRight {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.highlight2020 .highlightElementsRight {
  left: auto;
  right: 0;
}
.highlight2020 .highlight__hotspot {
  position: absolute;
}
@media (min-width: 992px) {
  .highlight2020 .highlight__hotspot .htsp-lg-3 {
    width: calc(100vw * 0.25);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-6 {
    width: calc(100vw * 0.5);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-7 {
    width: calc(100vw * 0.58333333);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-4 {
    width: calc(100vw * 0.33333333);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-5 {
    width: calc(100vw * 0.31);
  }
}
@media (min-width: 1200px) {
  .highlight2020 .highlight__hotspot .htsp-lg-3 {
    width: calc(1144px * 0.25);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-6 {
    width: calc(1144px * 0.5);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-7 {
    width: calc(1144px * 0.58333333);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-4 {
    width: calc(1144px * 0.33333333);
  }
  .highlight2020 .highlight__hotspot .htsp-lg-5 {
    width: calc(1144px * 0.31);
  }
}
@media (min-width: 991px) {
  .highlight2020 .highlight__hotspot {
    left: 0px !important;
  }
}
.highlight2020 .highlight__hotspot .detailAutoheight {
  height: auto;
}
@media (min-width: 991px) {
  .highlight2020 .highlightElementsRight .highlight__hotspot {
    right: 0;
    left: auto !important;
  }
}
.highlight2020 .content,
.highlight2020 .text {
  text-align: left;
}
.highlight2020 .content img + .text {
  margin-top: 16px;
}
.highlight2020 .content .text + img {
  margin-top: 16px;
}
.highlight2020 .content .text p {
  margin-top: 0;
  margin-bottom: 8px;
}
.highlight2020 .content .text p:last-child {
  margin-bottom: 0;
}
.highlight2020 .mobile__trigger {
  border-radius: 50%;
  border: 2px solid transparent;
  background: #e1121a;
  position: relative;
  width: 30px;
  height: 30px;
}
.highlight2020 .mobile__trigger:before {
  background: 0 0;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -7px;
  left: -7px;
  border: 2px solid #e1121a;
  border-radius: 50%;
}
@media (min-width: 991px) {
  .highlight2020 .mobile__trigger {
    display: none;
  }
}
.highlight2020 .content {
  display: none;
}
@media (min-width: 991px) {
  .highlight2020 .content {
    display: block;
  }
}
.highlight2020 img.round {
  border-radius: 50%;
}
#highligh2020overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
}
#highligh2020overlay .contentwrapper {
  position: absolute;
  top: 30%;
  left: 10%;
  background: white;
  width: 80%;
  padding: 60px 20px;
}
#highligh2020overlay .content img + .text {
  margin-top: 16px;
}
#highligh2020overlay .content .text + img {
  margin-top: 16px;
}
#highligh2020overlay .content .text p {
  margin-top: 0;
  margin-bottom: 8px;
}
#highligh2020overlay .content .text p:last-child {
  margin-bottom: 0;
}
#highligh2020overlay .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}
#highligh2020overlay .close:before,
#highligh2020overlay .close:after {
  content: "";
  display: block;
  background: #000;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  position: relative;
  top: 20px;
}
#highligh2020overlay .close:after {
  transform: rotate(-45deg);
  top: 19px;
}
#highligh2020overlay img.round {
  border-radius: 50%;
}
.linewrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 991px) {
  .linewrapper {
    display: block;
  }
}
.linewrapper canvas {
  width: 100%;
  height: 100%;
}
.newsTags ul.news-tags {
  list-style-type: none;
  padding: 10px 0;
  float: left;
}
.newsTags ul.news-tags li {
  display: inline-block;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 15px;
}
.newsTags ul.news-tags li:last-child {
  margin-right: 0;
}
.newsTags ul.news-tags li a {
  display: inline-block;
  position: relative;
}
.newsTags ul.news-tags li a.active:link,
.newsTags ul.news-tags li a.active:hover,
.newsTags ul.news-tags li a.active:visited {
  color: #231f20;
  text-decoration: none;
}
.newsTags ul.news-tags li a.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 5px;
  background: #e1121a;
}
.newsList .newsItem__image {
  overflow: hidden;
  padding: 66.6667% 0 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.newsList .newsItem__image .newsImageBackground {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-position: center;
  filter: blur(10px);
  background-size: cover;
  z-index: -1;
}
.newsList .newsItem__image img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.newsList .newsItem__date {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  margin-bottom: 16px;
  color: #231f20;
}
.newsList .newsItem__date a {
  font-weight: bold;
  color: #231f20;
}
.newsList .newsItem__header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  margin-bottom: 8px;
  transition: color 0.5s ease;
}
.newsList .newsItem:hover .newsItem__header {
  color: #e1121a;
}
.newsList .newsItem__body {
  color: #231f20;
}
.newsList .newsItem--teaser {
  margin-bottom: 40px;
}
.newsList .newsItem--teaser .newsItem__content {
  padding: 24px 24px 32px;
  height: 220px;
  overflow: hidden;
}
.newsList .newsItem--teaser .newsItem__readmore,
.newsList .newsItem--teaser .newsItem__readmore a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 20px 20px;
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.newsList .newsItem {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newsList .newsItem.is-hidden {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  -o-transform: translate(0, 60px);
  transform: translate(0, 60px);
}
.newsList .newsItem--list {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.newsList .asTextlist .newsItem-wrap {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.newsList .asTextlist .newsItem--teaser {
  margin-bottom: 0;
}
.newsList .asTextlist .newsItem__image {
  display: none;
}
.newsList .asTextlist .newsItem__content {
  padding-left: 0;
  padding-right: 0;
  height: auto;
}
.newsList .asTextlist .newsItem__readmore,
.newsList .asTextlist .newsItem__readmore a {
  position: static;
  line-height: 16px;
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  padding: 8px 0 0;
  color: #e1121a;
  font-size: 16px;
}
.newsList .asTextlist .hv-bigshadow .progress-shadow-01,
.newsList .asTextlist .hv-bigshadow .progress-shadow-02 {
  transition: none;
}
.newsList .asTextlist .hv-bigshadow:hover .progress-shadow-01,
.newsList .asTextlist .hv-bigshadow:hover .progress-shadow-02 {
  width: 0;
  height: 0;
}
.newsDetail .newsItem--detail .newsItem__cover {
  padding: 10px 0 30px;
}
.newsDetail .newsItem--detail .newsItem__header {
  margin-bottom: 20px;
}
.newsDetail .newsItem--detail .newsItem__teaser {
  margin-bottom: 25px;
}
.newsDetail .newsItem__keywords {
  color: #5c5758;
}
.newsDetail p img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .newsDetail p img {
    max-width: 75%;
  }
}
.newsDetail .modalCarousel--newsdetail .glide__arrows {
  display: none;
}
.newsDetail .modalCarousel--newsdetail .glide__slides {
  flex-wrap: wrap;
}
.modal .modalCarousel--newsdetail .glide__arrows {
  display: block;
}
.news--messe {
  width: 100%;
}
.news--messe thead {
  display: none;
}
.news--messe tbody tr {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
  border-bottom: 1px solid #ebe6e6;
  position: relative;
}
.news--messe td {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .news--messe td {
    display: table-cell;
    width: auto;
    margin-bottom: 0;
  }
}
.news--messe .messe--mobileVisible {
  display: block;
}
@media (min-width: 768px) {
  .news--messe .messe--mobileVisible {
    display: table-cell;
  }
}
.news--messe .messe--mobileHidden {
  display: none;
}
@media (min-width: 768px) {
  .news--messe .messe--mobileHidden {
    display: table-cell;
  }
}
@media (min-width: 768px) {
  .news--messe {
    border-spacing: 3px;
    border-collapse: separate;
    table-layout: fixed;
  }
  .news--messe thead {
    display: table-header-group;
  }
  .news--messe th {
    background: #ebe6e6;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    font-size: 1.5rem;
  }
  .news--messe td {
    padding: 15px;
    border-bottom: 1px solid #ebe6e6;
  }
  .news--messe tbody tr {
    padding-bottom: 0;
    margin-bottom: 0;
    display: table-row;
    border-bottom: 0;
    position: static;
  }
}
.news--messe tbody td {
  font-size: 1.6rem;
  vertical-align: top;
}
.news--messe .modalCarousel--news {
  width: 50%;
}
@media (min-width: 768px) {
  .news--messe .modalCarousel--news {
    width: 100%;
  }
}
.news--messe .messe--showMore {
  position: absolute;
  right: 0;
  bottom: 20px;
  font-weight: 500;
  display: block;
  width: auto;
}
@media (min-width: 768px) {
  .news--messe .messe--showMore {
    display: none;
  }
}
.news--messe .messe--showMore a {
  text-decoration: none !important;
  font-weight: 700;
  font-size: 1.4rem;
}
.news--messe .messe--showMore a:before {
  content: '+';
  font-size: 2rem;
  font-weight: 700;
  margin-right: 3px;
  color: #e1121a;
  text-decoration: none !important;
}
.news--messe tr.isVisible .messe--mobileHidden {
  display: block;
}
@media (min-width: 768px) {
  .news--messe tr.isVisible .messe--mobileHidden {
    display: table-cell;
  }
}
.news--messe tr.isVisible .messe--showMore a::before {
  content: '-';
}
.news--messe .messe--text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: calc(100vw - 130px);
}
.box {
  padding: 25px;
  border: 1px solid #b3abad;
}
.kontaktperson--breit {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .kontaktperson--breit {
    padding: 0;
    margin-bottom: auto;
  }
}
.kontaktperson--breit .row {
  margin: 0;
}
.kontaktperson--breit .col-xs-3 {
  padding: 0;
}
.kontaktperson--breit .col-xs-3 img {
  width: 150px;
  height: auto;
}
.kontaktperson--breit .col-xs-3 + .col-xs-9 {
  padding-left: 30px;
}
.accordeon__element {
  border-top: 1px solid #b3abad;
  border-bottom: 1px solid #b3abad;
}
.accordeon__element + .accordeon__element {
  border-top: 0;
}
.accordeon__element.is-open .accordeon__header:before {
  content: '\e814';
}
.accordeon + script + .accordeon .accordeon__element,
.accordeon + .accordeon .accordeon__element {
  border-top: 0;
}
.accordeon__header {
  font-size: 1.8rem;
  padding: 20px 10px;
  cursor: pointer;
}
.accordeon__header:before {
  font-family: fontello;
  content: '\e819';
  color: #e1121a;
  margin-right: 20px;
  font-size: 12px;
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.accordeon__header div {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: top;
}
.t4yEditor .accordeon__header:before {
  top: 2px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .t4yEditor .accordeon__content {
    padding: 0 15px 15px 40px;
  }
}
.accordeon__content {
  display: none;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .accordeon__content {
    padding: 0 15px 15px 45px;
  }
}
.accordeon--small .accordeon__element {
  border-top: 0;
}
.accordeon--small .accordeon__header {
  padding: 10px;
}
.accordeon--small .accordeon__header:before {
  margin-right: 10px;
  font-size: 1.4rem;
}
.socialbox {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  display: block;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: visible;
  /*
	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 0;

		border: 1px solid;

		opacity: 0;
	}

	&:hover:before {
		.an-FadeOutBoxShadow();
	}
*/
}
.socialbox,
.socialbox:link,
.socialbox:hover,
.socialbox:visited,
.socialbox:focus {
  color: #fff;
  text-decoration: none;
}
.socialbox__newsItem {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 55px 0;
  padding: 15px 0;
}
.socialbox__newsItem .socialbox--shareArticle {
  float: left;
  line-height: 28px;
  margin-right: 15px;
}
.socialbox {
  text-shadow: none;
}
.socialbox--fb {
  background: #4761a2;
  border-bottom-color: #2e488c;
}
.socialbox--fb:before {
  border-color: #4761a2;
}
.socialbox--tw {
  background: #4395cf;
  border-bottom-color: #287bb6;
}
.socialbox--gp {
  background: #d3442b;
  border-bottom-color: #b0301a;
}
.socialbox--ln {
  background: #0177b5;
  border-bottom-color: #1a6093;
}
.socialbox--wa {
  background: #25d466;
  border-bottom-color: #1da851;
}
@media (min-width: 768px) {
  .socialbox--wa {
    display: none;
  }
}
.socialbox--mail,
.socialbox--share {
  background: #7d7d7d;
  border-bottom-color: #6a6a6a;
}
.socialbox--sm {
  height: 40px;
  width: calc(100% / 6);
  float: left;
  text-align: center;
  font-size: 1.6rem;
  line-height: 37px;
}
.socialbox--sm .socialbox__cta {
  display: none;
}
@media (min-width: 768px) {
  .socialbox--sm {
    width: calc(100% / 5);
  }
}
.socialbox--33 {
  width: calc((100% - 20px) / 3);
  margin: 0 10px;
  float: left;
}
.socialbox--33:first-child,
.socialbox--33:last-child {
  margin: 0;
}
.socialbox--50 {
  width: calc((100% - 10px) / 2);
  float: left;
}
.socialbox--50:last-child {
  margin-left: 10px;
}
.socialbox--100px {
  width: 100px;
  margin: 0 5px;
  float: left;
}
.socialbox--100px:first-child {
  margin-left: 0;
}
.socialbox--100px:last-child {
  margin-right: 0;
}
.socialbox--100px .icon {
  position: relative;
  left: -15px;
}
@-webkit-keyframes shadow {
  0% {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale3d(1.1, 1.3, 1);
    transform: scale3d(1.1, 1.3, 1);
    opacity: 0;
  }
}
.socialsquare {
  display: inline-block;
  width: 45px;
  height: 45px;
  color: #fff;
  font-family: 'fontello';
  text-align: center;
  line-height: 45px !important;
}
.socialsquare.socialsquare--fb {
  background: #e1121a;
}
.socialsquare.socialsquare--fb:before {
  font-family: 'fontello';
  content: '\f30c';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--gp {
  background: #e1121a;
}
.socialsquare.socialsquare--gp:before {
  font-family: 'fontello';
  content: '\f30f';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--in {
  background: #e1121a;
}
.socialsquare.socialsquare--in:before {
  font-family: 'fontello';
  content: '\f32d';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--tw {
  background: #e1121a;
}
.socialsquare.socialsquare--tw:before {
  font-family: 'fontello';
  content: '\f309';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--yt {
  background: #e1121a;
}
.socialsquare.socialsquare--yt:before {
  font-family: 'fontello';
  content: '\f16a';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--linked {
  background: #e1121a;
}
.socialsquare.socialsquare--linked:before {
  font-family: 'fontello';
  content: '\f318';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--youku {
  background: #e1121a;
}
.socialsquare.socialsquare--youku:before {
  font-family: 'fontello';
  content: '\e81b';
  display: inline-block;
  color: #fff;
}
.socialsquare.socialsquare--grey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.socialsquare.socialsquare--grey:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.table--striped tbody tr:nth-child(odd) {
  background: #b3abad;
}
.table--striped tbody tr:nth-child(odd) td,
.table--striped tbody tr:nth-child(odd) th {
  background: #b3abad;
}
.table--striped tbody tr:nth-child(even) {
  background: #fff;
}
.table--striped tbody tr:nth-child(even) td,
.table--striped tbody tr:nth-child(even) th {
  background: #fff;
}
/* ==========================================================================
	 Remodal's necessary styles
========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: auto;
  outline: none;
  text-size-adjust: 100%;
}
@media (min-width: 768px) {
  .remodal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    max-width: 800px;
  }
}
.remodal .modal {
  position: static;
  display: block;
}
@media (min-width: 768px) {
  .remodal--small {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    max-width: 500px;
  }
}
.remodal--carousel.remodal--carousel {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .remodal--carousel.remodal--carousel {
    max-width: 1060px;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/* ==========================================================================
	 Remodal's default mobile first theme
	 ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  padding: 40px;
  transform: translate3d(0, 0, 0);
  color: #231f20;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #5c5758;
  border: 0;
  outline: 0;
  background: transparent;
}
a.remodal-close {
  color: #5c5758;
  font-weight: 400;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
	 ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
	 ========================================================================== */
.modal--small {
  max-width: 400px;
}
.modal__header {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  text-align: left;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .modal__header {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .modal__header {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .modal__header {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .modal__header {
    font-size: 36px;
    line-height: 1.25;
  }
}
.modal__intro {
  font-size: 1.6rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 25px;
}
.modal__noPadding {
  margin-left: -29px;
  margin-right: -29px;
}
.modal .videowrapper {
  height: calc(100vh - 60px);
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .modal .videowrapper {
    height: 80vh;
  }
}
.modal .glide__arrows,
.modal .glide-nav {
  top: 75px;
}
.remodal .shoplink {
  box-shadow: none;
  border: 1px solid #b3abad;
}
.remodal .modal__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.map__infoWindow {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
}
.map__title {
  font-weight: 700;
  color: #e1121a;
}
.map__search {
  position: absolute;
  bottom: 40px;
  left: 15px;
  right: 15px;
  height: 0;
}
.map__searchBox {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  z-index: 1;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.82);
}
@media (min-width: 768px) {
  .map__searchBox {
    padding: 25px 20px;
  }
}
.map__searchBox .storelist__item__pin {
  color: #231f20;
  font-size: 2.7rem;
  vertical-align: top;
}
.map__search__title {
  margin-top: 0;
}
.mapWrapper {
  position: relative;
  min-height: 370px;
}
@media (min-width: 768px) {
  .mapWrapper {
    min-height: 350px;
  }
}
.map__search__icon {
  position: absolute;
  z-index: 2;
  font-size: 25px;
  line-height: 50px;
  margin-left: 5px;
  color: #e1121a;
}
.map__search__field {
  padding-left: 50px;
}
.map_search_legend {
  text-indent: -8px;
  padding-left: 8px;
}
.map__search__product {
  background: #b3abad;
  padding: 2px;
  margin-top: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map__search__product .product__image {
  position: static;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 7px;
  height: 80px;
  width: 80px;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
}
.map__search__product .product__image .product__imageFlexWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.map__search__product .product__image img {
  max-width: 70px;
  margin: 0 auto;
}
.map__search__product .product__detail {
  height: 80px;
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  padding-top: 17px;
}
.map__search__product .remove {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  background: #5c5758;
  color: #b3abad;
}
.map__search__product.is-removed {
  opacity: 0;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.storelist__title.header--lvl6.mt-50 {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .storelist__title.header--lvl6.mt-50 {
    margin-top: 50px;
  }
}
.storelist__item {
  border-bottom: 1px solid #b3abad;
  padding: 20px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .storelist__item {
    padding: 10px 0 10px;
    min-height: auto !important;
  }
}
@media (min-width: 768px) {
  .storelist__item.storelist__item--padding {
    padding-right: 30px;
  }
}
.storelist__item.isActive {
  background: #e6e9eb;
}
.storelist__item a,
.storelist__item a:link,
.storelist__item a:visited,
.storelist__item a:focus,
.storelist__item a:hover {
  border-bottom: 0 solid;
}
.storelist__item__pin {
  display: inline-block;
  font-size: 4rem;
  color: #231f20;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .storelist__item__pin {
    font-size: 2.5rem;
    margin-top: -4px;
    margin-left: -4px;
  }
}
.storelist__item__header {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.storelist__item__header__contact,
.storelist__item__header__distanz,
.storelist__item__header__opening {
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
/* autocomplete Baidu */
.tangram-suggestion-main {
  z-index: 5;
}
@media (max-width: 767px) {
  .storelist__item__header__opening,
  .storelist__item__opening,
  .storelist__item__route,
  .storelist__item_detail__hidden {
    display: none;
  }
  .storelist__item__detail-on .storelist__item__header__opening,
  .storelist__item__detail-on .storelist__item__opening,
  .storelist__item__detail-on .storelist__item__route {
    display: block;
  }
  .storelist__item__detail-on .storelist__item_detail__hidden {
    display: inline;
  }
}
.storelist__item__cta {
  font-size: 16px;
}
.storelist__item__cta i {
  font-size: 2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.storelist__item__image[src=""] {
  display: none;
}
.details__switch:before {
  content: '+';
  font-size: 2.3rem;
  font-weight: 400;
  margin-right: 3px;
}
.details__switch:link,
.details__switch:visited,
.details__switch:focus {
  text-decoration: none;
}
.storelist__item__detail-on .details__switch:before {
  content: '\2013';
}
@media (max-width: 767px) {
  .storelist__item__xs-right {
    text-align: right;
    float: right;
    margin-top: 25px;
  }
}
.storelist_emaillink i,
.storelist_weblink i {
  margin-right: 5px;
}
.teaser--primary {
  height: 320px;
  width: 100%;
  position: relative;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .teaser--primary {
    height: 352px;
  }
}
@media (min-width: 768px) {
  .teaser--primary .form-group {
    max-width: 75%;
  }
}
.teaser--primary .form-group .form-control {
  display: inline-block;
  width: calc(100% - 44px);
}
.teaser--primary .teaser__header {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  color: white;
  margin-bottom: 8px;
}
.teaser--primary .teaser__content,
.teaser--primary .teaser__content p {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  color: white;
}
.teaser--primary .textwrapper,
.teaser--primary .textbackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser--primary .textbackground {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 50%);
  z-index: 1;
}
.teaser--primary .textwrapper {
  padding: 24px;
  z-index: 2;
}
.teaser--primary.teaser--add-layer::before {
  content: ' ';
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.teaser--primary .button-large-red,
.teaser--primary .button-large-white {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.teaser--light {
  color: #fff;
}
.navteaser {
  margin-bottom: 20px;
}
.navteaser__image {
  position: relative;
  height: 0;
  padding-bottom: 58.62068966%;
  display: block;
}
.navteaser__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.navteaser__link {
  display: block;
  padding: 15px 20px;
  border: 1px solid #b3abad;
  border-top: 0;
}
.navteaser__link:link,
.navteaser__link:hover,
.navteaser__link:visited,
.navteaser__link:focus {
  color: #231f20;
}
.navteaser__link:after {
  display: inline-block;
  content: '\f105';
  font-family: 'fontello';
  float: right;
  color: #e1121a;
}
.teaser--secondary .teaser__imageWrapper {
  height: 0;
  padding-bottom: 61.035%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.teaser--secondary .teaser__imageWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.teaser--secondary .teaser__content {
  background: #fff;
  border: 1px solid #b3abad;
  padding: 30px;
  text-align: center;
  min-height: 140px;
  z-index: 2;
}
@media (min-width: 480px) {
  .teaser--secondary .teaser__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 30px;
  }
}
@media (min-width: 768px) {
  .teaser--secondary .teaser__content {
    position: static;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .teaser--secondary .teaser__content {
    position: absolute;
    margin: 30px;
  }
}
.teaser--secondary .teaser__header,
.teaser--secondary h3,
.teaser--secondary h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.content__section div.text__subheader {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
.content__section h3 {
  margin-bottom: 24px;
  max-width: 100%;
}
.row--flex {
  display: flex;
}
.row .row--flex-equalHeight {
  height: 100%;
  margin: 0;
  max-width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight {
    display: flex;
  }
}
@media (max-width: 767px) {
  .row .row--flex-equalHeight [class*=col-] {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] {
    display: flex;
    margin-bottom: 0;
  }
}
.row .row--flex-equalHeight [class*=col-] > div {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] > div {
    flex-direction: column;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed {
  background: #e1121a;
  color: white;
  padding: 20px 15px;
  min-height: 115px;
  width: 100%;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed {
    padding: 30px 20px 35px;
  }
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed {
    text-align: center;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__imageWrapper img {
  width: auto;
  height: 60px;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__imageWrapper img {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__imageWrapper {
    margin-bottom: 20px;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__content {
  max-width: 100%;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__content {
    padding-left: 0;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__content p {
  text-align: left;
}
@media (min-width: 992px) {
  .row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__content p {
    text-align: center;
  }
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__header,
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed h3,
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
  line-height: 23px;
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed .teaser__header:empty {
  display: none;
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed p {
  font-weight: 500;
  line-height: 23px;
}
.row .row--flex-equalHeight [class*=col-] .teaser--bgColorRed p:last-child {
  margin-bottom: 0;
}
.row-beruflanding2019 {
  padding: 15px;
}
@media (min-width: 992px) {
  .row-beruflanding2019 {
    padding: 0;
  }
}
.row-beruflanding2019.gridRow > [class^=col] {
  margin-bottom: 0;
  padding: 0;
}
.row-beruflanding2019 .text__bodytext h4 {
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 28px;
  letter-spacing: normal;
}
.row-beruflanding2019 .text__bodytext li {
  font-weight: 400;
}
.row-beruflanding2019 blockquote + h1,
.row-beruflanding2019 p + h1,
.row-beruflanding2019 ol + h1,
.row-beruflanding2019 ul + h1,
.row-beruflanding2019 blockquote + h2,
.row-beruflanding2019 p + h2,
.row-beruflanding2019 ol + h2,
.row-beruflanding2019 ul + h2,
.row-beruflanding2019 blockquote + h3,
.row-beruflanding2019 p + h3,
.row-beruflanding2019 ol + h3,
.row-beruflanding2019 ul + h3,
.row-beruflanding2019 blockquote + h4,
.row-beruflanding2019 p + h4,
.row-beruflanding2019 ol + h4,
.row-beruflanding2019 ul + h4 {
  margin-top: 20px;
}
.row-beruflanding2019 blockquote,
.row-beruflanding2019 h1,
.row-beruflanding2019 h2,
.row-beruflanding2019 h3,
.row-beruflanding2019 h4,
.row-beruflanding2019 p,
.row-beruflanding2019 ol,
.row-beruflanding2019 ul {
  margin-bottom: 15px;
}
.row-beruflanding2019 blockquote:last-child,
.row-beruflanding2019 h1:last-child,
.row-beruflanding2019 h2:last-child,
.row-beruflanding2019 h3:last-child,
.row-beruflanding2019 h4:last-child,
.row-beruflanding2019 p:last-child,
.row-beruflanding2019 ol:last-child,
.row-beruflanding2019 ul:last-child {
  margin-bottom: 0;
}
.row-beruflanding2019 .box {
  font-weight: 300;
  padding: 20px 15px;
}
@media (min-width: 992px) {
  .row-beruflanding2019 .box {
    padding: 30px;
  }
}
.row-beruflanding2019 .box > strong {
  text-transform: none;
}
.row-beruflanding2019 .box + .box {
  margin-top: 10px;
}
.row-beruflanding2019 .box strong:empty {
  display: none;
}
.row-beruflanding2019 .box .row {
  margin: 0;
}
.row-beruflanding2019 .box .col-xs-3 {
  padding: 0;
}
@media (min-width: 992px) {
  .row-beruflanding2019 .box .col-xs-9 {
    padding-left: 30px;
  }
}
.row-beruflanding2019 .box .col-xs-9 p:last-child {
  margin-bottom: 0;
}
.row.stellenbeschreibung {
  display: flex;
  margin-top: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .row.stellenbeschreibung {
    flex-direction: row;
    padding: 0 15px;
  }
}
.row.stellenbeschreibung.gridRow > [class^=col] {
  margin: 0 0 10px;
  float: none;
  width: 100%;
}
@media (min-width: 992px) {
  .row.stellenbeschreibung.gridRow > [class^=col] {
    margin: 0;
    width: 50%;
  }
}
.row.stellenbeschreibung.gridRow > [class^=col] .teaser.teaser--secondary {
  height: 100%;
}
.row.stellenbeschreibung.gridRow > [class^=col] .teaser__imageWrapper {
  display: none;
}
.row.stellenbeschreibung.gridRow > [class^=col] .teaser__content {
  position: relative;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.row.stellenbeschreibung.gridRow > [class^=col] .teaser__content :last-child {
  margin-top: auto;
}
.row.stellenbeschreibung .teaser--secondary .teaser__header,
.row.stellenbeschreibung .teaser--secondary h3,
.row.stellenbeschreibung .teaser--secondary h4 {
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
}
@media (max-width: 767px) {
  .row.stellenbeschreibung {
    margin-left: 0;
    margin-right: 0;
  }
  .row.stellenbeschreibung.gridRow > [class^=col] {
    padding: 0;
  }
}
.frame + .frame .stellenbeschreibung {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .frame + .frame .stellenbeschreibung {
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .frame + .frame .stellenbeschreibung {
    margin-top: 16px;
  }
}
section.stellenbeschreibung .text__subheader {
  margin-bottom: 40px;
}
.teaser--highlightnav .imagewrapper {
  overflow: hidden;
  padding: 66.6667% 0 0 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: #ebe6e6;
}
.teaser--highlightnav .imagewrapper img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.teaser--highlightnav .textwrapper {
  padding: 24px 24px 32px;
}
.teaser--highlightnav .teaser__header {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  margin-bottom: 8px;
}
.teaser--highlightnav.teaser-2-col h3 {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .teaser--highlightnav.teaser-2-col h3 {
    margin-bottom: 12px;
  }
}
.overlaying_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frame-type-fconnectionproject_verteilerseitenteaser .plugin_header + .row {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.frame-type-fconnectionproject_verteilerseitenteaser .plugin_header + .row > div {
  display: flex;
  flex-direction: column;
}
.frame-type-fconnectionproject_verteilerseitenteaser .plugin_header + .row .teaser--highlightnav {
  flex: 1;
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_verteilerseitenteaser .plugin_header + .row .teaser--highlightnav {
    margin-bottom: 0;
  }
}
.teaser-download {
  height: 100%;
}
.teaser-download .textwrapper {
  padding: 1.6rem;
  height: 100%;
  display: flex;
}
.teaser-download i.icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
  flex: 0 0 auto;
}
.teaser-download .inner {
  display: flex;
  flex-direction: column;
}
.teaser-download .teaser__content {
  font-size: 14px;
  line-height: 1.4285;
  letter-spacing: 0.02rem;
  flex: 1;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .teaser-download .textwrapper {
    padding: 2.4rem;
  }
}
.contentCarousel__item--big {
  padding: 150px 0;
  position: relative;
}
.contentCarousel .contentCarousel__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contentCarousel .contentCarousel__item--big {
  padding-top: 150px;
}
/*
    TimelineJS - ver. 2.36.0 - 2015-05-12
    Copyright (c) 2012-2013 Northwestern University
    a project of the Northwestern University Knight Lab, originally created by Zach Wise
    https://github.com/NUKnightLab/TimelineJS
    This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
    If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*!
	TIMELINE CSS
	
	Designed and built by Zach Wise at VeriteCo
	
	This Source Code Form is subject to the terms of the Mozilla Public
	License, v. 2.0. If a copy of the MPL was not distributed with this
	file, You can obtain one at http://mozilla.org/MPL/2.0/.

*/
*.vco-storyjs div * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.vco-storyjs h1,
.vco-storyjs h2,
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6,
.vco-storyjs p,
.vco-storyjs blockquote,
.vco-storyjs pre,
.vco-storyjs a,
.vco-storyjs abbr,
.vco-storyjs acronym,
.vco-storyjs address,
.vco-storyjs cite,
.vco-storyjs code,
.vco-storyjs del,
.vco-storyjs dfn,
.vco-storyjs em,
.vco-storyjs img,
.vco-storyjs q,
.vco-storyjs s,
.vco-storyjs samp,
.vco-storyjs small,
.vco-storyjs strike,
.vco-storyjs strong,
.vco-storyjs sub,
.vco-storyjs sup,
.vco-storyjs tt,
.vco-storyjs var,
.vco-storyjs dd,
.vco-storyjs dl,
.vco-storyjs dt,
.vco-storyjs li,
.vco-storyjs ol,
.vco-storyjs ul,
.vco-storyjs fieldset,
.vco-storyjs form,
.vco-storyjs label,
.vco-storyjs legend,
.vco-storyjs button,
.vco-storyjs table,
.vco-storyjs caption,
.vco-storyjs tbody,
.vco-storyjs tfoot,
.vco-storyjs thead,
.vco-storyjs tr,
.vco-storyjs th,
.vco-storyjs td,
.vco-storyjs .vco-container,
.vco-storyjs .content-container,
.vco-storyjs .media,
.vco-storyjs .text,
.vco-storyjs .vco-slider,
.vco-storyjs .slider,
.vco-storyjs .date,
.vco-storyjs .title,
.vco-storyjs .messege,
.vco-storyjs .map,
.vco-storyjs .credit,
.vco-storyjs .caption,
.vco-storyjs .vco-feedback,
.vco-storyjs .vco-feature,
.vco-storyjs .toolbar,
.vco-storyjs .marker,
.vco-storyjs .dot,
.vco-storyjs .line,
.vco-storyjs .flag,
.vco-storyjs .time,
.vco-storyjs .era,
.vco-storyjs .major,
.vco-storyjs .minor,
.vco-storyjs .vco-navigation,
.vco-storyjs .start,
.vco-storyjs .active {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
  width: auto;
  float: none;
}
.vco-storyjs h1,
.vco-storyjs h2,
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6 {
  clear: none;
}
.vco-storyjs table {
  border-collapse: collapse;
  border-spacing: 0;
}
.vco-storyjs ol,
.vco-storyjs ul {
  list-style: none;
}
.vco-storyjs q:before,
.vco-storyjs q:after,
.vco-storyjs blockquote:before,
.vco-storyjs blockquote:after {
  content: "";
}
.vco-storyjs a:focus {
  outline: thin dotted;
}
.vco-storyjs a:hover,
.vco-storyjs a:active {
  outline: 0;
}
.vco-storyjs article,
.vco-storyjs aside,
.vco-storyjs details,
.vco-storyjs figcaption,
.vco-storyjs figure,
.vco-storyjs footer,
.vco-storyjs header,
.vco-storyjs hgroup,
.vco-storyjs nav,
.vco-storyjs section {
  display: block;
}
.vco-storyjs audio,
.vco-storyjs canvas,
.vco-storyjs video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.vco-storyjs audio:not([controls]) {
  display: none;
}
.vco-storyjs div {
  max-width: none;
}
.vco-storyjs sub,
.vco-storyjs sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.vco-storyjs sup {
  top: -0.5em;
}
.vco-storyjs sub {
  bottom: -0.25em;
}
.vco-storyjs img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.vco-storyjs button,
.vco-storyjs input,
.vco-storyjs select,
.vco-storyjs textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
.vco-storyjs button,
.vco-storyjs input {
  line-height: normal;
  *overflow: visible;
}
.vco-storyjs button::-moz-focus-inner,
.vco-storyjs input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.vco-storyjs button,
.vco-storyjs input[type="button"],
.vco-storyjs input[type="reset"],
.vco-storyjs input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.vco-storyjs input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.vco-storyjs input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.vco-storyjs textarea {
  overflow: auto;
  vertical-align: top;
}
.vco-storyjs {
  font-family: "Georgia", Times New Roman, Times, serif;
}
.vco-storyjs .twitter,
.vco-storyjs .vcard,
.vco-storyjs .messege,
.vco-storyjs .credit,
.vco-storyjs .caption,
.vco-storyjs .zoom-in,
.vco-storyjs .zoom-out,
.vco-storyjs .back-home,
.vco-storyjs .time-interval div,
.vco-storyjs .time-interval-major div,
.vco-storyjs .nav-container {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif !important;
}
.vco-storyjs h1.date,
.vco-storyjs h2.date,
.vco-storyjs h3.date,
.vco-storyjs h4.date,
.vco-storyjs h5.date,
.vco-storyjs h6.date {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif !important;
}
.vco-storyjs .timenav h1,
.vco-storyjs .flag-content h1,
.vco-storyjs .era h1,
.vco-storyjs .timenav h2,
.vco-storyjs .flag-content h2,
.vco-storyjs .era h2,
.vco-storyjs .timenav h3,
.vco-storyjs .flag-content h3,
.vco-storyjs .era h3,
.vco-storyjs .timenav h4,
.vco-storyjs .flag-content h4,
.vco-storyjs .era h4,
.vco-storyjs .timenav h5,
.vco-storyjs .flag-content h5,
.vco-storyjs .era h5,
.vco-storyjs .timenav h6,
.vco-storyjs .flag-content h6,
.vco-storyjs .era h6 {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif !important;
}
.vco-storyjs p,
.vco-storyjs blockquote,
.vco-storyjs blockquote p,
.vco-storyjs .twitter blockquote p {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
}
.vco-storyjs .vco-feature h1,
.vco-storyjs .vco-feature h2,
.vco-storyjs .vco-feature h3,
.vco-storyjs .vco-feature h4,
.vco-storyjs .vco-feature h5,
.vco-storyjs .vco-feature h6 {
  font-family: "Georgia", Times New Roman, Times, serif;
}
.timeline-tooltip {
  font-family: "Neue Helvetica W01", Helvetica, Arial, sans-serif;
}
.vco-storyjs {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.vco-storyjs p {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
  color: #666;
}
.vco-storyjs p small {
  font-size: 12px;
  line-height: 17px;
}
.vco-storyjs p:first-child {
  margin-top: 20px;
}
.vco-storyjs .vco-navigation p {
  color: #999;
}
.vco-storyjs .vco-feature h3,
.vco-storyjs .vco-feature h4,
.vco-storyjs .vco-feature h5,
.vco-storyjs .vco-feature h6 {
  margin-bottom: 15px;
}
.vco-storyjs .vco-feature p {
  color: #666;
}
.vco-storyjs .vco-feature blockquote,
.vco-storyjs .vco-feature blockquote p {
  color: #000;
}
.vco-storyjs .date a,
.vco-storyjs .title a {
  color: #999;
}
.vco-storyjs .hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.vco-storyjs h1,
.vco-storyjs h2,
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6 {
  font-weight: normal;
  color: #000;
  text-transform: none;
}
.vco-storyjs h1 a,
.vco-storyjs h2 a,
.vco-storyjs h3 a,
.vco-storyjs h4 a,
.vco-storyjs h5 a,
.vco-storyjs h6 a {
  color: #999;
}
.vco-storyjs h1 small,
.vco-storyjs h2 small,
.vco-storyjs h3 small,
.vco-storyjs h4 small,
.vco-storyjs h5 small,
.vco-storyjs h6 small {
  color: #999;
}
.vco-storyjs h1.date,
.vco-storyjs h2.date,
.vco-storyjs h3.date,
.vco-storyjs h4.date,
.vco-storyjs h5.date,
.vco-storyjs h6.date {
  font-weight: bold;
}
.vco-storyjs h2.start {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 15px;
}
.vco-storyjs h1 {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 34px;
}
.vco-storyjs h1 small {
  font-size: 18px;
}
.vco-storyjs h2 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 30px;
}
.vco-storyjs h2 small {
  font-size: 14px;
  line-height: 16px;
}
.vco-storyjs h2.date {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 3.75px;
  color: #999;
}
.vco-storyjs h3,
.vco-storyjs h4,
.vco-storyjs h5,
.vco-storyjs h6 {
  line-height: 40px;
}
.vco-storyjs h3 .active,
.vco-storyjs h4 .active,
.vco-storyjs h5 .active,
.vco-storyjs h6 .active {
  color: #08c;
}
.vco-storyjs h3 {
  font-size: 28px;
  line-height: 30px;
}
.vco-storyjs h3 small {
  font-size: 14px;
}
.vco-storyjs h4 {
  font-size: 20px;
  line-height: 22px;
}
.vco-storyjs h4 small {
  font-size: 12px;
}
.vco-storyjs h5 {
  font-size: 16px;
  line-height: 18px;
}
.vco-storyjs h6 {
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
}
.vco-storyjs strong {
  font-weight: bold;
  font-style: inherit;
}
.vco-storyjs em {
  font-style: italic;
  font-weight: inherit;
}
.vco-storyjs Q {
  quotes: '„' '“';
  font-style: italic;
}
.vco-storyjs blockquote,
.vco-storyjs blockquote p {
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #fff;
  color: #000;
}
.vco-storyjs .credit {
  color: #999;
  text-align: right;
  font-size: 10px;
  line-height: 10px;
  display: block;
  margin: 0 auto;
  clear: both;
}
.vco-storyjs .caption {
  text-align: left;
  margin-top: 5px;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  clear: both;
}
[dir=rtl] .vco-storyjs.vco-right-to-left,
.vco-storyjs.vco-right-to-left[dir=rtl] {
  direction: ltr;
}
.vco-storyjs.vco-right-to-left h1,
.vco-storyjs.vco-right-to-left h2,
.vco-storyjs.vco-right-to-left h3,
.vco-storyjs.vco-right-to-left h4,
.vco-storyjs.vco-right-to-left h5,
.vco-storyjs.vco-right-to-left h6,
.vco-storyjs.vco-right-to-left p,
.vco-storyjs.vco-right-to-left blockquote,
.vco-storyjs.vco-right-to-left pre,
.vco-storyjs.vco-right-to-left a,
.vco-storyjs.vco-right-to-left abbr,
.vco-storyjs.vco-right-to-left acronym,
.vco-storyjs.vco-right-to-left address,
.vco-storyjs.vco-right-to-left cite,
.vco-storyjs.vco-right-to-left code,
.vco-storyjs.vco-right-to-left del,
.vco-storyjs.vco-right-to-left dfn,
.vco-storyjs.vco-right-to-left em,
.vco-storyjs.vco-right-to-left img,
.vco-storyjs.vco-right-to-left q,
.vco-storyjs.vco-right-to-left s,
.vco-storyjs.vco-right-to-left samp,
.vco-storyjs.vco-right-to-left small,
.vco-storyjs.vco-right-to-left strike,
.vco-storyjs.vco-right-to-left strong,
.vco-storyjs.vco-right-to-left sub,
.vco-storyjs.vco-right-to-left sup,
.vco-storyjs.vco-right-to-left tt,
.vco-storyjs.vco-right-to-left var,
.vco-storyjs.vco-right-to-left dd,
.vco-storyjs.vco-right-to-left dl,
.vco-storyjs.vco-right-to-left dt,
.vco-storyjs.vco-right-to-left li,
.vco-storyjs.vco-right-to-left ol,
.vco-storyjs.vco-right-to-left ul,
.vco-storyjs.vco-right-to-left fieldset,
.vco-storyjs.vco-right-to-left form,
.vco-storyjs.vco-right-to-left label,
.vco-storyjs.vco-right-to-left legend,
.vco-storyjs.vco-right-to-left button,
.vco-storyjs.vco-right-to-left table,
.vco-storyjs.vco-right-to-left caption,
.vco-storyjs.vco-right-to-left tbody,
.vco-storyjs.vco-right-to-left tfoot,
.vco-storyjs.vco-right-to-left thead,
.vco-storyjs.vco-right-to-left tr,
.vco-storyjs.vco-right-to-left th,
.vco-storyjs.vco-right-to-left td {
  direction: rtl;
}
.timeline-tooltip {
  position: absolute;
  z-index: 205;
  display: block;
  visibility: visible;
  padding: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  line-height: 12px;
}
.timeline-tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.timeline-tooltip.top {
  margin-top: -2px;
}
.timeline-tooltip.right {
  margin-left: 2px;
}
.timeline-tooltip.bottom {
  margin-top: 2px;
}
.timeline-tooltip.left {
  margin-left: -2px;
}
.timeline-tooltip.top .timeline-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.timeline-tooltip.left .timeline-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
}
.timeline-tooltip.bottom .timeline-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.timeline-tooltip.right .timeline-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000;
}
.timeline-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.timeline-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .vco-slider .nav-next,
  .vco-slider .nav-previous {
    display: none;
  }
}
.vco-skinny .vco-slider .slider-item .content .layout-text-media .text .container {
  text-align: center !important;
}
.vco-skinny .vco-slider .slider-item .content .layout-text-media h2,
.vco-skinny .vco-slider .slider-item .content .layout-text-media h3 {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
.vco-skinny .vco-slider .slider-item .content .content-container {
  display: block;
}
.vco-skinny .vco-slider .slider-item .content .content-container .text {
  width: 100%;
  max-width: 100%;
  min-width: 120px;
  display: block;
}
.vco-skinny .vco-slider .slider-item .content .content-container .text .container {
  display: block;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.vco-skinny .vco-slider .slider-item .content .content-container .media {
  width: 100%;
  min-width: 50%;
  float: none;
}
.vco-skinny .vco-slider .slider-item .content .content-container .media .media-wrapper {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  display: block;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous,
.vco-skinny.vco-notouch .vco-slider .nav-next {
  z-index: 203;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-next .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container .title,
.vco-skinny.vco-notouch .vco-slider .nav-next .nav-container .title {
  filter: alpha(opacity=1);
  -khtml-opacity: 0.01;
  -moz-opacity: 0.01;
  opacity: 0.01;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous .nav-container .icon,
.vco-skinny.vco-notouch .vco-slider .nav-next .nav-container .icon {
  filter: alpha(opacity=15);
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous .icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -208px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 10px;
}
.vco-skinny.vco-notouch .vco-slider .nav-next .icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -232px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 66px;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover {
  color: #aaa !important;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .icon,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .icon,
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .title,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .title {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .title,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .title {
  padding-bottom: 5px;
}
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .date,
.vco-skinny.vco-notouch .vco-slider .nav-previous:hover .nav-container .title,
.vco-skinny.vco-notouch .vco-slider .nav-next:hover .nav-container .title {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .vco-skinny.vco-notouch .vco-slider .nav-previous .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -208px 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  .vco-skinny.vco-notouch .vco-slider .nav-next .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -232px 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
}
.vco-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vco-slider .slider-container-mask {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vco-slider .slider-container-mask .slider-container {
  position: absolute;
  top: 0;
  left: -2160px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.vco-slider .slider-container-mask .slider-container .slider-item-container {
  display: table-cell;
  vertical-align: middle;
}
.vco-notouch .vco-slider .nav-previous:hover,
.vco-notouch .vco-slider .nav-next:hover {
  color: #333;
  cursor: pointer;
}
.vco-notouch .vco-slider .nav-previous:hover .icon {
  margin-left: 10px;
}
.vco-notouch .vco-slider .nav-next:hover .icon {
  margin-left: 66px;
}
.vco-notouch .vco-slider .slider-item .content .content-container .media .media-container .wikipedia h4 a:hover {
  color: #08c;
  text-decoration: none;
}
.vco-notouch .vco-slider .slider-item .content .content-container .created-at:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-notouch .vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments a:hover {
  text-decoration: none;
}
.vco-notouch .vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments a:hover h5 {
  text-decoration: underline;
}
.vco-slider img,
.vco-slider embed,
.vco-slider object,
.vco-slider video,
.vco-slider iframe {
  max-width: 100%;
}
.vco-slider .nav-previous,
.vco-slider .nav-next {
  position: absolute;
  top: 0;
  width: 100px;
  color: #dbdbdb;
  font-size: 11px;
}
.vco-slider .nav-previous .nav-container,
.vco-slider .nav-next .nav-container {
  height: 100px;
  width: 100px;
  position: absolute;
}
.vco-slider .nav-previous .icon,
.vco-slider .nav-next .icon {
  margin-top: 12px;
  margin-bottom: 15px;
}
.vco-slider .nav-previous .date,
.vco-slider .nav-next .date,
.vco-slider .nav-previous .title,
.vco-slider .nav-next .title {
  line-height: 14px;
}
.vco-slider .nav-previous .date a,
.vco-slider .nav-next .date a,
.vco-slider .nav-previous .title a,
.vco-slider .nav-next .title a {
  color: #999;
}
.vco-slider .nav-previous .date small,
.vco-slider .nav-next .date small,
.vco-slider .nav-previous .title small,
.vco-slider .nav-next .title small {
  display: none;
}
.vco-slider .nav-previous .date,
.vco-slider .nav-next .date {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.vco-slider .nav-previous .title,
.vco-slider .nav-next .title {
  font-size: 11px;
  line-height: 13px;
}
.vco-slider .nav-previous {
  float: left;
  text-align: left;
}
.vco-slider .nav-previous .icon {
  margin-left: 15px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: -160px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.vco-slider .nav-previous .date,
.vco-slider .nav-previous .title {
  text-align: left;
  padding-left: 15px;
}
.vco-slider .nav-next {
  float: right;
  text-align: right;
}
.vco-slider .nav-next .icon {
  margin-left: 61px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: -184px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.vco-slider .nav-next .date,
.vco-slider .nav-next .title {
  text-align: right;
  padding-right: 15px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .vco-slider .nav-previous .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -160px 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
  .vco-slider .nav-next .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -184px 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
  }
}
.vco-slider .slider-item {
  position: absolute;
  width: 700px;
  height: 100%;
  padding: 0;
  margin: 0;
  display: table;
  overflow-y: auto;
}
.vco-slider .slider-item .content {
  display: table-cell;
  vertical-align: middle;
}
.vco-slider .slider-item .content .pad-top .text .container {
  padding-top: 15px;
}
.vco-slider .slider-item .content .pad-right .text .container {
  padding-right: 15px;
}
.vco-slider .slider-item .content .pad-left .text .container {
  padding-left: 30px;
}
.vco-slider .slider-item .content .pad-left .media.text-media .media-wrapper .media-container {
  border: none;
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container {
  display: table;
  vertical-align: middle;
}
.vco-slider .slider-item .content .content-container .text {
  width: 40%;
  max-width: 50%;
  min-width: 120px;
  display: table-cell;
  vertical-align: middle;
}
.vco-slider .slider-item .content .content-container .text .container {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.vco-slider .slider-item .content .content-container .text .container p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
.vco-slider .slider-item .content .content-container .text .container h2.date {
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
}
.vco-slider .slider-item .content .content-container .text .container .slide-tag {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: baseline;
  white-space: nowrap;
  line-height: 11px;
  padding: 1px 3px 1px;
  margin-left: 7.5px;
  margin-bottom: 7.5px;
}
.vco-slider .slider-item .content .content-container .media {
  width: 100%;
  min-width: 50%;
  float: left;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container {
  display: inline-block;
  line-height: 0;
  padding: 0;
  max-height: 100%;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame,
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  border: 1px solid;
  border-color: #ccc #999 #999 #ccc;
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame iframe {
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .soundcloud {
  border: 0;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image {
  display: inline-block;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow {
  position: relative;
  z-index: 1;
  background: #fff;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before,
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #999;
  -webkit-box-shadow: 0 15px 10px #999;
  -moz-box-shadow: 0 15px 10px #999;
  box-shadow: 0 15px 10px #999;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow::after {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text {
  display: table;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text .container {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  color: #666;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text .container p {
  margin-bottom: 20px;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia .wiki-source {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 a {
  color: #000;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia p {
  font-size: 13px;
  line-height: 19px;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map {
  line-height: normal;
  z-index: 200;
  text-align: left;
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map img {
  max-height: none !important;
  max-width: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map .google-map {
  height: 100%;
  width: 100%;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution {
  position: absolute;
  z-index: 201;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution .attribution-text {
  height: 19px;
  overflow: hidden;
  -webkit-user-select: none;
  line-height: 19px;
  margin-right: 60px;
  padding-left: 65px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #444;
  white-space: nowrap;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  text-align: center;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution .attribution-text a {
  color: #fff !important;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .credit {
  color: #999;
  text-align: right;
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  font-size: 10px;
  line-height: 13px;
}
.vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .caption {
  text-align: left;
  margin-top: 10px;
  color: #666;
  font-size: 11px;
  line-height: 14px;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}
.vco-slider .slider-item .content .content-container .media.text-media .media-wrapper .media-container {
  border: none;
  background-color: #fff;
}
.vco-slider .slider-item .content .content-container .created-at {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 7.5px;
  margin-top: 2px;
  display: inline-block;
  float: right;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.vco-slider .slider-item .content .content-container .storify .created-at {
  background-repeat: no-repeat;
  background-position: -328px -96px;
}
.vco-slider .slider-item .content .content-container .twitter .created-at {
  background-repeat: no-repeat;
  background-position: -256px -24px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #fff;
  color: #666;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content p {
  font-size: 13px;
  line-height: 19px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #fff;
  color: #000;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-annotation {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  *zoom: 1;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments:before,
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments:after {
  display: table;
  content: "";
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments:after {
  clear: both;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments h5 {
  margin-bottom: 5px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments div {
  width: 50%;
  padding-left: 15px;
  display: inline-block;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments p {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 5px;
}
.vco-slider .slider-item .content .content-container .googleplus .googleplus-content .googleplus-attachments img {
  float: left;
  display: block;
  bottom: 0;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 40%;
}
.vco-slider .slider-item .content .content-container .googleplus .proflinkPrefix {
  color: #08c;
}
.vco-slider .slider-item .content .content-container .googleplus .created-at {
  background-repeat: no-repeat;
  background-position: -208px -72px;
}
.vco-slider .slider-item .content .content-container .twitter,
.vco-slider .slider-item .content .content-container .plain-text-quote,
.vco-slider .slider-item .content .content-container .storify,
.vco-slider .slider-item .content .content-container .googleplus {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both;
}
.vco-slider .slider-item .content .content-container .twitter blockquote,
.vco-slider .slider-item .content .content-container .plain-text-quote blockquote,
.vco-slider .slider-item .content .content-container .storify blockquote,
.vco-slider .slider-item .content .content-container .googleplus blockquote {
  color: #666;
}
.vco-slider .slider-item .content .content-container .twitter blockquote p,
.vco-slider .slider-item .content .content-container .plain-text-quote blockquote p,
.vco-slider .slider-item .content .content-container .storify blockquote p,
.vco-slider .slider-item .content .content-container .googleplus blockquote p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #fff;
  color: #000;
}
.vco-slider .slider-item .content .content-container .twitter blockquote .quote-mark,
.vco-slider .slider-item .content .content-container .plain-text-quote blockquote .quote-mark,
.vco-slider .slider-item .content .content-container .storify blockquote .quote-mark,
.vco-slider .slider-item .content .content-container .googleplus blockquote .quote-mark {
  color: #666;
}
.vco-slider .slider-item .content .content-container .twitter blockquote {
  font-size: 15px;
}
.vco-slider .slider-item .content .content-container .twitter blockquote p {
  font-size: 24px;
}
.vco-slider .slider-item .content .content-container.layout-text-media .text-media {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  padding-right: 0;
}
.vco-slider .slider-item .content .content-container.layout-text-media.pad-left .text-media {
  padding-right: 15px;
  padding-top: 0;
  border-right: 1px solid #e3e3e3;
  border-top: 0 solid #e3e3e3;
}
.vco-slider .slider-item .content .content-container.layout-text {
  width: 100%;
}
.vco-slider .slider-item .content .content-container.layout-text .text {
  width: 100%;
  max-width: 100%;
}
.vco-slider .slider-item .content .content-container.layout-text .text .container {
  display: block;
  vertical-align: middle;
  padding: 0;
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.vco-slider .slider-item .content .content-container.layout-media {
  width: 100%;
}
.vco-slider .slider-item .content .content-container.layout-media .text {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
}
.vco-slider .slider-item .content .content-container.layout-media .text .container {
  display: block;
  text-align: center;
  width: 100%;
  margin-left: none;
  margin-right: none;
}
.vco-slider .slider-item .content .content-container.layout-media .media {
  width: 100%;
  min-width: 50%;
  float: none;
}
.vco-slider .slider-item .content .content-container.layout-media .media .media-wrapper .media-container {
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  padding: 0;
}
.vco-slider .slider-item .content .content-container.layout-media .twitter,
.vco-slider .slider-item .content .content-container.layout-media .wikipedia,
.vco-slider .slider-item .content .content-container.layout-media .googleplus {
  max-width: 70%;
}
.storyjs-embed {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.storyjs-embed.full-embed {
  overflow: hidden;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
}
.storyjs-embed.sized-embed {
  overflow: hidden;
  border: 1px solid #ccc;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0 !important;
  clear: both;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) !important;
}
.vco-storyjs {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: absolute;
  z-index: 100;
  clear: both;
  overflow: hidden;
}
.vco-storyjs .vmm-clear:before,
.vco-storyjs .vmm-clear:after {
  content: "";
  display: table;
}
.vco-storyjs .vmm-clear:after {
  clear: both;
}
.vco-storyjs .vmm-clear {
  *zoom: 1;
}
.vco-storyjs .vco-feature {
  width: 100%;
}
.vco-storyjs .vco-feature .slider,
.vco-storyjs .vco-feature .vco-slider {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  padding-top: 15px;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.vco-storyjs .vco-feedback {
  position: absolute;
  display: table;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 205;
  width: 100%;
  height: 100%;
}
.vco-storyjs div.vco-loading,
.vco-storyjs div.vco-explainer {
  display: table;
  text-align: center;
  min-width: 100px;
  margin-top: 15px;
  height: 100%;
  width: 100%;
  background-color: #fff;
}
.vco-storyjs div.vco-loading .vco-loading-container,
.vco-storyjs div.vco-explainer .vco-loading-container,
.vco-storyjs div.vco-loading .vco-explainer-container,
.vco-storyjs div.vco-explainer .vco-explainer-container {
  display: table-cell;
  vertical-align: middle;
}
.vco-storyjs div.vco-loading .vco-loading-container .vco-loading-icon,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-loading-icon,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-loading-icon,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-loading-icon {
  display: block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: none;
  width: 28px;
  height: 28px;
}
.vco-storyjs div.vco-loading .vco-loading-container .vco-gesture-icon,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-gesture-icon,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-gesture-icon,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-gesture-icon {
  display: block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-image: none;
  background-repeat: no-repeat;
  background-position: -160px -160px;
  width: 48px;
  height: 48px;
}
.vco-storyjs div.vco-loading .vco-loading-container .vco-message,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-message,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-message,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-message {
  display: block;
}
.vco-storyjs div.vco-loading .vco-loading-container .vco-message,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-message,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-message,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-message,
.vco-storyjs div.vco-loading .vco-loading-container .vco-message p,
.vco-storyjs div.vco-explainer .vco-loading-container .vco-message p,
.vco-storyjs div.vco-loading .vco-explainer-container .vco-message p,
.vco-storyjs div.vco-explainer .vco-explainer-container .vco-message p {
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.vco-storyjs div.vco-explainer {
  background-color: transparent;
}
.vco-storyjs .vco-bezel {
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.8);
  width: 80px;
  height: 50px;
  padding: 50px;
  padding-top: 25px;
  padding: 25px 20px 50px 20px;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.vco-storyjs .vco-bezel .vco-message,
.vco-storyjs .vco-bezel .vco-message p {
  color: #fff;
  font-weight: bold;
}
.vco-storyjs .vco-container.vco-main {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 3px;
  width: auto;
  height: auto;
  margin: 0;
  clear: both;
}
.vco-storyjs img,
.vco-storyjs embed,
.vco-storyjs object,
.vco-storyjs video,
.vco-storyjs iframe {
  max-width: 100%;
}
.vco-storyjs img {
  max-height: 100%;
  border: 1px solid #999;
}
.vco-storyjs a {
  color: #08c;
  text-decoration: none;
}
.vco-storyjs a:hover {
  color: #005580;
  text-decoration: underline;
}
.vco-storyjs .vcard {
  float: right;
  margin-bottom: 15px;
}
.vco-storyjs .vcard a {
  color: #333;
}
.vco-storyjs .vcard a:hover {
  text-decoration: none;
}
.vco-storyjs .vcard a:hover .fn {
  text-decoration: underline;
}
.vco-storyjs .vcard .fn,
.vco-storyjs .vcard .nickname {
  padding-left: 42px;
}
.vco-storyjs .vcard .fn {
  display: block;
  font-weight: bold;
}
.vco-storyjs .vcard .nickname {
  margin-top: 1px;
  display: block;
  color: #666;
}
.vco-storyjs .vcard .avatar {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
}
.vco-storyjs .vcard .avatar img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.vco-storyjs .thumbnail {
  width: 24px;
  height: 24px;
  overflow: hidden;
  float: left;
  margin: 0;
  margin-right: 1px;
  margin-top: 6px;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vco-storyjs a.thumbnail:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vco-storyjs .thumbnail.thumb-plaintext {
  background-repeat: no-repeat;
  background-position: -280px -48px;
}
.vco-storyjs .thumbnail.thumb-quote {
  background-repeat: no-repeat;
  background-position: -232px -48px;
}
.vco-storyjs .thumbnail.thumb-document {
  background-repeat: no-repeat;
  background-position: -256px -48px;
}
.vco-storyjs .thumbnail.thumb-photo {
  background-repeat: no-repeat;
  background-position: -280px -24px;
  border: 0;
}
.vco-storyjs .thumbnail.thumb-photo img {
  border: 0 none #ccc !important;
}
.vco-storyjs .thumbnail.thumb-twitter {
  background-repeat: no-repeat;
  background-position: -256px -24px;
}
.vco-storyjs .thumbnail.thumb-vimeo {
  background-repeat: no-repeat;
  background-position: -328px -48px;
}
.vco-storyjs .thumbnail.thumb-vine {
  background-repeat: no-repeat;
  background-position: -232px -72px;
}
.vco-storyjs .thumbnail.thumb-youtube {
  background-repeat: no-repeat;
  background-position: -328px -72px;
}
.vco-storyjs .thumbnail.thumb-video {
  background-repeat: no-repeat;
  background-position: -328px -24px;
}
.vco-storyjs .thumbnail.thumb-audio {
  background-repeat: no-repeat;
  background-position: -304px -24px;
}
.vco-storyjs .thumbnail.thumb-map {
  background-repeat: no-repeat;
  background-position: -208px -48px;
}
.vco-storyjs .thumbnail.thumb-website {
  background-repeat: no-repeat;
  background-position: -232px -24px;
}
.vco-storyjs .thumbnail.thumb-link {
  background-repeat: no-repeat;
  background-position: -184px -72px;
}
.vco-storyjs .thumbnail.thumb-wikipedia {
  background-repeat: no-repeat;
  background-position: -184px -48px;
}
.vco-storyjs .thumbnail.thumb-storify {
  background-repeat: no-repeat;
  background-position: -328px -96px;
}
.vco-storyjs .thumbnail.thumb-googleplus {
  background-repeat: no-repeat;
  background-position: -208px -72px;
}
.vco-storyjs thumbnail.thumb-instagram {
  background-repeat: no-repeat;
  background-position: -208px -96px;
}
.vco-storyjs thumbnail.thumb-instagram-full {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -232px -96px;
  width: 48px;
  height: 24px;
}
.vco-storyjs .thumb-storify-full {
  height: 12px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: -280px -96px;
  width: 48px;
}
.vco-storyjs .thumbnail-inline {
  width: 16px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  margin-right: 1px;
  margin-left: 3px;
  margin-top: 2px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-storyjs .twitter .thumbnail-inline {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -160px -96px;
}
.vco-storyjs .storify .thumbnail-inline {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -184px -96px;
}
.vco-storyjs .googleplus .thumbnail-inline {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -208px -96px;
}
.vco-storyjs .zFront {
  z-index: 204;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .vco-storyjs div.vco-loading .vco-loading-container .vco-loading-icon,
  .vco-storyjs div.vco-explainer .vco-loading-container .vco-loading-icon,
  .vco-storyjs div.vco-loading .vco-explainer-container .vco-loading-icon,
  .vco-storyjs div.vco-explainer .vco-explainer-container .vco-loading-icon {
    background-image: none;
  }
  .vco-storyjs div.vco-loading .vco-loading-container .vco-gesture-icon,
  .vco-storyjs div.vco-explainer .vco-loading-container .vco-gesture-icon,
  .vco-storyjs div.vco-loading .vco-explainer-container .vco-gesture-icon,
  .vco-storyjs div.vco-explainer .vco-explainer-container .vco-gesture-icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -160px -160px;
    width: 48px;
    height: 48px;
  }
}
.vco-notouch .vco-navigation .vco-toolbar .zoom-in:hover,
.vco-notouch .vco-navigation .vco-toolbar .zoom-out:hover,
.vco-notouch .vco-navigation .vco-toolbar .back-home:hover {
  color: #08c;
  cursor: pointer;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-notouch .vco-navigation .timenav .content .marker.active:hover {
  cursor: default;
}
.vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h3,
.vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag-small .flag-content h3 {
  color: #08c;
}
.vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h4,
.vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag-small .flag-content h4 {
  color: #999;
}
.vco-notouch .vco-navigation .timenav .content .marker:hover .line {
  z-index: 24;
  background: #999;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover,
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover {
  cursor: pointer;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content h3,
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h3 {
  color: #333;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content h4,
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h4 {
  color: #aaa;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content .thumbnail,
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content .thumbnail {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 -53px;
  width: 153px;
  height: 53px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover {
  height: 56px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 -53px;
  width: 153px;
  height: 53px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content {
  height: 36px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h3 {
  margin-top: 5px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small.flag-small-last:hover {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 -109px;
  width: 153px;
  height: 26px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small.flag-small-last:hover .flag-content {
  height: 14px;
}
.vco-notouch .vco-navigation .timenav .content .marker .flag-small.flag-small-last:hover .flag-content h3 {
  margin-top: 4px;
}
.vco-timeline .vco-navigation {
  clear: both;
  cursor: move;
  width: 100%;
  height: 200px;
  border-top: 1px solid #e3e3e3;
  position: relative;
}
.vco-timeline .vco-navigation .vco-toolbar {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 202;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.vco-timeline .vco-navigation .vco-toolbar .zoom-in,
.vco-timeline .vco-navigation .vco-toolbar .zoom-out,
.vco-timeline .vco-navigation .vco-toolbar .back-home {
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  top: 0;
  z-index: 202;
  width: 18px;
  height: 18px;
  color: #333;
  text-align: center;
  font-weight: bold;
  border: 1px solid #fff;
  padding: 5px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .vco-toolbar .zoom-in .icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -256px 0;
  width: 24px;
  height: 24px;
}
.vco-timeline .vco-navigation .vco-toolbar .zoom-out .icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -280px 0;
  width: 24px;
  height: 24px;
}
.vco-timeline .vco-navigation .vco-toolbar .back-home .icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -328px 0;
  width: 24px;
  height: 24px;
}
.vco-timeline .vco-navigation .vco-toolbar.touch {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.vco-timeline .vco-navigation .vco-toolbar.touch .zoom-in,
.vco-timeline .vco-navigation .vco-toolbar.touch .zoom-out,
.vco-timeline .vco-navigation .vco-toolbar.touch .back-home {
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-timeline .vco-navigation .vco-toolbar.touch .zoom-in .icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -208px -160px;
  width: 40px;
  height: 40px;
}
.vco-timeline .vco-navigation .vco-toolbar.touch .zoom-out .icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -256px -160px;
  width: 40px;
  height: 40px;
}
.vco-timeline .vco-navigation .vco-toolbar.touch .back-home .icon {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -304px -160px;
  width: 40px;
  height: 40px;
}
.vco-timeline .vco-navigation .timenav-background {
  position: absolute;
  cursor: move;
  top: 0;
  left: 0;
  height: 150px;
  width: 100%;
  background-color: #e9e9e9;
}
.vco-timeline .vco-navigation .timenav-background .timenav-interval-background {
  position: absolute;
  top: 151px;
  left: 0;
  background: #fff;
  width: 100%;
  height: 49px;
  -webkit-box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
}
.vco-timeline .vco-navigation .timenav-background .timenav-interval-background .top-highlight {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 1px;
  background: #fff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.vco-timeline .vco-navigation .timenav-background .timenav-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 150px;
  background-color: #08c;
  z-index: 1;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.vco-timeline .vco-navigation .timenav-background .timenav-indicator {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 202;
  background-image: none;
  background-repeat: no-repeat;
  background-position: -160px -48px;
  width: 24px;
  height: 24px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag div {
  height: 50px;
  display: table;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag div h3 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 65px;
  font-size: 15px;
  color: #d0d0d0;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-half {
  height: 25px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-half div {
  height: 25px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-full {
  height: 50px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-full div {
  height: 50px;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-2,
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-4,
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-6 {
  background: #f1f1f1;
}
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-1,
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-3,
.vco-timeline .vco-navigation .timenav-background .timenav-tag-row-5 {
  background: #e9e9e9;
}
.vco-timeline .vco-navigation .timenav {
  position: absolute;
  top: 0;
  left: -250px;
  z-index: 1;
}
.vco-timeline .vco-navigation .timenav .content {
  position: relative;
}
.vco-timeline .vco-navigation .timenav .content .marker.start {
  display: none;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .dot {
  background: #08c;
  z-index: 200;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line {
  z-index: 199;
  background: #08c;
  width: 1px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line {
  background: #08c;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small {
  z-index: 200;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content {
  height: 36px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
  color: #08c;
  margin-top: 5px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content .thumbnail,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content .thumbnail {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag.row1,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag.row2,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag.row3,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small.row1,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small.row2,
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small.row3 {
  z-index: 200;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 -53px;
  width: 153px;
  height: 53px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 -109px;
  width: 153px;
  height: 26px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content {
  height: 14px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
  margin-top: 4px;
}
.vco-timeline .vco-navigation .timenav .content .marker {
  position: absolute;
  top: 0;
  left: 150px;
  display: block;
}
.vco-timeline .vco-navigation .timenav .content .marker .dot {
  position: absolute;
  top: 150px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 21;
}
.vco-timeline .vco-navigation .timenav .content .marker .line {
  position: absolute;
  top: 0;
  left: 3px;
  width: 1px;
  height: 150px;
  background-color: #ccc;
  background-color: rgba(204, 204, 204, 0.5);
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.5);
  z-index: 22;
}
.vco-timeline .vco-navigation .timenav .content .marker .line .event-line {
  position: absolute;
  z-index: 22;
  left: 0;
  height: 1px;
  width: 1px;
  background: #08c;
  filter: alpha(opacity=15);
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small {
  position: absolute;
  top: 15px;
  left: 3px;
  padding: 0;
  display: block;
  z-index: 23;
  width: 153px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content {
  padding: 0 7px 2px 6px;
  overflow: hidden;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  margin-bottom: 2px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 small,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 small {
  display: none;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h4,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h4 {
  display: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 10px;
  line-height: 10px;
  color: #aaa;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h4 small,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h4 small {
  display: none;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail {
  margin-bottom: 15px;
  margin-right: 3px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail img,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail img {
  width: 22px;
  height: 22px;
  max-height: none;
  max-width: none;
  border: 0;
  border: 1px solid #999;
  padding: 0;
  margin: 0;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag {
  height: 56px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 153px;
  height: 53px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content {
  height: 36px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3 {
  margin-top: 5px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small {
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0 -135px;
  width: 153px;
  height: 26px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content {
  height: 14px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
  margin-top: 4px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail {
  width: 16px;
  height: 10px;
  margin-right: 1px;
  margin-top: 6px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-plaintext {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -280px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-quote {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -232px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-document {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -256px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-photo {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -280px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-twitter {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -256px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-vimeo {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -328px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-vine {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -160px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-youtube {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -304px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-video {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -328px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-audio {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -304px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-map {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -208px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-website {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -232px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-link {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -232px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-wikipedia {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -184px -120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-storify {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -184px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail.thumb-googleplus {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -208px -130px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content thumbnail.thumb-instagram {
  background-image: none;
  background-repeat: no-repeat;
  background-position: -208px -96px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag.row1 {
  z-index: 25;
  top: 48px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag.row2 {
  z-index: 24;
  top: 96px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag.row3 {
  z-index: 23;
  top: 1px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row1 {
  z-index: 28;
  top: 24px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row2 {
  z-index: 27;
  top: 48px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row3 {
  z-index: 26;
  top: 72px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row4 {
  z-index: 25;
  top: 96px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row5 {
  z-index: 24;
  top: 120px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.row6 {
  z-index: 23;
  top: 1px;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag.zFront,
.vco-timeline .vco-navigation .timenav .content .marker .flag-small.zFront {
  z-index: 201;
}
.vco-timeline .vco-navigation .timenav .content .era {
  position: absolute;
  top: 138px;
  left: 150px;
  height: 12px;
  display: block;
  overflow: hidden;
}
.vco-timeline .vco-navigation .timenav .content .era div {
  height: 50px;
  width: 100%;
  height: 100%;
  line-height: 0;
  background: #e9e9e9;
  background: rgba(233, 233, 233, 0.33);
}
.vco-timeline .vco-navigation .timenav .content .era div h3,
.vco-timeline .vco-navigation .timenav .content .era div h4 {
  position: absolute;
  bottom: 1px;
  padding-left: 15px;
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 136, 204, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era1 div {
  background: #c40;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(204, 68, 0, 0.1);
  border-right: 1px solid rgba(255, 85, 0, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era1 div h3,
.vco-timeline .vco-navigation .timenav .content .era1 div h4 {
  color: rgba(204, 68, 0, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era2 div {
  background: #c02;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(204, 0, 34, 0.1);
  border-right: 1px solid rgba(255, 0, 43, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era2 div h3,
.vco-timeline .vco-navigation .timenav .content .era2 div h4 {
  color: rgba(204, 0, 34, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era3 div {
  background: #02c;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(0, 34, 204, 0.1);
  border-right: 1px solid rgba(0, 43, 255, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era3 div h3,
.vco-timeline .vco-navigation .timenav .content .era3 div h4 {
  color: rgba(0, 34, 204, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era4 div {
  background: #ca0;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(204, 170, 0, 0.1);
  border-right: 1px solid rgba(255, 213, 0, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era4 div h3,
.vco-timeline .vco-navigation .timenav .content .era4 div h4 {
  color: rgba(204, 170, 0, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era5 div {
  background: #0ca;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(0, 204, 170, 0.1);
  border-right: 1px solid rgba(0, 255, 213, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era5 div h3,
.vco-timeline .vco-navigation .timenav .content .era5 div h4 {
  color: rgba(0, 204, 170, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .content .era6 div {
  background: #08c;
  filter: alpha(opacity=10);
  -khtml-opacity: 0.1;
  -moz-opacity: 0.1;
  opacity: 0.1;
  border-left: 1px solid rgba(0, 136, 204, 0.1);
  border-right: 1px solid rgba(0, 170, 255, 0.05);
}
.vco-timeline .vco-navigation .timenav .content .era6 div h3,
.vco-timeline .vco-navigation .timenav .content .era6 div h4 {
  color: rgba(0, 136, 204, 0.35);
  text-shadow: 0 1px 1px #fff;
}
.vco-timeline .vco-navigation .timenav .time {
  position: absolute;
  left: 0;
  top: 150px;
  height: 50px;
  background-color: #fff;
  line-height: 0;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-minor {
  max-width: none;
  height: 6px;
  white-space: nowrap;
  position: absolute;
  top: -2px;
  left: 8px;
  z-index: 10;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-minor .minor {
  position: relative;
  top: 2px;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAMAAACdvocfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFzMzM////040VdgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgYAQCBopJgAADAAbwADHy2qHzAAAAAElFTkSuQmCC");
  width: 100px;
  height: 6px;
  background-position: center top;
  white-space: nowrap;
  color: #666;
  margin-top: 0;
  padding-top: 0;
}
.vco-timeline .vco-navigation .timenav .time .time-interval {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 0;
}
.vco-timeline .vco-navigation .timenav .time .time-interval div {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAMAAACdvocfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFzMzM////040VdgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgYAQCBopJgAADAAbwADHy2qHzAAAAAElFTkSuQmCC");
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 6px;
  position: absolute;
  height: 3px;
  left: 0;
  display: block;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  text-indent: 0;
  white-space: nowrap;
  color: #666;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  z-index: 2;
}
.vco-timeline .vco-navigation .timenav .time .time-interval div strong {
  font-weight: bold;
  color: #000;
}
.vco-timeline .vco-navigation .timenav .time .time-interval div.era {
  font-weight: bold;
  padding-top: 0;
  margin-top: -3px;
  margin-left: 2px;
  background-image: none;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era1 {
  color: #c40;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era2 {
  color: #c02;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era3 {
  color: #02c;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era4 {
  color: #ca0;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era5 {
  color: #0ca;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval .era6 {
  color: #08c;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-major {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 0;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-major div {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAQAQMAAADtUYf0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyOTAzRjI3REIzNDcxMUUxQUQ3QUZCOThEODQ1NDhCNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyOTAzRjI3RUIzNDcxMUUxQUQ3QUZCOThEODQ1NDhCNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI5MDNGMjdCQjM0NzExRTFBRDdBRkI5OEQ4NDU0OEI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI5MDNGMjdDQjM0NzExRTFBRDdBRkI5OEQ4NDU0OEI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DPWNfQAAAANQTFRFzMzMylJEJwAAAAtJREFUCB1jYMAPAAAgAAHDvpOtAAAAAElFTkSuQmCC");
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 15px;
  position: absolute;
  height: 15px;
  left: 0;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  text-indent: 0;
  white-space: nowrap;
  color: #333;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1px;
  z-index: 5;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-major div strong {
  font-weight: bold;
  color: #000;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .vco-notouch .vco-navigation .vco-toolbar .zoom-in .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -256px 0;
    width: 24px;
    height: 24px;
  }
  .vco-notouch .vco-navigation .vco-toolbar .zoom-out .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -280px 0;
    width: 24px;
    height: 24px;
  }
  .vco-notouch .vco-navigation .vco-toolbar .back-home .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -328px 0;
    width: 24px;
    height: 24px;
  }
  .vco-notouch .vco-navigation .vco-toolbar.touch .zoom-in .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -208px -160px;
    width: 40px;
    height: 40px;
  }
  .vco-notouch .vco-navigation .vco-toolbar.touch .zoom-out .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -256px -160px;
    width: 40px;
    height: 40px;
  }
  .vco-notouch .vco-navigation .vco-toolbar.touch .back-home .icon {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -304px -160px;
    width: 40px;
    height: 40px;
  }
  .vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: 0 -53px;
    width: 153px;
    height: 53px;
  }
  .vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: 0 -53px;
    width: 153px;
    height: 53px;
  }
  .vco-notouch .vco-navigation .timenav .content .marker .flag-small.flag-small-last:hover {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: 0 -109px;
    width: 153px;
    height: 26px;
  }
  .vco-notouch .vco-navigation .timenav-background .timenav-indicator {
    background-image: none;
    background-size: 352px 260px;
    background-repeat: no-repeat;
    background-position: -160px -48px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-device-width: 480px) and (orientation: portrait) {
  .storyjs-embed.full-embed {
    width: 100%;
  }
}
@media screen and (max-device-width: 480px) and (orientation: landscape) {
  .storyjs-embed.full-embed {
    width: 100%;
  }
}
/* =============================================================================
	Timeline styles
============================================================================= */
.vco-timeline {
  display: none;
}
@media (min-width: 768px) {
  .vco-timeline {
    display: block;
  }
}
.vco-timeline .vco-navigation {
  /*	margin-bottom: 40px;*/
}
.vco-timeline .vco-navigation .vco-toolbar {
  display: none;
}
.vco-timeline .vco-navigation .timenav-background {
  background-color: #eef0f2;
}
.vco-timeline .vco-navigation .timenav-background .timenav-interval-background {
  box-shadow: none;
}
.vco-timeline .vco-navigation .timenav-background .timenav-line {
  background-color: #e1121a;
}
.vco-timeline .vco-navigation .timenav-background .timenav-indicator {
  background: none;
}
.vco-timeline .vco-navigation .timenav .content .marker .line {
  background-color: #cecece;
  box-shadow: 1px 0 0 #fff;
}
.vco-timeline .vco-navigation .timenav .content .marker .line .event-line {
  background: #e1121a;
  opacity: 0.15;
}
.vco-timeline .vco-navigation .timenav .content .marker .dot {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  left: -2px;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line,
.vco-timeline .vco-navigation .timenav .content .marker.active .dot {
  background-color: #e1121a;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag,
.vco-timeline .vco-navigation .timenav .content .marker .flag:hover {
  background: none;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3,
.vco-timeline .vco-navigation .timenav .content .marker .flag:hover .flag-content h3 {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #a6a6a6;
}
.vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail,
.vco-timeline .vco-navigation .timenav .content .marker .flag:hover .flag-content .thumbnail {
  display: none;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag {
  background: none;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3 {
  color: #231f20;
}
.vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line {
  background: #e1121a;
  opacity: 0.5;
}
.vco-timeline .vco-navigation .timenav .content .marker.active:hover .flag {
  background: none;
}
.vco-timeline .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h3 {
  color: #e1121a;
}
.vco-timeline .vco-navigation .timenav .time .time-interval-minor .minor {
  background-image: url("data:image/gif;base64,R0lGODdhCgAMAPAAAP///7KysiwAAAAACgAMAEACEQyOaJnL515ksz11YQYV534UADs=");
  height: 8px;
}
.vco-timeline .vco-feedback .vco-loading .vco-loading-container .vco-message p {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  color: #231f20;
}
.vco-timeline .vco-container .vco-feature {
  background: #fff;
  box-shadow: none;
}
.vco-timeline .vco-container .vco-feature .vco-slider {
  box-shadow: none;
  float: none;
  padding-top: 0;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h2.date {
  color: #231f20;
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  display: none;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  .vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
@media (min-width: 768px) {
  .vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
    font-size: 36px;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  .vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container h3 {
    font-size: 42px;
    letter-spacing: 0.8px;
    line-height: 1.14;
  }
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .text .container p {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  color: #231f20;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.4;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .media .media-wrapper .caption {
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  color: #231f20;
  font-size: 14px;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .media .media-wrapper .media-image:before,
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .media .media-wrapper .media-image:after {
  display: none;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container .media .media-wrapper .media-image img {
  border: 0;
}
.vco-timeline .vco-container .vco-feature .vco-slider .slider-item .content .content-container.layout-text .text .container {
  width: 60%;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .icon {
  height: 60px;
  min-width: 42px;
  margin: 0 0 0 26px;
  background: none no-repeat 100% 0;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .icon:hover {
  background: none no-repeat 100% 65%;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .date,
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .title {
  display: none;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon {
  height: 60px;
  min-width: 42px;
  margin: 0 0 0 26px;
  background: none no-repeat 0 0;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon:hover {
  background: none no-repeat 0 65%;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .date,
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .title {
  display: none;
}
.storyjs-embed.sized-embed {
  box-shadow: none;
  border: none;
  padding: 0;
  margin-bottom: 50px !important;
  border-radius: 0;
}
.vco-storyjs blockquote,
.vco-storyjs blockquote p,
.vco-slider blockquote,
.vco-slider blockquote p {
  background: none;
}
.vco-storyjs {
  z-index: 1 !important;
}
.vco-storyjs .vco-container.vco-main {
  padding-bottom: 0;
}
.vco-storyjs .vco-feature h2.start,
.vco-storyjs .vco-feature h3 {
  color: #231f20;
  font-family: 'Neue Helvetica W01', Helvetica, Arial, sans-serif;
  font-size: 30px;
}
.vco-feature {
  -webkit-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  -o-transform: translate(0, 200px);
  transform: translate(0, 200px);
}
.vco-navigation {
  -webkit-transform: translate(0, -620px);
  -ms-transform: translate(0, -620px);
  -o-transform: translate(0, -620px);
  transform: translate(0, -620px);
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon,
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .icon {
  height: 48px;
  width: 48px;
  border: 1px solid #e3e3e3;
  position: relative;
  background: #fff;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon:before,
.vco-timeline .vco-container .vco-feature .vco-slider .nav-next .icon:before {
  font-family: fontello;
  content: '\e805';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.vco-timeline .vco-container .vco-feature .vco-slider .nav-previous .icon:before {
  content: '\e804';
}
.timeline--mobile img {
  display: block;
  max-width: 100%;
  height: auto;
}
.timeline--mobile h4 {
  display: none;
}
.timeline--mobile .timeline__item {
  margin-bottom: 30px;
}
.toplinkWrapper {
  margin: 0;
  text-align: right;
  width: auto;
  max-width: 1323px;
  pointer-events: none;
  overflow: hidden;
  margin-bottom: -40px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.toplinkWrapper.is-fixed {
  position: fixed;
  bottom: 80px;
  left: 15px;
  right: 15px;
  z-index: 99;
  margin-bottom: 0;
}
.toplinkWrapper.is-hidden {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1270px) {
  .toplinkWrapper {
    margin: 0 auto;
    width: 100%;
  }
}
.toplink {
  pointer-events: all;
}
.toplink span {
  display: inline-block;
  background: #e1121a;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  padding: 0 13px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 40px;
  vertical-align: middle;
  width: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}
.toplink:after {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #b3abad;
  content: '\f106';
  font-family: 'fontello';
  color: #e1121a;
  text-align: center;
  line-height: 37px;
  font-size: 1.8rem;
  vertical-align: middle;
  background: #fff;
  position: relative;
  z-index: 2;
}
.toplink:hover span {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
}
.bigImageText {
  margin: 120px 0;
}
.bigImageText .text {
  padding: 0 15px;
  margin-bottom: 30px;
}
.bigImageText--center {
  position: relative;
  overflow: hidden;
}
.bigImageText--center .bigImageText__image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 1200px;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .bigImageText--center .bigImageText__image {
    width: 1400px;
  }
}
@media (min-width: 992px) {
  .bigImageText--center .bigImageText__image {
    max-width: 100%;
    width: auto;
  }
}
.bigImageText--center .text {
  position: relative;
  z-index: 2;
}
.bigImageText--center .flexWrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bigImageText--center .row--flex {
  min-height: 850px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  width: 100%;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .bigImageText--center .row--flex {
    min-height: 1200px;
  }
}
.videowrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.videowrapper iframe,
.videowrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.loadingWrapper {
  position: relative;
}
.loadingWrapper.singleImg:not(.videowrapper) {
  position: static;
}
.videowrapper__default {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.videowrapper__defaultimg {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.videowrapper__default:hover .videowrapper__play {
  background: #cd201f;
  opacity: 1;
}
.videowrapper__play {
  background: #000000;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 1em;
  /* change this to change size */
  height: 3em;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.7;
}
.videowrapper__play:hover {
  background: #cd201f;
  opacity: 1;
}
.videowrapper__play:before {
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}
.videowrapper__play:after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent #ffffff;
  content: ' ';
  font-size: 0.6em;
  height: 0;
  margin: -0.9em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}
.video-stage .hero__content {
  margin-top: 24px;
}
.viewswitcher {
  float: left;
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #b3abad;
  background: #b3abad;
  text-align: center;
  font-size: 2.2rem;
  line-height: 35px;
}
.viewswitcher,
.viewswitcher:link,
.viewswitcher:hover,
.viewswitcher:visited,
.viewswitcher:focus {
  color: #231f20;
}
.viewswitcher.isActive {
  background: #fff;
}
.viewswitcher .icon-tile-view {
  position: relative;
  left: 1px;
}
.viewswitcher .icon-list-view {
  position: relative;
  top: 2px;
  left: -1px;
}
.result__list li {
  border-bottom: 1px solid #b3abad;
  padding: 24px 0;
  color: #5c5758;
}
.result__list li a {
  font-weight: 700;
}
.result__list li strong {
  color: #231f20;
}
.results-highlight {
  background: transparent;
  color: #231f20;
  font-weight: 700;
}
.typeahead {
  position: absolute;
  left: 0;
  padding: 0;
  left: auto !important;
  min-width: 300px;
  right: -5px;
  background: #fff;
  z-index: 99;
  box-shadow: 0 10px 13px -2px rgba(0, 0, 0, 0.2);
}
.typeahead li {
  display: block;
  background: #fff;
}
.typeahead li > a {
  display: block;
  padding: 15px 30px;
  margin: 0 0 -1px 0;
  position: relative;
  text-align: left;
}
.typeahead li > a.active {
  color: #e1121a;
}
.typeahead li > a:hover {
  background: #b3abad;
}
.typeahead li > a:after {
  content: '';
  display: block;
  height: 1px;
  background: #b3abad;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.typeahead li:last-child a:after {
  display: none;
}
.typeahead li {
  display: block;
  background: #fff;
}
.typeahead li > a {
  display: block;
  padding: 15px 30px;
  margin: 0 0 -1px 0;
  position: relative;
  text-align: left;
}
.typeahead li > a.active {
  color: #e1121a;
}
.typeahead li > a:hover {
  background: #b3abad;
}
.typeahead li > a:after {
  content: '';
  display: block;
  height: 1px;
  background: #b3abad;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.typeahead li:last-child a:after {
  display: none;
}
.typeahead a,
.typeahead a:link,
.typeahead a:hover,
.typeahead a:visited,
.typeahead a:focus {
  color: #231f20;
}
.searchform--mobile .typeahead {
  left: 0 !important;
  right: 0;
}
@media (min-width: 768px) {
  .searchform--mobile .typeahead {
    right: auto;
  }
}
.searchform--big .typeahead {
  left: 0 !important;
  right: 0;
}
.meldung_search_files_found {
  padding: 40px 20px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
.meldung_search_files_found a {
  margin-left: 24px;
}
@media (max-width: 1200px) {
  .meldung_search_files_found a {
    margin-left: 37px;
    margin-top: 20px;
  }
}
.tx-solr-submit {
  padding-left: 41px;
}
.tx-solr-submit svg {
  position: absolute;
  top: 10px;
  left: 13px;
}
.tx-solr-submit svg * {
  stroke: white;
  fill: transparent;
}
.solr-pagination .pagination > li > a,
.solr-pagination .pagination > li > span {
  padding: 0;
}
.resultRow {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 0 16px;
}
.result-image {
  padding-right: 48px;
}
.result-text p {
  margin-top: 0;
}
.nav-tabs {
  padding: 0;
}
.nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
@media (min-width: 930px) {
  .nav-tabs > li {
    float: left;
    min-width: 160px;
    border-bottom: none;
    margin-bottom: -1px;
  }
}
@media (min-width: 1200px) {
  .nav-tabs > li {
    min-width: 200px;
  }
}
.nav-tabs > li > a {
  border-radius: 0;
  background: #b3abad;
  display: block;
  text-align: center;
  margin-right: 5px;
  border-bottom: 1px solid #fff;
}
.nav-tabs > li > a,
.nav-tabs > li > a:link,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:visited,
.nav-tabs > li > a:focus {
  color: #231f20;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 930px) {
  .nav-tabs > li > a {
    border-bottom: 0;
  }
}
.nav-tabs > li.active > a {
  font-weight: 300;
  background: #fff;
}
.nav-tabs.nav--t4y > li {
  text-align: left;
  text-transform: uppercase;
}
.nav-tabs.nav--t4y > li.active > a {
  font-weight: 700;
}
.nav-tabs.nav--arrow > li {
  position: relative;
}
.nav-tabs.nav--arrow > li > a,
.nav-tabs.nav--arrow > li.active > a {
  border-radius: 0;
  border-bottom: 1px solid #b3abad;
  margin-right: 10px;
  text-align: left;
}
.nav-tabs.nav--arrow > li > a:hover,
.nav-tabs.nav--arrow > li.active > a:hover,
.nav-tabs.nav--arrow > li > a:active,
.nav-tabs.nav--arrow > li.active > a:active,
.nav-tabs.nav--arrow > li > a:focus,
.nav-tabs.nav--arrow > li.active > a:focus {
  background: #b3abad;
}
.nav-tabs.nav--arrow > li:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 23px 22px;
  border-color: #fff #fff #fff #b3abad;
  position: absolute;
  right: 5px;
  top: 0;
}
.nav-tabs.nav--arrow > li.active {
  overflow: hidden;
}
.nav-tabs.nav--arrow > li.active a:hover {
  background: #fff;
  border-bottom-color: #b3abad;
}
.nav-tabs.nav--arrow > li.active:after {
  border-color: #fff #fff #fff #fff;
}
.nav-tabs.nav--arrow > li.active:before {
  content: '';
  display: block;
  width: 33px;
  height: 32px;
  background: transparent;
  border: 1px solid;
  border-color: #b3abad #b3abad transparent transparent;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 2;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
@media (min-width: 930px) {
  .nav-tabs.nav--arrow > li.active:before {
    width: 35px;
    height: 35px;
    margin-top: 0;
  }
}
.list-nobullets.productList .productList__item,
.productList__item--t4y {
  position: relative;
}
@media (min-width: 768px) {
  .list-nobullets.productList .productList__item,
  .productList__item--t4y {
    width: calc(100% / 5);
    float: left;
  }
  .list-nobullets.productList .productList__item.hasHover,
  .productList__item--t4y.hasHover {
    overflow: visible;
  }
  .list-nobullets.productList .productList__item.hasHover .product__contentWrapper,
  .productList__item--t4y.hasHover .product__contentWrapper {
    border-color: #e1121a;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    position: absolute;
    height: auto;
  }
  .list-nobullets.productList .productList__item.hasHover .product__additional,
  .productList__item--t4y.hasHover .product__additional {
    display: block;
  }
  .list-nobullets.productList .productList__item.hasHover .product__more,
  .productList__item--t4y.hasHover .product__more {
    opacity: 1;
  }
}
.list-nobullets.productList .productList__item.productList__item--small .product__imageWrapper,
.productList__item--t4y.productList__item--small .product__imageWrapper {
  padding-bottom: 85%;
}
.productList__item .product__link:after {
  display: block;
  content: '\f105';
  color: #e1121a;
  float: right;
  font-family: 'fontello';
}
@media (min-width: 768px) {
  .productList__item--t4y {
    width: calc(100% / 4);
  }
}
.productList--t4y .product__minAmount,
.productSlider--t4y .product__minAmount {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: right;
}
.productList--t4y .product__subtitle,
.productSlider--t4y .product__subtitle {
  font-size: 1.6rem;
}
.productList--t4y .product__price,
.productSlider--t4y .product__price {
  font-size: 1.4rem;
}
.productList--t4y .product__icons,
.productSlider--t4y .product__icons {
  min-height: 22px;
  margin-top: 2px;
}
.productList--t4y .product__icons + .product__icons,
.productSlider--t4y .product__icons + .product__icons {
  display: none;
}
.productList--t4y .product__more,
.productSlider--t4y .product__more {
  opacity: 1;
  float: none;
  margin-bottom: 0;
  margin-top: 5px;
  line-height: 1.3;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.productList--t4y .row,
.productSlider--t4y .row {
  margin: 0 -7px;
}
.productList--t4y .product__gift,
.productSlider--t4y .product__gift {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #66aee6;
}
.productList--t4y .product__gift:after,
.productSlider--t4y .product__gift:after {
  content: '\e803';
  font-family: 'fontello';
  display: inline-block;
}
.productList--t4y .product__imageWrapper,
.productSlider--t4y .product__imageWrapper {
  text-align: center;
}
.productList--t4y .product__imageWrapper img,
.productSlider--t4y .product__imageWrapper img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
@media (min-width: 480px) {
  .productList--t4y .product__imageWrapper,
  .productSlider--t4y .product__imageWrapper {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: 90%;
  }
}
.productList--carousel .owl-item {
  padding: 1px;
}
.productList--carousel .productList__item {
  width: 100%;
  outline: 1px solid #b3abad;
  box-shadow: inset 1px 0 #b3abad;
  padding: 1px;
}
.productList--carousel .productList__item .product__contentWrapper {
  box-shadow: none;
  padding: 20px 50px;
  white-space: normal;
}
@media (min-width: 768px) {
  .productList--carousel .productList__item .product__contentWrapper {
    padding: 20px;
  }
}
.productList--carousel .productList__item .product__image {
  width: auto;
  display: inline-block;
}
.productList--carousel .productList__item .product__imageWrapper {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.productList--carousel .owl-nav {
  z-index: 10;
}
@media (min-width: 1270px) {
  .productList--carousel .owl-nav {
    left: -70px;
    right: -70px;
  }
}
.productList--carousel .glide__slides {
  box-shadow: 0 0 0 1px #b3abad;
}
.productList--carousel .glide__track {
  padding: 1px 0;
}
.productList--carousel.carousel--nojs .productList__item {
  float: left;
  width: 20%;
}
.productList--carousel.carousel--nojs .productList__item:nth-child(1n + 6) {
  display: none;
}
.productList--carousel.carousel--nojs.productList--t4y .productList__item {
  width: 33%;
}
.productList--carousel.carousel--nojs.productList--t4y .productList__item:nth-child(1n + 4) {
  display: none;
}
.product__contentWrapper {
  position: relative;
  z-index: 2;
  padding: 20px;
  border: 5px solid #fff;
  box-shadow: 0 0 0px 1px #b3abad;
  display: block;
  height: 100%;
}
.product__contentWrapper:link,
.product__contentWrapper:hover,
.product__contentWrapper:visited,
.product__contentWrapper:focus {
  text-decoration: none;
  color: #231f20;
}
.product__contentWrapper .product__price_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}
.product__imageWrapper {
  position: relative;
  vertical-align: middle;
  margin-bottom: 25px;
  text-align: center;
}
@media (min-width: 480px) {
  .product__imageWrapper {
    display: inline-block;
    width: 45%;
    margin-right: 35px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .product__imageWrapper {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-right: 0;
  }
}
.product__image {
  max-width: 100%;
  height: auto;
}
.product__image.media-small {
  max-width: 50%;
}
@media (min-width: 768px) {
  .product__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
img.product__image:not([src]) {
  content: url("./images/productlist_placeholder-95204dd20f.jpg");
}
.product__info {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .product__info {
    display: block;
    width: 100%;
  }
}
.product__info .product__additional ul {
  display: none;
}
.product__new {
  font-size: 1.2rem;
  color: #e1121a;
  font-weight: 700;
  text-transform: uppercase;
  min-height: 17px;
}
.product__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.product__subtitle {
  font-size: 1.8rem;
}
.product__amount {
  font-size: 1.4rem;
  min-height: 20px;
}
.product__search_category {
  font-size: 1.4rem;
  min-height: 40px;
}
.product__more {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  float: right;
  opacity: 0;
  margin-bottom: -70px;
  font-weight: 700;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.product__additional {
  display: none;
  font-size: 1.4rem;
  margin-top: 15px;
  color: #555;
}
.productDetail {
  margin-left: 0;
  margin-right: 0;
}
.productDetail .product__new {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.productDetail .product__subtitle {
  font-size: 5rem;
}
.productDetail .product__title {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .productDetail .product__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .productDetail .product__title {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .productDetail .product__title {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .productDetail .product__title {
    font-size: 36px;
    line-height: 1.25;
  }
}
.productDetail .product__desc {
  font-size: 1.8rem;
  line-height: 1.5;
}
.productDetail .product__desc p:first-child {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.2px;
  color: #231f20;
}
.productDetail .product__desc .titel {
  font-size: 1.6rem;
  font-weight: 700;
}
.productDetail .product__desc .grundtext {
  font-size: 1.4rem;
}
.productDetail .product__desc .untertitel {
  font-weight: 700;
  font-size: 1.4rem;
}
.productDetail .product__desc .bullet.list:before {
  content: '\2022';
  margin-right: 10px;
}
.productDetail[data-productid="1000057989"] th[data-sort="21"],
.productDetail[data-productid="1000058023"] th[data-sort="21"],
.productDetail[data-productid="1000057989"] th[data-sort="22"],
.productDetail[data-productid="1000058023"] th[data-sort="22"],
.productDetail[data-productid="1000057989"] td[data-uid="778"],
.productDetail[data-productid="1000058023"] td[data-uid="778"],
.productDetail[data-productid="1000057989"] td[data-uid="326"],
.productDetail[data-productid="1000058023"] td[data-uid="326"] {
  display: none !important;
}
.productHero {
  border-bottom: 1px solid #b3abad;
  position: relative;
  overflow: hidden;
}
.productHero .slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 400px;
}
.productHero .slick-dots {
  display: none !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.productHero__image.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.productHero__video {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.productHero__bgimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.productHero__bgimage.productHero__bgimage--play:after {
  font-family: 'fontello';
  content: '\e857';
  color: #e1121a;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 7rem;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.productHero__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.1s ease;
  -o-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
  will-change: transform;
}
.productHero__zoom.is-visible {
  opacity: 1;
  visibility: visible;
}
.table--striped tbody tr:nth-child(odd),
.table--striped tbody tr:nth-child(odd) td,
.table--striped tbody tr:nth-child(odd) th {
  background: #ebe6e6;
}
.product__facts {
  width: 100%;
  text-align: center;
}
.product__facts thead {
  display: none;
}
@media (min-width: 768px) {
  .product__facts thead {
    display: table-row-group;
  }
}
.product__facts thead th {
  padding: 5px 0;
}
.product__facts thead th,
.product__facts thead td {
  font-size: 1.2rem;
  text-align: left;
}
.product__facts thead th img,
.product__facts thead td img {
  margin: 0 auto;
}
.product__facts thead th.text-right {
  text-align: right;
}
.product__facts thead th.text-right img {
  margin: 0;
  float: right;
}
.product__facts thead th.text-left {
  text-align: left;
}
.product__facts thead th.text-left img {
  margin: 0;
  float: left;
}
.product__facts thead th.text-right + .text-left {
  text-align: center;
}
.product__facts thead th.text-right + .text-left img {
  float: none;
  margin: 0 auto;
}
.product__facts td,
.product__facts th {
  padding: 5px;
  font-size: 1.4rem;
}
.product__facts td {
  text-align: center;
}
.product__facts th {
  padding: 5px 20px;
}
.product__facts tr {
  position: relative;
  padding: 10px 20px 17px 0;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product__facts tr {
    position: static;
    padding: 0;
    display: table-row;
    height: auto;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .product__facts tr.has-mobileButtonShop,
  .product__facts tr.has-mobileButtonMap {
    height: auto;
  }
}
@media (min-width: 768px) {
  .product__facts tr.has-mobileButtonShop.has-mobileButtonMap {
    height: auto;
  }
}
.product__facts .td--small {
  width: 80px;
  max-width: calc((100% / 4) - 4px);
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
@media (min-width: 768px) {
  .product__facts .td--small.text-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .product__facts .td--small.text-left {
    text-align: left;
  }
}
.product__facts .td--small img {
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product__facts .td--small {
    display: table-cell;
    width: 80px;
    vertical-align: top;
    text-align: left;
  }
}
.product__facts .td--small.td--button {
  display: none;
  position: absolute;
  width: 80px;
  top: 10px;
  right: 10px;
  text-align: right;
}
.product__facts .td--small.td--button + .td--button {
  top: 60px;
}
@media (min-width: 768px) {
  .product__facts .td--small.td--button {
    display: table-cell;
    width: 95px;
    position: static;
    text-align: center;
  }
}
.product__facts .td--small.td--mobileImportant {
  display: inline-block;
}
@media (min-width: 768px) {
  .product__facts .td--small.td--mobileImportant {
    display: table-cell;
  }
}
.product__facts .td--small.td--mobileMore {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
}
.product__facts .td--small.td--mobileMore a.js-toggleTableRow:before {
  content: '+';
  font-size: 2.3rem;
  font-weight: 400;
  margin-right: 3px;
}
.product__facts .td--small.td--mobileMore a:link,
.product__facts .td--small.td--mobileMore a:hover,
.product__facts .td--small.td--mobileMore a:visited,
.product__facts .td--small.td--mobileMore a:focus {
  text-decoration: none;
}
.product__facts .td--small.td--mobileMore a.btn {
  display: block;
  margin-bottom: 5px;
  height: 50px;
  position: relative;
  padding-left: 20px;
}
.product__facts .td--small.td--mobileMore a.btn span {
  font-size: 1.4rem;
  text-transform: none;
}
.product__facts .td--small.td--mobileMore a i {
  position: absolute;
  left: 10px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .product__facts .td--small.td--mobileMore {
    display: none;
  }
}
.product__facts tr.is-open {
  height: auto;
  padding-bottom: 90px;
}
.product__facts tr.is-open.has-mobileButtonShop.has-mobileButtonMap {
  padding-bottom: 150px;
}
.product__facts tr.is-open.has-mobileButtonShop,
.product__facts tr.is-open.has-mobileButtonMap {
  height: auto;
}
.product__facts tr.is-open td.td--small.td--mobileMore a.js-toggleTableRow:before {
  content: '-';
}
.product__facts tbody {
  text-align: left;
}
.product__facts tbody th {
  display: block;
}
@media (min-width: 768px) {
  .product__facts tbody th {
    display: table-cell;
    min-width: 120px;
  }
}
.iconLink--basket {
  font-size: 2.5rem;
}
.iconLink--pin {
  font-size: 1.8rem;
  line-height: 2;
}
.product__features li {
  margin-bottom: 15px;
  width: calc(50% - 4px);
  display: inline-block;
  text-align: center;
}
@media (min-width: 768px) {
  .product__features li {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 45px;
  }
}
.product__features .product__features__image {
  display: block;
  margin: 0 auto;
  width: 20px;
  vertical-align: middle;
  text-align: center;
}
@media (min-width: 768px) {
  .product__features .product__features__image {
    display: inline-block;
    margin-right: 15px;
  }
}
.productDetail .product__features {
  display: none;
}
/* modal content */
.shoplink {
  display: block;
  position: relative;
  padding: 15px;
  box-shadow: 0 0 0px 1px #b3abad;
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: contain;
  height: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shoplink img {
  width: 50%;
}
.shoplink .shoplink__overlay {
  position: absolute;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  background: #e1121a;
  display: block;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.shoplink:hover .shoplink__overlay {
  opacity: 1;
}
.shoplink.shoplink--small {
  float: left;
  width: 50%;
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  padding: 20px 30px;
}
.shoplink.shoplink--small img {
  width: 80%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
@media (min-width: 768px) {
  .shoplink.shoplink--small {
    width: calc(100% / 4);
  }
}
.addtionalShops:empty {
  display: none;
}
td.articleCaption {
  font-weight: 700;
  text-align: left;
  padding: 5px 20px;
  white-space: nowrap;
}
.product__icons img {
  height: 35px;
  width: auto;
  margin-right: 15px;
}
.product__facts th img {
  height: 35px;
  width: auto;
}
.t4y-filterlist .product__contentWrapper {
  padding: 0;
}
.t4y-filterlist .product_card_wrapping {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.t4y-filterlist .product_card_wrapping .product__gift,
.t4y-filterlist .product_card_wrapping .product__minAmount,
.t4y-filterlist .product_card_wrapping > .row {
  padding: 20px;
}
.t4y-filterlist .product__additional {
  padding: 0 20px 20px;
  margin-top: 0;
}
.t4y-filterlist .product__additional p {
  margin-top: 0;
}
.t4y-filterlist .product__subtitle {
  font-weight: normal;
}
.pagination {
  padding: 0;
  list-style-type: none;
}
.pagination li {
  display: inline-block;
  margin-right: 5px;
}
.pagination li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  background: #b3abad;
  font-weight: 700;
  display: block;
  text-align: center;
}
.pagination li a,
.pagination li a:link,
.pagination li a:hover,
.pagination li a:visited,
.pagination li a:focus {
  color: #231f20;
  text-decoration: none;
}
.pagination li.active a {
  background: #5c5758;
}
.pagination li.active a,
.pagination li.active a:link,
.pagination li.active a:hover,
.pagination li.active a:visited,
.pagination li.active a:focus {
  color: #fff;
}
/* Fonts */
.ff-ActionMan {
  font-family: 'Action Man';
}
.ff-Antiqua {
  font-family: 'Antiqua';
}
.ff-Arvo {
  font-family: 'Arvo';
}
.ff-Caviar {
  font-family: 'Caviar';
}
.ff-Flux {
  font-family: 'Flux';
}
.ff-Greyscale {
  font-family: 'Greyscale';
}
.ff-Noto {
  font-family: 'Noto';
}
.ff-OpenSans {
  font-family: 'Open Sans';
}
.ff-Playfair {
  font-family: 'Playfair';
}
.ff-Quicksand {
  font-family: 'Quicksand';
}
.ff-Serpentine {
  font-family: 'Serpentine';
}
.ty4BasketItem {
  padding: 30px 0;
  border-bottom: 1px solid #b3abad;
}
.ty4BasketItem__image {
  border: 1px solid #b3abad;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.ty4BasketItem__image:after {
  position: absolute;
  display: block;
  font-family: 'fontello';
  content: '\e81a';
  font-size: 2.2rem;
  bottom: 0px;
  right: 5px;
  color: #e1121a;
}
.ty4Basket__sublist {
  margin-bottom: 50px;
}
.t4yBasket__subtotal {
  padding: 20px 0;
  border-bottom: 1px solid #b3abad;
}
.t4yConfig {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: #b3abad;
  margin-bottom: 130px;
  margin-top: 130px;
}
@media (min-width: 768px) {
  .t4yConfig {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.t4yConfig__legend {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 3;
  background: rgba(227, 227, 227, 0.8);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media (min-width: 768px) {
  .t4yConfig__legend {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.t4yConfig__buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(227, 227, 227, 0.8);
  z-index: 2;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
@media (min-width: 768px) {
  .t4yConfig__buttons {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.t4yConfig__buttons br {
  display: block;
}
@media (min-width: 480px) {
  .t4yConfig__buttons br {
    display: none;
  }
}
.t4yConfig__toggleArea {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .t4yConfig__toggleArea {
    margin-bottom: 0;
  }
}
.t4yConfig__toggleArea:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 25px;
  border: 2px dashed #fff;
  margin-right: 10px;
}
.t4yConfig__zoom--in,
.t4yConfig__zoom--out {
  display: inline-block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  font-size: 1.7rem;
  vertical-align: top;
}
.t4yConfig__canvasWrapper,
.t4yConfig__mockCanvasWrapper {
  position: absolute;
  top: 150px;
  left: 150px;
  bottom: 150px;
  right: 150px;
  z-index: 2;
  border: 6px dashed transparent;
}
.t4yConfig__canvasWrapper.border--visible,
.t4yConfig__mockCanvasWrapper.border--visible {
  border-color: #fff;
}
.has-zoom .t4yConfig__canvasWrapper,
.has-zoom .t4yConfig__mockCanvasWrapper {
  border-width: 3px;
}
.t4yConfig__mockCanvasWrapper {
  display: none;
}
.t4yConfig__wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.t4yConfig__imageWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}
.t4yConfig__product {
  z-index: 1;
}
.t4yConfig__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.t4yRemoveFile,
.t4yRemoveFile:link,
.t4yRemoveFile:hover,
.t4yRemoveFile:visited,
.t4yRemoveFile:focus {
  color: #231f20;
  font-size: 1.4rem;
}
.t4yRemoveFile:after,
.t4yRemoveFile:link:after,
.t4yRemoveFile:hover:after,
.t4yRemoveFile:visited:after,
.t4yRemoveFile:focus:after {
  font-family: 'Fontello';
  content: '\e80e';
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.t4y__logohelp {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border: 1px solid #b3abad;
}
.t4yGiftIconLegend {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 30px);
}
.t4ySave .faux-input {
  white-space: pre;
  text-overflow: ellipsis;
  vertical-align: top;
  width: 100%;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 225px);
  height: 44px;
  min-height: 44px;
}
.t4ySave button {
  position: relative;
  margin-left: -5px;
  min-width: 220px;
}
.t4yStickybasket {
  position: fixed;
  max-width: 1440px;
  pointer-events: none;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 50%;
  text-align: right;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
}
.t4yStickybasket__link {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #e1121a;
  margin-top: -20px;
  text-align: center;
  pointer-events: all;
}
.t4yStickybasket__link:before {
  font-family: 'fontello';
  content: '\e81e';
  display: inline;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  position: relative;
  left: 3px;
}
.t4yStickybasket__link,
.t4yStickybasket__link:link,
.t4yStickybasket__link:hover,
.t4yStickybasket__link:visited,
.t4yStickybasket__link:focus {
  text-decoration: none;
}
.t4yStickybasket__link:before,
.t4yStickybasket__link:link:before,
.t4yStickybasket__link:hover:before,
.t4yStickybasket__link:visited:before,
.t4yStickybasket__link:focus:before {
  text-decoration: none;
}
.ty4Basket__sublist input[type=number] {
  -moz-appearance: textfield;
}
.imageQuality__light {
  padding-left: 30px;
}
.ty4BasketItem__title .imageQuality__light {
  padding-left: 25px;
}
.imageQuality {
  position: relative;
}
.imageQuality:before {
  display: inline-block;
  content: '';
  vertical-align: middle;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-right: 5px;
  position: absolute;
  left: -30px;
}
.imageQuality.imageQuality--small:before {
  width: 15px;
  height: 15px;
  left: -25px;
  top: 2px;
}
.imageQuality.imageQuality--0::before {
  background: #e32219;
}
.imageQuality.imageQuality--1::before {
  background: #ffcc01;
}
.imageQuality.imageQuality--2::before {
  background: #1ea12d;
}
#fileUploadError {
  border: 1px solid #e1121a;
  color: #e1121a;
  padding: 12px;
  margin: 0px 15px 20px;
}
.infoicon {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  height: 35px;
  width: 35px;
}
.infoicon .icon-info {
  color: #5c5758;
  font-size: 2.2rem;
}
.infoicon .infoicon__text {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  width: 260px;
  margin-left: -130px;
  padding: 12px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.infoicon .infoicon__text:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 5px 6.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -8px;
}
.infoicon.is-visible .infoicon__text {
  display: block;
  visibility: visible;
  opacity: 1;
}
[data-infotext] {
  position: relative;
}
[data-infotext]:before {
  content: attr(data-infotext);
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  margin-top: -8px;
  width: auto;
  max-width: 260px;
  padding: 12px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 300;
  line-height: 1.2;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
[data-infotext]:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  opacity: 0;
}
[data-infotext]:hover:before,
[data-infotext]:hover:after {
  display: block;
  visibility: visible;
  opacity: 1;
}
.sociallinks .socialsquare {
  position: relative;
}
.sociallinks .socialsquare .infoicon__text {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 99;
  margin-left: -47.5px;
  width: 95px;
  margin-top: 6px;
  padding: 0 12px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.sociallinks .socialsquare .infoicon__text:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 5px 6.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -6px;
}
.sociallinks .socialsquare:hover .infoicon__text {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clipboardSuccess,
.clipboardError {
  text-transform: none;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 150px;
  text-align: center;
  left: 50%;
  top: 100%;
  margin-left: -75px;
  margin-top: 9px;
  padding: 10px;
  display: none;
}
.clipboardSuccess:after,
.clipboardError:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.5px 5px 6.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -8px;
}
.cookies__container {
  background: #ebe6e6;
  color: #231f20;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1550;
  padding: 35px 15px;
  display: block;
  font-size: 1.4rem;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cookies__container .cookies__close--mobile {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
}
.cookies__container .cookies__close {
  display: none;
}
.cookies__container.is-visible {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
}
@media (min-width: 1270px) {
  .cookies__container {
    position: static;
    padding: 15px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: -50px;
  }
  .cookies__container .cookies__close--mobile {
    display: none;
  }
  .cookies__container .cookies__close {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 2rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.pageWrapper .cookies__container {
  display: none;
}
.linkbox,
.linkbox:link,
.linkbox:hover,
.linkbox:visited,
.linkbox:focus {
  text-decoration: none;
  color: #231f20;
  margin-bottom: 20px;
  display: block;
}
.linkbox__header {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 50px 20px 15px;
  border: 1px solid #b3abad;
  line-height: 1;
  position: relative;
}
.linkbox__header:before {
  position: absolute;
  width: 1px;
  top: 0;
  bottom: 0;
  right: 48px;
  background: #b3abad;
}
.linkbox__header:after {
  content: '\e802';
  font-family: 'fontello';
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 17px;
  color: #e1121a;
  font-size: 1.3rem;
  margin-top: -8px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.linkbox__text {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 15px;
  border: 1px solid #b3abad;
  border-top: 0;
}
.tablesorter-header .tablesorter-header-inner {
  position: relative;
}
.tablesorter-header .tablesorter-header-inner:after {
  content: '\f0dc';
  display: block;
  font-family: 'fontello';
  position: absolute;
  top: 50%;
  right: 0;
  color: #e1121a;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tablesorter-header.tablesorter-headerDesc .tablesorter-header-inner:after {
  content: '\f0dd';
}
.tablesorter-header.tablesorter-headerAsc .tablesorter-header-inner:after {
  content: '\f0de';
}
.tablesorter-header.sorter-false .tablesorter-header-inner:after {
  content: '';
}
.stickySide {
  background: #777776;
  color: #fff;
  padding: 18px 30px 20px 15px;
  position: fixed;
  right: 0;
  bottom: 170px;
  width: 300px;
  z-index: 15;
  display: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
@media (min-width: 992px) {
  .stickySide {
    display: block;
  }
}
.stickySide .stickySide__header {
  font-weight: 700;
}
.stickySide .stickySide__text p {
  margin-top: 0;
  color: #fff !important;
  margin-bottom: 0;
}
.stickySide .stickySide__close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.stickySide .stickySide__close:before,
.stickySide .stickySide__close:after {
  content: '';
  height: 1px;
  width: 12px;
  background: white;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.stickySide .stickySide__close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.stickySide.isHidden {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.stickySide a,
.stickySide a:link,
.stickySide a:hover,
.stickySide a:visited,
.stickySide a:focus {
  color: #fff;
  text-decoration: none;
}
.landingpage .stickySide {
  position: static;
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.landingpage .stickySide .stickySide__close {
  display: none;
}
.landingpage .stickySide > div {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .landingpage .stickySide {
    position: fixed;
    display: none;
    margin-left: 0px;
    width: 300px;
  }
  .landingpage .stickySide .stickySide__close {
    display: block;
  }
}
.download__image {
  margin-bottom: 10px;
}
.download__image img {
  border: 1px solid #979797;
}
.download__title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #e1121a;
}
.download__text,
.download__info {
  line-height: 1.53;
}
.col-xs-12.col-sm-4.col-md-2 .download {
  min-height: 182px;
}
@media (min-width: 768px) {
  .magalog_col_sm.col-sm-5 {
    width: 45.666667%;
    position: relative;
    z-index: 2;
  }
  .magalog_col_lg.col-sm-7 {
    width: 54.333333%;
  }
  .magalog_col_sm.col-sm-6 {
    width: 50%;
    position: relative;
    z-index: 2;
  }
  .magalog_col_lg.col-sm-6 {
    width: 50%;
    position: relative;
    z-index: 2;
  }
}
.frame-type-fconnectionproject_section .content__section .magalog_col_sm {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: 24px;
  }
}
@media (min-width: 768px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: calc((100vw - 1120px) / 2 + 12px);
  }
}
@media (min-width: 1440px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm .textblock {
    padding-right: 170px;
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:last-child {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:last-child {
    padding-left: calc((100% - 60px - 32px) * 0.08 - 30px);
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:last-child {
    padding-left: calc(1120px * 0.08 - 24px);
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm.col-sm-5:last-child {
    padding-left: 34px;
  }
}
@media (min-width: 992px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm.col-sm-5:last-child {
    padding-left: calc((100% - 60px - 32px) * 0.08 + 16px);
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm.col-sm-5:last-child {
    padding-left: calc(1120px * 0.08 + -24px);
  }
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg {
  /* !FOCUSED IMAGES */
  /*-----------------------------------------*/
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .focuspoint,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .focused-image-container {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .focuspoint img,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .focused-image {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg > .singleImg {
  margin-right: -6px;
  height: 280px;
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_lg > .singleImg {
    margin-right: -9px;
  }
}
@media (min-width: 768px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_lg > .singleImg {
    margin-right: -5px;
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_lg > .singleImg {
    height: 320px;
  }
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg .img-responsive {
  width: auto;
  height: 100%;
  max-width: none;
  min-width: 100%;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.obenLinks .loadingWrapper:before,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.obenRechts .loadingWrapper:before,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.untenRechts .loadingWrapper:before,
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.untenLinks .loadingWrapper:before {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 119%;
  background: #fff;
  z-index: 1;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.col-sm-6 .loadingWrapper:before {
  width: 87px;
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.obenLinks .loadingWrapper:before {
  left: -47px;
  top: -21px;
  transform: rotate(15deg);
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.col-sm-6.obenLinks .loadingWrapper:before {
  left: -46px;
  top: -21px;
  transform: rotate(15deg);
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.obenRechts .loadingWrapper:before {
  top: -19px;
  right: -46px;
  transform: rotate(-15deg);
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.untenRechts .loadingWrapper:before {
  top: -1px;
  right: -34px;
  transform: rotate(15deg);
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg.untenLinks .loadingWrapper:before {
  left: -33px;
  top: 1px;
  transform: rotate(-15deg);
}
.frame-type-fconnectionproject_section .content__section .obenRechts .loadingWrapper.singleImg,
.frame-type-fconnectionproject_section .content__section .untenRechts .loadingWrapper.singleImg,
.frame-type-fconnectionproject_section .content__section .obenLinks .loadingWrapper.singleImg,
.frame-type-fconnectionproject_section .content__section .untenLinks .loadingWrapper.singleImg {
  height: 280px;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .obenRechts .loadingWrapper.singleImg,
  .frame-type-fconnectionproject_section .content__section .untenRechts .loadingWrapper.singleImg,
  .frame-type-fconnectionproject_section .content__section .obenLinks .loadingWrapper.singleImg,
  .frame-type-fconnectionproject_section .content__section .untenLinks .loadingWrapper.singleImg {
    height: 320px;
  }
}
.frame-type-fconnectionproject_section .content__section .magalog_col_lg:first-child > .singleImg {
  margin-left: -9px;
}
@media (min-width: 768px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_lg:first-child > .singleImg {
    margin-left: -5px;
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child .textblock {
    padding-left: 170px;
    padding-right: 0px;
  }
}
@media (min-width: 540px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child.col-sm-6 .textblock {
    padding-right: calc((100% - 40px - 24px) * 0.08 + 16px);
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child.col-sm-6 .textblock {
    padding-right: calc((100% - 60px - 32px) * 0.08 + 16px);
    padding-left: 52px;
  }
}
@media (min-width: 1200px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child.col-sm-6 .textblock {
    padding-right: calc(1120px * 0.08 + -24px);
    padding-left: calc((100vw - 1120px) / 2 + 12px);
  }
}
@media (min-width: 1440px) {
  .frame-type-fconnectionproject_section .content__section .magalog_col_sm:first-child.col-sm-6 .textblock {
    padding-right: calc(1120px * 0.08 + -24px);
    padding-left: 170px;
  }
}
.magalog_col_lg.obenLinks,
.magalog_col_lg.untenLinks {
  padding-left: 24px;
}
@media (min-width: 540px) {
  .magalog_col_lg.obenLinks,
  .magalog_col_lg.untenLinks {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .magalog_col_lg.obenLinks,
  .magalog_col_lg.untenLinks {
    padding-left: 0;
  }
}
@media (min-width: 540px) {
  .magalog_col_lg.obenLinks.col-sm-7,
  .magalog_col_lg.untenLinks.col-sm-7 {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .magalog_col_lg.obenLinks.col-sm-7,
  .magalog_col_lg.untenLinks.col-sm-7 {
    padding-left: 0;
  }
}
.magalog_col_lg.obenRechts,
.magalog_col_lg.untenRechts {
  padding-right: 24px;
}
@media (min-width: 540px) {
  .magalog_col_lg.obenRechts,
  .magalog_col_lg.untenRechts {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .magalog_col_lg.obenRechts,
  .magalog_col_lg.untenRechts {
    padding-right: 0px;
  }
}
@media (min-width: 540px) {
  .magalog_col_lg.obenRechts.col-sm-7,
  .magalog_col_lg.untenRechts.col-sm-7 {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .magalog_col_lg.obenRechts.col-sm-7,
  .magalog_col_lg.untenRechts.col-sm-7 {
    padding-right: 0;
  }
}
.magalog .content--full .col-xs-12 > div + div {
  margin-top: 60px;
}
.magalog_col_sm .text__bodytext blockquote {
  margin: 24px 0 !important;
}
.magalog_col_sm .text__bodytext blockquote:first-child,
.magalog_col_sm .text__bodytext p:first-child {
  margin-top: 0 !important;
}
.magalog_col_sm .text__bodytext blockquote:last-child,
.magalog_col_sm .text__bodytext p:last-child {
  margin-bottom: 0 !important;
}
.magalog_col_sm + .magalog_col_lg,
.magalog_col_lg + .magalog_col_sm {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .magalog_col_sm + .magalog_col_lg,
  .magalog_col_lg + .magalog_col_sm {
    margin-top: 0;
  }
}
.singleImg {
  position: relative;
}
.singleImg .image_link_overlay {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 500px;
  max-width: calc(100% - 48px);
}
.singleImg .extraInfo {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 500px;
  max-width: calc(100% - 48px);
  margin-bottom: 0;
}
.singleImg .color_white a:hover,
.singleImg .color_black a:hover {
  text-decoration: none;
  cursor: pointer;
}
.singleImg .color_white,
.singleImg .color_white * {
  color: white;
  text-decoration: none;
}
.singleImg .color_white .underline,
.singleImg .color_white * .underline {
  border-bottom: 2px solid white;
}
.singleImg .color_white a:hover,
.singleImg .color_white * a:hover {
  text-decoration: none;
  cursor: pointer;
}
.singleImg .color_black,
.singleImg .color_black * {
  color: #231f20;
}
.singleImg .color_black .underline,
.singleImg .color_black * .underline {
  border-bottom: 2px solid #231f20;
}
.singleImg .productoverlayimg {
  position: absolute;
  padding: 56px 0;
  left: 50%;
  top: -50px;
  width: calc((100vw - 48px) * 0.75 - 8px);
}
@media (min-width: 540px) {
  .singleImg .productoverlayimg {
    width: calc((100vw - 80px) * 0.5 - 12px);
  }
}
@media (min-width: 768px) {
  .singleImg .productoverlayimg {
    width: calc((100vw - 80px) * 0.33333333 - 12px);
  }
}
@media (min-width: 992px) {
  .singleImg .productoverlayimg {
    width: calc((100vw - 120px) * 0.33333333 - 16px);
  }
}
@media (min-width: 1200px) {
  .singleImg .productoverlayimg {
    width: calc(1120px * 0.33333333 - 32px);
  }
}
.singleImg .productoverlayimg.cPBgrau,
.singleImg .productoverlayimg.cPBgrau *,
.singleImg .productoverlayimg.cPBgelb,
.singleImg .productoverlayimg.cPBgelb * {
  color: #231f20;
}
.singleImg .productoverlayimg.cPBgrau .underline,
.singleImg .productoverlayimg.cPBgrau * .underline,
.singleImg .productoverlayimg.cPBgelb .underline,
.singleImg .productoverlayimg.cPBgelb * .underline {
  border-bottom: 2px solid #231f20;
}
.singleImg .productoverlayimg.cPBred_old_dont_use {
  background-color: #cc141b !important;
}
.productcard {
  position: relative;
  padding: 56px 0;
  margin-bottom: 32px;
  background-size: cover;
}
.productcard .img-container {
  width: 100%;
  padding-bottom: 100%;
}
.productcard .productoverlayimg {
  position: static;
  left: 0;
  right: 0;
  top: 0;
  width: auto;
  padding: 0;
}
.productcard.cPBgrau,
.productcard.cPBgrau *,
.productcard.cPBgelb,
.productcard.cPBgelb * {
  color: #231f20;
}
.productcard.cPBgrau .underline,
.productcard.cPBgrau * .underline,
.productcard.cPBgelb .underline,
.productcard.cPBgelb * .underline {
  border-bottom: 2px solid #231f20;
}
.productcard.cPBred_old_dont_use {
  background-color: #cc141b !important;
}
.dis-ib {
  display: inline-block;
}
.dis-bl,
.dis-b {
  display: block;
}
.dis-n {
  display: none;
}
.r-0 {
  right: 0;
}
.l-0 {
  left: 0;
}
.align-left,
.text-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-center img {
  margin: 0 auto;
}
.align-center .imageWrapper img {
  margin: auto;
}
.align-right,
.text-right {
  text-align: right;
}
.pos-abs {
  position: absolute;
}
.pos-r {
  position: relative;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-10 {
  z-index: 10;
}
.mt-0 {
  margin-top: 0px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-45 {
  margin-top: 45px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-110 {
  margin-top: 110px;
}
.mt-120 {
  margin-top: 120px;
}
.mt--10 {
  margin-top: -10px;
}
.mt--15 {
  margin-top: -15px;
}
.mt--20 {
  margin-top: -20px;
}
.mt--25 {
  margin-top: -25px;
}
.mt--30 {
  margin-top: -30px;
}
.mt--40 {
  margin-top: -40px;
}
.mt--45 {
  margin-top: -45px;
}
.mt--50 {
  margin-top: -50px;
}
.mt--60 {
  margin-top: -60px;
}
.mt--80 {
  margin-top: -80px;
}
.mt--90 {
  margin-top: -90px;
}
.mt--100 {
  margin-top: -100px;
}
.mt--20 {
  margin-top: -20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mb-110 {
  margin-bottom: 110px;
}
.mb-120 {
  margin-bottom: 120px;
}
.mb--15 {
  margin-bottom: -15px;
}
.mb--45 {
  margin-bottom: -45px;
}
.mr-0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-100 {
  margin-right: 100px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-100 {
  margin-left: 100px;
}
.noPadding {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
.pr-45 {
  padding-right: 45px;
}
.w-50 {
  width: 50%;
}
.w-33 {
  width: 33.333%;
}
.w-25 {
  width: 25%;
}
.w-50px {
  width: 50px;
}
.fl-left {
  float: left;
}
.fl-right {
  float: right;
}
.cl-left {
  clear: left;
}
.cl-right {
  clear: right;
}
.cl-both {
  clear: both;
}
.cl-sm-left {
  clear: left;
}
@media (min-width: 992px) {
  .cl-sm-left {
    clear: none;
  }
}
.list-nobullets {
  list-style: none;
  padding: 0;
}
.list-check li li {
  padding-left: 15px;
}
.list-check li li:before {
  font-family: 'fontello';
  content: '';
  display: inline-block;
  margin-left: -18px;
  margin-right: 5px;
}
.ol-left {
  list-style: none;
  padding-left: 0;
  display: table;
}
.ol-left li {
  display: table-row;
  counter-increment: table-ol;
}
.ol-left li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 10px;
  text-align: right;
}
.tt-up {
  text-transform: uppercase;
}
.tt-none {
  text-transform: none;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.fs-1 {
  font-size: 1rem;
}
.fs-12 {
  font-size: 1.2rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-15 {
  font-size: 1.5rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-17 {
  font-size: 1.7rem;
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-19 {
  font-size: 1.9rem;
}
.fs-20 {
  font-size: 2rem;
}
.fs-21 {
  font-size: 2.1rem;
}
.fs-22 {
  font-size: 2.2rem;
}
.fs-italic {
  font-style: italic;
}
.fs-normal {
  font-style: normal;
}
.ff-arial {
  font-family: Arial;
}
.ff-times {
  font-family: "Times New Roman";
}
.va-m {
  vertical-align: middle;
}
.va-t {
  vertical-align: top;
}
.c-blue {
  color: #66aee6;
}
.c-cta {
  color: #e1121a;
}
@media (min-width: 768px) {
  .orient-left {
    text-align: left !important;
  }
  .orient-left img {
    margin: 0 auto 0 0 !important;
  }
  .orient-right {
    text-align: right !important;
  }
  .orient-right img {
    margin: 0 0 0 auto !important;
  }
}
@media print {
  a[href]:after {
    display: none !important;
  }
}
.landingpage .navigation--lang {
  margin-right: 0;
}
.landingpage .blockquote--center-small blockquote {
  text-align: center;
}
.landingpage .productList__item .product__text {
  margin-top: 10px;
}
.landingpage .bigImageText .row--flex {
  display: block;
}
@media (min-width: 768px) {
  .landingpage .bigImageText .row--flex {
    display: flex;
  }
}
.landingpage .productList--t4y .product__imageWrapper,
.landingpage .productSlider--t4y .product__imageWrapper {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .landingpage .productList--t4y .product__imageWrapper,
  .landingpage .productSlider--t4y .product__imageWrapper {
    padding-bottom: 40%;
  }
}
.landingpage .owl-nav {
  display: none;
}
.landingpage .container-fluid .row--smallGutter > .col-sm-6:nth-last-child(2):not(.text-left) {
  display: none;
}
.landingpage .productList--carousel .productList__item .product__contentWrapper {
  padding: 25px;
  border: none;
}
.landingpage .productList--carousel .productList__item {
  border: 0px;
}
@media (min-width: 641px) {
  .landingpage li.productList__item.productList__item--nohover.slick-slide.slick-current.slick-active:after {
    content: '';
    width: 1px;
    height: 200%;
    background-color: #e3e3e3;
    position: absolute;
    right: 0px;
    top: 0;
  }
}
@media (max-width: 640px) {
  .landingpage .productList--carousel li.productList__item {
    width: 100% !important;
  }
  .landingpage .productList--carousel li.productList__item:first-child {
    border-bottom: 1px solid #e3e3e3;
  }
}
@media (max-width: 1270px) {
  .landingpage .hidden-hamburger {
    display: block;
  }
  .landingpage .hidden-hamburger .icon-globe {
    color: white;
  }
  .landingpage .hidden-hamburger .navigation--lang {
    position: absolute;
    right: auto;
    left: 0;
    top: 10px;
  }
  .landingpage .hidden-hamburger .navigation--lang > a {
    color: white;
  }
  .landingpage .hidden-hamburger .navigation--meta > li.sub > a:after {
    color: white;
  }
}
.pageFooter {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #231f20;
  color: #b3abad;
}
.pageFooter .header--lvl6 {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  color: white;
  margin-bottom: 16px;
}
.pageFooter h4 {
  margin-bottom: 16px;
  color: white;
}
.pageFooter .input-group-btn .btn,
.pageFooter .btn,
.pageFooter .btn:link,
.pageFooter .btn:hover,
.pageFooter .btn:visited,
.pageFooter .btn:focus {
  background: #e1121a;
  border-color: #e1121a;
  height: 45px;
  min-height: 45px;
}
.pageFooter li > a,
.pageFooter li > a:link,
.pageFooter li > a:hover,
.pageFooter li > a:visited,
.pageFooter li > a:focus {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  font-weight: bold;
  color: #b3abad;
  transition: color 0.5s ease;
  text-decoration: none;
}
.pageFooter li > a:hover {
  color: #e1121a;
  text-decoration: none;
}
.pageFooter .socialsquare::before {
  font-size: 16px;
}
.pageFooter .list-inline > li {
  margin-bottom: 10px;
}
.pageFooter .copyright {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  font-weight: bold;
  float: left;
  line-height: 24px;
}
@media (min-width: 931px) {
  .pageFooter .copyright {
    float: right;
  }
}
.pageFooter .container-fluid .col-xs-12 .row {
  display: flex;
  flex-flow: row wrap;
}
.pageFooter .container-fluid .col-xs-12 .row > div {
  flex: 1 1 0%;
}
.pageFooter .container-fluid .col-xs-12 .row .col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 540px) {
  .pageFooter .container-fluid .col-xs-12 .row .col-nc-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .pageFooter .container-fluid .col-xs-12 .row .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .pageFooter .container-fluid .col-xs-12 .row .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.pageFooter .socialsquare {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
}
#newsletterFooter .form-control {
  padding-top: 0;
  min-height: 45px;
  border: 0 none;
}
.sitemap .header--lvl6 a,
.sitemap .header--lvl6 a:link,
.sitemap .header--lvl6 a:hover,
.sitemap .header--lvl6 a:visited,
.sitemap .header--lvl6 a:focus {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: white;
}
.navigation--sitemap {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 16px;
  padding-right: 16px;
}
@media (min-width: 540px) {
  .navigation--sitemap {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .navigation--sitemap {
    padding-right: 32px;
  }
}
.navigation--sitemap > li {
  display: block;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  hyphens: auto;
  margin-bottom: 8px;
}
.navigation--sitemap > li > a,
.navigation--sitemap > li > a:link,
.navigation--sitemap > li > a:visited,
.navigation--sitemap > li > a:focus {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
  color: #b3abad;
  font-weight: bold;
  padding-left: 18px;
  display: block;
  position: relative;
  hyphens: auto;
  line-height: 20px;
  transition: color 0.5s ease;
}
.navigation--sitemap > li > a:hover {
  color: #e1121a;
}
.navigation--sitemap > li > a:before {
  content: "\00bb";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
}
.navigation--sitemap.sitemap-left,
.navigation--sitemap.sitemap-right {
  padding-top: 0px;
  padding-left: 0;
  margin-top: 0;
}
.sitemap {
  display: flex;
  flex-flow: row wrap;
}
.sitemap > div {
  flex: 1 1 0%;
}
.sitemap .double_nav {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .sitemap .double_nav {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .sitemap .double_nav {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.sitemap .single_nav {
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .sitemap .single_nav {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .sitemap .single_nav {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.sitemap .double_nav,
.sitemap .single_nav {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 540px) {
  .sitemap .double_nav,
  .sitemap .single_nav {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media (min-width: 992px) {
  .sitemap .double_nav,
  .sitemap .single_nav {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.bestsellerwrapper .glide__slides .glide__slide {
  width: 100%;
  margin-bottom: 32px;
  height: auto;
}
.bestsellerwrapper .glide__slides .glide__slide .hv-bigshadow {
  height: 100%;
}
.bestsellerwrapper .glide__slides .glide__slide .product__title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  transition: color 0.5s ease;
}
.bestsellerwrapper .glide__slides .glide__slide .product__contentWrapper {
  border: 0 none;
  box-shadow: none;
  padding: 0;
  text-decoration: none;
  color: #000000;
}
.bestsellerwrapper .glide__slides .glide__slide .product__imageWrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 100% 0 0 0;
  width: 100%;
}
.bestsellerwrapper .glide__slides .glide__slide .product__image {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .bestsellerwrapper .glide__slides .glide__slide .product__image {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.bestsellerwrapper .glide__slides .glide__slide .product__info {
  padding: 16px 16px 24px 16px;
  flex: 1;
}
.bestsellerwrapper .glide__slides .glide__slide .product__amount {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.2px;
}
.bestsellerwrapper .glide__slides .glide__slide:hover .product__title {
  color: #e1121a;
}
.bestsellerwrapper .glide__slides .glide__slide .product__link:after {
  display: none;
}
.bestsellerwrapper .glide__slides .shadowwrapper {
  padding: 0 16px 0 0;
}
@media (min-width: 540px) {
  .bestsellerwrapper .glide__slides .shadowwrapper {
    padding: 0 24px 0 0;
  }
}
@media (min-width: 992px) {
  .bestsellerwrapper .glide__slides .shadowwrapper {
    padding: 0 32px 0 0;
  }
}
.bestsellerwrapper .glide__slides.carousel--nojs .productList__item {
  float: left;
  width: 20%;
}
.bestsellerwrapper .glide__slides.carousel--nojs .productList__item:nth-child(1n + 6) {
  display: none;
}
.bestsellerwrapper .glide__slides.carousel--nojs.productList--t4y .productList__item {
  width: 33%;
}
.bestsellerwrapper .glide__slides.carousel--nojs.productList--t4y .productList__item:nth-child(1n + 4) {
  display: none;
}
.bestsellerwrapper .glide__arrow--left,
.bestsellerwrapper .glide__arrow--right,
.bestsellerwrapper .glide-prev,
.bestsellerwrapper .glide-next {
  display: none;
}
.glide__arrows,
.glide-nav {
  position: absolute;
  width: 100%;
  height: 0;
  top: 105px;
  bottom: 0;
  z-index: 10;
}
.glide__arrows .glide__arrow--left,
.glide-nav .glide__arrow--left,
.glide__arrows .glide__arrow--right,
.glide-nav .glide__arrow--right,
.glide__arrows .glide-prev,
.glide-nav .glide-prev,
.glide__arrows .glide-next,
.glide-nav .glide-next {
  background: #fff;
  width: 40px;
  height: 40px;
  border: 0 none;
  position: absolute;
  left: 0;
}
.glide__arrows .glide__arrow--left:before,
.glide-nav .glide__arrow--left:before,
.glide__arrows .glide__arrow--right:before,
.glide-nav .glide__arrow--right:before,
.glide__arrows .glide-prev:before,
.glide-nav .glide-prev:before,
.glide__arrows .glide-next:before,
.glide-nav .glide-next:before {
  font-family: fontello;
  content: '\e804';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.glide__arrows .glide__arrow--left:hover,
.glide-nav .glide__arrow--left:hover,
.glide__arrows .glide__arrow--right:hover,
.glide-nav .glide__arrow--right:hover,
.glide__arrows .glide-prev:hover,
.glide-nav .glide-prev:hover,
.glide__arrows .glide-next:hover,
.glide-nav .glide-next:hover {
  cursor: pointer;
}
.glide__arrows .glide__arrow--right,
.glide-nav .glide__arrow--right,
.glide__arrows .glide-next,
.glide-nav .glide-next {
  left: auto;
  right: 0;
}
.glide__arrows .glide__arrow--right:before,
.glide-nav .glide__arrow--right:before,
.glide__arrows .glide-next:before,
.glide-nav .glide-next:before {
  content: '\e805';
}
.collage {
  height: 420px;
  width: 100%;
  /* !FOCUSED IMAGES */
  /*-----------------------------------------*/
}
.collage .image {
  width: calc(50% + 44px);
  /* image-focus sets inline relative for this */
  position: absolute !important;
  overflow: hidden;
  height: 280px;
}
.collage .image_one {
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 97% 0%, calc(100% - 80px) 100%, 0% 100%);
}
.collage .image_one img {
  margin-left: 70px;
}
@media (min-width: 540px) {
  .collage .image_one img {
    margin-left: 0;
  }
}
.collage .image_two {
  bottom: 0;
  right: 0;
  clip-path: polygon(70px 0, 100% 0%, 100% 100%, 0% 100%);
}
@media (min-width: 768px) {
  .collage {
    height: 320px;
  }
  .collage .image_two {
    clip-path: polygon(80px 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .collage .image_one {
    clip-path: polygon(0 0, 98% 0%, calc(100% - 90px) 100%, 0% 100%);
  }
  .collage .image {
    width: calc(50% + 29px);
    height: 320px;
  }
}
@media (min-width: 992px) {
  .collage .image {
    width: calc(50% + 23px);
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .collage .image {
    width: calc(50% + 23px);
    height: 320px;
  }
  .collage .image_two img {
    margin-left: 0;
  }
}
.collage .focuspoint,
.collage .focused-image-container {
  position: relative;
  /*Any position but static should work*/
  overflow: hidden;
}
.collage .focuspoint img,
.collage .focused-image {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  display: block;
  /* fill and maintain aspect ratio */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-height: none;
  max-width: none;
}
.collage .focuspoint img,
.collage .focused-image {
  top: 0 !important;
  max-height: 100%;
}
.margin-space07 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 540px) {
  .margin-space07 {
    margin-top: 96px;
  }
}
@media (min-width: 992px) {
  .margin-space07 {
    margin-top: 112px;
  }
}
@media (min-width: 540px) {
  .margin-space07 {
    margin-bottom: 96px;
  }
}
@media (min-width: 992px) {
  .margin-space07 {
    margin-bottom: 112px;
  }
}
.margin-space06 {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (min-width: 540px) {
  .margin-space06 {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .margin-space06 {
    margin-top: 96px;
  }
}
@media (min-width: 540px) {
  .margin-space06 {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .margin-space06 {
    margin-bottom: 96px;
  }
}
.margin-space05 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.margin-space04 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.margin-space03 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.margin-space02 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.margin-space01 {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .vorteile .glide__track {
    pointer-events: none;
  }
}
.vorteile .vorteil__icon {
  width: 56px;
  height: 100%;
  float: left;
}
.vorteile .vorteil__icon img {
  width: 40px;
  height: 40px;
}
.vorteile .textwrapper {
  width: calc(100% - 56px);
  float: right;
  padding-right: 16px;
}
@media (min-width: 540px) {
  .vorteile .textwrapper {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .vorteile .textwrapper {
    padding-right: 32px;
  }
}
.vorteile .vorteil__header {
  margin-top: 4px;
}
.vorteile .glide__slides {
  margin-bottom: 0;
}
.rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .rowFlex {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 992px) {
  .rowFlex {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.rowFlex > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.rowFlex > .col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 540px) {
  .rowFlex > .col-nc-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .rowFlex > .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .rowFlex > .col-sm-7 {
    flex-basis: 54.333333%;
    max-width: 54.333333%;
  }
  .rowFlex > .col-sm-5 {
    flex-basis: 45.666667%;
    max-width: 45.666667%;
  }
  .rowFlex > .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.col-xs-12.col-sm-6.content--small {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.col-xs-12.col-sm-6.content--small > div {
  margin-top: 0;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .col-xs-12.col-sm-6.content--small > div {
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .col-xs-12.col-sm-6.col-sm-pull-6.content--small {
    padding-right: 60px;
    padding-left: 0;
  }
}
.content--ansprechpersonen .sectionHeader {
  margin-bottom: 32px;
}
.content--ansprechpersonen .sectionHeader > *:last-child {
  margin-bottom: 0;
}
.ansprechperson .header--lvl2 {
  margin-bottom: 32px;
}
.ansprechperson .img {
  margin-bottom: 32px;
}
.ansprechperson .img img {
  max-width: 100%;
  height: auto;
}
.ansprechperson .personinfo {
  margin: 8px 0;
}
.ansprechperson .personinfo div {
  margin: 8px 0;
}
.ansprechperson .personemail,
.ansprechperson .personphone {
  margin: 8px 0;
}
.ansprechperson .personemail span:before,
.ansprechperson .personphone span:before {
  margin-right: 8px;
}
.rowFlex > div.ansprechperson {
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 540px) {
  .rowFlex > div.ansprechperson {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .rowFlex > div.ansprechperson {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1200px) {
  .rowFlex > div.ansprechperson {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.quote-block {
  position: relative;
  background-size: 0;
}
.quote-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.quote-block .quote-text > p {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
  color: #231f20;
}
.quote-block .quote-text > p {
  quotes: "„" "“";
}
.quote-block .quote-text > p::before {
  content: open-quote;
}
.quote-block .quote-text > p::after {
  content: close-quote;
}
.quote-block .quote-giver {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote-block .image-mobile {
  margin-bottom: 40px;
}
.quote-block .image-desktop {
  display: none;
}
@media (min-width: 768px) {
  .quote-block {
    min-height: 350px;
    background-size: cover;
    background-position: center;
  }
  .quote-block .quote-text p {
    margin-top: 0;
  }
  .quote-block .quote-giver p {
    margin-bottom: 0;
  }
  .quote-block .quote-block {
    position: relative;
  }
  .quote-block .image-mobile {
    display: none;
  }
  .quote-block .image-desktop {
    display: block;
    height: 100%;
    width: auto;
    max-width: unset;
  }
  .quote-block .quote-text,
  .quote-block .quote-giver {
    width: 50%;
    max-width: 100%;
    margin-right: 2%;
  }
  .quote-block .text-wrapper {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
  }
  .quote-block .quote-giver {
    margin-bottom: 0;
  }
  .quote-block .text-inner-wrapper {
    position: relative;
    margin-top: auto;
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-content: center;
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.blockquote--center-small {
  padding: 24px 0;
}
.product__additional ul li::before,
.product__desc ul li::before,
.text__bodytext ul li::before,
.product__additional ol li::before,
.product__desc ol li::before,
.text__bodytext ol li::before {
  top: -1px;
}
.collapseInner {
  display: none;
  padding-bottom: 1.2rem;
}
.modul-accordion form {
  position: relative;
  margin-bottom: 4rem;
}
.modul-accordion form input {
  width: 100%;
  height: 48px;
  font-size: 14px;
  padding: 0 15px;
  appearance: auto;
  -webkit-appearance: auto;
}
.modul-accordion form input:focus {
  padding-top: 0;
}
.modul-accordion form .clearInput {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 15px;
  height: 15px;
  line-height: 15px;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  text-align: center;
  color: #b3abad;
}
.modul-accordion form .clearInput:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #b3abad;
  transform: rotate(45deg);
}
.modul-accordion form .clearInput:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 2px;
  background-color: #b3abad;
  transform: rotate(-45deg);
}
.modul-accordion .accordion mark {
  background: #FBDCDD;
  padding: 0 2px;
  margin: 0 -2px;
  color: inherit;
  text-decoration: inherit;
  border: inherit;
}
.modul-accordion .accordion .item {
  padding: 1.6rem 0;
  border-bottom: 2px solid #ebe6e6;
}
.modul-accordion .accordion .item:first-child {
  border-top: 2px solid #ebe6e6;
}
.modul-accordion .accordion .item .toggle {
  cursor: pointer;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modul-accordion .accordion .item .toggle i {
  width: 1.7rem;
  height: 1.7rem;
  position: relative;
  margin-right: 14px;
  display: block;
  flex: 0 0 auto;
}
.modul-accordion .accordion .item .toggle i:after,
.modul-accordion .accordion .item .toggle i:before {
  content: "";
  display: block;
  position: absolute;
  background: #e1121a;
}
.modul-accordion .accordion .item .toggle i:after {
  width: 0.3rem;
  height: 100%;
  top: 0;
  left: 0.7rem;
}
.modul-accordion .accordion .item .toggle i:before {
  width: 100%;
  height: 0.3rem;
  top: 0.7rem;
  left: 0;
}
.modul-accordion .accordion .item .toggle.open i:after {
  opacity: 0;
}
.modul-accordion .accordion .item .card {
  padding: 3.2rem 0 1rem;
}
.modul-accordion .accordion .item .card .itemInner h3 {
  color: #e1121a;
  margin: 0 0 1.8rem;
}
.modul-accordion .accordion .item .card .itemInner .card {
  padding: 0 0 0.8rem;
}
.modul-accordion .accordion .item .card .itemInner .card p:first-child {
  margin-top: 0;
}
.modul-accordion .accordion .item .card .itemInner .card p:last-child {
  margin-bottom: 0;
}
.modul-accordion .accordion .itemInner {
  padding: 0.2rem 0;
}
.frame-galerie {
  overflow: hidden;
}
.frame-galerie > section {
  position: relative;
}
.frame-galerie .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 0 none;
  color: #fff;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.frame-galerie .slick-arrow:before {
  font-family: fontello;
  content: '\e804';
  color: #e1121a;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -1px;
  line-height: 1;
}
.frame-galerie .slick-arrow:hover {
  cursor: pointer;
}
.frame-galerie .slick-arrow.slick-prev {
  left: 0;
}
.frame-galerie .slick-arrow.slick-next {
  right: 0;
}
.frame-galerie .slick-arrow.slick-next:before {
  content: '\e805';
}
.frame-galerie .slick-arrow.slick-disabled {
  display: none!important;
}
@media (max-width: 768px) {
  .frame-galerie .slick-arrow {
    display: none;
  }
}
.galeriewrapper .galerieCarousel {
  padding: 0;
}
.galeriewrapper .slick-list {
  overflow: initial;
  margin: 0 -0.8rem;
}
@media (max-width: 768px) {
  .galeriewrapper .slick-list {
    padding-right: calc(100% / 12);
  }
}
@media (min-width: 992px) {
  .galeriewrapper .slick-list {
    margin: 0 -1.6rem;
  }
}
.galeriewrapper .slick-slide {
  padding: 0 0.8rem;
}
@media (min-width: 992px) {
  .galeriewrapper .slick-slide {
    padding: 0 1.6rem;
  }
}
.galeriewrapper .slick-slide .media img {
  width: 100%;
  height: auto;
}
.galeriewrapper .slick-slide .caption {
  margin-top: 2.4rem;
  font-size: 1.4rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.galeriewrapper .slick-slide.slick-active .caption {
  opacity: 1;
}
.galerie .gridRow > [class^="col"] {
  margin-bottom: 0;
}
.galerie .header--lvl1 {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
.galerie .textblock {
  margin-bottom: -1rem;
}
.galerie .textblock h1:last-child,
.galerie .textblock h2:last-child,
.galerie .textblock h3:last-child,
.galerie .textblock h4:last-child,
.galerie .textblock p:last-child {
  margin-bottom: 0;
}
.focused-image-container video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  pointer-events: none;
}
.tooltip-icon {
  display: inline-block;
  position: relative;
  top: 3px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #e1121a;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip-inner {
  max-width: 185px;
  padding: 12px 14px;
  color: #231f20;
  border-top: 4px solid #e1121a;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 10px 13px -2px rgba(0, 0, 0, 0.2);
}
.tooltip-header {
  font-weight: bold;
  font-size: 1.4rem;
  color: #231f20;
  line-height: 1.5;
  margin-bottom: 4px;
}
.tooltip-body {
  font-size: 1.4rem;
  color: #231f20;
  line-height: 1.3;
}
.teaser--bgColor-sec-yellow {
  background: #F2D835;
  color: #ffffff;
  color: #231f20;
}
.teaser-download.teaser--bgColor-sec-yellow i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser-download.teaser--bgColor-sec-yellow i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23231F20' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23231F20' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23231F20' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-sec-orange {
  background: #FF692E;
  color: #ffffff;
}
.teaser-download.teaser--bgColor-sec-orange i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-sec-dark-red {
  background: #CC141B;
  color: #ffffff;
}
.teaser-download.teaser--bgColor-sec-dark-red i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-sec-light-blue {
  background: #63B8B5;
  color: #ffffff;
}
.teaser-download.teaser--bgColor-sec-light-blue i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-sec-dark-blue {
  background: #0B3B8A;
  color: #ffffff;
}
.teaser-download.teaser--bgColor-sec-dark-blue i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-sec-light-green {
  background: #419937;
  color: #ffffff;
}
.teaser-download.teaser--bgColor-sec-light-green i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-sec-dark-green {
  background: #11663E;
  color: #ffffff;
}
.teaser-download.teaser--bgColor-sec-dark-green i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-sec-light-grey {
  background: #EBE6E6;
  color: #ffffff;
  color: #231f20;
}
.teaser-download.teaser--bgColor-sec-light-grey i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser-download.teaser--bgColor-sec-light-grey i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23231F20' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23231F20' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23231F20' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-sec-black {
  background: #000;
  color: #ffffff;
}
.teaser-download.teaser--bgColor-sec-black i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--bgColor-prim-red {
  background: #e1121a;
  color: #ffffff;
}
.teaser-download.teaser--bgColor-prim-red i {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16.5 11L12 16L7.5 11' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M12 3V15' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M3 17V21H21V17' stroke='%23ffffff' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.teaser--beruf {
  padding: 20px 15px;
  min-height: 115px;
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .teaser--beruf {
    padding: 30px 20px 35px;
    display: block;
  }
}
@media (min-width: 992px) {
  .teaser--beruf {
    text-align: center;
  }
}
.teaser--beruf .teaser__imageWrapper img {
  width: auto;
  height: 60px;
}
@media (min-width: 992px) {
  .teaser--beruf .teaser__imageWrapper img {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .teaser--beruf .teaser__imageWrapper {
    margin-bottom: 24px;
  }
}
.teaser--beruf .teaser__content {
  max-width: 100%;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .teaser--beruf .teaser__content {
    padding-left: 0;
  }
}
.teaser--beruf .teaser__content p {
  text-align: left;
  margin: 0;
}
@media (min-width: 992px) {
  .teaser--beruf .teaser__content p {
    text-align: center;
  }
}
.teaser--beruf .teaser__header,
.teaser--beruf h3,
.teaser--beruf h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
  line-height: 23px;
}
.teaser--beruf .teaser__header:empty {
  display: none;
}
.teaser--beruf p {
  font-weight: 500;
  line-height: 23px;
}
.teaser--beruf p:last-child {
  margin-bottom: 0;
}
.hightlighttopic .slider-stage-content.slick-initialized {
  background-color: #231f20;
}
.hightlighttopic .slider-stage-content .slick-track {
  display: flex;
}
.hightlighttopic .slider-stage-content .slide {
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
  opacity: 1!important;
  pointer-events: none;
}
.hightlighttopic .slider-stage-content .slide picture {
  aspect-ratio: 2;
  width: 100%;
}
.hightlighttopic .slider-stage-content .slide picture img {
  max-width: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.hightlighttopic .slider-stage-content .slide .headerwrapper {
  left: auto;
  top: auto;
  bottom: auto;
  width: 100%;
  height: auto;
  flex: 1;
  background-color: transparent;
  pointer-events: none;
}
.hightlighttopic .slider-stage-content .slide .headerwrapper .headerwrapper-inner {
  opacity: 0;
  transition: opacity 1s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hightlighttopic .slider-stage-content .slide .headerwrapper .headerwrapper-inner .btn-wrap {
  flex: 1;
  display: flex;
  align-items: flex-end;
}
.hightlighttopic .slider-stage-content .slide .headerwrapper .intro {
  color: #fff;
}
.hightlighttopic .slider-stage-content .slide .headerwrapper .header {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.4px;
  margin-bottom: 0.5em;
  margin-top: 0.8rem;
  margin-bottom: 0;
  hyphens: auto;
}
.hightlighttopic .slider-stage-content .slide.slick-current {
  pointer-events: auto;
}
.hightlighttopic .slider-stage-content .slide.slick-current picture img {
  opacity: 1;
}
.hightlighttopic .slider-stage-content .slide.slick-current .headerwrapper {
  background-color: #CC141B;
  pointer-events: auto;
}
.hightlighttopic .slider-stage-content .slide.slick-current .headerwrapper .headerwrapper-inner {
  opacity: 1;
}
@media (min-width: 768px) {
  .hightlighttopic .slider-stage-content .slide picture {
    aspect-ratio: 1.5;
  }
  .hightlighttopic .slider-stage-content .slide .headerwrapper {
    left: 0;
    top: calc(50%);
    bottom: auto;
    width: 36rem;
    height: 36.4rem;
    transform: translateY(-50%);
  }
  .hightlighttopic .slider-stage-content .slide .headerwrapper .header {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
  }
  .hightlighttopic .slider-stage-content .slide .headerwrapper .header {
    font-size: calc(1.078125rem + 1.5625vw);
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .hightlighttopic .slider-stage-content .slide .headerwrapper .intro {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: 0.2px;
    color: #231f20;
    color: #fff;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .hightlighttopic .slider-stage-content .slide .headerwrapper .header {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .hightlighttopic .slider-stage-content .slide .headerwrapper {
    left: 6rem;
    top: calc(50% - 5rem);
    width: 54.8rem;
    height: 34.8rem;
  }
}
@media (min-width: 1200px) {
  .hightlighttopic .slider-stage-content .slide picture {
    aspect-ratio: 2;
  }
  .hightlighttopic .slider-stage-content .slide .headerwrapper {
    height: 37.8rem;
  }
  .hightlighttopic .slider-stage-content .slide .headerwrapper .header {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: 0.4px;
    margin-bottom: 0.5em;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .hightlighttopic .slider-stage-content .slide .headerwrapper .header {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .hightlighttopic .slider-stage-content .slide .headerwrapper .header {
    font-size: 36px;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .hightlighttopic .slider-stage-content .slide .headerwrapper .header {
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .hightlighttopic .slider-stage-content .slide .headerwrapper .header {
    font-size: 36px;
    line-height: 1.25;
  }
}
.hightlighttopic .slider-stage-content-nav .slick-track {
  width: calc(100% + 0.4rem) !important;
  transform: none!important;
  display: flex;
  overflow: auto;
  background-color: #e1121a;
  padding-bottom: 0.2rem;
  gap: 0.2rem;
  margin: 0 -0.2rem;
}
.hightlighttopic .slider-stage-content-nav .slick-track .slide {
  width: auto !important;
  flex: 1;
}
.hightlighttopic .slider-stage-content-nav .slick-track .slide .body {
  display: none;
}
.hightlighttopic .slider-stage-content-nav .slick-track .slide .progressBar {
  height: 1.2rem;
  background-color: #fff;
  opacity: 0.55;
  transition: opacity 0.3s ease;
}
.hightlighttopic .slider-stage-content-nav .slick-track .slide .progressBar .inner {
  background-color: transparent;
}
.hightlighttopic .slider-stage-content-nav .slick-track .slide.slick-current .progressBar {
  opacity: 1;
}
@media (min-width: 768px) {
  .hightlighttopic .slider-stage-content-nav .slick-track {
    width: 100%!important;
    background-color: transparent;
    gap: unset;
    margin: 0;
    box-sizing: content-box;
    padding-bottom: 0.5rem;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide {
    min-width: 22.6rem;
    text-align: center;
    width: auto!important;
    cursor: pointer;
    flex: 1;
    padding: 0;
    border-right: 1px solid #D9D4D6;
    border-bottom: 1px solid #B2ABAD;
    height: auto;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide:last-child {
    border-right: 0;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide .body {
    padding: 1.2rem 1.6rem;
    font-size: 1.4rem;
    line-height: 2rem;
    transition: color 0.3s ease-in-out;
    display: block;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide .body span,
  .hightlighttopic .slider-stage-content-nav .slick-track .slide .body strong {
    display: block;
    text-align: left;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide .body strong {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide .progressBar {
    height: 1rem;
    background-color: #D9D4D6;
    opacity: 1;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide .progressBar .inner {
    height: 1rem;
    width: 0;
    background-color: #e1121a;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide.slick-current .progressBar .inner {
    animation: 7.5s in-out linear;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide.slick-current .body {
    color: #e1121a;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide:hover .body {
    color: #e1121a;
  }
}
@media (min-width: 992px) {
  .hightlighttopic .slider-stage-content-nav .slick-track {
    overflow: hidden;
    height: auto;
    padding-bottom: 0;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide {
    min-width: 0;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide .body {
    padding: 1.6rem;
  }
  .hightlighttopic .slider-stage-content-nav .slick-track .slide .body span {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.hightlighttopic .slider-stage-content-nav .slide-navigation {
  display: none;
}
@media (min-width: 768px) {
  .hightlighttopic .slider-stage-content-nav .slide-navigation {
    position: absolute;
    right: 4rem;
    bottom: calc(100% + 2.4rem);
    display: flex;
    gap: 1.6rem;
    z-index: 2;
  }
  .hightlighttopic .slider-stage-content-nav .slide-navigation button {
    width: 5.6rem;
    height: 5.6rem;
    background-color: rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    overflow: hidden;
    border: none;
    appearance: none;
    transition: background-color 0.5s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .hightlighttopic .slider-stage-content-nav .slide-navigation button i {
    font-size: 2.4rem;
  }
  .hightlighttopic .slider-stage-content-nav .slide-navigation button.play-slide {
    background-size: 2.4rem;
    background-position: center;
    background-repeat: no-repeat;
  }
  .hightlighttopic .slider-stage-content-nav .slide-navigation button.play {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 20V4L20.5 12L6 20Z' stroke='%23231F20' stroke-width='2'/%3E%3C/svg%3E");
  }
  .hightlighttopic .slider-stage-content-nav .slide-navigation button.pause {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 22L8 2M16 22L16 2' stroke='%23231F20' stroke-width='2'/%3E%3C/svg%3E");
  }
  .hightlighttopic .slider-stage-content-nav .slide-navigation button:hover {
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .hightlighttopic .slider-stage-content-nav .slide-navigation {
    right: 0;
    bottom: calc(100% + 2.4rem);
  }
}
.hightlighttopic .slider-stage-content-nav.paused .slide.slick-current .progressBar .inner {
  animation-play-state: paused;
}
@media (min-width: 992px) {
  .hightlighttopic .slider-stage-content-nav {
    left: 6rem;
    right: 6rem;
    height: auto;
    position: absolute;
    bottom: 0;
    background-color: #fff;
  }
}
@keyframes in-out {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.pageWrapper.pageWrapper--static {
  padding-top: 0 !important;
}

.pageWrapper.pageWrapper--static .pageHeader,
.pageWrapper.pageWrapper--static .pageFooter,
.pageWrapper.pageWrapper--static .breadcrump {
  display: none !important;
}

body {
  margin: 0;
}
