@font-face { font-family: "Roboto";
	 
  src: url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Roboto";
	 
  src: url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}

 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.4;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}

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

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

/*______SCHRIFTEN_____*/

h1 {
marign:0;
line-height: 1;
font-size: 2rem;
font-weight: bold;
margin-top: 2rem;
margin-bottom: 1rem;
color: #3fa435;

}

.h2background {
background: #44484e;	
		margin-top: 1rem;
		display: inline-block;
}

h2 {
color: #3fa435;
margin: 0;
line-height: 1;
font-size: 1.3rem;
font-weight: bold;
background: #44484e;

	display: inline-block;
	background-image:linear-gradient(90deg,#b4d39d,#62ae49);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;

}

h3 {
margin: 0;
line-height: 1;
font-size: 1rem;
font-weight: bold;
margin-bottom: 0.5rem;
	margin-top: 1.5rem;
color: #3fa435;
}


small {
	font-size: 0.6em;
	
}

/*______DIVS_____*/

.firmengeschichte {

}

.content {
  padding: 1rem 4%;
}


.stellentitel {
padding-top: 0 ; 
}



/*______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-text, 
.footer-text a:link, 
.footer-text a:visited,
.footer-text a:active {
	color: #6f6f6e;
	font-weight: normal;
	}

#footer {
background: #44484e;
color: #3fa435;
text-align: left;
font-weight: normal;
	font-size: 1.2rem;
}


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

/*______LISTEN_____*/

ul {
  margin: 0 auto 2.5rem 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.1rem;
  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;
} 
*/



/*______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: #3fa435;
  text-decoration: none;
	font-weight: bold;
}

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

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

a:active {
  text-decoration: none;
  color: #3fa435;
	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;
	align-items: flex-end;
}

.flex50 {
  width: 48%;

}

.flex60 {
  width: 60%;

}
/*_______________________

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 {}
.apply {}
