* {
    margin: 0;
    box-sizing: border-box;
}

h3 {
    font-size: 23px;
    line-height: 28px;
    margin: 3px 0 26px;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 0.75rem auto;
    border: 2px #231F20 solid;
    max-width: 595px;
    color: #231F20;
    position: relative;
    padding: 34px 12px 8px;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    line-height: 1.375rem;
    font-size: 1.125rem;
    text-align: center;
    overflow: hidden;
}

p {
    padding-bottom: 1rem;
}

h1 {
    margin: 0px 0 1.25rem 0;
    font-size: 54px;
    line-height: 73px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}

h1 span {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 0.625rem;
    text-align: center;
}

.pad{font-size: 120%;padding-bottom: 25px;}

a {
    color: #231F20;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a u {
    color: blue;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: none;
}

ul {
    margin-bottom: 0.9375rem;
    padding: 0;
    list-style: none;
}

ul li {
    background: url(iconlist.jpg) no-repeat 0 0.3125rem;
    padding-left: 1.25rem;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

.center {
    text-align: center;
}

.center a {
    color: #3351A3;
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline;
}

/* Header */
header {
    width: 100%;
    float: left;
}

header a img {
    float: left;
}

header>img {
    float: right;
    margin: 8px 1.625rem 0 0;
}

/* Ende Header */

/* Article */
article {
    width: 100%;
    float: left;
    padding-top: 20px;
}

/* Ende Article */

/* Footer */
footer {
    width: 100%;
    float: left;
    font-size: 19px;
}

/* Ende Footer */

@media only screen and (max-width: 595px) {
    #wrapper {
        border: none;
        font-size: 0.875rem;
        line-height: 1.125rem;
    }

    h1 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    h1 span {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    h2 {
        font-size: 18px;
        line-height: 20px;
    }

    p {
    }

    .no {
        display: none;
    }

    ul li br {
        display: none;
    }

    aside {
        width: auto !important;
        float: none !important;
    }

    footer img {
        position: static;
        margin: 0.625rem 0 0;
        float: none;
    }

    header {
        margin: 0 0 10px;
    }

    article {}

    footer {
        font-size: 13px;
        line-height: 18px;
    }

    header>img {
        margin: 0;
    }
}