/* Version:  März 2026 / Creator: 312 */

@font-face { 
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face { 	
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

 html {
	 -webkit-text-size-adjust: 100%; /* 2 */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Open Sans";
	font-size: 100%;
	color: #00000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #dedede;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

.frame-outer {
	position: relative;
	width: 770px; /*	maximale Breite: 782px	*/
	margin: 1.3rem auto;
	background-color: #fff;
	font-size: 0.85rem; /*	minimale Schriftgröße 0.6rem	*/
}

.frame-outer::after {
	content: "";
	display: block;
	clear: both;
}

/*--für Titel--*/
h1 {
	margin: 0;
	font-size: 1.3rem;
	font-weight: 700;
	color: #e60000;
	padding: 1rem 0 0 0;
}

h1 span {
	font-size: 1rem;
}

/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 400;
}

/*--für Überschiften--*/
h3 {
	margin: 0 0 0.5rem 0;
	font-size: 1rem;
	font-weight: 700;
	color: #e60000;
}

/*--für kleine/unter Überschiften--*/
h4 {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
}

h5 {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	padding: 0 0 0.5rem 0;
}

#logo {
	padding: 1rem 4%;
}

#logo img {
	width: 22%;
}

#header {
	position: relative;
}

.content {
	position: relative;
	padding: 1.5rem 4%;
}

.content::after {
	content: '';
	display: block;
	clear: both;
}

#benefits{
	background: #fff;
	padding: 1.5rem 4%;
}

.box_grau{
	position: relative;
	padding: 1.5rem 4%;
    background-color: #eaebeb;
}

/*--für Stellentitel--*/
#title { 
}

#footer {
	background: #e60000;
	color: #fff;
	position: relative;
	padding: 1rem 4%;
}

#footer::after {
	content: '';
	display: block;
	clear: both;
}

#footer p{
	font-size: 0.78rem;
}

/*--Flex--*/
.bgBild {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.flex2 {
    display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	/*align-items: flex-start;*/
	flex-direction: row;
	flex-wrap: wrap;
}

.left, .footer_left, .right, .footer_right {
	width: 48%;
}

.benefitsleft, .benefitsright {
	width: 48%;
}

.textbox, .bildbox{width:48%;}

.bildbox img{
	
  border-radius: 1.25rem;
}

.alignTop{align-items:flex-start;}
.alignCenter{align-items:center;}
.alignBottom{align-items:flex-end;}

/*--Float--*/
.box-left {
  float: left;
  width: 48%;
}

.box-right {
	float: right;
	width: 48%;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/*--Links - bitte für unterschiedliche Hintergründe farblich anpassen!--*/
a:link, a:visited, a:active  {
    text-decoration: none;
	color: #e60000;
}

a:hover {
	text-decoration: underline;
	color: #e60000;
}

#footer a:link, #footer a:visited, #footer a:active  {
    text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}


ul {
	margin: 0;
	list-style-type: none;
}

li {
	position: relative; 
	margin: auto;
	padding: 0 0 0.5rem 1.2rem;
}

li:last-child {
	padding-bottom: 0;
}

li::before {
	content: '■';
	position: absolute;
	top: -0.15rem;
	left: 0;
	font-size: 0.9rem;
	color: #e60000;
}

#benefits li {
	position: relative; 
	margin: auto;
	padding: 0.5rem 0 1rem 4rem;
	background: no-repeat 0.6rem 0.6rem;
	background-size: 3rem 3rem;
}

#benefits li:last-child {
	padding-bottom: 0;
}

#benefits li::before {
	content:'';
	position: absolute;
	top: 0;
	left: 0rem;
	width: 2rem;
	height: 2rem;
}

#benefits span{
	color: #00000;
	font-size: 0.75rem;
}

.ap_box {
	padding-bottom: 1rem;
}

.ap_box img{
	width: 25%;
	border-radius: 0.5rem;
}

/*--Eingrückte Listenpunkte--*/
li ul{ 
	margin: 0;
	padding: 0;
}

/*--Button--*/
.button_box {
	text-align: left;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}

.button a {
	display: inline-block;
	background: #e60000;
	padding: 0.6rem 2rem 0.6rem 2rem;
	margin: 0.5rem auto 0.5rem auto;
	cursor: pointer;
	border: 0.1rem solid #e60000;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	border-radius: 0.5rem;
}
.button a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #e60000;
	border: 0.1rem solid #e60000;
}
/*--Slider editierbar--*/

.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap img {
	display: block;
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 24s linear infinite;
    animation: image 24s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    25% {
      opacity: 1;
    }
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

ul.slideshow {
    margin: 0;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}

/*--Angaben Bilder, Video, etc.--*/

iframe {
	display: block;
    width: 100%;
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#video{
    width: 100%;
    height: 100%;
    display: block;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	border: 0;
}

.imgcenter{
	display: inline-block;
}

.refnr {}

.apply {}
