/**
 * This is the color stylesheet for the DMAG website (Metsol)
 */
/*
 * This combines both the core and the custom stylesheets for a fair into on single download
 */
/**
 * 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;
}
/**
 * bug fixings for artikel-detail-depricated M00601x
 * @deprected
 */
.teaserModule .rowInner > .rowInner {
  clear: both;
  margin-right: 0px;
  margin-left: 0px;
}
.teaserModule .rowInner > .rowInner > .button {
  margin-left: 1%;
}
.teaserModule .teaserButtonRow > .button {
  margin-left: 1%;
}
body {
  width: 100%;
}
@-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
*/
@media screen and (min-width: 720px) {
  .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: 1000px) {
  .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: 720px) {
  a {
    font-size: 15px;
  }
  .introcopy {
    font-size: 16px;
    line-height: 1.4;
  }
  .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: 1000px) {
  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;
  }
  .h2-teaser {
    font-size: 26px;
    line-height: 1.346153846;
  }
  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;
  }
}
@media screen and (min-width: 720px) {
  .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: 0px;
  }
  .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;
  }
  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: 1000px) {
  .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: 0px;
  }
  .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: 720px) {
  .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: 720px) {
  .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: 1000px) {
  .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: 720px) {
  .tt-query,
  .tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 30px;
  }
  .tt-dropdown-menu {
    margin: 1px 0 0;
    font-style: italic;
    font-size: 16px;
  }
  .tt-suggestion.tt-cursor {
    color: #333335;
    background-color: #ececec;
    cursor: default;
  }
  .tt-suggestion {
    color: #333335;
    box-sizing: border-box;
    line-height: 24px;
  }
  .tt-suggestion p {
    margin: 0;
    font-size: 16px;
  }
  .mainHead .tt-suggestion {
    padding: 5px 0 5px 12px;
  }
  .mainHead .tt-dropdown-menu {
    margin: -12px 0 0;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    font-style: normal;
    position: relative;
    z-index: 200;
  }
}
@media screen and (min-width: 1000px) {
  .tt-query,
  .tt-hint {
    height: 30px;
    padding: 8px 12px;
    line-height: 30px;
  }
  .tt-suggestion p {
    margin: 0;
    font-size: 16px;
    color: #333335;
  }
  .mainHead .tt-dropdown-menu {
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
    font-style: normal;
    position: relative;
    z-index: 200;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-family: "opensans", Arial, sans-serif;
  }
  .rowInner {
    width: 95%;
  }
  .rowHeadline {
    font-size: 28px;
    line-height: 1;
    top: 28px;
  }
  .moduleHeadline {
    font-size: 48px;
    padding-top: 72px;
  }
  .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 {
    display: inline;
    float: left;
    width: 21.875%;
    margin: 1.5625%;
  }
  .m-nested8 .m-col4 {
    display: inline;
    float: left;
    width: 46.875%;
    margin: 1.5625%;
  }
  .m-nested8 .m-col6 {
    display: inline;
    float: left;
    width: 71.875%;
    margin: 1.5625%;
  }
  .m-nested8 .m-col8 {
    display: inline;
    float: left;
    width: 96.875%;
    margin: 1.5625%;
  }
  .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-col2 {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .m-nested12 .m-col3 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
  }
  .m-nested12 .m-col4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1.04166667%;
  }
  .m-nested12 .m-col6 {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 1.04166667%;
  }
  .m-col1 {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 1.04166667%;
  }
  .m-col1 .swipe-wrap {
    margin: 0;
  }
  .m-col2 {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .m-col3 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
  }
  .m-col3push1 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .m-col4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1.04166667%;
  }
  .m-col5 {
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 1.04166667%;
  }
  .m-col6 {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 1.04166667%;
  }
  .m-col6push1 {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .m-col6push6 {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 1.04166667%;
    margin-left: 51.04166667%;
  }
  .m-col8push2 {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .m-col7 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 1.04166667%;
  }
  .m-col8 {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 1.04166667%;
  }
  .m-col9 {
    display: inline;
    float: left;
    width: 72.91666667%;
    margin: 1.04166667%;
  }
  .m-col9push2 {
    display: inline;
    float: left;
    width: 72.91666667%;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .m-col10 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 1.04166667%;
  }
  .m-col11 {
    display: inline;
    float: left;
    width: 89.58333333%;
    margin: 1.04166667%;
  }
  .m-col12 {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 1.04166667%;
  }
  .m-col12 .m-nested6 {
    display: inline;
    float: left;
    width: 47.91666667%;
    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: 1000px) {
  .rowInner {
    width: 85%;
  }
  .moduleHeadline {
    font-size: 90px;
    padding-top: 90px;
  }
  .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 {
    display: inline;
    float: left;
    width: 21.875%;
    margin: 1.5625%;
  }
  .l-nested8 .l-col4 {
    display: inline;
    float: left;
    width: 46.875%;
    margin: 1.5625%;
  }
  .l-nested8 .l-col6 {
    display: inline;
    float: left;
    width: 71.875%;
    margin: 1.5625%;
  }
  .l-nested8 .l-col8 {
    display: inline;
    float: left;
    width: 96.875%;
    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 {
    display: inline;
    float: left;
    width: 30.55555556%;
    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-col2 {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .l-nested12 .l-col3 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
  }
  .l-nested12 .l-col4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1.04166667%;
  }
  .l-nested12 .l-col5 {
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 1.04166667%;
  }
  .l-col1 {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 1.04166667%;
  }
  .l-col2 {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .l-col3 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
  }
  .l-col3_5 {
    display: inline;
    float: left;
    width: 27.08333333%;
    margin: 1.04166667%;
  }
  .l-col3push1 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col3pull3 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
    margin-right: 26.04166667%;
  }
  .l-col4 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1.04166667%;
  }
  .l-col5 {
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 1.04166667%;
  }
  .l-col6 {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 1.04166667%;
  }
  .l-col7 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 1.04166667%;
  }
  .l-col7push1 {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col8 {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 1.04166667%;
  }
  .l-col8push2 {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .l-col9 {
    display: inline;
    float: left;
    width: 72.91666667%;
    margin: 1.04166667%;
  }
  .l-col10 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 1.04166667%;
  }
  .l-col10push1 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 1.04166667%;
    margin-left: 9.375%;
  }
  .l-col10push2 {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 1.04166667%;
    margin-left: 17.70833333%;
  }
  .l-col11 {
    display: inline;
    float: left;
    width: 89.58333333%;
    margin: 1.04166667%;
  }
  .l-col12 {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 1.04166667%;
  }
  .l-col12 .l-nested3 {
    display: inline;
    float: left;
    width: 22.91666667%;
    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-pull2 {
    margin-right: 17.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;
  }
}
/* including these file here and not in the core ensures that custom settings like colors work */
/**
 * Combined module stylesheets (desktop)
 */
/* search modules */
/**
 * 	Header search module
 */
/**
 * 	Header search module on home
 */
/* royal-slider - refered only in mobile */
/* navigation modules */
/*************************************************************************************************
 * TABLET & DESKTOP
 *************************************************************************************************/
@media screen and (min-width: 720px) {
  /*// ---- .pageHeaderWrap preserves the space required by the header and navigation.*/
  .pageHeaderWrap {
    position: relative;
    height: 80px;
  }
  .home .pageHeaderWrap {
    height: 146px;
  }
  /*// ---- .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;
    -webkit-transform: translateY(0);
    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 mod-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);
    transform: translateY(-80px);
  }
  .nav-above-viewport.nav-shown .pageHeader {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .home .pageHeader .ticket-image {
    background-image: url('http://files.messe.de/024-fs5/media/layout/bilder/ticketblack-x2.png');
    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('http://files.messe.de/024-fs5/media/layout/bilder/ticketwhite-x2.png');
    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;
    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 .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;
    left: 0;
    right: 0;
    height: 80px;
    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 {
    width: 42px;
    height: 42px;
    float: right;
    color: #dd0000;
    font-size: 26px;
    font-family: "dmag";
    /*// search-button isn't shown on the homepage when not .nav-above-viewport.*/
  }
  .mainHead .searchButton:before {
    display: block;
    font-size: 26px;
    padding-top: 8px;
    text-align: center;
  }
  .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*/
  }
  .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;
  }
  .home .searchInputShown .mainNavigation {
    display: block;
  }
  .home .nav-above-viewport .searchInputShown .mainNavigation,
  .searchInputShown .mainNavigation {
    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/right-spacing account for the space required by the logo and the search-button
    // width must not be specified to keep the navigation*/
    left: 80px;
    right: 80px;
    /*// 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: 0px;
    height: 0px;
    z-index: 10;
    line-height: 0px;
    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%;
    left: 1px;
    text-align: left;
    /*//         left: 10 + @_navHeightTablet; right: @_navHeightTablet - 5;*/
    margin: 0 -80px 0 -80px;
    padding: 25px 0;
    display: table;
    background-color: #aa0000;
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    -webkit-backface-visibility: hidden;
    transition-delay: .3s;
    z-index: -2;
  }
  .lt-ie9 .mainSubNavigation {
    display: none;
    z-index: 0;
  }
  .mainSubNavigation section {
    transition: opacity 0.4s ease-in-out;
    transition-delay: .4s;
    opacity: 0;
  }
  .mainSubNavigation section {
    /*// NOTE: thanks to `display: table-cell` and the table layouter we don't
      //       need to change the width when the 4th column is dropped.*/
    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: auto;
  }
  .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*/
    transition: background-color 0.3s ease-out;
  }
  .mainSubNavigation .level-2 a:hover {
    text-decoration: none;
    background-color: #910000;
  }
  .mainNavigation .mainNavItem.hover + .mainSubNavigation {
    -webkit-transform: translateY(0);
    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;
  }
  .logoCohostText {
    float: left;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 6px;
  }
  .group-logo {
    width: 215px;
  }
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (min-width: 800px) {
  .mainNavigation .level-1 > li {
    -webkit-font-smoothing: antialiased;
    padding-left: 21px;
  }
}
@media screen and (min-width: 1000px) {
  /*// ---- .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 {
    -webkit-transform: translateY(-100px);
    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 .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;
    margin-left: 102px;
  }
  .mainHead .searchButton {
    /*// height: 42px;*/
    margin: 29px;
  }
  .mainHead .searchButton {
    width: 42px;
    height: 42px;
  }
  .mainHead .searchInputGroup {
    margin-top: 19px;
    margin-right: 80px;
  }
  .mainNavigation,
  .home .nav-above-viewport .mainNavigation {
    /*// left/right-spacing account for the space required by the logo and the search-button*/
    /*// width must not be specified to keep the navigation*/
    left: 102px;
    right: 100px;
    /*// vertically centered*/
    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;
  }
  .mainSubNavigation {
    /*// left: 10 + @_navHeightTablet; right: @_navHeightTablet - 5;*/
    margin: 0 -100px 0 -102px;
  }
  .home .mainNavigation {
    left: 100px;
  }
  .home .mainSubNavigation {
    margin-left: -100px;
  }
  .home .nav-above-viewport .mainNavigation {
    left: 102px;
  }
  .home .nav-above-viewport .mainSubNavigation {
    margin-left: -102px;
  }
  .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;
  }
}
/**
 *  Meta navigation module
 */
@media screen and (min-width: 720px) {
  .metaHead .user-control,
  .metaHead .metaInformation {
    margin: 10px;
    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;
  }
  .metaInformation {
    margin-left: 5px;
  }
  .icon {
    font-size: 12px;
  }
}
/**
 * 	Language switch module
 */
/**
 * 	Meta navigation module
 */
@media screen and (min-width: 720px) {
  .user-navigation {
    position: relative;
  }
  .user-navigation a {
    cursor: pointer;
  }
  .user-navigation a:hover {
    text-decoration: none;
  }
  .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 .is-selected,
  .user-navigation .user-control a:hover {
    color: #333335;
    text-decoration: underline;
  }
  .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-user:before {
    margin-right: 5px;
    vertical-align: -1px;
  }
  .user-navigation .icon-user:after {
    margin-left: 5px;
    vertical-align: -2px;
  }
  .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;
    transition: max-height 0.8s ease-in-out;
    overflow: hidden;
    max-height: 0px;
  }
  .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: 0px;
    left: 50%;
    display: block;
    z-index: 10;
    line-height: 0px;
    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: 720px) {
  .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: 1000px) {
  .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: 720px) {
  .exhibitorTeaserSmall {
    min-height: 280px;
    height: auto !important;
    height: 280px;
  }
}
@media screen and (min-width: 1000px) {
  .exhibitorTeaserSmall {
    min-height: 320px;
    height: auto !important;
    height: 320px;
  }
}
@media screen and (min-width: 720px) {
  .exhibitorTeaserMedium {
    min-height: 227px;
    height: auto !important;
    height: 227px;
  }
}
@media screen and (min-width: 1000px) {
  .exhibitorTeaserMedium {
    min-height: 427px;
    height: auto !important;
    height: 427px;
  }
}
@media screen and (min-width: 720px) {
  .exhibitorStageLogo {
    margin: 60px 0 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  .exhibitorStageLogo {
    margin: 85px 0 85px 0;
  }
}
@media screen and (min-width: 720px) {
  .factsNumbers {
    font-size: 56px;
  }
  .M00611-text {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .factsNumbers {
    font-size: 100px;
  }
}
@media screen and (min-width: 720px) {
  .featuredSpeaker {
    height: 527px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .featuredSpeaker {
    height: 653px;
  }
}
/**
 * 	Module: featured video
 */
/* ==========================================================================
   Mobile first, medium
   ========================================================================== */
@media screen and (min-width: 720px) {
  .featuredVideo {
    margin: 0 auto;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
  }
  .featuredVideoInfo,
  .featuredVideoPlayer {
    width: 85%;
  }
}
/* ==========================================================================
   Mobile first, large
   ========================================================================== */
@media screen and (min-width: 1000px) {
  .featuredVideoInfo,
  .featuredVideoPlayer {
    width: 55%;
  }
}
@media screen and (min-width: 720px) {
  .speakerListing {
    margin: 0 auto;
  }
  .speakerListDate {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
  }
  .speakerListTimeAndPlace {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
    font-size: 18px;
    line-height: 139%;
  }
  .speakerListSpeech {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 1.04166667%;
  }
  .speakerListTopic {
    font-size: 22px;
    line-height: 114%;
    display: block;
  }
  .speakerListCategory {
    font-size: 18px;
    line-height: 139%;
    display: block;
  }
  .speakerListCategory:before {
    display: none;
  }
  .speakerListSpeaker {
    font-size: 18px;
    line-height: 139%;
  }
  .speakerListTime {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .speakerListDate {
    font-size: 44px;
  }
}
@media screen and (min-width: 720px) {
  .accordionToggle {
    border-top: 2px solid #ececec;
  }
  .accordionToggle h2 {
    font-size: 17px;
    float: left;
    font-weight: normal;
  }
  .accordionToggle .accordionToggleArrow {
    width: 25px;
    height: 25px;
    float: right;
    background-image: url('http://files.messe.de/024-fs5/media/layout/bilder/blackarrow-desktop.png');
    margin: 10px 0 0 0;
    cursor: pointer;
  }
  .accordionToggle .accordionToggleArrowUp {
    background-position: 0 -75px;
  }
  .accordionToggle .accordionToggleArrowRight {
    background-position: 0 0;
  }
  .accordionToggle .accordionToggleArrowDown {
    background-position: 0 -50px;
  }
  .accordionToggle .accordionToggleArrowLeft {
    background-position: 0 -25px;
  }
}
@media screen and (min-width: 1000px) {
  .accordionToggle {
    border-top: 2px solid #ececec;
  }
  .accordionToggle h2 {
    font-size: 17px;
    float: left;
  }
  .accordionToggle .accordionToggleArrow {
    width: 25px;
    height: 25px;
    float: right;
    background-image: url('http://files.messe.de/024-fs5/media/layout/bilder/blackarrow-desktop.png');
    margin: 10px 0 0 0;
    cursor: pointer;
  }
  .accordionToggle .accordionToggleArrowUp {
    background-position: 0 -75px;
  }
  .accordionToggle .accordionToggleArrowRight {
    background-position: 0 0;
  }
  .accordionToggle .accordionToggleArrowDown {
    background-position: 0 -50px;
  }
  .accordionToggle .accordionToggleArrowLeft {
    background-position: 0 -25px;
  }
}
/* search */
@media screen and (min-width: 720px) {
  .M003 .searchButton.icon-search.active {
    color: #ffffff;
    background: transparent;
  }
  .M003 .searchButton.icon-search.active:before {
    content: "w";
    font-size: 32px;
    padding-top: 6px;
  }
  .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 input.searchButton {
    margin: 9px 0;
    position: absolute;
    width: 36px;
    height: 36px;
    top: 4px;
    right: 3px;
    color: #ffffff;
    background: #333335;
    border: none;
  }
  .M00304 {
    margin-bottom: 0px;
  }
  .M00304 input {
    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:after {
    padding: 1.2em 1.2em 0.8em 0;
    font-size: 12px;
    font-weight: bold;
  }
  .M00304 .selectElement .valueDisplay {
    height: auto;
    border: none;
    font-size: 14px;
    font-weight: normal;
  }
  .M00304 .selectElement .valueDisplay:hover {
    background: #ffffff;
  }
  .M00304 .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;
    font-size: 25px;
    font-family: "dmag";
  }
  .rowInner .search-dropdown.searchInputGroup .searchInput {
    padding: 10px 210px 10px 20px;
    height: 48px;
  }
  .rowInner .search-dropdown.searchInputGroup .selectElement {
    top: 1px;
    right: 50px;
    width: 180px;
    height: 41px;
    display: block !important;
  }
  .rowInner .search-dropdown.searchInputGroup .selectElement .valueDisplay {
    height: 41px;
    font-size: 16px;
    line-height: 32px;
  }
  .rowInner .search-dropdown.searchInputGroup .selectElement .valueDisplay:after {
    top: 4px;
  }
}
@media screen and (min-width: 1000px) {
  .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;
    font-size: 30px;
    font-family: "dmag";
  }
  .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: 720px) {
  .M071 .pagination-list .dots {
    display: inline-block;
  }
}
/* footer modules */
@media screen and (min-width: 720px) {
  .M004 {
    margin-bottom: 75px;
  }
  .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;
  }
  .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 {
    width: 100%;
    margin: 0px;
    height: 80px;
  }
  .pageFooter .right {
    width: 140px;
    padding-top: 22px;
  }
  .pageFooter .fix-for-small {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1.04166667%;
    text-align: left;
  }
  .footerIcon {
    margin-top: 25px;
    margin-left: 15px;
  }
  .footerIcon a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .dmagLogo {
    width: 185px;
    background-image: url('../../../bilder/logo-dmag-desktop-white.svg');
  }
  .messe-logo {
    margin: 8px;
    padding: 0;
    width: 82px;
    height: 82px;
    float: left;
    display: inline;
  }
  .textInputFooter {
    width: 70%;
  }
  .pageFooter {
    width: 100%;
    margin: 0px;
    height: 98px;
    transition: background-color 0.2s ease-out;
  }
  .pageFooter .right {
    width: 215px;
    padding-top: 29px;
  }
  .pageFooter .footerLogo div {
    height: 40px;
  }
  .footerIcon {
    margin: 0;
    vertical-align: middle;
  }
  .pageFooterToggle {
    box-sizing: border-box;
    background-color: #ffffff;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
  }
  .pageFooterToggle .dmagLogo + p {
    color: #004a99;
  }
  .pageFooterToggle .dmagLogo {
    background-image: url('http://files.messe.de/024-fs5/media/layout/bilder/logo-dmag-desktop-blue.svg');
  }
  .pageFooterToggle .lt-ie9 .dmagLogo {
    background-image: url('http://files.messe.de/024-fs5/media/layout/bilder/logo-dmag-blue.png');
  }
  .pageFooterToggle .messe-logo {
    display: none !important;
  }
  .pageFooterToggle .footerIcon {
    visibility: hidden;
    width: 1px;
  }
  .pageFooterToggle .logo-optional {
    position: static;
    display: inline-block;
    opacity: 1;
    width: 82px;
    height: 82px;
    margin: 8px 0 0 8px;
  }
  .pageFooterToggle .logo-optional img {
    width: 100%;
    height: auto;
  }
  .pageFooterToggle .hide-for-medium-down {
    display: none;
    width: 0;
    height: 0;
    margin: 0;
  }
  .pageFooterToggle .footerLogo {
    color: #046c97;
  }
}
@media screen and (min-width: 720px) {
  .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;
    margin-bottom: -15px;
    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: 1000px) {
  .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: -20px;
  }
  .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: 720px) {
  .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.04%;
    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: 1000px) {
  .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.04%;
    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: 720px) {
  .M00504 .flex-grid {
    background-color: #ececec;
    margin: 0 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: 720px) {
  .M00505 .stage {
    min-height: 550px;
  }
  .M00505 .stage .button-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
/* common settings */
@media screen and (min-width: 720px) {
  .teaserHeadline {
    font-size: 15px;
  }
  .teaserCopytext {
    font-size: 15px;
  }
  .teaserModule {
    padding: 0;
  }
  .teaserRowHeadline {
    font-size: 20px;
  }
  .teaserRowHeadlineFlat {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .evenCol {
    float: left;
    clear: none;
  }
  .oddCol {
    float: left;
    clear: none;
  }
  .teaserModule {
    padding: 10px 0;
  }
}
@media screen and (min-width: 720px) {
  .M00615 {
    font-size: 22px;
  }
  .M00615 .fact-block {
    padding: 10px 0;
    padding-left: 60px;
  }
  .M00615 .fact-block:before {
    line-height: 80px;
  }
}
@media screen and (min-width: 720px) {
  .m-nested8 .M00608 .timetableTeaserBlock1,
  .m-nested12 .M00608 .timetableTeaserBlock1 {
    display: inline;
    float: left;
    width: 21.875%;
    margin: 1.5625%;
  }
  .m-nested8 .M00608 .timetableTeaserBlock2,
  .m-nested12 .M00608 .timetableTeaserBlock2 {
    display: inline;
    float: left;
    width: 71.875%;
    margin: 1.5625%;
  }
}
@media screen and (min-width: 1000px) {
  .M007.as-custom .h2-teaser {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .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;
  }
  .M009 ul.statusbar li span,
  .M009 ol.statusbar li span {
    display: block;
  }
  .M0090101 ul.statusbar li.active span:after,
  .M0090101 ol.statusbar li.active span:after {
    top: 31px;
    left: 30%;
  }
}
@media screen and (min-width: 1000px) {
  .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: 720px) {
  .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;
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .M01508 ul.ticket-list li .ticket-icon:before {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
    line-height: 90px;
    font-size: 70px;
  }
  .M01508 ul.ticket-list li .ticket-info {
    padding: 10px 0 0 0;
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 1.04166667%;
  }
  .M01508 ul.ticket-list li .ticket-buttons {
    padding: 15px 0 0 0;
    display: inline;
    float: left;
    width: 39.58333333%;
    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: 1000px) {
  .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 {
    display: inline;
    float: left;
    width: 31.25%;
    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;
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .M01508 ul.ticket-list li .ticket-icon:before {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
    line-height: 110px;
    font-size: 80px;
  }
  .M01508 ul.ticket-list li .ticket-info {
    padding: 20px 0 0 0;
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 1.04166667%;
  }
  .M01508 ul.ticket-list li .ticket-buttons {
    padding: 25px 0 0 0;
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 720px) {
  .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: 0px;
    top: 0px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .M01502 .control-cell {
    text-align: right;
  }
}
@media screen and (min-width: 720px) {
  .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: 1000px) {
  .M018 .togglebox-header:after {
    font-size: 20px;
  }
  .M018 .togglebox-header h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .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;
    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: 0px;
  }
}
@media screen and (min-width: 1000px) {
  .M027 .tabbox-navi-entries a {
    padding: 20px 40px 0 40px;
  }
}
@media screen and (min-width: 720px) {
  .m-nested12 .M026-item-image {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .m-nested12 .M026-item-content {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 1.04166667%;
  }
  .m-nested12 .M026-item-image + .M026-item-content {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 1000px) {
  .l-nested12 .M026-item-image {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .l-nested12 .M026-item-content {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 1.04166667%;
  }
  .l-nested12 .M026-item-image + .M026-item-content {
    display: inline;
    float: left;
    width: 81.25%;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 720px) {
  .imageGallery-wrapper {
    margin: 0 0 20px 0;
  }
  .imageGallery-wrapper .rsSlide {
    text-align: left;
  }
  .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 .rsDefault .rsArrowIcn {
    top: 45%;
  }
  .imageGallery-wrapper .rsArrow.rsHidden {
    opacity: 1;
    visibility: visible;
  }
  .imageGallery-wrapper .rsNav.rsBullets {
    margin-top: 10px;
  }
  .download-indicator {
    position: absolute;
    left: 83px;
    height: 51.33333333px;
    width: 51.33333333px;
  }
  .download-indicator:before {
    font-size: 39px;
    line-height: 51.33333333px;
    width: 51.33333333px;
  }
  .download-indicator a,
  .download-indicator span {
    height: 51.33333333px;
    width: 51.33333333px;
  }
  .rsFullscreen .rsMainSlideImage {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1000px) {
  .imageGallery-wrapper {
    margin: 0 0 25px 0;
  }
  .download-indicator {
    position: absolute;
    left: 112px;
    height: 77px;
    width: 77px;
  }
  .download-indicator:before {
    font-size: 60px;
    line-height: 77px;
    width: 77px;
  }
  .download-indicator a,
  .download-indicator span {
    height: 77px;
    width: 77px;
  }
}
@media screen and (min-width: 720px) {
  .M033 .page-intro .page-intro-topline {
    margin-top: 0;
  }
  .M033 figcaption {
    font-size: 13px;
    line-height: 1.307692308;
  }
  .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%;
  }
  .M03301 .languages {
    font-size: 15px;
  }
  .M03302 .location {
    font-size: 15px;
    padding: 0 0 20px 0;
  }
  .M03302 .exhibitor-name {
    font-size: 44px;
    padding: 0 0 10px 0;
  }
}
@media screen and (min-width: 1000px) {
  .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: 720px) {
  .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 {
    display: inline;
    width: 39.58333333%;
    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 {
    display: inline;
    width: 22.91666667%;
    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 {
    display: inline;
    width: 31.25%;
    margin: 1.04166667%;
    position: relative;
    float: left;
  }
}
@media screen and (min-width: 720px) {
  .M03704 .teaserHeadline {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 3px;
    margin-top: 25px;
  }
  .M03704 p {
    margin-bottom: 22px;
  }
  .M03704 .js-show > div {
    text-align: left;
  }
  .M03704 .contact-person {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1000px) {
  .M03704 .teaserHeadline {
    font-size: 22px;
    line-height: 100%;
    margin-bottom: 3px;
    margin-top: 25px;
  }
  .M03704 p {
    margin-bottom: 25px;
  }
  .M03704 .contact-person {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 720px) {
  .M03703 .exhibitor-claim {
    font-size: 18px;
  }
}
@media screen and (min-width: 1000px) {
  .M03703 .exhibitor-claim {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .M03702 .logo {
    height: 200px;
    margin: 5%;
  }
}
@media screen and (min-width: 720px) {
  .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: 10px 0 10px 25px;
  }
  .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: 1000px) {
  .M039 .block .filter .icon-search,
  .M040 .block .filter .icon-search {
    top: 7px;
  }
}
@media screen and (min-width: 720px) {
  .M044 .filter-footer input[type="reset"] {
    font-size: 15px;
  }
  .M044 .checkBox {
    margin-top: 0px;
  }
  .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 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .mobile-img-name,
  .M04403 .search-entry.empty .mobile-img-name {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .mobile-delete,
  .M04403 .search-entry.empty .mobile-delete {
    display: inline;
    float: left;
    width: 6.25%;
    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;
  }
}
@media screen and (min-width: 1000px) {
  .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 {
    display: inline;
    float: left;
    width: 14.58333333%;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .mobile-img-name,
  .M04403 .search-entry.empty .mobile-img-name {
    display: inline;
    float: left;
    width: 72.91666667%;
    margin: 1.04166667%;
  }
  .M04401 .search-entry.empty .mobile-delete,
  .M04403 .search-entry.empty .mobile-delete {
    display: inline;
    float: left;
    width: 6.25%;
    margin: 1.04166667%;
  }
  .M04401 .search-entry .icon-plus-1,
  .M04403 .search-entry .icon-plus-1 {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .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: 720px) {
  .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: 1000px) {
  .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: 720px) {
  .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;
    transition-duration: 0.3s;
    transition-duration: ease-in-out;
    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 .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 {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1.04166667%;
  }
  .M0500801 .country-row .block li.active > .subblock,
  .M0500701 .country-row .block li.active > .subblock {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .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 .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 {
    display: inline;
    float: left;
    width: 22.91666667%;
    margin: 1.04166667%;
  }
  .M0500801 .country-row .block li.active > .subblock,
  .M0500701 .country-row .block li.active > .subblock {
    display: block;
  }
}
@media screen and (min-width: 720px) {
  .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;
  }
}
@media screen and (min-width: 1000px) {
  .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;
  }
}
@media screen and (min-width: 720px) {
  .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: 1000px) {
  .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: 720px) {
  .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 {
    display: inline;
    width: 22.91666667%;
    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: 0px;
    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 {
    display: inline;
    width: 22.91666667%;
    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: 0px;
    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: 1000px) {
  .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 {
    display: inline;
    float: left;
    width: 14.58333333%;
    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: 720px) {
  .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%;
  }
}
@media screen and (min-width: 720px) {
  .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;
    display: inline;
    width: 14.58333333%;
    margin: 1.04166667%;
    position: relative;
    float: left;
  }
  .M07012 ul.pr-contact-list .company-information {
    padding: 15px 0 0 0;
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 1.04166667%;
  }
  .M07012 ul.pr-contact-list .contact-information {
    padding: 15px 0 0 0;
    display: inline;
    float: left;
    width: 39.58333333%;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 1000px) {
  .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 li .company-information {
    padding: 25px 0 0 0;
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 1.04166667%;
  }
  .M07012 ul.pr-contact-list li .contact-information {
    padding: 25px 0 0 0;
    display: inline;
    float: left;
    width: 31.25%;
    margin: 1.04166667%;
  }
}
@media screen and (min-width: 720px) {
  .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: 1000px) {
  .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: 0px;
    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: 720px) {
  .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 {
    display: inline;
    float: left;
    width: 45.83333333%;
    margin: 2.08333333%;
  }
  .M076 .M076Node li {
    font-size: 15px;
    line-height: 22px;
  }
  .M076 .m-nested12 .m-col6 {
    clear: none;
  }
}
@media screen and (min-width: 1000px) {
  .M076 .l-nested6 {
    display: block;
    width: 104.16666667%;
    margin-left: -2.08333333%;
    margin-right: -2.08333333%;
    *zoom: 1;
  }
  .M076 .l-nested6:before,
  .M076 .l-nested6:after {
    content: "";
    display: table;
  }
  .M076 .l-nested6:after {
    clear: both;
  }
  .M076 .l-nested6 .l-col3 {
    display: inline;
    float: left;
    width: 45.83333333%;
    margin: 2.08333333%;
  }
  .M076 .l-nested12 .l-col6 {
    clear: none;
  }
}
@media screen and (min-width: 720px) {
  .M078 {
    margin-top: 118px;
    float: right;
    position: absolute;
    right: 0;
  }
  .M07802 ul {
    padding: 0;
    margin-top: -2px;
    margin-bottom: 0;
  }
  .M07802 ul li a {
    font-size: 1em;
    line-height: 2;
  }
  .M07802 ul li a:before {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1530px) {
  .M07801 ul li:nth-child(5n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) {
  .M080 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 720px) {
  .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 {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 1.04166667%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .M08103 .page-intro-topline {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .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 {
    display: inline;
    float: left;
    width: 64.58333333%;
    margin: 1.04166667%;
    float: none;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 720px) {
  .M014-03__text-element {
    font-size: 12px;
  }
  .M014-03__list-item {
    padding-bottom: 3px;
  }
  .M014-03__icon {
    font-size: 14px;
  }
  .M014-03 .icon-plus-sharearticle {
    font-size: 29px;
  }
  .popover_content .inner .share-buttons ul li a span:before {
    top: 20px;
  }
  .popover_content .inner .share-buttons ul li {
    margin: 0 30px 0 0;
  }
  .M014-pagefunctions .M014-01 .popover_content:after {
    left: 220px;
  }
  .M014-pagefunctions .M014-03 .popover_content:after {
    left: 175px;
  }
  .M014-pagefunctions .M051 .popover_content:after {
    left: 312px;
  }
}
@media screen and (min-width: 1000px) {
  .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;
}
@media screen and (max-width: 1024px) {
  .M06701 .rowInner,
  .M06702 .rowInner {
    width: auto;
  }
}
@media screen and (min-width: 720px) {
  .M06701 .container {
    width: 100%;
  }
  .M06701.has-flex-position {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 0;
    margin: 0;
  }
  .M06701.has-flex-position .body {
    margin: 0;
  }
  .M06701.has-flex-position .col {
    width: 100%;
    margin: 0;
  }
  .M06701.has-flex-position .container {
    width: 300px;
    position: absolute;
    top: 1230px;
    right: 0;
    margin-right: 1.04166667%;
  }
  .M06702 .container {
    width: 100%;
  }
}
/* conference program */
@media screen and (min-width: 720px) {
  .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;
  }
  .M05601.M056_01Label {
    background: red;
    color: #ffffff;
    display: inline-block;
    margin-right: 3px;
    padding: 2px 5px;
  }
  .M05601 .stage-header {
    height: 134px;
  }
}
@media screen and (min-width: 1000px) {
  .M05601 .M05601-full-width {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 720px) {
  .M05602 .eventlist-item .eventlist-link {
    font-size: 15px;
  }
  .m-nested12 .m-col6push4 {
    margin-left: 34.35%;
  }
  .M056_02Lists .M014-01 {
    right: 15px;
  }
}
@media screen and (min-width: 720px) {
  .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: 720px) {
  .M05604 {
    margin-bottom: 50px;
  }
  .M05604-divider {
    margin-top: -25px;
  }
  .M0560401 .speaker-details {
    display: inline;
    float: left;
    width: 97.91666667%;
    margin: 1.04166667%;
  }
  [class^="M0560402-address"] {
    float: left;
    width: 50%;
  }
  .M0560402-address-contact {
    margin-left: 25px;
    width: 44.3%;
  }
}
@media screen and (min-width: 1000px) {
  .M05604 {
    margin-bottom: 50px;
  }
  .M05604-divider {
    margin-top: -25px;
  }
  .M0560401 .speaker-details {
    display: inline;
    float: left;
    width: 97.22222222%;
    margin: 1.38888889%;
  }
  .M0560402 .button {
    float: right;
  }
  .M0560402 .M0560402-images {
    float: right;
    text-align: right;
  }
  .M0560402-image {
    width: 160px;
  }
}
@media screen and (min-width: 720px) {
  .M05606 .options-filter {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  .M05606 .options-filter {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .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;
      paddint-top: 1.04167% !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%;
  }
}
@media screen and (min-width: 1000px) {
  .M05608 .exhibitor-claim {
    font-size: 22px;
  }
  @-moz-document url-prefix() {
    .M05608-col:nth-child(3):before,
    .M05608-col:nth-child(4):before {
      padding: 0;
      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;
  }
}
@media screen and (min-width: 720px) {
  .M062 {
    margin-bottom: 30px;
  }
  .M062 .entry {
    font-size: 15px;
  }
}
@media screen and (min-width: 720px) {
  .social-media-links a {
    width: 55px;
    height: 55px;
    margin-right: 8px;
  }
  .social-media-links a:before {
    margin: 13px auto;
    font-size: 28px;
  }
}
/* widgets */
/* base */
@media screen and (min-width: 720px) {
  .page-intro-topline {
    font-size: 13px;
  }
}
@media screen and (min-width: 720px) {
  .M0060101 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .M0060101 .teaserImageBlock {
    width: 100%;
    display: block;
    margin: 0;
  }
  .M0060101 .teaserTextBlock {
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
  }
  .singleTeaser .M0060101 .teaserImageBlock {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .singleTeaser .M0060101 .teaserImageBlock {
    display: block;
    width: 104.16666667%;
    margin-left: -2.08333333%;
    margin-right: -2.08333333%;
    *zoom: 1;
  }
  .singleTeaser .M0060101 .teaserImageBlock:before,
  .singleTeaser .M0060101 .teaserImageBlock:after {
    content: "";
    display: table;
  }
  .singleTeaser .M0060101 .teaserImageBlock:after {
    clear: both;
  }
  .singleTeaser .M0060101 .teaserTextBlock {
    text-align: center;
  }
  .singleTeaser .M0060101 .teaserImage {
    display: inline;
    float: left;
    width: 45.83333333%;
    margin: 2.08333333%;
    float: none;
    text-align: center;
  }
}
@media screen and (min-width: 720px) {
  .M0060102 {
    margin-bottom: 0;
  }
  .M0060102 .teaserIconBlock {
    margin: 0 auto;
    width: 100%;
    float: left;
    clear: both;
  }
  .M0060102 .teaserIcon {
    margin: 0 auto 5px;
    font-size: 64px;
    font-family: "dmag";
    color: #dd0000;
  }
  .M0060102 .teaserTextBlock {
    margin: 0;
    width: 100%;
  }
  .M0060102 h3 {
    text-align: center;
    border-bottom: 4px solid #dd0000;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 720px) {
  .m-col6push3 .M0060103,
  .l-col6push3 .M0060103 {
    text-align: center;
  }
  .M0060103 .teaserTextBlock {
    text-align: left;
  }
  .singleTeaser .M0060103 .teaserTextBlock {
    text-align: center;
  }
}
@media screen and (min-width: 720px) {
  .M0060104 .teaserTextBlock {
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
  }
  .singleTeaser .M0060104 .teaserImageBlock {
    text-align: center;
  }
}
@media screen and (min-width: 1000px) {
  .singleTeaser .M0060104 .teaserImageBlock {
    display: block;
    width: 104.16666667%;
    margin-left: -2.08333333%;
    margin-right: -2.08333333%;
    *zoom: 1;
  }
  .singleTeaser .M0060104 .teaserImageBlock:before,
  .singleTeaser .M0060104 .teaserImageBlock:after {
    content: "";
    display: table;
  }
  .singleTeaser .M0060104 .teaserImageBlock:after {
    clear: both;
  }
  .singleTeaser .M0060104 .teaserTextBlock {
    text-align: center;
  }
  .singleTeaser .M0060104 .teaserImage {
    display: inline;
    float: left;
    width: 45.83333333%;
    margin: 2.08333333%;
    float: none;
    text-align: center;
  }
}
@media screen and (min-width: 720px) {
  .M00602 {
    width: 100%;
  }
  .M00602 a {
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%;
    *zoom: 1;
    overflow: hidden;
    display: block;
  }
  .M00602 a:before,
  .M00602 a:after {
    content: "";
    display: table;
  }
  .M00602 a:after {
    clear: both;
  }
  .M00602 .teaserFullImageCover {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 1.04166667%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .M00602 .teaserFullImageContent {
    display: inline;
    float: left;
    width: 47.91666667%;
    margin: 1.04166667%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .M00602 .teaserFullImageText {
    width: auto;
    margin-right: 5.20833333%;
  }
}
@media screen and (min-width: 1000px) {
  .M00602 a {
    *zoom: 1;
  }
  .M00602 a:before,
  .M00602 a:after {
    content: "";
    display: table;
  }
  .M00602 a:after {
    clear: both;
  }
  .M00602:hover .teaserFullImageCover {
    opacity: 0;
    z-index: 0;
  }
  .M00602 .teaserFullImageCover {
    width: 100%;
    position: relative;
    cursor: pointer;
    transition-property: opacity, z-index;
    transition-duration: 0.5s;
  }
  .M00602 .teaserFullImageContent {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
  .M00602 .teaserFullImageText {
    text-align: left;
    margin-left: 20px;
    width: 90%;
    font-size: 36px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .M00602 .teaserFullImageHoverArea {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 11;
  }
}
@media screen and (min-width: 720px) {
  .M00610 {
    display: block;
    width: 106.25%;
    margin-left: -3.125%;
    margin-right: -3.125%;
    *zoom: 1;
  }
  .M00610:before,
  .M00610:after {
    content: "";
    display: table;
  }
  .M00610:after {
    clear: both;
  }
  .M00610 .contactTeaserImage {
    display: none;
  }
  .M00610 .contactTeaserText {
    display: inline;
    float: left;
    width: 93.75%;
    margin: 3.125%;
  }
  .M00610 .contactTeaserText {
    width: auto;
    font-size: 15px;
  }
  .M00610 .teaserCopytext {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1000px) {
  .M00610 {
    display: block;
    width: 106.25%;
    margin-left: -3.125%;
    margin-right: -3.125%;
    *zoom: 1;
  }
  .M00610:before,
  .M00610:after {
    content: "";
    display: table;
  }
  .M00610:after {
    clear: both;
  }
  .M00610 .contactTeaserImage {
    display: inline;
    float: left;
    width: 43.75%;
    margin: 3.125%;
    width: 100px;
    height: 100px;
  }
  .M00610 .contactTeaserText {
    width: auto;
  }
  .M00610 .contactTeaserImage + .contactTeaserText {
    display: inline;
    float: left;
    width: 43.75%;
    margin: 3.125%;
  }
}
@media screen and (min-width: 720px) {
  .M00603 {
    background-color: #ffffff;
    float: left;
    padding-bottom: 100%;
  }
  .M00603 a {
    transition-duration: 0.5s;
    transition-duration: ease-in-out;
    transition-property: background, color;
  }
  .M00603 a:hover {
    background-color: #f2f2f2;
  }
  .M00603 a:hover .button {
    display: inline-block;
  }
  .M00603 .button {
    display: none;
    width: auto;
    margin: 0 auto;
  }
  .M00603 .teaserFullTextContent {
    margin: 20px 20px 20px 20px;
  }
  .M00603 .teaserFullTextHeadline {
    font-size: 18px;
    padding: 0;
    line-height: 22px;
    font-weight: bold;
    height: 45px;
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
  }
  .M00603 .teaserFullTextCopytext {
    font-size: 26px;
    font-weight: normal;
    padding: 0;
    text-align: left;
    margin-top: 0;
  }
  .M00603 .teaserFullTextButtonContainer {
    bottom: 20px;
  }
}
@media screen and (min-width: 730px) {
  .M00603 {
    padding-bottom: 90%;
  }
}
@media screen and (min-width: 770px) {
  .M00603 {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .M00603 {
    float: left;
    background-color: #ffffff;
  }
  .M00603 .teaserFullTextContent {
    margin: 20px 20px 20px 20px;
  }
  .M00603 .teaserFullTextHeadline {
    font-size: 18px;
    padding: 0;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
  }
  .M00603 .teaserFullTextCopytext {
    font-size: 30px;
    font-weight: normal;
    padding-left: 0;
    margin-bottom: 20px;
    text-align: left;
  }
  .M00603 .teaserFullTextButtonContainer {
    bottom: 20px;
  }
  .l-col6 .M00603 {
    padding-bottom: 40%;
  }
  .l-col6 .M00603 .teaserFullTextHeadline {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .M00603 {
    padding-bottom: 100%;
  }
  .M00603 .teaserFullTextHeadline {
    font-size: 16px;
    padding: 0;
    line-height: 18px;
    height: 40px;
  }
  .M00603 .teaserFullTextCopytext {
    font-size: 16px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .M00603 .teaserFullTextHeadline {
    font-size: 18px;
    line-height: 22px;
  }
  .M00603 .teaserFullTextCopytext {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .M00603 .teaserFullTextCopytext {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (min-width: 1440px) {
  .M00603 .teaserFullTextHeadline {
    font-size: 18px;
    line-height: 22px;
    height: 45px;
  }
  .M00603 .teaserFullTextCopytext {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .l-col6 .M00603 {
    padding-bottom: 35%;
  }
  .l-col6 .M00603 .teaserFullTextHeadline {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-col6 .M00603 {
    padding-bottom: 30%;
  }
  .l-col6 .M00603 .teaserFullTextHeadline {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .l-col6 .M00603 {
    padding-bottom: 30%;
  }
  .l-col6 .M00603 .teaserFullTextHeadline {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .l-col6 .M00603 {
    padding-bottom: 30%;
  }
  .l-col6 .M00603 .teaserFullTextHeadline {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 720px) {
  .M00604 .speaker-teaser > .M00604 {
    min-height: 290px;
  }
  .M00604 .teaserThumbnail,
  .M00604 .lazyload_teaserThumbnail {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 720px) {
  .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.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 */
  .M00613 .news-date,
  .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: 1000px) {
  .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;
    display: inline;
    float: left;
    width: 81.25%;
    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: 1000px) {
  .M00605 .teaserIconSquareIcon {
    font-size: 40px;
  }
}
@media screen and (min-width: 1000px + 100px) {
  .M00605 .teaserIconSquareIcon {
    font-size: 48px;
  }
}
@media screen and (min-width: 1000px + 200px) {
  .M00605 .teaserIconSquareIcon {
    font-size: 64px;
  }
}
@media screen and (min-width: 720px) {
  /* 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: 20px;
  }
  .backgroundLighterDark .M00612 .video-thumbnail-link > img {
    margin-bottom: -5px;
  }
  .M00612.backgroundLighterDark .video-thumbnail-headline {
    line-height: 138%;
  }
}
@media screen and (min-width: 1000px) {
  /* 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: 720px) {
  .M079 {
    margin-bottom: 50px;
  }
  .M079__text {
    margin-bottom: 25px;
  }
  .M079__element {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1000px) {
  .M079__text,
  .M079__headline {
    width: calc(100% - 198px);
    float: right;
    clear: right;
  }
}
@media screen and (min-width: 720px) {
  button,
  .button {
    font-size: 15px !important;
  }
  /*sizes*/
  .buttonS {
    top: 0px;
    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;
  }
}
@media screen and (min-width: 1000px) {
  /*sizes*/
}
/* IE9 fixes */
.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;
}