/* ------------------------------------------------------------------------ */
/* Header																	*/
/* ------------------------------------------------------------------------ */

.typ-01 .content-column.full_width.header {
	background-color: transparent;
	overflow: visible;
	z-index: 5;
}

.typ-01 .content-column.full_width.header header {
	background-color: transparent;
}

.typ-01 .content-column.full_width.header .grid-helper {
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: auto auto;
}

.typ-01 .content-column.full_width.header .grid-helper .breadcrumb {
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ------------------------------------------------------------------------ */
/* Countdown																*/
/* ------------------------------------------------------------------------ */

.typ-01 .content-column.full_width.countdown {
	height: 0;
	padding-bottom: 150px;
	overflow: visible;
	z-index: 3;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper {
	height: 0;
	justify-content: flex-end;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column {
	padding-bottom: 150px;
	display: flex;
	justify-content: flex-start;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper {
	min-width: 300px;
	min-height: 300px;
	max-width: 300px;
	max-height: 300px;
	margin-left: 40px;
	background-image: linear-gradient(240deg, #B5E243 0%, #5CC4EC 80%);
	-webkit-mask: url('../img/eo_hexagon_maske_bild-rechts_300x300.svg');
	-webkit-mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	mask: url('../img/eo_hexagon_maske_bild-rechts_300x300.svg');
	mask-size: 100%;
	mask-repeat: no-repeat;
	transform: translateY(-50%);
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: grid;
	align-items: center;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > img {
	margin: 0;
	background-color: transparent;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper {
	width: 100%;
	height: auto;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper * {
	color: #FFFFFF;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper > strong {
	width: 100%;
	text-align: center;
	display: block;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper > ul.countdown-zaehler {
	width: 100%;
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper > ul.countdown-zaehler > li {
	padding-left: 0;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper > ul.countdown-zaehler > li::before {
	display: none;
}

.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper > .countdown-zaehler strong,
.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper > .countdown-zaehler span {
	display: block;
}

/* ----------------------- 		Media Queries	   ------------------------ */

/* ------------------------------------------------------------------------ */
/* General Definitions all Sizes											*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 0em) {
	.typ-01 .parallax .grid-helper > h2,
	.typ-01 .parallax .grid-helper > h2 *,
	.typ-01 .parallax .one_fourth .parallax-block-text h3,
	.typ-01 .parallax .one_fourth .parallax-block-text h3 *,
	.typ-01 .international .one_half.text h2,
	.typ-01 .international .one_half.text h2 *,
	.typ-01 .unternehmen h2,
	.typ-01 .unternehmen h2 *,
	.typ-01 .auszeichnungen .one_half.text h2,
	.typ-01 .auszeichnungen .one_half.text h2 *,
	.typ-01 .messen h2,
	.typ-01 .messen h2 *,
	.typ-01 .messen table td.col2 strong,
	.typ-01 .messen table td.col2 strong *,
	.typ-01 .newsletter h2,
	.typ-01 .newsletter h2 *,
	.typ-01 .jobs .two_third h2,
	.typ-01 .jobs .two_third h2 *,
	.typ-01 .jobs .two_third .column-helper.stream > article table td strong,
	.typ-01 .jobs .two_third .column-helper.stream > article table td strong *,
	.typ-01 .kundenstimmen > h2,
	.typ-01 .kundenstimmen > h2 *,
	.typ-01 .nm h2,
	.typ-01 .nm h2 * {
		font-size: 4.5rem !important;
		line-height: 1.1 !important;
		overflow-wrap: break-word;
		word-wrap: break-word;

		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-before: 3;
		-webkit-hyphenate-limit-after: 3;
		-webkit-hyphenate-limit-chars: 6 3 3;
		-webkit-hyphenate-limit-lines: 2;
		-webkit-hyphenate-limit-last: always;
		-webkit-hyphenate-limit-zone: 8%;

		-moz-hyphens: auto;
		-moz-hyphenate-limit-chars: 6 3 3;
		-moz-hyphenate-limit-lines: 2;
		-moz-hyphenate-limit-last: always;
		-moz-hyphenate-limit-zone: 8%;

		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: 6 3 3;
		-ms-hyphenate-limit-lines: 2;
		-ms-hyphenate-limit-last: always;
		-ms-hyphenate-limit-zone: 8%;

		hyphens: auto;
		hyphenate-limit-chars: 6 3 3;
		hyphenate-limit-lines: 2;
		hyphenate-limit-last: always;
		hyphenate-limit-zone: 8%;
	}

	.typ-01 .nm article table tr > td,
	.typ-01 .nm article table tr > td * {
		font-size: 1.45rem !important;
		letter-spacing: 0.04em;
		line-height: 1.7;
	}

	.typ-01 .content-column.full_width.countdown > .full_width-helper > .content-column > .helper > .text > .helper > .countdown-zaehler span.small {
		font-size: 1.25rem !important;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 29.9375em) and (orientation: portrait) {
	.typ-01 .parallax .grid-helper > h2,
	.typ-01 .parallax .grid-helper > h2 *,
	.typ-01 .parallax .one_fourth .parallax-block-text h3,
	.typ-01 .parallax .one_fourth .parallax-block-text h3 *,
	.typ-01 .international .one_half.text h2,
	.typ-01 .international .one_half.text h2 *,
	.typ-01 .unternehmen h2,
	.typ-01 .unternehmen h2 *,
	.typ-01 .auszeichnungen .one_half.text h2,
	.typ-01 .auszeichnungen .one_half.text h2 *,
	.typ-01 .messen h2,
	.typ-01 .messen h2 *,
	.typ-01 .messen table td.col2 strong,
	.typ-01 .messen table td.col2 strong *,
	.typ-01 .newsletter h2,
	.typ-01 .newsletter h2 *,
	.typ-01 .jobs .two_third h2,
	.typ-01 .jobs .two_third h2 *,
	.typ-01 .jobs .two_third .column-helper.stream > article table td strong,
	.typ-01 .jobs .two_third .column-helper.stream > article table td strong *,
	.typ-01 .kundenstimmen > h2,
	.typ-01 .kundenstimmen > h2 *,
	.typ-01 .nm h2,
	.typ-01 .nm h2 * {
		font-size: 3.4rem !important;
		line-height: 1.1 !important;
	}

	.typ-01 .kundenlogos .full_width-helper,
	.typ-01 .kundenlogos .full_width-helper .logo-container,
	.typ-01 .kundenlogos .full_width-helper .logo-container .js-marquee-wrapper,
	.typ-01 .kundenlogos .full_width-helper .logo-container .js-marquee-wrapper .js-marquee,
	.typ-01 .kundenlogos .full_width-helper .logo-container .js-marquee-wrapper .js-marquee > .logo {
		height: 70px;
	}

	.custom .typ-01 .nm article {
		border-radius: 0;
		box-shadow: none;
	}

	.custom .typ-01 .nm article .article-helper {
		padding: 34px 0 40px 0;
	}

	.custom .typ-01 .nm article table td.col1 {
		padding: 0 10px 20px 0;
	}

	.custom .typ-01 .nm article table td.col2 {
		padding: 0 0 20px 10px;
	}

	.custom .typ-01 .nm article a.img-link,
	.custom .typ-01 .nm article a.img-link img {
		border-radius: 0;
	}

	/* ------------------------------------------------------------------------ */

	.custom .typ-01 .messen .full_width-helper article {
		margin-bottom: 40px;
	}

	.custom .typ-01 .messen .full_width-helper .content-column.full_width > article:first-child table {
		margin-top: 0;
	}

	.custom .typ-01 .messen .full_width-helper article table td.col1,
	.custom .typ-01 .messen .full_width-helper article table td.col2 {
		width: 100%;
		padding: 0;
		display: block;
	}

	.custom .typ-01 .messen .full_width-helper article table td.col1 {
		text-align: center;
	}

	.custom .typ-01 .messen .full_width-helper article table td.col1 a {
		width: 50%;
		display: table;
		margin: 0 auto;
	}

	.custom .typ-01 .kundenstimmen ul {
		padding-left: 10px;
		padding-right: 10px;
	}

	.custom .typ-01 .kundenstimmen ul > li {
		width: 100% !important;
	}

	.custom .typ-01 .kundenstimmen ul li .post-thumb-helper {
		max-width: 50%;
	}

	.custom .typ-01 .auszeichnungen .one_half.text ul {
		max-height: none;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}
	
	.custom .typ-01 .auszeichnungen .one_half.text ul > li {
		width: 50%;
		margin-bottom: 40px;
		display: grid;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 480px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */

@media only screen and (max-height: 29.9375em) and (max-width: 47.9375em) and (orientation: landscape) {
	.typ-01 .parallax .grid-helper > h2,
	.typ-01 .parallax .grid-helper > h2 *,
	.typ-01 .parallax .one_fourth .parallax-block-text h3,
	.typ-01 .parallax .one_fourth .parallax-block-text h3 *,
	.typ-01 .international .one_half.text h2,
	.typ-01 .international .one_half.text h2 *,
	.typ-01 .unternehmen h2,
	.typ-01 .unternehmen h2 *,
	.typ-01 .auszeichnungen .one_half.text h2,
	.typ-01 .auszeichnungen .one_half.text h2 *,
	.typ-01 .messen h2,
	.typ-01 .messen h2 *,
	.typ-01 .messen table td.col2 strong,
	.typ-01 .messen table td.col2 strong *,
	.typ-01 .newsletter h2,
	.typ-01 .newsletter h2 *,
	.typ-01 .jobs .two_third h2,
	.typ-01 .jobs .two_third h2 *,
	.typ-01 .jobs .two_third .column-helper.stream > article table td strong,
	.typ-01 .jobs .two_third .column-helper.stream > article table td strong *,
	.typ-01 .kundenstimmen > h2,
	.typ-01 .kundenstimmen > h2 *,
	.typ-01 .nm h2,
	.typ-01 .nm h2 * {
		font-size: 3.4rem !important;
		line-height: 1.1 !important;
	}

	.typ-01 .kundenlogos .full_width-helper,
	.typ-01 .kundenlogos .full_width-helper .logo-container,
	.typ-01 .kundenlogos .full_width-helper .logo-container .js-marquee-wrapper,
	.typ-01 .kundenlogos .full_width-helper .logo-container .js-marquee-wrapper .js-marquee,
	.typ-01 .kundenlogos .full_width-helper .logo-container .js-marquee-wrapper .js-marquee > .logo {
		height: 70px;
	}

	.custom .typ-01 .nm article {
		border-radius: 0;
		box-shadow: none;
	}

	.custom .typ-01 .nm article .article-helper {
		padding: 34px 0 40px 0;
	}

	.custom .typ-01 .nm article table td.col1 {
		padding: 0 10px 20px 0;
	}

	.custom .typ-01 .nm article table td.col2 {
		padding: 0 0 20px 10px;
	}

	.custom .typ-01 .nm article a.img-link,
	.custom .typ-01 .nm article a.img-link img {
		border-radius: 0;
	}

	/* ------------------------------------------------------------------------ */

	.custom .typ-01 .messen .full_width-helper article table td.col1 {
		width: 33.3333%;
		padding-right: 20px;
		vertical-align: middle;
	}

	.custom .typ-01 .messen .full_width-helper article table td.col1 img {
		margin: 0;
	}

	.custom .typ-01 .messen .full_width-helper article table td.col2 {
		padding-top: 20px;
		padding-bottom: 20px;
		vertical-align: middle;
		border-width: 0 0 1px 0;
		border-style: solid;
	}

	.custom .typ-01 .messen .full_width-helper article table td.col2 {
		border-color: #3D3D3D;
	}

	.custom .typ-01 .messen .full_width-helper .content-column.full_width > article:first-child table td.col2 {
		border-width: 1px 0 1px 0;
	}

	.custom .typ-01 .kundenstimmen ul > li {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (devices and browsers)								    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (portrait, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 39.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 640px (landscape, devices and browsers)					    */
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 39.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 47.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 768px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 47.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 48em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 768px (landscape, devices and browser							*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 48em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (portrait, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 30em) and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 480px to 1024px (landscape, devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-height: 30em) and (max-width: 63.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 63.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-height: 63.9375em) and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1024px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Monitor sizes from 1024px to 1280px (devices and browsers)				*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) {
	.typ-01 .content-column.full_width.header {
		padding-top: 34px;
		padding-bottom: 67px;
	}

	.typ-01 .content-column.full_width.header .grid-helper .header {
		grid-row: 2 / 2;
		position: relative;
		z-index: 1;
	}

	.typ-01 .content-column.full_width.header .grid-helper .header h1 {
		background-color: #FFFFFF;
	}

	.typ-01 .content-column.full_width.header .grid-helper .breadcrumb {
		margin-top: -40px;
		grid-row: 1 / 1;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (portrait, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: portrait) {
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1280px (landscape, devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 79.9375em) and (orientation: landscape) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) {
	.typ-01 .content-column.full_width.header {
		height: 0;
		padding-bottom: 75px;
	}

	.typ-01 .content-column.full_width.header .grid-helper {
		width: 50%;
		padding-right: 20px;
		transform: translateY(-100%);
	}

	.typ-01 .content-column.full_width.header .grid-helper .header {
		padding-top: 72px;
		padding-bottom: 66px;
		grid-row: 1 / 2;
	}

	.typ-01 .content-column.full_width.header .grid-helper .breadcrumb {
		margin-top: -4px;
		grid-row: 2 / 3;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes up to 1440px (devices and browsers)								*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 89.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1440px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 90em) {
	.typ-01 .content-column.full_width.header {
		height: 0;
		padding-bottom: 75px;
	}

	.typ-01 .content-column.full_width.header .grid-helper {
		width: 33.3333%;
		padding-right: 20px;
		transform: translateY(-100%);
	}

	.typ-01 .content-column.full_width.header .grid-helper .header {
		padding-top: 72px;
		padding-bottom: 66px;
		grid-row: 1 / 2;
	}

	.typ-01 .content-column.full_width.header .grid-helper .breadcrumb {
		margin-top: -4px;
		grid-row: 2 / 3;
	}
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 80em) and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1280px to 1600px (devices and browsers)						*/
/* ------------------------------------------------------------------------ */
@media only screen and (max-width: 99.9375em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 1600px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 100em) {

}

/* ------------------------------------------------------------------------ */
/* Sizes from 1920px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 120em) {
}

/* ------------------------------------------------------------------------ */
/* Sizes from 2800px (devices and browsers)									*/
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 160em) {
}