/* Version:  März 2023 / Creator: 280 */

@font-face { 
	font-family: "Rubik"; src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face {
	font-family: "Rubik"; src: url('https://fonts.pwrk.dev/ofl/rubik/Rubik-Italic[wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

@font-face { 
	
font-family: "Karma";
	 
  src:  local('Karma'),    
	   url('https://fonts.pwrk.dev/ofl/karma/Karma-Light.woff2') format('woff2') ;
	
	font-weight: 300;
	font-style: normal;	
}

@font-face { 

font-family: "Karma";
	 
	src:  local('Karma'),    
	   url('https://fonts.pwrk.dev/ofl/karma/Karma-Regular.woff2') format('woff2') ;

	font-weight: 400;
	font-style: normal;
}

@font-face { 

font-family: "Karma";
	 
	src:  local('Karma'),    
	   url('https://fonts.pwrk.dev/ofl/karma/Karma-Medium.woff2') format('woff2') ;

	font-weight: 500;
	font-style: normal;
}

@font-face { 

font-family: "Karma";
	 
	src:  local('Karma'),    
	   url('https://fonts.pwrk.dev/ofl/karma/Karma-SemiBold.woff2') format('woff2') ;

	font-weight: 600;
	font-style: normal;
}

@font-face { 

font-family: "Karma";
	 
	src:  local('Karma'),    
	   url('https://fonts.pwrk.dev/ofl/karma/Karma-Bold.woff2') format('woff2') ;

	font-weight: 700;
	font-style: normal;
}

@font-face { 
	
font-family: "Inria Sans";
	 
  src:  local('Inria Sans'),    
	   url('https://fonts.pwrk.dev/ofl/inriasans/InriaSans-Light.woff2') format('woff2') ;
	
	font-weight: 300;
	font-style: normal;	
}

@font-face { 
	
font-family: "Inria Sans";
	 
  src:  local('Inria Sans'),    
	   url('https://fonts.pwrk.dev/ofl/inriasans/InriaSans-LightItalic.woff2') format('woff2') ;
	
	font-weight: 300;
	font-style: italic;	
}

@font-face { 

font-family: "Inria Sans";
	 
	src:  local('Inria Sans'),    
	   url('https://fonts.pwrk.dev/ofl/inriasans/InriaSans-Regular.woff2') format('woff2') ;

	font-weight: 400;
	font-style: normal;
}

@font-face { 

font-family: "Inria Sans";
	 
	src:  local('Inria Sans'),    
	   url('https://fonts.pwrk.dev/ofl/inriasans/InriaSans-Italic.woff2') format('woff2') ;

	font-weight: 400;
	font-style: italic;
}

@font-face { 

font-family: "Inria Sans";
	 
	src:  local('Inria Sans'),    
	   url('https://fonts.pwrk.dev/ofl/inriasans/InriaSans-Bold.woff2') format('woff2') ;

	font-weight: 700;
	font-style: normal;
}

@font-face { 

font-family: "Inria Sans";
	 
	src:  local('Inria Sans'),    
	   url('https://fonts.pwrk.dev/ofl/inriasans/InriaSans-BoldItalic.woff2') format('woff2') ;

	font-weight: 700;
	font-style: italic;
}


/**
 * 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: 'Karma', serif;
	font-size: 100%;
	color: #004185;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #fff;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
}


.alignTop{align-items:flex-start;}
.alignCenter{align-items:center;}
.alignBottom{align-items:flex-end;}

.center {text-align: center;}

.zentriert {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.frame-outer {
	position: relative;
	width: 780px; /*	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.5rem;
	font-weight: 900;
	font-family: "Rubik";
	text-transform: uppercase;
	line-height: 1;
}

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 0 0.5rem 0;
	font-size: 1.2rem;
	font-weight: 800;
	font-family: "Rubik";
	text-transform: uppercase;
}

/*--für kleine/unter Überschiften--*/
h4 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
}

#logo {
	padding: 1.5rem 4%;
	border-top: #91c2ec solid 0.5rem;
}

#logo img {width: 20%;}

#header {
	position: relative;
	border-radius: 0.25rem;
	z-index: 5;
	overflow: hidden;
	margin: 0 6%;
}

#jobdescription {
	position: relative;
	z-index: 0;
	background-color: #f2f8fd;
	padding: 12rem 4% 2rem 8%;
	margin: -10rem 0 0 0;
	
	
}

#jobdescription ul {font-family: "Rubik"; margin: 1.5rem 0 1.5rem 0;}
#jobdescription strong {text-transform: uppercase; color: #91c2ec; padding: 0 0.5rem 0 0;}

#jobdescription li {
	position: relative; 
	margin: auto;
	padding: 0 1rem 0 0;
	display: inline-block;
}

#jobdescription li:last-child {
	padding-bottom: 0;
}

 #jobdescription li::before {
	 display: none;
}

.bluebox {
	padding: 1rem;
	background: #f2f8fd;
  border-radius: .25rem;
  border: 1px solid #91c2ec;
  font-family: "Inria Sans",sans-serif;
  margin: 0 0 1rem 0;
}

.content {
	position: relative;
	padding: 2rem 4%;
}

.content::after {
	content: "";
	display: block;
	clear: both;
}

/*--für Stellentitel--*/
#title { 
	position: relative;
	padding: 1rem 4%;
}

#footer {
	position: relative;
	padding: 1rem 4%;
	background: #004185;
	color: #fff;
	text-align: center;
	font-family: "Inria Sans",sans-serif;
}

#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;
}

#kontakt {text-align: center;}

#kontakt .flex {margin: 2rem 0 0 0;}
#heimatvorteil .flex {margin: 0 0 0 0; text-align: left;}

.kontaktbild {
	width: 45%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 100%;
}

.kontakttext {width: 55%; text-align: left;}

.heimatvorteil_image {
	width: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.heimatvorteil_text {width: 50%; padding: 1.5rem;}
.heimatvorteil_text img {margin: 0 0 1rem 0;}

#heimatvorteil {
	margin: 2rem 0 0 0 !important;
  border-radius: .25rem;
  border: 1px solid #91c2ec;
}

#benefits {text-align: center; margin: 2rem 0 1rem 0;}

.benefitsbox {
		padding: 1.5rem;
	background: #f2f8fd;
  border-radius: .25rem;
  border: 1px solid #91c2ec;
	text-align: center;
	margin: 0 0 1rem 0;
	width: 32%
}

.benefitsbox img {
	display: inline-block;
	height: 2rem;
	width: auto;
	margin: 0 0 0.5rem 0;
}

.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: #004185;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #62a4dd;
}

#footer a:link, #footer a:visited, #footer a:active  {
    text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: none;
	color: #91c2ec;
}

/*--Listen--*/
ul {
	margin: 0;
	list-style-type: none;
}

li {
	position: relative; 
	margin: auto;
	padding: 0 0 0.3rem 1rem;
}

li:last-child {
	padding-bottom: 0;
}

 li::before {
	 position: absolute;
	 top: -0.5rem;
	 left: 0;
	 content: "•";
	 font-size: 1.5rem;	
} 

/*--Eingrückte Listenpunkte--*/
li ul{ 
	margin: 0 0 0 0;
	padding: 0 0 0 1rem;
}

/*--Button--*/
.button_box {
	text-align: center;
}

.button_box::after {
	clear: both;
	content: "";
	display: block;
}

.button a {
	display: inline-block;
	background: #62a4dd;
	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-family: "Rubik",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.button a:hover {
	background-color: #004185;
	text-decoration: none;
	transform: scale(1.05);
}

.kontaktbutton a {
	display: inline-block;
	cursor: pointer;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #62a4dd;
	font-family: "Rubik",sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.kontaktbutton a:hover {
	color: #004185;
	text-decoration: none;
}

/*--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;
}

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 {}
