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

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

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

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

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

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

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

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

@font-face {
  font-family: "Roboto";
  src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2');
  font-weight: 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: 300;
  font-style: italic;
}

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

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

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

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

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

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

body {
  font-family: 'Roboto', sans-serif;
	font-size: 100%;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  word-spacing: normal;
  background-color: #f1f1f1;
  -webkit-print-color-adjust:exact;
}
.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #FFF;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 1rem;
}
a {
  color: #000;
  text-decoration: none;
}
p {
	padding-bottom: 1rem;
  text-align: justify;
}
strong{
  font-weight: 700;
}
h1 {
  margin: 0 0 1.5rem;
  font-size: 1.65em;
  line-height: 1.1;
  text-transform: uppercase;
}
h1 span{
  font-size: 0.7em;
}
h2 {
  font-size: 1.25em;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1em;
  line-height: 1.3;
  font-weight: 700;
  margin: 0;
}

ul {
  padding: 0rem 0rem 0.25rem;
  list-style-image: url();
  list-style: none;
  font-weight: 700;
}

li {
  padding-left: 1.75rem;
  padding-bottom: 0.5rem;
}

li::before {
  content: "";
  display: inline-block;
  background: url('//anzeigen.jobsintown.de/job/files/1305601/icon-check.png') no-repeat;
  width: 1.25rem;
  height: 1rem;
  position: relative;
  float: left;
  top: 0.15rem;
  margin-left: -1.75rem;
} 
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: 1.25rem 1rem;
  position: relative;
}

.logo img{
  width: 45%;
}


.header {
  position: relative;
  padding:0rem;
}
.content {
  padding: 1.25rem 1.5rem 0;
}
.box{
  margin: 0 -1.5rem 1.25rem;
  padding: 1.25rem 1.5rem 0;
  background: #E3EDEB;
}
.footer {
  padding:1.25rem 1.5rem 0.75rem;
  background: #51595A;
  color: #FFF;
}
.footer div{
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
}
.footer a{
  color: #FFF;
}
.social_media{
  margin-right: 0rem !important;
  text-align: right;
}
.social_media img{
  margin-left: 0.5rem;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
}
.social_media img:hover{
  transform: scale(1.1);
}
.button{
  display: inline-block;
  background: #F9B000;
  color: #FFF;
  padding: 0.5rem 1.75rem;
  text-transform: uppercase;
  border-radius: 0.625rem;
  margin-bottom: 1.25rem;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  font-weight: 500;
  font-size: 1.1em;
}
.button:hover{
  text-decoration: none;
  background:#D79904;
}

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

.refnr {}

.apply {}
