@charset "UTF-8";
#profil-verwaltung .icons {
  font-size: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#profil-verwaltung .icon {
  display: inline-block;
  width: 40px;
  height: 50px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
}
#profil-verwaltung .icon::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 2px;
  transition: all 0.2s linear;
  backface-visibility: hidden;
}
#profil-verwaltung .icon--doc {
  background-color: #4285f4;
}
#profil-verwaltung .icon--doc::after {
  background: linear-gradient(45deg, #8ab4f8 50%, #fff 50%);
}
#profil-verwaltung .icon--doc i::before {
  content: "☰";
}
#profil-verwaltung .icon--pdf {
  background-color: #db4437;
}
#profil-verwaltung .icon--pdf::after {
  background: linear-gradient(45deg, #e78178 50%, #fff 50%);
}
#profil-verwaltung .icon--pdf i::before {
  content: "☵";
}
#profil-verwaltung .icon--sheets {
  background-color: #0f9d58;
}
#profil-verwaltung .icon--sheets::after {
  background: linear-gradient(45deg, #16e37f 50%, #fff 50%);
}
#profil-verwaltung .icon--sheets i::before {
  content: "⊟";
}
#profil-verwaltung .icon--slides {
  background-color: #f5b707;
}
#profil-verwaltung .icon--slides::after {
  background: linear-gradient(45deg, #facd4f 50%, #fff 50%);
}
#profil-verwaltung .icon--slides i::before {
  content: "⧉";
}
#profil-verwaltung .icon--code {
  background-color: #00a78e;
}
#profil-verwaltung .icon--code::after {
  background: linear-gradient(45deg, #00f4cf 50%, #fff 50%);
}
#profil-verwaltung .icon--code i::before {
  content: "< >";
}
#profil-verwaltung .icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 10px;
  color: #fff;
  font-weight: 500;
}
#profil-verwaltung .icon i::before, #profil-verwaltung .icon i::after {
  display: block;
  transition: all 0.2s linear;
}
#profil-verwaltung .icon i::before {
  text-align: center;
  font-size: 12px;
  opacity: 0;
  transform: translateY(5px);
}
#profil-verwaltung .icon i::after {
  content: attr(title);
  transform: translateY(-5px);
}
#profil-verwaltung .icon:hover {
  border-radius: 2px 4px 2px 2px;
}
#profil-verwaltung .icon:hover::after {
  width: 12px;
  height: 12px;
}
#profil-verwaltung .icon:hover i::before {
  transform: translateY(0);
  opacity: 1;
}
#profil-verwaltung .icon:hover i::after {
  transform: translateY(0);
}
#profil-verwaltung .search input {
  max-width: 200px;
}
#profil-verwaltung .contact-image {
  width: auto;
}
#profil-verwaltung .contact-image .positionText {
  font-size: 0.75rem;
}
#profil-verwaltung .contact-image strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #00548a;
}
#profil-verwaltung .contact-btn svg {
  width: 20px;
  filter: invert(100%);
}
#profil-verwaltung .contact-card.opacity {
  opacity: 0.5;
}

#job-edit {
  /*
  input[type="checkbox"] {
    position: unset;
    left: 0;
    margin-right: 10px;
  }
   */
}
#job-edit #job_offer_title {
  margin-bottom: 1rem !important;
}
#job-edit select {
  background-color: #fff;
  border: 1px solid #ccced1;
}
#job-edit input {
  border: 1px solid #ccced1;
}
#job-edit .btn-be {
  padding: 10px;
  height: 50px;
  width: 100%;
  background-color: white;
  color: #000;
  text-transform: none;
  font-weight: 100;
}
#job-edit label {
  margin: 0;
  font-size: 0.6rem;
  line-height: 1rem;
  padding: 0;
  color: #000000;
}
#job-edit .ck.ck-editor {
  font-size: 0.75rem;
}
#job-edit .ck.ck-content {
  max-height: 200px;
  overflow: scroll;
}
#job-edit .contactPersonsWrapper {
  max-height: 210px;
  overflow-y: scroll;
  padding: 10px;
  scroll-behavior: smooth;
  border: 1px solid #ccced1;
  width: 100%;
}
#job-edit .contact-person-row .position {
  font-size: 0.7rem;
}

.contactPersonThumb {
  max-height: 50px;
  height: 50px !important;
  width: 50px !important;
  margin-left: 5px;
  object-fit: cover;
}

.noImg {
  height: 50px;
  width: 50px;
  margin-left: 5px;
  background-color: #f2f2f2;
}

#company-edit-slider .carousel .carousel-item {
  position: relative;
}
#company-edit-slider .carousel button {
  background-color: transparent;
  border: 0;
}

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #aaa;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 13px;
  color: #aaa;
  outline-offset: -2px;
  white-space: nowrap;
}

.ms-options-wrap > button > span {
  display: inline-block;
}

.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6;
}

.ms-options-wrap > button:after {
  content: " ";
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
  color: #333;
}

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
  visibility: visible;
}

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: 0.9em;
  text-transform: lowercase;
  text-decoration: none;
}

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0;
  border: 1px dotted transparent;
}

.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type=checkbox] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ms-options {
  padding: 20px;
  border: none;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 0.1px solid #ccced1 !important;
  border-radius: 0px !important;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
}

.ms-options-wrap > button:focus:hover, .ms-options-wrap > button:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.ms-options-wrap > button:focus:after, .ms-options-wrap > button:after {
  right: 10px;
}

.ms-options-wrap > button:focus:active, .ms-options-wrap > button:focus:focus, .ms-options-wrap > button:active, .ms-options-wrap > button:focus {
  outline: none;
}

.ms-options-wrap.ms-active > button:focus, .ms-options-wrap.ms-active > button {
  border: 0.1px solid #000000 !important;
  border-radius: 0px !important;
  width: 100%;
}

.ms-options-wrap > .ms-options {
  z-index: 1;
  left: 16px;
  min-width: 320px;
  border: none !important;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.ms-options-wrap > .ms-options .ms-search input {
  border-bottom: 1px solid #efefef;
}

.ms-options-wrap > .ms-options .ms-selectall {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 11px;
}

.ms-options-wrap > .ms-options .ms-selectall:hover {
  color: #000;
}

.ms-options-wrap > .ms-options > ul li.selected label {
  border-radius: 4px;
}

.ms-options-wrap > .ms-options > ul li label {
  border-radius: 4px;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.ms-options-wrap > .ms-options > ul li:hover label {
  border: none;
}

.ms-options ul li input {
  height: 20px !important;
}

#ms-list-1 {
  width: 100% !important;
}

#company-edit-slider .thumbWrapper {
  position: relative;
}
#company-edit-slider .thumbWrapper .thumb {
  height: 120px;
  object-fit: cover;
}
#company-edit-slider .thumbWrapper .thumbShow {
  position: absolute;
  left: 0px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.2s;
}
#company-edit-slider .thumbWrapper:hover .thumbShow {
  position: absolute;
  visibility: unset;
  top: 10px;
  opacity: 1;
  left: 10px;
  transition: all ease-in-out 0.2s;
}

#company-profile textarea {
  border: 1px solid #ccced1;
}
#company-profile .company-profile-row {
  margin: 0 0.15rem 1rem 0.15rem !important;
}
#company-profile .company-profile-row input {
  padding: 10px;
}
#company-profile .company-profile-row .btn-be {
  padding: 10px;
  height: 50px;
  width: 100%;
  background-color: white;
  color: #000;
  text-transform: none;
  font-weight: 100;
}
#company-profile .company-profile-row .quiz_title {
  font-size: 30px;
  font-weight: 700;
  color: #292d3f;
  text-align: center;
  margin-bottom: 50px;
}
#company-profile .company-profile-row .quiz_card_area {
  position: relative;
  margin-bottom: 15px;
}
#company-profile .company-profile-row .single_quiz_card {
  border: 1px solid #ccced1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#company-profile .company-profile-row .quiz_card_title {
  padding: 10px 30px;
}
#company-profile .company-profile-row .quiz_card_title h6 {
  font-size: 16px;
  font-weight: 600;
  color: #292d3f;
  margin-top: 0.5rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#company-profile .company-profile-row .quiz_card_title h6 i {
  opacity: 0;
  display: none;
}
#company-profile .company-profile-row .quiz_card_title h6 .position {
  font-weight: 300;
  font-size: 12px;
}
#company-profile .company-profile-row .quiz_card_icon {
  max-width: 100%;
  color: #000000;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#company-profile .company-profile-row .quiz_card_icon .noImg {
  width: 60px !important;
  height: 60px !important;
  margin-left: 10px !important;
}
#company-profile .company-profile-row .quiz_card_icon .contactPersonThumb {
  width: 60px !important;
  object-fit: cover;
  height: 60px !important;
  max-height: 80px !important;
  margin-left: 10px !important;
}
#company-profile .company-profile-row .quiz_icon {
  width: 70px;
  height: 75px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#company-profile .company-profile-row .quiz_icon1 {
  background-image: url("https://img.icons8.com/ios-filled/32/000000/maxcdn.png");
}
#company-profile .company-profile-row .quiz_icon2 {
  background-image: url("https://img.icons8.com/ios-filled/48/000000/download-2.png");
}
#company-profile .company-profile-row .quiz_icon3 {
  background-image: url("https://img.icons8.com/ios/50/000000/cloudflare.png");
}
#company-profile .company-profile-row .quiz_icon4 {
  background-image: url("https://img.icons8.com/dotty/80/000000/download-2.png");
}
#company-profile .company-profile-row .quiz_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card {
  border: 1px solid #00548A;
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title {
  background: rgb(0, 84, 138);
  background: linear-gradient(90deg, rgba(0, 84, 138, 0) 0%, rgb(0, 84, 138) 100%);
  color: #ffffff !important;
  overflow: hidden;
  position: relative;
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h6 {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #000 !important;
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h6 i {
  opacity: 1;
  color: #fff !important;
  display: unset;
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h6 i::before {
  opacity: 0.1;
  position: absolute;
  content: "\e817";
  top: -70px;
  font-size: 11rem;
  right: 20px;
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon {
  color: #00548A;
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon1 {
  background-image: url("https://img.icons8.com/nolan/32/000000/maxcdn.png");
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon2 {
  background-image: url("https://img.icons8.com/color/48/000000/download-2.png");
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon3 {
  background-image: url("https://img.icons8.com/color/48/000000/cloudflare.png");
}
#company-profile .company-profile-row .quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon4 {
  background-image: url("https://img.icons8.com/material-outlined/80/000000/download-2.png");
}
#company-profile .company-profile-row .quiz_checkbox:checked:hover ~ .single_quiz_card {
  border: 1px solid #00548A;
}
#company-profile .company-profile-row .quiz_checkbox:checked:hover ~ .quiz_card_title {
  border: 1px solid #00548A;
}
#company-profile .company-profile-row .quiz_backBtn {
  background-color: transparent;
  border: 1px solid #d2d2d3;
  color: #8e8e8e;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
#company-profile .company-profile-row .quiz_backBtn:hover {
  color: #a9559b;
  border: 1px solid #00548A;
}
#company-profile .company-profile-row .quiz_next {
  text-align: center;
  margin-top: 50px;
}
#company-profile .company-profile-row .quiz_continueBtn {
  max-width: 315px;
  background-color: #00548A;
  color: #ffffff !important;
  font-size: 18px;
  border-radius: 20px;
  padding: 10px 125px;
  border: 0;
}
#company-profile .contact-person-row .position {
  font-size: 0.7rem;
}
#company-profile .badge {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
#company-profile .logoupload {
  min-height: 50px;
  margin: 0 !important;
}
#company-profile .contactPersonsWrapper {
  max-height: 190px;
  overflow-y: scroll;
  padding: 10px;
  scroll-behavior: smooth;
  border: 0.5px solid #ccced1;
  width: 100%;
}
#company-profile .contactPersonsWrapper p {
  color: #00548a;
  text-transform: uppercase;
  font-weight: 500;
}
#company-profile .contactPersonsWrapper p span {
  text-transform: none;
  color: #000;
}
#company-profile .ck.ck-editor {
  font-size: 0.75rem;
}

#be-content input, #be-content select {
  margin-bottom: 0 !important;
}

#jobOffers .btn-job-offer {
  background-color: #00548A !important;
  color: #ffffff !important;
}

#fastapply #msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
#fastapply #msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
#fastapply .form-card {
  text-align: left;
}
#fastapply #msform fieldset:not(:first-of-type) {
  display: none;
}
#fastapply #msform input, #fastapply #msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  box-sizing: border-box;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px;
}
#fastapply #msform input:focus, #fastapply #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #673AB7;
  outline-width: 0;
}
#fastapply #msform .action-button {
  background: #00548A;
  font-weight: bold;
  color: white;
  border: 0 none !important;
  border-radius: 0px;
  cursor: pointer;
  padding: 0.575rem 2.15rem;
  margin: 10px 0px 10px 5px;
  float: right;
}
#fastapply #msform .action-button:hover, #fastapply #msform .action-button:focus {
  background-color: #00548A;
}
#fastapply #msform .action-button-previous {
  background: red;
  font-weight: bold;
  color: white;
  border: 0 none !important;
  border-radius: 0px;
  cursor: pointer;
  padding: 0.575rem 2.15rem;
  margin: 10px 5px 10px 0px;
  float: right;
}
#fastapply #msform .action-button-previous:hover, #fastapply #msform .action-button-previous:focus {
  background-color: #9d0000;
}
#fastapply .card {
  z-index: 0;
  border: none;
  position: relative;
}
#fastapply .fs-title {
  font-size: 25px;
  color: #00548A;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left;
}
#fastapply .purple-text {
  color: #00548A;
  font-weight: normal;
}
#fastapply .steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}
#fastapply .fieldlabels {
  color: gray;
  text-align: left;
}
#fastapply #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}
#fastapply #progressbar .active {
  color: #00548A;
}
#fastapply #progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}
#fastapply #progressbar #account:before {
  font-family: FontAwesome;
  content: "\f13e";
}
#fastapply #progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f007";
}
#fastapply #progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f030";
}
#fastapply #progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c";
}
#fastapply #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
#fastapply #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
#fastapply #progressbar li.active:before, #fastapply #progressbar li.active:after {
  background: #00548A;
}
#fastapply .progress {
  height: 20px;
}
#fastapply .progress-bar {
  background-color: #00548A;
}
#fastapply .fit-image {
  width: 100%;
  object-fit: cover;
}

select {
  background-color: #fff !important;
  border: 1px solid #ccced1 !important;
}

input {
  border: 1px solid #ccced1 !important;
}

.alert {
  border-radius: 0px !important;
  font-size: 0.75rem;
}

#be-content .btn-save {
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
  border-radius: 0;
  border: 0 !important;
}

.btn {
  border: 0px !important;
  font-weight: 400 !important;
}

.btn-sm {
  font-size: 0.775rem !important;
}

.headlines {
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}

#edit-contactPerson .btn-be {
  padding: 10px;
  height: 50px;
  width: 100%;
  background-color: white;
  color: #000;
  text-transform: none;
  font-weight: 100;
}
#edit-contactPerson .img-thumbnail {
  max-height: 200px;
  border: 0px;
  object-fit: contain;
}

.fastApplyRow {
  border-bottom: 1px solid #cecece;
}

.fastApplyRow:last-child {
  border-bottom: none !important;
}

.blue-color {
  color: #00548A !important;
}

.circle-blue {
  padding: 10px 15px;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  background-color: #00548A !important;
}

.profile-menu button {
  letter-spacing: 1px;
}

.profile-menu button.active {
  font-weight: 600;
  letter-spacing: 1px;
}

html body #header #logo-navigation #navigation #main-nav .menu-item .active-page {
  font-weight: 600;
  letter-spacing: 1px;
}

html body #header #logo-navigation #navigation #main-nav .menu-item .text-link--menu-link {
  letter-spacing: 1px;
}

html body #header #topbar .topbar-content .text-link--topbar-link {
  letter-spacing: 1px;
}

html body #header #topbar .topbar-content .text-link--topbar-button {
  letter-spacing: 1px;
}

.powermail_input {
  width: 100%;
  margin-bottom: 1rem;
  background-clip: unset;
  border: 1px solid #EBEBEB;
  font: normal normal 300 1em/1.3em Roboto Condensed;
  height: calc(1.5em + 1.15rem + 2px);
}

.powermail_field .select2 {
  width: 100% !important;
  margin-bottom: 1rem;
}

.powermail_textarea {
  width: 100%;
  border: 1px solid #ccced1 !important;
}

.tx-powermail {
  padding: 1.5rem;
}

.powermail_submit {
  outline: 4px solid #fff;
  bottom: -55px;
  position: absolute;
  right: 4px;
  color: #fff;
  background-color: #E30045;
  border-color: #E30045;
  display: inline-block;
  border: 0 !important;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border-bottom-color: transparent;
  padding: 0.575rem 2.15rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.powermail_field_error {
  border: 3px solid #d05757 !important;
}

.customerArea {
  margin-left: auto;
  margin-right: 0;
}

html body #header #topbar form.logout {
  margin-left: unset;
  margin-right: 0;
}

.fastApplyWrapper {
  background-color: #fff;
  padding: 2rem;
  min-height: 500px;
}

.accordion .accordion-item {
  border: 1px solid #cecece;
  padding: 1rem;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #cecece;
}
.accordion a {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5rem 0;
  color: #000;
  font-size: 0.85rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion a:hover, .accordion a:focus {
  cursor: pointer;
  color: #00548A;
}
.accordion a:hover::after, .accordion a:focus::after {
  cursor: pointer;
  color: #00548A;
  border: 1px solid #00548A;
}
.accordion a .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion a .icon {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion a .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion a .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion a[aria-expanded=true] {
  color: #00548A;
}
.accordion a[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion a[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 99em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.accordion .icon-delete {
  width: 30px;
  height: 30px;
  background-color: red;
  color: #ffffff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.accordion .icon-delete svg {
  max-height: 20px;
  fill: #ffffff;
  color: #fff;
}
.accordion .icon-add {
  width: 30px;
  height: 30px;
  background-color: #00548A;
  color: #ffffff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.accordion .icon-add svg {
  max-height: 20px;
  fill: #ffffff;
  color: #fff;
}

#job-offers .job-offer-card .icon-active {
  height: 12px !important;
  width: 12px !important;
  border-radius: 50% !important;
  background-color: #03c803 !important;
  margin: 0 !important;
}
#job-offers .job-offer-card .not-active {
  background-color: red !important;
}

.quiz_title {
  font-size: 30px;
  font-weight: 700;
  color: #292d3f;
  text-align: center;
  margin-bottom: 50px;
}

.quiz_card_area {
  position: relative;
  margin-bottom: 15px;
}

.single_quiz_card {
  border: 1px solid #ccced1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.quiz_card_title {
  padding: 10px 30px;
}
.quiz_card_title h6 {
  font-size: 16px;
  font-weight: 600;
  color: #292d3f;
  margin-top: 0.5rem;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.quiz_card_title h6 i {
  opacity: 0;
  color: #fff;
  display: none;
}
.quiz_card_title h6 .position {
  font-weight: 300;
  font-size: 12px;
}

.quiz_card_icon {
  max-width: 100%;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quiz_card_icon .noImg {
  width: 60px !important;
  height: 60px !important;
  margin: 10px !important;
}
.quiz_card_icon .contactPersonThumb {
  width: 60px !important;
  object-fit: cover;
  height: 60px !important;
  max-height: 80px !important;
  margin: 10px !important;
}

.quiz_icon {
  width: 70px;
  height: 75px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.quiz_icon1 {
  background-image: url("https://img.icons8.com/ios-filled/32/000000/maxcdn.png");
}

.quiz_icon2 {
  background-image: url("https://img.icons8.com/ios-filled/48/000000/download-2.png");
}

.quiz_icon3 {
  background-image: url("https://img.icons8.com/ios/50/000000/cloudflare.png");
}

.quiz_icon4 {
  background-image: url("https://img.icons8.com/dotty/80/000000/download-2.png");
}

.quiz_checkbox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}
.quiz_checkbox:checked ~ .single_quiz_card {
  border: 1px solid #00548A;
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title {
  background: rgb(0, 84, 138);
  background: linear-gradient(90deg, rgba(0, 84, 138, 0) 0%, rgb(0, 84, 138) 100%);
  color: #ffffff !important;
  overflow: hidden;
  position: relative;
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h6 {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #000 !important;
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h6 i {
  opacity: 1;
  display: unset;
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_title h6 i::before {
  opacity: 0.1;
  position: absolute;
  content: "\e817";
  top: -70px;
  font-size: 11rem;
  right: 20px;
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon {
  color: #00548A;
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon1 {
  background-image: url("https://img.icons8.com/nolan/32/000000/maxcdn.png");
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon2 {
  background-image: url("https://img.icons8.com/color/48/000000/download-2.png");
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon3 {
  background-image: url("https://img.icons8.com/color/48/000000/cloudflare.png");
}
.quiz_checkbox:checked ~ .single_quiz_card .quiz_card_content .quiz_card_icon .quiz_icon4 {
  background-image: url("https://img.icons8.com/material-outlined/80/000000/download-2.png");
}
.quiz_checkbox:checked:hover ~ .single_quiz_card {
  border: 1px solid #00548A;
}
.quiz_checkbox:checked:hover ~ .quiz_card_title {
  border: 1px solid #00548A;
}

.quiz_backBtn {
  background-color: transparent;
  border: 1px solid #d2d2d3;
  color: #8e8e8e;
  border-radius: 50%;
  position: absolute;
  top: -17px;
  left: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
}
.quiz_backBtn:hover {
  color: #a9559b;
  border: 1px solid #00548A;
}

.quiz_next {
  text-align: center;
  margin-top: 50px;
}

.quiz_continueBtn {
  max-width: 315px;
  background-color: #00548A;
  color: #ffffff !important;
  font-size: 18px;
  border-radius: 20px;
  padding: 10px 125px;
  border: 0;
}

.jobalertCheck {
  display: none !important;
}

input[type=checkbox] + label::before {
  border: 1px solid #ccced1 !important;
  margin-top: 8px;
}

.smallBtnPadding {
  padding: 0.25rem 0.5rem !important;
  margin-right: 1px !important;
}

.delBtnBg {
  color: #fff;
  background-color: #E30045;
  cursor: pointer;
}
.delBtnBg:hover {
  color: #fff;
  background-color: #bd0039;
}

.radar-container {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.radar-container .icon-active {
  position: relative;
  top: 19px;
  left: 19px;
}
.radar-container .radar-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 2px solid rgba(0, 84, 138, 0.4);
  border-radius: 50%;
  animation: radar-animation 3s linear infinite;
}
.radar-container .radar-ring-none {
  display: none;
}

@keyframes radar-animation {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  30% {
    transform: scale(1);
    opacity: 0.1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.btn-primary {
  padding: 0.575rem 1.15rem !important;
}

#standorte .locationAdress {
  font-size: 0.75rem;
  line-height: 1rem;
}

#adminCompany h2 {
  color: #bd0039;
  font-size: 1.4rem;
  margin-bottom: -0.8rem !important;
}
#adminCompany .companyRow {
  background-color: white;
  border-left: 10px solid #00548A;
  padding: 1rem;
}
#adminCompany .companyRow .icons .icon-delete {
  width: 40px;
  height: 40px;
  background-color: red;
  color: #ffffff;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#adminCompany .companyRow .icons .icon-hide {
  background-color: #00548A;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  margin-right: 1px;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
#adminCompany .companyRow .companyLogo {
  max-width: 180px;
  max-height: 40px;
  height: 40px;
  margin-right: 20px;
  opacity: 0.3;
  transition: all ease-in-out 0.3s;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
#adminCompany .companyRow:hover {
  border-left: 10px solid #bd0039;
}
#adminCompany .companyRow:hover .companyLogo {
  filter: none;
  opacity: 1;
}
#adminCompany .companyRow:hover h6 {
  color: #bd0039;
}

/*# sourceMappingURL=dha-styles.css.map */
