/* stylesheet elektrotechnik-schnitzler, developed by patrik schnitzler - info@responsive-systems.de, responsive-systems 13.02.2020 */
@import "bootstrap.css";
@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css?family=Titillium+Web|Bebas+Neue|Open+Sans+Condensed:300&display=swap'); */

body {
    color: #181818;
    background-color: #fff;
    margin: 0;
}

p {
    margin: 0!important;
}

img {
    height: auto;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.vh {
    height: 100vh;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    padding: 20px;
}

.coming_soon {
    font-size: 18pt;
    text-align: center;
    padding: 0 20px 20px 20px;
    font-weight: 800;
    font-family: sans-serif;
}


    
@media (max-width: 620px) {
    .coming_soon {
        font-size: 14pt;
    }
}