html {
    position: relative;
    min-height: 100%;
}

html, body {
    font-family: 'robotolight', sans-serif;
    font-size: 16px;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

a {
    color: #337ab7 !important;
    /*background-image: url("../img/ic-link.png");*/
    background-size: 10px 10px;
    background-position: 5px 7px;
    background-repeat: no-repeat;
    /*padding-left: 15px;*/
}

.footer a {
    background: none;
    padding: 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    background-color: #f5f5f5;
    padding-bottom: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.footer li {
    float: left;
    list-style-type: none;
    margin-right: 20px;
}

.bold {
    font-family: 'robotomedium';
}

.italic {
    font-family: 'robotolight_italic';
}

.footer {
    position: fixed;
}

body > .container {
    /*padding: 60px 15px 0;*/
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

ul, li {
    padding: 0;
}

.law {
    margin-bottom: 20px;
    margin-left: 20px;
}

.law ol li {
    content: "\25ba\00a0";
}

.page-content-section {
    margin-bottom: 60px;
}

a#btn-fb {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../img/btn-fb.png");
    background-size: 20px 20px;
    float: right;
}

#radschlag-logo {
    background-image: url("../img/radschlag-logo.jpg");
    background-repeat: no-repeat;
    background-size: 140px 140px;
    width: 140px;
    height: 140px;
}

#radschlag-logo {
    padding: 10px;
    padding-right: 20px;
}

#radschlag-info {
    padding: 10px;
}

#radschlag-adresse {
    padding: 10px;
}

#radschlag-oeffnungszeiten {
    padding: 10px;
}

#ol-faq li {
    margin-bottom: 20px;
}

#page-content-impressum ol li, #page-content-faq ol li {
    font-size: 24px;
}

#page-content-impressum ol li > p, #page-content-faq ol li > p {
    font-size: 16px;
}

#page-content-werkstattordnung {
    font-size: 24px;
}

#page-content-werkstattordnung li {
    margin-bottom: 20px;
}

.footer ul li:first-of-type {
    /*background-color: darkgreen;*/
    margin-right: 22%;

}

.footer ul li:first-of-type a {
    background-image: url("../img/ic-home.png");
    width: 100px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 26px;
}

#news{
    background-color: rgba(255, 255, 0, .8);
    padding: 15px;
}