@charset "UTF-8";

/* CSS Document */

@media all {
    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 120%;
        color: #038BD2;
        text-align: center;
        background: #D0EAF6;
    }

    #wrapper {
        text-align: left;
        background: #FFED00;
        overflow: hidden;
    }

    #inhalt {
        background: #FFFFA0;
    }

    #logo {
        background: #FFED00;
    }

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

    #produkte {
        color: #008AD1;
        background: #FFED00;
    }

    #termine {
        text-align: center;
        color: #008AD1;
        background: #FFED00;
        border-left: 4px solid #FFFFA0;
    }

    .footer {
        margin-top: 5px;
        padding: 0.1% 0;
        background: #FFFFA0;
        font-size: 90%;
    }

    h1 {
        font-size: 120%;
        color: #FF0000;
    }

    .wichtig {
        color: #008000;
        font-weight: bold;
    }

}
