@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap&subset=latin-ext');

#miele {
    font-family: Lato, Arial;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    font-weight: 500;
}
#miele .m-center {
    max-width: 1200px;
    width: 100%;
    position: relative;
    height: auto;
    margin: 0 auto;
}
#miele * {
    box-sizing: border-box;
}
#miele .m-logo {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -100px;
    width: 200px;
}
#miele .m-header {
    height: 678px;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url('/static/img/landingpage/morele/miele_lp/top.jpg');
    margin-bottom: 50px;
}
#miele .m-header-txt {
    padding-top: 120px;
    padding-left: 70px;
}
#miele .m-header-subtxt {
    padding: 50px 0;
    max-width: 460px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
}
#miele .m-header-headline {
    font-size: 88px;
    font-weight: 300;
    line-height: .95em;
}
#miele b {
    font-weight: 900;
}
#miele .m-steps {
    padding: 30px;
    background-color: #4a4a48;
    color: #fff;
    text-align: center;
}
#miele .m-steps-header {
    font-size: 85px;
    font-weight: 900;
}
#miele .m-steps-bottom {
    text-align: center;
    opacity: .5;
    font-size: 15px;
    padding-top: 10px;
}
#miele .m-steps-entries {
    display: flex;
    justify-content: space-around;
    padding: 30px;
}
#miele .m-table {
    display: table;
}
#miele .m-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
#miele .m-step {
    max-width: 100%;
    width: 290px;
    display: inline-block;
    font-weight: 300;
}
#miele .m-step-desc {
    font-size: 19px;
}
#miele .m-step > img {
    width: 110px;
    margin-bottom: 20px;
}
#miele .m-step-no > img {
    width: 40px;
    margin-right: 12px;
}
#miele a {
    color: inherit;
    text-decoration: none;
}
#miele .m-info-img.right {
    padding-left: 70px;
}
#miele .m-info-img.left {
    padding-right: 70px;
}
#miele .m-info-frame {
    width: 384px;
    height: 384px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}
#miele .m-info {
    padding: 70px;
}
#miele .m-info-txt {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.6em;
}
#miele .m-info-txt > strong {
    display: block;
    margin-bottom: 8px;
    font-size: 25px;
    font-weight: 900;
}
#miele .m-higlight {
    background-color: #3e2a4f;
    width: 100%;
    padding: 40px 70px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
}
#miele .m-higlight > strong {
    display: block;
    margin-bottom: 13px;
    font-size: 25px;
    font-weight: 900;
}
#miele .m-bottom {
    width: 100%;
}
#miele .m-section.dark {
    color: #fff;
}
#miele .m-section {
    position: relative;
}
#miele .m-section img {
    width: 100%;
}
#miele .m-section-header {
    position: absolute;
    top: 9.6%;
    left: 6%;
    font-size: 80px;
    font-weight: 700;
    line-height: 1em;
}
.page-content .showLP{
    margin: 0 auto;
    cursor: pointer;
}
.page-content .showLP img{
    max-width: 100%;
}
@media screen and (max-width: 1200px) {
    #miele .m-section-header {
        font-size: 6vw;
    }
}
#miele .m-btn {
    padding: 80px;
    text-align: center;
}
#miele .m-btn-txt {
    position: relative;
    display: inline-block;
    background-color: #8b0013;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding: 20px 50px 20px 130px;
    border-radius: 20px;
    min-width: 542px;
}
#miele .m-btn-txt > img {
    position: absolute;
    left: -40px;
    top: -30px;
}
@media screen and (max-width: 900px) {
    #miele .m-header {
        height: 550px;
    }
    #miele .m-header-headline {
        font-size: 60px;
    }
    #miele .m-header-subtxt {
        font-size: 18px;
        max-width: 350px;
    }
    #miele .m-info-frame {
        width: 240px;
        height: 240px;
    }
}
@media screen and (max-width: 700px) {
    #miele .m-header {
        height: 650px;
    }
    #miele .m-logo {
        margin-left: -60px;
        width: 120px;
    }
    #miele .m-header-headline {
        font-size: 40px;
    }
    #miele .m-header-txt {
        padding: 70px 40px 0 40px;
    }
    #miele .m-steps-header {
        font-size: 30px;
    }
    #miele .m-steps-entries {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    #miele .m-step {
        margin: 30px 0;
    }
    #miele .m-info .m-table, #miele .m-info .m-cell {
        display: block;
    }
    #miele .m-info-img {
        padding: 0 !important;
        text-align: center;
        margin: 30px 0;
    }
    #miele .m-info {
        padding: 50px 30px;
    }
    #miele .m-info-txt > strong {
        font-size: 23px;
    }
    #miele .m-info-txt {
        font-size: 18px;
    }
    #miele .m-higlight {
        padding: 30px;
    }
    #miele .m-btn {
        padding: 50px 20px;
    }
    #miele .m-btn-txt {
        position: relative;
        display: inline-block;
        background-color: #8b0013;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        padding: 10px 25px 10px 65px;
        border-radius: 10px;
        min-width: 271px;
    }
    #miele .m-btn-txt > img {
        position: absolute;
        left: -20px;
        top: -15px;
        width: 66px;
    }
}

.hideElement{
    display: none;
}