/* Version: 25.04.2016 */

@font-face { font-family: "Yanone Kaffeesatz";
	 
  src: local('Yanone Kaffeesatz'),     
	   url('https://fonts.pwrk.dev/ofl/yanonekaffeesatz/YanoneKaffeesatz[wght].woff2') ;
	font-weight: 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

body {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 17px;
	background-image:url(bg04.png);
	background-repeat:repeat;
}

#rahmen {
	color: #474f51;	
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #A7A9A4;
	box-shadow: 0px 0px 10px #999;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	
}

#content{
	padding: 4%;
	background-color:rgba(255,255,255,1);
}

.highlightbox {border:0.1rem solid #D4D9DD; padding:1.5rem; text-align: center; color: #ED391B; font-size: 1.2rem;} 

#footer{
	padding:20px;
	background-image:url(bg03.jpg);
	background-repeat:repeat;
	text-align:center;
}

p {
	margin:0;
}

.rot{color:#ED391B;}
.hellgrau{color:#D4D9DD;}
.dunkelgrau{color:#474f51;}

p:empty {
height: 18px;
}


h1{
	margin-top:30px;
	margin-bottom:30px;
	line-height: 40px;
	font-size: 35px;
	font-weight: bold;
	text-align:center;
}

h1 span{
	font-size:20px;
	line-height:25px;
	font-weight:normal;
}


h2{
	margin: 0px;
	line-height: 23px;
	font-size: 18px;
	font-weight: normal;
}



#box_links{
	float: left;
	width: 45%;
}

#box_rechts{
	float: right;
	width: 53%;
}
.clear{clear:both;font-size:0px;line-height:0px;}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

a img { border: none;
}


 
/* Zusatz*/ 

a:link {
	color: #474f51;
	text-decoration: none;
}
a:visited {
	color: #474f51;
	text-decoration: none;
}
a:hover {
	color: #ED391B;
	text-decoration: underline;
}
a:active{
	color: #474f51;
	text-decoration: none;
}


.ausblenden {
	display:block;
}

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
}

li {
	padding-bottom: 2px;
}

.refnr {}



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

Transparent
background: rgba(255,255,255,0.8);


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 {
                margin-left:15px;
                padding-left:15px;
                margin-top:0px;
                list-style-type: none;
                list-style:none;
}
li {
                margin: auto;
                padding: 1px;
}
li::before{
            content:"• ";
            margin-left:-27px;
            padding-right:20px;
                color:#984c83;
}


 */



.apply {}
