html,
body {
    font-family: Tahoma, Verdana, Arial;
    font-size: 62.5%;
    color: #1748b0;
}

a {
    color: #1748B0;
}

#container {
    max-width: 885px;
    min-height: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    position: relative;
    padding-left: 35px;
    padding-right: 50px;
}

/* LOGO */

#head-container {
    display: block;
}

/* GŁÓWNY KOMUNIKAT */

#body-container {
    margin-top: 80px;
    margin-bottom: 80px;
}

#body-container h1 {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 5px;
}

#body-container p {
    margin: 0;
    font-size: 2.1rem;
}

/* DODATKOWE INFORMACJE */

#content-links {
    max-width: 50%;
    color: #000;
}

#content-links h1.headline {
    font-size: 2.0rem;
    color: #1748b0;
    font-weight: 300;
    margin: 21px 0 21px 0;
    padding: 0 0 9px 0;
    background-image: url(../images/trennlinie_gepunktet.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#content-links h3 {
    font-size: 1.4rem;
    color: #1748b0;
    background-image: url(../images/trennlinie_gepunktet.png);
    background-repeat: repeat-x;
    background-position: bottom;
    margin: 10px 21px 0px 0;
    padding: 0 0 7px 0;
}

#content-links p {
    font-size: 1.2rem;
}



/**
 * media queries
 */


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    #content-links {
        max-width: 70%;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    #content-links {
        max-width: 100%;
    }
}