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

@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-family: 'Roboto', sans-serif;
	font-size: 100%;
  line-height: 1.5;
  color: #545454;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #FFF;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.813rem;
}
a {
  color: #545454;
  text-decoration: none;
}
p {
	padding-bottom: 1rem;
}

h1 {
  font-size: 1.6em;
  color: #37a4f9;
  text-align: center;
  line-height: 1.3;
  margin:1.5rem 0rem;
  font-weight:700;
}

h2 {
  font-size: 1.125em;
  color: #37a4f9;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  font-weight:700;
}

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

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

li {
  padding-left: 1rem;
}

li::before {
  content: "";
  display: inline-block;
  background: url('//anzeigen.jobsintown.de/job/files/1310615/icon-arrow.png') no-repeat;
  width: 0.5rem;
  height: 0.75rem;
  position: relative;
  float: left;
  top: 0.25rem;
  margin-left: -1rem;
} 
img {
  max-width: 100%;
  height: auto;
  width: auto;
  border: 0;
  vertical-align: middle;
}
a:hover {
  text-decoration: underline;
}
.flex{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow:row wrap;
  text-align: left;
}
.left {
  width: 48%;
}
.right {
  width: 48%;
}

.logo{
  padding:0;
  position: relative;
}

.header {
  padding:1.25rem 1.5rem 0.25rem;
  border-top: 0.5rem solid #ACD1F0;
}
.header p{
  text-align: justify;
}
.content {
  padding: 0rem;
}
.box{
  padding: 1.25rem 1.5rem 0;
}
.bg-color{
  background-color: #F1F6F7;
}
.footer {
  padding:1.5rem;
  background-color: #464646;
  color: #FFF;
  font-size: 1.125em;
}
.footer a{
  color: #FFF;
}

.slider-wrap {
    max-width: 780px;
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    margin:1.5rem -1.5rem;
}

.slideshow {
    position: absolute;
    width: 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 16s linear infinite;
    animation: image 16s linear infinite;
}

@keyframes image {
    0% {
        opacity: 1;
        transform: translateX(100%);
    }

    1% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

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

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

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

    1% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(0);
    }

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

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

.slideshow li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}
.slideshow li:nth-child(4) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
ul.slideshow {
    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;
}

.refnr {}

.apply {}
