@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: #004d9e;
--osr51_textfarbe: #00217A;
--osr51_textfarbe_bg: #fff;
--osr51_akzentfarbe: #004d9e;
--osr51_akzentfarbe_bg: #BD252C;
--osr51_akzentfarbe_bg_foot: #edf8f3;
--osr51_bg_content: #fff;
--osr51_bg_body: #eee;
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://api.relaxx.center/public/api/v1/font/serve/3841041.ttf)format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://api.relaxx.center/public/api/v1/font/serve/3841043.ttf)format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(https://api.relaxx.center/public/api/v1/font/serve/3841047.ttf)format('truetype');
}
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://api.relaxx.center/public/api/v1/font/serve/3841049.ttf)format('truetype');
}
* {
	margin: 0;
	padding: 0;
	border: 0;
}
img {
	vertical-align: bottom;
}
html, body{
	background-color: var(--osr51_bg_body);
	width: 100%;
	height: auto;
}
body{
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
a {
	color: var(--osr51_textfarbe);
	text-decoration: none;
}
a:hover {
	color: var(--osr51_linkfarbe);
	text-decoration: underline 1px solid var(--osr51_linkfarbe);
}
.footer a {
	color: #f93822;
	text-decoration: none;
}
a .logo:hover, .footer a:hover {
	opacity: 0.62;
}
.button {
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	text-decoration: none;
	color: var(--osr51_textfarbe_bg);
	background-color: var(--osr51_linkfarbe);
	border: 2px solid var(--osr51_linkfarbe);
	padding: 8px 4%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 26px;
	margin-bottom: 53px;
	border-radius: 6px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.button:hover {
	color: var(--osr51_linkfarbe);
background-color: transparent; border: 2px solid var(--osr51_linkfarbe);
	text-decoration: none;
	opacity: 1;
}
.nobreak {
	white-space: nowrap;
}
.nospan {
	margin-bottom: 0;
}
.nospantop {
	margin-top: 0;
}
.smallspan {
	margin-bottom: 8px;
}
.smallspan_top {
	margin-top: -15px;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.clearing {
	clear: both;
	height: 0;
}
sup {
	line-height: 98%;
}
sub {
	line-height: 96%;
}
h1, h2, p, li {
	line-height: 138%;
}
b, strong {
	font-weight: 700;
}
h1 {
	font-size: 19px;
	margin-bottom: 20px;
}

h1 span {
	font-size: 18px;
	font-weight: 400;
}
h2, .h2 {
	color: #004d9e;
	font-weight: 700;
}
.txt_untertitel {
	font-size: 17px;
}
h2, .h2 {
	font-size: 17px;
	margin-bottom: 12px;
}
p, li {
	font-size: 15px;
	font-weight: 400;
}
p, ul {
	margin-bottom: 18px;
}
ul {
	list-style-type: none;
    margin-left: 2%;
}
ul li {
	margin-left: 21px;
	position: relative;
	margin-bottom: 1px;
}
ul li:before {
	content: " ";
	width: 4px;
	height: 4px;
	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: 2px solid #CFD6E7;
	color: transparent;
	background-color: transparent;
	height: 0;
    margin-top: 36px;
	margin-bottom: 36px;
}
.txt_center {
	text-align: center;
}
.txt_color {
	color: var(--osr51_akzentfarbe);
}
.txt_bold {
	font-weight: bold;
}

.txt_small {
	font-size: 12px;
}
.logo {
	max-height: 53px;
	max-width: 62%;
	height: auto;
	padding: 17px 35px 17px 35px;
}
.topimage {
	width: 100%;
	height: auto;
}
#ad_job {
	position: relative;
	margin: 0 auto;
	width: 96%;
	height: 96%;
	padding: 2%;
}
#ad_job:before {
	content: " ";
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(to top, #fff 0%, transparent 80%), url('../images/05_5382147_33ed4e54f00972ba6365a0ec90cb67e1.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: top center, top center;
	background-size: cover;
}
.wrapper {
	max-width: 860px;
	position: relative;
	margin: 0 auto;
	background-color: transparent;
	color: var(--osr51_textfarbe);
	font-family: Arial, Helvetica, sans-serif;
}
.header, .content, .footer {
	background-color: var(--osr51_bg_content);
	overflow: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,0.26);
}
.content, .footer {
	padding: 20px 26px 8px 26px;
}
.header {
}
.bg_color {
	background-color: var(--osr51_akzentfarbe_bg);
	color: var(--osr51_textfarbe_bg);
}
.footer {
	background-color: var(--osr51_akzentfarbe_bg_foot);
}


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

@media screen and (max-width: 800px) {
h1 {
	font-size: 26px;
}
h1 span {
	font-size: 21px;
}
}

@media screen and (max-width: 620px) {
.nodis {
	display: none;
}
h2, .h2 {
	font-size: 17px;
}
p, li {
	font-size: 15px;
}
.txt_untertitel {
	font-size: 20px;
}
}

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

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

@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://www.stellenlink.de/chocotech-26-2-115#bewerbung";
	display: block;
	padding-bottom: 44px;
	width: 100%;
	font-size: 13px;
	line-height: 17px;
	position: relative;
	top: 35px;
}
}
.slider {
--seconds-per-image: 4.6s; /*Anzeige Slider-Bild in Sekunden */
--bild-1: url('../images/03_5382141_0c5787a84ab449c0dc7d4039098f4459.jpg');
--bild-2: url('../images/04_5382143_9ee6c06e68e3eb4ddd12d722ced68c16.jpg');
--bild-3: url('../images/02_5382145_a1ada78d9f07cb2f0bdc438257e9ecbc.jpg');
--bild-4: var(--no-img);
--bild-5: var(--no-img);
	position: relative;
	width: 100%;
	padding-bottom: 40.3%; /*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;
    border-radius: 21px;
}
.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;
}
}
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;
}

/* 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; }
