﻿
#TeaserOverview .hidden {
    color: transparent;
    background-color: transparent;
    width: 1px;
    height: 1px;
    font-size: 1px;
}

#TeaserOverview .pointer {
    cursor: pointer;
}


#TeaserOverview .teaserimg {
	padding: 0 30px 30px 10px;
}


 .card.pos-rel {
	 left: -55px;
	 top: -100px;
	 padding: 20px 20px 20px 60px !important;
}

#TeaserOverview .card:hover {
    box-shadow: 5px 0px 26px 0px rgba(0, 0, 0, 0.25);
}

#TeaserOverview .background-img {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

#TeaserOverview .readingtime {
    background-color: #444444aa;
    color: #ddd;  
	width: fit-content;
	border-radius: 12px;
	padding: 8px 10px;
	margin: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#TeaserOverview .readingtime .light {
	font-weight: 600;
	color: #fff;
}

#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);
    }
}


#TeaserOverview .link .btn.arrow-blue {
	transition-timing-function: ease-out;
    transition: translate 0.5s;
}


#TeaserOverview  .link:hover .btn.arrow-blue{
   color: var(--bs-orange);
   translate: 10px 0px;
}


#category_8 {
	display: none;
}


#TeaserOverview  .link:hover .btn.arrow-blue{
   color: var(--bs-orange);
   translate: 10px 0px;
}


#TeaserOverview .ratio-news{
   --bs-aspect-ratio: calc(300 / 509 * 100%);
}

@media (max-width:768px) {
	#TeaserOverview .ratio-news{
	   max-height: 100px;
       --bs-aspect-ratio: calc(500 / 509 * 100%);
	}
}

