/* Version: 05.03.2018 */

@font-face { 
	font-family: "Lato"; src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Thin.woff2') format('woff2') ;
	font-weight: 100;
	font-style: normal;	
}

@font-face { 
	font-family: "Lato"; src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ThinItalic.woff2') format('woff2') ;
	font-weight: 100;
	font-style: italic;	
}

@font-face { 
	font-family: "Lato"; src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraLight.woff2') format('woff2') ;
	font-weight: 200;
	font-style: normal;	
}

@font-face { 
	font-family: "Lato"; src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraLightItalic.woff2') format('woff2') ;
	font-weight: 200;
	font-style: italic;	
}

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

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

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

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


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

@font-face {
	font-family: "Lato"; src: url('https://fonts.pwrk.dev/ofl/lato/Lato-MediumItalic.woff2') format('woff2') ;
	font-weight: 500;
	font-style: italic;
}

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

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

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

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

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

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

@font-face {
	font-family: "Lato"; src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Black.woff2') format('woff2') ;
	font-weight: 900;
	font-style: normal;
}

@font-face { 
	font-family: "Lato"; src: url('https://fonts.pwrk.dev/ofl/lato/Lato-BlackItalic.woff2') format('woff2') ;
	font-weight: 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: "Lato";
/* ------------------- 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;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 0rem auto;
  margin-bottom: 1rem;
  background-color: #FFF;
  /*border: 0.02rem solid #A7A9A4;*/
  box-shadow: -0.1rem 0.1rem 1rem #999;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-size: 0.85rem;
}

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

.balken {position: fixed;
	background-color: #fff;
	width: 720px;
	z-index: 5;
	height: auto;
}

#logo{
	width: 100%;
	padding: 4%;
	text-align: right;
	margin-top: 0.55rem
}

#logo img{
	width:40%;
	display: inline-block
}

.content-oben {
  padding: 4%;
  padding-top: 8.5rem;
}

.content-blau {
	 padding: 4%;
  background-color:#013C74;
color: white;
	
}

.content-grau {
	 padding: 4%;
  background-color:#F4F4F6;
	
}

.content-grau p:first-of-type {
text-align: center;
	
}

.content-blau h2 {
	color: white;
}

.content-oben p {
	text-align: justify;
}

.content {
  padding: 4%;
}

.content p {
text-align: justify;
}

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

p {
  margin:0;
}

p:empty {
  height: 1rem;
}

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

.title {
   width:100%;
   text-align:center; 
   position: relative;
   margin-top: 1rem;
}


.subtitle h2 {
	text-align: center;
	line-height: 1.5;
	color: #013C74;
	font-weight: 500;
	font-size: 1.2rem;
	margin-bottom: 0;
padding-top: 0.5rem;
}

h1 {
   position:relative; 
   padding-left: 1rem;
   padding-right: 1rem;
   background: #F4F4F6;
   display: inline-block;
   z-index: 1;
   font-size: 1.5rem;
   text-transform: uppercase;
   color: #013C74;
   font-weight: 800;
   line-height: 1.5rem;
}

.title::after {
   content:'';
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   height: 0.05rem;
   background: #000;
   z-index:0;
}



h2{
	margin-bottom: 1rem;
	padding: 0;
	line-height: 1.2;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	color: #013C74;
}

.parallax-bg {
    height: 12rem;
    background-image: url("//anzeigen.jobsintown.de/job/files/1282365/parallax-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*

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

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

.right{
	width:48%;
}

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

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

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

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

#footer {
	padding: 1rem 4% 1rem 4%;
	background-image: url("//anzeigen.jobsintown.de/job/files/1282365/footer.jpg");
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	color: white;
}

#footer a {
	color: white;
}

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

#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: #000;
  text-decoration: none;
}

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

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

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

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

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

li {
	padding: 0px;
}
*/

.content-blau ::selection {background: #fff;
        color:#014380;
}

.content-blau ::-moz-selection {background: #fff;
        color:#014380;
}

#footer ::selection {background: #fff;
        color:#014380;
}

#footer ::-moz-selection {background: #fff;
        color:#014380;
}

::selection {
        background: #014380;
        color:#ffffff;
}

::-moz-selection {
        background: #014380;
        color:#ffffff;
}


/*

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

*/

.hide_m {
}

.hide {
	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:#013C74;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
margin-bottom: 0;
margin-top: 1.5rem;
  cursor: pointer;
  /*-webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;*/
  border: 0.1rem solid #013C74;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
font-weight: bold;
text-transform: uppercase;
}
.button a:hover {
  background-position: 15px center;
  background-color: #F29400;
border-color:#F29400;
  text-decoration: none;
  color: #fff;
}

/*
_______________________

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: #014380;
        color:#ffffff;
}

::-moz-selection {
        background: #014380;
        color:#ffffff;
}


.refnr{}
.apply{}


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

#sliderBox{
	position: relative;
}

.slider-wrap{
               width: auto;
               height: auto;
               position: relative;
		
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7rem;
  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 18s linear infinite;
  animation: image 18s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.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;
}
ul.slideshow {
    margin:0;
}

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

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