﻿
#NewsInfo .hidden {
    color: transparent;
    background-color: transparent;
    width: 1px;
    height: 1px;
    font-size: 1px;
}

#NewsInfo .pointer {
    cursor: pointer;
}

#NewsInfo .title-headline {
	width: 70%;
    margin: 30px auto 10px auto;
    text-align: center;
}

#NewsInfo .text.zentriert {
	width: 90%;
    margin: 0 auto;
    text-align: center;
}

#NewsInfo .h1 {
    font-size: 2.8rem;
	font-weight: 900;
}
	
#NewsInfo .h2 {
    font-size: 2.2rem;
	font-weight: 700;
}



#NewsInfo .teaser-container {
	margin: 10px 0;
	padding: 10px 0 50px 0;
	border-bottom: 1px solid #aaa;
}


#NewsInfo .teaserimg {
    position: relative;
    padding: 0 10px 10px 10px;
}

#NewsInfo .categorieName {
    border-radius: 20px;
    background-color: var(--bs-orange);
    padding: 5px 15px;
    color: #fff;
    font-size: 16px;
}



@media (max-width:992px) {
	#NewsInfo .h1 {
       font-size: 2.2rem;
       font-weight: 700;
    }
	#NewsInfo .h2 {
       font-size: 1.8rem;
    }
	#NewsInfo .categorieName, #NewsInfo .readingtime {
		margin-left: 0 !important;
		margin-right: 30px !important;
		margin-top: 30px;
	}
}


#NewsInfo .img-autor {
    width: 70px;
    height: auto;
    border-radius: 35px;
    margin: 0 5px 0 16px;
}

#NewsInfo .name-autor {
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

#NewsInfo .position-autor {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

#NewsInfo .link .btn {
    font-size: 16px;
}

#NewsInfo .background-img {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

#NewsInfo .readingtime .dark {
    font-weight: 800;
    color: #999;
	font-size: 16px;
}

#NewsInfo .readingtime {
    font-weight: 600;
    color: #ccc;
	font-size: 16px;
}

#NewsInfo .datePublished {
    color: #ccc;
    font-size: 16px;
}

#NewsInfo .ratio-news {
    --bs-aspect-ratio: calc(300 / 450 * 100%);
}

@media (max-width:992px) {
    #NewsInfo .ratio-news {
        max-height: 300px;
    }
}

