/* Version: 05.03.2018 */

@font-face { 
	font-family: "Roboto";	 
	src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 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: 100, 200, 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: 'Roboto', Arial, Helvetica, sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

p {
  margin: 0 0 0rem 0;
}

.abstand {
  margin-top: 0.5rem;
}

.ueber {
	font-size: 0.95rem;
}

.underline {
	background-color: transparent;
color: inherit;
background-image: -webkit-gradient(linear, left top, right top, from(#1456ec), color-stop(50%, #f4511e), color-stop(50%, rgba(255,255,255,0)));
background-image: linear-gradient(90deg, #1456ec 0%, #f4511e 50%, rgba(255,255,255,0) 50%);
background-size: 200% 0.12em;
background-position: left bottom 0.05em;
background-repeat: no-repeat;
}

h1 {
  line-height: 1.1;
  font-size: 2rem;
  font-weight: normal;
  padding: 0 0 0.2rem 0;
  margin: 0;
	display: inline-block;
}

h2 {
  margin: 0;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: normal;
}

h3 {
  margin: 0 0 0.5rem 0;
	padding: 0 0 0.1rem 0;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 700;
	display: inline-block;
}

h4 {
  margin: 0;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: normal;
}

#frame-outer {
  position: relative;
  padding: 0;
  width: 800px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.85rem;
}

#frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

#logo {
   padding: 1.1rem 4%;
	border-bottom: #f5f8fb 0.01rem solid;
}

#logo img{width:40%;}

#header {
  position: relative;
}

#slogan {
  position: absolute;
  bottom: 3%;
  left: 0;
  padding: 0.5rem 3%;
  /* --------------------- FALLBACK FÜR BROWSER DIE RGBA-WERTE NICHT UNTERSTÜTZEN -------------------- */
  background: rgb(100, 30, 30);
  /* ------------------------------------------------------------------------------------------------- */
  background: rgba(100, 30, 30, 0.8);
  color: #fff;

} 

.content {
  padding: 1.5rem 4%;
	background-color: #f5f8fb;
}

.content_white {
  padding: 1.5rem 4%;
	background-color: #fff;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

#title {
	background-color: #011a3f;
	color: #fff;
	 padding: 1.5rem 4%;
}

#box {
	border: #8c1914 0.03rem dashed;
	padding: 0.5rem;
}

#benefits{
	background:#011a3f;
	color:#fff;
	padding: 1.5rem 4%;
}

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

#footer {
	background: #011a3f;
	color: #8e95a2;
	 padding: 1.5rem 4%;
}

#footer img{
	width:6rem;
	margin: 0 0 1rem 0;
}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
  color: #1455eb;
}

#footer a:link, #footer a:visited, #footer a:active {
  text-decoration: none;
  color: #8e95a2;
}

#footer a:hover {
  text-decoration: none;
  color: #1455eb;
}

.blue_light {
	color: #1455eb!important;
}

.white {
	color: #fff!important;
}

ul {
	margin: 0;
	list-style-type: none;
}

li {
	position: relative; 
	margin: auto;
	padding: 0 0 0.3rem 1.1rem;
}

li:last-child {
	padding-bottom: 0;
}

li::before {
	content:url(//anzeigen.jobsintown.de/job/files/1293409/bp.svg);
	position: absolute;
	top: 0;
	left: 0.05rem;
	width:0.7rem;
}

/* --------------- 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;
}

.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;
}

.bg-darkblue {
  background: rgb(78, 147, 250);
}

.bg-lightblue {
  background: rgb(127, 174, 245);
}

/* -------------- 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;
	align-items: flex-end;
}
.flex_head {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0rem 0;
	align-items: center;
}

.flex_head div.left  {
	 padding: 1rem 3%;
}

.flex_head div.bild  {
	width:50%;
}

.flexbox {
	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;
}

.leftbox, .rightbox {
	transition: all 0.4s ease;
	position: relative;
	box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.1) !important;
	background:#fff;
	padding: 1rem;
	margin: 6rem 0 0 0;
	width: 48%;
}

.leftbox h3, .rightbox h3{margin: 0;}

.leftbox:hover, .rightbox:hover{
	box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.2) !important;
}

.leftbox::before, .rightbox::before {
	content:url(//anzeigen.jobsintown.de/job/files/1293409/strich_links.svg);
	position: absolute;
	top:-6.5rem;
	left:50%;
	width:8rem;
}
.rightbox::before {
	content:url(//anzeigen.jobsintown.de/job/files/1293409/strich_rechts.svg);
	transform: translateX(-100%);
}

.bildbox{
	text-align:center;
	margin: 0 0 1rem 0;
}

.bildbox img{
	display: inline-block;
	height:5rem;
}

#footer .flexbox {
	border-top:0.05rem solid #1455eb;
	margin: 1rem 0 0 0;
	padding: 1rem 0 0 0;
}

#footerleft, #footerright{width:48%;}

#footerright{text-align: right;}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
	transition: color 0.3s ease,border 0.3s ease;
  background: #1455eb;
  padding: 0.8rem 2rem;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 0.3rem;
  color: #fff;
}
.button a:hover {
  background-color: #ec6725;
  text-decoration: none;
  color: #fff;
}


.slider-wrap{
	max-width: 400px;
  	width: auto;
  	height: auto;
	position:relative;
	margin-top: 0;
	
	z-index: 0
	}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;

	
}
.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 24s linear infinite;
  animation: image 24s 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;
  }
  17% {
    opacity: 1;
  }
  25% {
    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;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow li {
	margin:0;
	padding:0;
  list-style: none;
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.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;
}

ul.slideshow {
	margin:0;
}

/*-----Slider_3Bilder-----*/

.slider-wrap_3Bilder {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
}

.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;
}

/*
_______________________

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;
}

*/
.apply {}
