/* TOOLTIP */


#tooltip_fe {
  max-width: 200px;
  text-align: left;
  /*text-shadow: 0 1px rgba(0, 0, 0, .5);*/
  line-height: 1.3;
  color: #fff;
  background: var(--color-green);
  border-radius: 2px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  position: absolute;
  z-index: 10000;
  padding: 7px 15px 8px 15px;
  margin-top: -10px; /*offset nach oben*/
}

#tooltip_fe:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top-color: var(--color-green);
  border-top: 10px solid var(--color-green);
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  margin-left: -10px;
}

#tooltip_fe.top:after {
  border-top-color: transparent;
  border-bottom-color: var(--color-green);
  border-bottom: 10px var(--color-green);
  top: -20px;
  bottom: auto;
}

#tooltip_fe.left:after {
  left: 10px;
  margin: 0;
}

#tooltip_fe.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

.infobadge {
  width: 25px;
  margin: 0 5px;
  cursor: help;
}


/* PRICE TAB */

.price-tab {
  /*max-width: 980px;*/
  width: 100%;
}

table {
  /*width: 100%;*/
}

.price-tab-div {
  margin: 20px 0 20px 0;
}

.price-tab td[colspan]:not(.line) {
  border-bottom: 3px solid var(--color-darkgreen);
  padding: 8px 0;
  font-size: larger;
}

.price-tab td:first-child {
  font-weight: bold;
}
.price-tab td {
  padding: 5px 20px 5px 0;
}


/* KIOSK */


.kiosk_browser {
  height: 60px;
  background: #333;
  color: white;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 99;
}
.kiosk_mode_css .first-nav-col-block {
  display: none;
}
.kiosk_mode_css #studierende {
  opacity: 1;
  content-visibility: visible;
}
.kiosk_mode_css .main-nav .overline {
  display: none;
}

.kiosk_mode_css .main-nav .col {
  padding-top: 30px;
}
/*
.kiosk_mode_css .to-top-button {
  bottom: 0;
  z-index: 199;
}
*/
.kiosk_browser a {
  color: white;
}
.kiosk_browser {
  display: flex;
  justify-content: space-between;
}
.browser-back-button {
  display: inline-block;
  position: relative;
  background: #000;
  height: 60px;
  line-height: 61px;
  padding-left: 70px;
  padding-right: 18px;

}

.browser-back-button, .browser-back-button:hover {
  text-decoration: none;
}

.browser-back-button span {
  font-weight: bold;
}

.browser-back-button:before {
  /*font-family: "kit-icons" !important;*/
  content: "";
  position: absolute;
  top: 25%;
  left: 15px;
  width: 30px;
  height: 30px;
  background: url("/layout/icons_white/icon_left.svg") no-repeat center center / cover;
}


.p-sb.active {
  background: var(--color-darkgreen);
  color: #fff;
}
.browser-top-button {
  height: 61px;
  width: 61px;
  background: url("/layout/icons_white/icon_up.svg") no-repeat center center / 30px auto;
}

/* FORM */

.form-table .remark {
  border-top: 3px solid var(--border-color);
  margin-top: 15px;
  padding-bottom: 10px;
  padding-top: 25px;
  font-size: smaller;
}

.form-table .remark small {
  /*color: #666;*/
  font-size: medium;
}
.form-table .ruler {
  overflow: hidden;
}

.form-table {
  width: 100%;
  margin: 10px auto;
}


.form-table .a {
  padding: 10px 0 12px 0px;
  vertical-align: top;
}

table.form-table .a {
  width: 30%;
}

.form-table .b {
  padding: 0 0 10px 20px;
}

table.form-table {
  background: var(--color-grey2);
  border: 20px solid var(--color-grey2);

}

div.form-table {
  background: var(--color-grey2);
  /*background: var(--color-grey5);*/
  /*background: #e3e3e3;*/
  padding: 20px;

}


/* JOB */
dl.jobdata {
  width: 100%;
  overflow: hidden;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

.jobdata dt {
  font-weight: bold;
  float: left;
  width: 35%;
  min-width: 200px;
  padding: 0px 10px 0 0;
  margin: 0px;
  max-width: 300px;
}

.jobdata dd {
  float: left;
  width: 65%;

  padding: 0px;
  margin: 0px;
}

.jobdata dd ul {
  /*margin: 0px !important;*/
}

.pdf-dl {
  padding: 15px 10px 15px 55px;
  background: var(--color-grey2) url(/layout/pdf_small.png) no-repeat 10px 10px;
  margin: 10px 0px;
  border-radius: 10px 0 10px 0;
}

/* STEPS */
/* STEPS */
/* STEPS */
/* STEPS */
.steps {
  margin-top: 10px;
  margin-bottom: 20px;

  display: flex;
  justify-content: space-around;
  align-items: center;


  overflow: hidden;
  text-align: center;
  top: 50%;
  width: 100%;
  height: 57px;
  /*  -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/

  z-index: 1;
  background-color: var(--color-grey2);

}

.steps > div {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-decoration: none;
  margin: auto;
  height: 100%;
  padding-left: 38px;
  padding-right: 0;
  align-items: center;
  justify-content: center;


}

.steps > div:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 57px;
  top: 0;
  right: -28.1481481481px;
  background-color: var(--color-grey2);

  -webkit-transform: scale(0.707) rotate(45deg);
  transform: scale(0.707) rotate(45deg);
  box-shadow: 1px -1px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.steps > div:last-child:after {
  content: none;
}

.steps > div > span {
  position: relative;
  z-index: 9;
}

.steps > div:first-child {
  padding-left: 15.2px;
}

.steps div:last-child {
  padding-right: 15.2px;
}


.step-active {
  font-weight: bold;
  color: white;
  background: var(--color-darkgreen);
}

.step-active:after {
  background: var(--color-darkgreen) !important;
  box-shadow: none !important;
}

/* BANNER */

.banner {
  position: relative;
  margin-top: 1.875rem;
  overflow: hidden;
  background-color: var(--border-color);
}

.banner .content-wrap {
  position: relative;
  z-index: 1;
  background: var(--border-color);
}

.banner .textcontent {
  position: relative;
  max-width: 45%;
  padding-top: 3.75rem;
  padding-bottom: 4.6875rem
}

.banner .textcontent .headline {
  color: #000;
  font-size: 5rem;
  font-weight: 300
}

.banner .textcontent p {
  margin-top: 3.75rem;
  max-width: 500px;
  padding-right: 10px;
}

.banner .textcontent .button {
  margin-top: 1.875rem
}

.banner .img-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%
}

.banner .img-container img {
  -o-object-fit: cover;
  object-fit: cover
}

@media (max-width: 1280px) {
  .banner .textcontent {
    max-width: 50%
  }
}

@media (max-width: 1024px) {
  .banner .textcontent .headline {
    font-size: 2.5rem
  }

  .banner .textcontent p {
    margin-top: 1.875rem
  }
}

@media (max-width: 900px) {
  .banner .textcontent {
    max-width: 100%
  }

  .banner .img-container {
    position: static;
    max-width: 100%
  }
}


.outer_banner {
  position: relative;
  /* left: 0%; */
  width: 105vw;
  margin-left: calc(((105vw - 1170px + 40px) / 2) * -1);
}

.banner {
  margin-bottom: 1.875rem;
}

.banner {
  position: relative;
  margin-top: 1.875rem;
  overflow: hidden;
  background-color: #e5e5e5;
}

body.oe-page main .content-wrap {
  width: 100%;
  max-width: 1300px;
  padding: 0 2.1875rem;
  margin-right: auto;
  margin-left: auto;
}

.textcontent .headline {
  padding-left: 30px;
}

@media (max-width: 1080px) {
  .outer_banner {
    margin-left: -5.5vw;
  }
}


.cx-over {
  padding: 0px 9px 9px 9px;
  background: white;
  overflow: auto;
  position: relative;
  height: 150px;
  border: 1px solid var(--border-color);

}


/* company registration */


div.ajax_list {
  padding: 3px 8px;
  border: 1px solid #ccc;
}

ul.ajax_list {
  margin: 0px 0px;
  border: 1px solid #ccc;
  max-height: 50vh;
  overflow-y: scroll;
}

ul.ajax_list li:before {
  display: none;
}

.ajax_resdiv {
  margin-top: 2px;
  position: absolute;
  background: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

ul.ajax_list {
  padding: 5px;
  margin: 0px !important;
}

ul.ajax_list li {
  cursor: pointer;
  background: none;
  padding: 1px 8px;
  margin: 0px;
  border-bottom: 1px solid var(--color-grey2);
}

ul.ajax_list li:last-child {
  border: none;
}

ul.ajax_list li:hover {
  background: var(--color-grey2);
}


.fake-p-dd {
  cursor: pointer;
  background: #dadada url(/layout/chevron.svg) no-repeat center right / 20px auto;
  padding: 8px 27px 8px 19px;
  border-radius: 35px;
}

.main-cx img {
  width: 14px;
  cursor: pointer;
  margin-top: 9px;
}

.main-cx img:hover {
  opacity: 0.5;
}

.file_cssbutton.p-sb {
  margin-top: 3px;
}


/* STUD PROFILES */
/* STUD PROFILES */
/* STUD PROFILES */
/* STUD PROFILES */

.form-block .qq-upload-button, .qq-upload-button, .qq-delete-button {
  background-color: var(--color-grey);
  background-size: 20px auto;
  background-repeat: no-repeat;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  /*height: -webkit-fill-available;*/
  line-height: 1.3;
}

.qq-delete-button {
  margin-top: 10px;
}
.qq-upload-failed-text {
  display: none;
}


.form-block p {
  padding: 0px 0 20px 0;
  margin: 0;
}

.personal-prof h4 {
  margin: 20px 0 0px 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 500;
}

.skip-form-block {
  opacity: 0.4;
}


.val-info-text {
  font-size: smaller;
  display: block;
  opacity: 0.6;
  /*padding-left: 20px;*/
  pointer-events: none;
}


.val-info-text:before, .val-info-text:after {
  content: "";
  display: table;
  clear: both;

}

.val-info-text:before {
  padding: 4px;
}


a.form-navi, a:link.form-navi {
  float: left;
  background: var(--color-lightgreen);
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 8px 0px;
  text-align: left;
  text-decoration: none !important;
  font-weight: normal;
  border-radius: 50px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  text-wrap: wrap;
  word-wrap: anywhere;
}

a.form-navi:hover {
}
a.form-navi:has(span.nope) {
  background-color: var(--color-grey2);
  color: var(--font-color);
}
a.form-navi.active {
  background: var(--color-green) !important;
  color: white !important;

}
a.form-navi.active span img {
  filter: brightness(10) !important;
}
a.form-navi.active span.nope img {
  filter: brightness(1) invert() !important;
}
.yap, .nope {
  padding: 0 12px 0 16px;

}

.yap img, .nope img {
  width: 26px;
}


#birthday_day, #birthday_month, #birthday_year {
  display: inline-block;
}

a.form-navi.active .nope {
  color: white;
}

a.form-navi.active .yap {
  color: white;
}

a.form-navi:nth-of-type(4n+0) {
  margin-right: 0 !important;
}

.form-block .profile-ruler {
  border-top: 3px solid var(--border-color);
  height: 1px;
  margin: 15px 0 15px 0;
  padding: 0;
}

.p-sb.mini {
  font-size: 1.4rem;
  padding: 4px 7px;
  margin: 3px 0;
}

/* UN VIEW */
.company-ov-table td {
  border-bottom: 1px solid var(--border-color);
  padding: 5px 0;
}

.company-ov-img {
  width: 170px;
  white-space: nowrap;
}

.company-ov-img img {
  width: 150px;
  height: 60px;
  object-fit: contain;
  margin: auto;
}

.company-ov-txt {
  padding-left: 40px;
}

/* ABC FILTER*/


.abc_filter, .abc_filter_active {
  background: var(--color-grey2);
  padding: 0px 5px;
  width: 24px;
  text-align: center;

  float: left;
  margin: 4px 4px 4px 0;
  text-decoration: none !important;
  border-radius: 50px;
}

.abc_filter_active {

  font-weight: bold;
}

.abc_filter_del a {
  background: var(--color-grey2);
  padding: 1px 5px;
  float: right;
  margin-right: 4px;
  margin-top: 0px;
  text-decoration: none;
  font-weight: normal;
  text-decoration: none !important;
}

.abc_filter_del a:hover {
  background: #e6e6e6 !important;
  color: black;
}

a.abc_filter:hover {
  background: #e6e6e6 !important;
  color: black;
}


/* jquery tooltip */
#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #e6e6e6;
  background-color: #fafafa;
  padding: 2px 5px;
  box-shadow: 5px 5px 5px #eee;
  border-radius: 3px;
  max-width: 280px;
  transform: translate(-50%, 20%);
  text-align: center;
}

#tooltip * {
  font-size: 1.3rem !important;
  font-weight: normal !important;
  line-height: 1.2;
  width: auto;

}

#tooltip h3, #tooltip div {
  margin: 0;
}


