/* New custom CSS file for: Velika 50/50 */
.clanak_before_content {
    position: relative;
    padding-right: 50%;
    box-sizing: border-box;
	height: 100vh;
	padding-bottom: 50px;
}

.clanak_figure {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    margin: 0;
}

.clanak_figure img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
max-height: 100vh; /* Fallback for Firefox and other browsers */
}
.autonasslika img{
    height: auto;	
max-height: 100vh; /* Fallback for Firefox and other browsers */
max-height: -webkit-fill-available; /* For Chrome, Safari, Edge, Opera */
}
.clanak_title{
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
    font-size: clamp(18px, 3vw, 44px);
    padding-top: 0px;	
	    font-family: 'Source Serif Pro', serif;
	    
}

.cltl_break{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	font-style: normal;
	font-size: clamp(18px, 3vw, 54px);
}

.clanak_title span{
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
	color:#333;
	font-size: clamp(18px, 3vw, 74px);
	display:block;
	font-style: normal;
	padding-bottom:20px;
}

.clanak_lead_paragraph{
    padding-left: 150px;
    padding-right: 150px;
    text-align: center;
	    border-left: none;
}
.clanak_date{
    text-align: center;
    margin-top: 80px;
margin-bottom: 10px;	
}
.icon-container {
    justify-content: center;
}
.clanak_byline {
    text-align: center;
}
.clanak_nav {
    margin-bottom: 20px;
    border-bottom:none;
	padding-top: 160px;	
}
.clanak_nav ul {
    justify-content: center;
}

.clanak_nav ul li a:hover {
    color: #FFF;
}

	
	
.clanak_nav ul li a {
    text-decoration: none;
    color: #d55252;
    font-size: 1rem;
    transition: color 0.3s ease;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
	

    color: #be1b1b;
    text-transform: uppercase;
    margin-left: 3px;
}



.articleOuterContainer {
	padding-top: 50px;
}