/* General */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  color: #333;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  background-color: #e0e8f7;
  line-height: 1.35rem;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-box {
  margin: 1rem 0;
  padding: 0.7rem;
  width: 46%;
  background-color: #eee;
}
p {
  margin: 0;
}
p:empty {
  height: 0.5rem;
}
#rahmen {
  padding: 0px;
  max-width: 780px;
  margin: 1.25rem auto;
  background-color: #e0e8f7;
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.75);
  font-size: 0.85rem;
  position: relative;
}
.logo {
  padding: 1.5rem;
  background: url("//anzeigen.jobsintown.de/job/files/1343203/logo_bg.png") no-repeat;
  background-size: cover;
  margin-bottom: 0.75rem;
}
.logo img {
  width: 45%;
}
.header {
  margin: 0 0 0.75rem 0;
  padding: 0;
  position: relative;
}
.content {
  padding: 1.5rem;
}
.footer {
  background: linear-gradient(left, #0278ba 0%, #00a3ff 50%, #0278ba 100%);
  background: -moz-linear-gradient(left, #0278ba 0%, #00a3ff 50%, #0278ba 100%);
  background: -webkit-linear-gradient(left, #0278ba 0%, #00a3ff 50%, #0278ba 100%);
  padding: 1rem 1.5rem;
  color: #fff;
  text-align: center;
}
/* Headlines */
h1 {
  margin: 1.2rem 0;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  color: #00a3ff;
  text-align: center;
}
h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: bold;
}
/* Links */
a {
  color: #00a3ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
  width: auto9; /* ie8 */
  border: 0;
}
/* Button */
.button a {
  background: #00b0f0 scroll right top;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  width: 12rem;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0.8rem;
  margin: 0.9rem auto;
}
.button a:hover {
  background: #0078a3;
}
/* Lists */
ul {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0.95rem;
  list-style: none;
}
li {
  padding: 0;
  margin: 0.25rem 0;
  list-style: url("//anzeigen.jobsintown.de/job/files/1343203/bullet.jpg");
}
/*--- Slideshow 3 Bilder ---*/
.slideshow_3Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow_3Bilder 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_3Bilder 9s linear infinite;
  animation: image_3Bilder 9s linear infinite;
}
@keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_3Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slideshow_3Bilder li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.slideshow_3Bilder li:nth-child(1) span {}
.slideshow_3Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_3Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
ul.slideshow_3Bilder {
  margin: 0 !important;
  padding: 0 !important;
}
.slideshow_3Bilder li::before {
  display: none !important;
}
.slideshow_3Bilder ul {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}
/*--- Slideshow 4 Bilder ---*/
.slideshow_4Bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.slideshow_4Bilder 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_4Bilder 12s linear infinite;
  animation: image_4Bilder 12s linear infinite;
}
@keyframes image_4Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes image_4Bilder {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  34% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.slideshow_4Bilder li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.slideshow_4Bilder li:nth-child(1) span {}
.slideshow_4Bilder li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.slideshow_4Bilder li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.slideshow_4Bilder li:nth-child(4) span {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
ul.slideshow_4Bilder {
  margin: 0 !important;
  padding: 0 !important;
}
.slideshow_4Bilder li::before {
  display: none !important;
}
.slideshow_4Bilder ul {
  margin: 0 !important;
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style: none !important;
}
.refnr {}
.apply {}