/*
########################################
ADMIN BEREICH
########################################
*/

.robur-news th,
.robur-news td {
	padding: 10px;
	line-height: 1.5;
}

.robur-news tr:nth-child(odd) {

	background: rgba(255, 255, 255, 0.3);

}

/*
########################################
FRONTEND
########################################
*/

#group-news .news-container .col-4 {
	margin-bottom: 20px;
}

#group-news .news-container .col-4 > a {
	display: block;
	height: 100%;
}

#group-news .news-container .col-4 > a > div {
	position: relative;
	height: 100%;
	border: 1px solid #D4D4D4;
	padding: 15px 15px 40px 15px;
	background: #FFF;
}

#group-news .news-container .col-4 > a > div:hover {
	border: 1px solid #D34D27;
}

#group-news .news-container h3 {
	margin-bottom: 10px;
	font-family: "Helvetica Neue LT Bold", sans-serif;
	font-size: 16px;
}

#group-news .news-container span {
	display: block;
	color: #B1B2B3;
	margin-bottom: 5px;
}

#group-news .news-container p {
	margin-bottom: 0;
}

#group-news .news-container img {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: auto;
	height: 19px;
}

#group-news .news-container .robur img {
	width: 50px;
	height: auto;
}

#group-news .robur-btn {
	margin-top: 10px;
	text-align: center;
}

#group-news .robur-btn .btn {
	display: inline-block;
	background: #D34D28;
	padding: 12px 30px;
	color: #FFF;
} 

@media (min-width: 769px) {

	#group-news .news-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-wrap: stretch;
		-ms-flex-wrap: stretch;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
	}

	#group-news .news-container .col-4 {
		float: left;
		width: 33.333%;
		padding-left: 10px;
		padding-right: 10px;
	}

	#group-news .news-container .col-4 > div {
		height: 100%;
	}

}

@media (min-width: 1025px) {

	#group-news .news-container h3 {
		font-size: 22px;
	}

}