.container {
  background-color: transparent !important;
}

/* Thumbnail */
.thumbnail {
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
}

.size {
  font-size: 12px;
}

.recruit-rangeslider-labels-right {
  float: right;
  margin-right: 10px;
}

.recruit-toggleswitch {
  position: relative;
  display: inline-block !important;
  height: 50px;
  margin: 50px auto;
}

.recruit-toggleswitch-slider {
  position: absolute;
  cursor: pointer;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 61px;
  height: 33px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: url(../images/recruitainment/skillrating/bms_switch_hintergrund.png);
  background-color: #cccbcb;
  background-repeat: no-repeat;
  margin: 2px auto;
}

.checkboxRow {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.customCheckboxLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.customCheckbox {
  display: block;
  height: 40px;
  width: 40px;
  background: rgba(112, 112, 112, 0.2);
  border-radius: 50%;
}

.customCheckboxLabel input {
  display: none;
}

.recruit-recruiting-buttons {
  background-color: #cb1417;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  padding-left: 86px;
  padding-right: 86px;
  border-radius: 0;
}

.recruit-zeile-ansprechpartner {
  padding-top: 90px;
  padding-bottom: 60px;
}

.recruit-zeile-unswichtig {
  padding-top: 90px;
  /* padding-bottom: 90px; */
}

.star-container {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  margin: 0 0 0 0;
}

.recruit-recruiting-buttons:disabled {
  background-color: #c5c6c6;
}

.fieldsGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.field-wrap {
  display: flex;
  flex-direction: column;
}

.content {
  position: relative !important;
  margin-top: -200px !important;
  text-align: center;
}

#tm-mainKarriere {
  padding: 0px !important;
}

.jobdetailsTopImage {
  width: 100%;
  padding: 0 !important;
}
.jobdetailsTopImage img {
  width: 100%;
}

.jobdetailsTitle h1 {
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 36px;
  text-transform: none;
  margin: -200px 0 200px 0 !important;
}

.hellgrau {
  background: #F6F5F5 !important;
}

section h2 {
  color: #282828;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.subheading {
  color: #282828;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}

#recruitainment-aufgaben-liste div {
  width: 50%;
}

.sectionAufgaben ul {
  list-style-type: none !important;
  display: block;
}
.sectionAufgaben ul li {
  display: inline-flex;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  position: relative;
  width: 50%;
  float: left;
}
.sectionAufgaben ul li :before {
  content: "\f111";
  font-family: "FontAwesome";
  height: 100%;
  width: 20px;
  margin-right: 20px;
  display: block;
  font-size: 12px;
  position: absolute;
  left: -20px;
  color: #000;
}

h4.subtitles {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.wirBietenList {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.switchGrid, .skillGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.typeCheckboxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .typeCheckboxes {
    grid-template-columns: 1fr 1fr;
  }
}

.circle {
  display: inline-block;
  border-radius: 50%;
  height: 84px;
  width: 84px;
  position: relative;
  cursor: pointer;
}

.circle img {
  position: relative;
  z-index: 2;
}

.innerCircle {
  position: absolute;
  z-index: 1;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  top: 7.5%;
  left: 7.5%;
  display: none;
}

.innerCircleShown {
  display: block;
}

.typChecked .innerCircle {
  display: block;
}

@media only screen and (min-width: 959px) {
  .circle:hover .innerCircle {
    display: block;
    background: #CCC;
  }
}
.typeCheckbox {
  display: none;
}

.typeCheckboxLabel span {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-top: 15px;
}

.warning {
  color: #cb1417;
  padding: 5px;
  opacity: 0;
  transition: all 500ms ease-in-out;
  display: none !important;
}

.warningVisible {
  opacity: 1;
  transition: all 500ms ease-in-out;
  display: block !important;
}

#recaptcha div {
  margin: 0;
}

form button {
  color: white;
  background: #cb1417;
  border: none;
  padding: 15px;
}

.contactData {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (max-width: 639px) {
  .contactData {
    flex-direction: column;
  }
}

.contactData img {
  max-width: 200px;
  border-radius: 50%;
}
@media only screen and (max-width: 639px) {
  .contactData img {
    margin-bottom: 30px;
  }
}

.contactName {
  font-size: 18px;
  font-weight: bold;
}

.contactDetails {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}
@media only screen and (max-width: 639px) {
  .contactDetails {
    margin-left: 0px;
    text-align: center;
  }
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.content_inner {
  position: relative;
}

.preloader {
  position: fixed;
  top: 1px;
  width: 100%;
  height: 100vw;
  background: transparent;
  z-index: -1;
  margin-top: -90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #CCC;
  transition: all 500ms ease-in-out;
}

.preloaderVisible {
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  z-index: 109;
}

#topSection {
  padding-top: 0px;
}

.typeCheckboxLabel {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#sectionUnsWichtig {
  text-align: center;
}

/*** NEW ****/
.upload-area {
  width: 100%;
  min-height: 100px;
  height: 200px;
  text-align: center;
  border: 1px dashed #707070;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: auto;
}

.upload-area:hover {
  cursor: pointer;
}

.upload-area h1 {
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 50px;
  color: darkslategray;
}

#fileCV, #filesAdditional {
  display: none;
}

#jobdetailsTop {
  height: 60vh;
  padding: 0;
}

#jobdetailsTop div {
  height: 65vh !important;
}

.jobdetailsHeadline {
  margin-bottom: 70px !important;
}

#jobdetailsTopHeadlineContainer {
  display: flex;
  border-radius: 0px 0px 16px 16px;
  padding: 30px 120px 120px 120px;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  color: #FFF;
}

#jobdetailsSuccessHeadlineContainer {
  display: flex;
  border-radius: 0px 0px 16px 16px;
  padding: 30px 120px 120px 120px;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  color: #FFF;
}

#recaptcha {
  margin: 0 auto;
  width: 295px;
}

#jobdetailsCompanyContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wirbietendirElements {
  text-align: center;
  border-radius: 0px 16px 16px 0px;
}

.wirbietendirElements.uk-first-column {
  border-radius: 16px 0px 0px 16px;
}

.wirbietendirElements:nth-child(2) {
  background: #FFCE00;
}

.wirbietendirElements:nth-child(3) {
  background: #2E9BE5;
}

.wirbietendirElements:nth-child(4) {
  background: #FF4D5E;
}

.wirbietendirElements:nth-child(5) {
  background: #8ECC46;
}

.wirbietendirElements:nth-child(6) {
  background: #00E5C4;
}

.wirbietendirElements:nth-child(7) {
  background: #A9B8DE;
}

.companyData {
  width: 100%;
  text-align: left;
}

.companySubtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.subtitle {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}

.bms-field-label label, .switchLabel {
  text-align: center !important;
  font-weight: bold;
  color: #333;
  font-size: 20px;
  line-height: 25px;
  margin-top: 20px;
  display: block;
}

.switchLabel {
  margin-bottom: 15px;
}

/*
.dirwichtigContent{
  float: right;
  margin-right: 80px;
  max-width: 70%;
}*/
.bmsSkillField {
  padding: 0 30px 20px 30px;
  cursor: pointer;
}

.jobdetailsMainContainer .uk-heading-large {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
  margin-bottom: 20px !important;
  word-break: break-word;
  hyphens: auto;
}
@media only screen and (max-width: 639px) {
  .jobdetailsMainContainer .uk-heading-large {
    font-size: 2rem !important;
  }
}

.uk-grid-nopadding > * {
  padding-left: 0px !important;
}

.jobdetailsText {
  font-size: 20px;
  margin: 0;
}

.uk-heading-medium {
  font-size: 30px !important;
  line-height: 32px !important;
  text-transform: none !important;
  font-weight: normal !important;
  margin: 0px !important;
}

.uk-container-expand-right .uk-tile-muted {
  border-radius: 16px 0px 0px 16px;
}

.uk-container-expand-left .uk-tile-muted {
  border-radius: 0px 16px 16px 0px;
}

.wirbietendirElements, .wirbietendirElements.uk-first-column {
  padding: 60px !important;
  padding-left: 60px !important;
}
@media only screen and (max-width: 768px) {
  .wirbietendirElements, .wirbietendirElements.uk-first-column {
    padding: 20px !important;
    padding-left: 20px !important;
  }
}

.wirbietendirHeadline {
  font-size: 30px;
  line-height: 38px;
  margin: 5px;
  padding: 0;
  color: #FFF;
  text-transform: none;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .wirbietendirHeadline {
    font-size: 16px;
    line-height: 16px;
  }
}

.wirBietenIcon {
  width: 120px !important;
}
@media only screen and (max-width: 768px) {
  .wirBietenIcon {
    width: 60px !important;
  }
}

.wirbietendirElements {
  width: 50% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px !important;
  padding-left: 60px !important;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .wirbietendirElements {
    padding: 20px !important;
    padding-left: 20px !important;
  }
}

.aufgabenList li {
  font-size: 20px;
  line-height: 25px;
  margin: 20px 0px;
  position: relative;
}

.stars {
  display: flex;
  background: none !important;
}

.star {
  width: 40px !important;
  height: 40px !important;
  background: rgba(112, 112, 112, 0.2) !important;
  border-radius: 50%;
  display: block;
  margin: 3px;
}

.star:hover, .starMarked, .starSelected, .starChecked {
  background: rgba(112, 112, 112, 0.2);
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  background: #E6E6E6 !important;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  border-radius: 100px;
}

.slider:hover {
  opacity: 1;
}

.sliders .field {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.sliders img {
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
}

.sliderLeft {
  float: left;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-align: left;
  font-size: 20px;
  align-items: center;
}

.sliderRight {
  float: right;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-align: right;
  font-size: 20px;
  align-items: center;
}

.sliderContainer {
  margin-bottom: 40px;
}

.starHidden {
  display: none;
}

.starRatingContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider::-webkit-slider-thumb {
  cursor: pointer;
  appearance: none !important;
  border: 0px solid #000000 !important;
  width: 20px !important;
  margin-top: 1px !important;
  height: 20px !important;
  border-radius: 50% !important;
}

.slider::-moz-range-thumb {
  cursor: pointer;
  appearance: none !important;
  border: 0px solid #000000 !important;
  width: 20px !important;
  margin-top: 1px !important;
  height: 20px !important;
  border-radius: 50% !important;
}

.uk-container-small .uk-grid {
  margin-left: 0px;
}

.slidersSection {
  padding: 20px 0 0px 0;
}

.group_bms_consulting::-webkit-slider-thumb {
  background: #FF4D5E !important;
}

.group_bms_consulting::-moz-range-thumb {
  background: #FF4D5E !important;
}

.group_eudemonia_solutions::-webkit-slider-thumb {
  background: #2E9BE5 !important;
}

.group_eudemonia_solutions::-moz-range-thumb {
  background: #2E9BE5 !important;
}

.group_bms_orga___design::-webkit-slider-thumb {
  background: #A9B8DE !important;
}

.group_bms_orga___design::-moz-range-thumb {
  background: #A9B8DE !important;
}

.group_bms_training___coaching::-webkit-slider-thumb {
  background: #FF4D5E !important;
}

.group_bms_training___coaching::-moz-range-thumb {
  background: #FF4D5E !important;
}

.group_npo_applications::-webkit-slider-thumb {
  background: #8ECC46 !important;
}

.group_npo_applications::-moz-range-thumb {
  background: #8ECC46 !important;
}

.group_bms_corporate_solutions::-webkit-slider-thumb {
  background: #2E9BE5 !important;
}

.group_bms_corporate_solutions::-moz-range-thumb {
  background: #2E9BE5 !important;
}

.group_payfree::-webkit-slider-thumb {
  background: #00E5C4 !important;
}

.group_payfree::-moz-range-thumb {
  background: #00E5C4 !important;
}

.group_banking_guide::-webkit-slider-thumb {
  background: #2E9BE5 !important;
}

.group_banking_guide::-moz-range-thumb {
  background: #2E9BE5 !important;
}

.group_bms_consulting .star:hover, .group_bms_consulting .starMarked, .group_bms_consulting .starSelected, .group_bms_consulting .starChecked {
  background: #FF4D5E !important;
}

.group_eudemonia_solutions .star:hover, .group_eudemonia_solutions .starMarked, .group_eudemonia_solutions .starSelected, .group_eudemonia_solutions .starChecked {
  background: #2E9BE5 !important;
}

.group_bms_orga___design .star:hover, .group_bms_orga___design .starMarked, .group_bms_orga___design .starSelected, .group_bms_orga___design .starChecked {
  background: #A9B8DE !important;
}

.group_bms_training___coaching .star:hover, .group_bms_training___coaching .starMarked, .group_bms_training___coaching .starSelected, .group_bms_training___coaching .starChecked {
  background: #FF4D5E !important;
}

.group_npo_applications .star:hover, .group_npo_applications .starMarked, .group_npo_applications .starSelected, .group_npo_applications .starChecked {
  background: #8ECC46 !important;
}

.group_bms_corporate_solutions .star:hover, .group_bms_corporate_solutions .starMarked, .group_bms_corporate_solutions .starSelected, .group_bms_corporate_solutions .starChecked {
  background: #2E9BE5 !important;
}

.group_payfree .star:hover, .group_payfree .starMarked, .group_payfree .starSelected, .group_payfree .starChecked {
  background: #00E5C4 !important;
}

.group_banking_guide .star:hover, .group_banking_guide .starMarked, .group_banking_guide .starSelected, .group_banking_guide .starChecked {
  background: #2E9BE5 !important;
}

.companySubtitle.group_bms_consulting, .bms_consulting .companySubtitle {
  color: #FF4D5E !important;
  background: none !important;
}

.companySubtitle.group_eudemonia_solutions, .eudemonia_solutions h4.companySubtitle {
  color: #2E9BE5 !important;
  background: none !important;
}

.companySubtitle.group_bms_orga___design, .bms_orga___design .companySubtitle {
  color: #A9B8DE !important;
  background: none !important;
}

.companySubtitle.group_bms_training___coaching, .bms_training___coaching .companySubtitle {
  color: #FF4D5E !important;
  background: none !important;
}

.companySubtitle.group_npo_applications, .npo_applications .companySubtitle {
  color: #8ECC46 !important;
  background: none !important;
}

.companySubtitle.group_bms_corporate_solutions, .bms_corporate_solutions .companySubtitle {
  color: #2E9BE5 !important;
  background: none !important;
}

.companySubtitle.group_payfree, .payfree .companySubtitle {
  color: #00E5C4 !important;
  background: none !important;
}

.companySubtitle.group_banking_guide, .banking_guide .companySubtitle {
  color: #2E9BE5 !important;
  background: none !important;
}

#drop_file_zone {
  background-color: #EEE;
  border: #999 5px dashed;
  width: 290px;
  height: 200px;
  padding: 8px;
  font-size: 18px;
}

#drag_upload_file {
  width: 50%;
  margin: 0 auto;
}

#drag_upload_file p {
  text-align: center;
}

#sendCandidate {
  cursor: pointer;
}

#sendCandidate:disabled {
  opacity: 0.5;
}

.companyTopHeadline {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: left;
}

.uk-heading-success {
  margin: 0;
  margin-bottom: 30px;
}

#jobdetailsSuccessHeadlineContainer img {
  margin: 0 auto;
}

#jobdetailsSuccessHeadlineContainer p {
  margin: 0;
  margin-bottom: 40px;
}

#jobdetailsSuccessHeadlineContainer .sliderButton {
  max-width: 320px;
}

#jobdetailsTop .sliderItem {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .uk-grid > * {
    padding-left: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .greyBoxSection .uk-grid {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .greyBoxSection .uk-container {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

@media only screen and (max-width: 768px) {
  .greyBoxSection .uk-tile-muted {
    border-radius: 16px 16px 16px 16px;
  }
}

/*
.tileMobileRight{
  @media only screen and (max-width: 768px) {
    border-radius: 16px 0px 0px 16px;
    margin-right: -35px;
  }
}
.tileMobileLeft{
  @media only screen and (max-width: 768px) {
    border-radius: 0px 16px 16px 0px;
    margin-left: -35px;
  }
}
*/
.upload-area span {
  padding: 15px;
}

/*
 * Das Theme-Stylesheet wird nach diesem geladen und blendet mit
 * input[type="checkbox"] { display: none } alle nativen Checkboxen aus.
 * Die Einwilligungs-Checkbox muss bedienbar bleiben, deshalb hier zuruecksetzen.
 */
.uk-checkbox.datenschutzCheckbox {
  display: inline-block !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  flex: 0 0 auto;
  margin-right: 20px;
}

.datenschutzHinweis {
  text-align: left;
}

.datenschutzHinweis .uk-heading-medium {
  margin-bottom: 20px;
}

/* Die weiterfuehrenden Links muessen im Fliesstext als solche erkennbar sein. */
.datenschutzHinweis a {
  font-weight: 700;
  text-decoration: underline;
}

label:has(.datenschutzCheckbox) {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

/*# sourceMappingURL=jobdetails.css.map */

/* Inline-Erfolgsmeldung nach dem Absenden der Bewerbung */
.bewerbungSuccess {
    padding: 60px 0;
}
.bewerbungSuccess .uk-tile {
    text-align: center;
    border-radius: 8px;
}
.bewerbungSuccess[hidden] {
    display: none;
}
