/*@charset "UTF-8";*/
body {
  margin: 0;
  padding: 0;
  line-height: 1;
  background-color: #f6f6f6;
}

/*#####################  KOPF ######################################
 ##################################################################*/

#stepstone-header {
  width: 100%;
  max-width:839px;
  padding-top: 2%;
  display:none;
}

#logo {
  width: 37%;
  max-width: 90px;
  float: left;
  margin: 0 2% 2% 0;
}

#logo img {
  width: 100%;
  height: auto;
  border: 1px solid #d0d6e6;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
}

#firma {
  padding-bottom: 5px;
  font-size: 14px;
  color: #0199b1;
  font-weight: 700;
  display:none;
}

#jobtitel {
  padding-bottom: 10px;
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: bold;
  min-height: 90px;
  display: flex;
  align-items: center;
}

/*-------------------------------*/


#angaben {
  float: left;
/*width: 80%;*/
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 350;
  color: #0C2577;
  padding-bottom: 10px;
  display:none;
}

#angaben img {
  width: 20px !important;
  height: auto;
  padding-right: 4px;
  margin-top: -2px;
  vertical-align: middle;
}

#firmierung, #ort, #anstellung, #zeit, #erschienen, #gehalt {
  float: left;
  padding-right: 20px;
}

#firmierung {
text-decoration:underline;
}

/*#gehalt {
  color: #4197ae;
}*/


/*-------------------------------*/


#button {
  width: 100%;
  max-width:839px;
  float: left;
  margin-top: 1%;
}

#button img {
  width: 100%;
  max-width:839px;
  height: auto;
  float: left;
}

/*##################### SLIDER #####################################
 ##################################################################*/

/*### SLIDER mit 3 Bildern ###*/

#slider_3pics {
  width: 100%;
  height: auto;
  display: flex;
  flex: 0 0 100vw;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
  /*padding-top: 5%;*/
  padding-top: 0%;
}

#slider_3pics img {
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
}

#cssSlideshow_3pics img {
  position: absolute;
  animation-iteration-count: infinite;
  left: 0;
}

#cssSlideshow_3pics .slideOne {
  -o-animation: slideTwo 9s infinite linear;
  -moz-animation: slideTwo 9s infinite linear;
  -ms-animation: slideTwo 9s infinite linear;
  -webkit-animation: slideTwo 9s infinite linear;
  animation: slideOne 9s infinite linear;
  opacity: 1;
  z-index: 6;
}

#cssSlideshow_3pics .slideTwo {
  -o-animation: slideTwo 9s infinite linear;
  -moz-animation: slideTwo 9s infinite linear;
  -ms-animation: slideTwo 9s infinite linear;
  -webkit-animation: slideTwo 9s infinite linear;
  animation: slideTwo 9s infinite linear;
  opacity: 0;
  z-index: 5;
}

#cssSlideshow_3pics .slideThree {
  -o-animation: slideTwo 9s infinite linear;
  -moz-animation: slideTwo 9s infinite linear;
  -ms-animation: slideThree 9s infinite linear;
  -webkit-animation: slideThree 9s infinite linear;
  animation: slideThree 9s infinite linear;
  opacity: 0;
  z-index: 4;
}

/*### SLIDER mit 2 Bildern ###*/

#slider_2pics {
  width: 100%;
  height: auto;
  display: flex;
  flex: 0 0 100vw;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
  /*padding-top: 5%;*/
  padding-top: 0%;
}

#slider_2pics img {
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
}

#cssSlideshow_2pics img {
  position: absolute;
  animation-iteration-count: infinite;
  left: 0;
}

#cssSlideshow_2pics .slideA {
  -o-animation: slideB 9s infinite linear;
  -moz-animation: slideB 9s infinite linear;
  -ms-animation: slideB 9s infinite linear;
  -webkit-animation: slideB 9s infinite linear;
  animation: slideA 9s infinite linear;
  opacity: 1;
  z-index: 6;
}

#cssSlideshow_2pics .slideB {
  -o-animation: slideA 9s infinite linear;
  -moz-animation: slideA 9s infinite linear;
  -ms-animation: slideA 9s infinite linear;
  -webkit-animation: slideA 9s infinite linear;
  animation: slideB 9s infinite linear;
  opacity: 0;
  z-index: 5;
}

@-webkit-keyframes slideOne {
  0% {
    opacity: 1
  }
  30% {
    opacity: 1
  }
  33% {
    opacity: 0
  }
  97% {
    opacity: 0
  }
}

@-webkit-keyframes slideTwo {
  30% {
    opacity: 0
  }
  33% {
    opacity: 1
  }
  63% {
    opacity: 1
  }
  66% {
    opacity: 0
  }
}

@-webkit-keyframes slideThree {
  0% {
    opacity: 0
  }
  63% {
    opacity: 0
  }
  66% {
    opacity: 1
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes slideA {
   3% { opacity: 1 }
    48% { opacity: 1 }
    52% { opacity: 0 }
    97% { opacity: 0 }
}

@-webkit-keyframes slideB {
    0% { opacity: 1 }
    100% { opacity: 1 }
}

/*##################### RECHTE SPALTE ##############################
 ##################################################################*/

#rechte_spalte {
  width: 100%; /*205px + 32 padding rechts= 237px*/
  max-width: 237px;
  height: auto;
  padding-right: 32px;
  padding-top: 3%;
    display:none; 
}

#logokasten {
  border: 1px solid #d0d6e6;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  padding: 1em;
    text-align: center;
    display:none; 
}

#rechte_spalte .logo {
  width: 100%;
  max-width: 80px;
  height: auto;
  margin: 0 30%;
  /*max-height: 217px;*/
  object-fit: cover;
  border: 1px solid #d0d6e6;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
    display:none; 
}

#logokasten .logo {
  margin-bottom: 1em;
    display:none; 
}

#logokasten h7 {
  /*font-size: 18px;*/
  font-size: 17px;
  line-height: 28px;
  font-weight: 700;
  color: #0C2577;
  word-break: break-word;
    display:none; 
}

#logokasten .button {
  margin-top: 1.2em;
}

.column {
  padding-bottom: 20px;
  color: #424346;
}

.flex-columns .column img {
  width: 100%;
  height: auto;
}

.flex-columns {
  display: flex;
  max-width: 100%;
  margin: auto;
}

.flex-columns .column {
  display: flex;
  flex-direction: column;
  margin: 1em 0.5em;
}

/*##################### STEPSTONE ANZEIGE ##########################
 ##################################################################*/

#jo-hintergrund-aussen {
  width: 100%; /*1140px*/
  padding-top: 10px;
  padding-bottom: 30px;
}

#joboffer {
  width: 100%;
  max-width: 839px;
  font-family: "Relative Pro", Helvetica Neue, Arial, sans-serif;
  font-size: 1.1rem;
  /*font-stretch: ultra-expanded !important;*/
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
  /*  font-weight: 350;*/
  color: #0C2577;
  /*  color: #0a2066;*/
  -moz-osx-font-smoothing: grayscale;
  /* color: #3a434f;*/
  background-color: #ffffff;
  border-radius: 20px 20px 0px 0px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  margin-top: 1%;
	}

#jo-content-de {
  width: 94%; /*(775px + je 32px rechts&links = 839px)*/
  max-width:839px;
  margin: 3% auto;
  /*margin: 2% 3% 4% 3%;*/
padding-bottom:4% !important;
}

#jo-headerimage {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 12px;
 /* border: solid 1px #ffffff;*/ /* Agentur Scheerer*/
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
}

.joboffer-clear {
  clear: both;
  zoom: 1;
}

#abstand    {
    height: 2%;
    display: block;
}

#company-intro {
  padding: 0 0 50px 0;
  border-bottom: solid 1px #E3E5E7;
  background-color: #fff;
  margin: 0px 0px 12px 0px; /* Agentur Scheerer 12px auf 14px*/
  width: 100%;
}

#company-intro h3 {
  padding-top: 0;
	margin-top:0;
}

#job-tasks[itemprop="responsibilities"] {
  padding: 5px 0 45px 0;
  background-color: #ffffff;
  width: 100%;
  border-bottom: solid 1px #E3E5E7;
}

#joboffer #job-requim, #company-weoffer[itemprop="incentives"], #company-weoffer[itemprop="contact"] {
  padding: 20px 0 45px 0;
  background-color: #ffffff;
  width: 100%;
  border-bottom: solid 1px #E3E5E7;
}

#certificat {
  padding: 20px 0 0 0;
  width: 100%;
}

#job-videocontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 6% 0 0 0 !important;
  padding-top: 20px;
  /*	border-bottom: solid 1px #E3E5E7;*/
}

#job-videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
}

#certificat img {
  float: left;
  margin: 0 5% 0 0;
padding-bottom: 5%;
}

/*XXXXXXXXXXXXXX gebräuchliche Tags XXXXXXXXXXXXXXXXXX*/

/* h3 für Überschriften */
#joboffer h3 {
  /*font-size: 22px;
        line-height: 32px;*/
  font-size: 1.25em;
  line-height: 1.35em;
  font-weight: bold;
  margin-bottom: 4%;
  font-family: inherit;
}

/* Links */
#joboffer a {
  padding: 1px 3px;
  margin: 0 -3px;
    font-weight: normal !important;
	text-decoration:none !important;
}

#joboffer a:hover {
  background: none;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
    font-weight: normal !important;
	text-decoration:underline !important;
}



/* Liste */
#joboffer ul {
  margin: 0 0 0 3%;
  padding: 0;
  list-style-type: disc;
}

#joboffer ul li {
  margin-left: 18px;
  padding-left: 0;
  list-style-type: disc;
}

#joboffer ul ul {
  margin-left: 8px;
  padding-left: 10px;
  }

#joboffer ul ul li{
  list-style-type: circle;
}

.nobr {
  white-space: nowrap;
}

h8 {
  color: white;
  text-align: center;
  font-size: 2px;
  line-height: 1px;
}


/* DAMIT FEHLER SOFORT AUFFALLEN !!! */
p {
  color: red;
  text-align: center;
  font-size: 30px;
}

/*#################### MEDIA QUERIES ###############################
 ##################################################################*/

@media (max-width: 1140px) {
  #joboffer {
    margin-top: -10px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
  }
}

@media (max-width: 1019px) {
  .flex-columns {
    flex-wrap: wrap;
  }
  #rechte_spalte {
    display: none;
  }
}