@font-face {
    font-family: 'juana-light';
    src: url('fonts/juana-light-webfont.woff2') format('woff2'), url('fonts/juana-light-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #585856;
    background-color: #fff;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-style: normal;
    overflow-x: hidden;
}
h1,h3 {
    font-family: juana-light;
}
h2, h4, h5, .icon-label {
    font-size: 1.5rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}
/*Header*/
.header-container {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    min-height: 800px;
}

.header, .untertitel {
    z-index: 2;
}

.logo img {
    max-width: 260px;
    height: auto;
    margin-top: 1vh;
    margin-bottom: 10vh;
}
.form1, .form2 {
    position: absolute;
    z-index: -1;
}

.form1 {
    top: 186px;
    left: 0px;
    height: auto;
    max-width: 1000px;
}

.form2 {
    top: -180px;
    right: -104px;
    max-width: 400px;
}
h1 {
    font-size: 8rem;
    max-width: 600px;
    margin: 0 auto;
}

.fb, .insta {
    width: 60px;
    height: auto;
    margin-bottom: 5rem;
    margin-top: 2rem;
}

.untertitel .erstes {
    padding-right: 40px;
}

.untertitel .zweites {
    padding-left: 40px;
}
/*Main*/
.main-wrap {
    min-height: 100vh;
    max-width: 65%;
    margin: 0 auto;
}
.mummy-belly, .baby, .mummy-face, .endmessage {
    display: flex;
    margin-bottom: 15rem;
    flex: 1;
    flex-direction: row;
    align-items: start;
}
.content {
    width: 50%;
    text-align:left;
    font-size: 1.05rem;
    line-height:1.3;
}
h3 {
    font-size: 5rem;
    margin-bottom: 2rem;
    line-height: 1;
}
h4{
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
}
.order{
    display: block;
    margin-top: 1.75rem;
}
.order a {
    color: #A6958D;
    text-decoration: underline;
}
/*Footer*/

.background {
    background-color: #F3EAE6;
    width: 100%;
    margin-bottom: 2rem;
}
.endmessage {
    width: 50%;
    margin: 0 auto 100px auto;
    padding: 50px 0 0 0;
}
.endmessage .content {
    width: 50%;
}
.endmessage .image {
    width: 50%;
}
.contact {
    width: 50%;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 5rem;
}
a {
    color: #585856;
    text-decoration:none;
}

/*Icons Footer*/
.icon-wrap{
    display:flex;
    flex-direction: row;
    width: 18%;
    margin: 0 auto;
}
.icon-items {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.icon-label {
    text-transform:uppercase;
    font-size: 0.75rem;
}
.icon-items img{
    width: 50px;
    height: 60px;
    margin: 0 auto;
}

/*Bilder*/
.image {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 50%;
    margin-right: 100px;
}

.image > img:first-of-type {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.product {
    position: relative;
    right: 100px;
    width: 210px;
    max-width: 100%;
    height: auto
}
.product.babyface{
    right: 500px;

}
.baby .image {
    margin-right: 0;
    margin-left: 100px;
}
.mummy-face .product {
    width: 300px;
}
.product.moisture {
    top: 200px;
    right: 400px;
}
.product.clear {
    bottom: 115px;
}

/*Footer Bilder*/
footer .image {
    overflow: visible;
}
.footer-face{
    width: 100%;
    min-width: 500px;
    height: auto;
}

/*Media Querys*/
@media screen and (max-width:1500px){
    .mummy-face .image {
        margin-right: 200px;
    }
    .footer-face{
    }

}
@media screen and (max-width:1200px){
    .mummy-face img:first-of-type{
        width:150%
    }
}
@media screen and (max-width:1080px){
    .form1{
        left: 100px;
    }
    .product.babyface {
        right: 400px;
    }
}
@media screen and (max-width: 930px) {
    .main-wrap {
        max-width: 80%;
    }
    .endmessage{
        width: 80%;
    }
    .icon-wrap {
        width: 30%;
    }
    .product.babyface {
        right: 370px;
    }
}
@media (max-width: 768px){
    .form1 {
        left: 0;
    }
    .product{
        right: 80px;
    }
    .product.babyface{  
        right: 370px;
        width: 120%
    }
    .product.moisture{
         right: 270px;
    }
    h3{
        font-size: 3rem;
    }
}
@media screen and (max-width: 630px){
    .product.babyface {
        right: 320px;
        width: 120%
    }
}
@media screen and (max-width: 480px){
    .logo img{
        width: 70%;
    }
    h1{
        font-size: 5rem;
    }
    h2{
        font-size: 1.25rem;
    }
    h3{
        padding-top: 20px;
    }
    .untertitel .erstes, .untertitel .zweites{
        padding: 0;
    }
    .main-wrap{
        max-width: 100%;
    }
    .mummy-belly, .baby, .mummy-face, .endmessage{
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .content, .image, .endmessage{
        width: 90%;
        text-align: center;
    }
    .baby .content{
        order: 1;
    }
    .endmessage .content{
        order: 1;
        width: 100%;
    }
    .endmessage .image{
        width: 100%;
    }
    .endmessage .image img{
        margin-right: 50px;
    }
    .icon-wrap {
        width: 50%;
    }
    .image > img:first-of-type {
        max-width: 290px;
    }
    .form1 {
        left: -47px;
        top: 306px;
        max-width: 500px;
    }
    .mummy-face .product {
        right: 68px;
        width: 158px;
    }
    .mummy-face .image,.image{
        margin: 0;
    }
    .mummy-face .image img:first-of-type {
        max-width: 220px;
    }
    .product{
        margin: 0;
    }
    .product.babyface{  
        margin: 0;
        width: 75%;
        right: 370px;
    }
    .product.moisture{
        margin: 0;
        width: 50%;
        top: 66px;
        right: 296px;

    }
    .product.clear{
        width: 50%;
        right: 37px;
    }
    .footer-face {
        width: 100%;
        min-width: 450px;
        height: auto;
    }
    .footer .image{
        justify-content: right;
    }
}