/*@import url(normalize.css);*/
/*@import url(main.css);*/
@import url(http://www.cherry.de/template01/yaml/mx-hero/css/font-awesome.min.css);
@font-face {
    font-family: DINWeb-Light;
    src: url("http://www.cherry.de/template01/fonts/DINWeb-Light.eot"); }

@font-face {
    font-family: DINWeb;
    src: url("http://www.cherry.de/template01/fonts/DINWeb.eot"); }

@font-face {
    font-family: DINWeb-Light;
    src: url("http://www.cherry.de/template01/fonts/DINWeb-Light.woff") format("woff"); }

@font-face {
    font-family: DINWeb;
    src: url("http://www.cherry.de/template01/fonts/DINWeb.woff") format("woff"); }

html {
    background: #000;
    min-height: 100%;
    min-width: 990px; }
html.loading.js .main, html.loading.js .section-pagination {
    visibility: hidden; }

.skip-transitions * {
    transition-duration: 0ms !important;
    -webkit-transition-duration: 0ms !important;
    -ms-transition-duration: 0ms !important;
    -moz-transition-duration: 0ms !important;
    -o-transition-duration: 0ms !important; }

html body {
    overflow: hidden;
    background: #000; }

body {
    color: #787878;
    font-family: DINWeb-Light, arial, helvetica, sans-serif;
    font-size: 16px;
    min-height: 100%;
    background-color: #000; }

html.all-ready body {
    visibility: visible; }

a {
    color: #787878;
    outline: 0; }
a:hover, a:focus, a:active {
    outline: 0; }

p {
    margin: 1.5em 0;
    color: #fff; }

h1, h2, h3 {
    text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.1; }

h1 {
    font-size: 60px;
    color: #fff;
    margin: 0; }
h1 small {
    display: block;
    font-size: 34px;
    font-family: DINWeb-Light;
    line-height: 1; }

h2 {
    font-size: 28px; }

.main {
    position: relative; }

#rgb-modul-switch h2 {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: DINWeb-Light; }
#rgb-modul-switch h2 span {
    font-family: DINWeb;
    font-weight: bold; }
#rgb-modul-switch h3 {
    color: #ffffff;
    font-family: DINWeb-Light;
    font-size: 36px;
    margin-bottom: 0;
    text-transform: none; }

.light-grey {
    background-image: url(http://www.cherry.de/template01/images/mx-hero/bg-light-grey.jpg);
    background-position: center top;
    background-color: #1a1a1a; }

.dark {
    background-image: url(http://www.cherry.de/template01/images/mx-hero/bg-dark.jpg);
    background-position: center top;
    background-color: #010101; }

img.margin-bottom-diagramm {
    margin-bottom: 20px; }

.float_l {
    float: left; }

.float_r {
    float: right; }

.center dd,
.center dt {
    float: left;
    display: block;
    font-size: 16px;}
.center dd {
    text-align: right;
    margin-right: 15px;
    width: 425px;
    color: #e5e5e5;
    margin-bottom: 0;}
.center dt {
    color: #fff;
    width: 390px;
    text-align: left; }
.center dl {
    overflow: hidden;
    display: block;
    margin: 5px 0; }

.btn {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -ms-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    border: 1px solid #e30040;
    padding: 10px 22px;
    background: transparent;
    display: inline-block;
    margin: 14px 5px 0 5px;
    color: #e30040;
    border-radius: 7px;
    overflow: hidden;
    position: relative; }
.btn.white {
    border: 1px solid #fff;
    color: #fff; }
.btn:hover {
    color: #fff;
    text-decoration: none; }
.btn:hover:before, .btn:hover:after {
    height: 50%;
    width: 100%; }
.btn.white:hover {
    color: #e30040; }
.btn:before, .btn:after {
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    position: absolute;
    background: #e30040;
    z-index: 0;
    content: "";
    display: block; }
.btn.white:before, .btn.white:after {
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -ms-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    position: absolute;
    background: #fff;
    z-index: 0;
    content: "";
    display: block; }
.btn:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 0; }
.btn:before {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0; }
.btn > .text {
    position: relative;
    z-index: 1;
    text-align: center;
    display: inline-block;
    text-transform: uppercase; }

.switch-btn {
    display: block;
    margin-top: 100px;
    text-align: center; }
.switch-btn > a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 10px;
    width: 120px;
    display: block;
    margin-right: 15px;
    float: left;
    background: transparent;
    position: relative; }
.switch-btn > a.left-half {
    border-radius: 7px; }
.switch-btn > a.right-half {
    border-radius: 7px; }
.switch-btn > a:hover {
    background-color: #e30040;
    border-color: #fff;
    color: #fff; }
.switch-btn > a.selected {
    border-color: #e30040;
    color: #e30040; }
.switch-btn > a.selected:hover {
    border-color: #e30040;
    background-color: transparent;
    color: #e30040; }

.switch-btn > a .text {
    text-align: center;
    text-transform: uppercase; }
.switch-btn > a .subline {
    text-align: center;
    text-transform: none;
    font-size: 11px;}


#step-1,
#step-2,
#step-3 {
    text-align: center; }
#step-1 .inner,
#step-2 .inner,
#step-3 .inner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -480px;
    padding-top: 100px;
    z-index: 999; }
#step-1 h2,
#step-2 h2,
#step-3 h2 {
    font-size: 48px;
    color: #fff;
    font-family: DINWeb-Light;
    margin-bottom: 10px;
    margin-bottom: 38px; }
#step-1#step-3 h2,
#step-2#step-3 h2,
#step-3#step-3 h2 {
    margin-bottom: 0px; }
#step-1 h2 span,
#step-2 h2 span,
#step-3 h2 span {
    font-family: DINWeb;
    font-weight: bold;
    font-size: 60px; }
#step-1 p,
#step-2 p,
#step-3 p {
    font-size: 24px;
    margin-top: 0;
    font-family: DINWeb-Light;
    color: #3e3e40;
    margin-bottom: 5px; }

.arrow {
    color: #e20940;
    display: inline-block;
    padding-left: 12px;
    background: transparent url(http://www.cherry.de/template01/images/mx-hero/arrow.png) 0 center no-repeat;
    text-decoration: none; }
.arrow:hover, .arrow:focus {
    text-decoration: underline; }

.outer {
    width: 100%;
    text-align: center; }
.outer > .inner {
    max-width: 980px;
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative; }

header {
    min-width: 990px;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #010101;
    border-bottom: 1px solid #3e3e40; }
header.small .inner {
    padding: 12px 0; }
header .inner {
    padding: 20px 0;
    transition: padding 400ms ease 0ms;
    -webkit-transition: padding 400ms ease 0ms;
    -ms-transition: padding 400ms ease 0ms;
    -moz-transition: padding 400ms ease 0ms;
    -o-transition: padding 400ms ease 0ms; }
header nav {
    float: right;
    height: 53px; }
header nav ul {
    position: relative;
    z-index: 10; }
header nav li {
    float: left; }
header nav li a {
    text-align: center;
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #3e3e40;
    padding: 0 15px 0 15px !important;
    line-height: 37px;
    font-family: DINWeb-Light;
    text-transform: uppercase;
    transition: font-size 400ms ease 0ms;
    -webkit-transition: font-size 400ms ease 0ms;
    -ms-transition: font-size 400ms ease 0ms;
    -moz-transition: font-size 400ms ease 0ms;
    -o-transition: font-size 400ms ease 0ms;
    outline: 0; }
header nav li a:focus, header nav li a:hover {
    color: #fff;
    padding-top: 0; }
header nav li a:active, header nav li a:focus, header nav li a.focus {
    font-size: 22px;
    color: #e30040; }
header nav li a.selected {
    color: #e30040;
    padding-top: 0;
    font-size: 22px; }
header .logo {
    float: left;
    margin: 14px 0 0;
    position: relative; }
header .logo a {
    color: #e30040;
    text-decoration: none; }
header .logo h3 {
    position: absolute;
    left: 192px;
    margin: 0;
    top: 8px;
    font-size: 22px;
    white-space: nowrap;
    color: #e30040;
    font-family: DINWeb-Light; }

.auto-center {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -480px !important; }

.switch-modul {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e30040; }
.switch-modul.fixed {
    position: fixed;
    bottom: auto;
    top: 77px;
    background-color: #010101; }
.switch-modul.fixed img {
    width: 50px; }
.switch-modul .pos-arrow {
    position: absolute;
    bottom: 0;
    left: -50px;
    content: '';
    display: block;
    border: 12px solid transparent;
    border-bottom-color: #E30040; }
.switch-modul p.no-bottom {
    margin-bottom: 0;
    color: #fff;
    font-size: 13px; }
.switch-modul ul {
    margin: auto;
    overflow: hidden;
    width: auto;
    padding-left: 30px;
    list-style: none; }
.switch-modul ul li {
    display: inline-block;
    margin-right: 16px;
    outline: 0;
    margin-bottom: -1px; }
.switch-modul ul li a {
    display: block;
    padding-bottom: 25px;
    width: 150px;
    font-size: 13px;
    opacity: 0.5;
    color: #fff;
    line-height: 38px;
    text-decoration: none;
    outline: 0;
}
.switch-modul ul li a span {
    font-weight: bold; }
.switch-modul ul li a:focus, .switch-modul ul li a:hover, .switch-modul ul li a:active, .switch-modul ul li a.selected {
    opacity: 1;
    filter:alpha(opacity=100);
}
.switch-modul ul li a.selected {
    color: #E30040; }

section.dark {
    background-attachment: fixed; }

#modul-animation {
    position: fixed;
    width: 100%;
    left: 0;
    top: 187px;
    bottom: 0;
    height: auto;
    overflow: hidden;
    z-index: 10;
    text-align: center;
    display: none;
    /** only blue test **/
    display: none; }
#modul-animation h3 {
    color: #FFFFFF;
    font-size: 46px;
    font-weight: 300;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 25%;
    display: none;
    width: 100%; }
#modul-animation .elements {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 36%; }
#modul-animation .element {
    top: 0;
    width: 300px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -150px; }
#modul-animation .element.zoom > img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); }
#modul-animation .element.zoom .back > img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top; }
#modul-animation .element > img {
    transition: all 1000ms ease 0ms;
    -webkit-transition: all 1000ms ease 0ms;
    -ms-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    display: block;
    margin: auto;
    position: relative; }
#modul-animation .element .back > img {
    transition: all 1000ms ease 0ms;
    -webkit-transition: all 1000ms ease 0ms;
    -ms-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms; }
#modul-animation .element.element-1 {
    margin-top: -60px; }
#modul-animation .element.element-1 > img {
    z-index: 8; }
#modul-animation .element.element-1 .element-text.right .line {
    left: -15%; }
#modul-animation .element.element-1 .element-text.right.on .line {
    width: 115% !important; }
#modul-animation .element.element-2 > img {
    z-index: 10; }
#modul-animation .element.element-2 .back {
    position: absolute;
    right: 7%;
    top: 52%; }
#modul-animation .element.element-3 > img {
    z-index: 7; }
#modul-animation .element.element-3 .element-text.right .line {
    left: -30%; }
#modul-animation .element.element-3 .element-text.right.on .line {
    width: 130% !important; }
#modul-animation .element.element-4 > img {
    z-index: 6; }
#modul-animation .element.element-4 .element-text.left .line {
    right: -20%; }
#modul-animation .element.element-4 .element-text.left.on .line {
    width: 120% !important; }
#modul-animation .element.element-5 {
    margin-top: 20px; }
#modul-animation .element.element-5 > img {
    z-index: 8; }
#modul-animation .element.element-5 .element-text.right .line {
    left: -10%; }
#modul-animation .element.element-5 .element-text.right.on .line {
    width: 110% !important; }
#modul-animation .element .element-text {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: left;
    top: 10px;
    width: 318px;
    font-size: 14px;
    transition: opacity 1000ms;
    -webkit-transition: opacity 1000ms;
    -ms-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -o-transition: opacity 1000ms; }
#modul-animation .element .element-text .inner-text {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 750ms linear 500ms;
    -webkit-transition: all 750ms linear 500ms;
    -ms-transition: all 750ms linear 500ms;
    -moz-transition: all 750ms linear 500ms;
    -o-transition: all 750ms linear 500ms;
    position: relative; }
#modul-animation .element .element-text.left {
    right: 107%; }
#modul-animation .element .element-text.left .line {
    right: -5%;
    text-align: right; }
#modul-animation .element .element-text.left .inner-text {
    left: 25px; }
#modul-animation .element .element-text.right {
    left: 135%; }
#modul-animation .element .element-text.right .line {
    left: -5%; }
#modul-animation .element .element-text.right .inner-text {
    left: -25px; }
#modul-animation .element .element-text strong {
    color: #fff;
    display: block;
    font-size: 24px; }
#modul-animation .element .element-text p {
    margin: 12px 0 0 0; }
#modul-animation .element .element-text .line {
    background: none repeat scroll 0 0 #8A8A8A;
    height: 1px;
    position: absolute;
    top: 35px;
    width: 0;
    transition: width 1000ms ease 500ms;
    -webkit-transition: width 1000ms ease 500ms;
    -ms-transition: width 1000ms ease 500ms;
    -moz-transition: width 1000ms ease 500ms;
    -o-transition: width 1000ms ease 500ms; }
#modul-animation .element .element-text .line > img {
    position: relative;
    top: -9px; }
html.lt-ie9 #modul-animation .element .element-text .line > img {
    visibility: hidden;
    top: -9px; }
#modul-animation .element .element-text.on {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
#modul-animation .element .element-text.on .inner-text {
    left: 0 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
#modul-animation .element .element-text.on .line {
    width: 105% !important; }
html.lt-ie9 #modul-animation .element .element-text.on .line img {
    visibility: visible !important; }
#modul-animation .red,
#modul-animation .red-rgb,
#modul-animation .blue,
#modul-animation .blue-rgb,
#modul-animation .black,
#modul-animation .black-rgb,
#modul-animation .brown,
#modul-animation .brown-rgb,
#modul-animation .silver,
#modul-animation .silver-rgb,
#modul-animation .transparent,
#modul-animation .no-transparent {
    display: none !important; }
#modul-animation.red .red {
    display: block !important; }
#modul-animation.red-rgb .red-rgb {
    display: block !important; }
#modul-animation.blue .blue {
    display: block !important; }
#modul-animation.blue-rgb .blue-rgb {
    display: block !important; }
#modul-animation.black .black {
    display: block !important; }
#modul-animation.black-rgb .black-rgb {
    display: block !important; }
#modul-animation.brown .brown {
    display: block !important; }
#modul-animation.brown-rgb .brown-rgb {
    display: block !important; }
#modul-animation.silver .silver {
	display: block !important; }
#modul-animation.silver-rgb .silver-rgb {
	display: block !important; }
#modul-animation.no-transparent .no-transparent {
    display: block !important; }
#modul-animation.transparent .transparent {
    display: block !important; }
#modul-animation .move {
    z-index: 50;
    position: absolute;
    left: 0;
    height: 50%;
    display: none;
    width: 100%; }
#modul-animation .move.move-up {
    top: 0;
    cursor: url(http://www.cherry.de/template01/images/mx-hero/cursor-up.png), pointer; }
#modul-animation .move.move-down {
    bottom: 0;
    cursor: url(http://www.cherry.de/template01/images/mx-hero/cursor-down.png), pointer; }
#modul-animation .move.move-down.large {
    height: 72%; }
#modul-animation .elements-blue {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 36%; }
#modul-animation .elements-blue .element {
    top: 0;
    width: 300px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -150px; }
#modul-animation .elements-blue .element.zoom > img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); }
#modul-animation .elements-blue .element.zoom .back > img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top; }
#modul-animation .elements-blue .element > img {
    transition: all 1000ms ease 0ms;
    -webkit-transition: all 1000ms ease 0ms;
    -ms-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    display: block;
    margin: auto;
    position: relative; }
#modul-animation .elements-blue .element .back > img {
    transition: all 1000ms ease 0ms;
    -webkit-transition: all 1000ms ease 0ms;
    -ms-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms; }
#modul-animation .elements-blue .element.element-1 {
    margin-top: -60px; }
#modul-animation .elements-blue .element.element-1 > img {
    z-index: 8; }
#modul-animation .elements-blue .element.element-1 .element-text.right .line {
    left: -15%; }
#modul-animation .elements-blue .element.element-1 .element-text.right.on .line {
    width: 115% !important; }
#modul-animation .elements-blue .element.element-2 {
    margin-top: -0px; }
#modul-animation .elements-blue .element.element-2 > img {
    z-index: 9; }
#modul-animation .elements-blue .element.element-2 .element-text.right .line {
    left: -15%; }
#modul-animation .elements-blue .element.element-2 .element-text.right.on .line {
    width: 115% !important; }
#modul-animation .elements-blue .element.element-3 > img {
    z-index: 10; }
#modul-animation .elements-blue .element.element-3 .back {
    position: absolute;
    right: 7%;
    top: 52%; }
#modul-animation .elements-blue .element.element-4 > img {
    z-index: 7; }
#modul-animation .elements-blue .element.element-4 .element-text.right .line {
    left: -30%; }
#modul-animation .elements-blue .element.element-4 .element-text.right.on .line {
    width: 130% !important; }
#modul-animation .elements-blue .element.element-5 > img {
    z-index: 6; }
#modul-animation .elements-blue .element.element-5 .element-text.left .line {
    right: -20%; }
#modul-animation .elements-blue .element.element-5 .element-text.left.on .line {
    width: 120% !important; }
#modul-animation .elements-blue .element.element-6 {
    margin-top: 20px; }
#modul-animation .elements-blue .element.element-6 > img {
    z-index: 8; }
#modul-animation .elements-blue .element.element-6 .element-text.right .line {
    left: -10%; }
#modul-animation .elements-blue .element.element-6 .element-text.right.on .line {
    width: 110% !important; }
#modul-animation .elements-blue .element .element-text {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: left;
    top: 10px;
    width: 318px;
    font-size: 14px;
    transition: opacity 1000ms;
    -webkit-transition: opacity 1000ms;
    -ms-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -o-transition: opacity 1000ms; }
#modul-animation .elements-blue .element .element-text .inner-text {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 750ms linear 500ms;
    -webkit-transition: all 750ms linear 500ms;
    -ms-transition: all 750ms linear 500ms;
    -moz-transition: all 750ms linear 500ms;
    -o-transition: all 750ms linear 500ms;
    position: relative; }
#modul-animation .elements-blue .element .element-text.left {
    right: 107%; }
#modul-animation .elements-blue .element .element-text.left .line {
    right: -5%;
    text-align: right; }
#modul-animation .elements-blue .element .element-text.left .inner-text {
    left: 25px; }
#modul-animation .elements-blue .element .element-text.right {
    left: 135%; }
#modul-animation .elements-blue .element .element-text.right .line {
    left: -5%; }
#modul-animation .elements-blue .element .element-text.right .inner-text {
    left: -25px; }
#modul-animation .elements-blue .element .element-text strong {
    color: #fff;
    display: block;
    font-size: 24px; }
#modul-animation .elements-blue .element .element-text p {
    margin: 12px 0 0 0; }
#modul-animation .elements-blue .element .element-text .line {
    background: none repeat scroll 0 0 #8A8A8A;
    height: 1px;
    position: absolute;
    top: 35px;
    width: 0;
    transition: width 1000ms ease 500ms;
    -webkit-transition: width 1000ms ease 500ms;
    -ms-transition: width 1000ms ease 500ms;
    -moz-transition: width 1000ms ease 500ms;
    -o-transition: width 1000ms ease 500ms; }
#modul-animation .elements-blue .element .element-text .line > img {
    position: relative;
    top: -9px; }
html.lt-ie9 #modul-animation .elements-blue .element .element-text .line > img {
    visibility: hidden;
    top: -9px; }
#modul-animation .elements-blue .element .element-text.on {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
#modul-animation .elements-blue .element .element-text.on .inner-text {
    left: 0 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
#modul-animation .elements-blue .element .element-text.on .line {
    width: 105% !important; }
html.lt-ie9 #modul-animation .elements-blue .element .element-text.on .line img {
    visibility: visible !important; }


/** silent **/

#modul-animation .elements-silent {
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 36%; }
#modul-animation .elements-silent .element {
    top: 0;
    width: 300px;
    margin: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -150px; }
#modul-animation .elements-silent .element.zoom > img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3); }
#modul-animation .elements-silent .element.zoom .back > img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top; }
#modul-animation .elements-silent .element > img {
    transition: all 1000ms ease 0ms;
    -webkit-transition: all 1000ms ease 0ms;
    -ms-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms;
    display: block;
    margin: auto;
    position: relative; }
#modul-animation .elements-silent .element .back > img {
    transition: all 1000ms ease 0ms;
    -webkit-transition: all 1000ms ease 0ms;
    -ms-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms; }
#modul-animation .elements-silent .element.element-1 {
    margin-top: -60px; }
#modul-animation .elements-silent .element.element-1 > img {
    z-index: 8; }
#modul-animation .elements-silent .element.element-1 .element-text.right .line {
    left: -15%; }
#modul-animation .elements-silent .element.element-1 .element-text.right.on .line {
    width: 115% !important; }
#modul-animation .elements-silent .element.element-2 {
    margin-top: -0px; }
#modul-animation .elements-silent .element.element-2 > img {
    z-index: 9; }
#modul-animation .elements-silent .element.element-2 .element-text.right .line {
    left: -15%; }
#modul-animation .elements-silent .element.element-2 .element-text.right.on .line {
    width: 115% !important; }
#modul-animation .elements-silent .element.element-3 > img {
    z-index: 10; }
#modul-animation .elements-silent .element.element-3 .back {
    position: absolute;
    right: 7%;
    top: 52%; }
#modul-animation .elements-silent .element.element-4 > img {
    z-index: 7; }
#modul-animation .elements-silent .element.element-4 .element-text.right .line {
    left: -30%; }
#modul-animation .elements-silent .element.element-4 .element-text.right.on .line {
    width: 130% !important; }
#modul-animation .elements-silent .element.element-5 > img {
    z-index: 6; }
#modul-animation .elements-silent .element.element-5 .element-text.left .line {
    right: -20%; }
#modul-animation .elements-silent .element.element-5 .element-text.left.on .line {
    width: 120% !important; }
#modul-animation .elements-silent .element.element-6 {
    margin-top: 20px; }
#modul-animation .elements-silent .element.element-6 > img {
    z-index: 50; }
#modul-animation .elements-silent .element.element-6 .element-text.right .line {
    left: -10%; }
#modul-animation .elements-silent .element.element-6 .element-text.right.on .line {
    width: 110% !important; }
#modul-animation .elements-silent .element .element-text {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    text-align: left;
    top: 10px;
    width: 318px;
    font-size: 14px;
    transition: opacity 1000ms;
    -webkit-transition: opacity 1000ms;
    -ms-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -o-transition: opacity 1000ms; }
#modul-animation .elements-silent .element .element-text .inner-text {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 750ms linear 500ms;
    -webkit-transition: all 750ms linear 500ms;
    -ms-transition: all 750ms linear 500ms;
    -moz-transition: all 750ms linear 500ms;
    -o-transition: all 750ms linear 500ms;
    position: relative; }
#modul-animation .elements-silent .element .element-text.left {
    right: 107%; }
#modul-animation .elements-silent .element .element-text.left .line {
    right: -5%;
    text-align: right; }
#modul-animation .elements-silent .element .element-text.left .inner-text {
    left: 25px; }
#modul-animation .elements-silent .element .element-text.right {
    left: 135%; }
#modul-animation .elements-silent .element .element-text.right .line {
    left: -5%; }
#modul-animation .elements-silent .element .element-text.right .inner-text {
    left: -25px; }
#modul-animation .elements-silent .element .element-text strong {
    color: #fff;
    display: block;
    font-size: 24px; }
#modul-animation .elements-silent .element .element-text p {
    margin: 12px 0 0 0; }
#modul-animation .elements-silent .element .element-text .line {
    background: none repeat scroll 0 0 #8A8A8A;
    height: 1px;
    position: absolute;
    top: 35px;
    width: 0;
    transition: width 1000ms ease 500ms;
    -webkit-transition: width 1000ms ease 500ms;
    -ms-transition: width 1000ms ease 500ms;
    -moz-transition: width 1000ms ease 500ms;
    -o-transition: width 1000ms ease 500ms; }
#modul-animation .elements-silent .element .element-text .line > img {
    position: relative;
    top: -9px; }
html.lt-ie9 #modul-animation .elements-silent .element .element-text .line > img {
    visibility: hidden;
    top: -9px; }
#modul-animation .elements-silent .element .element-text.on {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
#modul-animation .elements-silent .element .element-text.on .inner-text {
    left: 0 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
#modul-animation .elements-silent .element .element-text.on .line {
    width: 105% !important; }
html.lt-ie9 #modul-animation .elements-silent .element .element-text.on .line img {
    visibility: visible !important; }



#modul-animation .red-rgb-silent,
#modul-animation .red-silent,
#modul-animation .red,
#modul-animation .red-rgb,
#modul-animation .blue,
#modul-animation .blue-rgb,
#modul-animation .black,
#modul-animation .black-rgb,
#modul-animation .silver,
#modul-animation .silver-rgb,
#modul-animation .brown,
#modul-animation .brown-rgb,
#modul-animation .transparent,
#modul-animation .no-transparent,
#modul-animation .black-rgb-silent,
#modul-animation .black-silent{
    display: none !important; }
#modul-animation.red .red {
    display: block !important; }
#modul-animation.red-rgb .red-rgb {
    display: block !important; }
#modul-animation.red-rgb-silent .red-rgb-silent {
    display: block !important; }
#modul-animation.red-silent .red-silent {
    display: block !important; }
#modul-animation.black-rgb-silent .black-rgb-silent {
    display: block !important; }
#modul-animation.black-silent .black-silent {
    display: block !important; }
#modul-animation.blue .blue {
    display: block !important; }
#modul-animation.blue-rgb .blue-rgb {
    display: block !important; }
#modul-animation.black .black {
    display: block !important; }
#modul-animation.black-rgb .black-rgb {
    display: block !important; }
#modul-animation.brown .brown {
    display: block !important; }
#modul-animation.brown-rgb .brown-rgb {
    display: block !important; }
#modul-animation.silver .silver {
	display: block !important; }
#modul-animation.silver-rgb .silver-rgb {
	display: block !important; }
#modul-animation.no-transparent .no-transparent {
    display: block !important; }
#modul-animation.transparent .transparent {
    display: block !important; }
#modul-animation .move {
    z-index: 50;
    position: absolute;
    left: 0;
    height: 50%;
    display: none;
    width: 100%; }
#modul-animation .move.move-up {
    top: 0;
    cursor: url(http://www.cherry.de/template01/images/mx-hero/cursor-up.png), pointer; }
#modul-animation .move.move-down {
    bottom: 0;
    cursor: url(http://www.cherry.de/template01/images/mx-hero/cursor-down.png), pointer; }
#modul-animation .move.move-down.large {
    height: 72%; }

#modul-data .pos-v-center {
    width: 100%; }
#modul-data .inner {
    padding: 0;
    height: 100%; }
#modul-data .scroller-box {
    position: relative;
    overflow-y: auto; }
#modul-data .switch-content {
    transition: opacity 1000ms ease 0ms;
    -webkit-transition: opacity 1000ms ease 0ms;
    -ms-transition: opacity 1000ms ease 0ms;
    -moz-transition: opacity 1000ms ease 0ms;
    -o-transition: opacity 1000ms ease 0ms;
    opacity: 0;
    z-index: 0;
    position: absolute;
    width: 100%; }
#modul-data .switch-content.selected {
    opacity: 1;
    z-index: 1; }
#modul-data h5 {
    color: #fff;
    font-size: 28px; }
#modul-data h3 {
    color: #ffffff;
    font-family: DINWeb-Light;
    font-size: 46px;
    text-transform: none;
    margin-bottom: 45px;
    text-align: center;
    margin-top: 30px; }

#modul-spec {
    position: relative; }
#modul-spec .inner {
    padding: 0;
    height: 100%; }
#modul-spec h3 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: none;
    color: #ffffff;
    font-family: DINWeb-Light;
    font-size: 36px; }
#modul-spec .float_l {
    float: left; }
#modul-spec .float_r {
    float: right; }
#modul-spec .text-container {
    margin-bottom: 40px; }
#modul-spec .pos-v-center {
    width: 100%; }

.align-center {
    text-align: center; }

.video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 94px; }

section {
    position: relative;
    height: 100%;
    min-height: 600px; }
body.home section {
    position: absolute;
    width: 100%;
    background-image: url(http://www.cherry.de/template01/images/mx-hero/tastatur-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0;
    transition: all 1000ms ease 0ms;
    -webkit-transition: all 1000ms ease 0ms;
    -ms-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms; }
body.home section#step-1 {
    background-image: url(http://www.cherry.de/template01/images/mx-hero/tastatur-bg-step-1.png);
    background-position: center 300px; }
body.home section#step-2 {
    background-image: url(http://www.cherry.de/template01/images/mx-hero/tastatur-bg-step-2.png);
    background-position: center 213px; }
body.home section#step-3 {
    background-position: center 110px; }
body.home section.active {
    z-index: 1;
    opacity: 1; }
section .inner {
    width: 960px;
    margin: 0 auto;
    padding: 200px 0;
    position: relative; }
section .inner.no-padding-top {
    padding-top: 0; }
section .inner .top,
section .inner .center,
section .inner .bottom {
    text-align: center;
    position: relative; }

menu, ol, ul {
    padding: 0 0 0 30px; }
menu.unstyled, ol.unstyled, ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0; }

p {
    margin: 1em 0; }

.pos-v-center {
    top: 50% !important;
    position: absolute !important; }

#rgb-modul-switch {
    z-index: 10; }
#rgb-modul-switch .switch-content {
    display: block !important; }
#rgb-modul-switch .switch-content.selected div {
    opacity: 1;
    z-index: 1; }
#rgb-modul-switch .switch-content div {
    transition: opacity 1500ms ease 0ms;
    -webkit-transition: opacity 1500ms ease 0ms;
    -ms-transition: opacity 1500ms ease 0ms;
    -moz-transition: opacity 1500ms ease 0ms;
    -o-transition: opacity 1500ms ease 0ms;
    opacity: 0;
    z-index: 0; }
#rgb-modul-switch .switch-content .float_l img {
    margin-top: -30px;
    transition: margin 1500ms ease 0ms;
    -webkit-transition: margin 1500ms ease 0ms;
    -ms-transition: margin 1500ms ease 0ms;
    -moz-transition: margin 1500ms ease 0ms;
    -o-transition: margin 1500ms ease 0ms; }
#rgb-modul-switch .switch-content.selected .float_l img {
    margin-top: 0px; }
#rgb-modul-switch .inner {
    padding: 93px 0 0;
    height: 100%; }
#rgb-modul-switch .float_l {
    position: absolute;
    left: 0;
    top: auto; }
#rgb-modul-switch .float_r {
    position: absolute;
    width: 63%;
    right: 0;
    top: auto; }
#rgb-modul-switch .float_r p {
    font-size: 16px;
    font-family: DINWeb-Light;
    line-height: 24px; }
#rgb-modul-switch .float_r ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
#rgb-modul-switch .float_r ul li {
    background-image: url(http://www.cherry.de/template01/images/mx-hero/modul-list-bg.png);
    background-position: left 4px;
    font-family: DINWeb;
    background-repeat: no-repeat;
    padding-left: 15px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
/*    background-image: url(http://www.cherry.de/template01/images/mx-hero/footer-bg.png); */
    background-position: center top;
    background-repeat: no-repeat; }
footer ul {
    text-align: center;
    padding: 0;
    margin: 7px 0; }
footer ul li {
    color: #888888;
    display: inline-block;
    font-size: 12px; }
footer ul li a {
    color: #888888;
    padding: 0 7px 0 5px;
    font-size: 12px;
    text-decoration: none; }
footer ul li a:hover {
    text-decoration: underline; }
footer .social-menu {
    font-family: FontAwesome;
    font-size: 30px;
    text-align: center; }
footer .social-menu a {
    text-decoration: none;
    line-height: 27px;
    font-size: 30px;
    height: 26px;
    width: 25px;
    display: inline-block;
    background-color: transparent;
    border-radius: 5px;
    padding: 0; }
footer .social-menu a.gplus {
    width: 26px; }
footer .social-menu a.fb:focus, footer .social-menu a.fb:hover, footer .social-menu a.fb:active {
    color: #3b5998;
    background-color: #fff;
    text-decoration: none; }
footer .social-menu a.twitter:focus, footer .social-menu a.twitter:hover, footer .social-menu a.twitter:active {
    color: #00aaeb;
    background-color: #fff;
    text-decoration: none; }
footer .social-menu a.youtube:focus, footer .social-menu a.youtube:hover, footer .social-menu a.youtube:active {
    color: #cc181e;
    background-color: #fff;
    text-decoration: none; }
footer .social-menu a.gplus:focus, footer .social-menu a.gplus:hover, footer .social-menu a.gplus:active {
    color: #d84937;
    background-color: #fff;
    text-decoration: none; }

.text-left {
    text-align: left;
    background-image: url(http://www.cherry.de/template01/images/mx-hero/linie-links.png);
    background-repeat: no-repeat;
    background-position: left 17px;
    width: 370px; }
.text-left h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: DINWeb;
    margin-top: 0; }

.text-right {
    text-align: right;
    background-image: url(http://www.cherry.de/template01/images/mx-hero/linie-rechts.png);
    background-repeat: no-repeat;
    background-position: left 17px;
    width: 357px;
    position: absolute;
    right: 0;
    top: -5px; }
.text-right h3 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: DINWeb;
    margin-top: 0; }

.modul-text {
    display: none; }

.col-25 {
    width: 25%; }

.col-33 {
    width: 33%; }

.col-30 {
    width: 30%; }

.col-40 {
    width: 40%; }

.col-50 {
    width: 50%; }

.col-60 {
    width: 60%; }

.col-66 {
    width: 66%; }

.col-70 {
    width: 70%; }

.col-80 {
    width: 80%; }

.relative {
    position: relative; }

.col-25, .col-33, .col-30, .col-40, .col-50, .col-60, .col-66, .col-70, .col-80 {
    min-height: 1px;
    float: left; }
.col-25.right, .col-33.right, .col-30.right, .col-40.right, .col-50.right, .col-60.right, .col-66.right, .col-70.right, .col-80.right {
    float: right; }

html .flexslider {
    margin: 0;
    border: 0; }
html .flexslider .flex-direction-nav a {
    width: 18px;
    height: 31px;
    background: transparent url(http://www.cherry.de/template01/images/mx-hero/slider-arrows.png) 0 0 no-repeat; }
html .flexslider .flex-direction-nav a.flex-prev {
    left: 40px !important;
    opacity: 1;
    background-position: 0 -31px; }
html .flexslider .flex-direction-nav a.flex-next {
    right: 40px !important;
    opacity: 1; }
html .flexslider .flex-control-nav {
    bottom: 100px; }
html .flexslider .flex-control-paging li {
    margin: 0 3px; }
html .flexslider .flex-control-paging li a {
    height: 14px;
    width: 14px;
    background: #BDB9B9; }
html .flexslider .flex-control-paging li a.flex-active, html .flexslider .flex-control-paging li a:hover {
    background: #fff; }

.stage {
    position: relative;
    height: 100%; }

body, .onepage-wrapper, html {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%; }

.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0; }

.onepage-wrapper .section {
    width: 100%;
    height: 100%; }

.section-pagination {
    position: fixed;
    right: 25px;
    top: 48%;
    z-index: 100;
    list-style: none;
    margin: 0;
    padding: 0; }

.section-pagination li {
    padding: 0;
    text-align: center; }

.section-pagination li a {
    padding: 10px;
    display: block; }

.section-pagination li a:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url(http://www.cherry.de/template01/images/mx-hero/pagniation.png);
    background-position: left bottom;
    background-repeat: no-repeat; }

.section-pagination li a.active:before {
    background-position: left top; }

[data-open-section] {
    cursor: pointer; }

.scroll-box {
    min-height: 600px;
    margin: 0 auto;
    overflow-y: auto;
    position: relative;
    width: 960px;
    padding-top: 200px; }

.slimScrollDiv {
    position: relative;
    width: 960px;
    margin: 0 auto; }

header:hover #country-select a span {
    background-position: left top; }

.small #country-select {
    top: 32px; }

#country-select {
    position: absolute;
    top: 40px;
    right: -65px;
    width: 10px;
    background-color: #000 !important;
    z-index: 999;
    padding: 5px 25px;
    height: 20px;
    overflow: hidden;
    transition: all 1000ms ease 0ms;
    -webkit-transition: all 1000ms ease 0ms;
    -ms-transition: all 1000ms ease 0ms;
    -moz-transition: all 1000ms ease 0ms;
    -o-transition: all 1000ms ease 0ms; }
#country-select:hover {
    width: 300px;
    transition: all 1000ms ease 500ms;
    -webkit-transition: all 1000ms ease 500ms;
    -ms-transition: all 1000ms ease 500ms;
    -moz-transition: all 1000ms ease 500ms;
    -o-transition: all 1000ms ease 500ms; }
#country-select ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 500px; }
#country-select li {
    display: inline-block; }
#country-select a {
    text-decoration: none;
    outline: 0;
    font: 12px Arial, Helvetica, sans-serif;
    display: block;
    height: 16px;
    color: #3e3e40;
    overflow: hidden;
    padding-right: 15px; }
#country-select a:hover span.name {
    color: #fff;
    padding-top: 2px !important; }
#country-select a.selected span.name, #country-select a:focus.selected span.name, #country-select a:hover.selected span.name, #country-select a:active.selected span.name {
    color: #E30040 !important; }
#country-select a span.flag {
    width: 25px;
    height: 16px;
    margin: 0 10px 0 0;
    display: block;
    cursor: pointer;
    float: left;
    background-position: left bottom; }
#country-select a span.name {
    color: #3e3e40;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 2px !important; }
#country-select a.de span.flag {
    background-image: url(http://www.cherry.de/template01/images/mx-hero/flag_de.png); }
#country-select a.gb span.flag {
    background-image: url(http://www.cherry.de/template01/images/mx-hero/flag_gb.png); }
#country-select a.cn span.flag {
    background-image: url(http://www.cherry.de/template01/images/mx-hero/flag_cn.png); }

#youtube-layer {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 94px;
    width: 100%;
    z-index: 500; }
#youtube-layer iframe {
    width: 100%;
    height: 100%; }
#youtube-layer .close-youtube-layer {
    position: absolute;
    right: 30px;
    top: 50px;
    opacity: 0.7;
    z-index: 501;
    background: transparent url(http://www.cherry.de/template01/images/mx-hero/close-youtube-layer.png) 0 0 no-repeat;
    width: 26px;
    height: 26px;
    transition: opacity 500ms ease 0ms;
    -webkit-transition: opacity 500ms ease 0ms;
    -ms-transition: opacity 500ms ease 0ms;
    -moz-transition: opacity 500ms ease 0ms;
    -o-transition: opacity 500ms ease 0ms;
    cursor: pointer; }
#youtube-layer .close-youtube-layer:hover {
    opacity: 1; }

.com-holder {
    font-family: FontAwesome;
    font-size: 160px;
    text-align: center; }
.com-holder a {
    text-decoration: none;
    line-height: 140px;
    height: 137px;
    width: 136px;
    display: inline-block;
    border-radius: 27px; }
.com-holder a.fb:focus, .com-holder a.fb:hover, .com-holder a.fb:active {
    color: #3b5998;
    background-color: #fff; }
.com-holder a.twitter:focus, .com-holder a.twitter:hover, .com-holder a.twitter:active {
    color: #00aaeb;
    background-color: #fff; }
.com-holder a.youtube:focus, .com-holder a.youtube:hover, .com-holder a.youtube:active {
    color: #cc181e;
    background-color: #fff; }
.com-holder a.gplus:focus, .com-holder a.gplus:hover, .com-holder a.gplus:active {
    color: #d84937;
    background-color: #fff; }
.text-container p{
    font-size: 16px;
    line-height: 22px;
}
#global-nav {
    padding: 0;
}