﻿
#TeaserOverview .hidden {
    color: transparent;
    background-color: transparent;
    width: 1px;
    height: 1px;
    font-size: 1px;
}

#TeaserOverview .pointer {
    cursor: pointer;
}

#TeaserOverview .rounded-pill.btn-info.active {
    background-color: #1F3179;
    color: #fff;  
}

#TeaserOverview .rounded-pill.btn-info.reset {
    background-color: transparent;
    color: #039;  
    margin-left: 30px;
    border: 0;
    text-decoration: underline;
    font-weight: 400 !important;
}

#TeaserOverview .rounded-pill.btn-info.reset:hover {
     color: #000;  
}


#TeaserOverview  .teaser-container .item {
    min-height: 5rem;
}

#TeaserOverview .lead {
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.2px;
    color: #3F434E;
    font-weight: 400;
}


#TeaserOverview h4.card-title {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.2px;
    color: #3F434E;
    font-weight: 700;
}

#TeaserOverview .card-text {
    font-size: 16px;
    line-height: 150%;
    color: #3F434E;
}

#TeaserOverview .overline span:not(:last-child)::after {
    content: ', ';
}

#TeaserOverview .crop {
    overflow: hidden;
}

#TeaserOverview .crop16to9 {
    padding-top: 56.5%;
}

#TeaserOverview .crop img {
    top: 0;
}

#TeaserOverview .crop16to9 img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

#TeaserOverview .copyright {
    padding: 5px;
    width: min-content;
    height: min-content;
    white-space: nowrap;
    background-color: #dddddd77;
    font-size: 12px;
	top: 0;
}

#TeaserOverview .hashtags span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
}


#TeaserOverview .loader {
    margin: auto;
    border: 10px solid #EEE;
    border-radius: 50%;
    border-top: 10px solid #1F3179;
    width: 70px;
    height: 70px;
    animation: spinner 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 40%;
    display: none;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
