/* Version:  März 2023 / Creator: 259 */

@font-face { font-family: "Roboto";
	 
      
	src:   url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}





@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ThinItalic.woff2) format('woff2');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ExtraLightItalic.woff2) format('woff2');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-LightItalic.woff2) format('woff2');
  font-weight: 300;
 font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Italic.woff2) format('woff2');
  font-weight:400;
 font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-MediumItalic.woff2) format('woff2');
  font-weight:500;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-SemiBoldItalic.woff2) format('woff2');
  font-weight:600;
 font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-BoldItalic.woff2) format('woff2');
  font-weight:700;
  font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-BlackItalic.woff2) format('woff2');
  font-weight:800;
   font-style: italic;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: italic;
}


@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Thin.woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ExtraLight.woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Regular.woff2) format('woff2');
  font-weight:400;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Medium.woff2) format('woff2');
  font-weight:500;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-SemiBold.woff2) format('woff2');
  font-weight:600;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Bold.woff2) format('woff2');
  font-weight:700;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-ExtraBold.woff2) format('woff2');
  font-weight:800;
  font-style: normal;
}

@font-face {
  font-family: "Fira Sans";
  src: url(../../ofl/firasans/FiraSans-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
}


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	 -webkit-text-size-adjust: 100%; /* 2 */
}

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

body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 100%;
	color: #24348B;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #f5f0df;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

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

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

/*--für Titel--*/
h1 {
	margin: 0;
	font-size: 1.65rem;
	font-weight: 700;
	color: #24348b;
text-transform: uppercase;
}

h1 span {
	font-size: 1rem;
}

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

/*--für Überschiften--*/
h3 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 650;
	margin-bottom: 0.3rem;
	
}

/*--für kleine/unter Überschiften--*/
h4 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

#logo {
	padding: 1rem 4%;
	background-color: #24348b;
}

#logo img {
	width: 9rem;
}

#header {
	position: relative;
	background-color: #f5f0df;
}

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

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

/*--für Stellentitel--*/
#title { 
	position: relative;
	padding: 1.5rem 5%;
	background-color: #f5f0df;
}


#footer {
	  
	position: relative;
	padding: 1rem 5% 5rem 5%;
	background-color: #24348b;
	text-align: center;
	color: #fff;
	justify-content: center;
	
}

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

#footer img{
	width: 7rem;	
	  display: inline-block;
    margin-right: 1rem;
	margin-bottom: 0.5rem;
	
}



/*--KLassen--*/


.small{
	font-size: 0.63rem;
}


.info{
	background-color: #76bde2;
	padding: 0.3rem 2%;
	color: #24348B;
	border-radius: 0.6rem;
	font-size: 0.85rem;
}

.info p span{
	color: #4c77b6;
}


.bg_hellblau{
	background-color: #76bde2;
	
}

.bg_hellblau h3{
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.7rem;
}


.bg_gelb{
	position: relative;
	background-color: #f7df7e;
}


.benefit{
	width: 48%;
	background-color: #24348b;
	color: #fff;
	padding: 1.5rem 4%;
	text-align: center;
}

.benefit img{
	filter: invert(100%) brightness(100%);
	display: inline;
	margin-bottom: 0.5rem;
	width: 1.7rem;
}

.ueber{
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0rem 0% 1.4rem 0%;
}

.padding_boxen{
	padding: 1.5rem 5%;
}


.video{
	padding: 1.5rem 5%;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 96%);
}

.bg_beige{
	background-color: #f5f0df;
}


.fragen{
	width: 100%;
	margin: auto;
	background-color: #cddaad;
	padding: 1rem 5%;
}

.bild{
	width: 20%;
}

.ap{
	width: 75%;
}



.fix-kasten {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f5f0df;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 1000; /* Stellt sicher, dass der Kasten immer im Vordergrund liegt */
}

.stellentitel{
	width: 70%;
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: auto;
	color: #24348b;
	font-weight: 450;
}

.button_leiste{
	width: 30%;
}


/* NEU: Schritt-Indikator Layout */
.step-indicator {
  display: flex;
  align-items: center; /* Richtet Text, Linie und Punkt perfekt mittig zueinander aus */
  gap: 15px; /* Abstand zwischen Text und Linie */
  margin-bottom: 1.5rem;
}

.step-text {
  font-weight: bold;
  font-size: 0.8rem;
  color: #24348b; /* Beispiel-Farbe für das Highlight */
  white-space: nowrap; /* Verhindert Zeilenumbruch im Schritt-Text */
}

/* Container für Linie und Punkt, um Flex-Ausrichtung zu nutzen */
.step-line-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1; /* Linie dehnt sich bis zum rechten Boxenrand aus */
}

.step-line {
  height: 0.07rem;
  background-color: #24348b; /* Farbe der Linie */
  flex-grow: 1; /* Linie nimmt den verfügbaren Platz ein */
}

.step-dot {
  width: 0.4rem;
  height: 0.4rem;
  background-color: #24348b; /* Farbe des Punktes */
  border-radius: 50%; /* Macht den Punkt kreisrund */
  flex-shrink: 0; /* Verhindert das Verzerren des Punktes */
}










/* Äußerer Wrapper, um Pfeile und Slider zu positionieren */
.slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 60px; /* Platz für die Pfeile außerhalb */
}

/* Container, der die Boxen beschneidet */
.slider-container {
  overflow: hidden;
  width: 100%;
}

/* Der Track, der alle Boxen enthält und verschoben wird */
.slider-track {
  display: flex;
  gap: 10px; /* Abstand zwischen den Boxen */
  transition: transform 0.5s ease-in-out;
}

/* Die einzelnen Boxen */
.slider-box {
  background-color: #ffffff;
  padding: 30px;  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  flex: 0 0 calc(50% - 10px); /* Nimmt exakt die halbe Breite minus den halben Gap ein */
  box-sizing: border-box;
}

/* Text-Styling innerhalb der Boxen */
.slider-box h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
  color: #24348b;
	font-weight: 700;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.slider-box p {
  margin: 0;
  text-align: left;
  line-height: 1.5;
  color: #24348b;
font-size: 1rem;	
}

/* Pfeil-Buttons (außerhalb der Boxen) */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  z-index: 10;
}

.slider-arrow:hover {
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(-50%) scale(1.05);
}

.arrow-prev {
  left: 0;
}

.arrow-next {
  right: 0;
}











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

.left {
	width: 48%;
}

.right {
	width: 48%;
}

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

a:hover {
	text-decoration: none;
	color: red;
}

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

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

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

 li::before {
	 position: absolute;
	 top: 0;
	 left: 0;
	 content: "•";
	 font-size: 0.8rem;	
} 

/*--Eingrückte Listenpunkte--*/


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


ul li ul li::before {
  position: absolute;
  top: 0rem;
  left: 0;
  content: "○";
  font-size: 0.85rem;
}


li ul{ 
	margin: 0 0 0 0;
	padding: 0 0 0 1rem;
}




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

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

.button a {
	display: inline-block;
	color: #24348B;
  background-color: #F7DF7E;
	padding: 0.7rem 4rem 0.7rem 4rem;
	margin: 0 auto;
	cursor: pointer;		
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	font-weight: 650;
	margin-top: 1rem;
	
}
.button a:hover {
	background-color: #F9E79E;
	text-decoration: none;
	color: #24348B;
	
}



.button_leiste a {
	display: inline-block;
	color: #24348B;
  background-color: #F7DF7E;
	padding: 0.4rem 1.5rem 0.4rem 1.5rem;
	margin: 0 auto;
	cursor: pointer;		
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	font-weight: 650;
	font-size: 0.85rem;
	margin-top: 1rem;
	
}
.button_leiste a:hover {
	background-color: #F9E79E;
	text-decoration: none;
	color: #24348B;
	
}






.button_ap a {
	display: inline-block;
	color: #24348B;
  background-color: #24348B26;
	padding: 0.7rem 4rem 0.7rem 4rem;
	margin: 0 auto;
	cursor: pointer;		
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	font-weight: 650;
	margin-top: 1rem;
	
}
.button_ap a:hover {
	background-color: #24348B21;
	text-decoration: none;
	color: #24348B;
	
}







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










  
.slideshow_3 {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow_3 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 18s linear infinite;
    animation: image 18s 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;
    }
    33% {
      opacity: 1;
    }
    38% {
      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;
    }
    33% {
        opacity: 1;
    }
    38% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow_3 li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow_3 li:nth-child(1) span {}
.slideshow_3 li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow_3 li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

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

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




















/*--Slide von links nach rechts--*/




.slider-wrap_slide {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
}

.slideshow_slide_3 {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.slideshow_slide_3 li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image_slide_3 18s ease-out infinite;
    animation: image_slide_3 18s ease-out infinite;
}

@keyframes image_slide_3 {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    3% {
        transform: translateX(0);
    }

    33.33333% {
        transform: translateX(0);
    }

    36.33333% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(-100%);
        opacity: 1;
    }

}

@-webkit-keyframes image_slide_3 {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    3% {
        transform: translateX(0);
    }

    33.33333% {
        transform: translateX(0);
    }

    36.33333% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(-100%);
        opacity: 1;
    }

}

.slideshow_slide_3 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slideshow_slide_3 li:nth-child(1) span {
}

.slideshow_slide_3 li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow_slide_3 li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

.slider-wrap ul.slideshow_slide_3 {
    margin: 0;
    padding: 0;
}

.slider-wrap li::before {
    display: none;
}

.slideshow_slide_4 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow_slide_4 li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image_slide_4 24s linear infinite;
}

@keyframes image_slide_4 {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  
  1% {
opacity: 1;
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
	
  }
  
  26% {
    transform: translateX(-100%);
opacity: 1;
  }
	100%{
		transform: translateX(-100%);
	opacity: 0;
	}
}

@-webkit-keyframes image_slide_4 {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  24% {
    transform: translateX(0);
	
  }
  
  25% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	opacity: 1;
	}
}

.slideshow_slide_4 li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow_slide_4 li:nth-child(1) span {
}

.slideshow_slide_4 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow_slide_4 li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow_slide_4 li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow_slide_4 {
    margin:0;
}








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

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

.imgcenter{ 
	display: inline-block;
}

strong { 
	font-weight: 700;
}

p {
	margin:0;
}

p:empty {
	height: 1rem;
}

.hide_m {}

.hide {
  display: none;
}

.refnr {}

.apply {}
