

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

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

body {
  font-family: 'arial narrow','Roboto', Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #000;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;

}

#frame-outer {
font-size: 0.95rem;
  position: relative;
  padding: 0;
  width: 750px;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.2rem 0.2rem 0.5rem #c7c7c7;
}

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

/*______SCHRIFTEN_____*/

h1 {
marign:0;
line-height: 1;
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 1.2rem;
color: #0074bc;
}


h2 {
color: #000000;
margin: 0;
line-height: 1;
font-size: 1.3rem;
font-weight: normal;
}

h3 {
line-height: 1;
font-size: 1.1rem;
font-weight: bold;
margin-bottom: 1rem;
color: #0074bc;
margin-top: 2rem;
}


small {
	font-size: 0.6em;
	
}

/*______DIVS_____*/

.firmengeschichte {

}

.content {
  padding: 1.5rem 4%;
}


.stellentitel {
padding-top: 0 ; 
}

.eingerueckt {
	padding-left: 1rem;
	}


/*______DIVS_____*/

#logo {
   padding: 2rem 4%;
}

#logo img {
width: auto;
height: 5rem;
}

#header {
	position: relative;
	overflow: hidden;
}

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

} 

#footer {
padding: 2.1rem 4%;
background: #f7f7f7;
color: #000;
text-align: center;
font-weight: normal;
}


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

/*______LISTEN_____*/

ul {
  margin: 0 0 2rem 2rem;
  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;
margin-top: 0.4rem;
  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;
} 
*/

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


.blauesQuadrat li {
	position: relative;
	margin:0;
	padding: 0 0 0 2rem;
}


.blauesQuadrat li::before{
	content:"■";
	position: absolute;
	top: -0.1rem;
	left: 0.05rem;
        color:#0074bc;
}



/*______ABSTAENDE_____*/

p {
  margin: 0;
margin-bottom: 1rem;
}

.mag-2 {
margin-bottom: 2rem !important;	
}

.no-mag {
	margin: 0 !important;
	margin-bottom: 0 !important;
}



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


a:link {
  color: #000;
  text-decoration: none;
	font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: #000;
	font-weight: bold;
}

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

a:active {
  text-decoration: none;
  color: #000;
	font-weight: bold;
}



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

.hide {
  display: none;
}

.blocksatz {
  text-align: justify;
 /* text-align-last: justify;*/
}

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

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

.flex50 {
  width: 48%;

}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button_box {
  text-align: center;
}

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

.button a {
  display: inline-block;
  background: #2f74bc;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 2rem auto;
  cursor: pointer;
  border: 0.1rem solid #2f74bc;
  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: #2f74bc;
}


.refnr {}


/*_______________________

SLIDER
_______________________
*/



.slider-wrap {
	max-width:780px;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
}

.slider-3er-ein-ausblenden {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slider-3er-ein-ausblenden 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 18s linear infinite;
  animation: image 18s linear infinite;
}

@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slider-3er-ein-ausblenden li {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.slider-3er-ein-ausblenden li:nth-child(1) span {}
.slider-3er-ein-ausblenden li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slider-3er-ein-ausblenden li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slider-3er-ein-ausblenden {
  margin:0;
}

.apply {}
