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

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/**
 * 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: "Inter", sans-serif;
	font-size: 100%;
	color: #f9f8f4;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #e9e5dc;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

.frame-outer {
	position: relative;
	width: 780px; /*	maximale Breite: 782px	*/
	margin: 1.3rem auto;
	background-color: #0a333d;
	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: 2.0rem;
	font-weight: 600;
	padding-top: 0.5rem;
	color: #f9f871;
	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.5rem; /* Etwas größer als zuvor */
  font-weight: 600; /* Fettere Schrift */
  padding-bottom: 0.5rem;
  color: #0a333d; /* Dunklere Farbe */
  text-transform: uppercase; /* Alle Buchstaben groß */
  letter-spacing: 1px; /* Abstand zwischen den Buchstaben */
  position: relative; /* Für Pseudo-Elemente */
  overflow: hidden; /* Für Animationen */
  transition: color 0.3s ease-in-out; /* Weicher Übergang der Farbe */
}

.intro h3 {
  margin: 0;
  font-size: 1.5rem; /* Etwas größer als zuvor */
  font-weight: 600; /* Fettere Schrift */
  padding-bottom: 0.5rem;
  color: #f9f871; /* Dunklere Farbe */
  text-transform: uppercase; /* Alle Buchstaben groß */
  letter-spacing: 1px; /* Abstand zwischen den Buchstaben */
  position: relative; /* Für Pseudo-Elemente */
  overflow: hidden; /* Für Animationen */
  transition: color 0.3s ease-in-out; /* Weicher Übergang der Farbe */
}

h3::before {
  content: "";
  position: absolute;
  bottom: -5px; /* Leichte Verschiebung nach unten */
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #f9f871; /* Akzentfarbe */
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

h3:hover {
  color: #558286; /* Farbwechsel bei Hover */
}

h3:hover::before {
  width: 100%; /* Breite wird auf 100% erweitert */
  left: 0; /* Linksbündig */
}


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

#logo {
	padding: 2rem 4%;
	width: 25%;
	position: absolute;
	z-index: 10;
}

#logo img {}

#header {
	position: relative;
}

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

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

/*--für Stellentitel--*/
#title { 
	position: relative;
	padding: 1rem 4%;
	color: #f9f8f4;
	margin-top: -7rem;
}

#footer {
	position: relative;
}

#footer::after {
	content: "";
	display: block;
	clear: both;
}
/*--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;
	background-color: #f9f8f4;
	color: #0a333d;
}

.flex1 {
	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%;
	padding: 2rem 0% 2rem 4%;
}

.right {
	width: 48%;
	padding: 2rem 4% 2rem 0%;
}

.left1 {
	width: 48%;
}

.right1 {
	width: 48%;
}

.benefits {
	background-color: #f9f871;
	color: #0a333d;
	padding: 2rem 0% 2rem 4%;
}

.border-wachsen-kasten {
position: relative;
overflow: hidden;
border: 2px solid #ededed;
z-index: 1;
transition: all 0.6s ease;
padding: 1rem;
}

.border-wachsen-border {
position: absolute;
transition: all 0.6s ease;
background-color: transparent;
}
.border-wachsen-top, .border-wachsen-bottom {
left: 0;
right: 0;
height: 2px;
}
.border-wachsen-right, .border-wachsen-left {
top: 0;
bottom: 0;
width: 2px;
}

.border-wachsen-top {
top: 0;
width: 0%;
}

.border-wachsen-right {
right: 0;
height: 0%;
top: 100%;
}

.border-wachsen-bottom {
z-index: 10;
bottom: 0;
width: 0%;
left: 100%;
}

.border-wachsen-left {
left: 0;
transform-origin: top left;
height: 0%;
top: 100%;
}

.border-wachsen-kasten:hover .border-wachsen-border {
background-color: #558286;
}

.border-wachsen-kasten:hover .border-wachsen-top {
width: 100%;
}

.border-wachsen-kasten:hover .border-wachsen-bottom {
width: 100%;
left: 0%;
}

.border-wachsen-kasten:hover .border-wachsen-right {
height: 100%;
top: 0%;
}

.border-wachsen-kasten:hover .border-wachsen-left {
height: 100%;
top:0%;
}

.border-wachsen-kasten:hover {
border: 2px solid transparent;
} 

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

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

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

.zweispaltig{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	-webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}


.zentriert{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.zentriertLinksRechts{
	 left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.word{word-spacing:-0.05rem;}
.letter{letter-spacing:-0.01rem;}
.spacing{
	word-spacing:-0.05rem;
	letter-spacing:-0.01rem;
}


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

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

/*--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--*/
li ul{ 
	margin: 0 0 0 0;
	padding: 0 0 0 1rem;
}

.yellow {
	color: #f9f871;
}

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

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

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

.button12 {
appearance: none;
background-color: #f9f8f4;
border-width: 0;
box-sizing: border-box;
color: #0a333d;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 600;
letter-spacing: 0;
line-height: 1em;
margin: 0;
opacity: 1;
outline: 0;
padding: 1.5em 2.2em;
position: relative;
text-align: center;
text-decoration: none;
text-rendering: geometricprecision;
text-transform: uppercase;
transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: baseline;
white-space: nowrap;
}

.button12:before {
backface-visibility: hidden;
background-color: #f9f871;
clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transform: translateZ(0);
transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
width: 100%;
}

.button12:hover:before {
clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button12:after {
background-color: #0a333d;
}

.button12 a {
z-index: 1;
position: relative;
color: #0a333d;
}

.button12 a:hover {
color: #0a333d;
} 

/*BEGINN Slider auflösend*/

.slider-wrap_1 {
	max-width:780px;
  	width: auto;
  	height: auto;
	position:relative;
	border-top:0px solid #3c3c3b;
}

.slideshow_1 {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow_1 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 {
  5% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  15% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  5% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  15% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_1 li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.slideshow_1 li:nth-child(1) span {}
.slideshow_1 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_1 li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow_1 li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
ul.slideshow_1 {
	margin:0;
}

/*ENDE Slider auflösend*/

/*BEGINN Slider schiebend*/

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

/* BEGINN Slider mit 3 Bildern mit transform Animation */

.slideshow-3-bilder {
	position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;

}
.slideshow-3-bilder 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 36s linear infinite;
  animation: image-3-bilder 36s linear infinite;
}

@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

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

}

@-webkit-keyframes image-3-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

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

}

.slideshow-3-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-3-bilder li:nth-child(1) span {
}

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

.slideshow-3-bilder li:nth-child(3) span {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

ul.slideshow-3-bilder {
    margin:0;
}


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

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0px;
				padding-bottom:5px;
}

/* ENDE Slider mit 3 Bildern mit transform Animation */


/* BEGINN Slider mit 4 Bildern mit transform Animation */

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

.slideshow-4-bilder 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-4-bilder 24s linear infinite;
}

@keyframes image-4-bilder {
  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-4-bilder {
  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-4-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {
}

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

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

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

ul.slideshow-4-bilder {
    margin:0;
}

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

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
		border-bottom:none;
	        border-color: #fff;
                border-width: 0px;
		padding-bottom:5px;
}

/* ENDE Slider mit 4 Bildern mit transform Animation */


/* SLIDER schiebend ENDE */


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

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

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 {}
