/* Version: 05.03.2018 */




 /* ------------------- 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: Tahoma, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  text-decoration: none;
  word-spacing: normal;
  background-color: #ffffff;

  /*	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;
  box-shadow: 2px 5px 4px #888;
 line-height: 1.5;
  color:#fff;
  font-weight: 400;
  font-size: 1rem;
	
  }
 .frame-outer3 {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #fff;
  box-shadow: 2px 5px 4px #888;
font-size: 0.7rem;
	 

}

 .frame-outer4 {
  position: relative;
  padding: 0;
  width: 770px;
  margin: 1.3rem auto;
  background-color: #fff;
  box-shadow: 2px 5px 4px #888;
font-size: 0.7rem;
line-height: 1.4;
	 

}

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

.parallax-bg {
    height: 5rem;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

#logo{
	padding:1.5rem 4%;
	background-color:#fff;
}

#logo img{
	width: 15%;
}

.content {
  padding: 1.5rem 4%;
	font-size: 0.90rem;	
}

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

p {
  margin:0;


}

p:empty {
  height: 1rem;
}

.farbeMagenta{color:#e5007d !important;}
.farbeGrau{color:#515151 !important;}

.bgWeiss{background:rgba(255,255,255,1);}
.bgVerlauf{
	background:url(verlauf.jpg) no-repeat left top;
	background-size: cover;
}

.abstand10{
	margin-top:0.625rem;
}

.abstand15{
	margin-top:0.9rem;
}

.abstand25{
	margin-top:1.5rem;
}





h1 {
	margin: 0;
	padding: 0;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 900;
	color: #0d5798;
	text-align: left;
	

}

h2 {
	margin: 0 0 0.2rem 0;
	padding: 0;
	line-height: 1.5;
	font-size: 0.95rem;
	font-weight: 500;
	color: #17629f;
	text-align: left;
	
	
}

#flex h2 {
	color: #ffffff;
	
}

.white {
color: #fff!important;}
h3 {
	margin: 0 0 0.2rem 0;
	padding: 0;
	line-height: 1.5;
	font-size: 0.9rem;
	font-weight: 500;
	color: #ed6804;
	text-align: left;
	
	
}

h4 {
	margin: 0 0 0.2rem 0;
	padding: 0;
	line-height: 1.5;
	font-size: 0.9rem;
	font-weight: 500;
	color: #50af31;
	text-align: left;
	
	
}













/*

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: center;
  justify-content: center;
	flex-wrap: wrap;
  flex-direction: row;
	
	
}

.leftBox {
  width: 48%;
padding: 0.5rem 3%;
	text-align: left;
	background-color: #fff;
	color: #000;

}

.rightBox {
  width: 48%;
padding: 0.5rem 3%;
	text-align: left;
	background-color: #fff;
	color: #000;

}



.cc{
column-count: 2;
column-gap: 1.5rem;
	width: 100%;
	padding: 0.5rem 3%;
	text-align: left;
	background-color: #fff;
	color: #000;
}

.cc li {
  -webkit-column-break-inside: avoid;
            page-break-inside: avoid;
                 break-inside: avoid;
  }


.hide_m {

}

.hide {
  display: none;
}

.benefits{
	width: 100%;
	padding: 0.5rem 5%;
	text-align: left;
	background-color: #fff;
	border: 0.1rem solid #fff;
color: #000;
	
	}


.bilder{
	width: 100%;
	padding: 0.5rem 2%;
	text-align: left;
	background-color: #000;

color: #fff;
	
	}
	
	
	
	


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


.blauebox{
	width: 100%;
	background-color: #012c4c;
	color: #ffffff;
	padding: 4%;

	
}
	
.blauebox2{
	width: 100%;
	background-color: #012c4c;
	color: #ffffff;
	padding: 2%;
font-size: 0.65rem;

	
}
	.blauebox3 {
	width: 100%;
	background-color: #012c4c;
	color: #fff;
	padding: 4%;
font-size: 0.7rem;
	
}

.blauebox a:hover {color: #4cb848;}

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

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

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

#footer {
	background: #fff;
	color: #000;
	padding: 1rem 4%;
	text-align: left;
	
	
}

#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 {
  color: #fff;
  text-decoration: none;
}

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

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

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

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

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

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

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

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
	font-size: 0.7rem;
	
}

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

li:last-child {
	position: relative;
	padding: 0 0 0 1rem;
}

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





.intro{
	padding: 3%;
background-color: #fff;
width: 100%;



}


#jobtitel{
	background-color: #e9e4dd;
	
	
}


.schriftheader
{
	position:absolute;
	top: 16.5rem;
	left: 1rem;
	padding: 3%;
	background-color:rgba(256,256,256,1);
	z-index: 7;
}




.schriftheader2{
    position: absolute;
    top: 24.5rem;
    left: 0rem;
    padding: 3%;
    background-color: rgba(256,256,256,1);
    z-index: 7;
    margin: 0.9rem;
}

#standort{
	width: 8%;
	float: left;
	margin-right: 1rem;
	
	}




hr{
	
	width: 12%;
background-color: #e0001a;
border: none;
	margin-left: 18rem;
	}



/*
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: ›

*/

.ausblenden {
}

.einblenden {
	display:none;
}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */

/* .flex {
  display: table;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
} 
*/

/* -------------- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -------------------- */

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

/*
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
	flex-wrap: wrap;
  flex-direction: row;
}

.left {
  width: 48%;
  padding: 1rem 3%;
}

.right {
  width: 48%;
  padding: 1rem 3%;
}
*/

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


.linksbuendig {
  text-align: left;
}

.rechtsbuendig {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

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

.table {
  display: table;
  width: 100%;
  /* ----------- LÄSST GRENZEN VERSCHWINDEN, SODASS KEINe BEGRENZUNG ERSCHEINT ----------------- */
  /* border-collapse: collapse; */
  /* --------------------------------------------------------------------------------------------*/
  table-layout: fixed;
  /* ----------- ERSTELLT EINEN BEGRENZUNGSRAHMEN JEDOCH AN ALLEN SEITEN ----------------------- */
  /* border-spacing: 3rem; */
  /* --------------------------------------------------------------------------------------------*/
}

.row {
  display: table-row;
}

.cell-left,
.cell-right {
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem 3%;
}

.cell-left {
  border-right: 15px solid #fff;
}

.cell-right {
  border-left: 15px solid #fff;
}

.button_box {
  text-align: center;
}

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


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background-color: #193e4e;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
	-webkit-border-radius: 1rem;
	border-radius: 1rem;
   transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #2c3147;
	border: 0.2rem solid #2c3147;
}


#headerbild{
	border-bottom: 2px solid #ee7f01;
}





/*
_______________________

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 {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;

}

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

@keyframes image {
  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 {
  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 li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

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




.accordion{
	border: 2px solid black;
	width: 80%;
	height: 472;
	margin: 50px auto;
	overflow: hidden;
	}
	
	.accordion ul{
	list-style: none;	
	cursor: pointer;
	}


	.accordion ul li{
	position: relative;
	width: calc(100% / 4);
	float: left;
	}
	
	
		.accordion ul li:hover{
			width: 650px;
	
	}
	
			.accordion ul:hover li{
			width: calc((100% -650px) / 3);
	
	}
	
	
	
	
	









/*

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