/*  *******************************************************
********  START Careers Listening CSS  ****************
******************************************************* */
.cstm-jobs-wrapper {
  border: 2px solid transparent;
  border-radius: 8px;
}
.kununu-background {
  border: 2px solid transparent;
   border-radius: 8px;
}
.cstm-jobs-wrapper .pb-2 {
  padding-bottom: .5rem;
} 
.cstm-jobs-wrapper .pt-4 {
  padding-top: 1.5rem;
} 
.cstm-jobs-wrapper .pb-3 {
  padding-bottom: 1rem;
}
.cstm-jobs-wrapper .special-box .sepcial-box-headline-1 h2 {
  font-size: 1.2rem;
  font-family: Roboto,Roboto,Arial,sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
}
.cstm-jobs-wrapper .special-box .sepcial-box-headline-2 h2 {
  font-size: 1.2rem;
  font-family: Roboto,Roboto,Arial,sans-serif;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 400;
  color: #fff !important;
}

.cstm-jobs-wrapper .special-box p a:not(.btn) {
  color: #fff !important;
  text-decoration: none!important;
  // border: 0 !important;
}

.special-bg-1, .special-bg-2 {
  background-image: url(//f.hubspotusercontent30.net/hubfs/8086930/raw_assets/public/Kothes_August2020/images/kothes_icons_V01_academy_info.svg);
  background-color: #a28dc0;
  background-position: right 10px;
  background-repeat: no-repeat;
  background-size: 150px;  
  border: 0 none;
  height: 100%;
} 
.cstm-jobs-wrapper .px-4 {
  padding-right: 1.5rem!important;  
  padding-bottom: 1.5rem !important;
  padding-left: 1.5rem!important;
}
.cstm-jobs-wrapper .special-box .sepcial-box-headline-1 h2, .cstm-jobs-wrapper .special-box .sepcial-box-headline-2 h2 {
  padding-top: 6rem!important;
  padding-bottom: 1rem!important;
}
.cstm-jobs-wrapper .pb-1 {
  padding-bottom: .25rem!important;
}
.cstm-jobs-wrapper .pt-3 {
  padding-top: 1rem!important;
}

.special-box p {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .cstm-jobs-wrapper .element-item {
    flex: 0 0 50%;
    max-width: 50%;
  }  
}

@media (min-width: 768px) {
  .cstm-jobs-wrapper .element-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .cstm-jobs-wrapper .element-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.job-background-new {
  background-color: #a28dc0;
  border: 0 none;
  background-position: right 10px;
  background-repeat: no-repeat;
  background-size: 150px;
  min-height: 500px;
  max-width: 450px;
  background-image: url(//f.hubspotusercontent30.net/hubfs/8086930/raw_assets/public/Kothes_August2020/images/kothes_icons_V01_academy_info.svg)
}

.job-headline {
  padding-top: 6rem;
  color: white;
  font-size: 1.35rem;
  line-height: 1.2;
  font-weight: 400;
}

.pad-side30 {
  padding-left: 30px;
  padding-right: 30px;
}

.pad-topbot30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.martopbot30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.marbot30 {
  margin-bottom: 30px;
}

.padtop50 {
  padding-top:50px;}

.padtop150 {
  padding-top:150px;
}
.pad-side15 {
  padding-left:15px;
  padding-right:15px;
}

.cstm-jobs-wrapper .element-item.special-box.karriere {
  padding-left:0px;
  padding-right:0px;
}

/*  *******  START CTA CSS  ************** */

.cta-white {
  display: inline-block;
  font-weight: 300;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle !important;
  user-select: none;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  color: #fff !important;
  text-decoration: none !important;
  padding: .5rem .75rem;
  line-height: 1.25;
  transition: all .15s ease-in-out;
  transition-timing-function: cubic-bezier(.91,.01,.6,.99);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.cta-white:hover {
  color: #8566a9 !important;
  border: 2px solid #fff !important;
}
.cta-white:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: scale3d(.7,1,1);
  -khtml-transform: scale3d(.7,1,1);
  -moz-transform: scale3d(.7,1,1);
  -ms-transform: scale3d(.7,1,1);
  -o-transform: scale3d(.7,1,1);
  transform: scale3d(.7,1,1);
  -webkit-transition: transform .4s,opacity .4s;
  -khtml-transition: transform .4s,opacity .4s;
  -moz-transition: transform .4s,opacity .4s;
  -ms-transition: transform .4s,opacity .4s;
  -o-transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s;
  -moz-transition-timing-function: cubic-bezier(.2,1,.3,1);
  -o-transition-timing-function: cubic-bezier(.2,1,.3,1);
  -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
  transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.cta-white:hover:before {
  opacity: 1;
  transform: scale3d(1,1,1);
}
/*  *******  END CTA CSS  ************** */

/*  *******  Start Kununu & Yourfirm CSS  ************** */

.kununu-headline {
  font-size: 1.35rem;
  line-height: 1.2;
  color: #495057;
  font-weight: 400;
  margin-bottom: 1rem;
}

.kununu-background {
  background-color: #fff;
  height: 100%;
  min-height: 490px;
  max-width: 450px;  
  padding-top: 30px;
}

.knununu-div{
  text-align: center;
  margin-top: 60px;
}

.pad-side30 {
  padding-left: 30px;
  padding-right: 30px;
}
.padtop50 {
  padding-top: 50px;}

.padtop150 {
  padding-top: 150px;
}
.pad-side15 {
  padding-left: 15px;
  padding-right: 15px;
}
.martopbot30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.marbot30 {
  margin-bottom: 30px;
}

/*
.cstm-events-wrapper .element-item.special-box-academy.karriere {
padding-left:0px;
padding-right:0px;
}
.cstm-events-wrapper .element-item.special-box-academy.karriere > div, .kununu-background {
padding-bottom:15px;
}
*/
.kununu-background h2 {
  font-size:1.32rem;
  line-height:1.2;
  padding-left:5px;
}
.kununu-background .row-fluid > div {
  margin-left:0px !important;
}

.yourfirm-background {
  display: flex;
  text-align: center;
  align-items: center;
  background-color: #fff;
  height: 100%;
  min-height: 490px;
  max-width: 450px;
  padding: 30px;
  border: 2px solid transparent;
  border-radius: 8px;
}

/*  *******  END Kununu & Yourfirm CSS  ************** */
.span4 {
display:inline-block;
width:33%;
padding:0 15px;
}
.span4 h2 {
    font-size: 1.35rem;
    line-height: 1.2;
    color: #495057;
    font-weight: 600 !important;
}
/*  *******  Start Contact Details CSS  ************** */
.contact-infos-outer {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.contact-infos {
  flex-direction: column;
  display: flex;
  line-height: 1.5;
  padding-left: 1rem;
}
.contact-infos a {
  border-bottom: 0 !important;
}

.contact-jobs-listening .contact-infos .lh-sm {
  margin-bottom: 1rem;
}

.jobs-rct-grp .accordion-grp .accordion-item:last-child {
  border-bottom:0px !important;
}

@media (max-width: 767px){
  .contact-infos-outer {
    display: block;
  }
  .contact-infos {
    padding-left: 0;
  }  
}

@media (max-width: 991px){
  .span4 {
    width:100%;
    padding:0 30px !important;
  } 
}

/*  *******  END Contact Details CSS  ************** */

/*  *******************************************************
********  END Careers Listening CSS  ****************
******************************************************* */