/* Version: 07.03.2016 */

@font-face {
	font-family: "Open Sans";
	src: local('Open Sans'),     
	url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: local('Open Sans'),     
	url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  color: #585657;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

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

.weitersagen {
	position: absolute;
	left: 0;
	top: 14rem;
	max-width: 11rem;
	z-index: 3;
}
h1 {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0;
  margin: 2% 0;
  color: #dc0b2e;
}

h2 {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0;
  margin: 0 0;
  color: #dc0b2e;
}

h3 {
  margin: 0 0 1% 0;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: bold;
  color: #dc0b2e;
  text-transform: uppercase;
}

.rahmen {
  position: relative;
  padding: 0px;
  width: 720px;
  margin: 20px auto;
  background-color: #FFF;
  border: 1px solid #A7A9A4;
  box-shadow: -0.5px 3px 15px #999;
  font-size: 0.67rem;
}

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

.content {
  position: relative;
  padding: 20px 6%;
}

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

.logo {
  width: 30%;
  margin: 5% 7% 3.5% 7%;
}

.bg {
  background: url(//anzeigen.jobsintown.de/job/files/1286979/bg-top.jpg) no-repeat top left / 100%;
  padding: 3% 17% 10% 17%;
}

.intro {
  background: #d8e1e9;
  border: 3px solid #fff;
  -webkit-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  padding: 2% 3%;
  margin: -4% 3% 0 3%;
}

.box-left {
  float: left;
  width: 48%;
}

.box-right {
  float: right;
  width: 48%;
}

.outro {
  border: 3px solid #e3e0e1;
  -webkit-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  padding: 2% 3%;
  margin: 1% 3% 0 3%;
}

.footer {
  background: url(//anzeigen.jobsintown.de/job/files/1286979/bg-bottom.jpg) no-repeat top left / 100%;
  margin-top: 3%;
  padding: 0.7% 3% 0 0;
}

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

img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link {
  color: #dc0b2e;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
  color: #dc0b2e;
}

a:hover {
  text-decoration: underline;
  color: #dc0b2e;
}

a:active {
  text-decoration: none;
  color: #dc0b2e;
}

ul {
  margin: 15px 0 0 6px;
  padding-left: 9px;
  list-style-type: none;
}

li {
  position: relative;
  margin: 0 0 3% 0;
  padding: 0;
}

li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -15px;
  background: url(//anzeigen.jobsintown.de/job/files/1286979/bp.png) no-repeat top left / 7px;
  height: 15px;
  width: 7px;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
}

.hide {
  display: none;
}

.refnr {}

.blocksatz {
  text-align: justify;
  text-align-last: justify;
}

.blocksatz:after {
  content: "";
  display: inline-block;
  width: 100%;
}

p:empty {
  height: 18px;
}

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

.cell {
  display: table-cell;
}

.row {
  display: table-row;
}

.flex,
.flex-footer {
  background: #d8e1e9;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 3%;
  padding: 2% 3%;
}

.flex-footer {
  background: none;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 1.5% 4%;
}

.left,
.right {
  width: 50%;
  padding: 0;
}

.left {
  border-right: 1px solid #fff;
  padding-right: 5%;
}

.right {
  padding-left: 5%;
}

.footer-left {
  width: 37%;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.8);
  padding: 0 2%;
}

.footer-left p {
  text-align: left;
}

.footer-left p:first-of-type {
  margin: 3% 0 4% 0;
  font-size: 0.8rem;
}

.footer-left p:last-of-type {
  margin: 0 0 4% 0;
}

.footer-center {
  width: 24%;
}

.footer-right {
  width: 30%;
}

.button_box {
  text-align: center;
}

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

.button a {
  background: #dc0b2e;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.8rem;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.button a:hover {
  background: #6b6d6d;
}

.button-bp {
  width: 12px;
}

.slider-complete {
    width: 100%;
    position: relative;
    background: #fff;
    margin-bottom: 49%;
}

.slider-positioner-first {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.slider-positioner-second {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.slider-wrap-first,
.slider-wrap {
    max-width: 720px;
    max-height: 300px;
    width: auto;
    height: auto;
    position: relative;
    padding-top: 49%;
    overflow: hidden;
    border: 8px solid #fff;
}

.slider-wrap-mod {
	max-width:720px;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
border: 8px solid #fff;
}

.slideshow-first,
.slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-left: 0px !important;
    z-index: 1;
}

.slideshow-first {
    z-index: 0;
}

.slideshow-first li span,
.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;
    z-index: 1;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 25s linear infinite;
    animation: image 25s linear infinite;
}

.slideshow-first li span {
  -webkit-animation: imagefirst 10s linear 1;
  animation: imagefirst 10s linear 1;
}

@keyframes imagefirst {
  0% {
    opacity:1;
    transform: translateX(0%);
  }
  5%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  10%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  26.27%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  33.27% {
  	opacity:1;
    transform: translateX(-100%);
  }
  100% {
  	opacity:1;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes imagefirst {
  0% {
    opacity:1;
    transform: translateX(0%);
  }
  5%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  10%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  26.27%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  33.27% {
  	opacity:1;
    transform: translateX(-100%);
  }
  100% {
  	opacity:1;
    transform: translateX(-100%);
  }
}

@keyframes image {
  0% {
    opacity:1;
    transform: translateX(100%);
  }
  8.3%{
  	opacity: 1;
  	transform: translateX(100%);
  }
  11.2%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  42%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  44.9% {
  	opacity:1;
    transform: translateX(-100%);
  }
  100% {
  	opacity:1;
    transform: translateX(-100%);
  }
}

@-webkit-keyframes image {
  0% {
    opacity:1;
    transform: translateX(100%);
  }
  8.3%{
  	opacity: 1;
  	transform: translateX(100%);
  }
  11.2%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  42%{
  	opacity: 1;
  	transform: translateX(0%);
  }
  44.9% {
  	opacity:1;
    transform: translateX(-100%);
  }
  100% {
  	opacity:1;
    transform: translateX(-100%);
  }
}

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

.slideshow li:nth-child(4) span {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.slideshow li:nth-child(5) span {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
ul.slideshow-first,
ul.slideshow {
  margin:0;
}

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

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

}
.slideshow-3-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-3-bilder 12s linear infinite;
  animation: image-3-bilder 12s linear infinite;
}

@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
 3% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  36.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

@-webkit-keyframes image-3-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  3% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  36.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

.slideshow-3-bilder li {
    margin:0;
    padding:0;
  list-style: none;
position: initial;
}

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

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

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

ul.slideshow-3-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 3 Bildern mit transform Animation */


/* 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;
    transform: translateX(100%);
  }
  
  1% {
opacity: 1;
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
	
  }
  
  26% {
    transform: translateX(-100%);
opacity: 1;
  }
	100%{
		transform: translateX(-100%);
	opacity: 0;
	}
}

@-webkit-keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  24% {
    transform: translateX(0);
	
  }
  
  25% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	opacity: 1;
	}
}

.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;
padding: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 */

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

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

}
.slideshow-5-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-5-bilder 20s linear infinite;
  animation: image-5-bilder 20s linear infinite;
}

@keyframes image-5-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  3% {
    transform: translateX(0);
  }
  
  20% {
    transform: translateX(0);
	
  }
  
  23% {
    transform: translateX(-100%);

  }
100%{
	transform: translateX(-100%);
 opacity: 1;
}

}

@-webkit-keyframes image-5-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  3% {
    transform: translateX(0);
  }
  
  20% {
    transform: translateX(0);
	
  }
  
  23% {
    transform: translateX(-100%);

  }
100%{
	transform: translateX(-100%);
 opacity: 1;
}
}

.slideshow-5-bilder li {
    margin:0;
    padding:0;
  list-style: none;
position: initial;
}

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

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

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

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

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

ul.slideshow-5-bilder {
    margin:0;
}
/*  SLIDER 5 ENDE */
.marg-bot {
  margin-bottom: 3%;
}

.ausblenden{}

.apply {}
