/*
 * Pager
 */

.lvlems-pager {
	padding-right: 50px;
}

.lvlems-pager-left,
.lvlems-pager-right {
	float: left;
	width: 50%;
	padding: 10px 0 10px 0;
}

.lvlems-pager-right {
	text-align: right;
}

.lvlems-pager a {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 1280px) {
	
	.lvlems-pager {
		padding-right: 0;
	}
	
}


/*
 * List
 */

.lvlems-list {
	margin-top: -40px;
}

.lvlems-list a {
	display: block;
}

.lvlems-list .lvlems-message {
	position: relative;
	border-bottom: 1px solid #EDEDED;
}

.lvlems-list .lvlems-message-data {
	padding: 20px 100px 20px 0;
}

#content-main .lvlems-list h1,
#content-main .lvlems-list h2 {
	padding-right: 10%;
}

#content-main .lvlems-list h2 {
	margin-bottom: 30px;
	font-size: 150%;
	color: #2A3A6E;
}

#content-main .lvlems-list a p {
	color: #4A4A4A;
	padding-right: 10%;
	margin-bottom: 0;
}

#content-main .lvlems-list a:hover p,
#content-main .lvlems-list a:active p,
#content-main .lvlems-list a:focus p {
	color: #4A4A4A;
}


.lvlems-list .lvlems-message-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50px;
	width: 25px;
}

.lvlems-list .lvlems-message-arrow span {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 133%;
}

@media (max-width: 1280px) {
	
	.lvlems-list .lvlems-message-data {
		padding-right: 60px;
	}
	
	.lvlems-list .lvlems-message-arrow {
		right: 10px;
	}
	
}

@media (max-width: 768px) {
	
	#content-main .lvlems-list h1 {
		padding-right: 0;
	}
	
	#content-main .lvlems-list a p {
		padding-right: 0;
	}
	
}



/*
 * Teaser
 */

.lvlems-teaser-link {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.lvlems-teaser {
	position: relative;
	color: white;
	padding: 15px 8% 15px 8%;
	height: 100%;
}

.lvlems-teaser-content {
	position: relative;
	height: 100%;
}

.grid-element-colspan-2 .lvlems-teaser {
	padding-left: 4%;
	padding-right: 4%;
}

.lvlems-teaser .lvlems-message-data {
	padding-right: 25px;
}

#content-main a .lvlems-teaser h1,
#content-main a .lvlems-teaser h3,
#content-main a:hover .lvlems-teaser h1,
#content-main a:hover .lvlems-teaser h3,
#content-main a:active .lvlems-teaser h1,
#content-main a:active .lvlems-teaser h3,
#content-main a:focus .lvlems-teaser h1,
#content-main a:focus .lvlems-teaser h3 {
	font-size: 100%;
	color: white;
	margin-bottom: 0;
	padding-right: 0;
}

.lvlems-teaser .lvlems-message-routes {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-right: 50px;
	font-size: 75%;
}

.lvlems-teaser .lvlems-message-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 50%;
	text-align: right;
}

.lvlems-teaser .lvlems-message-pager {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	text-align: right;
	font-size: 75%;
	opacity: .5;
}

@media (max-width: 1024px) {
	
	.lvlems-teaser {
		padding: 20px 10% 20px 10%;
	}
	
	.grid-element-colspan-2 .lvlems-teaser {
		padding-left: 5%;
		padding-right: 5%;
	}
	
}

@media (max-width: 500px) {
	
	.lvlems-teaser {
		padding-left: 5%;
		padding-right: 5%;
	}
	
}



/*
 * Detail
 */

#content-main .lvlems-detail h2 {
	color: #2A3A6E;
	font-size: 150%;
	padding-right: 33%;
	margin-bottom: 30px;
}

#content-main .lvlems-detail h3 {
	color: #4A4A4A;
	font-size: 100%;
	padding-right: 33%;
	margin-bottom: 40px;
}
