/***********************************************************************

	News

************************************************************************/

/* Distances */
.news {
	padding-top:0px;
	/* overflow: auto; width: 100%; */
}

/* Reduce height of last DIv */
div.news_container table tr:last-child td div.news {
	padding-bottom:0px;
}

/* Collapse Borders around table */
div.news_container table {
	border-collapse:collapse;
}

/* align left top for td */
.news_container table td {
	text-align: left;
	vertical-align: top;
}

/* Avoid underlined links */
.news h3 a {
	text-decoration:none;
}

.h3_title_link {
	margin:0px 0px 8px 0px; color: #626262 !important; font-size: 20px; line-height: 28px; font-family: "BellGothicBT-Black"; font-weight: normal;
}

/* Define Thumbnail - Standard */
.news .thumbnail {
	display:inline-block !important;
	padding:0px;
	margin:0px;
	border:0px;
	float:right;
	width:220px;
	padding-left:10px;
	padding-bottom:10px;
}

/* No Border on image */
.news .thumbnail img {
	border:0px;
}

/* Text 'Mehr...' */
.news_continue_reading {
	margin:4px 0px 0px 0px;
}


/* Define Thumbnail - xs */
@media (max-width: 767px){
	/*
	.news .thumbnail {
		float:none;
		width:100%;
		padding: 0px 0px 10px 0px;
	}
	.news .thumbnail img {
		width:100%;
		height:auto;
	}
	*/
}




/* Calendar */
.calendar_row {

}

.calendar_container {
	position:relative;
	background-color:#9f4c58;
}

.calendar_container * {
	font-family:'BellGothicBT-Bold';
	color:#ffffff;
}

.calendar_day {
	position:absolute;
}

.calendar_month {
	position:absolute;
}

.calendar_year {
	position:absolute;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.share {
	margin-top: 20px;
}
.share iframe,
.share > span {
	float: left; display: inline-block; margin-right: 10px;
}

.news h2 a { font-weight: bold; text-decoration: none; color: #000000; }
.news h2 { margin-bottom: 0px; }






/***********************************************************************

	xs

************************************************************************/
@media (max-width: 767px){
	.news {
		padding-bottom:24px;
	}
	.calendar_container {
		margin-top:3px;
		margin-right:21px;
		width:46px;
		height:46px;
/*		border-radius: 5px;*/
	}
	.calendar_day {
		top:-1px;
		left:4px;
		font-size:23px;
	}
	.calendar_month {
		bottom:-2px;
		left:5px;
		font-size:14px;
	}
	
	.calendar_year {
		font-size:11px;
		bottom:3px;
		right:-2px;
	}
}
/***********************************************************************

	sm

************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
	.news {
		padding-bottom:24px;
	}
	.calendar_container {
		margin-top:3px;
		margin-right:21px;
		width:46px;
		height:46px;
/*		border-radius: 5px; */
	}
	.calendar_day {
		top:-1px;
		left:4px;
		font-size:23px;
	}
	.calendar_month {
		bottom:-2px;
		left:5px;
		font-size:14px;
	}
	
	.calendar_year {
		font-size:11px;
		bottom:3px;
		right:-2px;
	}
}
/***********************************************************************

	md

************************************************************************/
@media (min-width: 992px) and (max-width: 1499px) {
	.news {
		padding-bottom:32px;
	}
	.calendar_container {
		margin-top:4px;
		margin-right:24px;
		width:58px;
		height:58px;
/*		border-radius: 6px; */
	}
	.calendar_day {
		top:3px;
		left:6px;
		font-size:28px;
	}
	.calendar_month {
		bottom:1px;
		left:6px;
		font-size:19px;
	}
	
	.calendar_year {
		font-size:13px;
		bottom:7px;
		right:-3px;
	}
}
/***********************************************************************

	lg

************************************************************************/
@media (min-width: 1500px) {
	.news {
		padding-bottom:40px;
	}
	.calendar_container {
		margin-top:5px;
		margin-right:28px;
		width:70px;
		height:70px;
/*		border-radius: 8px; */
	}
	.calendar_day {
		top:7px;
		left:7px;
		font-size:34px;
	}
	.calendar_month {
		bottom:4px;
		left:8px;
		font-size:24px;
	}
	
	.calendar_year {
		font-size:15px;
		bottom:10px;
		right:-4px;
	}
}