@charset "utf-8";
body {
    color: #111;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    padding-top: 5.0rem;
}

.text-muted {
    color: #555 !important;
}

.small,
small {
    font-size: 0.875em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
}

.shadow-sm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.card {
    border-radius: 0.5rem!important;
}

.card-img-overlay {
    border-radius: 0.5rem!important;
}

.rounded-xl {
    border-radius: 0.5rem!important;
}

.rounded-xl-bottom {
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
}

.rounded-xl-top {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
}


.text-profile-position {
    font-weight: 400;
}

.text-profile-bio {
    /* font-family: "Raleway"; */
    font-weight: 300;
}

.availability-note {
    padding: 0.55rem 0.75rem;
    border-left: 3px solid #005ecb;
    background-color: #f2f7fd;
    color: #222;
    font-weight: 700;
}

.navbar {
    background-color: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.inline-badge {
    height: 16px;
    vertical-align: -10%;
    margin-right: 2px;
    line-break: unset;
}

.no-break {
    white-space: nowrap;
}

.cover-image {
    width: 180px;
    max-height: 120px;
}

.abstract-body {
    min-height: 100px;
}

.publication-item h5 {
    font-size: 1.125rem;
    margin-bottom: 0.35rem !important;
    font-weight: 500 !important;
    line-height: 1.35;
}

.publication-item .small {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.5;
}

.publication-item p + p {
    margin-top: 0.2rem !important;
}

.publication-item .abstract-links {
    margin-top: 0.35rem !important;
}

.news-list {
    font-size: 1rem;
    line-height: 1.5;
}

.news-title {
    min-width: 0;
}

@media (max-width: 575.98px) {
    .news-item {
        flex-direction: column;
    }

    .news-date {
        margin-top: 0.35rem;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }
}

img.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

div.lazy {
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px 50px;
    min-height: 80px;
}

.badge-publication {
    font-size: 100%;
}

.email-text {
    font-family: Source Code Pro, monospace;
}

.teaser-preview-button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.teaser-preview-close {
    position: absolute;
    top: -2.25rem;
    right: 0;
    color: #fff;
    opacity: 0.9;
    text-shadow: none;
}

.showcase-preview-image {
    cursor: zoom-in;
}

#teaser-preview-image {
    max-height: 90vh;
    background: #fff;
}
