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

@font-face { font-family: "Roboto";
	 
  src: local('Roboto'),     
	   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: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-LightItalic.woff2') format('woff2');
  font-weight: 300;
font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-Italic.woff2') format('woff2');
  font-weight: 400;
font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
 font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-BoldItalic.woff2') format('woff2');
  font-weight: 700;
font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-BlackItalic.woff2') format('woff2');
  font-weight: 900;
font-style: italic;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

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

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Poppins";
  src: local('Poppins'),
       url('https://fonts.pwrk.dev/ofl/poppins/Poppins-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;
}

.gruen{
	color:#28a745;
}

.blau{
	color:#003fa2;
}

.linie{
	height:0.1rem;
	opacity:0.5;
	margin:1rem auto;
	background-color:#fff;
	width:30%;
}

.blocksatz{
	text-align: justify;
}

.center{
	text-align: center;
}

.gradientBox{
	padding: 1rem 4%;
	background: linear-gradient(37deg, rgba(0,152,61,1) 0%, rgba(0,63,162,1) 100%);
	color:#fff;
	text-align: center;
}

.gradientBox li::before, .gradientBox h3{
	color:#fff;
}


.weisseBox{
position: absolute;
  z-index: 10;
  bottom: -1.5rem;
  left: 7.5rem;
  background-color: #fff;
  padding: 1rem 4%;
  width: 70%;
	box-shadow: -0.1rem 0.1rem 1rem rgba(0,0,0, 0.2);
}
	

body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #828282;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.55;
	background-color: #fff;
	/*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
	-webkit-print-color-adjust:exact;
	background: #F1F1F1;
background: -moz-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
background: -webkit-linear-gradient(top, #F1F1F1 0%, #FFFFFF 100%);
background: linear-gradient(to bottom, #F1F1F1 0%, #FFFFFF 100%);
}

.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.88rem; /*	minimale Schriftgröße 0.6rem	*/
}

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

/*--für Titel--*/
h1 {
	font-family: "Poppins", sans-serif;
	margin: 0;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

h1 span {
	font-size: 1rem;
	font-weight: 400;
}

/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
	font-family: "Poppins", sans-serif;
	margin: 0;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;

}

/*--für Überschiften--*/
h3 {
	font-family: "Poppins", sans-serif;
	margin: 0 0 0.5rem 0;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
}

/*--für kleine/unter Überschiften--*/
h4 {
	font-family: "Poppins", sans-serif;
	margin: 0 0 0.5rem 0;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: uppercase;
		text-align: center;
}

.subhead{
	font-family: "Poppins", sans-serif;
	text-align:center;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;

}

.subheadGrau{

	margin: 0;
	font-size: 0.86rem;
	font-weight: 500;
	color:#cecece;
	text-transform: uppercase;
}


#logo {
	padding: 1rem 4%;
	background: linear-gradient(37deg, rgba(0,152,61,1) 0%, rgba(0,63,162,1) 100%);
}

#logo img {
	width:28%;;
}

#header {
	position: relative;
}

.videoheader{
	width:780px;
	height: 100%;
}

.videoverlay{
	background: linear-gradient(37deg, rgba(0,152,61,0.75) 0%, rgba(0,63,162,0.75) 100%);
	position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 98.6%;
  width: 780px;
}


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

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

/*--für Stellentitel--*/
#title { 
	position: absolute;
  z-index: 3;
  top: 16.5rem;
  left: 0;
  color: #fff;
  padding: 0 4%;
  width: 100%;
}



#footer {
	position: relative;
	padding: 1rem 5%;
	background: linear-gradient(37deg, rgba(0,152,61,1) 0%, rgba(0,63,162,1) 100%);
	margin-top:3.7rem;
	color:#fff;
	text-align: center;
}

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

.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 {
	position: relative;
	width: 48%;
}

.right {
	width: 48%;
}

.siegel{
	position:absolute;
	z-index:3;
	right:4%;
	bottom:0rem;
	margin-bottom:1rem;
	
}

.siegel img{
	width:90px;

}

.flexMitPadding {
	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;
	 padding:2rem 5%;
}


.leftAufgaben, .rightProfil{
	width:48%;
	background-color:rgba(255,255,255,0.8);
	padding: 1rem 4%;
	box-shadow: -0.1rem 0.1rem 1rem rgba(0,0,0, 0.2);
	transition: all 140ms ease-in 0s;
}

.leftAufgaben:hover, .rightProfil:hover{

	background-color:rgba(255,255,255,0.65);

}

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

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

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

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

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

 li::before {
	 position: absolute;
	 top: -0.52rem;
	 left: 0;
	 content: "•";
	 font-size: 1.5rem;	
	 color:#003fa2;
} 

/*--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: #fff;
	padding: 0.6rem 5rem;
	margin: 0 auto;
	cursor: pointer;
	-webkit-border-radius: 1.5rem;
	border-radius: 1.5rem;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #28a745;
	box-shadow: inset 0px 0px 3px 0 #b7b7b7;
	font-weight:500;
}
.button a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #28a745;
	box-shadow: inset 0px 0px 3px 0 #28a745;
}

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

::selection {
        background: #003fa2; 
        color:#ffffff;
}

::-moz-selection {
        background: #003fa2;
        color:#ffffff;
}

.refnr {}

.apply {}
