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

@font-face { 
	font-family: "Roboto";	 
	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: "Roboto";	 
	src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	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: 'Roboto', sans-serif;
	font-size: 100%;
	
	color: #202020;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.5;
	background-color:#eff7fe;
	
	/*	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 15px 20px -20px #c6cbd0;
	font-size: 0.85rem; /*	minimale Schriftgröße 0.6rem	*/
}

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

/*--für Titel--*/
h1 {
	margin: 0 0 17px 0;
	font-size: 1.5rem;
	font-weight: 700;
}

h1 span {
	font-size: 1rem;
}

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

/*--für Überschiften--*/
h3 {
	padding-bottom: 17px;
	font-size: 1.2rem;
	font-weight: 600;
}
.content h3{ color: #0065cc;}
/*--für kleine/unter Überschiften--*/
h4 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
}

#logo {
	padding: 20px 51px 17px 51px;
}

#logo img {width: 152px;}

#header {
	position: relative;
}
.infos {	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;
	
}
.infosleft{padding: 25px 0 28px 51px;
	
	width: 60%;
}

.infosright{ width: 40%;

padding: 17px 51px ;}

.infosrightinner{ border-bottom: 1px solid #c6cbd0;
padding: 17px 0;}
.infosrightinnerlast{ 
padding: 17px 0 0 0;}

.infosrightinnerlastnoborder{ 

padding: 17px 0;}


.content {
	position: relative;
	padding: 34px 51px ;
}
.contentgrau { background-color: #f2f3f5;
	position: relative;
	padding: 25px 51px 28px 51px;
}
.content::after {
	content: "";
	display: block;
	clear: both;
}

/*--für Stellentitel--*/

#footer {	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;
	position: relative;
	padding: 25px 51px 28px 51px;
}
#footer p{ margin: 0;}
.footerleft{ width: 50%;
padding-right:  17px;}

.footerleft img{ width: 7.5rem;
border-radius: 50%;
margin:  17px 0   17px 0;}

.footerright{ width: 50%;
padding-left:  17px;}

#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;
	margin: 0 0 28px 0;
}

.left {
	width: 49%;
	padding: 25.5px 17px;
	background-color: #eff7fe;
	transition: all 440ms ease 0s;
	-moz-transition: all 440ms ease 0s;
	-webkit-transition: all 440ms ease 0s;
}

.right {
	width: 49%;
	padding: 25.5px 17px;
		background-color: #eff7fe;
	transition: all 440ms ease 0s;
	-moz-transition: all 440ms ease 0s;
	-webkit-transition: all 440ms ease 0s;
}
.left:hover{ box-shadow: 0 15px 20px -10px #c6cbd0;}

.right:hover{ box-shadow: 0 15px 20px -10px #c6cbd0;}
/*--Float--*/
.box-left {
  float: left;
  width: 48%;
}
.arbeitgeber{ background-color: #f2f3f5;

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: 25px 0% 28px 51px ;
margin-top: 1.9rem;}
.arbeitgerberleft{ width: 40%;
padding-right:  17px;}

.arbeitgeberright{ width: 60%;
	margin-top: -4rem;}

.auszeichnung{ padding:  34px 51px;
	text-align: center;
border-top: solid 1rem   #f2f3f5;
	background-color: #fff;

}

.auszeichnung img{ display: inline-block;
 height: 5rem;

padding: 0 0.5rem;}
.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: #0065cc;
	font-weight: 500;
}

a:hover {
	text-decoration: none;
	color: #003d82;
}

/*--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.25rem;
	 left: 0;
	 content: "•";
	 font-size: 1.2rem;	
	 color: #0065cc;
} 

/*--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: #0065cc;
	padding: 0.2rem 1rem 0.2rem 1rem;
	margin: 25.5px auto;
	cursor: pointer;
	-webkit-border-radius: 0.3rem;
	border-radius: 0.3rem;

	transition: all 440ms ease 0s;
	-moz-transition: all 440ms ease 0s;
	-webkit-transition: all 440ms ease 0s;
	color: #fff; font-size: 1rem;
	font-weight: 500;
}
.button a:hover {
	background-color: #003d82;
	text-decoration: none;
	color: #fff;

}



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.251px;
    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 0 17px 0;
}
p:last-child { margin: 0;}
p:empty {
	height: 1rem;
}

.hide_m {}

.hide {
  display: none;
}

.refnr {}

.apply {}
