/* Version: 25.04.2016 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	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: #000;
	
	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;
}

#firma{
	padding:2% 4%;
	background:url(//anzeigen.jobsintown.de/job/files/1251195/bgGrau.jpg) no-repeat center top;
}

#content{
	padding:2% 4%;
	background:url(//anzeigen.jobsintown.de/job/files/1251195/bgGrau.jpg) no-repeat center top;
}

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

p:empty {
height: 18px;
}

.textGross{
	font-size:20px;
	text-align:center;
	font-weight:bold;
}

.rot{color:#e2001a;}
.grau{color:#475258;}

.abstand10{
	margin-top:10px;
}

#titel{
	background:#475258;
	color:rgba(255,255,255,1);
	padding:2% 4%;
}

.h1Klein {
	line-height: 1.2;
	font-size: 27px;
}

h1{
	margin: 0px;
	line-height: 1.2;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}

h1 span{
	line-height: 1.2;
	font-size: 20px;
}

h2{
	margin:25px 0 5px 0;
	line-height: 1.2;
	font-size: 15px;
	font-weight: bold;
	color:#e2001a;
}

/*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{
	background:#e2001a;
	color:rgba(255,255,255,1);
	padding:2% 4%;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

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

a img { border: none;
}

 
/* Zusatz*/ 

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color:#e2001a;
	text-decoration: none;
}
a:active{
	color: #000;
	text-decoration: none;
}

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


.ausblenden {
}

.einblenden {
	display:none;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type:disc;
}

li {
	padding: 4px;
}

li ul{
	list-style-type:circle;
}

.refnr {}

.apply {}

.button a {
	background: #FFF scroll right top ;
    color: #D61724;
    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;
	border: 2px solid #A8AAB6;
	box-shadow:2px 2px 4px #000000;
	font-size:15px;
}
.button a:hover {
	background:#D61724;
	color:rgba(255,255,255,1);
}



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


 */
 
 /*Slider*/
.slider-wrap{
	max-width: 720px;
	width: auto;
	height: auto;
	position: relative;
	border-top:5px solid #e2001a;
	border-bottom:5px solid #e2001a;
}

.slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.slideshow 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 20s linear infinite;
  animation: image 20s linear infinite;
}
@keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  56% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  56% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

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

ul.slideshow {
    margin:0;
}


/*Slider2*/

.slideshow5Bilder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.slideshow5Bilder 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: image1 50s linear infinite;
  animation: image1 50s linear infinite;
}
@keyframes image1 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  26% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image1 {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  26% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow5Bilder li {
    margin:0;
    padding:0;
  list-style: none;
}
.slideshow5Bilder li:nth-child(1) span {
}
.slideshow5Bilder li:nth-child(2) span {
	-webkit-animation-delay: 10s;
	animation-delay: 10s;
}
.slideshow5Bilder li:nth-child(3) span {
	-webkit-animation-delay: 20s;
	animation-delay: 20s;
}
.slideshow5Bilder li:nth-child(4) span {
	-webkit-animation-delay: 30s;
	animation-delay: 30s;
}
.slideshow5Bilder li:nth-child(5) span {
	-webkit-animation-delay: 40s;
	animation-delay: 40s;
}

ul.slideshow5Bilder {
    margin:0;
}


/*SliderPfeile*/

#bild1{}
#bild2{}
#bild3{}

a.zurueck,a.vor {
	height:96.5%;
	position:absolute;
	width:3%;
	top:0;
	opacity:0.6;
	cursor:pointer;
	-webkit-transition:opacity 200ms ease-out;
}
a.zurueck:hover,a.vor:hover {
	opacity:1;
}
.zurueck {
	position: relative;
	z-index: 5;
	left:0;
	background: #000 url('//anzeigen.jobsintown.de/job/files/1251195/linkerPfeil.png') no-repeat left center;
	background-size: contain;
}
.vor {
	position: relative;
	z-index: 6;
	right:0;
	background: #000 url('//anzeigen.jobsintown.de/job/files/1251195/rechterPfeil.png') no-repeat right center;
	background-size: contain;
}
.sliderPfeile {
	position: relative;
}
.slide {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.sliderPfeile .slide:target {
	z-index: 100;
}
.sliderPfeile img {
	max-width:100%;
	width:100%;
	left:0;
}

.sliderPfeile ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

.sliderPfeile li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

.sliderPfeile li::before {
	display: none;
}
