.mx-microsite #header-wrapper {
    position: absolute;
    top:0;
    left: 0;
    background-color: transparent;
    z-index: 999;
    /*position: relative;*/
    /*top: auto;*/
    /*left: auto;*/
}
.mx-microsite #nav-wrapper {
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 999;
    /*position: relative;*/
    /*top: auto;*/
    /*left: auto;*/
}
.mx-microsite .switch-modul.fixed {
    top: 0;
}
.mx-microsite #breadcrumb {
    display: none;
}
.mx-microsite .video {
    position: relative;
    top: auto;

}
.mx-microsite .site-header {
    position: relative;
    margin: 80px auto 35px;
    width: 970px;
}
#start {
    padding-top:80px;
    overflow: hidden;
}
.site-header .center-v{
    height:125px;
    width:970px;
}

.site-header strong {
    color:#e30040;
    font-size: 22px;
    padding-right: 332px;
}

.site-header li{
    font-size: 14px;
    display:inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 7px 7px;
}

.site-header li a{
    color:#888;
    display:block;
    width:220px;
    padding:10px 10px 10px 60px;
    text-decoration: none !important;
    box-sizing: border-box;
}

.video {height: auto;}

.mx_logo{
    background-image: url(/template01/images/mx-hero/mx-logo-header-btn.png);
}

.mx_logo:hover{
    background-image: url(/template01/images/mx-hero/mx-logo-header-btn.png);
}

.mx_logo a span{
    color:#e30040 !important;
}

.rk_logo:hover a span{
    color:#e30040;
}

.rk_logo:hover{
    background-image: url(/template01/images/mx-hero/rk-logo-header-btn.png);
}

.rk_logo{
    background-image: url(/template01/images/mx-hero/rk-logo-header-btn-dim.png);
}
.mx-microsite #bottom #bottom-nav {
    background-image: none;
    background-color: #000;
}
#breadcrumb {
    display:none;
}
.switch-modul.fixed {
    z-index: 999;
}
.tooltip {
    position: absolute;
    right: 24px;
    width: 180px;
    text-align: right;
    color: #fff;
    top: 6px;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section-pagination li {
    position: relative;
}
.section-pagination li:hover .tooltip {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-responsive {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: auto;
}
#btn-play {
    text-align: center;
    position: relative;
}
.the-play-button:hover {
    opacity: 1;
}
.the-play-button {
    background-position: center 25px;
    background-image: url(/template01/images/mx-hero/icon-play.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
}
.video iframe {
    height: 100%;
    width: 100%;
}
.pos-arrow:after,
.pos-arrow:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.switch-modul .pos-arrow {
    border: 0 none;
    bottom: -1px;
}
.pos-arrow:before {
    border-color: rgba(229, 0, 64, 0);
    border-bottom-color: #e50040;
    border-width: 16px;
    margin-left: -16px;
}
.pos-arrow:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
    border-width: 13px;
    margin-left: -13px;
}