/* Version: 17.01.2014 */
body {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	color: #333;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #ddd;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,f2f2f2+100 */
background: #003F68; /* Old browsers */
	background-attachment: fixed;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	font-size: 1.8rem;
	line-height: 1.85rem;
	font-weight: bold;
	color: #868D12;
}

h2{
	margin: 0px;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	color: #868D12;
}

.weiss{color: #fff;}

h3{
	margin: 0px;
	font-size: 0.95rem;
	line-height: 1.25rem;
	font-weight: normal;
}
.klein{font-size:0.6rem;
line-height: 0.8rem;}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	font-size: 0.85rem;
	line-height: 1.2rem;
}

.logo{
	background-color: #fff;
	color: #FFF;
	padding: 20px 8%
}

.content{
	padding: 5% 8%;
}

.box_oben{
}

.box_mitte{
	background-color: #E4E5E6;
	padding: 5% 8%;
}


.box_icon{
	background-color: #fff;
	padding: 5% 8%;
}

.box_unten{
	padding: 20px 8%;
	background-color: #455561;
	color: #FFF;
}

.box_links{
	float: left;
	width: 47.5%;
}

.box_rechts{
	float: right;
	width: 47.5%;
}

#footer{
	padding: 5% 8%;
	background-color: #006AB3;
	color: #fff;
}

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

.icon{ text-align: center;
margin-top: 15px;}

.icon img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #c6c6c6;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #004389;
}

.grau {
	color: #c6c6c6;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.button:link, .button:visited, .button:active {
	color: #868D12;
	text-decoration: none;
	background-color: #fff;
	padding: 10px 18px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
transform: skew(10deg, 30deg);		
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #868D12;
}

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

li {
	padding-top: 10px;
}
/*
ul li::before {
    content: "-";
    padding-right: 7px;
	font-size: 1.05rem;
}
*/
.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;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.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(//anzeigen.jobsintown.de/job/files/1355387/slider1.jpg);
}
.slideshow li:nth-child(2) span {
  background-image: url(//anzeigen.jobsintown.de/job/files/1355387/slider2.jpg);
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
  background-image: url(//anzeigen.jobsintown.de/job/files/1355387/slider3.jpg);
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
ul.slideshow {
    margin:0;
}

.refnr {}

.apply {}
