﻿.text-headline {
    font-size: 19px;
    font-weight: 400;
    line-height: 2rem;
}

.logo {
    position: relative;
    padding: 0 20px 0 5px;
}

.loadingHeading {
    min-height: 30px;
    background: #c1c1c1 !important;
}

.loadingHeader {
    min-height: 30px;
    background: #c1c1c1 !important;
    margin-top: -10px !important;
    border: none !important;
}

.loading {
    background: #c1c1c1;
    min-height: 30px;
    position: relative;
    overflow: hidden;
}

    .loading ::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, #d7d7d7, transparent);
        transform: translateX(-100%);
        animation: loading 1s infinite;
    }

@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

.wrap-title {
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.text-Featuresheadline {
    font-size: 1.84rem;
    font-weight: 400;
    line-height: 2.46rem;
}
.navbar-brand.navbar-brand-logo img {
    max-width: 200px !important;
    max-height: 46px !important;
}