/* Version: 05.03.2018 */

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap");
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 100%;
  color: #323232;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.3;
  background-color: #f1f1f1;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust: exact;
  text-rendering: optimizeLegibility;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  border: 0;
  vertical-align: middle;
}

a:link,
a:visited,
a:active,
a:focus {
  color: #323232;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #323232;
}

p {
  margin: 0 0 1rem 0;
}

h1,
h2,
h3 {
  font-family: "Amatic SC", cursive;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

h1 {
  color: #ffffff;
}

h1 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 2.5rem;
  color: #e40421;
}

ul {
  margin: 0 auto 1rem 0.5rem;
  padding-left: 0.5rem;
  list-style-type: none;
}

li {
  position: relative;
  margin: auto;
  padding: 0;
}

li:before,
ul.white li:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -2.2rem;
  width: 3rem;
  height: 1.5rem;
  background: url("//anzeigen.mediaintown.de/job/files/990645/bp.png") no-repeat top left / 2rem;
}

ul.white li:before {
  background: url("//anzeigen.mediaintown.de/job/files/990645/bp_white.png") no-repeat top left / 2rem;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 1.3rem auto;
  background-color: #fff;
  border: 0.02rem solid #a7a9a4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 1.37rem;
}

.frame-outer:after {
  content: "";
  display: block;
  clear: both;
}

.content {
  padding: 1.1rem 5.7% 0 5.7%;
  margin-top: -1.9rem;
}

.content p:last-of-type {
  margin-bottom: 0;
}

.content:after {
  content: "";
  display: block;
  clear: both;
}

.content-yellow {
  background: url("//anzeigen.mediaintown.de/job/files/990645/bg_yellow_azubi.jpg") no-repeat center top / 100%;
  padding: 1.1rem 3% 3.6rem 6%;
  margin: -1.2rem 2.9% 0 2%;
}

.title-box {
  margin: 1rem 3% 0 1%;
}

.title-indent {
  margin-left: 4.7rem;
}

.jus {
  text-align: justify;
}

.jus-last {
  text-align: justify;
  text-align-last: justify;
}

.hide {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.left {
  position: relative;
  flex-basis: 48%;
}

.illus {
  position: absolute;
  width: 3.3rem;
  top: 2.2rem;
  right: 0;
}

.right {
  flex-basis: 49%;
}

.box-left {
  width: 48%;
  float: left;
}

.box-right {
  width: 48%;
  float: right;
}

.clear {
  clear: both;
  display: table;
  font-size: 0;
  height: 0;
}

.button_box {
  text-align: center;
}

.button_box:after {
  clear: both;
  content: "";
  display: block;
}

.button a {
  display: block;
  border: .25rem solid #e40421;
  padding: .5rem 3%;
  display: inline-block;
  margin-top: 2rem;
  color: #e40421;
  -webkit-transition: 350ms all;
  transition: 350ms all;
}

.button a:hover {
  background: #e40421;
  color: #fff;
  text-decoration: none;
}

.footer {
  padding: 0 4% 0.7rem 6.2%;
  background: url("//anzeigen.mediaintown.de/job/files/990645/footer.png") no-repeat bottom right / 100%;
}

.footer:after {
  content: "";
  display: block;
  clear: both;
}

.footer p:last-of-type {
  margin-bottom: 0;
}

.text--right {
    text-align: right;
}

.white--link {
  color: #ffffff !important;
}

/* ---- slider Container ---- */

.slider-wrap {
  max-width: 720px;
  width: auto;
  height: auto;
  position: relative;
  margin: 0;
  overflow: hidden;
}

/* ---- slider mit 3 Bildern ein- und ausblenden ----- */

.slideshow-3-bilder {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow-3-bilder li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  backface-visibility: hidden;
  animation: image 18s linear infinite;
}

@keyframes image {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  3% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  40% {
    opacity: 1;
  }
  43.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slideshow-3-bilder li {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

.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;
}

ul.slideshow-3-bilder {
  padding-left: 0;
  margin: 0;
}

ul.slideshow-3-bilder li::before {
  display: none;
}

/* ---- slider mit 4 Bildern seitwärts ----- */

.slider-wrap {
  width: auto;
  height: auto;
  position: relative;
  overflow: hidden;
}

.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-4-bilder 16s linear infinite;
  animation: image-4-bilder 16s linear infinite;
}

@keyframes image-4-bilder {
  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-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 {
  animation-delay: 4s;
}

.slideshow-4-bilder li:nth-child(3) span {
  animation-delay: 8s;
}

.slideshow-4-bilder li:nth-child(4) span {
  animation-delay: 12s;
}

ul.slideshow-4-bilder {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none;
  border: 0;
}

.slideshow-4-bilder li::before {
  display: none;
}

.red {
  color: #e40421 !important;
}

.hl-s {
  letter-spacing: -0.05rem;
  font-size: 2.25rem;
  margin-bottom: 0.7rem;
}
.refnr {}

.apply {}
