/** dbn dmag asset | project: hannovermesse | version: r517 2018-12-04 **/
/**
 * This is the color stylesheet for the DMAG website (Hannover Messe)
 */
/*
 * This combines both the core and the custom stylesheets for a fair into on single download
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn-delay-1s {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -ms-filter: "";
  /* remove filter in =IE8 for Rendering Problems */
  -webkit-filter: none;
          filter: none;
  /* remove filter in <IE8 for Rendering Problems */
  -webkit-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/**
  * This is the color core stylesheet for the DMAG websites
  * Project codename: Phoenix
*/
/**
  * Social Colors
  * https://gist.github.com/koycarraway/5847833
*/
/**
 * this document is for general parameters like spaces for padding borders aso.
 * color definition you will find in colors.less
 */
@-ms-viewport {
  width: device-width;
}
/**
 * grid style macro libary
 */
/**
 * bug fixings for artikel-detail-depricated M00601x
 * @deprected
 */
.teaserModule .rowInner > .rowInner {
  clear: both;
  /**
  @todo check result
  margin-right: 0;
  margin-left: 0;
  */
}
.teaserModule .rowInner > .rowInner > .button {
  margin-left: 1%;
}
.teaserButtonRow {
  clear: both;
}
.teaserModule .teaserButtonRow > .button {
  margin-left: 1%;
}
/**
 * mixing and core classes for typesheets
 * @prefix .f- (for font)
 */
.f-header {
  font-size: 12px;
}
@media screen and (min-width: 740px) {
  .f-header {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .f-header {
    font-size: 13px;
  }
}
.f-subheadline {
  font-size: 18px;
}
@media screen and (min-width: 740px) {
  .f-subheadline {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .f-subheadline {
    font-size: 20px;
  }
}
.f-stage-header {
  font-size: 18px;
}
@media screen and (min-width: 740px) {
  .f-stage-header {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .f-stage-header {
    font-size: 20px;
  }
}
.f-headline {
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .f-headline {
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .f-headline {
    font-size: 44px;
  }
}
.f-announcement {
  font-size: 18px;
}
@media screen and (min-width: 740px) {
  .f-announcement {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .f-announcement {
    font-size: 26px;
  }
}
.f-tiles-headline {
  font-size: 34px;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .f-tiles-headline {
    font-size: 32px;
  }
}
@media screen and (min-width: 820px) {
  .f-tiles-headline {
    font-size: 38px;
  }
}
@media screen and (min-width: 920px) {
  .f-tiles-headline {
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .f-tiles-headline {
    font-size: 54px;
  }
}
@media screen and (min-width: 1280px) {
  .f-tiles-headline {
    font-size: 64px;
  }
}
@media screen and (min-width: 1400px) {
  .f-tiles-headline {
    font-size: 74px;
  }
}
.f-tiles-subline {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (min-width: 740px) {
  .f-tiles-subline {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .f-tiles-subline {
    font-size: 15px;
  }
}
.f-teaser-headline {
  font-size: 20px;
}
@media screen and (min-width: 740px) {
  .f-teaser-headline {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .f-teaser-headline {
    font-size: 30px;
  }
}
.f-default {
  font-size: 15px;
}
@media screen and (min-width: 740px) {
  .f-default {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .f-default {
    font-size: 15px;
  }
}
.f-distributions {
  font-size: 24px;
}
@media screen and (min-width: 740px) {
  .f-distributions {
    font-size: 34px;
  }
}
@media screen and (min-width: 1024px) {
  .f-distributions {
    font-size: 44px;
  }
}
.f-ui {
  font-size: 14px;
}
@media screen and (min-width: 740px) {
  .f-ui {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .f-ui {
    font-size: 18px;
  }
}
.f-cross-search,
.f-stage-intro {
  font-size: 15px;
}
@media screen and (min-width: 740px) {
  .f-cross-search,
  .f-stage-intro {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .f-cross-search,
  .f-stage-intro {
    font-size: 20px;
  }
}
.f-stage-copy {
  font-size: 18px;
}
@media screen and (min-width: 740px) {
  .f-stage-copy {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .f-stage-copy {
    font-size: 20px;
  }
}
.f-stage-video {
  font-size: 48px;
}
@media screen and (min-width: 740px) {
  .f-stage-video {
    font-size: 74px;
  }
}
@media screen and (min-width: 1024px) {
  .f-stage-video {
    font-size: 120px;
  }
}
.f-light {
  font-weight: normal !important;
}
.f-bold {
  font-weight: bold !important;
}
.f-upper {
  text-transform: uppercase !important;
}
.f-lower {
  text-transform: lowercase !important;
}
.f-camel {
  text-transform: none !important;
}
.f-capitalize {
  text-transform: capitalize !important;
}
.f-no-margin {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .hide-for-medium-down {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .flex-end-mobile {
    display: block;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
  .hide-for-medium-only {
    display: none !important;
  }
  .rowInner {
    width: 95%;
  }
  .rowHeadline {
    font-size: 28px;
    line-height: 1;
    top: 28px;
  }
  .moduleHeadline {
    font-size: 48px;
    padding-top: 72px;
  }
  .m-nested3 {
    display: block;
    width: 108.33333333%;
    margin-left: -4.16666667%;
    margin-right: -4.16666667%;
    *zoom: 1;
  }
  .m-nested3:before,
  .m-nested3:after {
    content: "";
    display: table;
  }
  .m-nested3:after {
    clear: both;
  }
  .m-nested8 {
    display: block;
    width: 103.125%;
    margin-left: -1.5625%;
    margin-right: -1.5625%;
    *zoom: 1;
  }
  .m-nested8:before,
  .m-nested8:after {
    content: "";
    display: table;
  }
  .m-nested8:after {
    clear: both;
  }
  .m-nested8 .m-col2 {
    width: 21.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .m-nested8 .m-col4 {
    width: 46.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .m-nested8 .m-col6 {
    width: 71.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .m-nested8 .m-col8 {
    width: 96.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .m-nested9 {
    display: block;
    width: 102.77777778%;
    margin-left: -1.38888889%;
    margin-right: -1.38888889%;
    *zoom: 1;
  }
  .m-nested9:before,
  .m-nested9:after {
    content: "";
    display: table;
  }
  .m-nested9:after {
    clear: both;
  }
  .m-nested12 {
    display: block;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
    *zoom: 1;
  }
  .m-nested12:before,
  .m-nested12:after {
    content: "";
    display: table;
  }
  .m-nested12:after {
    clear: both;
  }
  .m-nested12 .m-col1 {
    width: 6.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-nested12 .m-col2 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-nested12 .m-col3 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-nested12 .m-col4 {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-nested12 .m-col4push2 {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .m-nested12 .m-col6 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col1 {
    width: 6.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col1 .swipe-wrap {
    margin: 0;
  }
  .m-col2 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col2push2 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .m-col3 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col3push1 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .m-col3push9 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 76.04166667%;
  }
  .m-col4 {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col5 {
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col5push1 {
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .m-col5push2 {
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .m-col6 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col6push1 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .m-col6push3 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 26.04166667%;
  }
  .m-col6push6 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 51.04166667%;
  }
  .m-col8push2 {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .m-col7 {
    width: 56.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col8 {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col9 {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col9push2 {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .m-col10 {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col10push1 {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .m-col11 {
    width: 89.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col12 {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-col12 .m-nested6 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-push1 {
    margin-left: 9.375%;
  }
  .m-push3 {
    margin-left: 26.04166667%;
  }
  .m-mb1 {
    margin-bottom: 1.8%;
  }
  .hiddenOnS {
    display: inherit !important;
  }
  .hiddenOnM {
    display: none !important;
  }
  .hiddenOnL {
    display: inherit !important;
  }
  .hiddenOnXL {
    display: inherit !important;
  }
  .topBottomSpace {
    padding: 20px 0;
  }
  .topSpace {
    padding: 20px 0 0 0;
  }
  .bottomSpace {
    padding: 0 0 20px 0;
  }
  .box-left {
    float: left;
    width: 45%;
    margin: 0 30px 20px 0;
  }
  .box-right {
    float: right;
    width: 45%;
    margin: 0 0 20px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .rowInner {
    width: 85%;
  }
  .moduleHeadline {
    font-size: 90px;
    padding-top: 90px;
  }
  .l-nested3 {
    display: block;
    width: 108.33333333%;
    margin-left: -4.16666667%;
    margin-right: -4.16666667%;
    *zoom: 1;
  }
  .l-nested3:before,
  .l-nested3:after {
    content: "";
    display: table;
  }
  .l-nested3:after {
    clear: both;
  }
  .l-nested4 {
    display: block;
    width: 106.25%;
    margin-left: -3.125%;
    margin-right: -3.125%;
    *zoom: 1;
  }
  .l-nested4:before,
  .l-nested4:after {
    content: "";
    display: table;
  }
  .l-nested4:after {
    clear: both;
  }
  .l-nested8 {
    display: block;
    width: 103.125%;
    margin-left: -1.5625%;
    margin-right: -1.5625%;
    *zoom: 1;
  }
  .l-nested8:before,
  .l-nested8:after {
    content: "";
    display: table;
  }
  .l-nested8:after {
    clear: both;
  }
  .l-nested8 .l-col2 {
    width: 21.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .l-nested8 .l-col4 {
    width: 46.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .l-nested8 .l-col6 {
    width: 71.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .l-nested8 .l-col8 {
    width: 96.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .l-nested9 {
    display: block;
    width: 102.77777778%;
    margin-left: -1.38888889%;
    margin-right: -1.38888889%;
    *zoom: 1;
  }
  .l-nested9:before,
  .l-nested9:after {
    content: "";
    display: table;
  }
  .l-nested9:after {
    clear: both;
  }
  .l-nested9 .l-col3 {
    width: 30.55555556%;
    display: inline;
    float: left;
    margin: 1.38888889%;
  }
  .l-nested12 {
    display: block;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
    *zoom: 1;
  }
  .l-nested12:before,
  .l-nested12:after {
    content: "";
    display: table;
  }
  .l-nested12:after {
    clear: both;
  }
  .l-nested12 .l-col1 {
    width: 6.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-nested12 .l-col2 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-nested12 .l-col2push1 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-nested12 .l-col3 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-nested12 .l-col4 {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-nested12 .l-col5 {
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col1 {
    width: 6.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col2 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col2push1 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col2push2 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .l-col2push3 {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 26.04166667%;
  }
  .l-col3 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col3push9 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 76.04166667%;
  }
  .l-col3_5 {
    width: 27.08333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col3push1 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col3pull3 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-right: 26.04166667%;
  }
  .l-col4push1 {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col4push2 {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .l-col5push1 {
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col6push3 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 26.04166667%;
  }
  .l-col4 {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col5 {
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col6 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col7 {
    width: 56.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col7push1 {
    width: 56.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col8 {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col-push1 {
    margin-left: 9.375%;
  }
  .l-col8push2 {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .l-col9 {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col10 {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col10push1 {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col10push2 {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .l-col11 {
    width: 89.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col12 {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-col12 .l-nested3 {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-push1 {
    margin-left: 9.375%;
  }
  .l-push2 {
    margin-left: 17.70833333%;
  }
  .l-push3 {
    margin-left: 26.04166667%;
  }
  .l-push4 {
    margin-left: 34.375%;
  }
  .l-push6 {
    margin-left: 51.04166667%;
  }
  .l-push8 {
    margin-left: 67.70833333%;
  }
  .s-mb1,
  .m-mb1 {
    margin-bottom: 0;
  }
  .hiddenOnS {
    display: inherit !important;
  }
  .hiddenOnM {
    display: inherit !important;
  }
  .hiddenOnL {
    display: none !important;
  }
  .hiddenOnXL {
    display: inherit !important;
  }
  .topBottomSpace {
    padding: 25px 0;
  }
  .topSpace {
    padding: 25px 0 0 0;
  }
  .bottomSpace {
    padding: 0 0 25px 0;
  }
  .box-left {
    float: left;
    margin: 0 60px 20px 0;
  }
  .box-right {
    float: right;
    margin: 0 0 20px 60px;
  }
}
@media screen and (max-width: 740px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 740px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }
  .show-for-small {
    display: none !important;
  }
  .hide-for-small {
    display: inherit !important;
  }
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }
  table.show-for-medium,
  .table-display.show-for-medium table.show-for-medium-up,
  .table-display.show-for-medium-up table.hide-for-small,
  .table-display.hide-for-small {
    display: table;
  }
  thead.show-for-medium,
  thead.show-for-medium-up,
  thead.hide-for-small {
    display: table-header-group !important;
  }
  tbody.show-for-medium,
  tbody.show-for-medium-up,
  tbody.hide-for-small {
    display: table-row-group !important;
  }
  tr.show-for-medium,
  tr.show-for-medium-up,
  tr.hide-for-small {
    display: table-row !important;
  }
  td.show-for-medium,
  .table-cell-display.show-for-medium,
  td.show-for-medium-up,
  .table-cell-display.show-for-medium-up,
  td.hide-for-small,
  .table-cell-display.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1024px) {
  .hide-for-large {
    display: none !important;
  }
  .show-for-large {
    display: inherit !important;
  }
  .hide-for-medium-down {
    display: inherit !important;
  }
  td .hide-for-medium-down,
  th .hide-for-medium-down,
  .hide-for-medium-down.table-cell-display {
    display: table-cell !important;
  }
  table .hide-for-medium-down,
  .table-display .hide-for-medium-down {
    display: table !important;
  }
}
@media screen and (min-width: 740px) {
  a {
    font-size: 15px;
  }
  .additional-copy {
    padding-top: 25px;
  }
  .introcopy,
  .additional-copy,
  .additional-copy p {
    font-size: 16px;
    line-height: 1.4;
  }
  .introcopy a,
  .additional-copy a,
  .additional-copy p a {
    font-size: 16px;
  }
  .quotation {
    font-size: 26px;
  }
  .quotation__paragraph {
    font-size: 26px;
    line-height: 1.346153846;
  }
  .quotation__footer {
    font-size: 16px;
  }
  h1,
  .h1,
  .h2-slider {
    font-size: 36px;
    line-height: 1.227272727;
  }
  h1 span,
  .h1 span,
  .h2-slider span {
    font-size: 13px;
  }
  h2,
  .h2 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .h2-teaser {
    font-size: 18px;
    line-height: 1.346153846;
  }
  h3,
  .h3,
  h4,
  .h4 {
    font-size: 15px;
    line-height: 1.466666667;
    margin-bottom: 20px;
  }
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .subline {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  ol,
  ul,
  p {
    font-size: 15px;
    line-height: 1.466666667;
    margin: 0 0 25px 0;
  }
  dt,
  dd,
  b {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  h1,
  .h1,
  .h2-slider {
    font-size: 44px;
    line-height: 1.227272727;
  }
  h1 span,
  .h1 span,
  .h2-slider span {
    font-size: 13px;
  }
  h2,
  .h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  h3,
  .h3,
  h4,
  .h4 {
    font-size: 15px;
    line-height: 1.466666667;
    margin-bottom: 20px;
  }
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .quotation {
    font-size: 30px;
    padding-left: 20px;
  }
  .quotation__paragraph {
    font-size: 30px;
    line-height: 1.333333333;
  }
  .quotation__footer {
    font-size: 18px;
  }
  .h2-teaser {
    font-size: 30px;
    line-height: 1.5;
  }
  .subline {
    font-size: 20px;
    font-weight: normal;
  }
  .tel-number {
    text-decoration: none;
    pointer-events: none;
    color: inherit;
  }
}
@media screen and (min-width: 740px) {
  .selectElement select {
    text-indent: 15px;
    font-size: 15px;
    line-height: 15px;
    height: 42px;
  }
  .selectElement select:disabled + .valueDisplay,
  .selectElement select:disabled:focus + .valueDisplay,
  .selectElement select:disabled:hover + .valueDisplay {
    padding: 5px 0;
    text-indent: 16px;
  }
  .selectElement:after {
    line-height: 13px;
    padding: 10px 10px 10px 0;
    font-size: 13px;
    top: 2px;
  }
  .selectElement .valueDisplay {
    padding: 5px 27px 5px 0;
    text-indent: 16px;
    font-size: 15px;
    height: 42px;
    line-height: 27px;
  }
  .selectElement .valueDisplay:after {
    padding: 13px 10px 13px 0;
  }
  .fileuploadElement input[type="file"] {
    text-indent: 15px;
    font-size: 15px;
    line-height: 15px;
    height: 42px;
  }
  .fileuploadElement input[type="file"]:disabled + .valueDisplay,
  .fileuploadElement input[type="file"]:disabled:focus + .valueDisplay,
  .fileuploadElement input[type="file"]:disabled:hover + .valueDisplay {
    padding: 5px 0;
    text-indent: 16px;
    font-size: 16px;
  }
  .fileuploadElement:after {
    line-height: 13px;
    padding: 10px 10px 10px 0;
    font-size: 13px;
    top: 2px;
  }
  .fileuploadElement .valueDisplay {
    padding: 5px 0 5px 27px;
    text-indent: 16px;
    font-size: 16px;
    height: 42px;
    line-height: 30px;
  }
  .fileuploadElement .valueDisplay:after {
    font-size: 23px;
    padding: 13px 0;
    top: 1px;
    left: -5px;
  }
  .radioButton {
    margin: 12px 0 0 0;
  }
  .radioButton input[type="radio"] + label {
    font-size: 15px;
    padding: 0 0 0 28px;
    margin-top: 12px;
  }
  .radioButton input[type="radio"] + label span:before {
    margin: -15px 0 0 -28px;
    width: 20px;
    height: 17px;
    font-size: 20px;
    padding: 0 6px 0 0;
  }
  .radioButtonUnstyled input[type="radio"] {
    margin: 13px 9px 0 3px;
  }
  .radioButtonUnstyled label {
    font-size: 15px;
  }
  .checkBox {
    margin: 10px 0 0 0;
  }
  .checkBox input[type="checkbox"] + label {
    padding: 0 0 0 28px;
  }
  .checkBox input[type="checkbox"] + label span:before {
    margin: -10px 0 0 -28px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    padding: 0 6px 0 0;
  }
  .checkBoxUnstyled input[type="checkbox"] {
    margin: 13px 9px 0 3px;
  }
  .checkBoxUnstyled label {
    font-size: 15px;
  }
  .inputField.one-digit {
    width: 50px;
  }
  .inputField.one-digit input {
    padding: 4px 15px !important;
  }
  .inputField.two-digit {
    width: 60px;
  }
  .inputField.two-digit input {
    padding: 4px 15px !important;
  }
  .inputField.three-digit {
    width: 70px;
  }
  .inputField.three-digit input {
    padding: 4px 15px !important;
  }
  .inputField.four-digit {
    width: 80px;
  }
  .inputField.four-digit input {
    padding: 4px 15px !important;
  }
  .inputField.five-digit {
    width: 90px;
  }
  .inputField.five-digit input {
    padding: 4px 15px !important;
  }
  .inputField input[type="text"],
  .inputField input[type="email"],
  .inputField input[type="password"] {
    font-size: 15px;
    height: 42px;
  }
  .inputField input[type="submit"],
  .inputField input[type="reset"] {
    padding: 10px 17px;
    font-size: 15px;
  }
  .inputInfo {
    font-size: 15px;
  }
  .inputCorrect:before {
    width: 15px;
    font-size: 15px;
    right: 10px;
    top: 10px;
  }
  .inputIncorrect {
    font-size: 15px;
    line-height: 1.466666667;
    margin-top: 12px;
  }
  .inputIncorrect label {
    margin-top: 12px;
  }
  .inputIncorrect input[type="text"],
  .inputIncorrect input[type="password"],
  .inputIncorrect input[type="email"] {
    color: #e51e1c;
    border-color: #e51e1c;
  }
  .inputIncorrect.inputField,
  .inputIncorrect.fileuploadElement {
    margin-top: 0;
  }
  .inputIncorrect.selectElement {
    line-height: 18px !important;
  }
  .inputIncorrect.selectElement .valueDisplay {
    line-height: 26px !important;
  }
  .inputSend input[type="submit"] {
    text-indent: 30px;
  }
  .inputSend .icon-process {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 1em;
    top: 0.3em;
    z-index: 10;
    cursor: pointer !important;
  }
  .inputSend input[type="submit"] {
    text-indent: 20px;
  }
  .inputSend .icon-process {
    font-size: 20px;
    left: 11px;
    top: 9px;
  }
  .inputDone input[type="submit"] {
    text-indent: 15px;
  }
  .inputDone .icon-haken {
    font-size: 15px;
    left: 11px;
    top: 12px;
  }
  label {
    font-size: 15px;
    margin: 12px 0;
    line-height: 1.466666667;
  }
  label:first-child {
    margin-top: 0;
  }
  textarea {
    font-size: 16px;
  }
  .password-check .password-check-label {
    padding-right: 10px;
    width: auto;
    font-size: 15px;
    line-height: 1.466666667;
    display: table-cell;
  }
  .password-check .password-check-bar {
    display: table-cell;
  }
  .form_legend {
    margin: 26px 0 0 0;
    font-size: 15px;
    line-height: 1.466666667;
  }
  a.help-button {
    margin: 22px 0 0 10px;
  }
  .mobileButtonSpacer .button {
    margin-top: 0;
  }
  ul.error-list li {
    font-size: 16px;
  }
  .checkTicketCode {
    margin-bottom: 15px;
    margin-left: 17.70833333%;
  }
  .info-box {
    padding: 0 0 0 50px;
  }
  .info-box:before {
    font-size: 38px;
    width: 50px;
  }
  .info-box h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .selectElement select {
    text-indent: 18px;
    line-height: 18px;
    height: 42px;
  }
  .selectElement select:disabled + .valueDisplay,
  .selectElement select:disabled:focus + .valueDisplay,
  .selectElement select:disabled:hover + .valueDisplay {
    padding: 5px 0;
    text-indent: 18px;
  }
  .selectElement:after {
    line-height: 18px;
    padding: 12px 12px 12px 0;
    font-size: 15px;
    top: -2px;
  }
  .selectElement .valueDisplay {
    padding: 5px 37px 5px 0;
    text-indent: 18px;
    height: 42px;
  }
  .selectElement .valueDisplay:before {
    padding: 13px 10px 13px 0;
  }
  .fileuploadElement input[type="file"] {
    text-indent: 18px;
    font-size: 15px;
    line-height: 1.466666667;
    height: 42px;
  }
  .fileuploadElement input[type="file"]:disabled + .valueDisplay,
  .fileuploadElement input[type="file"]:disabled:focus + .valueDisplay,
  .fileuploadElement input[type="file"]:disabled:hover + .valueDisplay {
    padding: 5px 0;
    text-indent: 18px;
    font-size: 15px;
  }
  .fileuploadElement:after {
    line-height: 18px;
    padding: 12px 12px 12px 0;
    font-size: 15px;
    top: -2px;
  }
  .fileuploadElement .valueDisplay {
    padding: 5px 0 5px 27px;
    text-indent: 18px;
    font-size: 15px;
    height: 42px;
    line-height: 30px;
  }
  .fileuploadElement .valueDisplay:before {
    font-size: 25px;
    padding: 13px 0;
    top: 2px;
    left: -5px;
  }
  .radioButton {
    margin: 11px 0 0 0;
  }
  .radioButton input[type="radio"] + label {
    padding: 0 0 0 34px;
    margin-top: 11px;
  }
  .radioButton input[type="radio"] + label span:before {
    margin: -15px 0 0 -34px;
    width: 20px;
    height: 18px;
    font-size: 22px;
    padding: 0 11px 0 0;
  }
  .radioButtonUnstyled input[type="radio"] {
    margin: 14px 13px 0 4px;
  }
  .checkBox {
    margin: 10px 0 0 0;
  }
  .checkBox input[type="checkbox"] + label {
    padding: 0 0 0 34px;
  }
  .checkBox input[type="checkbox"] + label span:before {
    margin: -9px 0 0 -35px;
    width: 20px;
    height: 26px;
    font-size: 22px;
    padding: 0 11px 0 0;
  }
  .checkBoxUnstyled input[type="checkbox"] {
    margin: 14px 13px 0 4px;
  }
  .checkBoxUnstyled label {
    font-size: 18px;
  }
  .inputField input[type="submit"],
  .inputField input[type="reset"] {
    padding: 10px 17px;
  }
  .inputCorrect:before {
    width: 16px;
    font-size: 16px;
    right: 11px;
    top: 24%;
  }
  .inputIncorrect {
    margin-top: 11px;
  }
  .inputIncorrect label {
    margin-top: 2px;
  }
  .inputIncorrect input[type="text"],
  .inputIncorrect input[type="password"],
  .inputIncorrect input[type="email"] {
    color: #e51e1c;
    border-color: #e51e1c;
  }
  .inputIncorrect.inputField,
  .inputIncorrect.fileuploadElement {
    margin-top: 0;
  }
  .inputIncorrect.selectElement {
    line-height: 20px !important;
  }
  .inputSend input[type="submit"] {
    text-indent: 24px;
  }
  .inputSend .icon-process {
    font-size: 20px;
    left: 11px;
    top: 11px;
  }
  .inputDone input[type="submit"] {
    text-indent: 20px;
  }
  .inputDone .icon-haken {
    font-size: 15px;
    left: 11px;
    top: 12px;
  }
  label {
    font-size: 15px;
    margin: 11px 0;
    line-height: 1.466666667;
  }
  textarea {
    font-size: 18px;
  }
  .password-check .password-check-bar {
    display: table-cell;
  }
  a.help-button {
    margin: 25px 0 0 10px;
  }
  ul.error-list li {
    font-size: 18px;
  }
  .info-box {
    padding: 0 0 0 55px;
  }
  .info-box:before {
    font-size: 43px;
    width: 55px;
  }
  .info-box h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 740px) {
  .mr {
    margin-top: 0;
  }
  .mr:last-child {
    margin-right: 0;
  }
  .ad img {
    outline: 1px solid #c1c1c1;
  }
  .sideAd {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
    display: inline-block;
  }
  .sideAd .ad {
    margin: 0 10px;
  }
}
@media screen and (min-width: 740px) {
  .video-wrapper {
    margin-bottom: 50px;
  }
  .video-thumbnail-player .video-info {
    background-color: #18181a;
    zoom: 1;
    background-color: transparent \9;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b318181a, endColorstr=#b318181a);
    background-color: rgba(24, 24, 26, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b318181a, endColorstr=#b318181a);
    height: auto;
  }
  .video-thumbnail-player .video-info > strong {
    min-height: 52px;
    padding: 10px 2%;
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .video-thumbnail-player .video-info .icon-play {
    position: absolute;
    top: 10px;
    left: 10px;
    margin-left: 0;
    margin-top: 0;
    display: block;
  }
  .video-thumbnail-player .video-info .video-info-copy {
    font-size: 15px;
    bottom: 5%;
    display: block;
    line-height: 1.466666667;
    padding-left: 70px;
    position: relative;
    text-align: left;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .video-thumbnail-player .video-info > strong {
    padding: 15px 2%;
  }
  .video-thumbnail-player .video-info .icon-play {
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
@media screen and (min-width: 740px) {
  .ui-autocomplete {
    font-style: italic;
    font-size: 16px;
  }
  .ui-menu-item .ui-menu-item-wrapper {
    color: #333335;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 24px;
    margin: 0;
    font-size: 16px;
  }
  .mainHead .ui-menu-item .ui-menu-item-wrapper {
    padding: 5px 0 5px 12px;
  }
  .mainHead .ui-autocomplete {
    top: -12px !important;
    -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    font-style: normal;
    position: relative;
    z-index: 200;
  }
}
@media screen and (min-width: 1024px) {
  .ui-menu-item .ui-menu-item-wrapper {
    margin: 0;
    font-size: 16px;
    color: #333335;
  }
  .mainHead .ui-autocomplete {
    -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    font-style: normal;
    position: relative;
    z-index: 200;
  }
}
/* including these file here and not in the core ensures that custom settings like colors work */
/**
 * Combined module stylesheets (desktop)
 */
/* royal-slider - refered only in mobile */
/* navigation modules */
/*************************************************************************************************
 * TABLET & DESKTOP
 *************************************************************************************************/
@media screen and (min-width: 740px) {
  /*// ---- .pageHeaderWrap preserves the space required by the header and navigation.*/
  .pageHeaderWrap {
    position: relative;
    height: 80px;
  }
  .home .pageHeaderWrap {
    height: 146px;
  }
  .pageHeaderWrap.profilecenter {
    margin: 0 0 30px 0;
  }
  .pageHeaderWrap.profilecenter .claim,
  .pageHeaderWrap.profilecenter .group-logo {
    display: inline-block !important;
  }
  .pageHeaderWrap.maintenanceHeader {
    margin: 20px 0 30px 0;
  }
  .pageHeaderWrap.maintenanceHeader .mainHead {
    padding: 0 20px;
  }
  .pageHeaderWrap.maintenanceHeader .claim,
  .pageHeaderWrap.maintenanceHeader .group-logo {
    display: inline-block !important;
  }
  .pageHeaderWrap.maintenanceHeader .claim {
    margin-top: 27px;
  }
  /*// ---- .pageHeader is the grouping of .mainHead together with .mainNavigation*/
  .pageHeader {
    /*// since navigation will switch to fixed-positioning when scrolling, the default-state is*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    /*// ---- special case: make room for the main-navigation below the header…*/
    /*// ---- fixed positioning when scrolled: `.nav-above-viewport` is set from within a
    //        scroll-handler and immediately supplemented by `.nav-shown` to start the transition
    //
    //        @see mainnavigation.js*/
  }
  .can-cssclip .pageHeader {
    clip: rect(0, auto, 9999px, 0);
  }
  .home .pageHeader {
    margin-bottom: 65px;
  }
  .nav-above-viewport .pageHeader {
    z-index: 99;
    position: fixed;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transform: translateY(80px);
  }
  .nav-above-viewport.nav-shown .pageHeader {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .home .pageHeader .ticket-image {
    background-image: url('../../../bilder/ticketblack-x2.png?v=1543931574482');
    background-position: 4px 16px;
    background-size: 45px;
  }
  .home .pageHeader .ticket-image:hover {
    background-position: 4px 10px;
  }
  .home .nav-above-viewport .pageHeader .ticket-image {
    background-image: url('../../../bilder/ticketwhite-x2.png?v=1543931574482');
    background-position: 4px 16px;
  }
  .home .nav-above-viewport .pageHeader .ticket-image:hover {
    background-position: 4px 10px;
  }
  /*// ---- mainHead: the red bar on top, containing contains the logos, claims and*/
  .mainHead {
    height: 80px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    /*// ---- logos and claims*/
    /*// ---- search-foo, needs to be cleaned…*/
  }
  .mainHead .header_logo_fair,
  .mainHead .header_logo,
  .mainHead .claim {
    display: inline-block;
    vertical-align: middle;
  }
  .mainHead .left .header_logo_link {
    display: inline-block;
    position: relative;
    z-index: 50;
  }
  .mainHead .group-logo,
  .mainHead .claim {
    /*// default and homepage/fixed: don't show the group-logo or the claims*/
    /*// ... except on the homepage*/
  }
  .mainHead .group-logo,
  .mainHead .claim,
  .home .nav-above-viewport .mainHead .group-logo,
  .home .nav-above-viewport .mainHead .claim {
    display: none !important;
    /*// override `display: inherit !important` from .hide-for-small*/
  }
  .home .mainHead .group-logo,
  .home .mainHead .claim {
    display: inline-block !important;
  }
  .mainHead .claim {
    font-size: 18px;
    font-weight: bold;
  }
  .mainHead .header_logo_fair {
    width: 82px;
    height: 60px;
    padding: 10px;
    display: inline-block;
  }
  .mainHead .header_logo {
    height: 40px;
    margin-right: 20px;
  }
  .mainHead .group-logo {
    margin-top: 20px;
  }
  .mainHead .group-logo .claim {
    margin: 0 25px 0 10px;
  }
  .mainHead .search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 30;
    height: 80px;
  }
  .searchInputShown .mainHead .search {
    left: 0;
    margin-left: 80px;
  }
  .home .mainHead .search {
    display: none !important;
    /* to overwrite ".hide-for-small:inherit" */
  }
  .home .mainHead .search.hide-for-small {
    display: none;
  }
  .home .nav-above-viewport .mainHead .search {
    display: block !important;
  }
  .mainHead .searchButton,
  .mainHead .searchInput {
    cursor: pointer;
    display: block;
    height: 42px;
    border-radius: 3px;
    background: #ffffff;
    margin: 19px;
  }
  .mainHead .searchButton .searchButton,
  .mainHead .searchInput .searchButton {
    margin: 0;
    background-color: transparent;
    text-indent: -999px;
  }
  .mainHead .searchButton {
    z-index: 100;
    position: relative;
    width: 42px;
    height: 42px;
    float: right;
    color: #dd0000;
    /*// search-button isn't shown on the homepage when not .nav-above-viewport.*/
  }
  .mainHead .searchButton .searchButton {
    margin: 0;
    background-color: transparent;
    text-indent: -999px;
  }
  .mainHead .searchButton:before {
    font-size: 30px;
    top: 6px;
    left: 6px;
    position: absolute;
  }
  .home .mainHead .searchButton {
    display: none;
  }
  .mainHead .searchButton,
  .home .nav-above-viewport .mainHead .searchButton {
    display: block;
  }
  .mainHead .searchInputGroup {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 70px;
    /*// search-input is only shown when .searchInputShown is set in the default (and .nav-above-viewport)-version when*/
  }
  .mainHead .searchInputGroup .searchButton {
    position: absolute;
    right: -16px;
    top: -6px;
    width: 36px;
    height: 36px;
    background-color: #333335;
  }
  .mainHead .searchInputGroup .searchButton .searchButton {
    position: relative;
    top: auto;
    right: auto;
    border: none;
  }
  .mainHead .searchInputGroup .searchButton:before {
    color: #ffffff;
    font-size: 30px;
    top: 4px;
    left: 4px;
    position: absolute;
  }
  .searchInputShown .mainHead .searchInputGroup {
    z-index: 100;
  }
  .home .searchInputShown .mainHead .searchInputGroup {
    display: none;
  }
  .home .nav-above-viewport .searchInputShown .mainHead .searchInputGroup,
  .searchInputShown .mainHead .searchInputGroup {
    display: block;
  }
  .mainHead .searchInputGroup .searchInput {
    width: 100%;
    height: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #e6e6e6;
  }
  .searchInputShown .mainHead .searchButton.active {
    background-color: #dd0000;
  }
  .searchInputShown .mainHead .searchButton.active:before {
    position: absolute;
    top: 6px;
    right: 6px;
    color: #ffffff;
  }
  .searchInputShown .mainNavigation .home {
    display: block;
  }
  .nav-above-viewport .searchInputShown .mainNavigation .home,
  .searchInputShown .mainNavigation .home {
    display: none;
  }
  /*// about selector weirdness here: the navigation is shown differently on the homepage,
  // except when in fixed-mode. So the homepage-styles need to be once again overwritten
  // with the default-styles when in fixed-mode (.nav-above-viewport)*/
  .mainNavigation {
    /*// ---- generic defaults, used for all variations of the desktop/tablet-navigation*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*// vertically centered*/
    height: 24px;
    padding: 28px 0;
    -webkit-backface-visibility: hidden;
    /*// ---- triangles at the top of the flyouts need to use the links :after-pseudoelement,*/
    /*//      otherwise the positioning centered below the nav-item wouldn't be possible*/
  }
  .mainNavigation,
  .mainNavigation a {
    color: #ffffff;
  }
  .mainNavigation .mainNavItem {
    font-weight: bold;
    position: relative;
  }
  .mainNavigation .mainNavItem:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    display: block;
    width: 3px;
    height: 3px;
    background-color: #ffffff;
  }
  .mainNavigation .mainNavItem.hover {
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
  }
  .mainNavigation .level-1 {
    width: 100%;
    text-align: center;
  }
  .mainNavigation .level-1 > li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 24px;
    cursor: pointer;
    padding-left: 17px;
    /*// the first element does not show the speprator*/
  }
  .mainNavigation .level-1 > li.is-first-for-desktop {
    padding-left: 0;
  }
  .mainNavigation .level-1 > li.is-first-for-desktop .mainNavItem:before {
    display: none;
  }
  .mainNavigation .level-1 > li:before {
    content: '';
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  .home .mainNavigation .level-1 > li {
    height: auto;
  }
  .home .nav-above-viewport .mainNavigation .level-1 > li {
    height: 100px;
  }
  .mainNavigation .level-1 > li.ticket-button {
    height: auto;
  }
  .mainNavigation .mainNavItem.hasSub.hover:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    z-index: 10;
    line-height: 0;
    margin-left: -13px;
    border-style: solid;
    border-width: 16px 13px 0 13px;
    border-color: transparent;
    border-color: rgba(229, 30, 28, 0);
    border-top-color: #dd0000;
  }
  .mainNavigationWrap {
    height: auto;
    background-color: transparent;
  }
  .home .mainNavigationWrap {
    width: 100.1%;
    height: 65px;
    background-color: #fff;
  }
  .home .nav-above-viewport .mainNavigationWrap {
    height: auto;
    background-color: transparent;
  }
  /*// ---- adaption for the special cases on the homepage*/
  /*//      (navigation below the header / within the header when .nav-above-viewport)*/
  .mainNavigation {
    /*// ---- default values (accounting for the normal main-navigation and the fixed-navigation on the homepage),*/
    /*//      repeated here for better readability*/
    /*// ---- special case: homepage main-navigation (initial / not-fixed)*/
  }
  .home .nav-above-viewport .mainNavigation {
    position: absolute;
    top: 0;
    padding: 28px 0;
  }
  .home .nav-above-viewport .mainNavigation .mainNavItem.hasSub.hover:after {
    border-color: transparent;
    border-color: rgba(229, 30, 28, 0);
    border-top-color: #dd0000;
  }
  .home .nav-above-viewport .mainNavigation,
  .home .nav-above-viewport .mainNavigation .mainNavItem {
    color: #ffffff;
  }
  .home .nav-above-viewport .mainNavigation .mainNavItem.hover {
    border-bottom: 2px solid #ffffff;
  }
  .home .nav-above-viewport .mainNavigation .mainNavItem:before {
    background-color: #ffffff;
  }
  .home .nav-above-viewport .mainNavigation .mainNavItem.hasSub.hover:after {
    top: 50px;
  }
  .home .nav-above-viewport .mainNavigation .searchButton {
    display: block;
  }
  .home .mainNavigation {
    /*// - positioned below the red bar*/
    position: absolute;
    top: 82px;
    padding: 19px 0;
    height: auto;
    /*// - text-color is black*/
    /*// no search-button on the homepage (initial)*/
  }
  .home .mainNavigation,
  .home .mainNavigation .mainNavItem {
    color: #333335;
  }
  .home .mainNavigation .mainNavItem.hover {
    border-color: #333335;
  }
  .home .mainNavigation .mainNavItem:before {
    background-color: #333335;
  }
  .home .mainNavigation .mainNavItem.hasSub.hover:after {
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    top: 41px;
  }
  .home .mainNavigation .searchButton {
    display: none;
  }
  /*// ------------------------------------------------------------------------------------*/
  /*// ----[ SUBNAVIGATION / FLYOUTS ]-----------------------------------------------------*/
  /*// ------------------------------------------------------------------------------------*/
  a:hover {
    text-decoration: none;
  }
  .mainSubNavigation {
    position: absolute;
    top: 100%;
    width: 100%;
    text-align: left;
    margin: 0;
    left: 0;
    right: 0;
    padding: 25px 0;
    display: table;
    background-color: #aa0000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -ms-transform: translateY(-101%);
    transform: translateY(-101%);
    -webkit-transform: translateY(-101%);
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
    z-index: -2;
  }
  .lt-ie9 .mainSubNavigation {
    display: none;
    z-index: 0;
  }
  .mainSubNavigation .module a,
  .mainSubNavigation .module p,
  .mainSubNavigation .module h2 {
    color: #ffffff;
  }
  .mainSubNavigation section {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
    opacity: 0;
    width: 25%;
    margin: 24px 0;
    display: table-cell;
    float: none;
    border-left: 1px solid #c44d4d;
    vertical-align: top;
  }
  .mainSubNavigation section.first {
    border-left: none;
  }
  .mainSubNavigation .nav-teaser {
    display: block;
  }
  .mainSubNavigation .nav-teaser img {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }
  .mainSubNavigation .level-2,
  .mainSubNavigation .nav-teaser {
    margin: 12px;
  }
  .mainSubNavigation .level-2 > li {
    margin-top: 12px;
  }
  .mainSubNavigation .level-2 > li > a {
    font-weight: bold;
  }
  .mainSubNavigation .level-2 a {
    display: block;
    padding: 5px 17px;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    /*// highlight on hover*/
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
  }
  .mainSubNavigation .level-2 a:hover {
    text-decoration: none;
    background-color: #910000;
  }
  .mainNavigation .mainNavItem.hover + .mainSubNavigation {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    z-index: -1;
    -webkit-backface-visibility: hidden;
  }
  .lt-ie9 .mainNavigation .mainNavItem.hover + .mainSubNavigation {
    display: table;
    z-index: 0;
  }
  .mainNavigation .mainNavItem.hover + .mainSubNavigation section {
    opacity: 1;
  }
  .nav-teaser-headline {
    font-size: 16px;
    font-weight: bold;
  }
  .nav-teaser-content {
    font-size: 14px;
    font-weight: normal;
  }
  .logoCohost {
    height: 40px;
    float: left;
    display: block;
  }
  .logoCohostText {
    float: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
  }
  .group-logo {
    width: 215px;
  }
}
@media screen and (min-width: 800px) {
  .mainNavigation .level-1 > li {
    -webkit-font-smoothing: antialiased;
    padding-left: 21px;
  }
}
@media screen and (min-width: 1024px) {
  /*// ---- .pageHeaderWrap preserves the space required by the header and navigation.*/
  .pageHeaderWrap {
    height: 100px;
  }
  .home .pageHeaderWrap {
    height: 165px;
  }
  /*// ---- .pageHeader is the grouping of .mainHead together with .mainNavigation*/
  .pageHeader {
    /*// ---- special case: make room for the main-navigation below the header…*/
  }
  .home .pageHeader {
    margin-bottom: 65px;
  }
  .nav-above-viewport .pageHeader {
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
  }
  /*// ---- mainHead: the red bar on top, containing contains the logos, claims and*/
  .mainHead {
    height: 100px;
    /*// ---- search-foo, needs to be cleaned…*/
  }
  .mainHead .searchInputGroup .searchButton {
    right: -26px;
    top: -16px;
  }
  .mainHead .header_logo_fair {
    width: 82px;
    height: 82px;
    padding: 8px;
  }
  .mainHead .header_logo {
    height: 40px;
    margin-right: 20px;
  }
  .mainHead .group-logo {
    margin-top: 30px;
  }
  .mainHead .group-logo .claim {
    margin: 0 25px 0 10px;
  }
  .mainHead .search {
    height: 100px;
  }
  .searchInputShown .mainHead .search {
    margin-left: 102px;
  }
  .mainHead .searchButton {
    margin: 29px;
    width: 42px;
    height: 42px;
  }
  .mainHead .searchInputGroup {
    margin-top: 19px;
    margin-right: 80px;
  }
  .mainNavigation,
  .home .nav-above-viewport .mainNavigation {
    height: 100px;
    padding: 0;
  }
  .mainNavigation .mainNavItem,
  .home .nav-above-viewport .mainNavigation .mainNavItem {
    font-size: 16px;
  }
  .mainNavigation .mainNavItem.hasSub.hover:after,
  .home .nav-above-viewport .mainNavigation .mainNavItem.hasSub.hover:after {
    top: 59px;
  }
  .home .mainNavigation,
  .home .home .nav-above-viewport .mainNavigation {
    top: 100px;
  }
  .home .mainNavigation .level-1 > li {
    height: 100%;
  }
  .home .mainNavigation .level-1 > li:before {
    height: 100%;
  }
  .mainNavigation .level-1 > li {
    padding-left: 21px;
    height: 100px;
  }
  .mainNavigation .level-1 > li:before {
    height: 100px;
  }
  .mainNavigation .level-1 > li.hide-for-medium-down {
    display: inline-block !important;
    /*// need to override 'display:inherit !important'*/
  }
  .mainNavigation .mainNavItem:before {
    left: -13px;
  }
  .mainNavigation .getTicket .clipped {
    display: none;
  }
  .logoHost {
    width: 82px;
    height: 82px;
  }
  .hide-for-medium-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .mainNavigation .level-1 > li {
    padding-left: 40px;
  }
  .mainNavigation .mainNavItem {
    font-size: 18px;
  }
  .mainNavigation .mainNavItem:before {
    left: -20px;
  }
  .mainNavigation .getTicket {
    padding: 0;
  }
  .mainNavigation .getTicket .clipped {
    display: block;
  }
  .mainNavigation .level-1 > li {
    padding-left: 26px;
  }
}
@media screen and (min-width: 1024px) {
  .pageHeaderWrap.maintenanceHeader .claim {
    margin-top: 37px;
  }
}
/**
 *  Meta navigation module
 */
@media screen and (min-width: 740px) {
  .metaHead .user-control,
  .metaHead .metaInformation {
    margin: 10px 10px 10px 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: left;
    line-height: 22px;
  }
  .metaHead .user-navigation {
    float: right;
  }
  .metaHead .user-control {
    color: #aaaaaa;
  }
  .metaHead .user-control a {
    color: #aaaaaa;
  }
  .metaHead .metaInformation {
    color: #333335;
  }
  .metaHead .metaInformation a {
    color: #333335;
  }
  .metaHead .icon {
    font-size: 12px;
  }
  .metaInformation {
    margin-left: 5px;
  }
}
@media screen and (min-width: 740px) {
  .user-navigation {
    position: relative;
  }
  .user-navigation a {
    cursor: pointer;
  }
  .user-navigation a:hover {
    text-decoration: none;
  }
  .user-navigation .language-dropdown {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-top: 8px;
  }
  .user-navigation .language-dropdown .valueDisplay {
    padding-top: 0;
    padding-bottom: 0;
    height: 30px;
    border: none;
  }
  .user-navigation .language-dropdown .valueDisplay:after {
    padding: 9px 10px 9px 0;
  }
  .user-navigation .language-dropdown .flyout-container {
    position: absolute;
    top: 32px;
    width: 206px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999;
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 3px #888;
            box-shadow: 0px 3px 3px #888;
    border: none;
    border-top: none;
    position: relative;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    display: block;
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-entry,
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link {
    color: #333335;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link {
    padding: 5px 0 5px 18px;
    line-height: 18px;
    height: 30px;
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link:hover {
    background-color: #ececec;
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link [class*="flag-"] {
    width: 27px;
    height: 20px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-cn {
    background-image: url('../../../bilder/flags/cn.png?v=1543931574482');
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-fr {
    background-image: url('../../../bilder/flags/fr.png?v=1543931574482');
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-it {
    background-image: url('../../../bilder/flags/it.png?v=1543931574482');
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-jp {
    background-image: url('../../../bilder/flags/jp.png?v=1543931574482');
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-prt {
    background-image: url('../../../bilder/flags/prt.png?v=1543931574482');
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-ru {
    background-image: url('../../../bilder/flags/ru.png?v=1543931574482');
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-es {
    background-image: url('../../../bilder/flags/es.png?v=1543931574482');
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-tr {
    background-image: url('../../../bilder/flags/tur.png?v=1543931574482');
  }
  .user-navigation .language-dropdown .flyout-container .flyout-list .flyout-list-link .flag-nl {
    background-image: url('../../../bilder/flags/nl.png?v=1543931574482');
  }
  .user-navigation .control-item {
    margin-left: 10px;
  }
  .user-navigation .language > .seperator.has-space {
    padding: 0 2px;
  }
  .user-navigation .user-control {
    white-space: nowrap;
  }
  .user-navigation .user-control a,
  .user-navigation .user-control span {
    font-size: 15px;
  }
  .user-navigation .user-control a {
    text-decoration: underline;
  }
  .user-navigation .user-control .is-selected,
  .user-navigation .user-control a:hover {
    color: #333335;
    text-decoration: none;
  }
  .user-navigation .user-control .is-selected:before,
  .user-navigation .user-control a:hover:before,
  .user-navigation .user-control .is-selected:after,
  .user-navigation .user-control a:hover:after {
    text-decoration: none;
  }
  .user-navigation .user-control > .logged {
    display: none;
  }
  .user-navigation .user-control.is-logged > .not-logged {
    display: none;
  }
  .user-navigation .user-control.is-logged > .logged {
    display: inline;
  }
  .user-navigation .icon:before {
    margin-right: 5px;
    vertical-align: -1px;
  }
  .user-navigation .icon:after {
    margin-left: 5px;
    vertical-align: -2px;
  }
  .user-navigation .language.icon:before {
    margin-right: 0;
  }
  .user-navigation .icon-globe:before {
    vertical-align: -2px;
  }
  .user-navigation .flyout-navigation {
    background-color: #484848;
    position: absolute;
    right: 0;
    top: 100%;
    left: 0;
    z-index: 110;
    -webkit-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
    overflow: hidden;
    max-height: 0;
  }
  .user-navigation .flyout-navigation.is-open {
    max-height: 600px;
  }
  .user-navigation .flyout-navigation > .flyout-inner {
    padding: 20px;
    padding-top: 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .user-navigation .flyout-navigation > .flyout-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    z-index: 10;
    line-height: 0;
    margin-left: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    border-top-color: white;
  }
  .user-navigation .flyout-navigation a {
    display: block;
    border-bottom: 1px solid #858586;
    padding: 10px 0;
    color: #ececec;
  }
  .user-navigation .flyout-navigation a:hover {
    text-decoration: underline;
  }
}
/* content modules */
@media screen and (min-width: 740px) {
  .exhibitorIntroRow .exhibitorCompanyName {
    font-size: 30px;
    margin: 60px 0 0 0;
  }
  .exhibitorIntroRow .exhibitorCompanyClaim {
    margin: 14px 0 60px 0;
    font-size: 11px;
  }
  .exhibitorIntroRow .exhibitorFairInfo {
    line-height: 15px;
    font-size: 15px;
    margin: 60px 0 0 0;
  }
  .exhibitorIntroRow .exhibitorFairInfoHead {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
  }
  .exhibitorIntroRow .exhibitorFairInfoCopy {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
  }
}
@media screen and (min-width: 1024px) {
  .exhibitorIntroRow .exhibitorCompanyName {
    font-size: 30px;
    margin: 60px 0 0 0;
  }
  .exhibitorIntroRow .exhibitorCompanyClaim {
    margin: 14px 0 60px 0;
    font-size: 11px;
  }
  .exhibitorIntroRow .exhibitorFairInfo {
    line-height: 15px;
    font-size: 15px;
    margin: 60px 0 0 0;
  }
  .exhibitorIntroRow .exhibitorFairInfoHead {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
  }
  .exhibitorIntroRow .exhibitorFairInfoCopy {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
  }
}
@media screen and (min-width: 740px) {
  .exhibitorTeaserSmall {
    min-height: 280px;
    height: auto !important;
    height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  .exhibitorTeaserSmall {
    min-height: 320px;
    height: auto !important;
    height: 320px;
  }
}
@media screen and (min-width: 740px) {
  .exhibitorTeaserMedium {
    min-height: 227px;
    height: auto !important;
    height: 227px;
  }
}
@media screen and (min-width: 1024px) {
  .exhibitorTeaserMedium {
    min-height: 427px;
    height: auto !important;
    height: 427px;
  }
}
@media screen and (min-width: 740px) {
  .exhibitorStageLogo {
    margin: 60px 0 60px 0;
  }
}
@media screen and (min-width: 1024px) {
  .exhibitorStageLogo {
    margin: 85px 0 85px 0;
  }
}
@media screen and (min-width: 740px) {
  .factsNumbers {
    font-size: 56px;
  }
  .M00611-text {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .factsNumbers {
    font-size: 100px;
  }
}
@media screen and (min-width: 740px) {
  button,
  .ui-button {
    font-size: 15px !important;
  }
  /*sizes*/
  .buttonS {
    top: 0;
    padding: 10px 17px;
  }
  .royalSlider .rsArrow {
    width: 75px;
  }
  .royalSlider .rsArrowIcn {
    top: 45%;
    left: 20%;
    width: 75px;
    height: 75px;
    font-size: 360%;
  }
  .royalSlider .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .royalSlider .icon-arrow-left-desktop:before,
  .royalSlider .icon-arrow-right-desktop:before {
    width: 30px;
    margin: 20px auto;
  }
}
/**
 * define a sidebar layout with advertisment
 *
 * @use whitelabel/suchergebnis-seite-einstieg
 */
.search-result-layout .rowInner .rowInner {
  width: 100%;
}
.search-result-layout .layout-col-sidebar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .search-result-layout.has-ad .layout-col-sidebar {
    display: block;
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .search-result-layout.has-ad .layout-col-sidebar > .M067 {
    margin-top: -22px;
  }
  .search-result-layout.has-ad .layout-col-content {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .search-result-layout.has-ad .layout-col-content > .M10302 .l-col7 {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .search-result-layout.has-ad .layout-col-content > .M103020201 .l-col9,
  .search-result-layout.has-ad .layout-col-content > .M1030302 .l-col9,
  .search-result-layout.has-ad .layout-col-content > .M1030303 .l-col9,
  .search-result-layout.has-ad .layout-col-content > .M1030305 .l-col9,
  .search-result-layout.has-ad .layout-col-content > .M1030304 .l-col9 {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .search-result-layout.has-ad .layout-col-content > .M103020801 .search-supplier {
    width: 100%;
  }
  .search-result-layout.has-ad .layout-col-content > .M103020801 .search-supplier .l-col7 {
    width: 56.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
}
/* modules */
@media screen and (min-width: 740px) {
  .M00201 .subnavigation {
    padding: 10px 0 30px;
  }
  .M00201 .subnavigation a {
    margin: 5px 0 5px 10px;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    color: #333335;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    background-color: #ececec;
    border-radius: 5px;
    border: 2px solid #ececec;
  }
  .M00201 .subnavigation a:nth-of-type(1) {
    margin-left: 0;
  }
  .M00201 .subnavigation a.active {
    color: #ffffff;
    background-color: #646567;
    border-color: #646567;
  }
  .M00201 .subnavigation a:hover {
    color: #ececec;
    background-color: #333335;
    border-color: #333335;
  }
  .M00201 .subnavigation a.as-campaign {
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 5px;
  }
  .M00201 .subnavigation a.as-campaign.active {
    color: #ffffff;
    background-color: #646567;
    border-color: #333335;
  }
  .M00201 .subnavigation a.as-campaign:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #333335;
  }
}
@media screen and (min-width: 1024px) {
  .M00201 .subnavigation {
    padding: 20px 0 40px;
  }
  .M00201 .subnavigation a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .M00201 .subnavigation a {
    font-size: 15px;
  }
}
@media screen and (min-width: 740px) {
  .M003 + .toggle {
    display: block;
  }
  .M003 .searchButton .searchButton {
    background-color: transparent;
    text-indent: -999px;
  }
  .M003 .searchButton.icon-search.active {
    color: #ffffff;
    background: transparent;
  }
  .M003 .searchButton.icon-search.active:before {
    font-size: 32px;
    padding-top: 6px;
  }
  .M003 .searchInputGroup .searchInput {
    height: 42px;
    margin: 10px 0;
    padding: 10px 210px 10px 10px;
  }
  .M003 .searchInputGroup .searchInput {
    height: 42px;
    margin: 10px 0;
    padding: 10px 210px 10px 10px;
  }
  .M003 .selectElement {
    top: 13px;
    right: 44px;
    width: 180px;
    height: 36px;
  }
  .M003 .selectElement select {
    height: 36px;
  }
  .M003 .selectElement .valueDisplay {
    height: 36px;
    line-height: 22px;
  }
  .M003 button.searchButton {
    margin: 9px 0;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 4px;
    right: 3px;
    color: #ffffff;
    background: #333335;
    border: none;
  }
  .M003 button.searchButton .searchButton {
    background-color: transparent;
    text-indent: -999px;
  }
  .M00304 {
    margin-bottom: 0;
  }
  .M00304 button {
    border: none;
  }
  .M00304 .searchInputGroup {
    z-index: 1;
    position: relative;
    padding: 3px;
    border: 1px solid #ffffff;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-clip: padding-box;
    background: #ffffff;
  }
  .M00304 .searchInput {
    position: absolute;
    top: 4px;
    left: 12px;
    right: 0;
    height: 38px;
    margin-right: 65px;
    padding: 0 3px;
    font-size: 16px;
    font-weight: normal;
  }
  .M00304 .selectElement {
    width: 180px;
    margin: 2px 0;
  }
  .M00304 .selectElement select:focus + .valueDisplay,
  .M00304 .selectElement select:hover + .valueDisplay {
    background-color: #ffffff;
  }
  .M00304 .selectElement select .searchButton {
    width: 42px;
    height: 42px;
    text-align: center;
    color: #ffffff;
    background: #333335;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-clip: padding-box;
  }
  .M00304 .selectElement select .searchButton .searchButton {
    background-color: transparent;
    text-indent: -999px;
  }
  .M00304 .selectElement select .searchButton:before {
    font-size: 39px;
    top: 6px;
    left: 6px;
    position: absolute;
  }
  .M00304 .selectElement select:after {
    padding: 1.2em 1.2em 0.8em 0;
    font-size: 12px;
    font-weight: bold;
  }
  .M00304 .selectElement select .valueDisplay {
    height: auto;
    border: none;
    font-size: 14px;
    font-weight: normal;
  }
  .M00304 .selectElement select .valueDisplay:hover {
    background: #ffffff;
  }
  .M00304 .rowInner .search-dropdown.searchInputGroup .searchInput {
    padding: 10px 210px 10px 20px;
    height: 48px;
  }
  .M00304 .rowInner .search-dropdown.searchInputGroup .selectElement {
    top: 1px;
    right: 50px;
    width: 180px;
    height: 41px;
    display: block !important;
  }
  .M00304 .rowInner .search-dropdown.searchInputGroup .selectElement .valueDisplay {
    height: 41px;
    font-size: 16px;
    line-height: 32px;
  }
  .M00304 .rowInner .search-dropdown.searchInputGroup .selectElement .valueDisplay:after {
    top: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .M033 .searchInputGroup .searchInput {
    height: 42px;
    margin: 19px 0;
    padding: 10px 210px 10px 10px;
  }
  .M003 .selectElement {
    right: 42px;
    width: 180px;
    height: 36px;
  }
  .M003 .valueDisplay {
    height: 36px;
    line-height: 22px;
  }
  .M00304 {
    margin-bottom: 0;
  }
  .M00303 .searchInput,
  .M00304 .searchInput {
    top: 4px;
    height: 30px;
    padding: 10px;
    font-size: 16px;
  }
  .M00303 .selectElement,
  .M00304 .selectElement {
    width: 180px;
  }
  .M00303 .selectElement:after,
  .M00304 .selectElement:after {
    padding: 1.5em 1.2em 0.8em 0;
  }
  .M00303 .selectElement .valueDisplay,
  .M00304 .selectElement .valueDisplay {
    height: 48px;
    padding: 5px 0;
    font-size: 16px;
  }
  .M00303 .selectElement .valueDisplay:after,
  .M00304 .selectElement .valueDisplay:after {
    padding: 18px 14px;
  }
  .M00303 .searchButton,
  .M00304 .searchButton {
    width: 52px;
    height: 52px;
  }
  .M00303 .searchButton .searchButton,
  .M00304 .searchButton .searchButton {
    background-color: transparent;
    text-indent: -999px;
  }
  .M00303 .searchButton:before,
  .M00304 .searchButton:before {
    font-size: 39px;
    top: 6px;
    left: 6px;
    position: absolute;
  }
  .rowInner .search-dropdown.searchInputGroup .searchInput {
    padding: 10px 260px 10px 20px;
    height: 48px;
  }
  .rowInner .search-dropdown.searchInputGroup .selectElement {
    top: 1px;
    width: 200px;
    height: 36px;
  }
  .rowInner .search-dropdown.searchInputGroup .selectElement .valueDisplay {
    height: 36px;
    font-size: 18px;
  }
  .rowInner .search-dropdown.searchInputGroup .selectElement .valueDisplay:after {
    top: 0;
  }
  .M00303.stage-search .valueDisplay {
    padding: 12px 0;
  }
}
@media screen and (min-width: 740px) {
  .M004 {
    margin-bottom: 75px;
  }
  .M004 .profilecenter {
    border-top: 2px solid #ececec;
  }
  .M004 ul,
  .M004 li {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .M004-item {
    display: inline-block;
  }
  .M004-links-title {
    margin: 0 .8em 0 0;
    display: inline-block;
    padding: 0;
  }
  .M004-links {
    display: inline-block;
  }
  .M004-links li {
    margin-right: 1em;
    display: inline-block;
  }
  .M004-links a {
    color: #333333;
    text-decoration: none;
  }
  .M004-links a:hover,
  .M004-links a:active,
  .M004-links a:focus {
    color: #333333;
    text-decoration: underline;
  }
  .M004-legal {
    display: inline-block;
    margin: 0;
    text-align: left;
  }
  .M004-legal li {
    margin-right: 1em;
    display: inline-block;
  }
  .M004-language {
    float: right;
    display: inline-block;
  }
  .M004-language a {
    margin-left: 0;
  }
  .M004-toplink {
    float: right;
    display: inline-block;
    color: #dd0000;
  }
  .M004-viewport {
    display: none;
  }
  .M004-services {
    margin: 0 auto;
    padding-top: 1.75em;
  }
  .M004-services ul {
    font-size: 0;
    width: 100%;
  }
  .M004-services li {
    width: 12.5%;
    float: none;
    clear: none;
    vertical-align: top;
  }
  .backgroundTrueBlack .M004-services-item,
  .backgroundIdentity .M004-services-item {
    border-bottom: none;
  }
  .M004-services-item {
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 0;
  }
  .M004-services-item .icon {
    font-size: 2.125em;
    color: #858586;
    float: none;
    display: block;
  }
  .M004-services-item .icon-title {
    font-size: 15px;
    font-weight: normal;
    float: none;
    display: block;
  }
  .M004-divider {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .pageFooter {
    height: 80px;
    line-height: 80px;
  }
  .pageFooter .right {
    width: 140px;
  }
  .M004 .language-dropdown {
    cursor: pointer;
    margin: 0;
    display: block;
    text-align: left;
  }
  .M004 .language-dropdown .dropdown-title {
    margin: 0;
    float: left;
    display: block;
    padding-right: 10px;
    line-height: 32px;
  }
  .M004 .language-dropdown .selectElement {
    float: left;
    display: block;
    width: 210px;
    height: 32px;
  }
  .M004 .language-dropdown .selectElement .language-select {
    height: 32px;
  }
  .M004 .language-dropdown .selectElement .valueDisplay {
    padding: 0px 27px 0 0;
    height: 32px;
  }
  .M004 .language-dropdown .selectElement .valueDisplay:after {
    padding: 8px 10px 8px 0;
  }
  .M004 .language-dropdown .selectElement .flyout-container {
    position: absolute;
    top: 32px;
    width: 206px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 40;
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list {
    background-color: #ffffff;
    border: 2px solid #c3c3c3;
    border-top: none;
    position: relative;
    width: 100%;
    padding: 5px 0;
    margin: 0 0 40px;
    display: block;
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-entry,
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link {
    color: #333335;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link {
    padding: 5px 0 5px 18px;
    line-height: 18px;
    height: 30px;
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link:hover {
    background-color: #ececec;
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link [class*="flag-"] {
    width: 27px;
    height: 20px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-cn {
    background-image: url('../../../bilder/flags/cn.png?v=1543931574482');
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-fr {
    background-image: url('../../../bilder/flags/fr.png?v=1543931574482');
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-it {
    background-image: url('../../../bilder/flags/it.png?v=1543931574482');
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-jp {
    background-image: url('../../../bilder/flags/jp.png?v=1543931574482');
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-prt {
    background-image: url('../../../bilder/flags/prt.png?v=1543931574482');
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-ru {
    background-image: url('../../../bilder/flags/ru.png?v=1543931574482');
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-es {
    background-image: url('../../../bilder/flags/es.png?v=1543931574482');
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-tr {
    background-image: url('../../../bilder/flags/tur.png?v=1543931574482');
  }
  .M004 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-nl {
    background-image: url('../../../bilder/flags/nl.png?v=1543931574482');
  }
  .M004 .M004-supported {
    width: auto;
    text-align: right;
    float: right;
    border: none;
  }
  .M004 .M004-supported .support-text {
    width: auto;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: top;
    line-height: 63px;
  }
  .M004 .M004-supported .support-image {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .dmagLogo {
    width: 185px;
    background-image: url('../../../bilder/logo-dmag-desktop-white.svg?v=1543931574482');
  }
  .messe-logo {
    margin: 8px;
    padding: 0;
    width: 82px;
    height: 82px;
    float: left;
    display: inline;
  }
  .textInputFooter {
    width: 70%;
  }
  .pageFooter {
    -webkit-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    height: 98px;
    line-height: 98px;
    overflow: hidden;
  }
  .pageFooter .right {
    width: 215px;
  }
  .pageFooterToggle {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .pageFooterToggle .dmagLogo + p {
    color: #004a99;
  }
  .pageFooterToggle .social-bar {
    display: none;
  }
  .pageFooterToggle .dmagLogo {
    background-image: url('../../../bilder/logo-dmag-desktop-blue.svg?v=1543931574482');
  }
  .pageFooterToggle .lt-ie9 .dmagLogo {
    background-image: url('../../../bilder/logo-dmag-blue.png?v=1543931574482');
  }
  .pageFooterToggle .messe-logo {
    display: none !important;
  }
  .pageFooterToggle .logo-optional {
    position: static;
    display: inline-block;
    opacity: 1;
    width: 82px;
    height: 82px;
    margin: 8px;
  }
  .pageFooterToggle .logo-optional img {
    width: 100%;
    height: auto;
  }
  .pageFooterToggle .footerLogo {
    color: #046c97;
  }
}
@media screen and (min-width: 740px) {
  .M0050201 {
    padding-bottom: 0;
  }
  .M0050201 .rsNav,
  .M0050301 .rsNav {
    bottom: 0;
  }
  .M0050201 .button,
  .M0050301 .button {
    margin-bottom: 30px;
  }
  .stage-slider .royalSlider .rsBullets span {
    background: #ffffff;
  }
  .stage-slider .royalSlider .rsNavSelected span {
    background: #dd0000;
  }
  .stage-slider .royalSlider .center {
    width: 95%;
    margin: 4% 0 0;
  }
  .stage-slider .royalSlider .rsArrowIcn {
    display: block;
  }
  .stage-slider .royalSlider .rsBullet {
    margin: 1% 0;
  }
  .stage-slider .stageHomepage {
    max-height: 570px;
  }
  .stage-slider .stageHomepage .center {
    margin: 12% 0 0;
  }
  .stage-slider .rowInner .searchInputGroup {
    z-index: 1;
    position: relative;
    float: none;
    margin-top: 20px;
    margin-left: 17.70833333%;
    left: 0;
    right: 0;
  }
  .stage-slider .rowInner .searchInputGroup .searchInput {
    padding: 10px 220px 10px 20px;
    height: 48px;
  }
  .stage-slider .rowInner .searchInputGroup .selectElement {
    top: 1px;
    right: 50px;
    width: 190px;
    height: 41px;
  }
  .stage-slider .rowInner .searchInputGroup .selectElement .valueDisplay {
    height: 41px;
    padding-right: 37px;
    font-size: 16px;
    line-height: 32px;
  }
  .stage-slider .rowInner .searchInputGroup .selectElement .valueDisplay:before {
    top: 4px;
  }
  .stage-slider .countdown .countdownElement {
    padding: 8px;
    font-size: 15px;
    min-width: 68px;
  }
  .stage-slider .countdown .countdownElement .days,
  .stage-slider .countdown .countdownElement .hours,
  .stage-slider .countdown .countdownElement .minutes,
  .stage-slider .countdown .countdownElement .seconds {
    margin-top: -10px;
    font-size: 54px;
  }
  .M0050301 .textHeadline,
  .M0050201 .textHeadline {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 800px) {
  .M0050201 .button,
  .M0050301 .button {
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1024px) {
  .stage-slider .royalSlider {
    max-height: 570px;
  }
  .stage-slider .royalSlider .center {
    width: 85%;
  }
  .stage-slider .royalSlider .rsBullets span {
    width: 11px;
    height: 11px;
  }
  .stage-slider .stageHomepage {
    margin-bottom: 35px;
  }
  .stage-slider .stageHomepage .center {
    margin-top: 85px;
  }
  .stage-slider .rowInner .searchInputGroup {
    margin-left: 17.70833333%;
  }
  .stage-slider .rowInner .searchInputGroup .searchInput {
    padding: 10px 255px 10px 20px;
    height: 48px;
  }
  .stage-slider .rowInner .searchInputGroup .selectElement {
    top: 1px;
    right: 50px;
    width: 210px;
    height: 42px;
  }
  .stage-slider .rowInner .searchInputGroup .selectElement .valueDisplay {
    height: 42px;
    font-size: 16px;
    line-height: 19px;
  }
  .stage-slider .rowInner .searchInputGroup .selectElement .valueDisplay:after {
    top: -2px;
  }
  .stage-slider .countdown .countdownElement {
    font-size: 20px;
    min-width: 80px;
  }
  .stage-slider .countdown .countdownElement .days,
  .stage-slider .countdown .countdownElement .hours,
  .stage-slider .countdown .countdownElement .minutes,
  .stage-slider .countdown .countdownElement .seconds {
    font-size: 60px;
    margin-bottom: -10px;
  }
  .M0050301-text {
    font-size: 20px;
  }
  .M0050201-text-top {
    font-size: 20px;
  }
  .M0050301-text.show-for-large {
    display: none !important;
  }
  .M0050201 .button,
  .M0050301 .button {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1100px) {
  .M0050201 .button,
  .M0050301 .button {
    margin-bottom: 45px;
  }
  .stage-slider .countdown .countdownElement {
    min-width: 90px;
  }
  .stage-slider .countdown .countdownElement .days,
  .stage-slider .countdown .countdownElement .hours,
  .stage-slider .countdown .countdownElement .minutes,
  .stage-slider .countdown .countdownElement .seconds {
    font-size: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .M0050301-text.show-for-large {
    display: block !important;
  }
}
@media screen and (min-width: 1300px) {
  .stage-slider .stageHomepage .center {
    margin-top: 100px;
  }
  .stage-slider .rowInner .searchInputGroup {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .stage-slider .stageHomepage .center {
    margin-top: 120px;
  }
}
@media screen and (min-width: 740px) {
  .stage-image .stage-image-outer-wrap {
    height: 258px;
  }
  .stage-image .stage-image-inner-wrap {
    height: 516px;
    margin-top: -129px;
  }
  .stage-image .stage-image-inner-wrap {
    height: 516px;
  }
  .stage-image .stage-image-inner-wrap img {
    min-width: 768px;
  }
  .stage-image .stage-image-inner-wrap img:before {
    height: 516px;
  }
  .retina .stage-image .stage-image-inner-wrap img:before {
    height: 516px;
  }
  .stage-image .stage-logo-outer-wrap {
    height: 258px;
  }
  .stage-image .stage-logo-inner-wrap img {
    max-width: 31.25%;
    margin: 1.04166667%;
    max-height: 200px;
  }
  .stage-image .stage-logo-inner-wrap:before {
    height: 9%;
  }
  .retina .stage-logo-inner-wrap:before {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .stage-image {
    margin-bottom: 25px;
  }
  .stage-image .stage-image-outer-wrap {
    height: 470px;
  }
  .stage-image .stage-image-inner-wrap {
    height: 940px;
    margin-top: -235px;
  }
  .stage-image .stage-image-inner-wrap {
    height: 940px;
  }
  .stage-image .stage-image-inner-wrap img {
    min-width: 1440px;
  }
  .stage-image .stage-image-inner-wrap img:before {
    height: 940px;
  }
  .stage-image .stage-logo-outer-wrap {
    height: 470px;
  }
  .stage-image .stage-logo-inner-wrap img {
    max-width: 22.91%;
    margin: 1.04166667%;
    max-height: 270px;
  }
  .stage-image .stage-logo-inner-wrap:before {
    height: 20%;
  }
  .retina .stage-image .stage-image-inner-wrap img:before {
    height: 940px;
  }
  .retina .stage-logo-inner-wrap:before {
    height: 100%;
  }
}
@media screen and (min-width: 740px) {
  .M00504 .flex-grid {
    background-color: #ececec;
    margin: 0 1.04166667% 1.04166667% 1.04166667%;
  }
  .M00504 .flex-grid > .col {
    width: 48.95833333%;
  }
  .M00504 .col-body > .col-inner {
    margin: 4.16666667%;
    margin-right: 0;
  }
  .M00504 .col-image {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 320px;
  }
  .M00504 .col-image > img {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .M00505 .stage {
    min-height: 550px;
  }
  .M00505 .stage .button-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .M00505 .stage-body {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    top: 20%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 740px) {
  .M00507 {
    margin-top: calc(-41.04166667px);
  }
}
@media screen and (min-width: 1024px) {
  .M00507 {
    margin-top: calc(-44.04166667px);
  }
}
@media screen and (min-width: 740px) {
  .M00508 {
    min-height: 60vh;
  }
  .M00508.move-behind-nav {
    margin: calc(80px * -1) 0 0 0;
    padding: 80px 0 0 0;
  }
  .M00508.move-behind-nav:before {
    content: '';
    height: 100vh;
    top: -100vh;
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
  }
  .M00508.move-behind-nav.backgroundDark:before {
    background-color: #333335;
  }
  .M00508.move-behind-nav.backgroundBlack:before {
    background-color: #18181a;
  }
  .M00508.move-behind-nav.backgroundTrueBlack:before {
    background-color: #000000;
  }
  .M00508.move-next-up {
    margin-bottom: -40px;
  }
  .M00508.theme-default {
    background-image: url('../../../../bilder/4-teilnahme-planung-bilder/fuer-aussteller-bilder/kampagne/m00508-dummy-tablet.jpg?v=1543931574482');
  }
}
@media screen and (min-width: 1024px) {
  .M00508 {
    min-height: 100vh;
  }
  .M00508.move-behind-nav {
    margin: calc(100px * -1) 0 0 0;
    padding: 100px 0 0 0;
  }
  .M00508.move-next-up {
    margin-bottom: -60px;
  }
  .M00508.theme-default {
    background-image: url('../../../../bilder/4-teilnahme-planung-bilder/fuer-aussteller-bilder/kampagne/m00508-dummy-desktop.jpg?v=1543931574482');
  }
}
/* common settings */
@media screen and (min-width: 740px) {
  .teaserHeadline {
    font-size: 15px;
  }
  .teaserCopytext {
    font-size: 15px;
  }
  .teaserRowHeadline {
    font-size: 20px;
  }
  .teaserRowHeadlineFlat {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .M006.module.as-block-module,
  .M006.module.as-inner-block-module .module-container {
    z-index: 2;
  }
  .evenCol {
    float: left;
    clear: none;
  }
  .oddCol {
    float: left;
    clear: none;
  }
}
@media screen and (min-width: 740px) {
  .teaser {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .teaserMainHeadline {
    font-weight: normal;
    font-size: 16px;
  }
  .teaserHeadline2 {
    font-size: 15px;
  }
  .teaserHeadline3 {
    font-size: 29px;
  }
  .teaserLink {
    font-size: 15px;
  }
  .teaserFlowLink {
    float: none;
  }
  .teaserBlockLeft {
    width: 100% !important;
    margin-right: 0;
  }
  .teaserBlockRight {
    width: 100% !important;
    margin-left: 0;
    margin-top: 0;
  }
  .teaserIconSublineBorderless {
    border: none;
  }
  /* TEASER FULLSCREEN IMAGE */
  .teaserFullImageCover {
    width: 50%;
    float: left;
  }
  .teaserFullImageContent {
    width: 50%;
    height: 100%;
    position: relative;
    display: block;
    margin-top: 0;
  }
  .teaserFullImageContent .teaserFullImageText {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .teaserFullImageHoverArea {
    display: none;
  }
  .teaserFullImageSubheadline {
    font-size: 18px;
  }
  /* TEASER SQUARE WITH ICON */
  .teaserIconSquareBlockContent {
    top: 21%;
  }
  /* TEASER WITH LIST ICON */
  .iconListTeaserIcon {
    font-size: 30px;
  }
  /* SINGLE TOPIC TEASER */
  .M00611 .title {
    font-size: 20px;
    margin-botom: 30px;
  }
  .M00611 .teaserIcon {
    font-size: 72px;
    height: 72px;
  }
  .M00611 .teaserIcon:before {
    color: #dd0000;
  }
  .M00611 .teaserIcon.icon-users {
    font-size: 62px;
  }
  .M00611 .factsHeadline {
    border-bottom-width: 5px;
    margin-bottom: 20px;
  }
  .M00611 .moduleInfo {
    margin: 20px 0 20px 0;
    font-size: 16px;
  }
  .M00611 .factsBox h3 {
    font-size: 36px;
  }
  /* NEWS TEASER */
  .M00614 .news-date {
    font-size: 15px;
  }
  .M0060702 .teaserRowHeadline {
    font-size: 26px;
    line-height: 1.346153846;
    margin-bottom: 0;
  }
  .M0060702 .teaserRowHeadline {
    margin-bottom: 4px;
  }
  .M0060702 .teaser {
    margin-bottom: 4px;
  }
  .M0060702 .iconListTeaserIcon {
    font-size: 30px;
  }
  .M0060702 .iconListTeaserBlockLeft {
    top: -2px;
  }
  .M0060702 .iconListTeaserBlockRight {
    margin-left: 48px;
  }
  .layout-centered .teasers {
    text-align: center;
  }
  .layout-centered .teasers > .col {
    float: none;
    vertical-align: top;
    display: inline-block;
    text-align: left;
  }
  .layout-centered .teasers .M0060701 h3 {
    text-align: left;
  }
}
@media screen and (min-width: 798px) {
  /* TEASER FULLSCREEN IMAGE */
  .teaserFullImageContent .teaserFullImageText {
    font-size: 32px;
  }
}
/* ==========================================================================
   Mobile first, large
   ========================================================================== */
@media screen and (min-width: 1024px) {
  .teaser {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .teaserMainHeadline {
    font-weight: normal;
    font-size: 32px;
  }
  .teaserRowHeadline {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    margin: 20px 0;
    text-align: center;
  }
  .teaserRowHeadlineFlat {
    margin: 0 0 5px 0;
    text-align: center;
  }
  .teaserHeadline3 {
    font-size: 30px;
  }
  .teaserFlowLink {
    float: none;
  }
  .teaserBlockLeft {
    width: 48% !important;
    margin-right: 2%;
  }
  .teaserBlockRight {
    width: 48% !important;
    margin-left: 2%;
    margin-top: -5px;
  }
  .teaserIconSublineBorderless {
    border: none;
  }
  /* TEASER WITH LIST ICON */
  .iconListTeaserIcon {
    font-size: 30px;
  }
  /* SINGLE TOPIC TEASER */
  .M00611 .title {
    font-size: 28px;
    margin-bottom: 35px;
  }
  .M00611 .teaserIcon {
    font-size: 100px;
    height: 130px;
  }
  .M00611 .teaserIcon.icon-users {
    height: 80px;
  }
  .M00611 .moduleInfo {
    font-size: 18px;
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 9.375%;
    margin-top: 26px;
    margin-bottom: 32px;
  }
  .M00611 .factsBox h3 {
    font-size: 44px;
  }
  .M0060702 .teaserRowHeadline {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .M0060702 .teaserHeadline,
  .M0060702 .teaserCopytext {
    font-size: 15px;
    line-height: 1.333333333;
  }
  .M0060702 .teaser {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 1200px) {
  .teaserFullImageContent .teaserFullImageText {
    font-size: 44px;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .teaserFullImageContent .teaserFullImageText {
    font-size: 52px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 740px) {
  .M00601 .teasers > .col,
  .M00601 .teasers > .col:first-child {
    margin-top: 20px;
  }
  .M00601.M0060101 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .M00601.M0060101 .singleTeaser .teaserImageBlock {
    text-align: center;
  }
  .M00601.M0060101.teaserModule .button,
  .M00601.M0060101.teaserModule .buttonS {
    margin-top: 10px !important;
  }
  .M00601.M0060102 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .M00601.M0060102 .teaser-item {
    margin-bottom: 0;
  }
  .M00601.M0060102 .teaser-item .teaserIconBlock {
    display: block;
    width: auto;
    float: none;
  }
  .M00601.M0060102 .teaser-item .teaserIcon {
    margin: 0 auto 5px;
    font-size: 64px;
    height: 91px;
    max-height: 91px;
  }
  .M00601.M0060102 .teaser-item .teaserTextBlock {
    margin: 0;
    width: 100%;
  }
  .M00601.M0060102 .teaser-item h3 {
    text-align: center;
    border-bottom: 4px solid #dd0000;
    padding-bottom: 8px;
  }
  .M00601.M0060103 .m-col6push3,
  .M00601.M0060103 .l-col6push3 {
    text-align: center;
  }
  .M00601.M0060103 .teaserTextBlock {
    text-align: left;
  }
  .M00601.M0060103 .singleTeaser .teaserTextBlock {
    text-align: center;
  }
  .M00601.M0060101 .teaserCategory,
  .M00601.M0060102 .teaserCategory,
  .M00601.M0060104 .teaserCategory,
  .M00601.M0060105 .teaserCategory,
  .M00601.M0060106 .teaserCategory {
    font-size: 13px;
  }
  .M00601.M0060107 .teasers > .col {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .M00601 .teasers > .col,
  .M00601 .teasers > .col:first-child {
    margin-top: 0;
  }
  .M00601 .teasers > .col:nth-child(3n),
  .M00601 .teasers > .col:first-child:nth-child(3n),
  .M00601 .teasers > .col:nth-child(4n),
  .M00601 .teasers > .col:first-child:nth-child(4n),
  .M00601 .teasers > .col:nth-child(5n),
  .M00601 .teasers > .col:first-child:nth-child(5n),
  .M00601 .teasers > .col:nth-child(7n),
  .M00601 .teasers > .col:first-child:nth-child(7n) {
    margin-top: 0;
  }
  .M00601.M0060107 .teasers > .col {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 740px) {
  .M00608 .item .timetableTeaserBlock1 {
    width: 21.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
    margin-bottom: 0;
  }
  .M00608 .item .timetableTeaserBlock2 {
    width: 71.875%;
    display: inline;
    float: left;
    margin: 1.5625%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 740px) {
  .M00610 .M00610-item {
    display: block;
    width: 106.25%;
    margin-left: -3.125%;
    margin-right: -3.125%;
    *zoom: 1;
  }
  .M00610 .M00610-item:before,
  .M00610 .M00610-item:after {
    content: "";
    display: table;
  }
  .M00610 .M00610-item:after {
    clear: both;
  }
  .M00610 .M00610-item .contactTeaserImage {
    display: none;
  }
  .M00610 .M00610-item .contactTeaserText {
    width: 93.75%;
    display: inline;
    float: left;
    margin: 3.125%;
  }
  .M00610 .M00610-item .contactTeaserText {
    width: auto;
    font-size: 15px;
  }
  .M00610 .M00610-item .teaserCopytext {
    margin-left: 0 !important;
  }
  .M00610.M006100201 .M00610-item .contactTeaserImage {
    display: block;
    width: 15%;
    height: auto;
    margin: 10px 20px 0 0;
    float: left;
  }
  .M00610.M006100201 .M00610-item .contactTeaserText {
    margin: 10px 0 0 !important;
  }
  .M00610.M0061003 .M00610-item .contactTeaserText {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M00610.M0061003 .M00610-item .company-image {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 1024px) {
  .M00610 .M00610-item {
    display: block;
    width: 106.25%;
    margin-left: -3.125%;
    margin-right: -3.125%;
    *zoom: 1;
  }
  .M00610 .M00610-item:before,
  .M00610 .M00610-item:after {
    content: "";
    display: table;
  }
  .M00610 .M00610-item:after {
    clear: both;
  }
  .M00610 .M00610-item .contactTeaserImage {
    width: 43.75%;
    display: inline;
    float: left;
    margin: 3.125%;
    width: 100px;
    height: 100px;
  }
  .M00610 .M00610-item .contactTeaserText {
    width: auto;
  }
  .M00610 .M00610-item .contactTeaserImage + .contactTeaserText {
    width: 43.75%;
    display: inline;
    float: left;
    margin: 3.125%;
  }
  .M00610.M0061003 .M00610-item .contactTeaserText {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M00610.M0061003 .M00610-item .company-image {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M00610.M006100201 .M00610-item .contactTeaserImage {
    width: 10%;
  }
}
@media screen and (min-width: 740px) {
  .M00612 .rowInner .m-col6:nth-child(2n+0) {
    clear: none;
  }
  /* VIDEO SINGLE TEASER */
  .M0061201 .teaser-video-rubric {
    font-size: 18px;
    padding: 20px 20px 20px 20px;
  }
  .M0061201 .teaser-video-headline {
    font-size: 50px;
    font-weight: bold;
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
  }
  .M0061201 .call-to-action {
    text-align: center;
  }
  .M0061201 .video-wrapper {
    margin-bottom: 0;
  }
  .backgroundLighterDark .M00612 .video-thumbnail-link > img {
    margin-bottom: -5px;
  }
  .M00612.backgroundLighterDark .video-thumbnail-headline {
    line-height: 138%;
  }
}
@media screen and (min-width: 1024px) {
  /* VIDEO SINGLE TEASER */
  .M0061201 .teaser-video-rubric {
    font-size: 22px;
    padding: 20px 20px 20px 20px;
  }
  .M0061201 .teaser-video-headline {
    font-size: 90px;
    font-weight: bold;
    padding: 0 20px 0 20px;
    margin-bottom: 20px;
  }
  .M0061201 .call-to-action {
    text-align: center;
  }
  .backgroundLighterDark .M00612 p {
    margin-bottom: 24px;
  }
  /* MEDIATHEK */
  .M00612.backgroundLighterDark .video-thumbnail-headline {
    line-height: 145%;
  }
}
@media screen and (min-width: 740px) {
  .M00615 {
    display: block;
    font-size: 22px;
  }
  .M00615 .fact-block {
    padding: 10px 0;
    padding-left: 60px;
  }
  .M00615 .fact-block:before {
    line-height: 80px;
  }
}
@media screen and (min-width: 740px) {
  .M0061601 .ui-fieldset.as-single-line > input {
    width: 59.375%;
  }
}
@media screen and (min-width: 740px) {
  .M0061701 .webnews-window {
    height: 600px;
  }
  .M0061701 .webnews-body {
    margin: 1% 0.5% 0;
  }
  .M0061701 .webnews-body.m-col3 {
    width: 23.99%;
  }
}
@media screen and (min-width: 1024px) {
  .M0061701 .webnews-window {
    height: 400px;
  }
  .M0061701 .webnews-body.l-col2 {
    width: 15.66%;
  }
  .M0061701 .webnews-body.l-col4 {
    width: 32.33%;
  }
}
@media screen and (min-width: 740px) {
  .M0061702 .instagram-headline {
    text-indent: 40px;
  }
  .M0061702 .instagram-headline:before {
    top: 2px;
    left: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .M0061702 .instagram-headline {
    text-indent: 50px;
  }
  .M0061702 .instagram-headline:before {
    top: 3px;
    left: -40px;
  }
}
@media screen and (min-width: 740px) {
  .M00620 .module-container.m-col8 {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M00620 .module-container.m-col12 {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M00620.visitor,
  .M00620.exhibitor,
  .M00620.visitor-exhibitor {
    background-color: transparent;
  }
  .M00620.visitor .module-container,
  .M00620.exhibitor .module-container,
  .M00620.visitor-exhibitor .module-container {
    background-color: #333335;
  }
  .M00620 .module-container .content-container {
    padding: 0 8.375%;
  }
  .M00620 .module-container .list-container .buttonPrimary {
    width: auto;
  }
  .M00620 .module-container.m-col12 .list-container.first {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 3.25%;
  }
  .M00620 .rowInner {
    width: 85%;
  }
  .M00620.short .module-container .list-container .module-subline {
    text-align: left;
  }
  .M00620.short .module-container .list-container .buttonPrimary {
    margin: 10px 0 0;
  }
  .M00620.short .module-container .list-container.first .buttonPrimary {
    margin: 10px 0;
  }
}
@media screen and (min-width: 1024px) {
  .M00620 .module-container.l-col8 {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M00620 .module-container.l-col12 {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M00620 .module-container .module-headline {
    text-align: left;
  }
  .M00620 .module-container.l-col12 .module-headline {
    text-align: center;
  }
  .M00620 .module-container.l-col12 .list-container {
    text-align: center;
  }
  .M00620 .module-container.l-col12 .list-container .ticket-list {
    width: 48.75%;
  }
  .M00620 .module-container.l-col12 .list-container .ticket-list:first-of-type {
    width: 51.25%;
  }
  .M00620 .module-container.l-col12 .list-container .ticket-list:first-of-type .ticket-list-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px;
  }
  .M00620 .module-container.l-col12 .list-container .ticket-list .ticket-list-item {
    margin-top: 20px;
  }
  .M00620 .module-container.l-col12 .list-container .buttonPrimary {
    float: none;
    margin: 40px auto 0;
    position: relative;
    display: inline-block;
  }
  .M00620 .module-container.l-col12 .list-container.first {
    width: 51.25%;
    border-bottom: none;
  }
  .M00620 .module-container.l-col12 .list-container.first .ticket-list {
    width: 100%;
  }
  .M00620 .module-container.l-col12 .list-container.first .buttonPrimary {
    float: left;
  }
  .M00620 .module-container.l-col12 .list-container.second {
    width: 48.75%;
  }
  .M00620 .module-container.l-col12 .list-container.second .ticket-list {
    width: 100%;
  }
  .M00620 .module-container.l-col12 .list-container.second .buttonPrimary {
    float: left;
  }
  .M00620.short .module-container .content-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .M00620.short .module-container .list-container.first {
    width: 50%;
  }
  .M00620.short .module-container .list-container.first .buttonPrimary {
    margin: 10px 0 0;
  }
  .M00620.short .module-container .list-container.second {
    width: 50%;
  }
}
@media screen and (min-width: 740px) {
  .M00622 .topic-list .topic-list-entry {
    width: 25%;
  }
}
@media screen and (min-width: 740px) {
  .M00623 .content .people .avatar {
    width: 58px;
  }
  .M00623 .content .people .icon-more-outline::before {
    font-size: 58px;
  }
}
@media screen and (min-width: 740px) {
  .M00624.M0062401 .teaser-image-wrapper {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-top: -120px;
    margin-left: 0;
    float: none;
    position: absolute;
    left: auto;
  }
  .M00624.M0062401 .teaser-content {
    padding: 0 0 0 40%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .M00624.M0062401 .teaser-content .teaser-copy {
    padding: 0;
  }
  .M00624.M0062401 .teaser-content .teaser-headline {
    padding: 0;
  }
  .M00624.M0062401 .teaser-icon {
    left: 0;
    right: auto;
    bottom: 5px;
  }
  .M00624.M0062401 .teaser-icon:before {
    padding: 10px;
    font-size: 18px;
    line-height: 1;
  }
  .M00624.M0062401:nth-of-type(2n) .teaser-image-wrapper {
    margin-right: 0;
    margin-left: 20;
    right: 0;
  }
  .M00624.M0062401:nth-of-type(2n) .teaser-content {
    padding: 0 40% 0 0;
    right: auto;
    left: 0;
  }
  .M00624.M0062401:nth-of-type(2n) .teaser-content .teaser-copy {
    padding: 0;
  }
  .M00624.M0062401:nth-of-type(2n) .teaser-icon {
    right: 0;
    left: auto;
  }
  .M00624.M0062402 .teaser-image-wrapper .teaser-image {
    width: 100%;
    max-width: 100%;
  }
  .M00624.M0062402 .teaser-content {
    background-color: #333335;
    position: relative;
    width: 100%;
    float: left;
    bottom: auto;
    left: auto;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .M00624.M0062401 .teaser-image-wrapper {
    width: 64.58333333%;
    display: inline;
    margin: 1.04166667%;
    margin-top: -120px;
    margin-left: 0;
    left: auto;
    float: left;
    position: relative;
  }
  .M00624.M0062401 .teaser-content {
    overflow: hidden;
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    padding: 0 0 0 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
  }
  .M00624.M0062401 .teaser-content .teaser-copy {
    padding: 0 10% 0 30%;
  }
  .M00624.M0062401 .teaser-icon {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
  }
  .M00624.M0062401 .teaser-icon:before {
    padding: 20px;
    font-size: 20px;
    line-height: 1;
  }
  .M00624.M0062401 .teaser-link {
    display: block;
  }
  .M00624.M0062401 .teaser-link:hover .teaser-icon {
    opacity: 1;
  }
  .M00624.M0062401:nth-of-type(2n) .teaser-image-wrapper {
    margin-right: 0;
    margin-left: 20;
    float: right;
    right: auto;
  }
  .M00624.M0062401:nth-of-type(2n) .teaser-content {
    padding: 0 25% 0 0;
    right: auto;
    left: 0;
  }
  .M00624.M0062401:nth-of-type(2n) .teaser-content .teaser-copy {
    padding: 0 20%;
  }
  .M00624.M0062402 {
    padding: 40px 0;
  }
  .M00624.M0062402 .items .item:nth-of-type(2n) {
    margin-top: 7%;
    margin-left: 9.375%;
  }
  .M00624.M0062402 .items .item:hover .teaser-content {
    left: 40px;
  }
  .M00624.M0062402 .teaser-content {
    left: 0;
    top: -40px;
    -webkit-transition: left .5s;
    transition: left .5s;
  }
}
/**
 * M00625
 */
@media screen and (min-width: 740px) {
  .M00625 .content-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .M00625 .rowInner.theme-default {
    background-image: url('../../../../bilder/4-teilnahme-planung-bilder/fuer-aussteller-bilder/kampagne/bg-tablet-940x500.jpg?v=1543931574482');
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .M00625 .content {
    padding-right: 100px;
  }
  .M00625 .rowInner.theme-default {
    background-image: url('../../../../bilder/4-teilnahme-planung-bilder/fuer-aussteller-bilder/kampagne/bg-desktop-1380x500.jpg?v=1543931574482');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 740px) {
  .M00626 .teaser-image,
  .M00626 .teaser-content {
    width: 50%;
  }
  .M00626.rtl .teaser-image {
    float: right;
  }
  .M00626 + .M00626 {
    margin-top: -20px;
  }
}
@media screen and (min-width: 740px) {
  .M00627.M0062701 .teaser-body,
  .M00627.M0062701 .teaser-link {
    min-height: 480px;
  }
  .M00627.M0062701 .teaser-content {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .M00627.M0062701 .teaser-body,
  .M00627.M0062701 .teaser-link {
    min-height: 500px;
  }
  .M00627.M0062701 .teaser-content {
    width: 66%;
  }
}
@media screen and (min-width: 1024px) {
  .M007.as-custom .h2-teaser {
    font-size: 20px;
  }
}
@media screen and (min-width: 740px) {
  .M009 ul.statusbar,
  .M009 ol.statusbar {
    margin: 14px 0 15px 0;
  }
  .M009 ul.statusbar li,
  .M009 ol.statusbar li {
    margin: 0 30px 0 15px;
    line-height: 1.4;
    font-size: 20px;
  }
  .M0090101 ul.statusbar li.active span:after,
  .M0090101 ol.statusbar li.active span:after {
    top: 31px;
    left: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .M009 ul.statusbar,
  .M009 ol.statusbar {
    margin: 14px 0 15px 0;
  }
  .M009 ul.statusbar li,
  .M009 ol.statusbar li {
    margin: 0 40px 0 20px;
  }
  .M009 ul.statusbar li span,
  .M009 ol.statusbar li span {
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .M014-pagefunctions {
    margin-bottom: 10px;
  }
  .M014-pagefunctions.right-aligned > * {
    margin-left: 40px !important;
  }
  .popover_content .inner .share-buttons ul li {
    margin: 0 30px 0 0;
  }
  .popover_content .inner .share-buttons ul li a span:before {
    top: 20px;
  }
  .M014-02,
  .M014-08 {
    display: block;
  }
  .M014-pagefunctions .M014-01 .popover_content:after {
    left: 220px;
  }
  .M014-pagefunctions .M051 .popover_content:after {
    left: 312px;
  }
  .M014-03 .popover_content:after {
    left: 175px;
  }
  .M014-02__text-element,
  .M014-08__text-element {
    margin-top: 4px;
    float: right;
    font-size: 14px;
    color: #858586;
    display: block;
  }
  .M01412 > .label,
  .M01413 > .label {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .M014 {
    margin-bottom: 20px;
  }
  .M014 a {
    display: block;
  }
  .M014 .title {
    min-height: 50px;
  }
  .M014 input[type="email"] {
    font-size: 1em;
    height: auto;
    padding: 13px 18px 11px;
    width: calc(100% - 59px);
  }
  .M014 input[type="submit"] {
    padding: 13px 17px;
    float: right;
    margin-top: -1px;
    margin-left: 0 !important;
  }
  .M014 section {
    margin-bottom: 40px;
  }
  .M014-01__text-element {
    font-size: 15px;
  }
  .M014-articleContext {
    margin-top: 118px;
    float: right;
    position: absolute;
    right: 0;
  }
  .M014-articleContext-pB h1,
  .M014-articleContext-pB h2 {
    font-size: 1.333333333em;
    line-height: 1.4;
  }
  .M014-articleContext-pT {
    padding-top: 290px;
  }
  .M014-articleContext-pT h1,
  .M014-articleContext-pT h2 {
    font-size: 1.333333333em;
    line-height: 1.4;
  }
  .backgroundDark .M014-container {
    margin-top: -6px;
  }
  .popover_content .inner .share-buttons {
    width: 100%;
  }
  .M014-01 .popover_content [class^="icon-"]:before,
  .M014-01 .popover_content [class*=" icon-"]:before,
  .M014-03 .popover_content [class^="icon-"]:before,
  .M014-03 .popover_content [class*=" icon-"]:before {
    font-size: 20px;
  }
}
.M014-06 {
  display: inline-block;
}
.M014-07 {
  display: inline-block;
}
@media screen and (min-width: 740px) {
  .M014-03-share-button.as-whatsapp {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .M015 .grey-seperator {
    height: 40px;
    margin: 0;
  }
  .M015 .backgroundDark h1,
  .M015 .backgroundDark h2 {
    font-weight: normal;
  }
  .M01503 ul.newsletter-advantage {
    margin: 25px 0 0 0;
  }
  .M01503 ul.newsletter-advantage li {
    padding: 0 0 10px 0;
    font-size: 16px;
  }
  .M01503 ul.newsletter-advantage li p {
    padding: 10px 0 20px 0;
  }
  .M01503 ul.newsletter-advantage li p strong {
    font-size: 20px;
  }
  .M01503 ul.newsletter-advantage li:before {
    font-size: 70px;
  }
  .M01503 .checkBox {
    margin: 0 0 35px 0;
  }
  .M01503 .checkBox input[type="checkbox"] + label {
    margin: 0;
  }
  .M01503 .checkBox input[type="checkbox"] + label .big {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .M01503 h3.checkbox-subheadline {
    padding: 0 0 20px 30px;
  }
  .M01503 input[type="submit"].under-checkbox {
    margin: 0 0 0 30px;
  }
  .M01503 .lotteryParticipate {
    margin: 0;
    text-align: left;
  }
  .M01503 .lotteryOption {
    margin-bottom: 10px;
  }
  .M01504 .row.backgroundMedium .rowInner .picto-container {
    font-size: 40px;
    line-height: 75px;
  }
  .M01504 .row.backgroundMedium .rowInner .edit-link {
    text-align: right;
    line-height: 75px;
  }
  .M01505 ul.pressservice-list li {
    margin: 15px 0;
  }
  .M01505 ul.pressservice-list li.icon-haken {
    margin: 14px 0 16px;
    padding: 8px 0 0 28px;
  }
  .M01505 ul.pressservice-list li.icon-haken:before {
    top: 11px;
  }
  .M01508 {
    margin: 20px 0 0 0;
  }
  .M01508 ul.ticket-list li {
    margin: 0;
    padding: 0;
  }
  .M01508 ul.ticket-list li .ticket-icon {
    height: 90px;
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M01508 ul.ticket-list li .ticket-icon:before {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    line-height: 90px;
    font-size: 70px;
  }
  .M01508 ul.ticket-list li .ticket-info {
    padding: 10px 0 0 0;
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M01508 ul.ticket-list li .ticket-buttons {
    padding: 15px 0 0 0;
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    text-align: right;
  }
  .M01508 ul.ticket-list li .ticket-buttons .button {
    margin: 0 0 10px 10px;
  }
  .M01508 ul.ticket-list li .ticket-buttons .button.print {
    display: inline-block;
  }
  .M01508 ul.ticket-list li .ticket-buttons .mobile-ticket {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .M01503 ul.newsletter-advantage {
    margin: 45px 0 0 0;
  }
  .M01503 ul.newsletter-advantage li {
    padding: 0 0 10px 0;
    font-size: 18px;
  }
  .M01503 ul.newsletter-advantage li p {
    padding: 5px 0 30px 0;
  }
  .M01503 ul.newsletter-advantage li p strong {
    font-size: 22px;
  }
  .M01503 ul.newsletter-advantage li:before {
    font-size: 70px;
  }
  .M01503 .lotteryOption {
    margin-bottom: 15px;
  }
  .M01503 .checkBox {
    margin: 0 0 45px 0;
  }
  .M01503 .checkBox input[type="checkbox"] + label {
    margin: 0;
  }
  .M01503 .checkBox input[type="checkbox"] + label .big {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .M01503 h3.checkbox-subheadline {
    padding: 0 0 20px 34px;
  }
  .M01503 input[type="submit"].under-checkbox {
    margin: 0 0 0 34px;
  }
  .M01504 .row.backgroundMedium .rowInner {
    padding: 25px 0;
  }
  .M01504 .row.backgroundMedium .rowInner .picto-container {
    font-size: 60px;
    line-height: 100px;
  }
  .M01504 .row.backgroundMedium .rowInner .edit-link {
    line-height: 100px;
  }
  .M01505 ul.pressservice-list {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .M01505 ul.pressservice-list li {
    margin: 15px 0;
    padding: 0;
  }
  .M01505 ul.pressservice-list li.icon-haken {
    margin: 15px 0 13px;
    padding: 8px 0 0 34px;
  }
  .M01505 ul.pressservice-list li.icon-haken:before {
    top: 11px;
  }
  .M01508 {
    margin: 25px 0 0 0;
  }
  .M01508 ul.ticket-list li {
    margin: 0;
    padding: 0;
  }
  .M01508 ul.ticket-list li .ticket-icon {
    display: block;
    height: 110px;
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M01508 ul.ticket-list li .ticket-icon:before {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    line-height: 110px;
    font-size: 80px;
  }
  .M01508 ul.ticket-list li .ticket-info {
    padding: 20px 0 0 0;
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M01508 ul.ticket-list li .ticket-buttons {
    padding: 25px 0 0 0;
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 740px) {
  .M0150101 .name {
    font-size: 44px;
    line-height: 1.227272727;
  }
  .M0150101 .rowInner {
    position: relative;
  }
  .M0150101 header {
    padding-top: 10px;
  }
  .M0150101 .control-cell {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 740px) {
  .M01502 .control-cell {
    text-align: right;
  }
}
@media screen and (min-width: 740px) {
  .M018 .togglebox-header:after {
    font-size: 21px;
  }
  .M018 .togglebox-header h3 {
    font-size: 16px;
  }
  .M018 .box-left,
  .M018 .box-right {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .M018 .togglebox-header:after {
    font-size: 20px;
  }
  .M018 .togglebox-header h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 740px) {
  .M027 {
    margin-top: 2em;
  }
  .M027 .tabbox-navi {
    background-color: #ececec;
    height: 72px;
    position: relative;
  }
  .M027 .tabbox-navi-entries {
    font-size: 0;
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-bottom: 0;
    position: absolute;
    top: 12px;
    z-index: 5;
  }
  .M027 .tabbox-navi-entries li {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .M027 .tabbox-navi-entries li.active a {
    color: #333335;
    background-color: #ffffff;
    padding-bottom: 2px;
    outline: 0;
  }
  .M027 .tabbox-navi-entries a {
    font-size: 15px;
    padding: 20px 20px 0 20px;
    height: 40px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 2px;
    background-clip: padding-box;
    background-color: transparent;
    overflow: hidden;
  }
  .M027 .tabbox-navi-entries a:hover,
  .M027 .tabbox-navi-entries a:focus,
  .M027 .tabbox-navi-entries a:active {
    color: #333335;
    background: #ffffff;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    padding-bottom: 2px;
    outline: 0;
  }
  .M027 .tabbox-navi-shadow {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    display: block;
  }
  .M027 .tabbox-navi-topshadow {
    top: -7px;
    height: 19px;
  }
  .M027 .tabbox-navi-bottomshadow {
    bottom: 0;
    height: 7px;
    overflow: hidden;
  }
  .M027 .tabbox-content {
    z-index: 3;
    margin-top: 2em;
  }
  .M027 .tabbox-content .tabs-content {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .M027 .tabbox-navi-entries a {
    padding: 20px 40px 0 40px;
  }
}
@media screen and (min-width: 740px) {
  .m-nested12 .M026-item-image {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-nested12 .M026-item-content {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .m-nested12 .M026-item-image + .M026-item-content {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 1024px) {
  .l-nested12 .M026-item-image {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-nested12 .M026-item-content {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .l-nested12 .M026-item-image + .M026-item-content {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 740px) {
  .imageGallery-anchor {
    position: relative;
    top: 0px;
  }
  .imageGallery-wrapper .rsContent {
    position: relative;
  }
  .imageGallery-wrapper .rsContent > .caption {
    max-height: 100px;
    background: rgba(24, 24, 27, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .imageGallery-wrapper .rsContent > .caption p {
    margin: 0;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
  }
  .imageGallery-wrapper .download-indicator:before {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .imageGallery-anchor {
    top: -100px;
  }
  .imageGallery-wrapper .download-indicator:before {
    font-size: 40px;
  }
}
@media screen and (min-width: 740px) {
  .M02904 .lightbox .lightbox-container {
    margin: 5% 0 0 10%;
    width: 80%;
    height: 80%;
  }
}
@media screen and (min-width: 740px) {
  .M033 .page-intro .page-intro-topline {
    margin-top: 0;
  }
  .M033 figcaption {
    font-size: 13px;
    line-height: 1.307692308;
  }
  .M033 h2,
  .M033 h3,
  .M033 h4,
  .M033 h5 {
    clear: left;
  }
  .M033 .rowInner .m-col6:nth-child(2n+0) {
    clear: none;
  }
  .M033 .checked-list li {
    margin: 0 0 20px;
  }
  .M033.teaserModule,
  .M037-03.teaserModule,
  .M018-01.teaserModule {
    padding: 0;
  }
  .M033 .centered,
  .M037-03 .centered,
  .M018-01 .centered {
    text-align: left;
  }
  .M033 .box-right,
  .M037-03 .box-right,
  .M018-01 .box-right,
  .M033 .box-left,
  .M037-03 .box-left,
  .M018-01 .box-left {
    width: auto;
    max-width: 48.6%;
  }
  .M033 .box-right,
  .M037-03 .box-right,
  .M018-01 .box-right {
    margin-left: 2.3%;
  }
  .M033 .box-left,
  .M037-03 .box-left,
  .M018-01 .box-left {
    margin-right: 2.3%;
  }
  .M03302 .location {
    font-size: 15px;
    padding: 0 0 20px 0;
  }
  .M03302 .exhibitor-name {
    font-size: 44px;
    padding: 0 0 10px 0;
  }
  .M03305 .buttonCol {
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .M033.teaserModule,
  .M037-03.teaserModule,
  .M018-01.teaserModule {
    padding: 0;
  }
  .M033 .box-right,
  .M037-03 .box-right,
  .M018-01 .box-right,
  .M033 .box-left,
  .M037-03 .box-left,
  .M018-01 .box-left {
    width: auto;
    max-width: 43%;
  }
  .M033 .box-right,
  .M037-03 .box-right,
  .M018-01 .box-right {
    margin-left: 4%;
  }
  .M033 .box-left,
  .M037-03 .box-left,
  .M018-01 .box-left {
    margin-right: 4%;
  }
  .M033 aside,
  .M037-03 aside {
    float: right !important;
    margin-bottom: 20px;
  }
  .M033 aside a,
  .M037-03 aside a {
    display: block;
  }
  .M03301 .subline {
    margin-bottom: 15px;
  }
  .M03301 ul,
  .M03301 .list {
    margin-bottom: 40px;
  }
  .M03302 .location {
    padding: 0 0 25px 0;
  }
  .M03302 .exhibitor-name {
    padding: 0 0 15px 0;
  }
}
@media screen and (min-width: 740px) {
  .M036 ul.exhibitor-list {
    margin: 0;
    padding: 0;
    display: block;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
    *zoom: 1;
  }
  .M036 ul.exhibitor-list:before,
  .M036 ul.exhibitor-list:after {
    content: "";
    display: table;
  }
  .M036 ul.exhibitor-list:after {
    clear: both;
  }
  .M036 ul.exhibitor-list li {
    margin: 0;
    padding: 0;
  }
  .M036 ul.exhibitor-list li .exhibitor-name {
    width: 39.58333333%;
    display: inline;
    margin: 1.04166667%;
    position: relative;
    float: left;
  }
  .M036 ul.exhibitor-list li .exhibitor-name:after {
    margin: 0;
    content: "";
  }
  .M036 ul.exhibitor-list li .exhibitor-location {
    width: 22.91666667%;
    display: inline;
    margin: 1.04166667%;
    position: relative;
    float: left;
  }
  .M036 ul.exhibitor-list li .exhibitor-location:after {
    margin: 0;
    content: "";
  }
  .M036 ul.exhibitor-list li .exhibitor-booth {
    width: 31.25%;
    display: inline;
    margin: 1.04166667%;
    position: relative;
    float: left;
  }
}
@media screen and (min-width: 740px) {
  .M03703 .exhibitor-claim {
    font-size: 18px;
  }
  .intro-col {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .M03703 .exhibitor-claim {
    font-size: 22px;
  }
}
@media screen and (min-width: 740px) {
  .M03707 .exhibitor-map.as-fullscreen {
    width: 90vw !important;
    height: 90vh !important;
    top: 5vh;
    left: 5vw;
  }
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  .M03708 .products-wrapper > .m-nested12 .m-col6 {
    clear: none !important;
  }
  .M03708 .products-wrapper > .m-nested12 .products-body.clear-m {
    clear: left !important;
  }
}
@media screen and (min-width: 740px) {
  .M03708 .filter-wrapper input[type="checkbox"] + .filter-label,
  .M03708 .filter-wrapper input[type="radio"] + .filter-label {
    padding: 10px 17px;
    line-height: 19px;
  }
  .M03708 .filter-wrapper .filter-button-wrapper {
    vertical-align: top;
    display: inline-block;
    margin: 10px 5px 0 0;
  }
  .M03708 .filter-wrapper .filter-button-wrapper .button {
    margin: 0;
  }
  .M03708 .products-wrapper .products-body {
    padding-bottom: 10px;
  }
  .M03708 .products-wrapper .products-body > .products-link:first-of-type {
    height: 16.75vw;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .product-detail-swiper .swiper-detail-container .product-detail-wrapper .swiper-slide {
    height: 22.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .M03708 .products-wrapper > .l-nested12 .l-col3 {
    clear: none !important;
  }
  .M03708 .products-wrapper > .l-nested12 .products-body.clear-l {
    clear: left !important;
  }
  .M03708 .products-wrapper > .l-nested12 .products-body > .products-link:first-of-type {
    height: 15vw;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog {
    width: 85%;
    height: auto;
    overflow-y: auto;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .product-detail-swiper .swiper-detail-container .product-detail-wrapper .swiper-slide {
    height: 19.5vw;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .swiper-container .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .swiper-container .swiper-pagination {
    margin: 10px 0 0;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .swiper-detail-container .swiper-detail-button-next,
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .swiper-detail-container .swiper-detail-button-prev {
    opacity: 0;
    display: block;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .swiper-detail-container:hover .swiper-detail-button-next,
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .swiper-detail-container:hover .swiper-detail-button-prev {
    opacity: 1;
  }
}
@media screen and (min-width: 1670px) {
  .M03708 .products-wrapper > .l-nested12 .products-body > .products-link:first-of-type {
    height: 248px;
  }
  .M03708 .lightbox .lightbox-container .lightbox-dialog .products-swiper .product-detail-swiper .swiper-detail-container .product-detail-wrapper .swiper-slide {
    height: 341px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  .M03709 .rowInner .products-wrapper .m-col6:nth-child(2n+0) {
    clear: none;
  }
  .M03709 .rowInner .products-wrapper .m-col6:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 740px) {
  .M03709 .products-wrapper .products-body {
    padding: 20px 0;
  }
  .M03709 .products-wrapper .products-body:first-child {
    padding: 0 0 20px;
  }
  .M03709 .products-wrapper .products-body .products-image {
    margin: 0;
  }
  .M03709 .products-wrapper .products-body .products-copy {
    margin-bottom: 40px;
  }
  .M03709 .products-wrapper .products-body .products-attributes {
    width: 50%;
    margin: 0 0 20px;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M03709 .products-wrapper .products-body > .col:first-of-type .products-link {
    height: 30vw;
  }
}
@media screen and (min-width: 1024px) {
  .M03709 .products-wrapper .products-body > .col:first-of-type .products-link {
    height: 27.8vw;
  }
}
@media screen and (min-width: 1670px) {
  .M03709 .products-wrapper .products-body > .col:first-of-type .products-link {
    height: 446px;
  }
}
@media screen and (min-width: 740px) {
  .M03710 .profile-swiper .swiper-container.medium-full {
    width: 100%;
    margin: 0;
  }
  .M03710 .profile-swiper .swiper-container.medium-full .swiper-slide {
    width: 33% !important;
    margin: 0 !important;
  }
  .M03710 .profile-description {
    padding: 0 0 20px;
    width: 80%;
    float: left;
  }
  .M03710 .profile-image,
  .M03710 .embeded-video,
  .M03710 .video-wrapper {
    padding: 0 20px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
    float: left;
  }
  .M03710 .profile-image + .profile-description,
  .M03710 .embeded-video + .profile-description,
  .M03710 .video-wrapper + .profile-description {
    width: 50%;
    padding: 0 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M03710 .video-wrapper {
    padding-bottom: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .M03710 .profile-swiper .swiper-container.large-full {
    width: 100%;
    margin: 0;
  }
  .M03710 .profile-swiper .swiper-container.large-full .swiper-slide {
    width: 25% !important;
    margin: 0 !important;
  }
}
@media screen and (min-width: 740px) {
  .M03711 .tab-navigation .tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #c1c1c1;
    border-right: none;
    border-left: none;
    width: 100%;
    float: left;
  }
  .M03711 .tab-navigation .tab-list .tab-item {
    padding: 20px;
    margin: 0;
    width: auto;
    font-weight: bold;
    position: relative;
    float: left;
    font-size: 15px;
  }
  .M03711 .tab-navigation .tab-list .tab-item.active {
    color: #dd0000;
    pointer-events: none;
  }
  .M03711 .tab-navigation .tab-list .tab-item.active:before {
    content: '';
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg) translateX(-50%);
        -ms-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    border: 1px solid #c1c1c1;
    border-left: none;
    border-top: none;
    position: absolute;
    bottom: -10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 50%;
    background: #ffffff;
  }
  .M03711 .tab-navigation .tab-list .tab-item:hover {
    color: #dd0000;
    cursor: pointer;
  }
  .M06105 .module-container,
  .M00610 .module-container {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .M03711 .tab-navigation .tab-list .tab-item {
    font-size: 20px;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  .M03712 .m-col6:nth-child(2n+0) {
    clear: none;
  }
  .M03712 .m-col6:nth-child(2n+1) {
    clear: left;
  }
  .M03712 .events-swiper .events-pagination .events-label-wrapper .events-label {
    font-size: 17px;
  }
}
@media screen and (min-width: 740px) {
  .M03712 .events-swiper .events-pagination {
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M03712 .events-swiper .events-pagination .events-label-wrapper {
    text-align: left;
  }
  .M03712 .events-swiper .events-pagination .events-label-wrapper .events-label {
    display: inline-block;
    width: calc(16.66666667%);
  }
  .M03712 .events-swiper .events-pagination .events-label-wrapper .events-label.active {
    display: inline-block;
    pointer-events: none;
    color: #333335;
  }
  .M03712 .events-swiper .events-wrapper .events-slide .events-detail-swiper .events-detail-pagination {
    left: 60px;
  }
  .M03712 .events-swiper .events-wrapper .events-slide:nth-of-type(2) .events-detail-swiper .events-detail-pagination {
    left: calc(16.66666667% + 40px);
  }
  .M03712 .events-swiper .events-wrapper .events-slide:nth-of-type(3) .events-detail-swiper .events-detail-pagination {
    left: calc(33.33333334% + 20px);
  }
  .M03712 .events-swiper .events-wrapper .events-slide:nth-of-type(4) .events-detail-swiper .events-detail-pagination {
    left: calc(50%);
  }
  .M03712 .events-swiper .events-wrapper .events-slide:nth-of-type(5) .events-detail-swiper .events-detail-pagination {
    left: calc(66.66666666% - 20px);
  }
  .M03712 .events-swiper .events-wrapper .events-slide:nth-of-type(6) .events-detail-swiper .events-detail-pagination {
    left: calc(83.33333335% - 40px);
  }
  .M03712 .events-detail-swiper .events-detail-pagination {
    width: calc(16.66666667% - 20px);
  }
  .M03712 .events-detail-swiper .events-detail-wrapper .events-detail-slide {
    padding: 0;
  }
}
@media screen and (min-width: 740px) {
  .M039,
  .M040 {
    margin: 20px 0;
  }
  .M039 li .expander .filter,
  .M040 li .expander .filter {
    padding-left: 25px;
  }
  .M039 li .expander strong:before,
  .M040 li .expander strong:before {
    font-size: 17px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-clip: padding-box;
    top: 0;
    left: -25px;
  }
  .M039 .block .subblock,
  .M040 .block .subblock {
    padding-left: 25px;
  }
  .M039 .block .filter,
  .M040 .block .filter {
    padding: 0;
  }
  .M039 .block .filter.expander,
  .M040 .block .filter.expander {
    padding: 10px 0 10px 25px;
  }
  .M039 .block .filter .search-category,
  .M040 .block .filter .search-category {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    color: #333335;
    width: 100%;
    display: block;
    position: relative;
  }
  .M039 .block .filter .icon-search,
  .M040 .block .filter .icon-search {
    right: 0;
    top: 6px;
  }
  .M039 .block .filter .icon-search:after,
  .M040 .block .filter .icon-search:after {
    font-size: 14px;
    top: 5px;
    right: 0;
    width: 18px;
    height: 18px;
    padding: 1px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .M039 .block .filter .icon-search,
  .M040 .block .filter .icon-search {
    top: 7px;
  }
}
@media screen and (min-width: 740px) {
  .M044 .filter-footer input[type="reset"] {
    font-size: 15px;
  }
  .M044 .checkBox {
    margin-top: 0;
  }
  .M04401 .search-entry,
  .M04403 .search-entry {
    padding: 5px 0 10px 0;
  }
  .M04401 .search-entry p,
  .M04403 .search-entry p {
    display: block;
  }
  .M04401 .search-entry.empty .mobile-info,
  .M04403 .search-entry.empty .mobile-info {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .mobile-img-name,
  .M04403 .search-entry.empty .mobile-img-name {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .mobile-delete,
  .M04403 .search-entry.empty .mobile-delete {
    width: 6.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .info,
  .M04403 .search-entry.empty .info {
    position: relative;
    width: 100%;
    min-height: 40px;
  }
  .M04401 .search-entry.empty .info:before,
  .M04403 .search-entry.empty .info:before {
    width: 100%;
    font-size: 40px;
    text-align: center;
    margin: 0;
  }
  .M04401 .search-entry a.download,
  .M04403 .search-entry a.download {
    width: auto;
    padding: 0 0 0 48px;
    margin: 0 50px 0 0;
  }
  .M04401 .search-entry a.download:before,
  .M04403 .search-entry a.download:before {
    margin: 0 0 0 -48px;
    width: 48px;
    font-size: 28px;
  }
  .M04401 .search-entry .icon-plus-1,
  .M04403 .search-entry .icon-plus-1 {
    font-size: 25px;
  }
  .M04401 .search-result-count,
  .M04403 .search-result-count {
    font-size: 15px;
  }
  .M04402,
  .M04404 {
    display: block;
  }
  .M04402 .sort-bar .image-text,
  .M04404 .sort-bar .image-text {
    width: auto;
    margin: 10px 0;
  }
  .M04402 .sort-bar .image-sort,
  .M04404 .sort-bar .image-sort {
    width: auto;
  }
  .M04402 .sort-bar .image-sort .selectElement,
  .M04404 .sort-bar .image-sort .selectElement {
    width: auto;
    min-width: 200px;
    margin: 0 0 0 10px;
  }
  .M04402 .image-select .valueDisplay,
  .M04404 .image-select .valueDisplay {
    padding-top: 6px;
  }
  .M04402 .lightbox .lightbox-close-button,
  .M04404 .lightbox .lightbox-close-button {
    top: 11.5%;
    right: 12.5%;
  }
  .M04402 .lightbox .lightbox-dialog,
  .M04404 .lightbox .lightbox-dialog {
    max-height: 80%;
    height: 80%;
    min-height: 80%;
    width: 80%;
    background-color: #ffffff;
  }
  .M04402 .image-entry.toggled,
  .M04404 .image-entry.toggled {
    z-index: 4;
  }
  .M04402 .image-entry.toggled .icon-close,
  .M04404 .image-entry.toggled .icon-close {
    display: block;
  }
  .M04402 .image-download,
  .M04404 .image-download {
    width: 78%;
  }
  .M04404 .m-col6:nth-child(1n+1) {
    clear: none;
  }
}
@media screen and (min-width: 1024px) {
  .M04401 .search-entry a.download,
  .M04403 .search-entry a.download {
    padding: 0 0 0 48px;
    margin: 0 130px 0 0;
  }
  .M04401 .search-entry a.download:before,
  .M04403 .search-entry a.download:before {
    margin: 0 0 0 -48px;
    width: 48px;
    font-size: 28px;
  }
  .M04401 .search-entry.empty .mobile-info,
  .M04403 .search-entry.empty .mobile-info {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .mobile-img-name,
  .M04403 .search-entry.empty .mobile-img-name {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .mobile-delete,
  .M04403 .search-entry.empty .mobile-delete {
    width: 6.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M04401 .search-entry .icon-plus-1,
  .M04403 .search-entry .icon-plus-1 {
    font-size: 25px;
  }
  .M04402 .lightbox .lightbox-close-button,
  .M04404 .lightbox .lightbox-close-button {
    top: 25.5%;
    right: 12%;
  }
  .M04402 .lightbox .lightbox-dialog,
  .M04404 .lightbox .lightbox-dialog {
    max-height: 55%;
    height: 55%;
    min-height: 55%;
  }
}
@media screen and (min-width: 740px) {
  .M046 {
    margin-bottom: 40px;
    line-height: 150%;
  }
  .M046 table {
    width: 100%;
    table-layout: fixed;
  }
  .M046 td {
    padding: 20px;
    font-weight: normal;
  }
  .M046 th {
    padding: 20px;
    line-height: 166.7%;
    white-space: normal;
  }
}
@media screen and (min-width: 740px) {
  .M04801 .press-download {
    margin: 8px 0 0 0;
  }
  .M04801 .press-download .icon-download {
    padding: 0 0 0 40px;
  }
  .M04801 .press-download .icon-download:before {
    top: -2px;
    font-size: 30px;
  }
  .M04801 ul.pressconference-list li {
    padding: 0;
  }
  .M04801 ul.pressconference-list li h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .M04801 .press-download {
    margin: 8px 0 0 0;
  }
  .M04801 .press-download .icon-download {
    padding: 0 0 0 40px;
  }
  .M04801 .press-download .icon-download:before {
    top: -2px;
    font-size: 30px;
  }
  .M04801 ul.pressconference-list li h2 {
    padding: 15px 0 0 0;
    font-size: 36px;
  }
}
@media screen and (min-width: 740px) {
  .M050 .filter-select {
    display: none !important;
  }
  .M050 .tabs-wrapper {
    background: #333335;
  }
  .M050 .tabs {
    display: block;
  }
  .M050 .options,
  .M050 .options-filter {
    text-align: center;
  }
  .M050 .tabs-content {
    margin-top: -30px;
  }
  .M050 .tabs-content .filter-footer input[type="submit"] {
    font-size: 15px;
  }
  .M050 .tabs li {
    margin-top: 20px;
  }
  .M050 .tabs li a {
    position: relative;
    padding: 15px 20px 5px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-clip: padding-box;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background: #646567;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-duration: ease-in-out;
    transition-duration: ease-in-out;
    -webkit-transition-property: padding, background;
    transition-property: padding, background;
  }
  .M050 .tabs li a:before {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 37px;
    speak: none;
    -webkit-font-smoothing: antialiased;
  }
  .M050 .tabs li a:hover {
    background: #18181a;
  }
  .M050 .tabs li .active {
    padding-bottom: 20px;
    background: #18181a;
  }
  .M050 .tabs li:first-child .active {
    padding-bottom: 5px;
    background: #dd0000;
  }
  .M050 .tabs li .item-result {
    margin: 0;
    font-size: 14px;
  }
  .M050 .tabs li .select {
    background: #dd0000;
  }
  .M0500601 {
    z-index: 98;
  }
  .M0500601 .ui-autocomplete {
    position: absolute !important;
    top: 47px !important;
  }
  .M0500601 .searchButton:before {
    top: 10px;
  }
  .M0500601 .options {
    text-align: center;
  }
  /* M050.08/M050.07 Search events / products */
  .M0500801 li .expander > strong,
  .M0500701 li .expander > strong {
    margin-left: 28px;
  }
  .M0500801 .block .subblock,
  .M0500701 .block .subblock {
    padding-left: 28px;
  }
  .M0500801 .country-row .block .subblock li,
  .M0500701 .country-row .block .subblock li {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M0500801 .country-row .block li.active > .subblock,
  .M0500701 .country-row .block li.active > .subblock {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .M050 .filter-select {
    display: none !important;
  }
  .M050 .tabs-wrapper .tabs {
    display: block;
  }
  .M050 .tabs li {
    margin-top: 35px;
  }
  .M050 .tabs li a {
    min-height: 47px;
    padding: 20px 25px 10px 25px;
  }
  .M050 .tabs li a:before {
    top: -42px;
    font-size: 60px;
  }
  .M050 .tabs li .item-result {
    font-size: 16px;
  }
  .M050 .tabs li .active {
    padding-bottom: 30px;
  }
  .M050 .tabs li:first-child .active {
    padding-bottom: 10px;
  }
  .M0500601 .ui-autocomplete {
    position: absolute !important;
    top: 58px !important;
  }
  .M0500601 .rowInner .searchInput {
    height: 58px;
  }
  .M0500801 li .expander > strong,
  .M0500701 li .expander > strong {
    margin-left: 34px;
  }
  .M0500801 .block .subblock,
  .M0500701 .block .subblock {
    padding-left: 34px;
  }
  .M0500801 .country-row .block .subblock li,
  .M0500701 .country-row .block .subblock li {
    width: 22.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M0500801 .country-row .block li.active > .subblock,
  .M0500701 .country-row .block li.active > .subblock {
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .addthisevent_dropdown {
    display: block !important;
  }
  .addthisevent_dropdown span {
    display: inline-block;
    width: 80px;
    height: 55px;
    margin: 0 20px 0 0;
    padding: 60px 17px 0 17px;
    font-size: 15px;
  }
  .addthisevent_dropdown span:before {
    top: 15px;
    font-size: 35px;
  }
  .M051 .popover_content:after {
    left: 315px;
  }
  .M051 .popover_content .centered {
    text-align: center;
  }
  .M051.M05101 .popover_content:after {
    left: 292px;
  }
}
@media screen and (min-width: 1024px) {
  .addthisevent_dropdown {
    display: block !important;
  }
  .addthisevent_dropdown span {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 50px;
    margin: 0 20px 0 0;
    padding: 85px 17px 0 17px;
    text-align: center;
    line-height: 120%;
    background: #333335;
    color: #ffffff;
    cursor: pointer;
    vertical-align: top;
  }
  .addthisevent_dropdown span:before {
    top: 20px;
    font-size: 50px;
    speak: none;
    -webkit-font-smoothing: antialiased;
  }
  .M051 .popover_content {
    width: 100%;
    left: 0;
  }
  .M051 .popover_content:after {
    border-left: 10px solid transparent;
    border-top: 0;
    border-bottom: 10px solid #ececec;
    border-right: 10px solid transparent;
    top: -10px;
  }
  .M051 .popover_content [class^="icon-"]:before,
  .M051 .popover_content [class*=" icon-"]:before {
    font-size: 20px;
  }
  .M051.M05101 .popover_content:after {
    left: 297px;
  }
}
@media screen and (min-width: 740px) {
  .M05401 .moduleInfo {
    display: block;
    padding: 0;
  }
  .M05401 .popover_content {
    position: relative;
    z-index: 5;
    top: 0;
    left: auto;
    width: 100%;
  }
  .M05401 .headline h1 {
    font-size: 44px;
  }
}
@media screen and (min-width: 1024px) {
  .M054 .popover_content {
    width: 100%;
    left: inherit;
  }
  .M054 .popover_content .close:before {
    font-size: 24px;
  }
  .M054 .popover_content .result-heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 740px) {
  .M05601 .M05601-full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .M05601 .icon-center-stage,
  .M05601 .icon-expert-stage,
  .M05601 .icon-open-stage {
    font-size: 45px;
    display: inline;
    position: relative;
    top: 12px;
  }
  .M05601 .icon-center-stage {
    margin-right: 0;
  }
  .M05601 .icon-expert-stage,
  .M05601 .icon-open-stage {
    margin-right: 10px;
  }
  .M056_01Stages .stage-subtitle {
    margin-bottom: 20px;
  }
  .M056_01Stages .stage-title .icon-session-1,
  .M056_01Stages .stage-title .icon-session-2,
  .M056_01Stages .stage-title .icon-session-3 {
    top: 2px;
  }
  .M05601.M056_01Label {
    background: red;
    color: #ffffff;
    display: inline-block;
    margin-right: 3px;
    padding: 2px 5px;
  }
  .M05601 .stage-header {
    height: 100px;
  }
  .rowInner .M05601-full-width.m-col6:nth-child(2n+0) {
    clear: none;
  }
}
@media screen and (min-width: 1024px) {
  .M05601 .M05601-full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .M05601 .eventlist-item .eventlist-link,
  .M05601 .eventlist-item .eventlist-container {
    padding: 20px 0 0;
  }
  .M056_01Stages .stage-title .icon-session-1,
  .M056_01Stages .stage-title .icon-clock-9to12,
  .M056_01Stages .stage-title .icon-clock-12to2 {
    top: 4px;
  }
}
@media screen and (min-width: 740px) {
  .M05602 .eventlist-item .eventlist-link,
  .M05602 .eventlist-item .eventlist-container {
    font-size: 15px;
  }
  .m-nested12 .m-col6push4 {
    margin-left: 34.35%;
  }
  .M056_02Lists .M014-01 {
    right: 15px;
  }
}
@media screen and (min-width: 740px) {
  .M0560402-address-contact {
    margin-top: 0;
  }
  .M05602 .M056_02Lists .M014-01 {
    top: 15px;
  }
  .M05602 .eventlist-item.eventlist-session {
    margin-top: 25px;
  }
  .M05602 .eventlist-item.eventlist-session .eventlist-link .M05601-full-width,
  .M05602 .eventlist-item.eventlist-session .eventlist-container .M05601-full-width {
    padding-left: 0px;
    margin-bottom: 0;
    border-left: none;
  }
  .M05602 .eventlist-item.eventlist-session .eventlist-link .M05602-talk-information,
  .M05602 .eventlist-item.eventlist-session .eventlist-container .M05602-talk-information {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    padding-left: 15px;
    margin-bottom: 0;
    border-left: 2px solid #c1c1c1;
  }
  .M05602 .eventlist-item.eventlist-session .eventlist-link .M05602-talk-information:before,
  .M05602 .eventlist-item.eventlist-session .eventlist-container .M05602-talk-information:before {
    top: -18px;
    margin-left: -17px;
  }
  .M05603 .dayswitch {
    padding: 12px 0;
    line-height: 81px;
    margin-top: 18px;
  }
  .M05603 .dayswitch .dayswitch-date {
    font-size: 44px;
    padding: 0;
    line-height: 1.840909091;
    top: -9px;
  }
  .M05603 .dayswitch .dayswitch-prv,
  .M05603 .dayswitch .dayswitch-nxt {
    width: 40px;
    height: 40px;
    margin: 0;
    overflow: visible;
    padding: 0;
  }
  .M05603 .dayswitch .dayswitch-prv:before,
  .M05603 .dayswitch .dayswitch-nxt:before {
    font-size: 40px;
    line-height: 40px;
  }
  .no-touch .M05603 .dayswitch .dayswitch-prv:focus .dayswitch-msg,
  .no-touch .M05603 .dayswitch .dayswitch-nxt:focus .dayswitch-msg,
  .no-touch .M05603 .dayswitch .dayswitch-prv:hover .dayswitch-msg,
  .no-touch .M05603 .dayswitch .dayswitch-nxt:hover .dayswitch-msg {
    display: block;
  }
  .M05603 .dayswitch .dayswitch-prv .dayswitch-msg {
    left: 50px;
  }
  .M05603 .dayswitch .dayswitch-msg {
    position: absolute;
    top: 0;
    right: 50px;
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    color: #484848;
  }
  .M05603 .dayswitch .dayswitch-msg.dayswitch-inactive {
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .M05602 .eventlist-item.eventlist-session .eventlist-link .M05602-talk-information,
  .M05602 .eventlist-item.eventlist-session .eventlist-container .M05602-talk-information {
    padding-left: 20px;
  }
  .M05602 .eventlist-item.eventlist-session .eventlist-link .M05602-talk-information:before,
  .M05602 .eventlist-item.eventlist-session .eventlist-container .M05602-talk-information:before {
    top: -16px;
    margin-left: -22px;
  }
}
@media screen and (min-width: 740px) {
  .M05604 {
    margin-bottom: 50px;
  }
  .M05604-divider {
    margin-top: -25px;
  }
  .M0560401 .speaker-details {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  [class^="M0560402-address"] {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 25px;
  }
  .M0560402-address-contact {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .M05604 {
    margin-bottom: 50px;
  }
  .M05604-divider {
    margin-top: -25px;
  }
  .M0560401 .speaker-details {
    width: 97.22222222%;
    display: inline;
    float: left;
    margin: 1.38888889%;
  }
  .M0560402 .button {
    float: right;
  }
  .M0560402 .M0560402-images {
    float: right;
    text-align: right;
  }
  .M0560402-image {
    width: 160px;
  }
}
@media screen and (min-width: 740px) {
  .M05606 .options-filter {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .M05606 .options-filter {
    font-size: 18px;
  }
}
@media screen and (min-width: 740px) {
  .M05608 .exhibitor-claim {
    font-size: 18px;
  }
  @-moz-document url-prefix() {
    .M05608-col-wrapper {
      display: flex;
    }
    .M05608-col:nth-child(3):before,
    .M05608-col:nth-child(4):before {
      content: "";
      display: block !important;
      padding-top: 1.04166667% !important;
      background-color: #fff;
    }
  }
  .M05608-col {
    position: relative;
  }
  .M05608-col:first-child:before,
  .M05608-col:first-child:after,
  .M05608-col:nth-child(2):before,
  .M05608-col:nth-child(2):after,
  .M05608-col:nth-child(3):before,
  .M05608-col:nth-child(3):after,
  .M05608-col:last-child:before,
  .M05608-col:last-child:after {
    position: absolute;
    content: "";
    background-color: #e0e0e0;
    display: block;
  }
  .M05608-col:first-child:before,
  .M05608-col:nth-child(2):after,
  .M05608-col:nth-child(3):before,
  .M05608-col:last-child:before {
    height: 1.8%;
    width: 101.8%;
  }
  .M05608-col:first-child:before {
    bottom: -1.8%;
  }
  .M05608-col:first-child:after {
    height: 100%;
    right: -1.8%;
    top: 0;
    width: 1.8%;
  }
  .M05608-col:nth-child(2):before {
    height: 100%;
    left: -1.8%;
    top: 0;
    width: 1.8%;
  }
  .M05608-col:nth-child(2):after {
    bottom: -1.8%;
    left: -1.8%;
  }
  .M05608-col:nth-child(3):before {
    left: 0;
    top: -1.8%;
  }
  .M05608-col:nth-child(3):after {
    height: 100%;
    right: -1.8%;
    top: 0;
    width: 1.8%;
  }
  .M05608-col:last-child:before {
    left: -1.8%;
    top: -1.8%;
  }
  .M05608-col:last-child:after {
    height: 100%;
    left: -1.8%;
    top: 0;
    width: 1.8%;
  }
  .M05608.lightbox .lightbox-close-button {
    top: 7%;
    right: 12.5%;
  }
  .M05608.lightbox .lightbox-dialog {
    max-height: 90%;
    min-height: 90%;
    height: auto;
    width: 80%;
    background-color: #ffffff;
  }
  .M05608.lightbox .lightbox-dialog .eventlist-item.eventlist-session .M05601-full-width:before {
    top: -19px;
  }
  .M05608.lightbox .lightbox-dialog h2 {
    font-size: 30px;
  }
  .M05608.lightbox .lightbox-dialog .eventlist-time {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .M05608.lightbox .lightbox-dialog .M014-01 {
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .M05608 .exhibitor-claim {
    font-size: 22px;
  }
  .M05608-col:nth-child(3):before,
  .M05608-col:nth-child(4):before {
    padding: 0 !important;
    background-color: #E0E0E0;
  }
  .M05608-col:before,
  .M05608-col:after {
    width: 4% !important;
    height: 100% !important;
  }
  .M05608-col:before {
    left: -3.9% !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
  }
  .M05608-col:after {
    right: -4% !important;
    top: 0 !important;
    left: auto !important;
    bottom: auto !important;
  }
  .M05608-col:first-child:before,
  .M05608-col:last-child:after {
    content: none !important;
  }
  .M05608.lightbox .lightbox-close-button {
    right: 26.5%;
  }
  .M05608.lightbox .lightbox-dialog {
    width: 50%;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 740px) {
  .M058 .togglebox .togglebox-content {
    padding: 0 0 40px 0;
  }
  .M058 .togglebox .togglebox-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .M058 .togglebox .togglebox-content ul li {
    width: 22.91666667%;
    display: inline;
    margin: 1.04166667%;
    float: left;
    position: relative;
    background-color: #ececec;
    overflow: hidden;
  }
  .M058 .togglebox .togglebox-content ul li:hover,
  .M058 .togglebox .togglebox-content ul li.active {
    background-color: #646567;
  }
  .M058 .togglebox .togglebox-content ul li:hover a span,
  .M058 .togglebox .togglebox-content ul li.active a span {
    color: #ffffff;
  }
  .M058 .togglebox .togglebox-content ul li:hover a span:before,
  .M058 .togglebox .togglebox-content ul li.active a span:before {
    color: #ffffff;
  }
  .M058 .togglebox .togglebox-content ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .M058 .togglebox .togglebox-content ul li a {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
    position: absolute;
  }
  .M058 .togglebox .togglebox-content ul li a span {
    font-size: 16px;
    text-align: center;
    text-indent: 0;
    color: #333335;
    float: left;
    width: 100%;
    padding: 75% 0 25%;
  }
  .M058 .togglebox .togglebox-content ul li a span:before {
    color: #333335;
    width: 100%;
    top: 24%;
    left: 0;
    text-align: center;
    position: absolute;
    font-size: 56px;
  }
  .M05801 .togglebox .togglebox-content {
    padding: 0 0 40px 0;
  }
  .M05801 .togglebox .togglebox-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .M05801 .togglebox .togglebox-content ul li {
    width: 22.91666667%;
    display: inline;
    margin: 1.04166667%;
    float: left;
    position: relative;
    overflow: hidden;
  }
  .M05801 .togglebox .togglebox-content ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .M05801 .togglebox .togglebox-content ul li a {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    text-decoration: none;
    position: absolute;
  }
  .M05801 .togglebox .togglebox-content ul li a span {
    font-size: 16px;
    text-align: center;
    text-indent: 0;
    color: #ffffff;
    float: left;
    width: 100%;
    padding: 65% 0 35%;
  }
  .M05801 .togglebox .togglebox-content ul li a span:before {
    color: #ffffff;
    width: 100%;
    top: 24%;
    left: 0;
    text-align: center;
    position: absolute;
    font-size: 56px;
  }
}
@media screen and (min-width: 1024px) {
  .M058 .togglebox .togglebox-content,
  .M05801 .togglebox .togglebox-content {
    padding: 0 0 60px 0;
  }
  .M058 .togglebox .togglebox-content ul li,
  .M05801 .togglebox .togglebox-content ul li {
    width: 14.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M058 .togglebox .togglebox-content ul li a span,
  .M05801 .togglebox .togglebox-content ul li a span {
    font-size: 18px;
  }
  .M058 .togglebox .togglebox-content ul li a span:before,
  .M05801 .togglebox .togglebox-content ul li a span:before {
    top: 15%;
    font-size: 60px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  .M061.M06105 .rowInner .m-col6:nth-child(2n+0) {
    clear: none;
  }
  .M061.M06105 .rowInner .m-col6:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 740px) {
  .M06104 .m-col6 {
    clear: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .M06104 .rowInner .l-col3:nth-child(4n+1) {
    clear: left !important;
  }
}
@media screen and (min-width: 740px) {
  .M062 {
    margin-bottom: 30px;
  }
  .M062 .entry {
    font-size: 15px;
  }
}
@media screen and (min-width: 740px) {
  .M063 .flag {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .M063 .productlist-item {
    padding-bottom: 4px;
  }
  .M063 .productlist-item > div .remember-icon-wrapper {
    top: 42px;
    right: 4px;
  }
  .M063 .productlist-item > div .remember-icon-wrapper span {
    font-size: 20px;
  }
  .M063 .productlist-item p {
    display: block;
    width: 85%;
  }
  .M063 .productlist-item img {
    max-width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .M063 .productlist-item img {
    max-width: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .M06702 .rowInner {
    width: auto;
  }
}
@media screen and (min-width: 740px) {
  aside .M06701 {
    margin-bottom: 30px;
    position: relative;
    float: left;
  }
  .M06701 .container {
    width: 100%;
  }
  .M06701.as-sidebar .body {
    margin: 4px 0;
  }
  .M06701.as-sidebar .rowInner {
    width: auto;
  }
  .M06701.as-sidebar .col {
    width: 100%;
    margin: 0;
  }
  .M06702 .container {
    width: 100%;
  }
}
@media screen and (min-width: 740px) {
  .social-media-links a {
    width: 55px;
    height: 55px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .social-media-links a:before {
    margin: 15px auto 13px;
    font-size: 28px;
  }
}
@media screen and (min-width: 740px) {
  .M07001 .eventlist-link {
    margin: 0px 50px 0px 16.66666667%;
    padding-left: 0.4%;
  }
  .M07001 .eventlist-link:before {
    position: absolute;
    top: 20%;
    left: 4.16666667%;
    font-size: 60px;
    line-height: inherit;
  }
  .M070 .search-result-info {
    font-size: 18px;
    line-height: 24px;
  }
  .M070 .search-result-info .query-text {
    line-height: 40px;
  }
  .M070 .search-result-info .query-suggestion a {
    font-size: 18px;
  }
  .M07006 ul.sort-results {
    margin: 20px 0 0 0;
  }
  .M07006 ul.sort-results li {
    margin: 0 5px 5px 0;
  }
  .M07006 ul.sort-results li a {
    font-size: 26px;
    line-height: 35px;
  }
  .M07008 .search-result-info {
    font-size: 16px;
    line-height: 24px;
  }
  .M07008 .backgroundDark .query-text {
    padding: 9px 0 0 0;
  }
  .M07012 ul.pr-contact-list li {
    margin: 0;
    padding: 10px 0;
  }
  .M07012 ul.pr-contact-list li .company-logo {
    display: block;
    width: 14.58333333%;
    display: inline;
    margin: 1.04166667%;
    position: relative;
    float: left;
    clear: both;
  }
  .M07012 ul.pr-contact-list .company-row {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M07012 ul.pr-contact-list .company-information,
  .M07012 ul.pr-contact-list .contact-information {
    padding: 15px 0 0 0;
    width: 47.5%;
    margin: 0 1.25%;
    position: relative;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .M070 .search-result-info {
    font-size: 22px;
  }
  .M070 .search-result-info .query-suggestion {
    padding: 10px 0 0 0;
  }
  .M070 .search-result-info .query-suggestion a {
    font-size: 22px;
  }
  .M07006 ul.sort-results {
    margin: 25px 0 0 0;
  }
  .M07006 ul.sort-results li a {
    font-size: 30px;
    line-height: 38px;
  }
  .M07008 .search-result-info {
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 24px;
  }
  .M07008 .backgroundDark .search-result-info {
    padding: 7px 0 0;
  }
  .M07008 .backgroundDark .query-text {
    font-size: 22px;
    line-height: 1.27;
    padding: 7px 0 0 0;
  }
  .M07008 .backgroundDark .showLimited p {
    margin-bottom: 9px;
  }
  .M07012 ul.pr-contact-list li {
    padding: 15px 0;
  }
  .M07012 ul.pr-contact-list .company-information,
  .M07012 ul.pr-contact-list .contact-information {
    width: 30%;
    margin: 0 1.65%;
  }
}
@media print {
  .M070 {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .M0700601 ul.sort-results {
    margin-top: 0;
  }
  .M0700601 ul.sort-results li {
    width: 7.6%;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .M0700601 ul.sort-results {
    margin: 0 auto;
  }
  .M0700601 ul.sort-results li {
    margin: 0 5px 5px;
    width: auto;
  }
}
@media screen and (min-width: 740px) {
  .M071 .pagination-list .dots {
    display: inline-block;
  }
}
@media screen and (min-width: 740px) {
  .M073 h3,
  .M074 h3 {
    font-size: 20px;
  }
  .M073 h1,
  .M074 h1 {
    margin: 25px 0;
  }
  .M073 .centerSmall,
  .M074 .centerSmall {
    text-align: left;
  }
  .M073 .rightMediumLarge,
  .M074 .rightMediumLarge {
    text-align: right;
  }
  .M073 .registerSmall,
  .M074 .registerSmall {
    margin: 0;
    width: auto;
  }
  .M073 input[type="submit"],
  .M074 input[type="submit"] {
    display: inline;
    margin: 10px 0 20px 0;
  }
  .M073 .forgot-password,
  .M074 .forgot-password {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
    line-height: 42px;
  }
  .M073 ul li,
  .M074 ul li {
    padding: 0 0 10px 0;
  }
  .M073 ul li p,
  .M074 ul li p {
    padding: 0 0 10px 31px;
  }
  .M073 ul li:before,
  .M074 ul li:before {
    top: 3px;
  }
  .M073 .popover_content,
  .M074 .popover_content {
    padding: 7px 0 0 0;
    left: 180px;
    top: -20px;
    width: auto;
  }
  .M073 .popover_content:after,
  .M074 .popover_content:after {
    top: 31%;
    left: -30px;
    border-color: transparent #ececec transparent transparent;
    border-top: 15px solid rgba(255, 255, 255, 0);
    border-bottom: 15px solid rgba(255, 255, 255, 0);
    border-left: 15px solid rgba(255, 255, 255, 0);
    border-right: 15px solid #ececec;
  }
  .M073 .popover_content [class^="icon-"]:before,
  .M074 .popover_content [class^="icon-"]:before,
  .M073 .popover_content [class*=" icon-"]:before,
  .M074 .popover_content [class*=" icon-"]:before {
    font-size: 18px;
  }
  .M073 .popover_content .inner,
  .M074 .popover_content .inner {
    padding: 10px 45px 15px 10px;
  }
  .M073 .continue,
  .M074 .continue {
    font-size: 16px;
    line-height: 42px;
    display: inline-block;
    float: left;
    vertical-align: middle;
  }
  .M073 .continue-message,
  .M074 .continue-message {
    clear: none;
    width: auto;
  }
  .M073 .continue-as-visitor,
  .M074 .continue-as-visitor {
    margin-left: 15px;
  }
  .M073 .continue-as-journalist,
  .M074 .continue-as-journalist {
    margin-left: 10px;
  }
  .M073 .popover-position,
  .M074 .popover-position {
    position: relative;
  }
  .M073 .buttonPrimary,
  .M074 .buttonPrimary {
    margin-top: 25px;
  }
  .M073 .intro-text,
  .M074 .intro-text {
    margin-bottom: 25px;
  }
  .M073 .advertisement-medium,
  .M074 .advertisement-medium {
    display: inline-block;
  }
  .M073 .advertisement-hide-small,
  .M074 .advertisement-hide-small {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .M073 h1,
  .M074 h1 {
    margin: 35px 0;
  }
  .M073 input[type="submit"],
  .M074 input[type="submit"] {
    margin: 0 0 20px 0;
  }
  .M073 .forgot-password,
  .M074 .forgot-password {
    margin-top: 0;
    line-height: 42px;
  }
  .M073 ul li,
  .M074 ul li {
    padding: 0 0 10px 0;
  }
  .M073 ul li p,
  .M074 ul li p {
    padding: 0 0 10px 31px;
  }
  .M073 ul li:before,
  .M074 ul li:before {
    top: 3px;
  }
  .M073 .popover_content,
  .M074 .popover_content {
    left: 200px;
  }
  .M073 .popover_content [class^="icon-"]:before,
  .M074 .popover_content [class^="icon-"]:before,
  .M073 .popover_content [class*=" icon-"]:before,
  .M074 .popover_content [class*=" icon-"]:before {
    font-size: 20px;
  }
  .M073 .continue,
  .M074 .continue {
    font-size: 18px;
    line-height: 42px;
  }
  .M073 .popover-position,
  .M074 .popover-position {
    position: relative;
  }
  .M073 .buttonPrimary,
  .M074 .buttonPrimary {
    margin-top: 35px;
  }
  .M073 .intro-text,
  .M074 .intro-text {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .M073 .advertisement-hide-small,
  .M074 .advertisement-hide-small {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .M075 .as-custom iframe {
    max-height: 455px;
    height: 27vw;
  }
}
@media screen and (min-width: 740px) {
  .M076 {
    margin-bottom: 50px;
  }
  .M076 h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .M076 .m-nested6 {
    display: block;
    width: 104.16666667%;
    margin-left: -2.08333333%;
    margin-right: -2.08333333%;
    *zoom: 1;
  }
  .M076 .m-nested6:before,
  .M076 .m-nested6:after {
    content: "";
    display: table;
  }
  .M076 .m-nested6:after {
    clear: both;
  }
  .M076 .m-nested6 .m-col3 {
    width: 45.83333333%;
    display: inline;
    float: left;
    margin: 2.08333333%;
  }
  .M076 .M076Node li {
    font-size: 15px;
    line-height: 22px;
  }
  .M076 .m-nested12 .m-col6 {
    clear: none;
  }
}
@media screen and (min-width: 740px) {
  .M077 .M077-large-item {
    margin-top: 0;
  }
  .M077 .M077-large-item .teaserThumbnail {
    height: 205px;
    line-height: 205px;
    width: 205px;
  }
  .M077 .M077-large-item .teaserThumbnail img {
    width: 90%;
    max-height: 205px;
    max-width: 90%;
  }
  .M077 .M077-large-item .M077-item-name {
    width: 205px;
  }
}
@media screen and (min-width: 1024px) {
  .M077 .M077-large-item {
    margin-top: 0;
  }
  .M077 .M077-small-item .M077-item-name,
  .M077 .M077-medium-item .M077-item-name,
  .M077 .M077-large-item .M077-item-name {
    color: #ffffff;
  }
  .M077 .M077-small-item .M077-item-text,
  .M077 .M077-medium-item .M077-item-text,
  .M077 .M077-large-item .M077-item-text,
  .M077 .M077-small-item .M077-item-heading,
  .M077 .M077-medium-item .M077-item-heading,
  .M077 .M077-large-item .M077-item-heading {
    color: #aaaaaa;
  }
  .M077 .M077-small-item:hover .M077-item-heading,
  .M077 .M077-medium-item:hover .M077-item-heading,
  .M077 .M077-large-item:hover .M077-item-heading,
  .M077 .M077-small-item:hover .M077-item-text,
  .M077 .M077-medium-item:hover .M077-item-text,
  .M077 .M077-large-item:hover .M077-item-text,
  .M077 .M077-small-item:hover .M077-item-name,
  .M077 .M077-medium-item:hover .M077-item-name,
  .M077 .M077-large-item:hover .M077-item-name {
    color: #333335;
  }
}
/**
 * M078 sidebar
 */
.M078 {
  width: 100%;
}
.M078 .M078-container {
  margin-top: 90px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.M078 .M078-top-container {
  position: absolute;
  right: 0;
  z-index: 1;
}
.M078 .M078-top-container .M092 {
  margin-top: 0;
}
.M078 h2 {
  font-size: 15px;
  margin-bottom: 10px;
}
.M078 section {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.M078 .M092 {
  display: block;
}
.M078 .M092 .rowInner {
  width: 100%;
}
.M078 .M092 .rowInner .col {
  margin: 0;
  width: 100%;
}
.M078 .M07801 {
  overflow: hidden;
}
.M078 .M07801 ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.M078 .M07801 ul > li {
  display: inline-block;
}
.M078 .M07801 a {
  width: 50px;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 3px;
  text-align: center;
  background-color: #c1c1c1;
  display: block;
  margin: 0 10px 10px 0;
}
.M078 .M07801 a:hover {
  background-color: #dd0000;
}
.M078 .M07801 a i {
  color: #ffffff;
  font-size: 32px;
}
.M078 .M07801 a i:before {
  margin-right: 0 !important;
}
.M078 .M07801 a span {
  display: none;
}
.M078 .M07802 .module-container {
  color: #dd0000;
}
.M078 .M07802 .module-container > a {
  padding-left: 18px;
  margin-top: 5px;
  vertical-align: top;
  display: block;
  position: relative;
}
.M078 .M07802 .module-container > a:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-family: "icon";
  font-size: 60%;
}
.M078 .M07804 .error-message {
  background: #ececec;
  padding: 20px;
  text-align: left;
  display: none;
}
.M078 .M07804 a {
  outline: none;
}
.M078 .M07804 a:hover .webnews-body,
.M078 .M07804 a:focus .webnews-body,
.M078 .M07804 a:active .webnews-body {
  background: #dd0000;
}
.M078 .M07804 a:hover .webnews-body h3,
.M078 .M07804 a:focus .webnews-body h3,
.M078 .M07804 a:active .webnews-body h3,
.M078 .M07804 a:hover .webnews-body p,
.M078 .M07804 a:focus .webnews-body p,
.M078 .M07804 a:active .webnews-body p {
  color: #ffffff;
}
.M078 .M07804 a:hover .webnews-body .webnews-date p,
.M078 .M07804 a:focus .webnews-body .webnews-date p,
.M078 .M07804 a:active .webnews-body .webnews-date p {
  color: #ffffff;
}
.M078 .M07804 .webnews-more {
  position: absolute;
  right: 0;
  top: -1px;
}
.M078 .M07804 .webnews-more a {
  color: #333335;
  display: block;
}
.M078 .M07804 .webnews-more a:before {
  content: ">";
  height: 20px;
  width: 10px;
  position: absolute;
  left: -12px;
  top: 0;
}
.M078 .M07804 .webnews-body {
  background: #ececec;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-duration: ease-in-out;
  transition-duration: ease-in-out;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  margin-bottom: 10px;
  position: relative;
  float: left;
}
.M078 .M07804 .webnews-body h3,
.M078 .M07804 .webnews-body .webnews-source,
.M078 .M07804 .webnews-body .webnews-date,
.M078 .M07804 .webnews-body p {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.M078 .M07804 .webnews-body .webnews-date {
  float: left;
  width: auto;
}
.M078 .M07804 .webnews-body .webnews-source {
  float: right;
  width: auto;
}
.M078 .M07804 .webnews-body .webnews-source img {
  height: 22px;
}
.M078 .M07804 .webnews-body h3,
.M078 .M07804 .webnews-body p {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.6em;
  margin: 20px 0;
}
.M078 .M07804 .webnews-body p {
  margin-top: 0;
}
.M078 .M07804 .webnews-body .webnews-date {
  margin-top: 30px;
}
.M078 .M07804 .webnews-body .webnews-source {
  margin-top: 40px;
}
.M078 .M07804 .webnews-body .webnews-date p {
  font-size: 11px;
  margin: 0 0 20px;
  padding: 0;
  color: #646567;
}
.M078 .M07805,
.M078 .M07806 {
  position: relative;
}
.M078 .M07805 a span,
.M078 .M07806 a span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: bold;
  color: #333335;
  position: absolute;
  bottom: -2px;
  left: 35px;
}
.M078 .M07805 a i.icon,
.M078 .M07806 a i.icon {
  margin: 0 5px 0 0;
  display: inline-block;
  font-size: 30px;
  height: 30px;
  text-align: left;
  color: #333335;
  vertical-align: bottom;
}
.M078 .M07805 a:hover span,
.M078 .M07806 a:hover span {
  color: #dd0000;
}
.M078 .M07805 a:hover i.icon,
.M078 .M07806 a:hover i.icon {
  color: #dd0000;
}
.M078 .M07807 {
  margin-bottom: 50px;
}
.M078 .M07807 ul {
  width: 100%;
  float: left;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.M078 .M07807 ul li {
  float: left;
  position: relative;
  margin: 0 3px 3px 0;
}
.M078 .M07807 ul li a {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #c1c1c1;
  display: block;
  padding: 0 5px;
  float: left;
}
.M078 .M07807 ul li a:hover,
.M078 .M07807 ul li a:focus,
.M078 .M07807 ul li a:active {
  background-color: #a8a8a8;
}
.M078 .M07808 {
  margin: 50px 0;
}
.M078 .M07808 h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.M078 .M07808 .image-boxes {
  display: block;
  width: 108.33333333%;
  margin-left: -4.16666667%;
  margin-right: -4.16666667%;
  *zoom: 1;
  margin: 0;
  width: 100%;
  padding: 10px 0;
}
.M078 .M07808 .image-boxes:before,
.M078 .M07808 .image-boxes:after {
  content: "";
  display: table;
}
.M078 .M07808 .image-boxes:after {
  clear: both;
}
.M078 .M07808 .image-boxes .single-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline;
  float: left;
  width: 33%;
  padding-bottom: 33%;
  text-align: center;
  border-top: 1px solid #ececec;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #ececec;
}
.M078 .M07808 .button {
  width: 135px;
  margin: 10px auto;
  display: block;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.M078 .M07808 .button:hover,
.M078 .M07808 .button:focus,
.M078 .M07808 .button:active {
  color: #ffffff;
}
.M078 .M07809 {
  margin-bottom: 10px;
}
.M078 .M07810 {
  margin-bottom: 10px;
}
.M078 .M07810.module.as-block-module {
  padding: 0;
}
.M078 .M07810 a {
  display: block;
}
.M078 .M07810 a h2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  margin-bottom: 0;
}
.M078 .M07810 a:hover h2,
.M078 .M07810 a:focus h2 {
  color: #dd0000;
}
.M078 .M07811 {
  margin-bottom: 50px;
}
.M078 .M07811 ul {
  list-style-type: decimal;
  padding-left: 30px;
}
.M078 .M07811 ul li {
  diplay: block;
  margin-bottom: 10px;
  color: #dd0000;
}
.M078 .M07811 ul li:hover {
  color: #aa0000;
}
.M078 .M07813 .app-copy {
  margin: 0 0 5px;
}
.M078 .M07813 .app-link {
  position: relative;
  display: block;
  clear: both;
  float: left;
  margin: 0;
  height: auto;
}
.M078 .M07813 .app-link img {
  float: left;
  position: relative;
  height: 69px;
  margin-left: -10px;
  width: auto;
}
.M078 .M07813 .app-link img.apple {
  width: 147px;
  height: auto;
  margin: 0;
}
.M078 .M07814 {
  margin-bottom: 50px;
}
.M078 .M07814 .module.as-block-module {
  background-color: #dd0000;
}
.M078 .M07814 .content {
  margin: 10px auto 20px;
  width: 50%;
}
.M078 .M07814 .content h2 {
  font-size: 35px;
  line-height: 1;
  color: #ffffff;
}
.M078 .M07814 h3 {
  font-size: 15px;
  color: #ffffff !important;
}
.M078 .M07814 .button {
  width: 100%;
  margin: 10px auto;
  display: block;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
@media screen and (min-width: 740px) {
  .M079 {
    margin-bottom: 50px;
  }
  .M079__text {
    margin-bottom: 25px;
  }
  .M079__element {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .M079__text,
  .M079__headline {
    width: calc(100% - 198px);
    float: right;
    clear: right;
  }
}
@media screen and (min-width: 740px) {
  .M080 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 740px) {
  .M081 .lightbox-dialog {
    max-width: 700px;
  }
  .m-col12 .M08101 {
    display: block;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
    *zoom: 1;
  }
  .m-col12 .M08101:before,
  .m-col12 .M08101:after {
    content: "";
    display: table;
  }
  .m-col12 .M08101:after {
    clear: both;
  }
  .m-col12 .M08101 h1,
  .m-col12 .M08101 .page-intro-topline,
  .m-col12 .M08101 .page-intro-introcopy {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .M08103 .page-intro-topline {
    margin-top: 20px;
  }
  .M08105 .social-bar .M014-03 .popover_content:after {
    left: 175px;
  }
  .M08108 {
    overflow: hidden;
    padding-bottom: 20px;
  }
  .backgroundBlack .M08108 .headline,
  .backgroundDark .M08108 .headline,
  .backgroundBlack .M08108 .copy,
  .backgroundDark .M08108 .copy {
    color: #ffffff;
  }
  .backgroundBlack .M08108 .caption,
  .backgroundDark .M08108 .caption {
    color: #858586;
  }
  .M08108 .image-wrapper img {
    z-index: 2;
    width: 100%;
    max-width: 100%;
  }
  .M08108 .content-wrapper {
    padding-top: 20px;
  }
  .M08108 .header {
    margin-left: -60px;
    padding-right: 0;
  }
  .M08108 .caption {
    font-weight: bold;
  }
  .M08108 .copy {
    position: relative;
  }
  .M08108 .copy::before {
    content: '';
    width: 0;
    height: 100vh;
    position: absolute;
    border: 1px solid #dd0000;
    top: 0;
    left: -24%;
  }
}
@media screen and (min-width: 1024px) {
  .M081.backgroundBlack {
    margin-top: 0;
  }
  .l-col12 .M08101 {
    display: block;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
    *zoom: 1;
  }
  .l-col12 .M08101:before,
  .l-col12 .M08101:after {
    content: "";
    display: table;
  }
  .l-col12 .M08101:after {
    clear: both;
  }
  .l-col12 .M08101 h1,
  .l-col12 .M08101 .page-intro-topline,
  .l-col12 .M08101 .page-intro-introcopy {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .M08105 .social-bar {
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    position: inherit;
  }
  .M08105 .social-bar .M014-03-share-button {
    margin-bottom: 8px;
  }
  .M08105 .social-bar .M014-03-share-button > .label {
    display: none;
  }
  .M08105 .social-bar .M014-03 .popover_content {
    top: 65px;
    left: auto;
    right: 0;
  }
  .M08105 .social-bar .M014-03 .popover_content:after {
    left: auto;
    right: 115px;
  }
  .M08108 .header {
    text-align: right;
    margin-left: -300px;
    padding-right: 55%;
  }
  .M08108 .copy::before {
    left: -30%;
  }
}
@media screen and (min-width: 740px) {
  .M086 .news-category {
    line-height: 1em;
    margin-bottom: 5px;
  }
  .M086 .top-news {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-bottom: 5px;
  }
  .M086 .top-news span {
    margin-bottom: 0;
  }
  .M086 .news-date {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    line-height: 1em;
    margin-bottom: 5px;
  }
  .M086 h3 {
    max-height: none;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .M086 .news-text {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .M086 .selectArea {
    padding: 20px 0 0;
  }
  .M086 .selectLabel {
    width: auto;
    float: left;
    clear: none;
  }
  .M086 .selectLabel p {
    line-height: 42px;
  }
  .M086 .selectElement {
    width: 75%;
  }
  .M08601 .pixel-background {
    min-height: 361px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: -80px top;
  }
  .M08601 .no-top-margin {
    margin-top: 0;
  }
  .M08601 .tiny-teaser {
    margin-top: 0;
    margin-left: 2.23%;
    margin-right: 0;
  }
  .M08601 .tiny-teaser .teaser-body {
    padding-bottom: 8px;
  }
  .M08601 .small-teaser {
    margin-top: 0;
    margin-left: 0.9%;
    margin-right: 0;
  }
  .M08601 a .teaser-body {
    padding: 20px 20px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  }
  .M08601 a .teaser-body p {
    font-size: 11px;
  }
  .M08601 a .teaser-body p.teaser-detail {
    display: none;
  }
  .M08601 a .teaser-body h2 {
    padding-right: 12px;
    font-size: 15px;
  }
  .M08601 a .teaser-body:before {
    bottom: 20px;
    right: 10px;
    font-size: 20px;
  }
  .M08601 a .teaser-body.main-teaser {
    padding: 25px 20px;
  }
  .M08601 a .teaser-body.main-teaser p {
    font-size: 12px;
  }
  .M08601 a .teaser-body.main-teaser p.teaser-detail {
    padding-right: 40px;
    font-size: 13px;
    display: none;
  }
  .M08601 a .teaser-body.main-teaser h2 {
    padding-right: 20px;
    font-size: 20px;
  }
  .M08601 a .teaser-body.main-teaser:before {
    bottom: 20px;
    right: 10px;
    font-size: 30px;
  }
  .M08601 a:hover .teaser-body,
  .M08601 a:focus .teaser-body,
  .M08601 a:active .teaser-body {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
  }
  .M08601 a:hover .teaser-body p.teaser-detail,
  .M08601 a:focus .teaser-body p.teaser-detail,
  .M08601 a:active .teaser-body p.teaser-detail {
    display: none;
  }
  .M08601 .left-col {
    width: 56.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-top: 0;
    margin-right: 0.3%;
    margin-left: 1.7%;
  }
  .M08601 .left-col .row {
    display: block;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
    *zoom: 1;
  }
  .M08601 .left-col .row:before,
  .M08601 .left-col .row:after {
    content: "";
    display: table;
  }
  .M08601 .left-col .row:after {
    clear: both;
  }
  .M08601 .left-col .row .m-col12 {
    margin-bottom: 0.8%;
  }
  .M08601 .right-col {
    width: 39.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 3%;
  }
  .M08601 .right-col .row {
    display: block;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
    *zoom: 1;
  }
  .M08601 .right-col .row:before,
  .M08601 .right-col .row:after {
    content: "";
    display: table;
  }
  .M08601 .right-col .row:after {
    clear: both;
  }
  .M08601.M0860101 .right-col {
    padding-top: 0;
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    width: 33.071%;
  }
  .M08601.M0860101 .left-col {
    width: 64.58333333%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-top: 0;
    margin-right: 0.3%;
    margin-left: 0;
    width: 66.629%;
  }
  .M08601.M0860101 .left-col .row {
    margin: 0;
    width: 100%;
  }
  .M08601.M0860101 .left-col .row .l-col12 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.55%;
  }
  .M08601.M0860101 .left-col .row .l-col12 + .small-teaser {
    margin-right: 0.55%;
  }
  .M08601.M0860101 .left-col .row .small-teaser {
    clear: none;
    margin: 0;
    width: 49.725%;
  }
  .M08603 h2 {
    padding-left: 0;
  }
  .M08603 p {
    padding-left: 0;
  }
  .M08603 .hide-for-small {
    padding-top: 22.916%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M08603 .hide-for-small:before {
    position: absolute;
    top: 48%;
    left: 13.5%;
    margin: -35px 0 0 -35px;
    font-size: 72px;
    color: #333335;
    z-index: 1;
  }
  .M08603 img {
    top: 3.6%;
    width: 22.816%;
    position: absolute;
    z-index: 2;
  }
  .M08607 .webnews-grid {
    width: 98.916667%;
    display: inline;
    float: left;
    margin: 0.541667%;
  }
  .M08607 .row:nth-child(2) {
    padding: 30px 0;
  }
  .M08607 .webnews-body {
    margin: 1% 0.5% 0;
  }
  .M08607 .webnews-body.m-col3 {
    width: 23.99%;
  }
  .M0860701 .rowInner .m-col6 {
    clear: none;
  }
  .M0860701 .button {
    display: none;
  }
  .M0860701 .topic {
    margin-top: 60px;
  }
  .M0860701 .topic:before {
    -webkit-transform: translateZ(0px);
    display: inline-block;
    font-size: 40px;
    color: #333335;
    position: relative;
    margin: 0 10px 0 0;
  }
  .M0860701 .topic p {
    margin: 0;
    font-size: 22px;
    line-height: 40px;
  }
  .M0860701 .search-reset {
    top: 29px;
    left: 20px;
    font-style: italic;
    color: #646567;
    font-size: 15px;
    position: absolute;
  }
  .M0860701 .search-reset:hover {
    cursor: pointer;
  }
  .M0860701 .search-reset:before {
    content: "<";
    display: inline-block;
    height: 20px;
    width: 10px;
    margin: 0 10px 0 0;
  }
  .M0860701 .search-intro {
    margin: 20px 0;
    font-style: italic;
    color: #646567;
    font-size: 15px;
    display: block;
  }
  .M0860701 .search-input-group {
    margin: 10px 0 30px;
    height: 40px;
    display: block;
  }
  .M0860701 .search-input-group .search-input {
    height: 30px;
    font-size: 15px;
    padding: 0 40px 0 10px;
  }
  .M0860701 .search-input-group .search-flyout {
    width: 100%;
    border: 2px solid #c1c1c1;
    position: absolute;
    top: 36px;
    left: -2px;
    background-color: #ffffff;
    height: 0px;
    display: none;
    overflow: hidden;
  }
  .M0860701 .search-input-group .search-flyout ul {
    margin: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 4;
  }
  .M0860701 .search-input-group .search-flyout ul li {
    text-indent: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 10px 10px 5px;
  }
  .M0860701 .search-input-group .search-flyout ul li:hover {
    background-color: #ececec;
  }
  .M0860701 .search-input-group .search-flyout ul li:before {
    color: #333335;
    font-size: 40px;
    margin: 0 20px 0 10px;
    display: inline-block;
  }
  .M0860701 .search-input-group .search-flyout ul li p {
    color: #484848;
    line-height: 40px;
    vertical-align: top;
    display: inline-block;
  }
  .M0860701 .search-input-group .search-submit {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .M086 .news-body {
    display: block;
    width: 103.125%;
    margin-left: -1.5625%;
    margin-right: -1.5625%;
    *zoom: 1;
  }
  .M086 .news-body:before,
  .M086 .news-body:after {
    content: "";
    display: table;
  }
  .M086 .news-body:after {
    clear: both;
  }
  .M086 .news-body .news-image {
    width: 34.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .M086 .news-body .news-category {
    width: 59.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
    margin-bottom: 5px;
  }
  .M086 .news-body .news-category .news-date {
    text-transform: none;
    display: inline-block;
    margin: 0;
  }
  .M086 .news-body .news-sponsored {
    width: 59.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
    margin-bottom: 0;
    width: 100px;
  }
  .M086 .news-body .top-news {
    width: 59.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
    margin-bottom: 5px;
  }
  .M086 .news-body .news-date {
    width: 59.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
    margin-bottom: 5px;
  }
  .M086 .news-body h3 {
    width: 59.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .M086 .news-body .news-text {
    width: 59.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .M086 .selectArea {
    padding: 20px 0 0;
  }
  .M08601 .pixel-background {
    min-height: 418px;
    background-position: center;
  }
  .M08601 .tiny-teaser {
    margin-left: 2.53%;
  }
  .M08601 .tiny-teaser .teaser-body {
    padding-bottom: 16px;
  }
  .M08601 .small-teaser {
    margin-left: 0.6%;
  }
  .M08601 a .teaser-body {
    padding: 20px 20px;
  }
  .M08601 a .teaser-body p {
    font-size: 12px;
  }
  .M08601 a .teaser-body h2 {
    padding-right: 20px;
    font-size: 20px;
  }
  .M08601 a .teaser-body:before {
    bottom: 15px;
    right: 10px;
    font-size: 30px;
  }
  .M08601 a .teaser-body.main-teaser {
    padding: 40px 30px;
  }
  .M08601 a .teaser-body.main-teaser p {
    font-size: 13px;
  }
  .M08601 a .teaser-body.main-teaser p.teaser-detail {
    padding-right: 43px;
    font-size: 15px;
  }
  .M08601 a .teaser-body.main-teaser h2 {
    padding-right: 43px;
    font-size: 30px;
  }
  .M08601 a .teaser-body.main-teaser:before {
    bottom: 35px;
    right: 30px;
    font-size: 40px;
  }
  .M08601 .left-col {
    margin-right: 0.4%;
  }
  .M08601 .left-col .row .l-col12 {
    margin-bottom: 0.7%;
  }
  .M08603 .hide-for-small:before {
    left: 9.2%;
  }
  .M08603 img {
    width: 14.916%;
  }
  .M08607 .webnews-body.l-col2 {
    width: 15.66%;
  }
  .M08607 .webnews-body.l-col4 {
    width: 32.33%;
  }
  .M0860701 .topic {
    margin-top: 57px;
  }
  .M0860701 .topic:before {
    font-size: 50px;
    margin: 0 10px 0 0;
  }
  .M0860701 .topic p {
    margin: 0;
    font-size: 28px;
    line-height: 50px;
  }
  .M0860701 .search-intro,
  .M0860701 .search-reset {
    font-size: 18px;
  }
  .M0860701 .search-reset {
    top: 34px;
  }
  .M0860701 .search-input-group {
    margin: 10px 0 30px;
    height: 40px;
  }
  .M0860701 .search-input-group .search-input {
    height: 30px;
    font-size: 15px;
    padding: 0 40px 0 10px;
  }
  .M0860701 .search-input-group .search-submit {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
  .M08603 .hide-for-small:before {
    left: 9.2%;
  }
  .M08603 img {
    width: 14.916%;
  }
}
@media screen and (min-width: 1900px) {
  .M08601 .pixel-background {
    min-height: 713px;
    background-size: 1920px auto;
  }
}
@media screen and (min-width: 740px) {
  .M086.M0860201 .news-body .image-container {
    width: 34.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .M086.M0860201 .news-body .content-container {
    width: 59.375%;
    display: inline;
    float: left;
    margin: 1.5625%;
  }
  .M086.M0860201 .news-body .languages {
    margin-bottom: 5px;
    margin-left: 5px;
    width: auto;
  }
  .M086.M0860201.exhibitors .news-category {
    margin-bottom: 5px;
  }
  .M086.M0860201.exhibitors .news-text {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .M086.M0860201 .news-body .languages {
    margin-bottom: 5px;
    margin-left: 5px;
    width: auto;
  }
  .M086.M0860201.exhibitors .news-category {
    margin-bottom: 5px;
  }
  .M086.M0860201.exhibitors .top-news {
    margin-bottom: 5px;
  }
  .M086.M0860201.exhibitors h3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .M086.M0860201.exhibitors .news-text {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 740px) {
  .M087 .sort-bar .fair-text {
    width: auto;
    margin: 10px 0;
  }
  .M087 .sort-bar .fair-sort {
    width: auto;
  }
  .M087 .sort-bar .fair-sort .selectElement {
    width: auto;
    min-width: 200px;
    margin: 0 0 0 10px;
  }
}
@media screen and (min-width: 740px) {
  .M088 .reset-filter {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .M088 .reset-filter .reset-container .reset-link {
    padding: 0;
  }
  .M088.M08802 .reset-button {
    width: auto;
    margin: 30px 0 0 0;
    float: right;
  }
  .M088.M08802 .m-col12 > .reset-button {
    margin: 0;
  }
  .M088.M08802 .searchInputGroup .selectElement {
    top: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .M088.M08802 .searchInputGroup .searchInput {
    padding-right: 255px;
  }
  .M088.M08802 .selectElement {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .M088.M08802 .reset-button {
    margin: 35px 0 0 0;
  }
  .M088.M08802 .searchInputGroup .selectElement .valueDisplay:after {
    padding-top: 20px;
  }
}
@media screen and (min-width: 740px) {
  .M089 .map-headlines {
    width: 70%;
  }
  .M089 .map-headlines .map-subheadline {
    padding: 0 0 20px;
  }
  .M089 .vmap-container {
    width: 100%;
    margin: 0 0 20px;
  }
  .M089 .vmap-container .vmap {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .M089 .rowInner {
    width: 95%;
  }
  .M089 .map-headlines {
    width: 50%;
  }
  .M089 .vmap-container {
    width: 80%;
    margin: 0 10% 20px;
  }
  .M089 .selectElement {
    display: none;
  }
  .M089 .info-layer {
    display: none;
    position: absolute;
    height: auto;
    width: 250px;
    padding: 20px;
    z-index: 3;
    -webkit-box-shadow: 3px 3px 5px #858586;
            box-shadow: 3px 3px 5px #858586;
    border-top: none;
    bottom: calc(50% - 125px);
    left: calc(50% - 125px);
  }
  .M089 .info-layer .icon-close {
    display: block;
  }
  .M089 .info-layer:before,
  .M089 .info-layer:after {
    content: none;
  }
  .M089 .info-layer.au {
    bottom: 10%;
    right: 25%;
  }
  .M089 .info-layer.at {
    top: 14%;
    right: 51%;
  }
  .M089 .info-layer.br {
    bottom: 15%;
    left: 38%;
  }
  .M089 .info-layer.ca {
    top: 6%;
    left: 36%;
  }
  .M089 .info-layer.cn {
    top: 16%;
    right: 34%;
  }
  .M089 .info-layer.de {
    top: 14%;
    right: 51%;
  }
  .M089 .info-layer.fr {
    top: 16%;
    right: 53%;
  }
  .M089 .info-layer.hu {
    top: 19%;
    right: 26%;
  }
  .M089 .info-layer.id {
    bottom: 20%;
    right: 30%;
  }
  .M089 .info-layer.in {
    top: 19%;
    right: 36%;
  }
  .M089 .info-layer.it {
    top: 15%;
    right: 51%;
  }
  .M089 .info-layer.mx {
    top: 27%;
    left: 28%;
  }
  .M089 .info-layer.pl {
    top: 15%;
    right: 26%;
  }
  .M089 .info-layer.ru {
    top: 6%;
    right: 45%;
  }
  .M089 .info-layer.tr {
    top: 19%;
    right: 46%;
  }
  .M089 .info-layer.us {
    top: 18%;
    left: 31%;
  }
  .M089 .info-layer.za {
    bottom: 18%;
    right: 50%;
  }
  .M089 .info-layer .info-layer-content {
    min-height: 222px;
  }
  .M089 .info-layer .info-layer-content .info-layer-list {
    margin: 10px 0;
  }
  .M089 .info-layer .info-layer-content .info-layer-headline {
    display: block;
    margin: 0 0 5px;
  }
  .M089 .info-layer .info-layer-content .button {
    margin: 10px 0 0;
  }
}
@media screen and (min-width: 740px) {
  .M090 .country-list-container {
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .M091.layout-centered .M00615 {
    text-align: center;
  }
  .M091 .M0061601 h2 {
    font-size: 18px;
    line-height: 1.346153846;
  }
}
@media screen and (min-width: 1024px) {
  .M091 section h2,
  .M091 .M033 h2 {
    margin: 0 0 20px;
  }
  .M091 section .rowInner,
  .M091 .M033 .rowInner {
    padding: 0 2%;
  }
  .M091 .M0061601 h2 {
    font-size: 30px;
    line-height: 1.5;
  }
  .M091 .M0061601 .rowInner.module-container {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media screen and (min-width: 740px) {
  .M092 .sponsor-body {
    width: 100%;
  }
  .M092 .sponsor-body h2 {
    text-align: left;
  }
  .M092 .sponsor-body h2 span {
    padding: 0 10px 0 0;
  }
  .M092.M09201 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .M092 {
    display: none;
    margin-top: -90px;
  }
  .M092 .sponsor-body h2 {
    text-align: right;
  }
  .M092 .sponsor-body h2 span {
    padding: 0 0 0 10px;
  }
  .M092 .sponsor-body img {
    width: 100%;
    max-height: 72px;
    margin: 10px 0;
    text-align: left;
  }
  .M092.M09201 {
    display: block;
    margin-top: 0;
  }
  .M092.M09201 img {
    width: 100%;
    height: auto;
    max-height: none;
  }
  .theme-tiles .M092 {
    margin-top: -55px;
  }
}
@media screen and (min-width: 740px) {
  .M093 .livestream-wrapper .announcement .announcement-content {
    top: 50%;
    margin-top: -80px;
    padding: 0 50px;
  }
  .M093 .livestream-wrapper .announcement .announcement-content .logo {
    display: block;
    margin: 0;
    height: 160px;
    width: 160px;
    background-color: #dd0000;
    float: left;
    position: relative;
  }
  .M093 .livestream-wrapper .announcement .announcement-content .stream-info {
    padding: 0 50px 0 230px;
  }
  .M093 .livestream-wrapper .announcement .announcement-content .stream-info .stream-label {
    margin: 0 0 5px;
  }
  .M093 .livestream-wrapper .announcement .announcement-content .stream-info .stream-name {
    margin: 0 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  .M093 .livestream-wrapper .announcement .announcement-content .stream-info .stream-label {
    margin: 0 0 10px;
  }
  .M093 .livestream-wrapper .announcement .announcement-content .stream-info .stream-name {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 740px) {
  .M094 {
    background-position: center bottom;
    background-size: cover;
  }
  .M094 .box_grid {
    margin-bottom: 20px;
  }
  .M094 .rowInner {
    width: 95%;
    margin: 0 auto;
  }
  .M094 .distribution-page-headline {
    padding: 6% 0;
  }
  .M094 .m-col6 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .M094 .m-col6:nth-child(2n+0) {
    clear: none;
  }
  .M094 .distribution-section {
    margin-bottom: 5%;
  }
  .M094 .distribution-section .distribution-headline {
    font-size: 26px;
  }
  .M094 .distribution-section .distribution-list {
    margin: 0 0 0 5%;
  }
  .M094 .distribution-section .distribution-list .distribution-list-item {
    margin: 0 0 3px;
  }
}
@media screen and (min-width: 1024px) {
  .M094 {
    min-height: 850px;
  }
  .M094 .distribution-page-headline {
    padding: 3% 0;
  }
  .M094 .distribution-section {
    margin-bottom: 6%;
  }
  .M094 .distribution-section .distribution-list {
    margin: 0 0 0 7%;
  }
}
@media screen and (min-width: 740px) {
  .M096 .navigation-bar {
    width: 30%;
    display: block;
  }
  .M096 .navigation-list {
    margin: 0;
  }
  .M096 .navigation-list .navigation-list-item {
    padding: 10px 0 10px 50px;
  }
  .M096 .navigation-list .navigation-list-item .case-number {
    left: 5px;
    top: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
  }
  .M096 .showcase-map-inner,
  .M096 .exhibitor-map-inner {
    background-repeat: no-repeat;
    background-size: contain;
  }
  .M096 .map-content .showcase-map,
  .M096 .map-content .exhibitor-map {
    width: 65%;
    margin: 0 5% 0 0;
  }
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker {
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 12px;
    text-indent: 0;
  }
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker:hover,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker:hover,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker:hover,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker:hover,
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker.hovered,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker.hovered,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker.hovered,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker.hovered {
    margin: -17px 0 0 -17px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 17px;
    cursor: pointer;
    background-color: #646567;
    z-index: 4;
    overflow: visible;
  }
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker:hover:after,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker:hover:after,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker:hover:after,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker:hover:after,
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker.hovered:after,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker.hovered:after,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker.hovered:after,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker.hovered:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 20px;
    border: 4px solid #646567;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-animation: buttonPulse 1.5s ease-out infinite;
            animation: buttonPulse 1.5s ease-out infinite;
    -moz-transition: -moz-transform 1.5s ease-out;
  }
  .M096 .map-content .map-hint {
    display: block;
    background-color: #ffffff;
    padding: 40px 20px 20px;
    position: absolute;
    top: 50px;
    left: 10px;
    width: 200px;
    -webkit-box-shadow: 0 0 10px #646567;
            box-shadow: 0 0 10px #646567;
    z-index: 5;
  }
  .M096 .map-content .map-hint i {
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    padding: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 3;
  }
  .M096 .map-content .map-hint p {
    margin: 0;
  }
  .M096 .map-content .showcase-layer-body,
  .M096 .map-content .exhibitor-layer-body {
    position: absolute;
    width: 50%;
    height: 102%;
    top: -1%;
    right: -51%;
    -webkit-box-shadow: -2px 0 6px #646567;
            box-shadow: -2px 0 6px #646567;
    display: block;
    opacity: 1;
    z-index: 6;
  }
  .M096 .map-content .showcase-layer-body.show,
  .M096 .map-content .exhibitor-layer-body.show {
    -webkit-animation: showLayer 0.5s ease-out 0s forwards;
            animation: showLayer 0.5s ease-out 0s forwards;
  }
  .M096 .map-content .showcase-layer-body.hide,
  .M096 .map-content .exhibitor-layer-body.hide {
    display: block;
    -webkit-animation: hideLayer 0.3s ease-in 0s forwards;
            animation: hideLayer 0.3s ease-in 0s forwards;
  }
  .M096 .map-content .showcase-layer-body .layer-prev,
  .M096 .map-content .exhibitor-layer-body .layer-prev,
  .M096 .map-content .showcase-layer-body .layer-next,
  .M096 .map-content .exhibitor-layer-body .layer-next {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
  }
  .M096 .map-content .showcase-layer-body .layer-prev::before,
  .M096 .map-content .exhibitor-layer-body .layer-prev::before,
  .M096 .map-content .showcase-layer-body .layer-next::before,
  .M096 .map-content .exhibitor-layer-body .layer-next::before {
    top: 2px;
    font-size: 16px;
  }
  .M096 .map-content .showcase-layer-body .layer-prev,
  .M096 .map-content .exhibitor-layer-body .layer-prev {
    padding: 0 0 0 20px;
  }
  .M096 .map-content .showcase-layer-body .layer-next,
  .M096 .map-content .exhibitor-layer-body .layer-next {
    padding: 0 20px 0 0;
  }
  .M096 .map-content .showcase-layer-body .showcase-layer-content .case-body h1,
  .M096 .map-content .exhibitor-layer-body .showcase-layer-content .case-body h1,
  .M096 .map-content .showcase-layer-body .exhibitor-layer-content .case-body h1,
  .M096 .map-content .exhibitor-layer-body .exhibitor-layer-content .case-body h1 {
    width: 70%;
    padding: 0 2% 0 0;
  }
  .M096 .map-content .showcase-layer-body .showcase-layer-content .case-body h2,
  .M096 .map-content .exhibitor-layer-body .showcase-layer-content .case-body h2,
  .M096 .map-content .showcase-layer-body .exhibitor-layer-content .case-body h2,
  .M096 .map-content .exhibitor-layer-body .exhibitor-layer-content .case-body h2,
  .M096 .map-content .showcase-layer-body .showcase-layer-content .case-body h3,
  .M096 .map-content .exhibitor-layer-body .showcase-layer-content .case-body h3,
  .M096 .map-content .showcase-layer-body .exhibitor-layer-content .case-body h3,
  .M096 .map-content .exhibitor-layer-body .exhibitor-layer-content .case-body h3 {
    padding: 0 32% 0 0;
  }
  .M096 .map-content .showcase-layer-body .showcase-layer-content .case-body .logo-container,
  .M096 .map-content .exhibitor-layer-body .showcase-layer-content .case-body .logo-container,
  .M096 .map-content .showcase-layer-body .exhibitor-layer-content .case-body .logo-container,
  .M096 .map-content .exhibitor-layer-body .exhibitor-layer-content .case-body .logo-container {
    padding: 2px;
    width: 30%;
  }
  .M096 .mobile-case-list,
  .M096 .mobile-exhibitor-list {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .M096 .map-content .showcase-map,
  .M096 .map-content .exhibitor-map {
    width: 70%;
    margin: 0 5% 0 0;
  }
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker {
    margin: -15px 0 0 -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 15px;
  }
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker:hover,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker:hover,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker:hover,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker:hover,
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker.hovered,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker.hovered,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker.hovered,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker.hovered {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border-radius: 20px;
  }
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker:hover::after,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker:hover::after,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker:hover::after,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker:hover::after,
  .M096 .map-content .showcase-map .showcase-map-inner .map-marker.hovered::after,
  .M096 .map-content .exhibitor-map .showcase-map-inner .map-marker.hovered::after,
  .M096 .map-content .showcase-map .exhibitor-map-inner .map-marker.hovered::after,
  .M096 .map-content .exhibitor-map .exhibitor-map-inner .map-marker.hovered::after {
    width: 32px;
    height: 32px;
  }
  .M096 .map-content .navigation-bar {
    width: 25%;
  }
  .M096 .map-content .navigation-bar .navigation-list .navigation-list-item {
    padding: 10px 0 10px 60px;
  }
  .M096 .map-content .navigation-bar .navigation-list .navigation-list-item .case-number {
    left: 10px;
    top: 13px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .M096 .map-content .showcase-layer-body .layer-prev,
  .M096 .map-content .exhibitor-layer-body .layer-prev,
  .M096 .map-content .showcase-layer-body .layer-next,
  .M096 .map-content .exhibitor-layer-body .layer-next {
    font-size: 15px;
    font-weight: bold;
  }
  .M096 .map-content .showcase-layer-body .layer-prev::before,
  .M096 .map-content .exhibitor-layer-body .layer-prev::before,
  .M096 .map-content .showcase-layer-body .layer-next::before,
  .M096 .map-content .exhibitor-layer-body .layer-next::before {
    top: 1px;
    font-size: 20px;
  }
  .M096 .map-content .showcase-layer-body .layer-prev,
  .M096 .map-content .exhibitor-layer-body .layer-prev {
    padding: 0 0 0 30px;
  }
  .M096 .map-content .showcase-layer-body .layer-next,
  .M096 .map-content .exhibitor-layer-body .layer-next {
    padding: 0 30px 0 0;
  }
  .M096 .map-content .showcase-layer-body .showcase-layer-content .case-body h1,
  .M096 .map-content .exhibitor-layer-body .showcase-layer-content .case-body h1,
  .M096 .map-content .showcase-layer-body .exhibitor-layer-content .case-body h1,
  .M096 .map-content .exhibitor-layer-body .exhibitor-layer-content .case-body h1 {
    width: 80%;
    padding: 0 2% 0 0;
  }
  .M096 .map-content .showcase-layer-body .showcase-layer-content .case-body h2,
  .M096 .map-content .exhibitor-layer-body .showcase-layer-content .case-body h2,
  .M096 .map-content .showcase-layer-body .exhibitor-layer-content .case-body h2,
  .M096 .map-content .exhibitor-layer-body .exhibitor-layer-content .case-body h2,
  .M096 .map-content .showcase-layer-body .showcase-layer-content .case-body h3,
  .M096 .map-content .exhibitor-layer-body .showcase-layer-content .case-body h3,
  .M096 .map-content .showcase-layer-body .exhibitor-layer-content .case-body h3,
  .M096 .map-content .exhibitor-layer-body .exhibitor-layer-content .case-body h3 {
    padding: 0 22% 0 0;
  }
  .M096 .map-content .showcase-layer-body .showcase-layer-content .case-body .logo-container,
  .M096 .map-content .exhibitor-layer-body .showcase-layer-content .case-body .logo-container,
  .M096 .map-content .showcase-layer-body .exhibitor-layer-content .case-body .logo-container,
  .M096 .map-content .exhibitor-layer-body .exhibitor-layer-content .case-body .logo-container {
    padding: 5px;
    width: 20%;
  }
}
@media screen and (min-width: 740px) {
  .M09601 {
    margin-top: 0;
  }
  .M09601 .map-content .exhibitor-layer-body {
    padding-top: 0;
    top: 0;
  }
  .M09601 .map-content .exhibitor-layer-body i {
    margin-top: 1px;
    padding: 10px;
    margin-right: 0;
  }
  .M09601 .map-content .exhibitor-layer-body .exhibitor-header .exhibitor-logo img {
    max-height: 70px;
  }
  .M09601 .map-content .exhibitor-layer-body .layer-prev,
  .M09601 .map-content .exhibitor-layer-body .layer-next {
    bottom: 0;
  }
  .M09601 .map-content .exhibitor-layer-body .exhibitor-layer-content {
    padding-bottom: 30px;
  }
  .M09601 .map-content .exhibitor-layer-body .mCSB_scrollTools {
    z-index: 9;
  }
  .M09601 .map-content .exhibitor-layer-body .M00604 .teaserThumbnail {
    margin-bottom: 0;
  }
  .M09601 .map-content .exhibitor-layer-body .exhibitor-body {
    padding-top: 1px;
  }
  .M09601 .map-content .exhibitor-map .exhibitor-map-inner svg {
    position: absolute;
    right: 0;
    top: 0;
  }
  .M09601 .map-content .exhibitor-map .hall {
    fill: #000000;
  }
  .M09601 .map-content .exhibitor-map .hall:hover,
  .M09601 .map-content .exhibitor-map .hall.highlight {
    -webkit-animation: pulse 2s linear infinite;
            animation: pulse 2s linear infinite;
  }
  .M09601 .map-content .exhibitor-map .hall.gray {
    fill: inherit;
    stroke: #aaaaaa;
  }
  .M09601 .map-content .exhibitor-map .hall.gray.highlight,
  .M09601 .map-content .exhibitor-map .hall.gray:hover {
    fill: #aaaaaa;
  }
  .M09601 .map-content .exhibitor-map .hall.green {
    fill: inherit;
    stroke: #006633;
  }
  .M09601 .map-content .exhibitor-map .hall.green.highlight,
  .M09601 .map-content .exhibitor-map .hall.green:hover {
    fill: #006633;
  }
  .M09601 .map-content .exhibitor-map .hall.grassgreen {
    fill: inherit;
    stroke: #96BF3B;
  }
  .M09601 .map-content .exhibitor-map .hall.grassgreen.highlight,
  .M09601 .map-content .exhibitor-map .hall.grassgreen:hover {
    fill: #96BF3B;
  }
  .M09601 .map-content .exhibitor-map .hall.lilac {
    fill: inherit;
    stroke: #99B1DD;
  }
  .M09601 .map-content .exhibitor-map .hall.lilac.highlight,
  .M09601 .map-content .exhibitor-map .hall.lilac:hover {
    fill: #99B1DD;
  }
  .M09601 .map-content .exhibitor-map .hall.orange {
    fill: inherit;
    stroke: #FF9900;
  }
  .M09601 .map-content .exhibitor-map .hall.orange.highlight,
  .M09601 .map-content .exhibitor-map .hall.orange:hover {
    fill: #FF9900;
  }
  .M09601 .map-content .exhibitor-map .hall.darkorange {
    fill: inherit;
    stroke: #EB6504;
  }
  .M09601 .map-content .exhibitor-map .hall.darkorange.highlight,
  .M09601 .map-content .exhibitor-map .hall.darkorange:hover {
    fill: #EB6504;
  }
  .M09601 .map-content .exhibitor-map .hall.lightblue {
    fill: inherit;
    stroke: #79CADD;
  }
  .M09601 .map-content .exhibitor-map .hall.lightblue.highlight,
  .M09601 .map-content .exhibitor-map .hall.lightblue:hover {
    fill: #79CADD;
  }
  .M09601 .map-content .exhibitor-map .hall.skyblue {
    fill: inherit;
    stroke: #30B7BD;
  }
  .M09601 .map-content .exhibitor-map .hall.skyblue.highlight,
  .M09601 .map-content .exhibitor-map .hall.skyblue:hover {
    fill: #30B7BD;
  }
  .M09601 .map-content .exhibitor-map .hall.blue {
    fill: inherit;
    stroke: #0091D0;
  }
  .M09601 .map-content .exhibitor-map .hall.blue.highlight,
  .M09601 .map-content .exhibitor-map .hall.blue:hover {
    fill: #0091D0;
  }
  .M09601 .map-content .exhibitor-map .hall.coral {
    fill: inherit;
    stroke: #007F99;
  }
  .M09601 .map-content .exhibitor-map .hall.coral.highlight,
  .M09601 .map-content .exhibitor-map .hall.coral:hover {
    fill: #007F99;
  }
  .M09601 .map-content .exhibitor-map .hall.red {
    fill: inherit;
    stroke: #DD0000;
  }
  .M09601 .map-content .exhibitor-map .hall.red.highlight,
  .M09601 .map-content .exhibitor-map .hall.red:hover {
    fill: #DD0000;
  }
  .M09601 .map-content .exhibitor-map .hall.ocher {
    fill: inherit;
    stroke: #D9A900;
  }
  .M09601 .map-content .exhibitor-map .hall.ocher.highlight,
  .M09601 .map-content .exhibitor-map .hall.ocher:hover {
    fill: #D9A900;
  }
  .M09601 .map-content .exhibitor-map .hall.brown {
    fill: inherit;
    stroke: #AA7764;
  }
  .M09601 .map-content .exhibitor-map .hall.brown.highlight,
  .M09601 .map-content .exhibitor-map .hall.brown:hover {
    fill: #AA7764;
  }
  .M09601 .map-content .exhibitor-map .hall.scarlet {
    fill: inherit;
    stroke: #C31924;
  }
  .M09601 .map-content .exhibitor-map .hall.scarlet.highlight,
  .M09601 .map-content .exhibitor-map .hall.scarlet:hover {
    fill: #C31924;
  }
  .M09601 .map-content .exhibitor-map .hall.pink {
    fill: inherit;
    stroke: #CC0066;
  }
  .M09601 .map-content .exhibitor-map .hall.pink.highlight,
  .M09601 .map-content .exhibitor-map .hall.pink:hover {
    fill: #CC0066;
  }
  .M09601 .map-content .exhibitor-map .hall.darkpurple {
    fill: inherit;
    stroke: #8372B6;
  }
  .M09601 .map-content .exhibitor-map .hall.darkpurple.highlight,
  .M09601 .map-content .exhibitor-map .hall.darkpurple:hover {
    fill: #8372B6;
  }
  .M09601 .map-content .exhibitor-map .hall.purple {
    fill: inherit;
    stroke: #940882;
  }
  .M09601 .map-content .exhibitor-map .hall.purple.highlight,
  .M09601 .map-content .exhibitor-map .hall.purple:hover {
    fill: #940882;
  }
  .M09601 .map-content .exhibitor-map .hall.snow {
    fill: inherit;
    stroke: #ececec;
  }
  .M09601 .map-content .exhibitor-map .hall.snow.highlight,
  .M09601 .map-content .exhibitor-map .hall.snow:hover {
    fill: #ececec;
  }
  .M09601 .map-content .exhibitor-map .hall.yellow {
    fill: inherit;
    stroke: #F6E41E;
  }
  .M09601 .map-content .exhibitor-map .hall.yellow.highlight,
  .M09601 .map-content .exhibitor-map .hall.yellow:hover {
    fill: #F6E41E;
  }
  .M09601 .map-content .navigation-bar {
    width: 35%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffffff', endColorstr='#00ffffff', GradientType=1);
    scrollbar-track-color: #000000;
  }
  .M09601 .map-content .navigation-bar::-webkit-scrollbar {
    width: 10px;
    background-color: #000000;
  }
  .M09601 .map-content .navigation-bar::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 1px solid #333335;
    border-radius: 5px;
  }
  .M09601 .map-content .navigation-bar .navigation-list {
    padding: 20px 0;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item {
    border: none;
    padding: 0px 60px 0px 10px !important;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered {
    background: #333333 !important;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color {
    -webkit-animation: pulse 2s linear infinite;
            animation: pulse 2s linear infinite;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.gray,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.gray {
    background-color: #aaaaaa;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.green,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.green {
    background-color: #006633;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.grassgreen,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.grassgreen {
    background-color: #96BF3B;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.lilac,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.lilac {
    background-color: #99B1DD;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.orange,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.orange {
    background-color: #FF9900;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.darkorange,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.darkorange {
    background-color: #EB6504;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.lightblue,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.lightblue {
    background-color: #79CADD;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.skyblue,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.skyblue {
    background-color: #30B7BD;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.blue,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.blue {
    background-color: #0091D0;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.coral,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.coral {
    background-color: #007F99;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.red,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.red {
    background-color: #DD0000;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.ocher,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.ocher {
    background-color: #D9A900;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.brown,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.brown {
    background-color: #AA7764;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.scarlet,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.scarlet {
    background-color: #C31924;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.pink,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.pink {
    background-color: #CC0066;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.darkpurple,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.darkpurple {
    background-color: #8372B6;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.purple,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.purple {
    background-color: #940882;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.snow,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.snow {
    background-color: #ececec;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item:hover .exhibitor-color.yellow,
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item.hovered .exhibitor-color.yellow {
    background-color: #F6E41E;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item p {
    height: 60px;
    line-height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 10px 20px;
    color: #ffffff;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color {
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.gray {
    border-color: #aaaaaa;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.green {
    border-color: #006633;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.grassgreen {
    border-color: #96BF3B;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.lilac {
    border-color: #99B1DD;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.orange {
    border-color: #FF9900;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.darkorange {
    border-color: #EB6504;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.lightblue {
    border-color: #79CADD;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.skyblue {
    border-color: #30B7BD;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.blue {
    border-color: #0091D0;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.coral {
    border-color: #007F99;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.red {
    border-color: #DD0000;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.ocher {
    border-color: #D9A900;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.brown {
    border-color: #AA7764;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.scarlet {
    border-color: #C31924;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.pink {
    border-color: #CC0066;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.darkpurple {
    border-color: #8372B6;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.purple {
    border-color: #940882;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.snow {
    border-color: #ffffff;
  }
  .M09601 .map-content .navigation-bar .navigation-list .navigation-list-item .exhibitor-color.yellow {
    border-color: #F6E41E;
  }
}
@media screen and (min-width: 1024px) {
  .M09601 .map-content .navigation-bar {
    width: 30%;
  }
  .M09601 .map-content .exhibitor-layer-body .exhibitor-header .exhibitor-logo img {
    max-height: 70px;
  }
  .M09601 .map-content .exhibitor-layer-body .M00601 .l-col3 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-bottom: 20px;
  }
  .M09601 .map-content .exhibitor-layer-body .M00615 .l-col12 .l-nested3 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 740px) {
  .home.theme-tiles .mainNavigationWrap .mainNavigation .mainSubNavigation {
    top: 0%;
  }
  .home.theme-tiles .mainNavigationWrap .mainNavigation .mainNavItem.hover + .mainSubNavigation {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  .home.theme-tiles.backgroundDark .mainNavigationWrap .mainNavigation ul .ticket-image,
  .home.theme-tiles.backgroundDark .mainNavigationWrap .mainNavigation .mainNavItem .ticket-image {
    background-image: url('../../../bilder/ticketwhite-x2.png?v=1543931574482');
  }
  .home.theme-tiles .background-stage {
    height: 60vw;
    min-height: 1200px;
    background-size: auto 100%;
  }
  .M002 .M097 .grid-body .grid-part .grid-element {
    border: none;
  }
  .M002 .M097 .grid-body .grid-part .grid-element .grid-element-body {
    height: auto;
    position: relative;
    float: left;
  }
  .M002 .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter {
    background-color: transparent;
  }
  .M002 .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content {
    width: 100%;
    position: relative;
    float: left;
  }
  .M002 .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon,
  .M002 .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon-box-headline,
  .M002 .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon-box-copy,
  .M002 .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .inputField {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    position: relative;
    padding: 0 0 10px;
  }
  .M002 .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .inputField .ui-button {
    position: absolute;
    right: 2px;
    top: 2px;
  }
  .M097 img {
    max-width: none;
  }
  .M097 .grid-body {
    padding: 0 5px;
  }
  .M097 .grid-body .grid-part.one-fifth {
    width: 20%;
  }
  .M097 .grid-body .grid-part.two-fifth {
    width: 40%;
  }
  .M097 .grid-body .grid-part.three-fifth {
    width: 60%;
  }
  .M097 .grid-body .grid-part.four-fifth {
    width: 80%;
  }
  .M097 .grid-body .grid-part.five-fifth {
    width: 100%;
  }
  .M097 .grid-body .grid-part .grid-element {
    padding: 5px;
    /* WIDTH CLASSES */
  }
  .M097 .grid-body .grid-part .grid-element.one-fourth {
    width: 25%;
  }
  .M097 .grid-body .grid-part .grid-element.one-third {
    width: 33.333333333%;
  }
  .M097 .grid-body .grid-part .grid-element.one-half {
    width: 50%;
  }
  .M097 .grid-body .grid-part .grid-element.two-third {
    width: 66.666666666%;
  }
  .M097 .grid-body .grid-part .grid-element.three-fourth {
    width: 75%;
  }
  .M097 .grid-body .grid-part .grid-element.full {
    width: 100%;
  }
  .M097 .grid-body .grid-part .grid-element.one-fourth .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.one-third .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.one-half .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.two-third .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.three-fourth .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.one-fourth .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element.one-third .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element.one-half .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element.two-third .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element.three-fourth .icon-box-headline {
    word-break: break-word;
    word-wrap: break-word;
    font-size: 14px;
  }
  .M097 .grid-body .grid-part .grid-element.full .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.full .icon-box-headline {
    font-size: 20px;
  }
  .M097 .grid-body .grid-part .grid-element.full .newsletter .icon-box-headline {
    font-size: 14px;
  }
  .M097 .grid-body .grid-part .grid-element .lightbox .lightbox-dialog {
    min-width: 0;
    min-height: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-duration: ease-in-out;
    transition-duration: ease-in-out;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    width: 0;
    height: 0;
    overflow: hidden;
  }
  .M097 .grid-body .grid-part .grid-element .lightbox .lightbox-close-button,
  .M097 .grid-body .grid-part .grid-element .lightbox .lightbox-content {
    display: none;
  }
  .M097 .grid-body .grid-part .grid-element .grid-background-image-container {
    position: absolute;
  }
  .M097 .grid-body .grid-part .grid-element .grid-background-image-container .grid-background-image {
    position: absolute;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body .grid-element-link {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head {
    max-height: 54vh;
    height: 54vh;
    padding: 0;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .rowInner {
    width: 60%;
    margin: 0 20%;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .grid-stage-body {
    margin: 40px 0 0;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .grid-stage-body .M09701 {
    top: 8.5vh;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .grid-stage-body .announcement {
    width: 120px;
    height: 120px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    left: auto;
    right: 0;
    top: 0;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.twitter-icon-box .icon-box-content .icon-box-copy {
    display: none;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.article .grid-background-image-container .grid-background-image {
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.ci-icon-box .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.direct-entry .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.twitter-icon-box .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.facebook-icon-box .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.instagram-icon-box .icon-box-content {
    padding: 0 10px 10px 10px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.ci-icon-box .icon-box-content .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.direct-entry .icon-box-content .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.twitter-icon-box .icon-box-content .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.facebook-icon-box .icon-box-content .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.instagram-icon-box .icon-box-content .icon-box-headline {
    padding: 0;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.ci-icon-box .icon-box-content .icon-box-date,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.direct-entry .icon-box-content .icon-box-date,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.twitter-icon-box .icon-box-content .icon-box-date,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.facebook-icon-box .icon-box-content .icon-box-date,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.instagram-icon-box .icon-box-content .icon-box-date {
    padding: 0 10px 0;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.twitter-icon-box .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.facebook-icon-box .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.instagram-icon-box .icon-box-content {
    padding: 10px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon {
    top: 20px;
    left: 20px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon-box-headline {
    top: 20px;
    right: 20px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon-box-copy {
    padding: 0 20px 20px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .inputField {
    left: 0;
    width: 100%;
    padding: 0 20px 10px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .inputField .ui-button {
    right: 22px;
    z-index: 5;
    padding: 8px 8px 8px 10px;
    height: 38px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .inputField .ui-button:before {
    font-size: 20px;
    font-weight: bold;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.module .imageGallery-wrapper .imageGallery {
    overflow: visible;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.module .imageGallery-wrapper .caption {
    display: block;
  }
  .M09701 .grid-stage-date {
    top: 85px;
  }
  .M09701 .grid-stage-headline {
    top: 120px;
  }
  .M09701 .grid-stage-headline .f-tiles-headline {
    line-height: 100%;
  }
  .M09701 .grid-stage-subline {
    top: 165px;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item {
    height: 85px;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item:before {
    top: 37px;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item .topic-headline {
    padding: 0 0 0 20px;
    clear: right;
    top: 35px;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item .topic-copy {
    margin: 0;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 55px;
    top: 45px;
    text-align: left;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-duration: ease-in-out;
    transition-duration: ease-in-out;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item.active .topic-icon,
  .M0970210 .topics-wrapper .topics-list .topics-item.active .topic-headline,
  .M0970210 .topics-wrapper .topics-list .topics-item.active .topic-copy {
    display: block;
    opacity: 1;
  }
  .M0970211:hover .swiper-button-prev,
  .M0970211:hover .swiper-button-next {
    opacity: 1;
  }
  .M0970211 .swiper-wrapper {
    height: 460px;
  }
  .M0970211 .swiper-wrapper .swiper-slide {
    height: 460px;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-link {
    height: 460px;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content {
    padding: 20px 70px 0;
    text-align: left;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content .swiper-head {
    text-align: left;
    width: auto;
    clear: both;
    float: left;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content .swiper-date {
    text-align: left;
    width: auto;
    clear: both;
    float: left;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content .swiper-headline {
    text-align: left;
    width: auto;
    clear: both;
    float: left;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content .swiper-copy {
    text-align: left;
    width: auto;
    clear: both;
    float: left;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content .swiper-logo-container {
    width: auto;
    position: absolute;
    bottom: 40px;
    right: 40px;
    left: auto;
    display: block;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content .swiper-logo-container .swiper-logo {
    padding: 0;
  }
}
@media screen and (orientation: landscape) and (min-width: 740px) and (max-width: 1023px) {
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head {
    min-height: 60vh;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .grid-stage-body .M09701 {
    top: 6vh;
    height: 60vh;
  }
}
@media screen and (min-width: 820px) {
  .M09701 .grid-stage-subline {
    top: 170x;
  }
}
@media screen and (min-width: 920px) {
  .M09701 .grid-stage-subline {
    top: 175px;
  }
}
@media screen and (min-width: 1024px) {
  .home.theme-tiles .mainNavigationWrap .mainNavigation .mainNavItem.hover + .mainSubNavigation {
    -webkit-transform: translateY(98px);
    -ms-transform: translateY(98px);
    transform: translateY(98px);
  }
  .M097 .grid-body .grid-part .grid-element:hover .grid-element-content .grid-element-copy {
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 1;
    max-height: 200px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.twitter-icon-box .icon-box-content .icon-box-copy {
    display: block;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .grid-stage-body {
    margin: 40px 0 0;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .grid-stage-body .announcement {
    width: 140px;
    height: 140px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .rowInner .searchInputGroup .selectElement {
    top: 2px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.stage-head .rowInner .searchInputGroup .selectElement .valueDisplay:after {
    padding-top: 20px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.ci-icon-box .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.direct-entry .icon-box-content {
    padding: 0 20px 20px 20px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.twitter-icon-box .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.facebook-icon-box .icon-box-content,
  .M097 .grid-body .grid-part .grid-element .grid-element-body.instagram-icon-box .icon-box-content {
    padding: 20px;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon-box-copy.show-for-large {
    display: none !important;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon-box-copy.hide-for-large {
    display: block !important;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body .grid-element-content .grid-element-headline {
    width: 70%;
  }
  .M097 .grid-body .grid-part .grid-element.one-third .grid-element-body .grid-element-content .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.one-fourth .grid-element-body .grid-element-content .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.one-fifth .grid-element-body .grid-element-content .grid-element-headline {
    width: 100%;
  }
  .M097 .grid-body .grid-part .grid-element.one-fourth .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.one-third .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.one-half .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.two-third .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.three-fourth .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.one-fourth .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element.one-third .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element.one-half .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element.two-third .icon-box-headline,
  .M097 .grid-body .grid-part .grid-element.three-fourth .icon-box-headline {
    font-size: 15px;
  }
  .M097 .grid-body .grid-part .grid-element.full .grid-element-headline,
  .M097 .grid-body .grid-part .grid-element.full .icon-box-headline {
    font-size: 20px;
  }
  .M097 .grid-body .grid-part .grid-element.full .newsletter .icon-box-headline {
    font-size: 15px;
  }
  .M09701 .grid-stage-subline {
    top: 185px;
  }
  .M0970210 .topics-container {
    height: 450px;
  }
  .M0970210 .topics-wrapper {
    overflow: hidden;
    width: 100%;
    height: 450px;
    padding: 0;
  }
  .M0970210 .topics-wrapper .topics-head {
    padding: 40px 80px 0;
    text-align: left;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item {
    padding: 120px 0 0 0;
    min-height: 350px;
    text-align: center;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item:before {
    content: none;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item .topic-icon {
    display: block;
    width: 100%;
    clear: both;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item .topic-headline {
    padding: 0 10px 10px;
    position: relative;
    float: left;
    left: 0;
    top: 0;
    width: 100%;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item .topic-copy {
    padding: 0 10px;
    opacity: 0;
    text-align: center;
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item:hover,
  .M0970210 .topics-wrapper .topics-list .topics-item.active {
    padding: 90px 0 0 0;
    cursor: pointer;
    background: transparent;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item:hover .topic-headline,
  .M0970210 .topics-wrapper .topics-list .topics-item.active .topic-headline {
    top: 0;
  }
  .M0970210 .topics-wrapper .topics-list .topics-item:hover .topic-icon,
  .M0970210 .topics-wrapper .topics-list .topics-item.active .topic-icon,
  .M0970210 .topics-wrapper .topics-list .topics-item:hover .topic-headline,
  .M0970210 .topics-wrapper .topics-list .topics-item.active .topic-headline,
  .M0970210 .topics-wrapper .topics-list .topics-item:hover .topic-copy,
  .M0970210 .topics-wrapper .topics-list .topics-item.active .topic-copy {
    opacity: 1;
  }
  .M0970211 .swiper-wrapper {
    height: 500px;
  }
  .M0970211 .swiper-wrapper .swiper-slide {
    height: 500px;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-link {
    height: 500px;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content {
    padding: 40px 80px 0;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content .swiper-headline,
  .M0970211 .swiper-wrapper .swiper-slide .swiper-content .swiper-copy {
    width: 45%;
  }
  .M0970211 .swiper-pagination.swiper-pagination-bullets {
    bottom: 40px;
  }
}
@media screen and (min-width: 1120px) {
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon-box-copy.show-for-large {
    display: block !important;
  }
  .M097 .grid-body .grid-part .grid-element .grid-element-body.newsletter .icon-box-content .icon-box-copy.hide-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .M09701 .grid-stage-subline {
    top: 195px;
  }
}
@media screen and (min-width: 1400px) {
  .M09701 .grid-stage-subline {
    top: 210px;
  }
}
@media screen and (min-width: 740px) {
  .M099 .language-dropdown {
    margin: 0 0 20px;
    display: block;
    text-align: left;
    width: 100%;
    position: relative;
    float: left;
    text-align: center;
  }
  .M099 .language-dropdown .selectElement {
    display: inline-block;
    width: 300px;
    height: 32px;
  }
  .M099 .language-dropdown .selectElement .language-select {
    height: 32px;
  }
  .M099 .language-dropdown .selectElement .valueDisplay {
    text-align: left;
    padding: 0px 27px 0 0;
    height: 32px;
  }
  .M099 .language-dropdown .selectElement .valueDisplay:after {
    padding: 8px 10px 8px 0;
  }
  .M099 .language-dropdown .selectElement .flyout-container {
    position: absolute;
    top: 32px;
    width: 296px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 40;
    text-align: left;
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list {
    background-color: #ffffff;
    border: 2px solid #c3c3c3;
    border-top: none;
    position: relative;
    width: 100%;
    padding: 5px 0;
    margin: 0 0 40px;
    display: block;
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-entry,
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link {
    color: #333335;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link {
    padding: 5px 0 5px 18px;
    line-height: 18px;
    height: 30px;
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link:hover {
    background-color: #ececec;
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link [class*="flag-"] {
    width: 27px;
    height: 20px;
    margin: 0 10px 0 0;
    display: block;
    float: left;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-cn {
    background-image: url('../../../bilder/flags/cn.png?v=1543931574482');
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-fr {
    background-image: url('../../../bilder/flags/fr.png?v=1543931574482');
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-it {
    background-image: url('../../../bilder/flags/it.png?v=1543931574482');
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-jp {
    background-image: url('../../../bilder/flags/jp.png?v=1543931574482');
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-prt {
    background-image: url('../../../bilder/flags/prt.png?v=1543931574482');
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-ru {
    background-image: url('../../../bilder/flags/ru.png?v=1543931574482');
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-es {
    background-image: url('../../../bilder/flags/es.png?v=1543931574482');
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-tr {
    background-image: url('../../../bilder/flags/tur.png?v=1543931574482');
  }
  .M099 .language-dropdown .selectElement .flyout-container .flyout-list .flyout-list-link .flag-nl {
    background-image: url('../../../bilder/flags/nl.png?v=1543931574482');
  }
}
@media screen and (min-width: 1024px) {
  .M099 .language-dropdown .selectElement {
    width: 410px;
  }
  .M099 .language-dropdown .selectElement .flyout-container {
    width: 406px;
  }
}
@media screen and (min-width: 740px) {
  .M100.M10001 {
    margin: 0;
  }
  .M100.M10001 .statusbar,
  .M100.M10001 .statusbar {
    margin: 10px 0 10px 15px;
  }
  .M100.M10001 .statusbar .statusbar-item,
  .M100.M10001 .statusbar .statusbar-item {
    margin: 0 40px 0 15px;
    height: 36px;
    line-height: 36px;
  }
  .M100.M10001 .statusbar .statusbar-item:before,
  .M100.M10001 .statusbar .statusbar-item:before {
    height: 36px;
    line-height: 36px;
    width: 36px;
    left: -30px;
  }
  .M100.M10001 .statusbar .statusbar-item .statusbar-text,
  .M100.M10001 .statusbar .statusbar-item .statusbar-text {
    display: block;
  }
  .M100.M10001 .statusbar .statusbar-item.active .statusbar-text:after,
  .M100.M10001 .statusbar .statusbar-item.active .statusbar-text:after {
    top: 31px;
    left: -42px;
  }
  .M100.M10003 .form-body,
  .M100.M10004 .form-body {
    margin: 0;
  }
  .M100.M10003 .form-body .form_legend,
  .M100.M10004 .form-body .form_legend {
    margin: 2px 0 0 0;
  }
  .M100.M10003 .form-body .help-button,
  .M100.M10004 .form-body .help-button {
    margin-top: 0;
  }
  .M100.M10003 .form-body .input-label,
  .M100.M10004 .form-body .input-label {
    margin: 12px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .M100.M10001 .statusbar,
  .M100.M10001 .statusbar {
    margin: 10px 0 10px 10px;
  }
  .M100.M10001 .statusbar .statusbar-item,
  .M100.M10001 .statusbar .statusbar-item {
    margin: 0 40px 0 20px;
  }
  .M100.M10001 .statusbar .statusbar-item .statusbar-text,
  .M100.M10001 .statusbar .statusbar-item .statusbar-text {
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .M101.M10101 .checkBox {
    margin: 0;
  }
  .M101.M10102 .fair-topic {
    margin: 5px 0;
  }
  .M101.M10102 .fair-image {
    float: right;
  }
  .M101.M10102 .fair-topics {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
    display: none;
  }
  .M101.M10102 .show-more {
    float: right;
    padding-top: 0;
  }
  .M101.M10102 .fair {
    padding-top: 0;
    text-align: right;
  }
  .M101.M1010201 {
    margin: -20px 0 30px;
  }
  .M101.M10103 .form-body .input-label {
    margin: 10px 0 0 0;
  }
  .M101.M10103 .form-body .button {
    margin: 1px 0 0 0;
  }
  .M101.M10104 .teaser-body {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M101.M10104 .teaser-body .teaser-headline {
    padding: 0 0 0 40px;
  }
  .M101.M10104 .teaser-body .teaser-headline:before {
    top: 0;
  }
  .M101.M10104 .teaser-body .button-row {
    width: auto;
    float: left;
    text-align: left;
    margin-top: 20px;
  }
  .M101.M10104 .teaser-body .selectElement {
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 25px;
    width: 56%;
    float: left;
  }
  .M101.M1010402 .pause-body {
    text-align: left;
  }
  .M101.M1010402 .pause-body .buttonPrimary {
    float: right;
  }
  .M101.M1010402 .pause-body .pause-message {
    padding: 0 0 0 55px;
  }
  .M101.M1010402 .pause-body .pause-message:before {
    left: 0px;
    top: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .M101.M10101 .newsletter-text {
    min-height: 120px;
  }
  .M101.M10105 .back-link-text {
    margin: 0 20px 0 0;
    display: inline-block;
  }
  .M101.M10105 .back {
    text-align: right;
  }
}
@media screen and (min-width: 740px) {
  .M103 .filter-area .filter-content {
    border-top: 2px solid #ececec;
    padding: 0;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    top: auto;
    left: auto;
  }
  .M103 .filter-area .M1030101 .f-default {
    color: #333335;
  }
  .M103 .special-search {
    margin: 50px 0 0 0;
    padding: 10px 10px 10px 60px;
  }
  .M103 .special-search:before {
    width: 60px;
  }
  .M103 .filter-area,
  .M103 .content-area {
    margin: 1.04166667%;
  }
  .M103 .filter-area .m-col12,
  .M103 .content-area .m-col12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .M103 .filter-area .M10303 .m-col12,
  .M103 .content-area .M10303 .m-col12 {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M103 .filter-area .M1030101 .col,
  .M103 .content-area .M1030101 .col {
    margin-top: 0;
  }
  .M103 .filter-area .M1030101 .rowInner,
  .M103 .content-area .M1030101 .rowInner {
    min-height: 55px;
  }
  .M103 .filter-area .M1030101 .m-col8,
  .M103 .content-area .M1030101 .m-col8 {
    width: 63.95833334%;
    margin-left: 0;
  }
  .M103 .filter-area .M1030101 .m-col4,
  .M103 .content-area .M1030101 .m-col4 {
    width: 33.95833334%;
    margin-right: 0;
  }
  .M103 .filter-area .M1030101 .f-default:hover,
  .M103 .content-area .M1030101 .f-default:hover {
    cursor: default;
    color: #333335;
  }
  .M103 .filter-area .M1030101.backgroundMedium:before,
  .M103 .content-area .M1030101.backgroundMedium:before,
  .M103 .filter-area .M1030101.backgroundMedium:after,
  .M103 .content-area .M1030101.backgroundMedium:after {
    content: none;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .search-image,
  .M103 .content-area .M10302.M103020801 .search-entry .search-image {
    float: right;
    margin-left: 0;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .hide-for-small,
  .M103 .content-area .M10302.M103020801 .search-entry .hide-for-small {
    width: 18.166%;
    margin: 2.0832%;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .l-col7,
  .M103 .content-area .M10302.M103020801 .search-entry .l-col7 {
    width: 63.25%;
    margin: 2.0832%;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .search-supplier-head,
  .M103 .content-area .M10302.M103020801 .search-entry .search-supplier-head {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .search-supplier,
  .M103 .content-area .M10302.M103020801 .search-entry .search-supplier {
    width: 100%;
    padding: 10px 0;
  }
  .M1030101 .page-functions {
    padding: 8px 0 0 0;
    display: block;
    text-align: right;
  }
  .M1030101.bordered > .row > .rowInner > .col {
    border-bottom: 2px solid #ececec;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .M1030101 .f-default {
    color: #858586;
    margin: 8px 0 0 0;
  }
  .M1030101.backgroundMedium {
    background-color: transparent;
  }
  .M1030101 + .M10302 .search-entry {
    border-top: 2px solid #ececec;
  }
  .M1030103 .searchInputGroup .selectElement {
    top: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .M1030103 .selectElement {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .M1030103 .tab-list .tab-item:nth-of-type(1) .tab-icon {
    margin-left: 0;
  }
  .M1030103 .tab-list .tab-item .tab-icon {
    margin-left: 20px;
  }
  .M10302 .M014-01 {
    top: 10px;
  }
  .M10302 .search-link {
    width: 100%;
  }
  .M10302 .search-entry .search-image {
    margin: 5px 0 0 0;
    width: 100%;
    max-width: 130px;
    height: auto;
  }
  .M10302 .search-entry .search-function-wrapper {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 26.04166667%;
  }
  .M10302 .search-entry .search-added {
    width: 72.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 26.04166667%;
    margin-bottom: 0;
  }
  .M10302 .search-entry .search-blockevent {
    display: inline-block;
    max-width: 130px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #333335;
    text-transform: uppercase;
  }
  .M10302 .search-entry .search-blockevent .time {
    width: 100%;
    text-transform: none;
    font-weight: normal;
    color: #858586;
    font-size: 12px;
  }
  .M10302 .search-entry .search-type,
  .M10302 .search-entry .search-title,
  .M10302 .search-entry .search-headline,
  .M10302 .search-entry .search-name,
  .M10302 .search-entry .search-subline,
  .M10302 .search-entry .search-event,
  .M10302 .search-entry .search-time,
  .M10302 .search-entry .search-addon,
  .M10302 .search-entry .search-speaker,
  .M10302 .search-entry .search-attribute,
  .M10302 .search-entry .search-excerpt,
  .M10302 .search-entry .search-description,
  .M10302 .search-entry .search-info,
  .M10302 .search-entry .search-more,
  .M10302 .search-entry .search-speakerinfo,
  .M10302 .search-entry .search-location {
    width: 100%;
    float: none;
  }
  .M10302 .search-entry .search-type {
    padding: 0;
  }
  .M10302 .search-entry .search-function {
    display: inline-block !important;
  }
  .M10302.M103020801 .search-entry .m-nested12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .M10302.M103020801 .search-entry .search-image {
    max-width: 90px;
    margin-left: 40px;
  }
  .M10302.M103020801 .search-entry .hide-for-small {
    width: 29.166%;
    margin: 2.0832% 3.6832% 2.0832% 0;
  }
  .M10302.M103020801 .search-entry .m-col9 {
    width: 63.916667%;
  }
  .M10302.M103020801 .search-entry .search-supplier-head {
    text-align: right;
    margin: 0 0 10px 0;
    width: 75%;
    margin-right: 25%;
  }
  .M10302.M103020801 .search-entry .search-supplier {
    width: 75%;
    padding: 10px 0;
  }
}
@media screen and (min-width: 740px) and screen and (min-width: 740px) {
  .M10302 .search-entry .search-blockevent .time {
    font-size: 13px;
  }
}
@media screen and (min-width: 740px) and screen and (min-width: 1024px) {
  .M10302 .search-entry .search-blockevent .time {
    font-size: 13px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  .M10302 .M014-01 {
    top: 23px;
  }
  .M10302 .M014-01 .M014-01__text-element {
    margin-top: 5px;
  }
  .M10302 .search-entry .search-type {
    padding: 0 95px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 1024px) {
  .M103 .filter-area .filter-content {
    width: 80%;
  }
  .M103 .special-search {
    padding: 20px 20px 20px 80px;
  }
  .M103 .special-search:before {
    width: 80px;
  }
  .M103 .filter-area .l-col12,
  .M103 .content-area .l-col12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .M103 .filter-area .M10303 .l-col12,
  .M103 .content-area .M10303 .l-col12 {
    width: 97.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M103 .filter-area .M10303 .l-col4,
  .M103 .content-area .M10303 .l-col4 {
    width: 31.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M103 .filter-area .M10303 .l-col6,
  .M103 .content-area .M10303 .l-col6 {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M103 .filter-area .M1030101 .col,
  .M103 .content-area .M1030101 .col {
    margin-top: 0;
  }
  .M103 .filter-area .M1030101 .l-col9,
  .M103 .content-area .M1030101 .l-col9 {
    width: 63.95833334%;
    margin-left: 0;
  }
  .M103 .filter-area .M1030101 .l-col3,
  .M103 .content-area .M1030101 .l-col3 {
    width: 33.95833334%;
    margin-right: 0;
  }
  .M103 .filter-area .M10302 .l-col7,
  .M103 .content-area .M10302 .l-col7 {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M103 .filter-area .M10302 .l-col7 .M014-01,
  .M103 .content-area .M10302 .l-col7 .M014-01 {
    right: 5px;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .hide-for-small,
  .M103 .content-area .M10302.M103020801 .search-entry .hide-for-small {
    width: 18.166%;
    margin: 2.0832%;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .l-col7,
  .M103 .content-area .M10302.M103020801 .search-entry .l-col7 {
    width: 63.25%;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .search-supplier-head,
  .M103 .content-area .M10302.M103020801 .search-entry .search-supplier-head {
    width: 75%;
    margin-right: 25%;
  }
  .M103 .filter-area .M10302.M103020801 .search-entry .search-supplier,
  .M103 .content-area .M10302.M103020801 .search-entry .search-supplier {
    width: 75%;
    padding: 10px 0;
  }
  .M1030103 .searchInputGroup .selectElement .valueDisplay:after {
    padding-top: 20px;
  }
  .M10302 .search-entry .search-type {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 100px;
  }
  .M10302 .search-entry .search-function-wrapper {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .M10302 .search-entry .search-added {
    width: 81.25%;
    display: inline;
    float: left;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
    margin-bottom: 0;
  }
  .M10302 .l-col7 {
    position: relative;
  }
  .M10302 .l-col7 .M014-01 {
    top: -5px;
    right: -5px;
  }
  .M10302.M103020801 .search-entry .l-nested12 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .M10302.M103020801 .search-entry .search-image {
    max-width: 90px;
  }
  .M10302.M103020801 .search-entry .hide-for-small {
    width: 29.166%;
    margin: 2.0832% 2.6832% 2.0832% 0;
  }
  .M10302.M103020801 .search-entry .l-col7 {
    width: 62.23%;
    margin: 2.0832%;
  }
  .M10302.M103020801 .search-entry .search-supplier-head {
    width: 50%;
    margin-right: 50%;
  }
  .M10302.M103020801 .search-entry .search-supplier {
    width: 50%;
    padding: 20px 0;
  }
}
@media print {
  .M103 .search-image.show-for-small {
    display: none;
  }
  p {
    -webkit-column-break-inside: avoid;
            break-inside: avoid;
  }
  .l-col7.m-col9.s-col12,
  .search-entry {
    margin: 0 !important;
    width: 100% !important;
  }
  a {
    color: #333335 !important;
  }
  .M1030103 {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .M10303 .col {
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M10303 .snippet-body .col {
    padding: 10px 5px;
  }
  .M10303.M1030301,
  .M10303.M1030302,
  .M10303.M1030303,
  .M10303.M1030304,
  .M10303.M1030305 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M10303.M1030301 .border-wrapper,
  .M10303.M1030302 .border-wrapper,
  .M10303.M1030303 .border-wrapper,
  .M10303.M1030304 .border-wrapper,
  .M10303.M1030305 .border-wrapper {
    -webkit-box-shadow: 0px 0px 6px #ececec;
            box-shadow: 0px 0px 6px #ececec;
  }
  .M10303.M1030306 .snippet-head .snippet-logo {
    margin: 20px;
    width: 95px;
    position: relative;
  }
  .M10303.M1030306 .snippet-head .snippet-text {
    position: absolute;
    padding: 0 150px 0 145px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    display: block;
  }
  .M10303.M1030306 .snippet-head .snippet-link {
    width: 130px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
    text-align: left;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .M10303 .snippet-body .col {
    padding: 5px;
  }
  .M10303 .snippet-body .col.l-col6:nth-of-type(2) {
    border-top: none;
  }
  .M10303 .snippet-body .l-nested12 .col {
    padding: 0;
  }
  .M10303 .snippet-list .snippet-list-item {
    width: calc(33.33333333%);
  }
  .M10303 .snippet-link-list {
    padding: 0 0 10px;
  }
  .M10303 .snippet-link-list .snippet-link-list-item {
    width: calc(33.33333333%);
  }
  .M10303 .snippet-news {
    padding: 20px 0;
  }
  .M10303 .snippet-news .snippet-news-module {
    padding: 0 0 20px;
  }
  .M10303 .snippet-news .snippet-news-link {
    float: right;
  }
  .M10303 .togglebox-header {
    cursor: default;
    pointer-events: none;
  }
  .M10303 .togglebox-header:before {
    content: none;
  }
  .M10303 .togglebox-content {
    padding-top: 0;
    display: block !important;
  }
  .M10303 .slide-fx-wrapper {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    display: block !important;
  }
}
@media screen and (min-width: 740px) {
  .M106 {
    width: auto;
    bottom: 20px;
    right: 20px;
  }
  .M106 .wishlist-link {
    display: inline-block;
  }
}
@media screen and (min-width: 740px) {
  .M107:hover .swiper-button-prev,
  .M107:hover .swiper-button-next {
    opacity: 1;
  }
  .M107.homepage .searchInputGroup {
    margin-top: 30px;
  }
  .M107.homepage .swiper-wrapper .swiper-content .swiper-headline {
    margin-top: 100px;
  }
  .M107 .swiper-wrapper {
    height: 460px;
  }
  .M107 .swiper-wrapper .swiper-slide {
    height: 460px;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-link {
    height: 460px;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-content .swiper-head {
    width: 100%;
    clear: both;
    float: left;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-content .swiper-date {
    width: 100%;
    clear: both;
    float: left;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-content .swiper-headline {
    width: 100%;
    clear: both;
    float: left;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-content .swiper-copy {
    width: 100%;
    clear: both;
    float: left;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-content .swiper-logo-container {
    width: 100%;
    position: absolute;
    bottom: 40px;
    right: 40px;
    left: auto;
    display: block;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-content .swiper-logo-container .swiper-logo {
    padding: 0;
  }
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement {
    padding: 8px;
    font-size: 15px;
    min-width: 68px;
  }
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement .days,
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement .hours,
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement .minutes,
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement .seconds {
    margin-top: -10px;
    font-size: 54px;
  }
  .M107 .M00303 {
    position: absolute;
    width: 100%;
  }
  .M107 .M00303 .options {
    text-align: center;
  }
  .M107 .M00303 .rowInner .searchInputGroup {
    z-index: 1;
    position: relative;
    float: none;
    margin-left: 17.70833333%;
    left: 0;
    right: 0;
  }
  .M107 .M00303 .rowInner .searchInputGroup .searchInput {
    padding: 10px 220px 10px 20px;
    height: 48px;
  }
  .M107 .M00303 .rowInner .searchInputGroup .selectElement {
    top: 1px;
    right: 50px;
    width: 190px;
    height: 41px;
    position: absolute;
  }
  .M107 .M00303 .rowInner .searchInputGroup .selectElement .valueDisplay {
    height: 41px;
    padding-right: 37px;
    font-size: 16px;
    line-height: 32px;
  }
  .M107 .M00303 .rowInner .searchInputGroup .selectElement .valueDisplay:before {
    top: 4px;
  }
  .M107 .M00303 .rowInner .searchInputGroup .searchButton {
    width: 42px;
    height: 42px;
    text-align: center;
    color: #ffffff;
    background: #333335;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-clip: padding-box;
  }
  .M107 .M00303 .rowInner .searchInputGroup .searchButton .searchButton {
    background-color: transparent;
    text-indent: -999px;
  }
  .M107 .M00303 .rowInner .searchInputGroup .searchButton:before {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .M107 .swiper-wrapper {
    height: 500px;
  }
  .M107 .swiper-wrapper .swiper-slide {
    height: 500px;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-link {
    height: 500px;
  }
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement {
    font-size: 20px;
    min-width: 80px;
  }
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement .days,
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement .hours,
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement .minutes,
  .M107 .swiper-wrapper .swiper-slide .countdown .countdownElement .seconds {
    font-size: 60px;
    margin-bottom: -10px;
  }
  .M107 .M00303 .rowInner .searchInputGroup {
    margin-left: 17.70833333%;
  }
  .M107 .M00303 .rowInner .searchInputGroup .searchInput {
    padding: 10px 255px 10px 20px;
    height: 48px;
  }
  .M107 .M00303 .rowInner .searchInputGroup .selectElement {
    top: 1px;
    right: 50px;
    width: 210px;
    height: 42px;
  }
  .M107 .M00303 .rowInner .searchInputGroup .selectElement .valueDisplay {
    height: 42px;
    font-size: 16px;
    line-height: 19px;
  }
  .M107 .M00303 .rowInner .searchInputGroup .selectElement .valueDisplay:after {
    top: -2px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 601px) {
  .M107 .swiper-wrapper {
    height: 470px;
  }
  .M107 .swiper-wrapper .swiper-slide {
    height: 470px;
  }
  .M107 .swiper-wrapper .swiper-slide .swiper-link {
    height: 470px;
  }
}
@media screen and (min-width: 740px) {
  .M108 .lightbox-dialog {
    max-height: 90%;
  }
  .M108 .input-label {
    line-height: 42px;
  }
  .M108 .legend-copy {
    line-height: 42px;
  }
}
@media screen and (min-width: 740px) {
  .M109.M10901 .col {
    margin-top: 0;
    margin-bottom: 0;
  }
  .M109.M10901 .bordered-anchor {
    padding-top: 20px;
  }
  .M109.M10902 .M014-01 i {
    margin-right: 0;
    margin-left: 7px;
    float: right;
  }
  .M109.M10902 .overview-headline {
    padding: 0;
  }
  .M109.M10902 .overview-link {
    padding-top: 0;
  }
  .M109.M10902 .overview-headline,
  .M109.M10902 .overview-info {
    margin: 0;
  }
  .M109.M10902 .overview-subline {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .M109.M10902 .col {
    clear: none;
  }
}
@media screen and (min-width: 1024px) {
  .M109.M10902.M1090203 .M014-01 {
    right: 26%;
  }
  .M109.M10902 .rowInner .l-col4:nth-child(3n+1) {
    clear: none;
  }
  .M109.M10902 > .row > .rowInner > .col {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 740px) {
  .M110 .sort-bar .conferences-text {
    width: auto;
    margin: 20px 0 0;
  }
  .M110 .sort-bar .conferences-sort {
    width: auto;
  }
  .M110 .sort-bar .conferences-sort .selectElement {
    width: auto;
    min-width: 200px;
    margin: 10px 0 0 10px;
  }
  .M110 .conferences-search .conference-item {
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  }
  .M110 .conferences-search .conference-item:hover {
    -webkit-box-shadow: 0px 0px 30px #858586;
            box-shadow: 0px 0px 30px #858586;
  }
  .M110 .conferences-reset-row {
    text-align: right;
  }
  .M110 .conferences-reset-row .conferences-reset-button {
    margin: 0;
  }
  .M110 .conferences-row .conferences-loader {
    top: -10px;
    left: -10px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
  }
}
@media screen and (min-width: 740px) {
  .M111.M11101 .form-body .time-split {
    margin: 8px 0 0 0;
  }
}
@media screen and (min-width: 740px) {
  .M11201 .logo-container {
    padding: 10px 10px 0 0;
  }
  .M11201 .logo-container .logo-box {
    -webkit-box-shadow: 10px -10px #ececec;
            box-shadow: 10px -10px #ececec;
  }
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  .M11202 .rowInner .m-col6:nth-child(2n+0) {
    clear: none;
  }
  .M11202 .rowInner .m-col6:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 740px) {
  .M11202 .items .item .cohost-body {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #333335;
    z-index: 20;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 6%;
  }
  .M11202 .items .item .cohost-body .cohost-link {
    text-align: center;
    color: #ffffff;
  }
  .M11202 .items .item:hover {
    background-color: #333335;
  }
  .M11202 .items .item:hover .exhibitor-image-wrapper .exhibitor-cohosts {
    display: none;
  }
  .M11202 .items .item:hover .exhibitor-name {
    color: #ffffff;
  }
  .M11202 .items .item:hover .cohost-body {
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .M11301 .product-header {
    margin: 0 0 40px;
  }
  .M11301 .product-claim {
    font-size: 18px;
  }
  .M11301 .exhibitor-info {
    padding: 20px;
  }
  .M11301 .exhibitor-info .exhibitor-copy p {
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 1024px) {
  .M11301 .product-claim {
    font-size: 22px;
  }
}
@media screen and (min-width: 740px) {
  .M11302 .product-swiper .swiper-container .swiper-slide {
    height: 51vw;
  }
}
@media screen and (min-width: 1024px) {
  .M11302 .product-swiper .swiper-container .swiper-slide {
    height: 45.5vw;
  }
}
@media screen and (min-width: 1670px) {
  .M11302 .product-swiper .swiper-container .swiper-slide {
    height: 760px;
  }
}
@media screen and (min-width: 740px) {
  .M11303 .product-facts-list .product-fact {
    width: 50%;
    float: left;
    padding: 10px 20px 10px 55px;
  }
  .M11303 .product-facts-list .product-fact:before {
    top: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .M11303 .product-facts-list .product-fact {
    width: 25%;
  }
}
@media screen and (min-width: 740px) {
  .M11304 {
    padding: 30px 0;
  }
  .M11304 .product-downloads {
    padding: 0;
  }
}
@media screen and (min-width: 740px) {
  .M114.M11402 .statusbar .statusbar-item {
    margin: 0 40px 0 0;
  }
  .M114.M11402 .statusbar .statusbar-item .statusbar-text {
    line-height: 36px;
  }
}
@media screen and (min-width: 740px) {
  .M114.M11403 .tab-list .tab-item:nth-of-type(1) .tab-icon {
    margin-left: 0;
  }
  .M114.M11403 .tab-list .tab-item .tab-icon {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .M114.M11403 {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .M115.M11502 .route-out {
    margin-top: 10px;
  }
  .M115.M11502 .route-out .s-col12 {
    text-align: center;
  }
  .M115.M11502 .route-out .invalid .s-col12 {
    text-align: left;
  }
  .M115.M11502 .sortable-list .sortable-list-item.route-entrance {
    padding: 0 0 20px;
  }
  .M115.M11502 .sortable-list .sortable-list-item.route-entrance .search-entry .search-entry-dropdown {
    top: 60px;
    left: 0;
    width: 100%;
  }
  .M115.M11502 .route-fixed-tools {
    height: 60px;
    background-color: #d6d6d6;
  }
  .M115.M11502 .route-fixed-tools .buttonS {
    background-color: transparent;
    display: inline-block;
    color: #333335;
    font-weight: normal;
    margin: 3px 10px;
    font-size: 10px !important;
  }
  .M115.M11502 .route-fixed-tools .buttonS:hover,
  .M115.M11502 .route-fixed-tools .buttonS:focus,
  .M115.M11502 .route-fixed-tools .buttonS:active {
    background-color: transparent;
    color: #333335;
    font-weight: normal;
  }
  .M115.M11502 .route-fixed-tools .buttonS.disabled {
    color: #333335;
  }
  .M115.M11502 .route-fixed-tools .buttonS.disabled:hover {
    background-color: transparent;
  }
  .M115.M11502 .route-fixed-tools .buttonS.route-save {
    color: #dd0000;
  }
  .M115.M11502 .route-fixed-tools .buttonS.route-save.disabled {
    color: #333335;
  }
  .M115.M11502 .route-fixed-tools .buttonS.route-save.disabled:before {
    background-color: #333335;
  }
  .M115.M11502 .route-fixed-tools .buttonS.route-save:before {
    font-family: 'icon';
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #d6d6d6;
    background-color: #dd0000;
    height: 20px;
    width: 20px;
    position: relative;
    display: block;
    border-radius: 50%;
    margin: 0 auto 5px;
  }
  .M115.M11502 .route-fixed-tools .buttonS.route-reset:before {
    font-family: 'icon';
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    color: #333335;
    height: 24px;
    width: 24px;
    position: relative;
    display: block;
    margin: 0 auto 2px;
  }
  .M115.M11502 .route-fixed-tools .buttonS .icon {
    display: block;
  }
  .M115.M11502 > .row > .rowInner:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-loader + .route-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-loader + .route-body + .route-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-loader + .route-body + .route-body .route-map {
    margin: 0;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-headline-body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-headline-body + .route-body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-headline-body + .route-body .route-map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
    width: 100%;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-headline-body + .route-body .sortable-collapse-trigger {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-headline-body + .route-body .sortable-collapse-body {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-headline-body .route-headline {
    padding-left: 0;
    padding-right: 28px;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-headline-body .route-edit {
    right: 5px;
    left: auto;
    top: 27px;
    width: 22px;
    height: 22px;
    overflow: hidden;
  }
  .M115.M11502 > .row > .rowInner:first-of-type .route-body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .M115.M11502 .sortable-list.sortable-main.static-list .sortable-list-item.route-entrance .M10302 {
    min-height: 0;
  }
  .M115.M11502 .sortable-list.sortable-main.static-list .sortable-list-item.route-entrance .M10302 .rowInner .search-entry {
    padding: 0 0 0 22px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M115.M11502 .sortable-list.sortable-main.static-list .sortable-list-item .M10302 .position-indicator {
    top: 0;
  }
  .M115.M11502 .sortable-list.sortable-main.static-list .sortable-list-item .M10302 .no-quality-hint {
    top: 38px !important;
  }
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .add-trigger {
    display: block;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    color: #dd0000;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
  }
  .M115.M11502 .sortable-list.sortable-cache .route-functions {
    right: -20px;
  }
  .M115.M11502 .sortable-list.sortable-cache .route-functions .route-functions-menu {
    margin-left: -40px;
    width: calc(100% + 40px);
  }
  .M115.M11502 .sortable-list.sortable-cache .route-functions .route-functions-menu .route-functions-item .route-function {
    left: auto;
    right: auto;
    top: 0;
  }
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 {
    min-height: 0;
  }
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .search-entry .search-name,
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .search-entry .search-headline {
    margin: 0;
  }
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .search-entry .search-location,
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .search-entry .search-date,
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .search-entry .search-attribute {
    display: none;
  }
  .M115.M11502 .sortable-list.no-quality .route-functions {
    display: none !important;
  }
  .M115.M11502 .sortable-list.no-quality .add-trigger {
    display: none !important;
  }
  .M115.M11502 .sortable-list .sortable-list-item.collapsed {
    display: none;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .drag-indicator {
    display: none;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .position-indicator {
    top: 33px;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .no-quality-hint {
    top: 70px !important;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .sortable-trigger {
    display: none;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .start-point-trigger {
    display: none;
  }
  .M115.M11502 .sortable-list .route-functions {
    position: absolute;
    width: auto;
    right: -37px;
    text-align: right;
  }
  .M115.M11502 .sortable-list .route-functions:before {
    display: inline-block;
    color: #dd0000;
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
  }
  .M115.M11502 .sortable-list .route-functions.active {
    width: 100%;
    z-index: 10;
  }
  .M115.M11502 .sortable-list .route-functions.active .route-functions-menu {
    display: block;
  }
  .M115.M11502 .sortable-list .route-functions .route-functions-menu {
    display: none;
    width: calc(100% + 40px);
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 10px 0 0 -40px;
    background-color: #ececec;
    position: relative;
  }
  .M115.M11502 .sortable-list .route-functions .route-functions-menu:before {
    content: '';
    position: absolute;
    right: 10px;
    top: -5px;
    height: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #ececec;
  }
  .M115.M11502 .sortable-list .route-functions .route-functions-menu .route-functions-item {
    width: 100%;
    margin: 0;
    padding: 10px 20px 0;
    border-bottom: 2px solid #ffffff;
    text-align: left;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .M115.M11502 .sortable-list .route-functions .route-functions-menu .route-functions-item:last-child {
    border-bottom: none;
  }
  .M115.M11502 .sortable-list .route-functions .route-functions-menu .route-functions-item .route-function {
    left: auto;
    right: auto;
    top: 0;
    position: relative;
    margin: 0 40px 10px 0;
    padding: 0 0 0 30px;
    display: inline-block;
    line-height: 21px;
  }
  .M115.M11502 .sortable-list .route-functions .route-functions-menu .route-functions-item .route-function:before {
    position: absolute;
    left: 0;
    top: 3px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1023px) {
  .M115.M11502 .route-headline-body .route-edit {
    width: auto !important;
    top: 35px !important;
  }
  .M115.M11502 .sortable-list .sortable-list-item.route-entrance .search-entry .search-entry-dropdown {
    top: 70px;
  }
  .M115.M11502 .sortable-list .sortable-list-item.route-entrance .search-entry .search-entry-dropdown .search-entry-item {
    padding: 0;
  }
}
@media screen and (min-width: 740px) {
  .M115.M11502 .route-map.as-fullscreen {
    width: 90vw !important;
    height: 90vh !important;
    top: 5vh;
    left: 5vw;
  }
  .M115.M11502 .route-body {
    margin-top: 0;
  }
  .M115.M11502 .sortable-list .sortable-list-item.route-entrance {
    margin: 0;
  }
  .M115.M11502 .sortable-list .sortable-list-item.route-path .result-travel {
    margin: 5px 0 0;
  }
  .M115.M11502 .sortable-list .sortable-list-item.route-path .route-travel-update .result-travel {
    margin: 0;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .m-nested12 .m-col3 {
    max-width: 75px;
    text-align: center;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .m-nested12 .m-col3 .icon {
    height: 32px;
    vertical-align: middle;
    font-size: 30px;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .m-nested12 .m-col3 .icon:before {
    vertical-align: top;
    margin: 3px 0 0;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .m-nested12 .m-col3 .icon.icon-entrance {
    height: 45px;
    font-size: 45px;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .m-nested12 .m-col9 {
    width: calc(100% - 150px);
  }
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .l-nested12 .m-col3 {
    display: none !important;
  }
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .l-nested12 .m-col9 {
    width: calc(100% - 75px);
  }
  .M115.M11502 .sortable-list.static-list .sortable-list-item {
    background-position: 94px;
  }
}
@media screen and (min-width: 1024px) {
  .M115.M11502 .route-headline-body {
    margin-bottom: 0;
    border-bottom: 2px solid #c1c1c1;
  }
  .M115.M11502 .route-headline-body .inputField {
    width: calc(100% - 250px);
  }
  .M115.M11502 .route-headline-body .route-edit {
    right: 15px;
    left: auto;
    top: 35px;
  }
  .M115.M11502 .sortable-list .sortable-list-item.route-entrance .search-entry .search-entry-dropdown {
    width: calc(100% + 70px);
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .l-nested12 .l-col2 {
    max-width: 75px;
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .l-nested12 .l-col7 {
    width: calc(100% - 150px);
  }
  .M115.M11502 .sortable-list .sortable-list-item .M10302 .l-nested12 .add-trigger {
    display: none !important;
  }
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .l-nested12 .l-col2 {
    display: none !important;
  }
  .M115.M11502 .sortable-list.sortable-cache .sortable-list-item .M10302 .l-nested12 .l-col7 {
    width: calc(100% - 75px);
  }
  .M115.M11502 .route-fixed-tools .medium-hint {
    display: inline-block;
  }
  .M115.M11502 .route-fixed-tools .buttonS.route-calc {
    position: absolute;
    left: 5%;
  }
  .M115.M11502 .route-fixed-tools .buttonS.route-calc .icon {
    display: inline-block;
  }
  .M115.M11502 .route-fixed-tools .buttonS.route-reset:before,
  .M115.M11502 .route-fixed-tools .buttonS.route-save:before {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .M115.M11503 .route-fixed-tools {
    height: 60px;
  }
  .M115.M11503 .route-fixed-tools .favorites-info {
    position: absolute;
    width: auto;
    left: 10.5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .M115.M11503 .favorites-wrapper {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
  .M115.M11503 .favorites-wrapper:last-of-type {
    width: 47.91666667%;
    display: inline;
    float: left;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 740px) {
  .M116.M11601 .content-wrapper {
    padding: 5px;
  }
  .M116.M11601 .content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .M116.M11601 .content .info-box {
    padding-left: 60px;
    margin-bottom: 0;
  }
  .M116.M11601 .content .info-more {
    text-align: right;
  }
}
@media screen and (min-width: 740px) {
  .M00508.theme-industrial-pioneers {
    background-image: url('../../../../bilder/4-teilnahme-planung-bilder/fuer-aussteller-bilder/kampagne/hannovermesse-industrial-pioneers-tablet.jpg?v=1543931574482');
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .M00508.theme-industrial-pioneers {
    background-image: url('../../../../bilder/4-teilnahme-planung-bilder/fuer-aussteller-bilder/kampagne/hannovermesse-industrial-pioneers-desktop.jpg?v=1543931574482');
    background-size: cover;
  }
}
@media screen and (min-width: 740px) {
  .M08601 .pixel-background {
    background-image: url('../../../bilder/messe/hannover-messe/hannovermesse-swoosh-of-light-1920.jpg?v=1543931574482');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 740px) {
  .M094 {
    background-image: url('../../../bilder/messe/hannover-messe/hannovermesse-distribution-page-1800.jpg?v=1543931574482');
  }
}
@media screen and (min-width: 740px) {
  .home.theme-tiles .background-stage {
    background-image: url('../../../bilder/messe/hannover-messe/hannovermesse-homepage-tablet.jpg?v=1543931574482');
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media screen and (min-width: 1024px) {
  .home.theme-tiles .background-stage {
    background-image: url('../../../bilder/messe/hannover-messe/hannovermesse-homepage.jpg?v=1543931574482');
    background-repeat: no-repeat;
    background-position: center top;
  }
  .M0970211 .swiper-wrapper {
    height: 450px;
  }
  .M0970211 .swiper-wrapper .swiper-slide {
    height: 450px;
  }
  .M0970211 .swiper-wrapper .swiper-slide .swiper-link {
    height: 450px;
  }
}
/* IE9 fixes */
/**
 * style fixes for IE 9 Browser only
 */
.ie9 .stage-slider .stage-wrapper .royalSlider .rsContent .textContent {
  background-color: #18181a;
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8018181a, endColorstr=#8018181a);
  background-color: rgba(24, 24, 26, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8018181a, endColorstr=#8018181a);
}
.ie9 .stage-slider .stage-wrapper .royalSlider .rsContent .textContent.keyvisual {
  zoom: 1;
  background-color: transparent \9;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdd0000, endColorstr=#ffdd0000);
  background-color: #dd0000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffdd0000, endColorstr=#ffdd0000);
}
.ie9 .selectElement .valueDisplay:before,
.ie9 .fileuploadElement .valueDisplay:before {
  content: '';
  font-family: "opensans", Arial, sans-serif;
}
