/* Version: 05.03.2018 */

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "PT Sans";
	src: url('https://fonts.pwrk.dev/ofl/ptsans/PT_Sans-Web-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}

@font-face { 
	font-family: "Noto Sans";
	src: url('https://fonts.pwrk.dev/ofl/notosans/NotoSans[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 
	font-family: "Noto Sans";
	src: url('https://fonts.pwrk.dev/ofl/notosans/NotoSans-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}

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

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

 /* ----------------------------------------------------------- */

body {
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  text-decoration: none;
  word-spacing: normal;
  background-color: #cdcdcd;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

/*
BG oben und unten

.frame-outer {
  background: url(bgHellgruen.jpg) top left no-repeat, url(bg_bottom.jpg) bottom left no-repeat;
  background-size: 100%;
}

*/

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  line-height: 1.4;
  color: rgb(35,42,83) !important;
  font-weight: 400;
  font-size: 0.75rem;
}

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

#logo{
	background:#202b77;
	padding:3rem 4% 1.5rem 4%;
}

#logo img{
	width:15rem;
}

#header{
	background: no-repeat center;
	background-size: cover;
	color:#fff;
	padding: 1rem 8% 2rem 8%;
}

#topjob{
	border:0.05rem solid #fff;
	display: inline-block;
	line-height: 1;
	margin: 0 0 0.2rem 0;
	padding:0.2rem 0.3rem;
	border-radius: 0.3rem;
}

#title{padding:3rem 0;}

.content {
  padding: 2rem 8%;
}

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

.content2 {
  padding: 0 8%;
}

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

p {
  margin:0;
}

p:empty {
  height: 1rem;
}

.farbeOrange{color:rgba(255,120,0,1.0) !important;}

.bgBlau{background:#95C7ED; color:#fff;}
.bgGrau{background:#333333; color:#fff;}
.bgOrange{background:#fa6e0a; color:#fff;}

.bg-dunkelblau{background:#202b77; color:#fff;}

.bg-bild{
	background:no-repeat top center;
	background-size: cover;
}

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

h1 {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	padding: 0 0.3rem;
	line-height: 1.8;
	font-size: 1.5rem;
	font-weight: 900;
	color:#202b77;
	background:#fff;
	display: inline;
	box-decoration-break: clone;
	text-transform: uppercase;
}

h2{
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	margin: 0 0 0.5rem 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1rem;
	font-weight: 700;
}

h4 {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	background:#fff;
	margin: 0;
	padding: 0 0.3rem;
	display: inline-block;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 900;
}

/*-----Markierungsfarbe ändern

::selection {
    background: #fff;
    color:#f04243;
}

-----*/

/*

H1 Linie


h1{
display:flex;
width:100%;
align-items:center;
               
}
h1::after, h1::before
{
content: "";
height:.1rem;
margin:.2rem;
flex:1;
background-color:black;
}


*/

/*
Writing Mode

writing-mode: horizontal-tb;
writing-mode: vertical-rl;
writing-mode: vertical-lr;

*/

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

.word{word-spacing:-0.05rem;}
.letter{letter-spacing:-0.01rem;}
.spacing{
	word-spacing:-0.05rem;
	letter-spacing:-0.01rem;
}


/* -------------- FLEXBOX -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.left{
	width:64%;
}

.right{
	width:32%;
}

/*----------------*/

.bewerben{margin-right:1rem;}

#share{width:5%; text-align: right;}

#share img{
	width:auto;
	height:1.5rem;
	display: inline-block;
	margin:0 0.2rem -0.3rem 0;
}

/*----------------*/

.kurzinfo{
	width:32%;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
}

.kurzinfoIcon{width:10%; padding: 0.2rem 0 0 0;}
.kurzinfoText{width:84%;}

.abstandKurzinfo{margin-top:1rem;}

.textGross{font-size:1.2rem; font-weight: 700;}

/*----------------*/

.benefitsText{width:82%;}
.benefitsIcon{width:15%;}

/*----------------*/

#arbeitsumfeld{width:60%; padding: 2rem 0;}
#kontakt{
	background-color: rgba(255,120,0,1.0);
	color:#202b77;
	width:32%;
}

#kontaktPadding{padding:1rem 0.5rem;}

/*----------------*/

#datenschutz{width:50%;}
#social{width:50%; text-align: right;}

#social img{
	width:auto;
	height:1.5rem;
	margin: 0 0 0 0.5rem;
	display: inline-block;
}

/*----------------*/

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

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

/* -------------- FLEXBOX -------------------- */

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

#footer {
	background:#202b77; 
	color:#fff;
	padding: 1rem 8% 2rem 8%;
}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
	  max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:none !important;
	display: block;
}

a:link, a:visited, a:active {
  color: rgb(35,42,83);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: rgba(255,120,0,1.0);
}

#footer a:link, #footer a:visited, #footer a:active, .bgGrau a:link, .bgGrau a:visited, .bgGrau a:active, .bg-dunkelblau a:link, .bg-dunkelblau a:visited, .bg-dunkelblau a:active {
  color: #fff;
  text-decoration: none;
}

#kontakt a:link, #kontakt a:visited, #kontakt a:active{
	text-decoration: none;
	color: #202b77;
}

#kontakt a:hover {
  text-decoration: none;
  color: #fff;
}

#footer a:hover, .bgGrau a:hover, .bg-dunkelblau a:hover {
  text-decoration: none;
  color:rgba(255,120,0,1.0);
}

#ueberMich a:link, #ueberMich a:visited, #ueberMich a:active{
	border:0.05rem solid #202b77;
	background: #202b77;
	color:#fff;
	display: inline-block;
	line-height: 1;
	padding:0.5rem;
	text-transform: uppercase;
	font-weight: 700;
}

#ueberMich a:hover {
	text-decoration: none;
	color:rgba(255,120,0,1.0);
	background:#fff;
	border-color: rgba(255,120,0,1.0);
}

.ab a:link, .ab a:visited, .ab a:active {
	background:#202b77;
	color:#fff;
	padding:0 0.1rem;
	font-weight: 700;
}

.ab a:hover {
	background: rgba(255,120,0,1.0);
	text-decoration: none;
	color: #fff;
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0 0 0.5rem 1rem;
}

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

li::before{
	content:"/";
	position: absolute;
	top: -0.05rem;
	left: 0.05rem;
}

.benefits ul {
	margin: 0;
	list-style-type: none;
}

.benefits li {
	position: relative; 
	margin: 0;
	padding: 0.5rem 0 0.5rem 2rem;
	background: no-repeat left center;
	background-size: 1.5rem 1.5rem;
}

.benefits li:last-child {
	padding-bottom: 0.5rem;
}

.benefits li::before {display:none;}

/*
ul {
	padding: 0;
	margin: 0 0 0 0.9rem;
}

li {
	padding: 0px;
}
*/

/*

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

*/

.hide_m {
}

.hide {
	display:none;
}

.linksbuendig {
  text-align: left;
}

.rechtsbuendig {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.justifier {
  text-align: justify;
  text-align-last: justify;
}

.button_box {
  text-align: center;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
	display: inline-block;
	background-color: #202b77;
	padding: 0.5rem 1rem;
	margin: 0 auto;
	cursor: pointer;
	transition: all 140ms ease 0s;
	-moz-transition: all 140ms ease 0s;
	-webkit-transition: all 140ms ease 0s;
	color: #fff;
	line-height: 1;
	font-size: 0.85rem;
	font-weight: 700;
	border:0.05rem solid #202b77;
	text-transform: uppercase;
}
.button a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #ff7800;
	border:0.05rem solid #ff7800;
}

.button-weiss a {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  display: inline-block;
  background-color: #fff;
  padding: 0.8rem;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fa6e0a;
	line-height: 1;
	font-size: 0.85rem;
	font-weight: 700;
}
.button-weiss a:hover {
  background-position: 15px center;
  background-color: #95c7ed;
  text-decoration: none;
  color: #000;
}

/*
_______________________

KAPITÄLCHEN, BULLETPOINT
_______________________

<span class="capital" style="float: left; width: 43px; height: 20px; line-height: 47px; background: transparent; font-size: 38px; margin-top: -5px; margin-right: -32px; margin-bottom: 5px; background-color: transparent;">I</span>

ul li {
background: url(bp.jpg) no-repeat 2px 5px; padding-left:8px;
}


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/

.refnr{}
.apply{}

/*-----Slider-----*/

#sliderBox{
	position: relative;
}

.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
}

/*---3Bilder---*/

.slideshow_3Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow_3Bilder 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_3Bilder 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}

@keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_3Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

ul.slideshow_3Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_3Bilder li::before{
	display:none !important;
}

.slideshow_3Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}

/*---4Bilder---*/

.slideshow_4Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow_4Bilder 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_4Bilder 12s linear infinite;
  animation: image_4Bilder 12s linear infinite;
}

@keyframes image_4Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_4Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow_4Bilder li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

ul.slideshow_4Bilder {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow_4Bilder li::before{
	display:none !important;
}

.slideshow_4Bilder ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}
/*
/*
<div class="slider-wrap">
<img style="opacity: 0;" src="aerztlicher-dienst.jpg" alt="">
<ul class="slideshow">
<li><span><img src="aerztlicher-dienst.jpg" alt=""></span></li>
<li><span><img src="auszubildende.jpg" alt=""></span></li>
<li><span><img src="med-fachberufe.jpg" alt=""></span></li>
</ul>
</div><!--slider-wrap-->

*/


/*
SLIDER SCHIEBEN

.slider-wrap{
	margin: 0;
	width: auto;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 30s linear infinite;
  animation: image 30s linear infinite;
}
@keyframes image {
0% {
 opacity: 0;
      transform: translateX(100%);
    }
	0.01%{
		opacity: 1;
	}  

    2% {
      transform: translateX(0);
    }

    20% {
      transform: translateX(0);
    }

    22% {    
      transform: translateX(-100%);
		opacity: 1;
    }
	23%{
		opacity: 0;
	}
}
@-webkit-keyframes image {
0% {
 opacity: 0;
      transform: translateX(100%);
    }
	0.01%{
		opacity: 1;
	}  

    2% {
      transform: translateX(0);
    }

    20% {
      transform: translateX(0);
    }

    22% {    
      transform: translateX(-100%);
		opacity: 1;
    }
	23%{
		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;
}
.slideshow li:nth-child(5) span {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}

ul.slideshow {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow li::before{
	display:none !important;
}

.slideshow ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}


*/
.refnr {}

.apply {}
