@media (min-width: 768px) {
    .austria .container {
        width: 100%;
    }
}

#map {
    width: 100%;
    height: auto;
    min-height: 600px;
}
.mapThumbs .thumb img {
    max-width: 150px;
    height: auto;
}
.mapThumbs .link {
    max-width: 150px;
}
.breadcrumb.nomargin {
    margin-bottom: 5px !important;
}
h3.nomargin {
    margin-top: 5px;
}

.loko-image {
    height: 25px;
    width: auto;
}

.card {
    padding: 5px;
    border: 1px solid gray;
    margin: 5px;
}

.align-self-center {
    text-align: center !important;
}
.thumb {
    width: 100px;
    height:auto;
}

.train-info {
    font-size: .8em;
}
.train-info .time {
    font-weight: bold;
    color: darkblue;
}

.day-link {
    background-color: gray;
    color: white;
    display: block;
    text-align: center;

}