section.hero {    
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: start;
    color: white;
    text-align: left;
}
section.hero figure.figure {
    max-width: 260px;
    margin-left: auto;
    margin-right: 0;
}
.hero p.lh-lg {
    color: #fff;
}
.lh-lg {
    line-height: 1.5 !important;
    font-weight: bold;
    font-size: 1.5rem;
    color: #504F53;
}
.welcome figure.figure {
    top: -20%;
}
section.divider {
    display: flex;
    height: 325px;
    width: 100%;
    margin-top: -325px;
    z-index: 9;
    position: absolute;
}
section.why {
    background-color: #6d8fc9;
}
h2.headline-2.headline-bold {
    font-size: 3.3rem;
}
h3.headline-3 {
    font-size: 1.5rem;
}
section.why figure.figure {
    width: 70px;
    height: 70px;
    margin: auto;
}
.offer .content {
    background-color: #fff;
    border-radius: 25px;
    margin-top: -51px !important;
    text-align: center;
    width: inherit;
}
.badge {
    padding: .7rem;
    background-color: #6d8fc9;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1rem;
}
section.products, section.offer {
    background-color: #F7F7F7;
}
.offer p.lh-lg-light {
    max-width: 640px;
    margin: 1rem;
    margin-bottom: 0;
}
.offer .content p {
    margin-left: auto;
    margin-right: auto;
}
.text-blue {
    color: #6d8fc9;
}
.products h2.headline-2.mb-5 {
    margin-bottom: 1rem !important;
}
.products p.lh-lg-light {
    color: #838383;
    font-size: 1rem;
}
.products small.text-blue {
    margin: 1rem 0;
    display: block;
    font-weight: bold;
}
.place {
    padding: 1rem;
    border: 1px solid #6d8fc9;
    margin-bottom: 1rem;
    border-radius: 14px;
}
.place h3.headline-3.mb-5 {
    margin-bottom: 1rem !important;
    color: #6d8fc9;
}
.showroom .figure {
    width: 100%;
    position: relative;
    height: 200px;
}
.showroom img.figure__img {
    object-fit: contain;
    position: relative;
    display: block;
    height: 100%;
}
section.divider.formdivider {
    position: relative;
    margin-top: 0;
}
section.form {
    background-color: #6d8fc9;
}
.form-group {
    margin-bottom: 1.3rem;
}
.form-control {
    height: 80px;
    border-radius: 14px;
    padding: 0 15px!important;
    background-color: transparent !important;
    border-color: #fff;
    color: #fff !important;
}
.form-control::placeholder {
    color: #fff;
}
a.btn.btn-primary, button.btn.btn-primary.form-control {
    background-color: #fff !important;
    color: #6d8fc9 !important;
    text-align: center;
    display: flex;
    font-weight: bold;
    margin-top: 3rem;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.form label {
    color: #fff;
    font-weight: 100;
}
.formdivider h3.headline-3 {
    text-transform: none;
    font-size: 2.5rem;
}
footer.footer {
    background-color: #504F53;
    color: #fff;
    text-align: center;
}
footer p.lh-lg-light {
    font-size: .8rem;
}
.form-control.error,.form-radio.error {
    border-color: red;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
section.products {
    padding-bottom: 150px;
}
section.divider.divider-white {
    margin-top: -270px;
    height: 270px;
}
@media (min-width: 1770px){
    section.divider {
        height: 415px;
        margin-top: -415px;
    }
    section.products {
        padding-bottom: 290px;
    }
    section.divider.divider-white {
        margin-top: -420px;
        height: 420px;
    }
}
@media (max-width: 1399px){
    .headline-1 {
        font-size: 3.5rem;
    }
    section.divider {
        height: 280px;
        margin-top: -280px;
    }
}
@media (max-width: 1199px){
    .headline-1 {
        font-size: 3rem;
    }
    section.divider {
        position: relative;
        height: 280px;
        margin-top: 0;
        display: block;
    }
}
@media (max-width: 991px){
    .headline-1 {
        font-size: 2.5rem;
        text-transform: none;
    }
    .headline-2 {
        font-size: 2.125rem;
        color: #6D8FC9 !important;
        text-transform: none!important;
    }
}
@media (max-width: 767px){
    section.divider.pt-5{
        background-size: contain!important;
    }
    section.why {
        background-color: #6d8fc9;
        padding-top: 180px;
        margin-top: -200px;
    }
    .hero .col-6.col-lg-6.d-flex.p-5 {
        padding: 10px !important;
    }
    .hero .headline-1{
        font-weight: 300;
    }
    .headline-1 {
        font-size: 2rem;
    }
    .col-7.col-lg-6.d-flex.align-item-center.p-5,
    .col-5.col-lg-6.d-flex.p-5 {
        padding: .5rem !important;
    }
    .hero a.btn.btn-primary.form-control, .hero .row:not(.mobileOnly) p.lh-lg {
        display: none;
    }
    section.hero {
        height: auto;
    }
    .mobileOnly {
        display: block!important;
    }
    .hero p.lh-lg {
        color: #fff;
        font-size: 1rem;
    }
    .mobileOnly a.btn.btn-primary.form-control {
        color: #fff !important;
        background-color: #6d8fc9 !important;
        margin-bottom: 3rem;
        margin-top: 1rem;
    }
    .welcome figure.figure {
        top: 0;
    }
    section.divider {
        height: auto;
    }
    .divider h2.headline-2.headline-bold.mb-5.cl-bright.py-5 {
        color: #fff !important;
        font-size: 2rem;
    }
    section.why figure.figure {
        margin-left: 0;
        margin-bottom: 1rem;
    }
    h3.headline-3.headline-bold.mb-5.cl-bright.py-5 {
        margin-bottom: 0 !important;
    }
    section.divider.divider-white {
        margin-top: -78px;
        height: 90px;
    }
    section.products {
        padding-bottom: 150px;
    }
    .formdivider .container.mt-5 {
        background-color: #6d8fc9;
        margin-top: -20px !important;
    }
}
@media (max-width: 413px){
    section.why {
        background-color: #6d8fc9;
        padding-top: 180px;
        margin-top: -200px;
    }
}
@media (max-width: 376px){
    section.why {
        background-color: #6d8fc9;
        padding-top: 180px;
        margin-top: -240px;
    }
}
@media (max-width: 361px){
    section.why {
        background-color: #6d8fc9;
        padding-top: 180px;
        margin-top: -245px;
    }
    section.divider.divider-white {
        margin-top: -70px;
        height: 90px;
    }
    .formdivider .container.mt-5 {
        background-color: #6d8fc9;
        margin-top: -25px !important;
    }
}