
        body {
            text-align: left;
        }

        h1 {
            font-size: 40px;
            margin-bottom: 20px
        }

        body {
            font-family: Helvetica, sans-serif;
            font-size: 1.8rem;
            color: #333;
        }
        .body-imprint {
            font-family: Helvetica, sans-serif;
            font-size: 1rem;
            color: #333;
        }

        .main-container {
            min-height: 100vh
        }

        a,
        a:visited {
            color: #333;
            text-decoration: none;
        }

        a:hover,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
        }

        .header div {
            height: 400px;
            text-align: center;
            background: url("../img/coming-soon.jpg");
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
        }

        .container {
            position: relative
        }

        .content {
            display: flex;
            justify-content: center;
        }
        .content > div {
            margin-top: 60px;
        }
        .entry-title {
            margin-top: 50px;
        }

        .impressum {
            margin-top: 50px;
        }
        .contact-frame {
            display: flex;
            align-items: center;
            margin-bottom: 0.5rem;
        }
        .contact img {
            width: auto;
            height: 2rem;
        }
        .phone {
        height: 3rem;
        }
        .phone img {
        height: 3rem;
        }
        .footer {
            min-height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
        }
        .footer-left {
            display: flex;
            align-items: center;
            justify-content: left;
        }

        span#displayMail::before {
            content: "inf";
        }

        span#mussWeg {
            display: none;
        }

        span#displayMail::after {
        content: "o\40conniberner.de";
        }