:root {
	--base-font-size: 1.8rem;
	/* 18px */
	--default-font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	--left-right-padding: 2rem;
	--mobile-left-right-padding: .5rem;
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''), url('https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2406.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2409.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''), url('https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2407.woff2') format('woff2'),
		/* Chrome 26+, Opera 23+, Firefox 39+ */
		url('https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2410.woff') format('woff');
	/* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
	min-height: 100%;
	-webkit-text-size-adjust: none;
	box-sizing: border-box;
	font-size: 62.5%;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	display: block;
	max-width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}

h1 {
	font-size: 3rem;
	margin-bottom: 1rem;
}

h1,
h2,
h3,
b,
strong {
	font-weight: 700;
}

h2 {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 2.4rem;
	margin-top: 2.5rem;
	margin-bottom: 1rem;
	background-color: var(--primary-color);
	color: var(--white-color);
}

h3 {
	font-size: 2.4rem;
	margin-bottom: .5rem;
	color: var(--primary-color);
}

h1 small {
	font-size: 0.7em;
	font-weight: normal;
}

p {
	margin-bottom: 2.5rem;
}

ul {
	margin: .5rem 0 2.5rem;
}

ul li {
	list-style-type: none;
	position: relative;
	left: 1em;
	margin-right: 1em;
	margin-bottom: .5rem;
}

ul li:last-child {
	margin-bottom: 0;
}

ul li::before {
	content: '\25A0';
	position: absolute;
	left: -1em;
	top: -2px;
	color: var(--secondary-color)
}

a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.container {
	border: 1px solid var(--gray-color);
	background-color: var(--white-color);
	margin: 0 auto;
	max-width: 765px;
	font-size: var(--base-font-size);
	line-height: 1.4;
	font-family: var(--default-font-family);
	color: var(--font-color);
	text-shadow: none;
	overflow: hidden;
}

.primary {
	color: var(--primary-color) !important;
}

.secondary {
	color: var(--secondary-color) !important;
}

.bg-primary {
	background-color: var(--primary-color) !important;
}

.bg-secondary {
	background-color: var(--secondary-color) !important;
}

.bg-gray {
	background-color: var(--gray-color);
}

.p-inline {
	padding-inline: var(--left-right-padding);
}

.full-width {
	margin-inline: calc(-1 * var(--left-right-padding));
}

.mobile {
	display: none;
}

.header {
	padding-block: 2rem;
	box-shadow: 0 0 10px black;
	position: relative;
}

.title-block {
	padding-top: 20rem;
	padding-bottom: 2rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, .7) 20%, rgba(0, 0, 0, 0) 70%), url(https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2316.jpg) center top/cover no-repeat;
}

@media (max-width: 37.5em) {
	.title-block {
		padding: 40% 0 0;
		background: none, url(https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2316.jpg) top left/100% no-repeat;
	}

	.title,
	.title h3 {
		color: var(--primary-color) !important;
		padding-block: 2rem;
	}
}

.alt-title {
	padding-block: 2rem;
	margin-bottom: .5rem;
	color: var(--white-color);
}

.alt-title p:last-child {
	margin-bottom: 0;
}

.title,
.title-block h3 {
	color: var(--white-color);
}

.title p:last-child {
	margin-bottom: 0;
}

.logo {
	display: block;
	max-width: 200px;
}

.header .logo {
	max-height: 80px;
	width: auto;
}

.video-wrapper {
	margin-top: 1rem;
	margin-bottom: 0;
	background: url(https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e3280.webp) left top/cover no-repeat;
	position: relative;
}

.video {
	position: relative;
	padding-bottom: 56.428%;
	overflow: hidden;
	width: 100%;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#start {
  position: absolute;
  left: calc(50% - 80px);
  top: calc(50% - 80px);
  border-radius: 20% 20%;
  border: 8px solid var(--secondary-color);
  width: 160px;
  height: 120px;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(5, 3, 1, 0.5);
  transition: all .15s ease-in-out;
}

#start:hover {
  background-color: rgba(5, 3, 1, 0.9);
}

#start::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-left: 50px solid var(--secondary-color);
  border-bottom: 30px solid transparent;
}

.firme-details {
	background-color: var(--primary-color);
	color: var(--white-color);
	margin: 0 calc(-1 * var(--left-right-padding));
	padding: .5rem var(--left-right-padding);
	font-size: 1.5rem;
}

dl {
	padding: 1rem 0;
	display: grid;
	grid-template-columns: repeat(2, auto);
}

dl>* {
	border-top: 1px solid;
	padding: .5rem 0;
}

dl> :first-of-type {
	border-top: none;
}

dt {
	font-weight: bold;
	text-transform: uppercase;
}

dd {
	text-align: right;
}

.ueber-firmen {
	color: var(--font-color);
	margin-top: 2rem;
	margin-bottom: 3rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.ueber-firmen p:last-child {
	margin-bottom: 0;
}

.ueber-firmen h2 {
	padding: 0;
	margin: 0 0 2rem;
	color: var(--font-color);
	background-color: transparent;
}

.ueber-firmen h3 {
	color: var(--white-color);
	color: var(--font-color);
	background-color: transparent;
	font-size: 2rem;
	margin-bottom: 1rem;
}

.ueber-firmen details summary:after {
	color: var(--font-color);
}

.ueber-firmen .accordion:not(:first-of-type) {
	border-top: 1px solid var(--font-color);
}

.accordion:not(:first-of-type) {
	border-top: 1px solid var(--white-color);
}

.accordion {
	padding: 1rem 0;
}

.accordion:last-of-type {
	padding-bottom: 0;
}

.accordion-title {
	display: block;
	padding-right: 2rem;
}

details[open] summary {
	font-weight: 700;
}

details[open] summary~* {
	animation: open 0.3s ease-in-out;
}

@keyframes open {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

details summary::-webkit-details-marker {
	display: none;
}

details summary {
	width: 100%;
	padding: 0.5rem 0;
	position: relative;
	cursor: pointer;
	font-weight: 300;
	list-style: none;
}

details summary:after {
	content: "+";
	color: var(--white-color);
	position: absolute;
	line-height: 0;
	font-size: 3.6rem;
	top: 50%;
	transform: translateY(-50%);
	right: .5rem;
	transform-origin: center;
	transition: 200ms linear;
}

details[open] summary:after {
	font-weight: 700;
	transform: rotate(45deg);
}

details summary {
	outline: 0;
}

details p {
	margin: 1rem 0 1.5rem !important;
}

#map {
	height: 350px;
	margin-block: .5rem;
}

.map-marker-icon {
	position: relative;
}

.map-marker-icon::after {
	content: '';
	background: url(https://media.newjobs.com/ftpinta/xrehbeindex/xrehbeindex_e2600.png) center center/cover no-repeat;
	position: absolute;
	left: -5px;
	bottom: 0;
	width: 60px;
	height: 60px;
	z-index: -1;
}

.map-marker-icon path {
	position: relative;
	fill: var(--marker-color);
}

@media (max-width: 47.8125em),
print {
	.container {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: auto;
	}
}

@media (max-width: 43.75em),
print {
	.container {
		border: none;
	}

	.p-inline {
		padding-inline: var(--mobile-left-right-padding);
	}

	.full-width {
		margin-inline: calc(-1 * var(--mobile-left-right-padding));
	}
}

@media (max-width: 37.5em) {
	.mobile {
		display: block;
	}
}

@media (max-width: 31em) {
	h1 {
		font-size: 2.6rem;
	}

	.header {
		display: none;
	}

	dl {
		display: grid;
		grid-template-columns: repeat(1, auto);
	}

	dt {
		padding-bottom: 0;
	}

	dd {
		border-top: none;
		text-align: left;
	}
}

/****** top slider css ******/


.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	overflow: hidden;
}

.slideshow-container>span {
	position: absolute;

}


/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: var(--primary-color);
	text-decoration: none;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}







.content-java {
	width: 100%;
	height: 100%;
	position: absolute;



}

.content-java-text {
	width: 330px;
	height: auto;
	float: right;
	position: relative;
	top: -150px;
	margin-right: 50px;
	padding: 8px;
	-webkit-animation-name: mymove;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 1.5s;
	/* Safari 4.0 - 8.0 */
	-moz-animation-name: mymove;
	/* Safari 4.0 - 8.0 */
	-moz-animation-duration: 1.5s;
	/* Safari 4.0 - 8.0 */
	animation-name: mymove;
	animation-duration: 1.5s;
	font-family: 'Panton', sans-serif;
	z-index: 0;
	background: rgba(var(--primary-rgb), .85);
	padding: 10px;
	color: var(--white-color);

}

.content-java-text .big {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.content-java-text p:last-child {
	margin-bottom: 0;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
	from {
		right: -200px;
	}

	to {
		right: 0;
	}
}

@keyframes mymove {
	from {
		right: -200px;
	}

	to {
		right: 0;
	}
}

.content-java-text h1 {
	font-family: 'Panton', sans-serif;
	font-size: 24px;
	color: #fff;
	text-align: left;
	margin-left: 30px;
	padding-bottom: 10px;
}

.content-java-text h2 {
	font-family: 'Panton', sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	font-weight: 700;
	text-align: left;
	margin: 0;
	margin-left: 30px;
	background: none;
	padding: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 1px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;

}


.dot-abstand {
	margin-top: 5px;
	margin-bottom: 2rem;
}

.active,
.dot:hover {
	background-color: var(--primary-color)
}










/* Slider */
#slider {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

@keyframes load {
	from {
		left: -100%;
	}

	to {
		left: 0;
	}
}

.slides {
	width: 400%;
	height: 100%;
	position: relative;
	-webkit-animation: slide 30s infinite;
	-moz-animation: slide 30s infinite;
	animation: slide 30s infinite;
}

.slider {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.slide img {
	width: 100%;
	height: 100%;
}

.slide img {
	width: 100%;
	height: 100%;
}

img.img-desktop {
	display: block;
}

img.img-mobile {
	display: none;
}

.image {
	width: 100%;
	height: 100%;
}

.image img {
	width: 100%;
	height: 100%;
}


/* Contents */
.slideshow-container .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;

}


@media only all and (max-width:700px) {

	.er-fe .content-java-text,
	.er-be .content-java-text {
		width: 76%;
		float: none;
		min-height: 50px;
		top: auto;
		margin-right: 0;
		bottom: 0;
		margin: 0 auto;
		-webkit-animation: mymove 2.5s;
		-webkit-animation-fill-mode: forwards;
		-moz-animation: mymove 2.5s;
		-moz-animation-fill-mode: forwards;
		animation: mymove 2.5s;
		animation-fill-mode: forwards;
		font-family: 'Panton', sans-serif;
		z-index: 1000000;
		background-color: var(--primary-color);
		/* primary color */
		padding: 10px 2%;
	}

	@keyframes mymove {
		from {
			top: 0
		}

		to {
			top: -110px
		}
	}

}

/******** Top slider css end *******/



.content>h2:first-of-type {
	margin-top: 0;
	margin-bottom: 2rem;
}

.nobr,
.nowrap {
	white-space: nowrap;
}

.cf::before,
.cf::after {
	content: " ";
	display: table;
}

.cf::after {
	clear: both;
}

.container address {
	font-style: inherit;
}

ul.slider-without-numbers {
	left: 0;
	margin-left: 0;
}

ul.slider-without-numbers li {
	left: 0;
	margin: 0;
}

ul.slider-without-numbers li::before {
	display: none;
}

.slider-without-numbers {
	margin-bottom: 4rem;
	cursor: w-resize;
	display: flex;
}

/* start of slider styles */
.slider {
	margin-top: 4rem;
	margin-bottom: 4rem;
	cursor: w-resize;
	display: flex;
	counter-reset: sliderItem;
}

.slider li {
	counter-increment: sliderItem;
	user-select: none;
}

.slide-number {
	width: 40px;
	height: 40px;
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 50%;
	background-color: #fff;
	margin: 1rem auto 0;
}

.slide-number::before {
	content: counter(sliderItem);
}

.slider-content {
	border: 1px solid var(--primary-color);
	height: 100%;
	background-color: var(--white-color);
}

.slider-content blockquote {
	padding: 1rem 4%;
	font-size: 1.6rem;
	color: var(--primary-color);
	text-align: center;
}

.slider h3 {
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 1rem;
	color: var(--white-color);
}
.slider-content img {
	max-width: 55%;
	margin: 2rem auto 1rem auto;
}

.tns-outer {
	position: relative;
}

.tns-controls button {
	position: absolute;
	bottom: -1.5rem;
	z-index: 1;
	border: none;
	width: 40px;
	height: 53px;
	background-color: transparent;
	transition: all .2s ease;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tns-controls button:hover {
	transform: scale(1.5, 1.5);
}

.tns-controls button:disabled:hover {
	transform: none;
}

.tns-controls button:disabled {
	opacity: .3;
	cursor: inherit;
	font-size: 0;
}

.tns-controls button:first-child {
	left: calc(50% - 45px);
}

.tns-controls button:last-child {
	right: calc(50% - 45px);
}

.tns-controls button:first-child::before,
.tns-controls button:last-child::before {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--secondary-color);
}

.tns-controls button:first-child::before {
	content: '\276E';
	font-size: 4rem;
}

.tns-controls button:last-child::before {
	content: '\276F';
	font-size: 4rem;
}

/* end of slider styles */

.tns-outer {
	padding: 0 !important
}

.tns-outer [hidden] {
	display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%
}

.tns-no-calc {
	position: relative;
	left: 0
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px
}

.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
	position: relative;
	left: auto !important
}

.tns-gallery>.tns-moving {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s
}

.tns-autowidth {
	display: inline-block
}

.tns-lazy-img {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0.6
}

.tns-lazy-img.tns-complete {
	opacity: 1
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s
}

.tns-ovh {
	overflow: hidden;
	margin-bottom: 3rem;
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em
}

.tns-transparent {
	opacity: 0;
	visibility: hidden
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}

.tns-normal,
.tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1
}

.tns-vpfix {
	white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
	display: inline-block
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden
}

.tns-t-ct {
	width: 2333.3333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0
}

.tns-t-ct:after {
	content: '';
	display: table;
	clear: both
}

.tns-t-ct>div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left
}