/* Version: 25.04.2016 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 1.4;
	background-color: #FFF;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#rahmen {
	color:#666666;
	
	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;
	position:relative;
}

#logo{
	padding:3% 6%;
}

#firma{
	padding:3% 6%;
}

#content{
	padding:3% 6%;
}

p {
	margin:0;
	text-align:justify;
}

p:empty {
height: 18px;
}


.abstand10{
	margin-top:10px;
}

.abstand15{
	margin-top:15px;
}

.grau{color:#666666;}
.blau{color:#004b74;}

#titel{
	background:#004b74;
	color:rgba(255,255,255,1);
	padding:1.5% 6%;
	text-align:center;
}

h1{
	margin: 0px;
	line-height: 1.2;
	font-size: 25px;
	font-weight: bold;
}

h2{
	margin:0 0 10px 0;
	line-height: 1.2;
	font-size: 13px;
	font-weight: normal;
	color:rgba(0,0,0,1);
}

/*Tabelle*/
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
                /* table-layout: fixed; */
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}
/*Tabelle*/

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

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

#footer{
	border-bottom:10px solid #3A4D5C;
	color:rgba(255,255,255,1);
	background:#004B74;
	padding:1.5% 6%;
	text-align:center;
}



a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color:#004b74;
	text-decoration: none;
}
a:visited {
	color:#004b74;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: none;
}
a:active{
	color:#004b74;
	text-decoration: none;
}

#footer a:link {
	color:#fff;
	text-decoration: none;
}
#footer a:visited {
	color:#fff;
	text-decoration: none;
}
#footer a:hover {
	color:#000;
	text-decoration: none;
}
#footer a:active{
	color:#fff;
	text-decoration: none;
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

.ausblenden {
}

.einblenden {
	display:none;
}

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

li {
	padding: 0px;
	text-align:justify;
}

.refnr {}

.apply {}

.button a {
	background: #F9B233;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    width: 200px;
    cursor: pointer;
   	display: block;
    padding: 0.2rem;
    margin:15px 0px;
    border-radius: 0.3rem;
	font-size:15px;
}
.button a:hover {
	background:#F9B233;
	color:#fff;
}


.button_box_new {
  text-align: center;
}

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

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

/*Button-1*/
.button_new a {
  display: inline-block;
  padding: 0.6rem 1.5rem 0.6rem 1.5rem;
  margin: 1.5rem auto 0 auto;
  cursor: pointer;
  font-size: 1.1em;
  background-color: #004b74;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
}

.button_new a:hover {
  background-position: 15px center;
  background-color: #3a4d5c;
  text-decoration: none;
}

.slider-wrap{
	width: auto;
	height: auto;
	position: relative;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  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;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  37% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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

/* BEGINN Slider mit 4 Bildern mit transform Animation */

.slideshow-4-bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow-4-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-4-bilder 24s linear infinite;
  animation: image-4-bilder 24s linear infinite;
}

@keyframes image-4-bilder {
0% {
 opacity: 0;
}

6% {
 opacity: 1;
}

19% {
 opacity: 1;
}
  
25% {
opacity: 0;
}

100%{
 opacity: 0;
}
}

@-webkit-keyframes image-4-bilder {
0% {
 opacity: 0;
}

6% {
 opacity: 1;
}

19% {
 opacity: 1;
}
  
25% {
opacity: 0;
}

100%{
 opacity: 0;
}
}

.slideshow-4-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {
}

.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow-4-bilder li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow-4-bilder {
    margin:0;
}

.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0px;
                list-style-type: none;
                list-style:none;
		border-bottom:none;
	        border-color: #fff;
                border-width: 0px;
		padding-bottom:5px;
}

/* ENDE Slider mit 4 Bildern mit transform Animation */


/* <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:0;
	margin-left:15px;
	padding-left:15px;
	list-style-type: none;
	list-style:none;
}
li {
	position: relative;
}
li::before{
	content:"■";
	position: absolute;
	top: 0;
	left: -10px;
	color:#000;
}

 */