/* my_presets *//* michael-k90 *//* endzeit_____ */
.m1-form input.field:focus::-webkit-input-placeholder {
    opacity: 0;
}

.m1-form input.field:focus::-moz-placeholder {
    opacity: 0;
}

.m1-form input.field:focus:-moz-placeholder {
    opacity: 0;
}

.m1-form input.field:focus:-ms-input-placeholder {
    opacity: 0;
}

.m1-form input.field::-webkit-input-placeholder {
    color: #5d5d5d;
    opacity: 1;
}

.m1-form input.field:-moz-placeholder {
    color: #5d5d5d;
    opacity: 1;
}

.m1-form input.field::-moz-placeholder {
    color: #5d5d5d;
    opacity: 1;
}

.m1-form input.field:-ms-input-placeholder {
    color: #5d5d5d;
    opacity: 1;
}

.hidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.just {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    clear: both;
    height: 0px;
}

.ulfix {
    font-size: 0;
}

/* END my_presets */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
}

b, strong {
    font-weight: 700;
}

body {
    width: 100%;
    min-width: 320px;
    padding: 0px;
    margin: 0px auto;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #333333;
    background: #fff;
}

section {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 0;
}

.wrap {
    width: 960px;
    padding: 0px 10px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.wrap:after {
    clear: both;
    content: "";
    display: table;
}

.country_select,
.m1-form input.field {
    position: relative;
    display: block;
    outline: 0;
    border: none;
    border-bottom: 1px solid #c7e0e6;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    margin: 0 auto 10px;
    padding: 0 20px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #333;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.button-m {
    position: relative;
    display: block;
    width: 300px;
    height: 68px;
    line-height: 68px;
    margin: 0 auto;
    border: none;
    border-radius: 34px;
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 1px 0 #b76302;
    background: rgb(230, 165, 1);
    background: -moz-linear-gradient(top, rgba(230, 165, 1, 1) 0%, rgba(223, 124, 11, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(230, 165, 1, 1) 0%, rgba(223, 124, 11, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 165, 1, 1) 0%, rgba(223, 124, 11, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6a501', endColorstr='#df7c0b', GradientType=0);
    -webkit-box-shadow: 0 5px 0 0 #b76302;
    box-shadow: 0 5px 0 0 #b76302;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.button-m:hover {
    background: rgb(239, 172, 1);
    background: -moz-linear-gradient(top, rgba(239, 172, 1, 1) 0%, rgba(231, 128, 11, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(239, 172, 1, 1) 0%, rgba(231, 128, 11, 1) 100%);
    background: linear-gradient(to bottom, rgba(239, 172, 1, 1) 0%, rgba(231, 128, 11, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efac01', endColorstr='#e7800b', GradientType=0);
}

.button-m:active {
    top: -1px;
}

.m1-form {
    width: 300px;
    margin: 0 auto;
}

.m1-form .button-m {
    width: 100%;
}

h2.title {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

h2.title > span {
    font-size: 38px;
    font-weight: 700;
    display: block;
}

h2.title > span.col {
    color: #009fce;
}

h2.title > span.col2 {
    color: #efaa01;
}

.price {
    width: 100%;
    height: 56px;
    margin: 0 auto 16px;
    text-transform: uppercase;
    background: url(../img/price.png) no-repeat center center;
}

.old-cost {
    float: left;
    text-align: right;
    padding-right: 20px;
}

.old-cost p {
    font-size: 30px;
    line-height: 22px;
}

.old-cost p span {
    text-decoration: line-through;
}

.old-cost > span, .new-cost > span {
    font-size: 12px;
}

.new-cost {
    float: right;
    color: #0088bb;
    padding-left: 20px;
}

.new-cost p {
    font-size: 30px;
    line-height: 22px;
    font-weight: 700;
}

.new-cost, .old-cost {
    width: 50%;
    height: 56px;
}

.old-cost p small, .new-cost p small {
    font-size: .8em;
}

.video-container {
    position: relative;
    width: 840px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    border-radius: 5px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.youtube {
    height: 100% !important;
}

/* Arrows */
.reviews .slick-prev,
.reviews .slick-next {
    top: 21px;
    width: 22px;
    height: 38px;
    background: url(../img/arrow2.png) no-repeat 0 0;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 132px;
    display: block;
    width: 57px;
    height: 57px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url(../img/arrow.png) no-repeat 0 0;
    z-index: 3;
}

.reviews .slick-prev {
    left: 465px;
}

.reviews .slick-next {
    right: 99px;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 976px) {
    .wrap {
        width: 640px;
    }
}

@media screen and (max-width: 659px) {
    .wrap {
        width: 320px;
    }

}
