/**
 * ##########################################################################################################
 *
 * ########## Handcrafted with passion by
 * ##########
 * ########## Trans Ident Line GmbH
 * ########## Kaiser-Friedrich-Promenade 17
 * ########## 61348 Bad Homburg v.d.H.
 *
 *
 *
 * ########## Schmidt Naturkosmetik
 * ##########
 * ########## @author           vls
 * ########## @editor           vls
 * ########## @update           28.12.2017
 *
 * ##########################################################################################################
 * ########## Reset
 */


* { margin: 0; padding: 0; outline: 0 none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }





/**
 * ##########################################################################################################
 * ########## Hauptbereiche
 */


html {
    height: 100%;
    overflow-y: scroll;
}


body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #d9e0d7;
}


div#wrapper {
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


img.comingsoon {
    width: 100%;
    max-width: 1000px;
}
