html { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #231f20;
	text-decoration: none;
	list-style-type: disc;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
}
p {margin:0;}
.pad2{
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 160px;
}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
} 
sup {
top: -0.5em;
} 
sub {
bottom: -0.25em;
}

a,a:link,a:visited,a:active{color: #231f20;text-decoration: none;}
a:hover {text-decoration: underline;}
.clear{clear:both;font-size:0px;line-height:0px;}

h1{
	margin: 0px;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color:#FFF101;
	position:absolute;
	top:225px;
	left:36px;
}

h2{
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	padding:12px 0px 15px;
}
h3{
	margin: 0px;
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	color:#fff;
	position:absolute; top:308px; left:36px; 
}
.titel_klein{
	font-size: 19px;
	line-height: 24px;
}

.titel_small{
	font-size: 16px;
	line-height: 19px;
}

.titel_small2{
	font-size: 23px;
	line-height: 30px;
}



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

.slider-wrap li {
	padding: 0px;
	text-indent: 0px;
}

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

.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;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  34% {
    transform: translateX(0);
  }
  
  
  36% {
    opacity: 1;
    transform: translateX(100%);
  }
  38%{
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes image {
0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  34% {
    transform: translateX(0);
  }
  
  
  36% {
    opacity: 1;
    transform: translateX(100%);
  }
  38%{
    opacity: 0;
    transform: translateX(100%);
  }
}

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


h3 a{ color:#fff !important;}
#header p{ color:#fff; margin:0px; position:absolute; top:239px; left:550px;line-height:19px;}

ul {
	margin:0px 0px 22px 0px;
	padding:0px 0px 0px 0px;
	list-style-image:url();
	list-style:none;
}
ul li { 
background: url(//anzeigen.jobsintown.de/job/files/1285639/iconlist.jpg) no-repeat 0px 3px; padding-left:30px;
}

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

#pagewrap {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #A7A9A4;
	box-shadow: -0.5px 5px 15px #999;
	background-color: #FFF;
	position:relative;
}

#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position:relative;
}

#footer .p{padding:0 5% 0 5%; word-spacing:-1px;}

#footer {
	min-height: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top:8px;
	 background-color:#FFF229;
}

.bottom_text
{ 
	position:absolute;
	bottom: 12rem;
	left:0rem;
	width:100%;
}

.block{ display:block;}
.pad{ padding: 0 0 0 160px;}
.bold{ margin:0px 0px -18px -124px; display:block; zoom:1;}

.logo{ padding:1% 0;}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background: #000;
  padding: 0.5rem 2.5rem;
  margin:0 auto;
  cursor: pointer;
  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: #000;
}

  

.refnr {}

.apply {}
