

 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;
  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.8rem;
  position: relative;
  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: 2rem;
font-weight: bold;
margin: 0;
margin-bottom: 0.2rem;
color: #000000;
}


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

h3 {
margin: 0;
line-height: 1;
font-size: 1.1rem;
font-weight: bold;
margin-bottom: 0.3rem;
color: #0069b4;

}


small {
	font-size: 0.6em;
	
}

.center {text-align: center; }

.left {text-align: left;}

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

/*______DIVS_____*/

.firmengeschichte {

}

.content {
  padding: 1.5rem 4%;
}


.stellentitel {
padding-top: 0 ; 
}

.eingerueckt {
	padding-left: 1rem;
	}

.box {
padding: 1.5rem 3rem;
border-bottom: 0.75rem #e3e3e3 solid;
	padding-bottom: 1rem;
}
/*______DIVS_____*/

#logo {
   padding: 2rem 4%;
}

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

.header {padding: 1rem;}

.header2 {margin: 1rem;}

#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 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;
margin-top: 0.3rem;
  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;
} 
*/

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

/*______ABSTAENDE_____*/

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

}

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

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

.blau {
	color:#0069b4;
	font-weight:bold;
	margin-bottom: 0.5rem;
}

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



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

.flex30 {
	width: 30%;
	align-self: flex-end;
}

.flex70 p:nth-last-child(1) {
 margin-bottom:0;
} 

.flex70 {
  width: 70%;
}

.flex30 {
  width: 30%;
}



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

.BoxLeft{
	width:76%;
	
}
.BoxRight{
	width:24%;
	text-align:center;
	
}

.BoxRight img{
	width:45%;
	
}
.BoxRight2{
	width:24%;
	text-align:center;
	
}

.BoxRight2 img{
	width:100%;
	
}



/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button_box {
  text-align: center;
}

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

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


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

.widener {
    width: 131%
}

.apply {}
