@font-face { font-family: "Roboto";
	 
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: normal;
}

/* --- Italic --- */
@font-face { font-family: "Roboto";
	 
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
  font-style: italic;
}

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

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

body {
  font-size: 100%;
  text-decoration: none;
  word-spacing: normal;
  -webkit-print-color-adjust: exact;
  font-weight: normal;
  background-color: #f1f1f1;
  line-height: 1.4;
  color: #525252;
  font-family: 'Roboto', sans-serif;
}

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

.blue {
  color: #00508D;
  font-weight: bold;
}

h1 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0 0 0.7rem;
  color: #00508D;
  text-align: center;
}

h2 {
  font-size: 1rem;
  line-height: 1.2;
  color: #00508D;
}

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

li {
  padding-left: 1.3rem;
  background: url('//anzeigen.jobsintown.de/job/files/1347189/list-image__28922.gif') no-repeat 0 0.3rem;
}

.frame-outer {
  position: relative;
  margin: 1.3rem auto;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  width: 780px;
  background: #FFF;
  border: 0.02rem solid #A7A9A4;
  font-size: 0.813rem;
  padding: 0rem 0rem 0rem;
}

.header {
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo {
  width: 16rem;
}

.content {
  padding: 1.5rem 1.5rem 0rem;
}

.center {
  text-align: center;
  padding-bottom: 1.5rem;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.left,
.right {
  width: 48%;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  padding: 1rem 1rem 0;
}

.box {
  margin-bottom: 1.5rem;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  padding: 1rem 1rem 0;
}

.footer {
  padding: 1rem 1.5rem 0rem;
  background: #434443;
  color: #fff;
}

.location {
  background: url('//anzeigen.jobsintown.de/job/files/1347189/location_28922.jpg') no-repeat 0 0;
  padding-left: 2rem;
}

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

a:hover {
  text-decoration: underline;
}

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

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

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


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

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

.slideshow li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 24s linear infinite;
    animation: image 24s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 1;
    transform: translateX(100%);
    }
    5% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(0);
    }
    30% {
     transform: translateX(-100%);
    }
    100% {
       transform: translateX(-100%);
    opacity: 1;
    }
}

@-webkit-keyframes image {
    0% {
      opacity: 1;
    transform: translateX(100%);
    }
    5% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(0);
    }
    30% {
     transform: translateX(-100%);
    }
    100% {
       transform: translateX(-100%);
    opacity: 1;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow 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;
}
.slideshow li:nth-child(4) span {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}

ul.slideshow {
    margin: 0;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}



.refnr {}

.apply {}
