/********** Basic **********/

body{
	font-family: 'FontSiteSansCondensed';
	font-size: 1.3rem;
	font-smooth: auto;  
	-webkit-font-smoothing: antialiased;	
	z-index: -2;
	position: relative;	
	font-smooth: always;	
	-moz-osx-font-smoothing: auto;	
}

img{
	font-size:0.8rem;
}

.wp-block-image img {
  height:auto;
}

p{
	font-size: 1.2rem;
	padding: 0.5rem 1rem 0 0;
	text-align: justify;
	margin: 0;
	line-height:1.2;
}

h2{
	font-size:1.5rem;
	font-weight:bold;
}



h2.single {
	font-size: 1.6rem;
	font-weight:bold;
	max-width:97%;
}

h3{
	font-size:1.4rem;
}

ul{
	list-style:none;
	padding:0;
	margin:0;
}

.pos-rel{
	position:relative;
}

.menu-left{
	position:absolute;
	height: 310px;
	width:250px;
	padding:0;
	margin:0;
	top:0;
	left:0;
	background-image: url("lib/img/HG_blau_breit.png");	
	background-size:cover;
	 background-position: center;
	background-color: #2a3445;	
    box-shadow: 5px -1px 10px #000;	
}

.scrollBar{
	position: fixed;
	height: 130px;
	width: 100%;
	padding: 0;
	margin: 0;
	top: -130px;
	transition: all 0.5s ease;
	left: 0;
	background-image: url("lib/img/HG_blau_breit.png");
	background-size: auto;
	background-position: left;
	background-color: #2a3445;
	box-shadow: 5px -1px 10px #000;	
	z-index:3;
}


.navbar-rel{
	left:252px;
	height:310px;
	display:flex;
	align-items:baseline;
	justify-content: flex-start;
}

.video{
	position:absolute;
	padding:0;
	margin:0;
	left:1px;
	top: -170px;
	#top: -397px;
}


.logo-container{
	#height:100%;
	#width: 100%;
	display: flex;
    justify-content: center;
    align-items: baseline;	
	padding: 30px 10px;
}

.menu-left-icons{
	position:absolute;
	bottom: 15px;
	right: 10px;
}

.icon{
	height:30px;
	width: 30px;	
	background-repeat: no-repeat;
	background-size: 30px 30px;
	margin: 0 5px;	
}


.icon-scrollbar{
	align-self:flex-end;
	height: 25px;
	width: 25px;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	margin: 0 5px;	
}

.fb{
	background-image: url("lib/img/icons/facebook_Kreis_weiss.png");

}

.fb:hover{
	background-image: url("lib/img/icons/facebook_Kreis_blau.png");
}

.in{
	padding-left: 5px;
	background-image: url("lib/img/icons/in_Kreis_weiss.png");	
	
}

.in:hover{

	background-image: url("lib/img/icons/in_Kreis_blau.png");	
	
}

.sm-buttons{
	display: inline-block;
	vertical-align: middle;
}

.twitter{

	background-image: url("lib/img/icons/twitter_Kreis_weiss.png");	
	
}

.twitter:hover{

	background-image: url("lib/img/icons/twitter_Kreis_blau.png");	
	
}

/**** KATEGORIEN ***/ 
.Allgemein > .nav-link{
	background-color: #FF6600;
}
.Strom > .nav-link{
	background-color: #14B2E4;
}
.Emissionen > .nav-link{
	background-color: #B789B4;
}
.Gas > .nav-link{
	background-color: #F9B81C;
}
.Ökologie > .nav-link{
	background-color: #9DC125;
}
.Energiebörse > .nav-link{
	background-color: #E42A18;
}


.navbar{
	padding:0;
}

.nav-item {
	padding: 0px 2px 0 0;
}

.nav-item-rel:hover > a{
	height: 7rem;
	transition: all ease 0.5s;
	box-shadow: inset 2px 11px 22px -12px #fff, 0px 1px 9px 2px #000, inset -3px -7px 24px -14px #000;
}
.nav-item-sb:hover > a{
	transition: all ease 0.5s;
	box-shadow: inset 2px 11px 22px -12px #fff, 0px 1px 9px 2px #000, inset -3px -7px 24px -14px #000;
}

	
.nav-item-sb > a > figcaption{
	opacity:1;
}
	

.sb-icons{
	position:absolute;
	bottom: 15px;
	left: 10px;
}
 
.nav-item-rel:hover{
	z-index:1;		
}

.inner-glow::before{
    position: relative;
    content: '';
    width: 100%;
    top: -100%;
    box-shadow: inset -10px -10px 10px -6px #eee;
    display: block;
    height: 100%;

}

.active{
	z-index:1;
}

.nav-item-rel.active > a  {
	height: 7rem;	
	box-shadow: inset 2px 11px 22px -12px #fff, 0px 1px 9px 2px #000, inset -3px -7px 24px -14px #000;
	#box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);	
}

.nav-item-sb.active > a  {
	box-shadow: inset 2px 11px 22px -12px #fff, 0px 1px 9px 2px #000, inset -3px -7px 24px -14px #000;
}

.nav-item-rel.active > a > figcaption  {
	opacity:1;
}

.nav-item-sb.active > a > figcaption  {
	opacity:1;
}

.nav-link:hover > figcaption {
	opacity:1;
	transition: all ease 0.5s;
}

.nav-item-rel > a {
	display: flex;
	flex-direction: column;	
    justify-content: flex-end;
	align-content: center;
	align-items: center;
	#width: 120px;
	box-shadow: 2px 2px 8px #444;
	
}
.nav-item-sb > a {
	display: flex;
	flex-direction: column;	
    justify-content: flex-end;
	align-content: center;
	align-items: center;
	#width: 120px;
	box-shadow: 2px 2px 8px #444;
	
}
.nav-link {
	height:6rem;
	width: 5rem;
}

.nav-item a{
	color: #fff;
	#text-align:center;
	#vertical-align:middle;	
}
.nav-item img{

	height: 50px;
	width: 50px;	
	display:block;
}

.nav-item-sb img{
	height: 40px;
	width: 40px;
	display:block;
}

.nav-item-sb > .nav-link{
	height:5rem;
	width: 4.5rem;
}



.nav-item figcaption{
	text-align:center;
	font-size: 11pt;
	opacity:0;
}

.container{
	max-width:1300px;
	padding:0;
}

.header-container{
	position: relative;
	#height: 10rem;
	#background-color: #e9ecef;
	#box-shadow: 0vw 2px 15px #999;
}

.header-container-padding{
	padding-top: 6rem;
}

a{
	color: #000;
}

.width-100{
	
	width:100%;
}
.search-panel{
	position: absolute;
	right:0;
	top:0;
} 

.search-form{
	border: 0;
	margin:0;
	padding:0;
	width:100%;
}

.search-input{
	opacity:0;
	position: absolute;
	right:-1px;
	top:-1px;
	width: 0%;
	border-radius: 2px;
	border: 1px solid #000;
	box-shadow: 1px 1px 3px #999;
	#background-color: #e9ecef;
	padding:0 5px;
	margin:0;
	height:2.1rem;
	transition: all 0.5s linear;
}

.show-search{
	opacity:100%;
	width: 100%;
	z-index:1;
}

.submit-search{
	background-color: #000 !important;
	color:#fff;
}

.search-button { 
	color: #fff;
    background: none; 
    border: 0;
	border-radius:3px;
	padding:5px;
}
.search-button:hover {
    background-color: #000; 
    border: 0;
	border-radius:3px;	
	padding:5px;
	color:#fff;
}

.search-icon {
    color: #4d575c;
    z-index: 2;
    font-weight: bold;
    font-size: 14pt;
	position: absolute;
	top: 2px;
	right: 2px;	
}

.search-rel{
	top: 15px;
	right: 15px;
}	

.powered-by{
	position: absolute;
	bottom: 5px;
	right: 5px;
	padding:0;
	font-family: Calibri;
	font-size: 8pt;
	color: #848484;
}

/*** Breadcrumbs ***/
.breadcrumbs-link {
	font-size: 1rem;
}

/********* Post list **********/
.dropshadow-container{
	position: relative;
	top:7rem;
	#left: 3rem;	
	
}

.dropshadow{
	padding:0;
	margin:0;
	z-index:1;
}

.post-container{
	background-color: #fff;
	padding: 1rem;
	#box-shadow: 0px 0px 12px 4px #999; 
	
}

.single-post-container{
	padding:1rem; 	
	margin:0;	
	background-color: #fff;
}


.img-left img{
	float:left;
	margin: 0.5rem 15px 0 0;
}

.top-articles-box-container{
	padding:0rem 0rem 1rem 0rem;
	top:-20px;
}
	
.top-articles-box-row{ 
	padding:1rem;
	background-color:rgba(242, 216, 6, 0.26);
	#float:left;
	#max-width:400px;
	margin:0;
}	

.top-articles-header{
	font-size: 2.5rem;
	font-weight: 1000;
	position: relative;
	top: 1.3rem;
	left: 0.7rem;
}

.post-box-container{
	padding:1rem 0;
}
	

.post-box-row{ 
	padding:1rem;
	background-color: rgba(0,0,0, 0.1);
	#float:left;
	#max-width:400px;
	margin:0;
}	

.post-box{ 
	padding:0 2rem;	
	#float:left;
	#max-width:400px;
}	

.post-box:first-child {
    padding: 0 2rem 0 1rem;
}

.post-box > a > p{
	font-size: 1.1rem;
}

.post-box img{ 
	margin: 5px 0;
	max-height: 300px;
	max-width:100%;
	#float:left;
	#max-width:400px;
}	

.img-left{
	padding: 0rem 3rem 0 2rem;
}

.small-right-container{
	margin: 0;
	padding: 0 1rem;	
}

.small-right:first-child {
  border-top: 1px solid #000;
}

.small-right >.blocklink > .article-subtitle-category{
	position:absolute;
	top: 5px;
	right: 5px;
	
}
.small-right >.blocklink > .article-header,.small-right >.blocklink > .article-subtitle{
	max-width:68%;
}

.img-left > .blocklink > .article-subtitle-container, .post-box > .blocklink > .article-subtitle-container,
 .img-right > .blocklink > .article-subtitle-container {
	padding:0;
	margin: 4px 0;
	height: 25px;
}
.small-right > .blocklink > .article-subtitle-container{
	padding:0;
	margin: 2px 0;
	height: 20px;
}



.category-on-picture{
	position: absolute;
	top: 10px;
	right: 10px;
}

.img-left > .blocklink > .article-subtitle{
	width:80%;
}


.img-right{
	padding: 0rem 1rem 0 2.5rem;
}

.img-right img{
	float:right;
	margin:0.5rem 0 0 15px;
	max-height:300px;
}

.promotions > .show-teaser:last-child {
	border-bottom:0px;
}

.promotions > div > a > img {
	background-color: none;
	box-shadow:none;
	#max-height: 3.5rem;		
}

	
.promotions{
	background-color: rgba(31,44,65,0.3);
	padding: 1rem 1rem 1.5rem;
} 

.promotions::after{
	content:'Anzeigen';
	color: #848484;
	font-size: 10pt;
	position:absolute;
	bottom: 2px;
	right:2px;
}

.small-right,.show-teaser{
	border-bottom: 1px solid #000;
	min-height: 6rem;
	padding: 9px 15px;
}

 .top-article{
	min-height: 6rem;
	padding: 5px 15px;
}

.small-right img, .show-teaser img{
	float:right;
	margin: 0 0 0 15px;
	max-width: 30%;
	max-height:5rem;
}
.small-right h2, .top-article h2, .show-teaser h2{
	font-size:1.3rem;
	line-height:1.4rem;
}

.small-right > a > div > p, .show-teaser > a > div > p,.top-article > a > div > p  {
	display:none;
}

.small-right.show-teaser > a > div > p {
	display:block;
	padding:0;
}

.small-left{
	border-bottom: 1px solid #000;
	padding: 0.5rem 0rem 1rem 0rem;
}

.small-left img{
	float:left;
	margin: 0 10px;
	max-width: 20%;
	
}
.small-left h2{
	font-size:1.3rem;
	line-height:1.4rem;
}

.small-left > a > p {
	display:none;
}


.show-teaser{
	border-bottom: 1px solid #000;
}
	

.top-article{
	border-bottom:none;
}

.top-article img{
	margin: 0;
}

/*** Individual post style **/


.post-list{ 
	padding:4rem 4rem 0rem 4rem; 
}	

.attachment-post-thumbnail{
	width: auto;
	height: auto;
	box-shadow: 1px 2px 5px #999;
	display: block;
	max-width: 100%;
	#max-height: 250px;
}

.img-widescreen{
	flex-shrink: 2;
}

.img-portrait{
	#margin: 0 0 0.5rem 0.5rem;
}

.placeholder{
	height: 240px;
}

.show-more{
	display:block;
	margin:auto;
	background-color: #fff;
	border: 2px solid #000;
	padding: 10px 25px; 
}

.show-more:hover{
	background-color: #bdbfc1;
}

.pagination > span, .pagination > a {
	margin: 0px 5px 0px 5px;
}

.pagination > .current {
	color: #2a3445;
	font-weight:bold;
}

.article-page{
	padding:1rem 0;
	margin:0;
}

.article-header{
	padding: 0;
	margin:0;
}

.article-subtitle{
	font-size:1rem;
	left: 0;
}


.single-article-subtitle{
	font-size:1rem;
	left: 0;
	#border-bottom: 1px solid;
	padding: 0 0 5px 0;	
}

.article-subtitle span{
	vertical-align: text-top;
}

.article-subtitle img, .single-article-subtitle img{
	height:25px;
	padding:0;
	margin:0 4px 0 0;
	height:25px;
	width: auto;
	max-width:unset;
	float:none;	
}

.article-subtitle-category{
	position:relative;
	right:0;
}

.article-body{
	position:relative;
}

.single-article-body{
	position:relative;
}


.right-box{
	#background-color: #fff;
	#bottom: 100px;
	padding:0;
	margin:0;
	
}

a.blockLink{
	display:block;
	text-decoration: none;
	color: #000;
}
a.blockLink:hover, a.blockLink:active, a.blockLink:focus{
	text-decoration: none;
	color: #000;
}
.single-post{
	#display:inline-block;
	padding-top: 1rem;
	margin-left: auto;
	margin-right: auto;	
}

.single-post > .article-subtitle {
	display: table;
}

.fb_iframe_widget {
		display:table-cell;
		vertical-align:middle;
		#padding-left: 5px;
}

.footer-right{
	text-align: right;	
}

.text-right{
	text-align: right;
}

.single-post-img{
	float:right;
	width:auto;
	margin: 0.5rem 0 10px 15px;
	max-width: 400px;	
}

.category-icon-single{
	top:15px;
	width:100%;
}	
.category-icon-single img{
	padding:0;
	margin: 0 4px;
}

.related-posts{
	padding:1rem 15px;
}

.related-posts h2{
	font-size: 1.2rem;
	margin:0.4rem 0;
}

.related-posts-img{
	font-size: 1.2rem;
	max-height:174px;
	float:none;
	margin:0;
	padding:0;
}

.featured-content-img{
	width:75%;
	margin:0px 0px 15px 0px;
}

.content-list{
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}

.content-list-img img{
	float:right;
	width:20rem;
	margin-left: 20px;
}


/*** Sidebar ***/

.featured-content{
	#display:none;
	position:fixed;
	right:0;
	top: 0px;
	background-color:#fff;

	transition:top 0.5s linear;	
	padding: 130px 1rem;
	max-height:100vh;
	overflow:hidden;
}
 
.featured-content-text{
	width:80%;
	margin:auto;
	text-align:center;
	
}

.sidebar{
top: -120px;	
}

.sidebar-bottom{
	top: -97px;
}

.sidebar a, .topbar a{
	font-size: 1.3rem;
}

/**** Topbar ***/

.topbar{
	transition:top 0.5s linear;		
	background-color: #fff;
}
.topbar-rel{
	transition:top 0.5s linear;		
	#background-color: #fff;
	box-shadow: 1px 2px 9px #555;
	overflow:hidden;
	z-index:2;
}

.dropshadow::after{ 
	position:absolute;
	content:''; 
	width:98%;
	bottom: 0;
    transform:translateX(1%);	
	z-index:-1;
	box-shadow: 0px 0px 12px 4px #999;
	
}
.dropshadow-left::after{ 
	position:absolute;
	content:''; 
	width:95%;
	height:100%;
	left:0;
	bottom: 0;
    transform:translateX(4%);	
	z-index:-1;
	box-shadow: 0px 0px 12px 4px #999;
	
}
.dropshadow-container::after{ 
	position:relative;
	display:block;
	content:''; 
	width:97%;
	bottom: 0;
    transform:translateX(1%);	
	z-index:-1;
	box-shadow: 0px 0px 12px 4px #999;
	
}

.topbar > button {
		padding:0.5rem 4rem;
}


.padding-top{
	padding-top: 63px; 
}

.nav-up{
  top: -180px;
  transition:top 0.5s linear;	
 
}

/*** Foooter *****/
#footer{
	position: relative;
	#margin: 50px 0;
	top: 9rem;
	#transform: translateX(1%); 
	#box-shadow: 0vw 2px 15px #999;
	
}
.m-a{
	margin:auto;
}
.p-a{
	position:absolute;
}

.r-6{
	right: 6rem;
}

.footer{
	font-size: 1rem;
	padding: 1rem 5rem 4rem; 
	background-color: rgba(255,255,255, 1);
}
.footer-rel{
	font-size: 1rem;
	padding: 1rem 1rem; 
	background-color: rgba(255,255,255, 1);
}

.footer li .footer-rel li{
	list-style:none;
}

.footer-cols{
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 2rem;
}

.cookie-bar a{
	color: #fff;
}
	
.cookie-bar{
	display:none;
	background-color: #2a3445;
	opacity: 0.8;
	color: #fff;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	font-size: 12pt;
	padding:0.2rem;
	z-index:1;
}

.cookie-bar-button{
	#color:#fff;
	display:inline;
	float:right;
	border: 1px solid #000;
}

.all{
	background-color: #9DC125;
}

.tech{
	background-color: #E42A18;
}

/******* COLORS ********/
.emissionen{

}

.allgemein{
}

.oeko{
	
}

/**** PAGES ****/

.form-group{
	padding:0;
}

.newsletter-email-verification{
	font-size: 11pt;
	color:red;
	display:none;
}
 
.newsletter-form{
    border-radius: 2px;
    border: 1px solid #000;
    box-shadow: 1px 1px 3px #999;
    #background-color: #e9ecef;
    padding: 0 5px;
    margin: 0;
    height: 1.6rem;
    #transition: all 0.5s linear;
}

 .newsletter-backend-list{
	 text-align:left;
 }
 
  
 .external-newsletter { 
  width: 100%;
  height: 700px;
  overflow-x:hidden;
  border:none;
}

label{
	font-size: 1.2rem;
	padding: 0.5rem 0.5rem 0 0;
	text-align: justify;
	margin: 0;
	line-height: 1.2;
}

.button{
	font-size: 1.2rem;
	margin: 0.5rem;
}

@media(min-width:2250px){
	.video{
		top: -310px;
	}	
}
@media(min-width:992px){

.single-article-body{
		margin: 0 50px 0 155px;
	}
}
@media(max-width:1650px){
	.video{
		top: -100px;
	}
}


@media(max-width:1316px){
	.video{
		top:-50px;
	}
	

}
@media(max-width:1216px){

	.video{
		#top:0px;
	}

	.nav-link {
		height:6rem;
		width: 5rem;
		display: flex;
		justify-content: center;
		align-items: center;	
	}


	.nav-item a{
		color: #fff;
		#text-align:center;
		#vertical-align:middle;	
	}
	.nav-item img{
		height: 3rem;
		width: 3rem;
		display:block;

	}

.nav-item-sb img{
	height: 2rem;
	width: 2rem;
	display:block;
}

.nav-item-sb > .nav-link{
	height:4rem;
	width: 4rem;
}

}
	
@media(max-width:991px){
	
.article-page{
	padding:0.5rem 0.3rem;
}
	.sidebar{
	position:relative;
	top: 20px;
	margin:auto;
	}
.featured-content{
	position:relative;
	top: 20px;
	margin:auto;
	padding:2rem 0 2rem 0;
	max-height:unset;
	margin:0;
	top:8rem;	
	min-height:unset; 
}

.featured-content img{
	max-width:50%;
	width:auto;
	height:auto;
	#float:left;
}

	#footer{
		position:relative;
		top: 8rem;
		padding: 2rem;
		margin:0;
	}
	

	

	.article-section{ 
		padding: 2rem 0 0 0;
		margin:0;		
		left:0;
	}	 
.article-block,.blocklink p  { 
padding: 0;
margin:0;
}
.img-left img, .img-right img, .single-post img{
	#float:none; 
	#margin:0;
	#padding:0;
	max-width:50%;
}

.dropshadow-container,.post-box-row{
	#padding:0.5rem 0.5rem;
}

.small-right-container{
	margin: 0;
	padding: 0;	
}

.promotions{
	padding: 0.5rem 0.5rem 1.2rem;

}

.post-box-container {
    padding: 1rem 0rem;
}



.post-box-row{	
	padding:0;
}

.post-box, .post-box:first-child{	
	padding:0.5rem 2rem;
}
.post-container{
	}
	
.top-articles-box-container {
    padding: 1rem 0rem;
}	

.top-articles-box-row{	
	#padding:0;
}

.post-list{ 
	padding:2rem 2rem 0rem 2rem;
}	
	.article-block{
	}
	
	.single-post{
		padding:0rem;
	}
	.singlepost-img img{
		float:none;
		width:100%;
		padding:0;
	}
	
	.related-posts{
		padding: 0 0.5rem;
	}
	
	.related-posts img {
		max-width:100%;
	}	
		
	.related-post-box{
		padding: 1rem;
	}

}
@media(max-width:950px){
	.video{
		top:-10px;
	}
}

@media(max-width:767px){
	
	.post-container, .article-page, .top-articles-box-container{
		padding:0;
	}
	
	.img-left > .row, .img-right > .row, .small-right > .row {
		margin:0;
	}

.promotions{
	#padding:1rem;
}

.sb-icons{
	position:absolute;
	bottom: 15px;
	right: 15px;
	left:unset;
}
 
	.img-left, .img-right{
			padding: 1rem;
	}	 
	.powered-by{
		display:none;
	}
	


	.video{
		display:none;
	} 
	.menu-left{
		position:relative;
		height:auto;
		width:100%;
	}
	
	.logo-container{
		justify-content:start;
		align-items:baseline;
		padding: 20px 10px;
	}
	.navbar-toggler{
		position:absolute;
		top:45px;
		right:6px;
		color:#fff;
	}
	.navbar-rel{
		top:0;
		left:0;
		padding:3px;
		height:unset;
		width:unset;
	}	
	.nav-link {
		height:4rem;
		width: 4rem;
		#display: flex;
		flex-basis: 100%;
		justify-content: center;
		align-items: center;	
	}

	.navbar-nav-rel{
		flex-direction:row;
	}

	.nav-item-rel > a > figcaption{
		opacity:1;
	}


	.nav-item-rel.active > a:hover,.nav-item-rel.active > a:active,.nav-item-rel.active > a:focus,
	.nav-item-rel:hover > a,.nav-item-rel:active > a,.nav-item-rel:focus > a,.nav-item-rel.active > a{
		height:4rem;
		width: 4rem;
	}
	
	
	.nav-item-rel.active > a:hover,.nav-item-rel.active > a{
		height:4rem;
		width: 4rem;
	}

	.active{
		height:3.4rem;
		width: 3.4rem;	
	}

	.nav-item a{
		color: #fff;
		#text-align:center;
		#vertical-align:middle;	
	}
	.nav-item img{
		height: 1.6rem;
		width: 1.6rem;
		display:block;

	}
	
	.footer-rel{
		text-align:center;
	}
	.footer-right{
	text-align:unset;
	}


	.img-right{	
		#padding:1rem 2rem 1rem;
	}
	
	.related-posts{
		padding: 1rem;
	}	
}

@media(max-width:575px){
	.sb-navbar{
		position:absolute;
		bottom: 0;
		left:0;
	}
	
	.thumbnail-sb{
		width:7rem;
	}
	.nav-item-sb > .nav-link{
		height:3.5rem;
		width: 3.5rem;
		#display: flex;
		flex-basis: 100%;
		justify-content: center;
		align-items: center;	
	}
		
	.nav-item-sb img{
		height: 1.5rem;
		width: 1.5rem;
		display:block;

	}	
 .nav-item-sb > a > figcaption{
		opacity:1;
		font-size:0.7rem;
	}
	.single-post-container{
		padding:0;
	}	
	.single-post{
		padding: 1rem;
	}
}

@media(max-width:399px){
	.article-page{
		padding:0;
	}

	.nav-link,.nav-item-sb > .nav-link{
		height:3.4rem;
		width: 3.4rem;
		#display: flex;
		flex-basis: 100%;
		justify-content: center;
		align-items: center;	
	}

	.navbar-nav-rel{
		flex-direction:row;
	}

	.nav-item-rel > a > figcaption{
		opacity:1;
		font-size:0.7rem;
	}
	.nav-item-rel.active > a:hover,.nav-item-rel.active > a:active,.nav-item-rel.active > a:focus,
	.nav-item-rel:hover > a,.nav-item-rel:active > a,.nav-item-rel:focus > a,.nav-item-rel.active > a{
		height:3.4rem;
		width: 3.4rem;
	}

	.active{
		height:3.4rem;
		width: 3.4rem;
	}
	.nav-item img{
		height: 1.5rem;
		width: 1.5rem;
		display:block;

	}	
	
	.img-left img, .img-right img, .single-post img{
		#float:none; 
		margin: 5px 0;
		#padding:0;
		max-width:100%;
	}
.article-subtitle img{
	margin: 0 4px 0 0;
}	
	.article-subtitle-category img{
			margin:0 4px;
	}
	.single-post img{
		#float:none;
	#	width:100%;
	##	margin: 5px 0;
	#	padding:0;
	}
}

/*****

.article-section{
	position:relative;
	top: 5rem;
	left: 1rem;
	#z-index:1;
	#margin:0;
	#padding:0;	
}

.article-block{
	background-color: #fff;
	padding: 1rem;
	#margin:auto;
	#box-shadow: 6px 10px 33px -4px #999;
	min-height: 75vh;

}

****/