@charset "utf-8";

@media (prefers-reduced-motion: reduce) {
  .slider > * { animation: none !important; }
  .slider .entry { opacity: 0; }
  .slider .entry:last-child { opacity: 1; }
}


:root {
--osr51_linkfarbe: #bc422a;
--osr51_textfarbe: #2d3753;
--osr51_textfarbe_bg: #fff;
--osr51_akzentfarbe: #bc422a;
--osr51_akzentfarbe_bg: #ece5df;
--osr51_akzentfarbe_bg_foot: #2d3753;
--osr51_bg_content: #fff;
--osr51_bg_body: #fff;
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	font-display: swap;
	src: url(https://api.relaxx.center/public/api/v1/font/serve/5386537.ttf);
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	font-display: swap;
	src: url(https://api.relaxx.center/public/api/v1/font/serve/5386535.ttf);
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	font-display: swap;
	src: url(https://api.relaxx.center/public/api/v1/font/serve/5386531.ttf);
}
@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
	font-display: swap;
	src: url(https://api.relaxx.center/public/api/v1/font/serve/5386533.ttf);
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	vertical-align: bottom;
}
html, body{
	background-color: var(--osr51_bg_body);
	width: 100%;
	height: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
a {
	color: var(--osr51_textfarbe);
	text-decoration: underline 1px dotted var(--osr51_linkfarbe);
	word-break: break-all;
}
a:hover {
	color: var(--osr51_linkfarbe);
	text-decoration: underline 1px solid var(--osr51_linkfarbe);
}
.footer a {
	color: var(--osr51_textfarbe_bg);
	text-decoration: underline 1px solid var(--osr51_linkfarbe);
}
a .logo:hover, .footer a:hover {
	opacity: 0.62;
}
a.button {
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	text-decoration: none;
	color: var(--osr51_textfarbe_bg);
	background-color: var(--osr51_linkfarbe);
	border: 2px solid var(--osr51_linkfarbe);
	padding: 8px 26px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 1px;
	font-weight: 600;
	text-align: center;
	margin-top: 26px;
	margin-bottom: 53px;
}
a.button:hover {
	color: var(--osr51_linkfarbe);
	background-color: transparent;
	border: 2px solid var(--osr51_linkfarbe);
	text-decoration: none;
}
.nobreak {
	white-space: nowrap;
	word-break: keep-all;
}
.nospan {
	margin-bottom: 0;
}
.nospantop {
	margin-top: 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
sup {
	line-height: 98%;
}
sub {
	line-height: 96%;
}
b, strong {
	font-weight: 600;
}
h1, h2, p, li {
	line-height: 143%;
}
h1 {
	font-size: 35px;
	margin-bottom: 26px;
	color: var(--osr51_akzentfarbe);
}
h1, h2, .h2, .txt_untertitel {
	font-weight: 500;
}
h2, .h2, .txt_untertitel {
	font-size: 30px;
}
h2, .h2, .smallspan {
	margin-bottom: 8px;
}
h2, .h2 {
	color: var(--osr51_akzentfarbe);
}
p, li, h1 span {
	font-size: 17px;
	font-weight: 400;
}
p, ul {
	margin-bottom: 26px;
}
ul {
	list-style-type: none;
}
ul li {
	margin-left: 17px;
	position: relative;
	margin-bottom: 8px;
}
ul li:before {
	content: " ";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: var(--osr51_textfarbe);
	position: absolute;
	top: 9px;
	left: -17px;
}
ul li ul {
	margin-left: 0;
}
ul li ul, ul li ul li {
	margin-bottom: 0;
}
ul li ul li:before {
	width: 0;
	height: 0;
	border-radius: 0;
	content: "\2714";
	content: "\00BB";
	top: -1px;
	vertical-align: text-top;
}
hr {
	border-top: 1px solid rgba(0,0,0,0.26);
	color: transparent;
	background-color: transparent;
	height: 0;
	margin-bottom: 26px;
}
.txt_center {
	text-align: center;
}
.txt_color {
	color: var(--osr51_akzentfarbe);
}
.txt_bold {
	font-weight: bold;
}
.logo {
	max-width: 260px;
	height: auto;
	margin: 12px 0;
}
.topimage {
	width: 100%;
	height: auto;
	margin-bottom: 26px;
}
#ad_job {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background-color: var(--osr51_bg_body);
}
.wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: var(--osr51_bg_content);
	color: var(--osr51_textfarbe);
	font-family: "DM Sans", Arial, Helvetica, sans-serif;
}
.content, .inner, .bg_color, .footer {
	overflow: hidden;
}
.header {
	border-top: 2px solid var(--osr51_akzentfarbe_bg_foot);
	background-color: var(--osr51_bg_content);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 300;
	box-shadow: 0 0 17px rgba(0,0,0,.26);
}
.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inner {
	padding: 0 8%;
	max-width: 800px;
	position: relative;
	margin: 0 auto;
}
.content .inner, .footer .inner {
	padding: 26px 8% 0 8%;
}
.bg_color {
	background-color: var(--osr51_akzentfarbe_bg);
}
.footer {
	background-color: var(--osr51_akzentfarbe_bg_foot);
	color: var(--osr51_textfarbe_bg);
}

@media screen and (max-width: 1104px) {
}

@media screen and (max-width: 800px) {
h1 {
	font-size: 30px;
}
h2, .h2, .txt_untertitel {
	font-size: 26px;
}
p, li, h1 span {
	font-size: 17px;
}
}

@media screen and (max-width: 620px) {
.nodis {
	display: none;
}
}

@media screen and (max-width: 530px) {
.logo {
	width: 44%;
	margin: 5% 0;
}
}

@media screen and (max-width: 440px) {
#ad_job {
	width: auto;
	height: auto;
	padding: 0;
}
a.button {
	font-size: 15px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 26px;
}
h1 {
	font-size: 26px;
}
h2, .h2, .txt_untertitel {
	font-size: 20px;
}
p, li, h1 span {
	font-size: 15px;
}
}

@media screen and (max-width: 350px) {
}

@media print {
html, body{
	all: unset;
}
#ad_job {
	margin: 0 auto;
	width: 100%;
	border: none;
	padding: 0;
}
.wrapper {
	box-shadow: none;
}
.bewerbungslink:after {
	content: "BEWERBUNG UNTER; https://huelsenbergholding.infoniqa.co.at/engage/jobexchange/applyBy.do?j=jobexchange&jobOfferId=8ac58f829e2213a2019ebab5ecad7fd5&j=jobexchange&organizationUnitId=&source=";
	display: block;
	padding-bottom: 44px;
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	top: 35px;
}
}
iframe.video {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	margin-bottom: 26px;
	border: 1px solid #CCC;
	background: #333 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 512 280.8'%3E%3Crect y='240.9' width='512' height='39.9'/%3E%3Crect x='0' width='511.9' height='240.9' fill='%23999'/%3E%3Cpolygon points='47 261.1 26.2 248.4 26.2 273.8 47 261.1' fill='%23fff'/%3E%3Crect x='107.7' y='257' width='314.7' height='6' fill='%23999'/%3E%3Ccircle cx='200.9' cy='260.8' r='8.8' fill='%23fff'/%3E%3Cg%3E%3Crect x='461.2' y='248' width='5.7' height='24' fill='%23999'/%3E%3Crect x='475.5' y='248' width='5.7' height='24' fill='%23999'/%3E%3C/g%3E%3Cg%3E%3Cpolygon points='289.2 121.5 249.5 98.5 249.5 144.4 289.2 121.5' fill='%23fff'/%3E%3Cpath d='M265,174.6c-29.9,0-54.1-24.2-54.1-54.1,0-29.9,24.2-54.1,54.1-54.1,29.9,0,54.1,24.2,54.1,54.1h0c0,29.9-24.3,54.1-54.1,54.1ZM265,71.1c-27.3,0-49.3,22.1-49.4,49.3,0,27.3,22.1,49.3,49.3,49.4s49.3-22.1,49.4-49.3h0c0-27.2-22.1-49.3-49.3-49.4Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center/cover;
	overflow: hidden;
}
.jobdetails {
	display: flex;
	flex-wrap: wrap;/*; justify-content: center; für mittig ausferichtet*/
}
.jobdetails li {
	padding-right: 17px;
	padding-left: 26px;
	display: flex;
	align-items: center;
	margin: 0;
	line-height: 26px;
	position: relative;
	margin-bottom: 5px;
}
.jobdetails li.ort:before, .jobdetails li.vertrag:before, .jobdetails li.arbeitsort:before, .jobdetails li.abteilung:before, .jobdetails li.team:before, .jobdetails li.erfahrung:before, .jobdetails li.person:before, .jobdetails li.time:before, .jobdetails li.kalender:before, .jobdetails li.befristet:before, .jobdetails li.arbeit:before, .jobdetails li.info:before {
	background-color: transparent;
	border-radius: 0;
	content: " ";
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 3px;
	left: 0;
	fill: var(--osr51_akzentfarbe);
}
.ort:before {
	background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 384 512' class='h-4 w-4' aria-hidden='true' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  fill='%23bc422a' d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z'%3E%3C/path%3E%3C/svg%3E");
}
.jobdetails li.arbeitsort:before {
	background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 256 256' class='h-4 w-4' aria-hidden='true' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23bc422a' d='M76,60A16,16,0,1,1,60,44,16,16,0,0,1,76,60Zm52-16a16,16,0,1,0,16,16A16,16,0,0,0,128,44Zm68,32a16,16,0,1,0-16-16A16,16,0,0,0,196,76ZM60,112a16,16,0,1,0,16,16A16,16,0,0,0,60,112Zm68,0a16,16,0,1,0,16,16A16,16,0,0,0,128,112Zm68,0a16,16,0,1,0,16,16A16,16,0,0,0,196,112ZM60,180a16,16,0,1,0,16,16A16,16,0,0,0,60,180Zm68,0a16,16,0,1,0,16,16A16,16,0,0,0,128,180Zm68,0a16,16,0,1,0,16,16A16,16,0,0,0,196,180Z'%3E%3C/path%3E%3C/svg%3E");
}
.jobdetails li.time:before {
	background-image: url("data:image/svg+xml,%3Csvg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 512 512' class='h-4 w-4' aria-hidden='true' height='1em' width='1em' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath  fill='%23bc422a' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 448c-110.5 0-200-89.5-200-200S145.5 56 256 56s200 89.5 200 200-89.5 200-200 200zm61.8-104.4l-84.9-61.7c-3.1-2.3-4.9-5.9-4.9-9.7V116c0-6.6 5.4-12 12-12h32c6.6 0 12 5.4 12 12v141.7l66.8 48.6c5.4 3.9 6.5 11.4 2.6 16.8L334.6 349c-3.9 5.3-11.4 6.5-16.8 2.6z'%3E%3C/path%3E%3C/svg%3E");
	background-size: 90%;
}

@media screen and (max-width: 350px) {
.jobdetails {
	display: block;
}
.jobdetails li {
	display: table;
}
}


.slider {
--seconds-per-image: 2.6s; /*Anzeige Slider-Bild in Sekunden */
--bild-1: url('../images/04_5465717_5e9c0bc89dbddc430357673e49bd7748.jpg');
--bild-2: url('../images/02_5465721_335351a34bba184d3b45b7ea7223e77b.jpg');
--bild-3: url('../images/03_5465719_c14ddd20afc41307e7b480905fa65240.jpg');
--bild-4: url('../images/04_5465717_5e9c0bc89dbddc430357673e49bd7748.jpg');
--bild-5: url('../images/03_5465719_c14ddd20afc41307e7b480905fa65240.jpg');
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-bottom: 35%; /*Slider-Höhe hier festlegen*/
	/*; margin-bottom: 26px;*/; background-color: transparent;
--no-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='300'%3E%3Crect x='0' y='0' width='500' height='300' fill='%23fcc'%3E%3C/rect%3E%3Ctext x='150' y='150' fill='%23f00' font-size='1.5em'%3EKein Bild ausgewählt%3C/text%3E%3C/svg%3E");
}
.slider div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slider .entry {
	opacity: 0;
}
.slider {
--error-flag: 0;
--child-count: 0;
}
.slider[src*="slider1"] > * {
--child-count: 1;
	animation-name: _fade1;
}
.slider[src*="slider2"] > * {
--child-count: 2;
	animation-name: _fade2;
}
.slider[src*="slider3"] > * {
--child-count: 3;
	animation-name: _fade3;
}
.slider[src*="slider4"] > * {
--child-count: 4;
	animation-name: _fade4;
}
.slider[src*="slider5"] > * {
--child-count: 5;
	animation-name: _fade5;
}
.slider .entry:nth-child(1) {
--own-position: 5;
	background-image: var(--bild-5);
}
.slider .entry:nth-child(2) {
--own-position: 4;
	background-image: var(--bild-4);
}
.slider .entry:nth-child(3) {
--own-position: 3;
	background-image: var(--bild-3);
}
.slider .entry:nth-child(4) {
--own-position: 2;
	background-image: var(--bild-2);
}
.slider .entry:nth-child(5) {
--own-position: 1;
	background-image: var(--bild-1);
}
.slider .entry {
--anim-duration: calc(var(--seconds-per-image) * var(--child-count));
--anim-delay: calc((var(--own-position) - 1) * var(--seconds-per-image));
	animation-delay: var(--anim-delay);
	animation-duration: var(--anim-duration);
animation-iteration-count: calc(clamp(0, var(--child-count) - var(--own-position) + 1, 1000) * 1000);
	animation-timing-function: ease-in-out;
}
@keyframes _fade1 {
0% {
opacity: 1;
}
100% {
opacity: 1;
}
}
@keyframes _fade2 {
0% {
opacity: 0;
}
25% {
opacity: 1;
}
50% {
opacity: 1;
}
75% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes _fade3 {
0% {
opacity: 0;
}
17% {
opacity: 1;
}
33% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes _fade4 {
0% {
opacity: 0;
}
13% {
opacity: 1;
}
25% {
opacity: 1;
}
38% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes _fade5 {
0% {
opacity: 0;
}
10% {
opacity: 1;
}
20% {
opacity: 1;
}
30% {
opacity: 0;
}
100% {
opacity: 0;
}
}
@media screen and (max-width: 1250px) {
.slider{
	padding-bottom: 40%; /*Slider-Höhe hier festlegen*/
}
}
.styleborder{
    display: block;
    position: absolute;
	top:0;
	right:0;
	bottom:0;
    width:32%;
    background-color: var(--osr51_akzentfarbe);
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 35% 0%);
}
.style {
    display: block;
    position: absolute;
	top:0;
	right:0;
	bottom:0;
    width:97%;
    background: var(--osr51_akzentfarbe) url('../images/05_5465695_1349f8f1f440472c0720b481ec2ff7aa.png') no-repeat bottom right/cover;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 40% 0%);
}

/* Auto-gewrappte Klartext-Telefonnummern sollen wie der umgebende Text aussehen (Universalregel). */
a.auto-tel { color: inherit; text-decoration: none; font-weight: inherit; }

#wrapper, .wrapper { padding-bottom: 2.5rem; }
