/*
 * Haus der Bayerischen Geschichte
 * 01.09.2021 Res Media // mhs
 */

#title {
    font-size: 3.4em;
}

#cloud {
    height: 350px;
    width: 100%;
}

.list {
    list-style-type: none;
    padding: 0;
}

.list > li {
    margin-bottom: .5em;
}

.list a {
    text-decoration: none;
    color: #212529;
    font-size: 1.1em;
    font-weight: bold;
}

.list a:hover {
    color: #197f8c;
}

.list a > small {
    display: block;
    font-size: .8rem;
    margin-top: -.3em;
}

.list > .row {
    margin-bottom: .5em;
}

.tile {
    display: block;
    text-decoration: none;
}

.tile > .title {
    text-align: center;
    margin-top: .5em;
    line-height: 1.2em;
}

.tile > .title > b {
    font-size: .9em;
    line-height: 1.5em;
}

.tile:hover {
    text-decoration: none;
}

.toolbar {
    font-size: .85em;
    text-align: right;
    margin-bottom: .5em;
}
.toolbar > a {
    text-decoration: none;
}

.toolbar img {
    max-height: 1.1em;
}
