/*
 * This is a globally available SCSS project file.
 * It contains project specific utilities (variables, mixins, functions) that don't! output CSS by default.
 * We use it to be imported in a webpack loader to avoid having to import these in each separate file.
 *
 * This file is used next to "seng-scss" which is imported globally as well and contain the default mixins/vars/functions
 */
/**
 * Asset URL builder
 *
 * @param {String} $type - Asset type, matching folder name
 * @param {String} $file - Asset file name, including extension
 *
 * @return {URL} - A `url()` function leading to the asset
 */
/*
 * Font asset helper
 * @access public
 * @param {String} $file - Asset file name, including extension
 * @return {URL} - A `url()` function leading to the font
 * @require {function} asset
 */
/*
 * Get Font weight
 *
 * @param {String} $weight - The name of the weight you need
 *
 * @return {Number} - The CSS based font weight on the name
 */
/**
 * Z-Index function
 *
 * @param {string} $list (Array) - The list to find the current z-index in
 * @param {string} $element (String) - The name of the current element, must be in the $list
 *
 * @returns {number}
 */
/**
 * Get EM size of a value based on a base size
 *
 * @param {Number} $value - The value you need the EM value from
 * @param {Number} $base - The base value where the $value is calculated upon
 *
 * @return {EM Value} - The EM value based on $value and $base
 */
/**
 * Font Face
 *
 * @param {string} $fontName - Name of the font
 * @param {string} $folderName - Subfolder inside the fonts folder
 * @param {string} $fileName - Name of the font-file
 * @param {string} $fontWeight (normal) - Font weight value
 * @param {string} $fontStyle (normal) - Font style value
 */
/**
 * Respond To (Breakpoint)
 *
 * @param {string} $name - Name of the breakpoint used in $breakpoints
 */
/**
 * Aspect ratio, create a :before pseudo element for setting an aspect ratio on an element
 *
 * @param {number} $width (1) - Percentage width
 * @param {number} $height ($width) - Percentage height
 * @param {boolean} $relative (true) - Add relative position to element
 */
/**
 * Hover Mixin for applying :hover pseudo styles
 *
 * Add your own implementation for showing hovers
 * Example using Modernizr touch check: html.no-touch &:hover { @content; }
 * Leaving it to just :hover by default. But best practice to always use the mixin
 *
 * @param $extraSelector:string (optional) = an extra selector that can have the same styles as a hover (for mobile/active state)
 */
/**
 * Offset
 *
 * @param {number} $top (0) - Top Offset
 * @param {number} $left (0) - Left Offset
 */
/**
 * Position mixin for setting absolute position values
 *
 * The mixin can have multiple arguments providing a number
 * @param {number} $top (0) - Top Position
 * @param {number} $right ($top) - Right Position
 * @param {number} $bottom ($top) - Bottom Position
 * @param {number} $left ($right) - Left Position
 *
 * Or a map of multiple positions
 * @param {map} $args... - A map containing multiple positions (top: 1px, left: 1px)
 */
/**
 * Set pseudo elements styles that are used mostly (content, display, position)
 *
 * @param {display} $display (block)
 * @param {position} $position (absolute)
 * @param {string} $content ('')
 */
/**
 * Size an Element
 *
 * @param {number} $width (1em) - Width of the element
 * @param {number} $height ($width) - Height of the element
 */
.ne02-news-events-overview {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}

.ne02-news-events-overview__bg-up {
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	height: calc(66.66vw + 710px);
	position: relative;
	background: #000;
	z-index: 5;
	will-change: transform;
}

.ne02-news-events-overview__bg-down {
	top: 0;
	left: -7%;
	height: 114%;
	width: 114%;
	position: relative;
	height: 352px;
	z-index: 1;
	background: #fff;
	overflow: hidden;
}

.ne02-news-events-overview__bg-down::before {
	content: "";
	display: block;
	position: absolute;
	height: 230px;
	width: 105px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%22342%22%3E%0A%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M110.3%200l-.2.1c-17.2%200-32.4%2011-37.9%2027.2L0%20242.1V0h110.3z%22%20%2F%3E%0A%3C%2Fsvg%3E");
	background-color: #fff;
	top: 0;
	left: 0;
	background-size: cover;
	position: relative;
}

.ne02-news-events-overview__card {
	width: 100%;
	padding: 80px 0 0;
	position: absolute;
	min-width: inherit;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	left: 50%;
	overflow: visible;
}

.ne02-news-events-overview__card .heading-03 {
	color: #fff;
	margin-bottom: 24px;
}

.ne02-news-events-overview__card .highlight {
	margin-bottom: 80px;
}

.ne02-news-events-overview__card .highlight .image-container {
	position: relative;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	height: auto;
	margin-bottom: 16px;
}

.ne02-news-events-overview__card .highlight .image-container img {
	height: auto;
	width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.ne02-news-events-overview__card .highlight .highlight-news {
	padding-left: 0;
	padding-right: 0;
}

.ne02-news-events-overview__card .highlight .highlight-news .highlight-news-row {
	padding: 0;
	color: #fff;
}

.ne02-news-events-overview__card .highlight .title-area {
	padding-left: 0;
	padding-right: 8px;
}

.ne02-news-events-overview__card .highlight .title-area .heading-05 {
	margin-bottom: 8px;
}

.ne02-news-events-overview__card .highlight .title-area p.heading-05 {
	color: #858587;
	margin-bottom: 16px;
}

.ne02-news-events-overview__card .highlight .content-area {
	padding-left: 0;
	color: #858587;
}

.ne02-news-events-overview__card .highlight .btn-area {
	position: relative;
}

.ne02-news-events-overview__card .highlight .btn-area .ne12-content-btn {
	position: absolute;
	right: 0;
	top: 0;
}

.ne02-news-events-overview__card .list > .row {
	padding-left: 0;
	padding-right: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
	height: 80px;
	margin-bottom: 24px;
}

.ne02-news-events-overview__card .list > .row .heading-03 {
	margin-bottom: 0;
}

.ne02-news-events-overview__card .list .ne02-button {
	overflow: hidden;
	display: none;
}

.ne02-news-events-overview__card .list .ne02-button .heading-05 {
	color: #858587;
	margin-right: 24px;
}

.ne02-news-events-overview__card .list .news-list {
	width: 100%;
	background: #f3f4f8;
	border-radius: 10px;
	height: 544px;
	padding: 16px;
}

.ne02-news-events-overview__card .list .news-list .news {
	position: relative;
	padding: 16px;
	height: 128px;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 8px;
}

.ne02-news-events-overview__card .list .news-list .news > .row {
	padding: 0;
}

.ne02-news-events-overview__card .list .news-list .news .news-time {
	color: #858587;
}

.ne02-news-events-overview__card .list .news-list .news .news-cont {
	margin-top: 16px;
}

.ne02-news-events-overview__card .list .news-list .news.more {
	height: 96px;
	background: #f3f4f8;
	border: 1px solid #c7c8cb;
}

.ne02-news-events-overview__card .list .news-list .news.more .heading-04 {
	padding-top: 16px;
}

.ne02-news-events-overview__card .list .news-list .btn-block {
	position: absolute;
	right: 16px;
	bottom: 24px;
}

.ne02-news-events-overview__cta {
	color: #fff;
	position: absolute;
	left: 8.33333%;
	right: 8.33333%;
	top: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.ne02-news-events-overview__cta .heading-03 {
	margin-bottom: 8px;
}

.ne02-news-events-overview__cta .primary-button {
	margin-top: 120px;
}

.ne02-news-events-overview__cta-description {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
}

@media (max-width: 1200px) {
	.ne02-news-events-overview__card .list .ne02-button .heading-05 {
		display: none;
	}
}

@media (min-width: 480px) {
	.ne02-news-events-overview__bg-down {
		height: 272px;
	}
}

@media (min-width: 768px) {
	.ne02-news-events-overview__bg-up {
		height: calc(66.66vw + 800px);
	}
	.ne02-news-events-overview__bg-down {
		top: 0;
		left: -3%;
		height: 110%;
		width: 110%;
		height: 442px;
	}
	.ne02-news-events-overview__card .list .news-list {
		height: 644px;
	}
	.ne02-news-events-overview__card .list .news-list .news {
		height: 158px;
	}
	.ne02-news-events-overview__card .list .news-list .news.more {
		height: 112px;
	}
}

@media (min-width: 1024px) {
	.ne02-news-events-overview {
		margin-bottom: 120px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__bg-up {
		height: 730px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__bg-down {
		top: -1px;
		left: 0;
		height: 100%;
		width: 100%;
		position: relative;
		height: 272px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card {
		padding: 160px 0 0;
		min-width: 1250px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .heading-03 {
		margin-bottom: 80px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .image-container {
		border-radius: 16px;
		height: 480px;
		margin-bottom: 32px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .image-container img {
		height: 100%;
		width: auto;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .highlight-news {
		padding-left: 0;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .highlight-news .highlight-news-row {
		color: #000;
		height: 124px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .highlight-news .highlight-news-row > * {
		height: 100%;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .title-area {
		padding-right: 24px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .content-area {
		position: relative;
		left: -8px;
		padding-right: 5%;
		overflow: hidden;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .content-area .content {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .highlight .content-area .content::after {
		content: '...';
		display: block;
		position: absolute;
		bottom: 3px;
		left: 99%;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list > .row {
		position: relative;
		height: 80px;
		margin-bottom: 80px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list > .row .heading-03 {
		margin-bottom: 0;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list .ne02-button {
		height: 80px;
		display: inherit;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list .ne02-button .heading-05 {
		color: #858587;
		margin-right: 24px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list .news-list {
		width: 100%;
		background: #f3f4f8;
		border-radius: 20px;
		height: 640px;
		padding: 24px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list .news-list .news {
		padding: 24px;
		height: 184px;
		margin-bottom: 16px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list .news-list .news .news-cont {
		margin-top: 32px;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list .news-list .news.more {
		display: none;
	}
	.ne02-news-events-overview .ne02-news-events-overview__card .list .news-list .btn-block {
		right: 24px;
		bottom: 32px;
	}
}

@media (min-width: 1200px) {
	.ne02-news-events-overview .ne02-news-events-overview__card {
		min-width: 1500px;
	}
}

@media (min-width: 1366px) {
	.ne02-news-events-overview .ne02-news-events-overview__card {
		min-width: 1650px;
	}
}
