/* 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: #222; opacity: 1;}
.m1-form input.field:-moz-placeholder {color: #222; opacity: 1;}
.m1-form input.field::-moz-placeholder {color: #222; opacity: 1;}
.m1-form input.field:-ms-input-placeholder {color: #222; 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, .ship li:after {content: '';display: block;clear: both;}
.clear{clear: both;height: 0px;}
.ulfix {font-size: 0; margin-bottom: 40px;}
.ulfix li {font-size: 16px;}
/* END my_presets */

h1,h2,h3,h4,h5,h6{font-family: 'Open Sans', Helvetica, sans-serif; font-weight: 7               00; line-height: 1em;}
b,strong{font-weight: 500;}
body{
    width: 100%;
    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: #f1f1f1;
}
.wrap {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
}
section {
    padding: 30px 0;
}
section, footer {
    width: 100%;
    position: relative;
}
.wrap:after {
    clear: both;
    content: "";
    display: table;
}
section:after, footer:after {
    clear: both;
    content: "";
    display: table;
}
.m1-form input.field, select{
    position: relative;
    display: block;
    outline: 0;
    border: none;
    width: 100%;
    height: 76px;
    line-height: 76px;
    margin: 0 auto 16px;
    padding: 0 20px;
    background:#fff;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: #222;
    border-radius: 10px;
}
.button-m{
    position: relative;
    z-index: 2;
    display: block;
    width: 370px;
    height: 70px;
    line-height: 65px;
    margin: 0 auto;
    border: none;
    text-align: center;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 25px;
    letter-spacing: 1.6px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    background-color: #0c5679;
    border-radius: 55px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 30%);
}

.button-m:active{
    top:-1px;
}
.m1-form {
    width: 400px;
    margin: 0 auto;
}
.m1-form .button-m{
    width: 100%;
}
h2.title {
    margin: 0 0 30px 0;
    font-size: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 29px;
    text-transform: none;
}
h2.title > span {
    font-weight: 900;
    font-size: 32px;
    display: block;
    color:#333;
}
.price {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
.old-cost {
    float: left;
}
.old-cost p {
    font-size: 36px;
    line-height: 72px;
    text-transform: uppercase;
}
.old-cost p span {
    text-decoration: line-through;
}
.old-cost > span, .new-cost > span {
    font-size: 14px;
}
.new-cost {
    float: right;
    color:#fff;
}
.new-cost p {
    font-size: 36px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
}
.new-cost, .old-cost  {
    width: 50%;
    height: 83px;
}
.old-cost p small, .new-cost p small {
    font-size: .85em;
}

/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top:190px;
    display: block;
    width: 40px;
    height: 60px;
    padding: 0;    
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: url("../img/arrow.png") no-repeat center center;
    z-index: 3;
    filter: invert(1);
}
.reviews .slick-prev,
.reviews .slick-next{
    top:170px;
    width: 25px;
    height: 42px;
    background: url("../img/arrow2.png") no-repeat 0 0;
    border-radius: 0;
    filter: grayscale(1);
}
.reviews .slick-prev {
    left: 15px;
}
.reviews .slick-next {
    right: 15px;
}
.slick-prev {
    left: -13px;
}
.slick-next {
    right: -13px;
    -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

.video-container {
     position: relative;
     width: 100%;
     height: 270px;
     margin: 0 auto 20px;
     overflow:hidden;
     background:#000;   
}
 .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;
}