/*----- MQ Small Mobile -----*/

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.banner {
    display: none;
}

div.banner h5 {
    display: none;
}

div#page {
    padding: 0 5% 2em;
    margin: 0 auto;
    max-width: 900px;
    font-size: 14px;
    font-size: 1.4rem;
}

section {
    padding: 1.5em 0 0;
    line-height: 1.7;
    border-bottom: 1px solid #CCC;
    color: #555;
}

section#intro h1 {
    position: relative;
    padding: 0 0 .3em;
    margin-bottom: .5em;
    line-height: 1.2;
    text-align: left;
    font-size: 28px;
    font-size: 2.8rem;
    color: #555;
    font-family: arial, helvetica sans-serif;
    font-weight: normal;
    clear: both;
    border-bottom: 1px solid #CCC;
}

section:last-child {
    border: none;
}

section h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    padding-bottom: .5em;
    font-weight: normal;
    color: #555;
}

section p {
    padding-bottom: 1.5em;
}

section ul {
    padding-bottom: 1.5em;
}

section ul li {
    list-style: outside square;
    padding: .5em 0;
    margin-left: 1.5em;
}

section ol {
    padding-bottom: 1.5em;
}

section ol li {
    list-style: outside decimal;
    padding: .5em 0;
    margin-left: 1.5em;
}

section dl {
    padding: 1em 0 1.5em;
}

section dt {
    padding-bottom: 1em;
    text-decoration: underline;
}

section dd {
    display: list-item;
    list-style: outside square;
    margin-left: 1.5em;
    margin-left: 1.5em;
}

/*----- MQ Small Desktop-----*/

@media screen and (min-width: 680px) {

    div#page {
        margin-top: 36px;
    }

    section#samples {
        padding: 2em 0 0;
        margin: 0 0 2em;
    }

    section {
        clear: both;
        padding: 2em 0;
        border-bottom: 1px solid #BBBBBB;
        font-size: 16px;
        font-size: 1.6rem;
        color: #737373;
    }

    section p {
        line-height: 1.6;
        padding: 1em 0;
    }

    section dt {
        padding: 0;
        text-decoration: none;
        line-height: 1.2;
        color: #333;
    }

    section dd {
        list-style: none;
    }

    section#intro h1 {
        border-color: #BBB;
        position: relative;
        margin-bottom: .5em;
        text-align: left;
        font-size: 32px;
        font-size: 3.2rem;
        color: #555555;
        font-family: dinNeuzeit, arial, helvetica;
        font-weight: normal;
        clear: both;
    }

    section h2 {
        position: relative;
        padding: 0 0 3px;
        text-align: left;
        font-size: 24px;
        font-size: 2.4rem;
        color: #555555;
        font-family: dinNeuzeit, arial, helvetica;
        font-weight: normal;
        clear: both;
    }

    section ul li {
        list-style: none;
        padding: 0;
        margin: 0;
    }
}

/*----- MQ Medium Desktop-----*/

@media screen and (min-width:970px) {

    div#page {
        position: relative;
        margin: 326px auto 40px;
        max-width: 1080px;
        padding: 0 10px;
        width: 90%;
    }

    div.banner {
        display: block;
        position: absolute;
        top: 106px;
        left: 0;
        width: 100%;
        height: 290px;
        margin: 0;
        background-color: #FFF;
        background-position: 0 0;
        background-repeat: repeat-x;
        background-size: cover;
    }

    div.banner h5 {
        position: relative;
        display: block;
    }

    div.banner h5 b, div.banner h5 i {
        display: none;
    }

    section {
        padding: 3em 0;
    }

    section p {
        line-height: 2;
        font-size: 16px;
        font-size: 1.6rem;
    }

    section#intro h1 {
        font-size: 42px;
        font-size: 4.2rem;
    }

    section h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

/*----- MQ Large Desktop-----*/

@media screen and (min-width:1680px) {

    div.banner {
        height: 340px;
    }

    div#page {
        margin: 380px auto 40px;
    }
}