/* Version:  März 2023 / Creator: Durchwahl 282/


 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}

 html {
	 -webkit-text-size-adjust: 100%; /* 2 */
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	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: 720px; /*	maximale Breite: 782px	*/
	margin: 8rem auto 1.3rem auto;
	background-color: #fff;
	box-shadow: -0.1rem 0.1rem 1rem rgba(0,0,0, 0.2);
	font-size: 0.8rem; /*	minimale Schriftgröße 0.6rem	*/
}

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

.logo_bar { position: fixed;
display: block;
	width: 100%;
top: 0;
	left: auto;
	z-index: 10000;
	margin: 0 auto;
	margin-top: -1rem;
box-shadow: 0 3px 3px rgba(0,0,0,.1);
		background-color: #fff;
	max-height: 150px;
}

.logo{
  width: 30%;
  padding: 0.9rem 5% 0 5%;
	margin:  auto 0;
}
.logo img{width: 100px; }

.titel {
  width: 65%;
  padding: 1.6rem 5%  0.5rem 5%;
	text-align: right;
}

.flex2 {
	max-width: 720px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem auto;
	
}

/*--für Titel--*/
h1 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  margin: 1rem 0 0 0;
	color: #eb3c24;
}

h1 span {
	font-size: 1rem;
}

/*--für Untertitel (Vollzeit, Teilzeit/Standort)--*/
h2 {
  margin: 0 0 1rem 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 600;
	color: #eb3c24;
}

/*--für Überschiften--*/
h3 {
	line-height: 1.3;
	margin: 0;
	font-size: 1.3rem;
	font-weight: 500;
}

/*--für kleine/unter Überschiften--*/
h4 {
  margin: 0 0 1rem 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 600;
	color: #eb3c24;
}

#logo {
	padding: 1rem 4%;
}

#logo img {}

#header {
	position: relative;
}

.bg-white {
  padding: 1.5rem;
}

.bg-black

{ background-color: #000;
	color: #fff;
padding: 1.5rem;}




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

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

#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;
	border: solid 0.25rem #999999;
  width: 48%;
  padding: 5rem 3% 1rem 1%;
	color: #fff; -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
	
}

.left:hover{border: solid 0.25rem #fff;}
.h3-box{

	position: absolute;
	top:0rem;
	left: -3%;
	background-color: #000;
	padding: 1.5rem 1rem  1.5rem 1rem;
	z-index: 1000;
}

.right {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
	position: relative;
	border: solid 0.25rem #999999;
  width: 48%;
  padding: 5rem 3% 1rem 1%;
	color: #fff;
	

}
.right:hover{border: solid 0.25rem #fff;}




.middle{position: relative;
	border: solid 0.25rem #999999;
background-color: #000;
  padding: 5.2rem 3% 1rem 1%;
	color: #fff;	
	
	-moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
	}

.middle:hover{border: solid 0.25rem #fff;}




.middle-white{position: relative;
	border: solid 0.25rem #999999;
background-color: #fff;
  padding: 5.2rem 3% 1rem 1%;
	color: #000;	
	
	-moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
	margin: 1.5rem;
	}

.middle-white:hover{border: solid 0.25rem #000;}

.h3-box-bg-white{

	position: absolute;
	top:0rem;
	left: -3%;
	background-color: #fff;
	padding: 1.5rem 1rem  1.5rem 1rem;
	z-index: 1000;
}



/*--Links - bitte für unterschiedliche Hintergründe farblich anpassen!--*/

a:link {
  color: #eb3c24;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #eb3c24;
}

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

a:active {
  text-decoration: none;
  color: #eb3c24;
}



ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: disc;
  list-style-type: none;
}

li {
  position: relative; 
  margin: auto;
  padding-bottom: 0.3rem;
}
li:last-child{
	padding-bottom: 0;
}

 li::before {
  position: absolute;
  top: -0.15rem;
  left: -0.8rem;
  content: "-";
  font-size: 1rem;
  color: #eb3c24;
} 


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

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

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

.button a {
	
  display: inline-block;
  background: #fff;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 1rem auto;
  cursor: pointer;

  border: 0.2rem solid #000;
  transition: all 140ms ease 0s;
 -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  color: #000;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #eb3c24;
	border: 0.2rem solid #eb3c24;
}

.box-weiss{ position: absolute;
background-color: #fff;width: 50px;
	top:1.2rem;left: 12rem;
	
	
}


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

/*--pro Bild 6 Sekunde -> 4 Bilder = 24s, 5 Bilder = 30s, usw.--*/

.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;
    }
	/*--100 durch Anzahl der Bilder--*/
    25% {
      opacity: 1;
    }
	/*--zweiter und dritter Wert addiert--*/
    30% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

/*--gleiche Angaben wie bei @keyframes--*/
@-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;
    }
}
  
/*--für jedes weitere child ".slideshow li:nth-child(?) span" kopieren und die Sekunden korriegieren wie oben beim @keyframes--*/

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