* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

#wrapper {
    max-width: 593px;
    background: #fff;
    border: 1px solid #ed1c24;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    margin: 12px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    color: #231f20;
}

#anzeige_div {
    padding: 10px;
}

#footer {
    margin: 8px 0 0;
}

h1 {
    font-size: 24px;
    margin: 10px 0;
    line-height: 28px;
    text-align: center;
    color: #ed1c24;
}

h3 {
    font-size: 18px;
    margin: 0 0 2px;
    line-height: 28px;
    color: #ed1c24;
}

p {
    margin-bottom: 7px;
}

p:last-child {
    margin-bottom: 0px;
}

a {
    color: #231f20;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.clearfix {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

h1 span {
    font-size: 80%;
}

h1 small {
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

#footer aside:nth-of-type(1) {
    width: 16%;
    float: left;
}

#footer aside:nth-of-type(2) {
    width: 84%;
    float: right;
}

@media screen and (max-width: 592px) {
    #wrapper {
        width: 100%;
        border: none;
        margin: 0px;
    }

    br {
        display: none;
    }

    #footer br {
        display: block;
    }
}

@media screen and (max-width: 498px) {
    #footer aside {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }
}