/* News list: for basic.html */

/**
*	News Layout Default
*/

.news {}


	.news .page-navigation:first-child { display: none; }

	.news .page-navigation {
		text-align: center;
		margin-bottom: 20px;
	}

		.news .page-navigation p { display: none; }

		.news .page-navigation .f3-widget-paginator {
			padding: 0;
			list-style: none;
		}

		.news .page-navigation .f3-widget-paginator li {
			display: inline-block;
			font-size: 10px;
		}

		.news-list-view {
			padding: 0 0 10px 0;
		}

		.news-list-view h2 {
			margin: 0;
		}

		.news-list-view .mediaelement-video {
			margin-bottom: .5rem;
		}

		/* youtube/vimeo buttons */
		.news .news-list-view .mediaelement .mediaelement-video img[src$=".svg"] {
			width: 30%;
			height: auto;
			max-width: 80px;
			max-height: 56px;
			margin: 0;
		}

		.news-list-view .page-navigation { text-align: left; }

		.news-list-view .page-navigation .f3-widget-paginator li {
			display: inline-block;
			font-size: inherit;
		}

	.news .article {
		padding: 0 0 10px 0;
		overflow: auto;

	}

		.news-date {
			font-style: italic;
			float: right;
			display: block;
			padding-left: 10px;
		}

		/*.news-header-headline { margin: 0; }*/

		.news-img-wrap img,
		.news-img-wrap iframe,
		.news-img-wrap video {
			float: right;
			margin: 0 2px 5px 5px;
			border: none;
		}

		.no-media-element img {
			/*display: none;*/
		}

		.news .teaser-text .news-list-morelink {
			padding-left: 5px;
			display: inline-block;
			font-weight: bold;
			font-size: 13px;
		}

		.news-list-category { font-size: 10px; }

	.news .news-list-view .articletype-4 {
		padding:0;
	}
/**
 *	News Pagination
 */

.news .f3-widget-paginator {
	list-style: none;
    margin: 0;
    padding: 0;
}

.news .f3-widget-paginator a,
.news .f3-widget-paginator li {
        font-size:10px;
        display: inline;
        padding: 0 1px;
}

.news .f3-widget-paginator {
		text-align: center;
		font-size: 10px;
}

.news .f3-widget-paginator li.current a {
	border: 0;
}

/**
*	News Layout 1
*/

.news--layout1 {}

	.news--layout1 .article {
		padding: 0;
		overflow: visible;
	}

	.news--layout1 .news-list-view time,
	.news--layout1 .news-list-view span {
		color: #7F7F7F;
		font-size:12px;
		font-weight: bold;
	}

	.sidebar .news--layout1 .article {
		margin-bottom: 1em;
	}

	.sidebar .news--layout1 .article:last-of-type {
		margin-bottom: 0;
	}

	.sidebar .news--layout1 .news-list-view {
		padding-bottom: 0;
	}

	.sidebar .news--layout1 hr:last-of-type {
		display: none;
	}

/**
*	News Layout 2
*/

.news--layout2 {}
.news--layout2 .article {
	margin-bottom: 15px;
}

	.news-img-wrap img,
	.news-img-wrap iframe,
	.news-img-wrap video,
	.news-img-wrap figure,
	.news--layout2 .news-img-wrap img,
	.news--layout2 .news-img-wrap iframe,
	.news--layout2 .news-img-wrap video {
		float: left;
		margin: 0 5px 5px 0;
	}

	.articletype-0 .news-img-wrap .mediaelement-video {
		max-width: 200px;
	}

	.news--layout2 .news-list-view time,
	.news--layout2 .news-list-view span {
		color: #7F7F7F;
		font-size:12px;
		font-weight: bold;
	}

	.news--layout2 .news-list-view h3 {
		margin-top: .25em;
	}

	.news--layout2 .news-list-view h3,
	.news--layout2 .news-list-view h3 a {
		text-transform: none;
		border-bottom: 0;
		margin: 0px 0px 5px 0px;
	}

	.news--layout2 .news-list-view h3 a {
		padding: 0 20px 1px 0;
		background: transparent url(https://www.ep.mgt.tum.de/typo3/ext/tumtheme/Resources/Public/Icons/link.svg) no-repeat right center;
	}

	.news--layout2 .news-list-view h3 a:hover {
		background: transparent url(https://www.ep.mgt.tum.de/typo3/ext/tumtheme/Resources/Public/Icons/link-a.svg) no-repeat right center;
	}

	.news--layout2 .news-list-view figure.mediaelement {
		display: block;
		float: left;
		max-width: 250px;
		margin: 0 1rem 1rem 0;
	}

	@media (min-width: 801px) {
		.side .news-list-view figure.mediaelement {
			max-width: 180px;
		}
	}

/**	.news--layout2 .news-list-view .news-img-wrap img {
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
*/

/**
*	News Layout 3
*/

.news--layout3 {

}

.news--layout3 .news-list-view figure.mediaelement {
	display: block;
	float: left;
	max-width: 250px;
	margin: 0 10px 1rem 0;
}

.news--layout3 .news-img-wrap img,
.news--layout3 .news-img-wrap iframe,
.news--layout3 .news-img-wrap video {
	float: left;
	/*margin: 0 5px 5px 0;*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.news--layout3 .news-list-view .news-date {
	font-style: normal;
	margin-left: 2em;
	float: right;
	padding: 0;
}

/*.news--layout3 .news-header-headline { margin-bottom: 1.33em; }*/

/**
*	News Layout 5
*/
.news--layout5 {}
/**
*	Zweispaltig mit und ohne box
*/
@media screen and (min-width: 802px) and (max-width: 1125px) {
	.cols-2 .right{
		display: inline-block;
		width: 60%;
		margin-left: 55px;
	}
}

/**
*	Dreispaltig mit und ohne box
*/
@media screen and (min-width: 820px) {
	.cols-3 .right{
		display: inline-block;
		width: 60%;
		margin-left: 10px;
	}
}

.right{
	display: table-row;
}

.news--layout5 .category {

	font-size: 11px;
	font-weight: 700;
	line-height: 11px;
	color: #3070b3;
	text-transform: uppercase;
	display: inline-block;
}

.news--layout5 .title {

	font-size: 1.43em;
	font-weight: 400;
	border-bottom: 0px;
}

.news--layout5 .article:hover {
	background-color: #e6e6e6;
	color: #3070b3;
	border-left: 3px solid #3070b3;
}

.news--layout5 .article {
	transition: 0.3s;
	overflow: initial;
	border-left: 3px solid #ffffff;
}

.news--layout5 a {
	border-bottom: 0px;
}

.news--layout5 .news-list-view time{
	display: inline-block;
	float: left;
}

.news--layout5 .news-list-view .day {
	color:#333333;
	font-size: 40px;
	line-height: 1.2em;
	margin-left: 5px;
}
.news--layout5 .news-list-view .month {
	color:#333333;
	top: -17px;
	left: 3px;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}

.news--layout5 .news-list-view .year {
	color:#333333;
	top: 0px;
	left: -30px;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}

/**
*	News Layout 0 (bo layout selected)
*/

.news .articletype-0{
	padding: 0;
	margin-bottom: 1em;
	overflow: initial;
	display: inline-block;
}
.news .articletype-6 {
	padding: 0;
	overflow: initial;
	display: inline-block;
}
/**
*	News Layout 0 (Josip)
*/
.news .articletype-0 .catdate,
.news .articletype-6 .catdate{
	color: #7F7F7F;
}

.news .articletype-0 .categories,
.news .articletype-6 .categories {
	color: #3070b3;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}

.news .articletype-0 time,
.news .articletype-6 time{
	font-size:12px;
	font-weight: bold;
}

.news .news-img-wrap{
	float: left;
	position: relative;
	margin-right: 20px;
	max-width: 38%;
}

.news .articletype-0 .header,
.news .articletype-6 .header{
	display: table;
}

.news .articletype-0 h3,
.news .articletype-0 h3 a,
.news .articletype-6 h3,
.news .articletype-6 h3 a {
	text-transform: none;
	border-bottom: 0;
	font-size: 24px;
	line-height: normal;
	letter-spacing: 0.4px;
	margin: 0px	0px	12px 0px;
}

.news .articletype-0 h3 a:hover,
.news .articletype-6 h3 a:hover {
	text-decoration: underline;
}

.news .articletype-0 .news-list-morelink,
.news .articletype-6 .news-list-morelink {
	padding-left: 0px;
	display: block;
	border-bottom: unset;
}

.news .articletype-0 .news-list-morelink a,
.news .articletype-6 .news-list-morelink a{

	border-bottom: unset;
}

@media screen and (max-width: 751px) {
	.news .articletype-0 .news-img-wrap{
		margin-right: unset;
		max-width: 100%;
	}
	.news .articletype-0 .header{
		display: inherit;

	}
}

.news .videostub-list
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	max-width: 40px;
	transform: translate(-50%, -50%);
}
/**
*	News Box right column
*/

.news--box .news-date {
	float: none;
	margin: 0;
	padding-left: 0;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}

.news--box .news-header-headline {
	font-size: inherit;
}

.news-header-link {
}

/*.news-header-headline { margin-top: 0; }*/

/* No line under last item */
.news--box hr:last-child { display: none; }

/* latest: for basic.html*/
/*.tx-ttnews-browsebox,*/
.articletype-2,
.page-navigation {
	clear: both;
}

/* News list: for layout3.html */
.news--layout3 .news-list-view .articletype-3 {
	/*display: inline;*/
	clear: both;
	/*margin-bottom: 1em;*/
	padding: 0;
	margin-bottom: 15px;
}

.news--layout3 .news-list-view .articletype-3 h4 {
	margin: 0px 0px 5px 0px;
}

.box .news--layout3 .news-list-view {
	padding-top: 1.14em;
}

.articletype-3 img,
.articletype-3 iframe,
.articletype-3 video {
  float: left;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-left: 0;
}

.news-data-line_layout3{
  margin: 0;
  margin-left: 2em;
  float: right;
}

.news-single { padding: 0; }

.news-single h1 { font-size: 1.4em; }
.news-single h2 { font-size: 1em; }

/* news list layout 4 */
.news-list-view .articletype-4:last-child p {
	margin-bottom: 0;
}


/* Single view */
.news-single .article { overflow: visible; padding: 0; margin-bottom: 5px;}

.news-single .small{
	color: #7F7F7F;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.55em;
}

.news-detail-tags{
	font-style: italic;
	text-transform: initial;

}

.news-single .categories{
	color: #3070b3;
}
.news-single .news-list-date {
	font-size: 12px;
	font-weight: bold;
 }

.news-single-imgcaption {
	margin-top: 0;
	color: #333;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.4em;
	word-wrap: break-word;
	padding: 1px 0 3px 0;
	margin: 0;
	max-width: 240px;
}
/* Video Description */
.news-img-caption{
	max-width: 720px;
	display: block;
	caption-side: bottom;
	color: #333;
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.4em;
	word-wrap: break-word;
	padding: 1px 0 3px 0;
	margin: 0;
}

.news-single-img {
	float: right;
	margin: 10px 0 0 10px;
	padding: 0;
	max-width: 40%;
}

@media (max-width: 1100px) {
	.news-single-img {
		float: none;
		margin: 10px 5px 0 5px;
		padding: 0;
		max-width: 100%;
	}
}
.news-single-img img,
.news-single-img iframe,
.news-single-img video {
	border: none;
}
.news-single-video{
	margin-bottom: 10px;
	}

.news-single-video figure,
.news-single-img figure,
.news-single-img figure.mediaelement {
	margin: 0;
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

.news-single-img .news-single-imgcaption {
	display: block;
	caption-side: bottom;
}

.news-single-img a.t3colorbox {
	display: inline-block;
	position: relative;
	border: 0;
	padding: 0;
	line-height: 1;
	background-image: none;
	vertical-align: bottom;
}

.news-single-img .t3colorbox:after {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	max-width: 20%;
	content: "";
	background: #fff url(https://www.ep.mgt.tum.de/typo3/ext/tumtheme/Resources/Public/Icons/link-zoom.svg) no-repeat center;
	background-size: 80%;
	opacity: .5;
}

.news-single HR.cl-right{
	clear: right;
    height: 1px;
    border: none;
    padding: 0;
    margin: 0;
}

.news-single .teaser-text {
	/*font-size: 1em;*/
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 16px;
}

.news-single .teaser-text p {
	margin-top: .83em;
	margin-bottom: .83em;
}

.news-single .news-text-wrap p {
	margin-top: 10px;
}

/**
 *	related
 */
.news-related{
	background: #f7f7f7;
	margin-bottom: 15px;
	padding: 1px 0px 5px 20px;
}

.news-single-additional-info {
	margin-top: 15px;
	padding: 3px;
	clear: both;
}

.news-single-links {
	margin: 0 0 3px 0;
	padding: 3px;
}

.news-single-related dt,
.news-single-files dt,
.news-single-links dt {
	font-weight: bold;
	margin-left: 5px;
}

.news-single-related dd,
.news-single-files dd,
.news-single-links dd {
	margin-left: 20px;
}


/**
 *	Backlink Button
 */

.news-backlink-wrap {
	padding: 10px;
}

.news-backlink-wrap .news-back-button {
	/* Reset Button Styles */
	padding: 0;
	border: 0;
	background: transparent;
}

.news-backlink-wrap .news-back-button span {
	border-bottom: 1px solid gray;
	padding-bottom: 1px;
	color: #333;
	text-decoration: none;
	transition: all 188ms ease;
}

.news-backlink-wrap .news-back-button:hover span {
	border-bottom-width: 3px;
	border-bottom-color: #3c88d9;
	color: #3070b3;
}

/*.news-latest-container HR.clearer,*/
.news-list-view HR.clearer,
.articletype-0 HR.clearer,
.articletype-1 HR.clearer,
.articletype-2 HR.clearer,
.articletype-3 HR.clearer,
.articletype-6 HR.clearer,
.news-single HR.cl-left,
.news-single HR.cl-right {
	clear: right;
	height: 1px;
	border: none;
	padding: 0;
	margin: 0;
}

/**
 * Archivemenu (amenu)
 */

.news-amenu-container {
	width: 165px;
	padding: 0;
	margin-left: 10px;
	font-size: 10px;
}

.news-amenu-container LI {
	padding-bottom:1px;
}

.news-amenu-container UL {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	list-style-type: none;
}

.news-amenu-container UL ul {
	margin-top: 0;
}

.news-amenu-container ul ul li:hover,
.news-amenu-container ul ul li:focus {
	background-color: #f3f3f3;
}

.news-amenu-item-year {
	display: block;
	font-weight: bold;
	margin-top: 10px;
	padding: 2px;
	background-color: #f3f3f3;
}
