body {
   margin: 0;
   padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #e2e2e2;
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;  
    user-select: none;
}

.site {
    margin: 0 auto;
    max-width: 50em;
}

p {
    color: #612B3E;
   
}

.thatisme-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding: 20px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}



.slogan {
    background-color: #ffffff;
    width: 80%;
    margin: 5%;
    padding: 5%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;

    -webkit-box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
}


.slogan>h1 {
    font-style: italic; 
    font-weight: 700; 
    text-align: center;
    font-size: 24px;
}

.slogan>p {
    text-align: center;
    font-size: 14px;
    }


    .thatisme {
        background-color: #ffffff;
        width: 80%;
        margin: 5%;
        padding: 5%;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        -webkit-box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
    }
    
    
    .thatisme>h1 {
        font-style: italic; 
        font-weight: 700; 
        text-align: center;
        font-size: 20px;
    }

    .thatisme>h2 {
        font-style: italic; 
        font-weight: 700; 
        text-align: center;
        font-size: 18px;
    }
    
    .thatisme>p {
        text-align: center;
        font-size: 14px;
        }



.frontpage-gridpartent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    width: 90%;
    margin: 0 auto;
    grid-gap: 10px;
}

.gridchild {
    display: flex;
    vertical-align: bottom;
    text-align: center;

   border-radius: 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
   -o-border-radius: 20px;
   -webkit-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.75);
   box-shadow: 0px 0px 19px -3px rgba(0,0,0,0.75);

}

.nagelmodellage{
    background-image: url("//lidiasnail.de/img/nagelmodellage.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kosmetik {
    background-image: url("//lidiasnail.de/img/kosmetik.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wimpernverlängerung {
    background-image: url("//lidiasnail.de/img/wimpernverlaengerung.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mpl4g {
    background-image: url("//lidiasnail.de/img/mpl4g.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media (max-width: 50em) {
    .gridchild {
        grid-column:  1 / 3;
    }

    .frontpage-gridpartent {
        height: 1500px;
    }
}


@media (min-width: 50em) {
    .nagelmodellage {
        grid-row:  1 / 3;
    }

    .kosmetik {
        grid-row:  1 / 3;
    }

    .wimpernverlängerung {
        grid-row:  3 / 5;
    }

    .mpl4g {
        grid-row:  3 / 5;
    }

    .frontpage-gridpartent {
        height: 700px;
    }
}



footer  {
    -webkit-box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 48px -6px rgba(0,0,0,0.75);
     background-color: #612B3E;
     width: 100%;
     height: 200px;
}

.underline {
    color: #612B3E;
}

h3 {
    color: #612B3E;
    text-align: center;
}

h4 {
    color: #612B3E;
    text-align: center;
}

.iconwrapper {
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}


.innertext {
    border-radius:20px;
    margin-top: auto;
    text-align: center;
    padding: 5px;
    width: 100%;
    background: white;
    overflow: hidden;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
}

p.sub {
    text-align: center;
    color: #612B3E;
    font-size: 12px;
    line-height: 0px;
}