/**
 * This file is part of
 * pragmaMx - Web Content Management System.
 * Copyright by pragmaMx Developer Team - http://www.pragmamx.org
 *
 * pragmaMx is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * $Revision: 499 $
 * $Author: PragmaMx $
 * $Date: 2022-05-11 14:15:10 +0200 (Mi, 11. Mai 2022) $
 */

.mod-news > .postcontent a, .postcontent a:link {
    
    /*text-decoration: underline;
    color: #231FAD;*/
}

.mod-news > .postmetadatafooter {
	/*background:#efefef;*/
}

 
.mod-news >  ul.story-buttons > li:before {
	 content: none !important;
 }

.news_block {
	margin: 0 !important;
	/*padding: 5px !important;*/
	display: flex;
	flex-flow: row wrap;
    flex-direction: row;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:2em;
}

.news_block_img {
	max-width: 200px;
	max-height:200px;
}

.news_block_content,  .news_block_content li  {
  flex: 1 auto;
  /*flex-basis: 50%;*/
  flex-grow: 1;
  flex-shrink: 1;	
  min-width:150px;
  padding:1em;
  /*border: 1px solid #363636;*/
}

.sp100 {
	flex-basis: 99%;
}

.sp50 {
	flex-basis: 45%;
}

.sp33 {
	flex-basis: 30%;
}

.sp25 {
	flex-basis: 22%;
}

.sp20 {
	flex-basis: 18%;
}

.datetime {
	position:relative;
	text-align:left;
	display:inline;
	float:left;
	font-size:0.8em;
}

.news_block_content .postbuttons {
	display:inline;
	position:relative;
	float:right;
	text-align:right;
	font-size:0.8em;
	vertical-align:top;
}
.postbuttons * img, .postbuttons img{
  margin-left:0.33em;
}

.blockfooter {
	display:block;
	width:100%;
	margin-bottom:1em;
}