/* =============================================================================
   Modifications for modules csc2016
   ========================================================================== */
/*
.moduleSwiper
*/
.moduleSwiper {
  margin: 0 0 100px 0;
}

.moduleSwiper .swiper-container {
  width: auto;
  /*height: 300px;*/
  padding: 13px 0 14px 14px;
  background: #fbb272;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb272), to(#f68720));
  background: -webkit-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -moz-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -o-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: linear-gradient(to bottom, #fbb272 0%, #f68720 100%);
}

.moduleSwiper .swiper-slide {
  background: #fff;
  width: 270px;
  /*min-height: 275px;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.moduleSwiper .swiper-button-next, .moduleSwiper .swiper-button-prev {
  display: none;
}

.moduleSwiper .moduleContentTeaser {
  width: 100%;
  margin: 0;
  padding: 0;
}

.moduleSwiper .moduleContentTeaser .boxContent p {
  margin: 0;
  padding: 0;
  font-size: 0.875em;
}

.moduleSwiper .moduleContentTeaser .boxContent .boxSubheader {
  font-size: 0.875em;
  font-weight: bold;
  display: block;
}

.moduleContentTeaser .boxContent img {
  margin-bottom: 8px;
}

.moduleContentTeaser .bowRow {
  margin: 5px 0;
}

.moduleContentTeaser .bowRow input {
  float: left;
  font-size: 0.875em;
  margin: 0 1px 0 0;
  padding-top: 4px;
  padding-bottom: 3px;
}

.moduleContentTeaser .bowRow .boxBtn {
  width: 29px;
  height: 29px;
  background-image: url("/_common/img/sprites/sprite-icons-csc-2016.gif");
  background-position: -700px -100px;
  border: none;
}

.moduleContentTeaser a.boxLink {
  font-size: 0.875em;
}

@media all and (min-width: 768px) {
  .moduleContentTeaser .bowRow input {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .moduleSwiper .swiper-container {
    padding-left: 100px;
  }

  .moduleContentTeaser .bowRow .boxBtn {
    width: 26px;
    height: 26px;
    background-position: -500px -100px;
  }
}
/*
.moduleSubheader
*/
.moduleSubheader {
  background-color: #fff;
  padding: 20px 0 0 0;
  margin: -47px auto 0 auto;
  min-width: 300px;
  max-width: 910px;
  width: auto !important;
  width: 910px;
  border: 0;
}

.moduleSubheader h2 {
  font-size: 1.5em;
  margin: 0 0 0 30px;
  padding: 0 0 10px 0;
}

@media all and (min-width: 768px) {
  .moduleSwiper .swiper-button-next, .moduleSwiper .swiper-button-prev {
    display: block;
    width: 50px;
    height: 100%;
    background-color: #ea8101;
    background-color: rgba(234, 129, 1, 0.7);
    top: 0;
    right: 0;
    margin: 0;
  }

  .moduleSwiper .swiper-button-prev {
    top: 0;
    left: 0;
  }
}
/*
.moduleInfoText
*/
.moduleInfoText {
  background: #fafafa none repeat scroll 0% 0%;
  border: 1px solid #f68620;
  padding: 0.7em;
  margin: 0 0 25px 0;
  font-size: 0.875em;
}

.moduleInfoText .boxHigh {
  color: #f68620;
}

/*
.moduleSideNavi
*/
.moduleSideNavi .boxSelectWrapper {
  margin-bottom: 0;
}

.moduleSideNavi h3 {
  padding: 0;
  font-size: 0.875em;
}

.moduleSideNavi .boxSelectOption + h3 {
  margin-top: 10px;
}

.moduleSideNavi .boxSubmit {
  margin-top: 4px !important;
}

.js .moduleSideNavi .boxSelectWrapper .selectList {
  margin: 0 0 10px 0;
}

.js .moduleSideNavi .boxSelectWrapper input {
  display: initial;
  visibility: visible;
  margin-top: 15px;
  float: right;
  padding: 5px 15px;
  font-size: 13px;
  color: white;
  background: #fbb272;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb272), to(#f68720));
  background: -webkit-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -moz-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -o-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: linear-gradient(to bottom, #fbb272 0%, #f68720 100%);
  border: none;
}

.moduleSideNaviHigh .boxOuterHeadline {
  background-color: #F9A254;
}

.moduleSideNaviHigh .boxInnerWrapper .boxOuterHeader {
  margin: -8px -8px -37px -8px;
  background-color: #F9A254;
  padding: 6px 0px 37px 0;
}

.moduleSideNaviHigh .boxInnerWrapper .boxOuterHeader h3 {
  padding: 0 0 4px 10px;
}

.moduleSideNaviHigh .boxSelectOption:first-child {
  margin-bottom: 20px;
}

/*
.moduleFormLiquid
*/
.moduleFormLiquid {
  max-width: 583px;
  border-top: none !important;
  padding-top: 0;
}

.moduleFormLiquid .boxRequiredText {
  float: left;
}

.moduleFormLiquid .boxRowSend {
  margin: 0 0 20px 0;
}

/*
.moduleImagesFloat
*/
.moduleImagesFloat {
  margin: 0 0 40px -20px;
}

.moduleImagesFloat div {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-left: 20px;
  margin: 0 0 20px 0;
}

.moduleImagesFloat img {
  cursor: default;
  width: 115px;
  display: block;
  margin: 0;
  padding: 0;
}

.moduleImagesFloat span {
  display: none;
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #fff;
  bottom: 0;
  left: 110px;
  background-position: -495px 5px;
  cursor: pointer;
}

.moduleImagesFloat .boxBildunterschrift {
  display: none;
}

@media all and (min-width: 768px) {
  .moduleImagesFloat {
    margin-left: -15px;
  }

  .moduleImagesFloat div {
    width: auto;
    padding-left: 15px;
  }

  .moduleImagesFloat span {
    display: block;
  }

  .moduleImagesFloat img {
    cursor: pointer;
  }
}
/*
.moduleBestellList
*/
.moduleBestellList {
  margin: 0 0 40px 0;
  padding: 20px 0 0 0;
}

.moduleBestellList .boxDescText {
  position: relative;
  display: block;
  font-size: 0.8125em;
  margin: 0 0 10px 0;
}

.moduleBestellList h2 {
  margin: 15px 0 10px 37px;
  border-bottom: 1px solid #ccc;
  font-size: 1em;
}

.moduleBestellList > h2:first-of-type {
  margin-top: 0;
}

.moduleBestellList .boxArrowDown {
  background-image: url("/_common/img/sprites/sprite-icons-csc-2016.gif");
  background-position: -100px -920px;
  display: block;
  height: 42px;
  width: 10px;
  position: absolute;
  bottom: -51px;
  left: 6px;
}

.moduleBestellList .boxList {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-left: 23px solid #fbcfa5;
  padding: 15px 0 0 0;
}

.moduleBestellList h2 + .boxList {
  padding-top: 0;
}

.moduleBestellList input {
  position: absolute;
  top: 10px;
  left: -18px;
  z-index: 9;
}

.moduleBestellList img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: none;
}

.moduleBestellList .boxText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  width: 100%;
}

.moduleBestellList p {
  font-size: 0.875em;
  margin: 0;
  padding: 0;
}

.moduleBestellList h3, .moduleBestellList a {
  font-size: 0.875em;
}

@media all and (min-width: 768px) {
  .moduleBestellList h2 {
    margin-top: 37px;
    margin-bottom: 20px;
  }

  .moduleBestellList .boxList {
    padding-top: 25px;
  }

  .moduleBestellList input {
    top: 80px;
  }

  .moduleBestellList img {
    display: block;
    padding: 0 0 0 13px;
    float: left;
    width: 22.8%;
  }

  .moduleBestellList .boxText {
    padding-left: 20px;
    width: 77.2%;
    float: left;
  }

  .moduleBestellList .boxArrowDown {
    background-position: 0px -920px;
    bottom: -48px;
  }
}
/*
.moduleFormLiquid .boxFormInner
*/
@media all and (min-width: 768px) {
  .moduleFormLiquid .boxFormInner {
    padding-top: 0;
    padding-right: 220px;
    position: relative;
  }
}
/*
.moduleFormLiquid .boxFormInner
*/
.moduleFormLiquid {
  border-top: 1px solid #ccc;
}

@media all and (min-width: 768px) {
  .moduleFormLiquid .boxFormInner {
    padding-top: 0;
    padding-right: 220px;
    position: relative;
  }
}
/*
.moduleFormLiquid .boxPartner
*/
.moduleFormLiquid .boxPartner {
  padding: 12px 0 0 0;
}

.moduleFormLiquid .boxPartner .boxHeader {
  font-size: 1.125em;
  font-weight: bold;
}

.moduleFormLiquid .boxPartner .boxPartnerText {
  width: 65%;
  float: left;
}

.moduleFormLiquid .boxPartner img {
  width: 35%;
  float: right;
  display: block;
  margin: 0 0 7px 0;
  max-width: 190px;
}

.moduleFormLiquid .boxPartner p {
  margin: 0 0 7px 0;
}

@media all and (min-width: 768px) {
  .moduleFormLiquid .boxPartner {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ccc;
    width: 190px;
    padding: 5px;
  }

  .moduleFormLiquid .boxPartner .boxPartnerText {
    width: 100%;
    float: none;
  }

  .moduleFormLiquid .boxPartner img {
    float: none;
    width: 100%;
  }

  .moduleFormLiquid .boxPartner p {
    padding: 0 9px;
  }

  .moduleFormLiquid .boxPartner .boxHeader {
    font-size: 1em;
  }
}
.moduleTopNavi + h1 {
  color: black;
  margin: 20px 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
  line-height: 1.75rem;
}
@media all and (min-width: 768px) {
  .moduleTopNavi + h1 {
    color: white;
    margin: 40px 0;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}

body > .jvectormap-tip {
  z-index: 1;
  color: black;
  background: white;
  border: 1px solid #ddd;
  font-size: 14px;
  font-size: 0.875rem;
}

/* modulePanelRegionTopic */
.modulePanelRegionTopic {
  max-width: 100%;
  padding: 10px;
  margin-bottom: 10%;
  position: relative;
  display: inline-block;
  background-color: white;
  width: 585px;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic.is-offer {
    width: 910px;
  }
}
.modulePanelRegionTopic, .modulePanelRegionTopic *, .modulePanelRegionTopic *:before, .modulePanelRegionTopic *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.modulePanelRegionTopic > .boxInner {
  width: 565px;
  max-width: 100%;
  position: relative;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic > .boxInner {
    float: left;
  }
  .modulePanelRegionTopic.is-offer > .boxInner {
    width: 585px;
  }
}
.modulePanelRegionTopic > .boxInner > .boxTabs {
  padding: 0;
  font-size: 0;
  list-style: none;
  border-bottom: 1px solid #bebebe;
}
.modulePanelRegionTopic > .boxInner > .boxTabs > li {
  width: 50%;
  padding: 0 2px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxTabs > li {
    width: auto;
  }
}
.modulePanelRegionTopic > .boxInner > .boxTabs > li:first-child {
  padding-left: 0;
}
.modulePanelRegionTopic > .boxInner > .boxTabs > li:last-child {
  padding-right: 0;
}
.modulePanelRegionTopic > .boxInner > .boxTabs > li.is-active {
  margin-bottom: -1px;
  vertical-align: bottom;
}
.modulePanelRegionTopic > .boxInner > .boxTabs > li > a {
  color: #fff;
  height: 40px;
  outline: none;
  display: block;
  padding: 0 10px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  background: #fbb272;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb272), to(#f68720));
  background: -webkit-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -moz-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -o-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: linear-gradient(to bottom, #fbb272 0%, #f68720 100%);
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxTabs > li > a {
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}
.modulePanelRegionTopic > .boxInner > .boxTabs > li.is-active > a {
  height: 45px;
  color: #00589c;
  background: white;
  border: 1px solid #bebebe;
  border-bottom: none;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxTabs > li.is-active > a {
    height: 40px;
  }
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxTabs > li > a > br {
    display: none;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper {
  z-index: 1;
  overflow: hidden;
  padding: 10px;
  position: relative;
  background: #ecf4fb;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
}
.modulePanelRegionTopic.is-offer > .boxInner > .boxWrapper {
  padding-bottom: 30px;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic.is-offer > .boxInner > .boxWrapper {
    padding-bottom: 10px;
    padding-right: 30px;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper:after, .modulePanelRegionTopic > .boxInner > .boxWrapper:before {
  height: 0;
  bottom: 0;
  width: 50%;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
}
.modulePanelRegionTopic.is-offer > .boxInner > .boxWrapper:after, .modulePanelRegionTopic.is-offer > .boxInner > .boxWrapper:before {
  height: 20px;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper:after, .modulePanelRegionTopic > .boxInner > .boxWrapper:before {
    right: 0;
    width: 0;
    height: 50%;
    bottom: auto;
  }
  .modulePanelRegionTopic.is-offer > .boxInner > .boxWrapper:after, .modulePanelRegionTopic.is-offer > .boxInner > .boxWrapper:before {
    width: 20px;
    height: 50%;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper:before {
  left: 0;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, white), color-stop(50%, transparent));
  background: -webkit-linear-gradient(left bottom, white 50%, transparent 50%);
  background: -moz-linear-gradient(left bottom, white 50%, transparent 50%);
  background: -o-linear-gradient(left bottom, white 50%, transparent 50%);
  background: linear-gradient(to right top, white 50%, transparent 50%);
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper:before {
    top: 0;
    left: auto;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, white), color-stop(50%, transparent));
    background: -webkit-linear-gradient(right top, white 50%, transparent 50%);
    background: -moz-linear-gradient(right top, white 50%, transparent 50%);
    background: -o-linear-gradient(right top, white 50%, transparent 50%);
    background: linear-gradient(to left bottom, white 50%, transparent 50%);
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper:after {
  right: 0;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, white), color-stop(50%, transparent));
  background: -webkit-linear-gradient(right bottom, white 50%, transparent 50%);
  background: -moz-linear-gradient(right bottom, white 50%, transparent 50%);
  background: -o-linear-gradient(right bottom, white 50%, transparent 50%);
  background: linear-gradient(to left top, white 50%, transparent 50%);
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper:after {
    bottom: 0;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, white), color-stop(50%, transparent));
    background: -webkit-linear-gradient(right bottom, white 50%, transparent 50%);
    background: -moz-linear-gradient(right bottom, white 50%, transparent 50%);
    background: -o-linear-gradient(right bottom, white 50%, transparent 50%);
    background: linear-gradient(to left top, white 50%, transparent 50%);
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  position: absolute;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent.is-active {
  -webkit-transition: all 1.5s ease;
     -moz-transition: all 1.5s ease;
       -o-transition: all 1.5s ease;
          transition: all 1.5s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: auto;
  position: static;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxMap {
  width: 100%;
  height: 400px;
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
  margin: -10px;
  background: url("/_common/img/bg/grid.gif") repeat 12px 16px;
  -moz-background-size: 20px 30px;
    -o-background-size: 20px 30px;
       background-size: 20px 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  position: absolute;
}
.modulePanelRegionTopic.is-offer > .boxInner > .boxWrapper > .boxTabsContent > .boxMap {
  margin-bottom: -30px;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic.is-offer > .boxInner > .boxWrapper > .boxTabsContent > .boxMap {
    margin-bottom: -10px;
    margin-right: -30px;
  }
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic.is-map > .boxInner > .boxWrapper > .boxTabsContent > .boxMap {
    width: auto;
    -webkit-transition: all 1.5s ease;
       -moz-transition: all 1.5s ease;
         -o-transition: all 1.5s ease;
            transition: all 1.5s ease;
    -webkit-transition-property: opacity, visibility, margin;
       -moz-transition-property: opacity, visibility, margin;
         -o-transition-property: opacity, visibility, margin;
            transition-property: opacity, visibility, margin;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: auto;
    position: static;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxMap svg {
  width: 100%;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxMap .jvectormap-goback {
  top: 10px;
  left: 10px;
  bottom: auto;
  display: none;
  color: #00589c;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px 5px 5px 12px;
  background: url("/_common/img/sprites/sprite-icons-csc-2016.gif") no-repeat -500px -195px;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxMap .jvectormap-goback:hover {
  text-decoration: underline;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxMap .jvectormap-zoomin,
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxMap .jvectormap-zoomout {
  display: none;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: static;
  -webkit-transition: all 1.5s ease;
     -moz-transition: all 1.5s ease;
       -o-transition: all 1.5s ease;
          transition: all 1.5s ease;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic.is-map > .boxInner > .boxWrapper > .boxTabsContent > .boxList {
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxContinents {
  font-size: 0;
  display: none;
  line-height: 93px;
  margin-bottom: 10px;
  background: white url("/_common/img/bg/grid.gif") repeat 12px 16px;
  -moz-background-size: 20px 30px;
    -o-background-size: 20px 30px;
       background-size: 20px 30px;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxContinents {
    display: block;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxContinents > a {
  outline: none;
  text-align: center;
  width: 25%;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
  -webkit-filter: grayscale(100%) brightness(150%);
          filter: grayscale(100%) brightness(150%);
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList.has-regions-5 > .boxContinents > a {
  width: 20%;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList.has-regions-6 > .boxContinents > a {
  width: 16.66667%;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxContinents > a.is-active {
  -webkit-filter: none;
          filter: none;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxContinents > a > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 93px;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  display: none;
  list-style: none;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > ul {
    display: block;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > ul > li {
  padding: 0 2px;
  text-align: center;
  width: 25%;
  vertical-align: top;
  display: inline-block;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > ul > li:first-child {
  padding-left: 0;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > ul > li:last-child {
  padding-right: 0;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > ul > li.is-active {
  margin-bottom: -1px;
  vertical-align: bottom;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList.has-regions-5 > ul > li {
  width: 20%;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList.has-regions-6 > ul > li {
  width: 16.66667%;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > ul > li > a {
  color: white;
  outline: none;
  display: block;
  padding: 0 20px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 26px;
  line-height: 1.625rem;
  background: #fbb272;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb272), to(#f68720));
  background: -webkit-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -moz-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -o-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: linear-gradient(to bottom, #fbb272 0%, #f68720 100%);
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > ul > li.is-active > a {
  height: 30px;
  color: #00589c;
  background: white;
  border: 1px solid #bebebe;
  border-bottom: none;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper {
    background: white;
    border: 1px solid #bebebe;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent {
  max-height: 30px;
  overflow: hidden;
  background: white;
  border: 0 solid white;
  -webkit-transition: max-height 1.5s ease;
     -moz-transition: max-height 1.5s ease;
       -o-transition: max-height 1.5s ease;
          transition: max-height 1.5s ease;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent {
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent.is-active {
  margin-top: 10px;
  max-height: 300px;
  border: 1px solid #bebebe;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent.is-active {
    border: none;
    margin-top: 0;
    max-height: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: static;
    -webkit-transition: all 1.5s ease;
       -moz-transition: all 1.5s ease;
         -o-transition: all 1.5s ease;
            transition: all 1.5s ease;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent.is-active:first-child {
  margin-top: 0;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent.is-active + .boxTabsContent {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent.is-active + .boxTabsContent {
    margin-top: 0;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent > .boxHeadline > a {
  color: white;
  outline: none;
  display: block;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  background: #fbb272;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb272), to(#f68720));
  background: -webkit-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -moz-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -o-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: linear-gradient(to bottom, #fbb272 0%, #f68720 100%);
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent > .boxHeadline > a {
    display: none;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent.is-active > .boxHeadline > a {
  cursor: auto;
  color: #00589c;
  background: white;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent > ul {
  margin: 0;
  -webkit-columns: 2 100px;
     -moz-columns: 2 100px;
          columns: 2 100px;
  max-width: 400px;
  list-style: none;
  padding: 15px 20px;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent > ul {
    min-height: 171px;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxList > .boxTabsWrapper > .boxTabsContent > ul > li > a {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxType {
  padding: 0;
  display: none;
  left: 10px;
  bottom: 10px;
  list-style: none;
  margin: 20px 0 0 0;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxType {
    display: block;
  }
}
.modulePanelRegionTopic.is-map > .boxInner > .boxWrapper > .boxTabsContent > .boxType {
  position: absolute;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic.is-map > .boxInner > .boxWrapper > .boxTabsContent > .boxType {
    bottom: 10px;
  }
}
.modulePanelRegionTopic.is-map.is-offer > .boxInner > .boxWrapper > .boxTabsContent > .boxType {
  bottom: 30px;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic.is-map.is-offer > .boxInner > .boxWrapper > .boxTabsContent > .boxType {
    bottom: 10px;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxType > li {
  display: inline-block;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxType > li.boxTypeMap {
  opacity: 0.5;
  margin-right: 15px;
}
.modulePanelRegionTopic.is-map > .boxInner > .boxWrapper > .boxTabsContent > .boxType > li.boxTypeMap {
  opacity: 1;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxType > li.boxTypeList {
  opacity: 1;
}
.modulePanelRegionTopic.is-map > .boxInner > .boxWrapper > .boxTabsContent > .boxType > li.boxTypeList {
  opacity: 0.5;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxType > li > a {
  color: gray;
  outline: none;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxType > li > a > svg {
  display: block;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics {
  padding: 10px;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics {
    font-size: 0;
    padding: 45px 5px;
  }
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics.has-topics-7, .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics.has-topics-8, .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics.has-topics-9 {
    padding: 10px 5px;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a {
  color: white;
  outline: none;
  display: block;
  cursor: pointer;
  min-height: 30px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  background: #fbb272;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbb272), to(#f68720));
  background: -webkit-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -moz-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: -o-linear-gradient(top, #fbb272 0%, #f68720 100%);
  background: linear-gradient(to bottom, #fbb272 0%, #f68720 100%);
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a {
    padding: 10px;
    text-align: left;
    background: none;
    min-height: 145px;
    width: 33.33333%;
    display: inline-block;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a.is-active {
  background: white;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a.is-active {
    background: none;
  }
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics.has-topics-7 > a, .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics.has-topics-8 > a, .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics.has-topics-9 > a {
    padding: 5px 10px;
    min-height: 120px;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a > figure {
  display: none;
  overflow: hidden;
  max-height: 90px;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
  -webkit-filter: sepia(100%) contrast(60%) brightness(120%) hue-rotate(175deg);
          filter: sepia(100%) contrast(60%) brightness(120%) hue-rotate(175deg);
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a > figure {
    display: block;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a.is-active > figure {
  -webkit-filter: none;
          filter: none;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a > figure > img {
  width: 100%;
  height: auto;
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a > span {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a > span {
    color: black;
  }
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a:hover > span {
    color: #f6861f;
  }
}
.modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a.is-active > span {
  color: #00589c;
}
@media all and (min-width: 768px) {
  .modulePanelRegionTopic > .boxInner > .boxWrapper > .boxTabsContent > .boxTopics > a.is-active > span {
    color: #f6861f;
  }
}
.modulePanelRegionTopic > .boxOffer {
  max-height: 0;
  overflow: hidden;
  max-width: 565px;
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic > .boxOffer {
    float: left;
    max-width: 0;
    width: -webkit-calc(100% - 585px);
    width: -moz-calc(100% - 585px);
    width: calc(100% - 585px);
  }
}
.modulePanelRegionTopic.is-offer > .boxOffer {
  max-width: 565px;
  max-height: 565px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: auto;
}
.modulePanelRegionTopic > .boxOffer > .boxContent {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
  padding: 20px 0 70px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic > .boxOffer > .boxContent {
    padding: 40px 20px 50px 40px;
  }
}
.modulePanelRegionTopic > .boxOffer > .boxContent.is-active {
  -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
          transition: all 0.75s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: static;
}
.modulePanelRegionTopic > .boxOffer > .boxContent > h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.modulePanelRegionTopic > .boxOffer > .boxContent > h2 > span {
  color: #f68720;
}
.modulePanelRegionTopic > .boxOffer > .boxContent > ul {
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  height: 300px;
  padding: 0 10px 0 0;
  margin: 0 0 15px 0;
}
.modulePanelRegionTopic > .boxOffer > .boxContent > ul > li {
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  position: relative;
  background: none;
}
.modulePanelRegionTopic > .boxOffer > .boxContent > ul > li > .spritesContainer {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/_common/img/sprites/sprite-icons-csc-2016.gif") no-repeat -1000px -195px;
}
.modulePanelRegionTopic > .boxOffer > .boxContent > ul > li > a {
  color: black;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}
.modulePanelRegionTopic > .boxOffer > .boxContent > .blueButton {
  position: static;
  float: right;
  color: white;
  font-size: 14px;
  font-size: 0.875rem;
}
@media all and (min-width: 960px) {
  .modulePanelRegionTopic > .boxOffer > .boxContent > .blueButton {
    right: 30px;
    bottom: 30px;
  }
}
