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

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600;1,700&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: 'Lora', serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.5;
	background-color: #fff;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}

.frame-outer {
	position: relative;
	width: 720px; /*	maximale Breite: 782px	*/
	margin: 1.3rem auto;
	background-color: #fff;
	box-shadow: -0.1rem 0.1rem 1rem rgba(0,0,0, 0.2);
	font-size: 0.9rem; /*	minimale Schriftgröße 0.6rem	*/
}

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

/*--für Titel--*/
h1 {
    font-family: 'Roboto', sans-serif;
	margin: 0;
    line-height: 1.2;
	font-size: 1.7rem;
	font-weight: 900;
    color: #06407e;
}

h1 span {
	font-size: 1rem;
}

/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
    font-family: 'Roboto', sans-serif;
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
}

/*--für Überschiften--*/
h3 {
    font-family: 'Roboto', sans-serif;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 900;
    color: #b3f2db;
}

/*--für kleine/unter Überschiften--*/
h4 {
    font-family: 'Roboto', sans-serif;
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
}

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

.wappen {
    width: 35%;
    padding: 1rem 3%;
}

#logo {
	padding: 1rem 3%;
}

#logo img {
    width: 95%;
}

#header {
	position: relative;
}

.intro {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(52, 52, 52, 0.9);
    color: #fff;
    padding: 1rem 3%;
}

.innercontent {
    padding: 1rem 3%;
}

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

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

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

#footer {
	position: relative;
	padding: 1rem 4%;
}

#footer::after {
	content: "";
	display: block;
	clear: both;
}
/*--Flex--*/

.bgBild {
  background-repeat: no-repeat;
  background-size: 5.25%;
  background-position-X: 1.885%;
    background-position-Y: 0%; 
}

.bgBild2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bgblau {
    background-color: #00225f;
}

.bgblau h3 {
    color: #b3f2db;
    }

.bggruen {
    background-color: #b3f2db;
}

.bggruen h3 {
    color: #06407e;
}

.bghellgruen {
    background-color: #eef2ee;
}

.bghellgruen h4 {
    color: #06407e;
}

.bghellgruen h3 {
    color: #06407e;
}


.outerbewerben {
    padding: 1rem 4.5%;
}
.bewerben {
    display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
    margin: 1rem 0;
}

.left2 {
    width: 52%;
}
.right2 {
    width: 47%;
}

.outerbewerben h4 {
    color: #000;
}

.bgblau ul li:hover::before {
    color: #b3f2db;
}
.bggruen ul li:hover::before {
    color: #b3f2db;
}

.bggrau {
    background-color: #343535;
    color: #fff;
}

.bggrau h3 {
    color: #b3f2db;
}

.bggrau a:link {
    color: #b3f2db !important;
}

.bggrau a:visited{
    color: #b3f2db !important;
}

.bggrau a:hover{
    color: #b3f2db !important;
text-decoration: underline;
}

.bgblau a:hover{
    color: #fff !important;
text-decoration: underline;
}

.bgblau:hover a {
    color: #fff !important;
text-decoration: underline;
}

.hinweis {
    margin:  0;
    padding: 1rem 4.5%;
}

.outerflex {
    padding: 0 3% 0 9%;
    margin: 1rem 0;
}

.outerfakten {
    padding: 0.5rem 1% 0;
}

.outerfakten h3 {
    color: #000;
    padding: 0.5rem 0 0 3.5%;
}

.flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
    margin: 1rem 0;
}

.left {
	width: 47%;
}

.right {
	width: 52%;
}

.aufgaben, .benefits {
    color: #fff;
    padding: 1rem 4.5%;
    margin-bottom: 1.5rem;
}

.aufgaben, .profil, .benefits {
    transition: 250ms all ease;
    border: 0.1rem solid #06407e;
    background-color: #fff;
    color: #000;
}

.aufgaben h3, .profil h3, .benefits h3{
    transition: 400ms all ease;
    color: #06407e;
}


.aufgaben:hover h3, .profil:hover h3, .benefits:hover h3{
    color: #b3f2db;
}


.aufgaben:hover, .profil:hover, .benefits:hover {
    background-color: #06407e;
    color: #fff;
}


.profil {
    color: #000;
    padding: 1rem 4.5%;
    margin-bottom: 1.5rem;
}

.fakten {
    color: #000;
    padding: 0 4.5% 1rem;
    margin-bottom: 1.5rem;
}


.fakten {
    font-family: 'Roboto', sans-serif;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
}

.fakten p {
    font-size: 0.75rem;
    letter-spacing: -0.03rem;
}

.iconbox {
    width: 23%;
    padding: 0 1%;
    text-align: center;
    margin-bottom: 0.75rem;
}

.icon {
    width: 50%;
    margin: 0 auto;
}

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

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



a.weiss:link, a.weiss:visited, a.weiss:active  {
    text-decoration: none;
	color: #06407e;
}

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

/*--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.15rem;
	 left: 0;
	 content: "•";
	 font-size: 1.1rem;	
} 

/*--Eingrückte Listenpunkte--*/
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;
	background: #06407e;
	padding: 0.3rem 2rem 0.3rem 2rem;
	margin: 1rem auto;
	cursor: pointer;
	-webkit-border-radius: 0.1rem;
	border-radius: 0.1rem;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1rem;
}
.button a:hover {
	background-color: #b3f2db;
	text-decoration: none;
	color: #06407e;
}

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

.small {
font-size: 0.7rem;
}

.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 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;
    }
    35% {
      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;
    }
    35% {
        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;
}
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;
}

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