/* CSS für Job Detail- und Zwischenseiten */


.ihk-thumbs-up {
  max-width: 250px !important;
  width: 100% !important;
}

#content{
  font-size:16px;
}

/* ----- Job Info am anfang der Ausbildungs/Stellenangebots Seite ----- */

.jobseite-content-header{
  margin-top: 30px;
  padding:  20px 15px;
}

#ausbildung-row{
  text-align: center;
}

#ausbildung-row .col-md-3{
  display: inline-block;
  float: none;
}

@media (max-width: 767px) {
  
  .jobinfo-header{
    font-size: 3rem;
    line-height: 1.15;
    padding: .25em 0;
    display: inline-block;
  }

  .jobseite-line{
    border-top: 1px solid #ddd;
    margin: 1em 0;
    margin-left: auto;
    margin-right: auto;
    width:  60%;
  }
  
  .anforderungs-line{
    border-top: 1px solid #ddd;
    margin: 2em 0;
    margin-left: auto;
    margin-right: auto;
    width:  80%;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .jobinfo-header{
    font-size: 3.2rem;
    line-height: 1.5;
  }

  .jobseite-line{
    border-top: 1px solid #ddd;
    margin: 3em 0 2em;
    margin-left: auto;
    margin-right: auto;
    max-width:  1140px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .jobinfo-header{
    font-size: 3.6rem;
    line-height: 1.5;
  }
}

.jobinfo-wrapper{
  width:  100%;
}

.jobinfo-container{
  margin-top: 30px;
  padding: 30px 0;
  background-color: #f7f7f7;
  box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.15);
}

.jobinfo-item{
  padding: 1em 0;
  margin: 1em 0;
  border: 1px solid #f7f7f7;
  border-radius: 4px;
  background-color: #fff;
}

.jobinfo-icon{
  text-align: center;
  font-size: 35px;
  color: #5F5F5F;
}

.jobinfo-inhalt{
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #205AA7;
}

.jobinfo-text{
  text-align: center;
  display: none;
}

/* Anforderungen */

.anforderungs-header{
  font-size:26px;
}

.job-tasks {
  list-style-type: none;
}

.job-tasks > li{
  position: relative;
}

.job-tasks > li > i{
  position: absolute;
  left: -15px;
  top: 3px;
}

.job-requirements{
  padding-left: 20px;
  list-style-type: none;
  font-size: 16px;
}

.job-requirements > li{
  position: relative;
}

.job-requirements > li > i{
  position: absolute;
  left: -17px;
  top: 3px;
}

.profile-list-text{
  padding-left: 5px;
}


/* Benefits */

.benefits-header{
  font-size: 1.5em;
}

.text-benefits{
  text-align: justify;
}

@media( max-width:767px ){
  .text-benefits{
    text-align: left;
  }
}

/* ----- Liste für Stellenangebote ----- */
#job-table td {
  vertical-align: middle;
}

/* ----- Stellenangebote Mobil ----- */
.job-details{
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f8f8f8;
  margin: 20px 0px;
  padding: 15px
}


/*----- Teaser -----*/
.job-preview-wrapper {
  position: relative;
}

.job-preview-headline {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  background-color: rgba(32, 90, 167, .7);
  display: inline-block;
  padding: 10px 15px;
  font-size: 19px;
  z-index: 1;
  width: 100%;
  height: 80px;
}


.job-preview-headline.staging {
  background-color: rgba(136, 65, 44, 0.7);  
}

.preview-headline-icon-wrapper{
  position: relative;
  width: 20%;
  float: right;
  height: 100%;
}

.preview-headline-icon{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY( -50% );
}

.job-preview-headline .preview-headline {
  position: relative;
  width: 80%;
  height: 100%;
  float: left;
}

.preview-headline-title{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY( -50% );
  line-height: 1.1;
  font-size: 19px;
  font-weight: bold;
  margin: 0;
}

.job-preview-img-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  position: relative;
  padding-top: 76.38%
}

.job-preview-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
  transition: all .25s linear;
}

.job-preview-wrapper:hover .job-preview-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .job-preview-wrapper {
    max-width: 450px;
  }
}
