@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto[wdth,wght].woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Roboto";
  src: local('Roboto'),
       url(../../ofl/roboto/Roboto-Italic[wdth,wght].woff2) format('woff2');
  font-weight: 900;
  font-style: italic;
}

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

#header {
	position: relative;
}
.job
{
  position: absolute;
  top: 30%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
	width: 30rem;
	background-color:rgba(255, 255, 255, 0.8);
	padding: 1rem;
	text-align: center;
        left: 50%;
	
}
.gray
{
	background-color:#869da6;
	color:#000;
	padding: 3%;
	margin-bottom: 1rem;
}
.yellow
{
	background-color:#f4dd00;
	color:#000;
	padding: 3%;
	
}

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

body {
 font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: #000;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #e5eff5;
	/* 	background-color:#e5eff5;*/
	/*background-color: #f1f1f1;*/
	/* 	background-color:#d6dbe5;*/
	/* 	background-color:#c2e6fa;*/	
  -webkit-print-color-adjust:exact;
}

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

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

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

.left {
  width: 68%;
  padding: 1rem 0 1rem 3%;
}

.right {
  width: 30%;
  padding: 1rem 3% 1rem 0.6rem;
}

.content {
  padding: 2%;
}

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

p {
  margin: 0 0 1rem 0;
}

h1 {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.job h1 {

  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 500;
}

h2 {
  margin: 0 0 1rem 0;
}

.box-left {
  float: left;
  width: 68%;

}

.box-right {
  float: right;
  width: 30%;

	
}

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

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

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

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

a:active {
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.3rem;
  list-style-type: disc;
  list-style-type: none;
}

li {
  position: relative; 
  margin: auto;
  padding-bottom: 0.1rem;
}

 li::before {
  position: absolute;
  top: -0.05rem;
  left: -0.8rem;
  content: "•";
  font-size: 0.8rem;
color: #000;
} 
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.refnr {}

.apply {}

.justifier {
  text-align: justify;
}

p:empty {
  height: 1rem;
}

.button_box {
  text-align: left;
}

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

.button a {
  display: inline-block;
  background: #f4dd00;
  padding: 0.6rem 2.5rem 0.6rem 2.5rem;
  margin: 0rem auto;
  cursor: pointer;
    
  border: 0.1rem solid #f4dd00;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #000;
}
.button a:hover {
  background-position: 15px center;
  background-color: #fff;
  text-decoration: none;
  color: #000;
}
.html_ausblenden
{
	display: none;
}
.responsive_ausblenden
{
	display: block;
}

/*


.box{
	padding: 1rem 2%;
	background-color: #F8F8F8;
	margin: 1rem 0;
}

***************************************************

.button a {
	background: #87888a scroll right top ;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
}
.button a:hover {
	background:#2d5aae;
}

und <p align="center" class="button"><a href="#" target="_blank">Jetzt bewerben</a></p>
*/

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

oder wie folgt

ul {
	margin-left:5px;
	padding-left:5px;
	margin-top:0px;
	list-style-type:disc;
}
li {
	margin: 6px;
	padding: 0;
}

ul.bs {
   list-style-image: url(bs.jpg);
}
ul.pfeil {
   list-style-image: url(bp.jpg);
}

und dann <ul class="pfeil"> 

<span class="aus_r" style="position: absolute; bottom: 380px; right: 0;">

----------------
BUTTON MIT HOVER
----------------

.button a {
	background: #87888a scroll right top ;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    height: 30px;
    cursor: pointer;
   	display: block;
    position: relative;
    padding: 12px 0 0 0;
    margin:15px 0px;
}
.button a:hover {
	background:#2d5aae;
}

und <p align="center" class="button"><a href="#" target="_blank">Jetzt bewerben</a></p>


 
 Für CSS

.buttonbox{
                text-align:center;
}

.button{
                padding:10px 20px;
                margin:0 auto;
                display:inline-block;
                background:#0169b2;
                transition:all 0.05s ease-in-out;
}

.button a{
                padding:10px 20px;
                color:#fff;
                text-decoration:none;
}
.button:hover {
                background:#06C;
                }

------

<div class="buttonbox">
<div class="button"><a class="apply" href="#" target="_blank"><strong>Hier bewerben!</strong></a></div>
</div>


ul {
  list-style: none;
}

li {

}

ul.test1 li::before {
  content: "■";
  font-size: 0.8rem;
  color: red;
	padding-right: 5px;
} 
ul.test2 li::before {
  content: "■";
  font-size: 0.8rem;
  color: green;
	padding-right: 5px;
}

 */
