body {
    position: relative;
}

.tags.has-addons {
    display: inline-flex;
    flex-wrap: nowrap;
}

.fixed-bottom-right {
    position: fixed;
    bottom: 1rem;
    /* Abstand vom unteren Rand */
    right: 1rem;
    /* Abstand vom linken Rand */
    z-index: 1030;
    /* damit er über anderen Elementen bleibt */
}

#show .modal-content {
    font-size: 2rem;
    width: 90% !important;
    max-height: 90% !important;
}

#show .label {
    font-size: 3rem;
}

.tags .tags {
    margin-bottom: 0;
}

aside {
    right: 0;
    height: 70vh;
    width: 150px;
    overflow-y: scroll;
    z-index: 99;
    position: absolute;
}

.is-clickable a:hover {
    text-decoration: underline;
}