@charset "UTF-8";

@media all {

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

    h1 {
        font-size: 120%;
        margin: 0;
        padding: 20px;
    }

    #logo {
        background: #FFED00;
        text-align: center;
    }

    #topmenu {
        background: #ffffa0;
    }

    #topmenu ul {
        margin: 2% 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    #topmenu li {
        display: inline;
    }

    #topmenu a {
        padding: 10px 20px;
        letter-spacing: 1px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 80%;
        font-weight: bold;
        color: #008AD1;
    }

    #topmenu a:hover {
        color: #004d8d;
    }

    #alles {
        width: 75%;
        margin: 0 auto;
        background: #ffffa0;
        overflow: visible;
        text-align: left;
    }

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

    #computer,
    #aktionen {
        background: #FFED00;
        color: #008AD1;
    }

    #kameras,
    #news {
        background: #008AD1;
        color: #FFED00;
    }

    #computer,
    #kameras,
    #aktionen,
    #news {
        float: left;
        width: 25%;
        box-sizing: border-box;
    }

    #produkte,
    #angebote {
        overflow: visible;
    }

    #footer {
        font-size: 90%;
        padding: 10px 0;
        background: #ffffa0;
        text-align: center;
        margin-top: 30px;
        clear: both;
    }
}

@media screen and (max-width: 700px) {

    #computer,
    #kameras,
    #aktionen,
    #news {
        float: none;
        width: 100%;
        display: block;
    }

    #topmenu li {
        display: block;
        margin: 0;
        padding: 0;
    }
}
