/* 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: 'Roboto', sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #003765;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.42;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0 0 1rem 0;
}

h1 {
  line-height: 1.3;
  font-size: 2rem;
  padding: 0;
  margin: 0;
}

h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: normal;
}

.button {
 background-color: #003765; 
 color: white !important;
 font-family: 'Roboto', sans-serif; 
 font-weight: bold;
 padding: 1rem; 
 width: 7.3rem;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size:0.84rem;
}

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



.header {
  position: relative;
}


.upp{text-transform: uppercase;}

.content {
  padding: 0rem 6% 2rem 6%;

}

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


.blau-bg{background-color:#003765;}
.FordKoegler{font-size:1.8rem; line-height:2rem;}
.ueberschrift{font-size:1rem; line-height:1.3rem;}

.worklife-bjoern{
	background-image: url(//ams.personalwerk.de/templates/job/EG%29W8Fyp%2AvaoPaP/WL-BjoernRoth.jpg);
	background-size: cover;
	margin:-60px -6.8% 0 -6.8%;
	background-position: bottom;
	padding:20% 0 2% 0;
	color:#fff;
}


.worklife-tristan{
	background-image: url(//ams.personalwerk.de/templates/job/EG%29W8Fyp%2AvaoPaP/WL-TristanBoensel.jpg);
	background-size: cover;
	margin:-60px -6.8% 0 -6.8%;
	background-position: bottom;
	padding:20% 0 2% 0;
	color:#fff;
}


.worklife-nadine{
	background-image: url(//ams.personalwerk.de/templates/job/EG%29W8Fyp%2AvaoPaP/WL-NadineBloeser.jpg);
	background-size: cover;
	margin:-60px -6.8% 0 -6.8%;
	background-position: bottom;
	padding:20% 0 2% 0;
	color:#fff;
}




.worklife-denise{
	background-image: url(//ams.personalwerk.de/templates/job/EG%29W8Fyp%2AvaoPaP/WL-DeniseDosch.jpg);
	background-size: cover;
	margin:-60px -6.8% 0 -6.8%;
	background-position: bottom;
	padding:20% 0 2% 0;
	color:#fff;
}





.worklife-milonas{
	background-image: url(//ams.personalwerk.de/templates/job/EG%29W8Fyp%2AvaoPaP/WL-Milonas.jpg);
	background-size: cover;
	margin:-60px -6.8% 0 -6.8%;
	background-position: bottom;
	padding:20% 0 2% 0;
	color:#fff;
}



.worklife-sarah{
	background-image: url(//ams.personalwerk.de/templates/job/EG%29W8Fyp%2AvaoPaP/WL-SarahEnglert_Schott.jpg);
	background-size: cover;
	margin:-60px -6.8% 0 -6.8%;
	background-position: bottom;
	padding:20% 0 2% 0;
	color:#fff;
}


.worklife-julian{
	background-image: url(//ams.personalwerk.de/templates/job/EG%29W8Fyp%2AvaoPaP/WL-JulianKlug.jpg);
	background-size: cover;
	margin:-60px -6.8% 0 -6.8%;
	background-position: bottom;
	padding:20% 0 2% 0;
	color:#fff;
}

.pos{position: absolute; top:0px;}
.aus{display:none;}



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

.box-right {
  float: right;
  width: 31%;
padding: 50px 6% 0 0;
}

.footer {

}

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

img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}




.table {
  display: table;
  width: 100%;
	margin: 25px 0 20px -6.8%;
  /* ----------- 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: 0 2.7%;
}

.cell-left {
  width:4%;
}

.cell-right {

}



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

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

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

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




a.spezial:link {
  color: #fff;
  text-decoration: none;
}

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

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

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


ul {
  margin: 10px auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: disc;
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* list-style-type: none; */
  /* DANN MUSS "list-style-type: disc;" GELÖSCHT WERDEN.
  /* ------------------------------------------------------------------------------------------------- */
}

li {
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* position: relative; */
  /* ------------------------------------------------------------------------------------------------- */
  margin: auto;
  padding: 0;
}

/* --------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */

/* 
li::before {
  position: absolute;
  top: 0;
  left: -0.8rem;
  content: "■";
  font-size: 0.8rem;
  color: red;
} 
*/


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

.hide {
  display: none;
}

.refnr {}

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

.justifier:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p:empty {
  height: 1rem;
}


/* -------------- 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;") -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 1rem 0;
}

.left {
  width: 48%;

}

.right {
  width: 48%;
 
}


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


.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	padding-top: 42%;
	overflow: hidden;
}

.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 18s linear infinite;
  animation: image 18s linear infinite;
}
@keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  34% {
    transform: translateX(0);
  }
  
  
  36% {
    opacity: 1;
    transform: translateX(100%);
  }
  38%{
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  34% {
    transform: translateX(0);
  }
  
  
  36% {
    opacity: 1;
    transform: translateX(100%);
  }
  38%{
    opacity: 0;
    transform: translateX(100%);
  }
}

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



/* -------------- Slider 2 Bilder -------------------- */


.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
	padding-top: 42%;
	overflow: hidden;
}

.slideshow2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow2 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: image2 12s linear infinite;
  animation: image2 12s linear infinite;
}
@keyframes image2 {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  51% {
    transform: translateX(0);
  }
  
  
  53% {
    opacity: 1;
    transform: translateX(100%);
  }
  55%{
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes image2 {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  51% {
    transform: translateX(0);
  }
  
  
  53% {
    opacity: 1;
    transform: translateX(100%);
  }
  55%{
    opacity: 0;
    transform: translateX(100%);
  }
}

.slideshow2 li {
    margin:0;
    padding:0;
  list-style: none;
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.slideshow2 li:nth-child(1) span {
}
.slideshow2 li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
ul.slideshow2 {
    margin:0;
}




.apply {}
