html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #fff;
    -webkit-print-color-adjust: exact;
}

p {
    padding-bottom: 1rem;
    text-align: justify;
}

h1 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 4rem 0 1rem;
    color: #0097E1;
}
h1 small{
    display: block;
    font-size: 0.6em;
}
h2 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
}

h3 {
    margin: 0;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 600;
}

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

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding: 0rem 0rem 0.7rem 0rem;
    list-style-image: url();
    list-style: none;
}

li {
    padding-left: 1.3rem;
}

li::before {
    content: "●";
    display: inline-block;
    font-size: 0.8rem;
    position: relative;
    float: left;
    top: -2px;
    margin-left: -1.3rem;
    color: #FFD200;
}
ul:nth-of-type(2) li:before{
     color: #0097E1;
}
ul:nth-of-type(3) li:before{
     color: #E30613;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

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

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

.slideshow-3-bilder li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    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 18s ease-out infinite;
    animation: image-3-bilder 18s ease-out 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;
}

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

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

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

.slider-wrap ul.slideshow-3-bilder {
    margin: 0;
    padding: 0;
}

.slider-wrap li::before {
    display: none;
}

.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 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;
}

.frame-outer {
    position: relative;
    padding: 0;
    width: 770px;
    margin: 1.3rem auto;
    background-color: #FFF;
    border: 0.02rem solid #a7a9a4;
    box-shadow: -0.1rem 0.1rem 1rem #333;
    font-size: 0.875rem;
}
.header{
    padding: 1rem;
}
.content {
    padding: 1rem 1.5rem 0rem;
    background: url('//anzeigen.jobsintown.de/job/files/1305163/bgt.jpg') no-repeat;
}

.footer {
    padding: 9rem 1.5rem 0rem;
    background: #95C11F url('//anzeigen.jobsintown.de/job/files/1305163/bg.jpg') no-repeat;
    color: #fff;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.refnr {}

.apply {}
