/* Version: 17.01.2014 */
body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 100%;
	color: #212529;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	background-color: #FFF;
	background-image: url(//anzeigen.jobsintown.de/job/files/1287203/hg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-attachment: fixed;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}


h1{
	margin: 0px;
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: normal;
}

h2{
	margin: 0px;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: normal;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	font-size: 0.9rem;
	line-height: 1.35rem;
	position: relative;
	border-top: 5px solid #3c8bb1;
}

.logo{
	padding: 20px 6% 15px 6%;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 88%;
	z-index: 5;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, 0.9);
}

.top{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.content{
	padding: 6%;
}

.box_oben{
}

.box_mitte{
}

.box_unten{
}

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

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

#footer{
	background-color: #5d5d5d;
	color: #FFF;
	padding: 6%;
	border-top: 5px solid #3c8bb1;
}

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

.bgBild{
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

.bgText{
	padding: 2.9em;
}

.bgText2{
	padding: 2.9em;
}

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	flex-wrap: wrap;
  flex-direction: row;
}

.flex > div{
	width: 50%;
	position: relative;
	background-color: #ededed;
}

 
/* Zusatz*/ 

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

a:hover {
	color: #98d4de;
	text-decoration: none;
}
 
.text_gross{
	font-size: 1rem;
	line-height: 1.45rem;
}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe1 {
	color: #3c8bb1;
}

.farbe2 {
	color: #98d4de;
}

.upper {
	text-transform: uppercase;
}

.ausblenden {

}

.slider-wrap ul {
	padding: 0px;
	margin: 0px;
}

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

ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	list-style-type: none;
	list-style:none;
}

li {
	padding-top: 10px;
	text-indent: -13px;
}

 ul li::before {
    content: "›";
    padding-right: 6px;
	 font-size: 1.45rem;
	 line-height: 0px;
}

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

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

.slideshow,
.slideshow2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow li span,
.slideshow2 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;
}

.slideshow2 li span {
  -webkit-animation: image2 12s linear infinite;
  animation: image2 12s 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%);
  }
}

@keyframes image2 {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  51% {
    transform: translateX(0);
  }
  
  
  53% {
    opacity: 1;
    transform: translateX(100%);
  }
  55%{
    opacity: 0;
    transform: translateX(100%);
  }
}
@-webkit-keyframes image2 {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1%{
    opacity: 1;
  }
  
  2% {
    transform: translateX(0);
  }
  
  
  51% {
    transform: translateX(0);
  }
  
  
  53% {
    opacity: 1;
    transform: translateX(100%);
  }
  55%{
    opacity: 0;
    transform: translateX(100%);
  }
}

.slideshow li,
.slideshow2 li {
    margin:0;
    padding:0;
    list-style: none;
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}
.slideshow2 li {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
.slideshow li:nth-child(1) span {
}
.slideshow li:nth-child(2) span,
.slideshow2 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,
ul.slideshow2 {
    margin:0;
}

.refnr {}

.apply {}
