/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 450px
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    color: white;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 1024px) {
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }

    .template h3 {
        font-size: 14px;
    }

    h1 {
        font-size: 20px;
    }

    .westbahnhof .col-xs-6 {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .westbahnhof .item-container {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        padding-top: 10px;
    }

    .westbahnhof .item-container i {
        margin-top: 10px;
        font-size: 80px;
    }

    .westbahnhof .container {
        width: 100%;
    }

    .westbahnhof .icons {
        font-size: 13px;
    }

    .suedtirolerplatz .col-xs-6 {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .suedtirolerplatz .item-container {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        padding-top: 10px;
    }

    .suedtirolerplatz .item-container i {
        margin-top: 10px;
        font-size: 80px;
    }

    .suedtirolerplatz .container {
        width: 100%;
    }

    .suedtirolerplatz .icons {
        font-size: 13px;
    }

    .wurmbstraße .col-xs-6 {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .wurmbstraße .item-container {
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px;
        padding-top: 10px;
    }

    .wurmbstraße .item-container i {
        margin-top: 10px;
        font-size: 80px;
    }

    .wurmbstraße .container {
        width: 100%;
    }

    .wurmbstraße .icons {
        font-size: 13px;
    }
}
