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


/* --- AirPlus Serif --- */

@font-face { 
	
font-family: "AirPlus Serif";
	 
  src:  local('AirPlus Serif'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSerif-Book.woff2') format('woff2') ;
	
	font-weight: 400;
	font-style: normal;	
}


/* --- AirPlus Sans --- */

@font-face { 
	
font-family: "AirPlus Sans";
	 
  src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-Light.woff2') format('woff2') ;
	
	font-weight: 300;
	font-style: normal;	
}


@font-face { 

font-family: "AirPlus Sans";
	 
	src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-LightItalic.woff2') format('woff2') ;

	font-weight: 300;
	font-style: italic;
}

@font-face { 
	
font-family: "AirPlus Sans";
	 
  src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-Book.woff2') format('woff2') ;
	
	font-weight: 400;
	font-style: normal;	
}


@font-face { 

font-family: "AirPlus Sans";
	 
	src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-Italic.woff2') format('woff2') ;

	font-weight: 400;
	font-style: italic;
}


@font-face { 

font-family: "AirPlus Sans";
	 
	src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-Medium.woff2') format('woff2') ;

	font-weight: 500;
	font-style: normal;
}

@font-face { 

font-family: "AirPlus Sans";
	 
	src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-MediumItalic.woff2') format('woff2') ;

	font-weight: 500;
	font-style: italic;
}

@font-face { 

font-family: "AirPlus Sans";
	 
	src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-SemiBold.woff2') format('woff2') ;

	font-weight: 600;
	font-style: normal;
}

@font-face { 

font-family: "AirPlus Sans";
	 
	src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-SemiBoldItalic.woff2') format('woff2') ;

	font-weight: 600;
	font-style: italic;
}

@font-face { 

font-family: "AirPlus Sans";
	 
	src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-Bold.woff2') format('woff2') ;

	font-weight: 700;
	font-style: normal;
}

@font-face { 

font-family: "AirPlus Sans";
	 
	src:  local('AirPlus Sans'),    
	   url('https://fonts.pwrk.dev/airplus/AirPlusSans-BoldItalic.woff2') format('woff2') ;

	font-weight: 700;
	font-style: italic;
}

body {
	font-family: "AirPlus Sans", sans-serif;
	font-size: 100%;
	color: #1a1a1a;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	line-height: 1.3;
	background-color: #fff;
	/*	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: #fff;
	box-shadow: -0.1rem 0.1rem 1rem rgba(0,0,0, 0.2);
	font-size: 0.95rem; /*	minimale Schriftgröße 0.6rem	*/
}

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

/*--für Titel--*/
h1 {
	margin: 0 0 01rem 0;
	font-size: 1.9rem;
	font-weight: 500;
        font-family: "AirPlus Serif", serif;
}

h1 span {
	font-size: 1rem;
}

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

/*--für Überschiften--*/
h3 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
	font-weight: 500;
        font-family: "AirPlus Serif", serif;
}

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

#logo {
	padding: 1rem 4%;
	width: 11rem;

}

#header {
	position: relative;
}

#header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg,rgba(5, 5, 5, 1) 0%, rgba(255, 255, 255, 0) 80%);
	z-index: 0;
}

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

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

#intro {
	background: #d2fadb;
	padding: 2rem 4%;
	color: #1a1a1a;
	margin: 0 0 2rem 0;
	border-radius: .75rem;
}

#greenboxes {
	background: #39cc79;
	padding: 2rem 4%;
	border-radius: .75rem;
	margin: 0 0 1.5rem 0;
}

.greenbox {
	width: 26%;
	background: #1a1a1a;
	color: #fff;
	padding: 1rem 3%;
	border-radius: .75rem;
	text-align: center;
	transition: width 0.2s, height 0.2s, margin 0.2s, filter 0.2s, opacity 0.2s, transform 0.2s;
}

.greenbox:hover {
	transform: scale(1.05);
  cursor: default;
}

/*--für Stellentitel--*/
#title { 
	position: absolute;
	bottom: 0;
	left: 4%;
	color: #fff;
	z-index: 1000;
	margin: 2rem 0;
}

#aufgaben {
	border-radius: .75rem;
	background: #d2fadb;
	color: #1a1a1a;
	overflow: hidden;
	margin: 2rem 0;
}

#profil {
	border-radius: .75rem;
	background: #39cc79;
	color: #1a1a1a;
	overflow: hidden;
}

.body {
	padding: 1rem 4%;
}

#contact {
	background: #39cc79;
	padding: 2rem 4%;
	text-align: center;
}

#footer {
	position: relative;
	padding: 1rem 4%;
	background: #1a1a1a;
	text-align: center;
	color: #fff;
}

#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;
}

.left {
	width: 48.5%;
	border-radius: .75rem;
	background: #931DDE;
	color: #fff;
	overflow: hidden;
}

.right {
	width: 48.5%;
	border-radius: .75rem;
	background: #3C01E2;
	color: #fff;
	overflow: hidden;
}

.benefitbox {
	background: #d2fadb;
	border-radius: .75rem;
	padding: 1rem 2%;
	width: 18.85%;
	margin: 0.5rem 0.25rem 0.5rem 0.25rem;
	text-align: center;
	transition: width 0.2s, height 0.2s, margin 0.2s, filter 0.2s, opacity 0.2s, transform 0.2s;
}

.benefitbox:hover {
	transform: scale(1.05);
}

.benefitbox img {
	display: inline-block;
	width: auto;
	height: 3rem;
}

.benefitbox p {
	color: #1a1a1a;;
}

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

.justifyContent {justify-content: flex-start};

/*--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: #1a1a1a;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #1a1a1a;
}

#logo a:hover {
	background: none;
	padding: 0;
}

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

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

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

 li::before {
	 position: absolute;
	 top: -0.4rem;;
	 left: 0;
	 content: '•';
	font-size: 1.4rem;
} 

#title li {
	position: relative;
margin: auto;
padding: 0.2rem 0 0.5rem 1.5rem;
background: no-repeat left 0.1rem;
  background-image: none;
  background-size: auto;
background-size: 1.3rem 1.4rem;
	font-weight: normal;
	font-size: 1rem;
	display: inline-block;
}

#title li::before {
	display: none;
	
}

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

/*

Zeichen:
----------------
Punkt: •
Kleiner Punkt mittig: ‧
Quadrat Klein: ▪
Quadrat Gross: ■
Kreis Klein: ○
Kreis Gross: ◯
Doppelpfeil: »
Haken: ✓
Pfeil Rechts: ›

*/

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

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

.button a {
	display: inline-block;
	background: #1a1a1a;
	padding: 0.6rem 2rem 0.6rem 2rem;
	margin: 1rem auto 0 auto;
	cursor: pointer;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	font-weight: normal;
}
.button a:hover {
	background-color: rgba(26, 26, 26, 0.7);
	text-decoration: none;
	color: #fff;
}

/*--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 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;
    }
    35% {
      opacity: 1;
    }
    40% {
      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;
    }
    35% {
        opacity: 1;
    }
    40% {
        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;
	margin: 2rem 0;
	border-radius: .75rem;
}

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

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

.abstand03{margin-top:0.3rem;}
.abstand05{margin-top:0.5rem;}
.abstand1{margin-top:1rem;}
.abstand15{margin-top:1.5rem;}
.abstand2{margin-top:2rem;}

.linksbuendig { text-align: left;}
.rechtsbuendig {text-align: right;}
.center { text-align: center;}
.justify { text-align: justify;}
.justifier { text-align: justify; text-align-last: justify;}

.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;
}

.hide_m {}

.hide {
  display: none;
}

.refnr {}

.apply {}
