﻿
#TeaserElementsBlog .hidden {
    color: transparent;
    background-color: transparent;
    width: 1px;
    height: 1px;
    font-size: 1px;
}

#TeaserElementsBlog .pointer {
    cursor: pointer;
}


#TeaserElementsBlog .teaserimg {
	position: relative;
	padding: 0 10px 10px 10px;
}

 #TeaserElementsBlog .card.pos-rel {
	position: absolute;
	left: -15px;
	bottom: 70px;
	padding: 25px 10px 0px 10px !important;
	width: 95%;
}

@media (max-width: 550px) {
	#TeaserElementsBlog .card.pos-rel {
		width: 110%;
	}
	
	.card-author.d-flex  {
		display: block !important;
	}
	
}


#TeaserElementsBlog .card .categorieName {
	border-radius: 20px;
	background-color: var(--bs-orange);
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
}

#TeaserElementsBlog .card .datePublished {
	color: #999;
	font-size: 15px;
}


#TeaserElementsBlog  .card .card-title {
	font-size: 28px;
	font-weight: 500;
	font-style: normal;
	margin-bottom: 20px;
}

@media (max-width: 550px) {
	#TeaserElementsBlog .card .card-title {
		font-size: 22px;
	}
}


#TeaserElementsBlog  .card .img-autor {
	width: 70px;
	height: auto;
	border-radius: 35px;
	margin: 0 5px 0 16px;
}

#TeaserElementsBlog  .card .name-autor {
	color: #666;
	font-size: 13px;
	font-weight: 600;
}

#TeaserElementsBlog  .card .position-autor {
	color: #999;
	font-size: 13px;
	font-weight: 400;
}

#TeaserElementsBlog  .card .link .btn{
	font-size: 13px;
}

#TeaserElementsBlog .card:hover {
    box-shadow: 10px 5px 10px 3px rgba(0, 0, 0, 0.25);
}

#TeaserElementsBlog .background-img {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

#TeaserElementsBlog .readingtime {
    background-color: #444444aa;
    color: #ddd;  
	width: fit-content;
	border-radius: 12px;
	padding: 8px 10px;
	margin: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#TeaserElementsBlog .readingtime .light {
	font-weight: 600;
	color: #fff;
}

#TeaserElementsBlog .rounded-pill.btn-info.active {
    background-color: #1F3179;
    color: #fff;  
}


#TeaserElementsBlog .rounded-pill.btn-info.reset {
    background-color: transparent;
    color: #039;  
    margin-left: 30px;
    border: 0;
    text-decoration: underline;
    font-weight: 400 !important;
}

#TeaserElementsBlog .rounded-pill.btn-info.reset:hover {
     color: #000;  
}


#TeaserElementsBlog  .teaser-container .item {
    min-height: 5rem;
}

#TeaserElementsBlog .lead {
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.2px;
    color: #3F434E;
    font-weight: 400;
}


#TeaserElementsBlog h4.card-title {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.2px;
    color: #3F434E;
    font-weight: 700;
}

#TeaserElementsBlog .card-text {
    font-size: 16px;
    line-height: 150%;
    color: #3F434E;
}

#TeaserElementsBlog .overline span:not(:last-child)::after {
    content: ', ';
}

#TeaserElementsBlog .crop {
    overflow: hidden;
}

#TeaserElementsBlog .crop16to9 {
    padding-top: 56.5%;
}

#TeaserElementsBlog .crop img {
    top: 0;
}

#TeaserElementsBlog .crop16to9 img {
    aspect-ratio: 16/9;
    object-fit: cover;
}

#TeaserElementsBlog .copyright {
    padding: 5px;
    width: min-content;
    height: min-content;
    white-space: nowrap;
    background-color: #dddddd77;
    font-size: 12px;
	top: 0;
}

#TeaserElementsBlog .hashtags span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
}


#TeaserElementsBlog .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);
    }
}


#TeaserElementsBlog .link .btn.arrow-blue {
	transition-timing-function: ease-out;
    transition: translate 0.5s;
}


#TeaserElementsBlog  .link:hover .btn.arrow-blue{
   color: var(--bs-orange);
   translate: 10px 0px;
}


#category_8 {
	display: none;
}


#TeaserElementsBlog  .link:hover .btn.arrow-blue{
   color: var(--bs-orange);
   translate: 10px 0px;
}


#TeaserElementsBlog .ratio-news{
   --bs-aspect-ratio: calc(300 / 450 * 100%);
}

@media (max-width:992px) {
	#TeaserElementsBlog .ratio-news{
	   max-height: 300px;
	}
}


