/*
 * Pager
 */

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

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

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

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

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


/*
 * List
 */

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

.lvlnews-list a {
	display: block;
}

.lvlnews-list .lvlnews-item {
	position: relative;
	border-bottom: 1px solid #EDEDED;
	min-height: 160px;
}

.lvlnews-list .lvlnews-item-image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 240px;
	background: transparent no-repeat;
	background-size: cover;
}

.lvlnews-list .lvlnews-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.lvlnews-list .lvlnews-item-image-none {
	background: linear-gradient(to right, #FFFFFF , #FAFAFA);
}

.lvlnews-list .lvlnews-item-data {
	margin-left: 270px;
	padding: 20px 100px 20px 0;
}

#content-main .lvlnews-list h1,
#content-main .lvlnews-list h2 {
	color: #2A3A6E;
	font-size: 150%;
	padding-right: 0;
	margin-bottom: 30px;
}

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

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


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

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

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

@media (max-width: 768px) {
	
	.lvlnews-list .lvlnews-item-image {
		display: none;
	}
	
	.lvlnews-list .lvlnews-item-data {
		margin-left: 0;
	}
	
}


/*
 * Detail
 */

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

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

.lvlnews-detail .lvlnews-image {
	padding-right: 33%;
}

.lvlnews-detail .lvlnews-image img {
	width: 100% !important;
	height: auto;
}

.lvlnews-detail .lvlnews-image-above {
	margin-bottom: 40px;
}

.lvlnews-detail .lvlnews-image-below {
	margin-top: 40px;
}

.lvlnews-data-beside .lvlnews-bodytext {
	float: left;
	width: 50%;
	padding-right: 25px;
}

#content-main .lvlnews-data-beside .lvlnews-bodytext p {
	padding-right: 0;
}

.lvlnews-data-beside .lvlnews-image {
	float: left;
	width: 50%;
	padding-left: 25px;
	padding-right: 50px;
}

@media (max-width: 1280px) {
	
	.lvlnews-detail .lvlnews-image {
		padding-right: 0;
	}
	
	.lvlnews-data-beside .lvlnews-bodytext {
		padding-right: 2%;
	}
	
	.lvlnews-data-beside .lvlnews-image {
		padding-left: 2%;
	}
	
}

@media (max-width: 1024px) {
	
	.lvlnews-data-beside .lvlnews-bodytext {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	
	.lvlnews-data-beside .lvlnews-image {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	
}


/*
 * Teaser
 */

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

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

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

.lvlnews-teaser .lvlnews-item-data {
	padding-right: 25px;
}

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

#news-lightbox-container .lvlnews-item-data h1 + p {
	display: none;
}

#news-lightbox-container .lvlnews-item-data p:nth-child(n+4) {
	display: none;
}


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

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

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


/*
 * Banner ---------------------------------------------------------------
 */

#news-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(40,60,110,.95);
    z-index: 1000;
}

#news-lightbox-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 1001;

	display: flex;
	justify-content: space-around;
	align-items: center;
}

#news-lightbox {
	position: relative;
    background: #FFFFFF;
	margin: 3rem;
	max-width: 600px;
	height: 80vh;
	max-height: 640px;
	border-radius: 1rem;

	overflow-y: scroll;

	box-shadow:
		0 2.8px 2.2px rgba(0, 0, 0, 0.02),
		0 6.7px 5.3px rgba(0, 0, 0, 0.028),
		0 12.5px 10px rgba(0, 0, 0, 0.035),
		0 22.3px 17.9px rgba(0, 0, 0, 0.042),
		0 41.8px 33.4px rgba(0, 0, 0, 0.05),
		0 100px 80px rgba(0, 0, 0, 0.07)
	;

}

#news-lightbox-close {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	font-size: 100%;
	color: white;
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 160px;
    z-index: 99;

	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 600px) {
	#news-lightbox-close {
		width: 120px;
		height: 120px;
	}
}

@media screen and (max-width: 500px) {
	#news-lightbox-close {
		width: 80px;
		height: 80px;
	}
	#news-lightbox {
		margin: 1rem;
		max-width: 600px;
		height: 90vh;
		max-height: 800px;
	}
}

#news-lightbox-close .icon {
	color: white;
	background-color: #44A7E6;
	width: 40px;
	height: 40px;
	border-radius: 20px;

	display: flex;
	justify-content: center;
	align-items: center;
}

#news-lightbox-container .lvlnews-item-image {
	/* position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 240px; */
	height: 320px;
	background: transparent no-repeat;
	background-size: cover;
	background-position: center;
}

#news-lightbox-container .lvlnews-item-data {
	padding: 2rem;
}

#news-lightbox-container .lvlnews-item-data h1,
#news-lightbox-container .lvlnews-item-data p {
	padding-right: 0;
}

#news-lightbox-container .lvlnews-item-data h1 {
	font-weight: bold;
}

#news-lightbox a {
	color: #4A4A4A;
}

#news-lightbox-container + .timetable-information-section {
	padding-top: 20px;
}

.news-lightbox-button .lvlnews-item-btn {
	background: #44A7E6;
	font-weight: 400;
	color: white;
	margin: 0;
	padding: 10px 10px 0 10px;
	height: 40px;
	font-size: 100%;
	display: inline-block;
}

#news-lightbox-close .icon:hover,
#news-lightbox-close .icon:active,
#news-lightbox-close .icon:focus{
	color: white;
}

.news-lightbox-button .lvlnews-item-btn:hover,
.news-lightbox-button .lvlnews-item-btn:active,
.news-lightbox-button .lvlnews-item-btn:focus {
	background: #2A3A6E;
}