﻿
body {
   line-height: 1.6;
   background: #fff;
}

a { color: #fff; text-decoration: underline; }
a:hover { color: #fff; text-decoration: none; }

/* ----- ------ --- ----- */
/* ----- Visitenkarte ----- */
/* ----- ------ --- ----- */

.container {
    width: 500px;
    margin: 20% auto 0;
}


.main-inner {
}
    .main-inner .logo {
        width: 300px;
        margin: 0 auto;
    }
    .main-inner .logo img{
        width: 100%
    }
    .main .coming {
        width:100%;
        font-family: 'Open Sans';
        color: #000;
        font-size: 30px;
        text-align: center;
        font-weight: 900;
        line-height: 110px;
        text-transform: uppercase;
    }





@media (max-width: 768px) {
    .container {
        width: 500px;
        margin: 30% auto 0 !important;
    }
}





