:root {
  --shadow: 10px 10px 25px rgb(0 0 0 / 20%);
}

.todayEvent:last-child {
  border-bottom: 2px solid black;
}

[class~="todayEvent"]:last-of-type {
  background: #000;
  border-bottom: 2px solid black;
}

.future-event {
  border-top: 1px solid #b9b9b9;
  margin-top: 3rem;
}

.future-event-headline {
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  margin-top: 30px;
  margin-bottom: 20px;
}

.future-event-info {
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 6px;
  padding: 20px 30px;
  margin-bottom: 2rem;
}

.future-event-info:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px -4px rgb(0 0 0 / 65%);
  box-shadow: 0 3px 12px -4px rgb(0 0 0 / 65%);
}

.future-event-title {
  position: relative;
  font-size: 22px;
  font-weight: 600;
}

.future-event-desc {
  margin-bottom: 25px;
}

.future-event-link {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}

.future-event-info:after {
  position: relative;
  float: left;
  content: "mehr erfahren";
  color: var(--main-bg-color);
  bottom: 20px;
}

.dottie h2:after {
  min-width: 80px;
  content: "";
  width: 10%;
  border-bottom: 4px dotted var(--main-bg-color);
  left: 50%;
  bottom: -20px;
  position: absolute;
  transform: translateX(-50%);
  max-width: 150px;
}

.dottie h2 {
  position: relative;
  margin-bottom: 50px;
}

.group-image .row {
  display: flex;
  justify-content: center;
}

.collection_list.jobs {
  width: 33.33333%;
}

.stellen.full_preview div#area-7 {
  background: var(--grey-bg);
}

.collection_list.jobs .collection_container {
  padding: 0;
  height: 550px;
  overflow: hidden;
  border: none;
  box-shadow: var(--shadow);
}

.collection_list.jobs .collection_content {
  padding-left: 0;
  padding: 20px;
}

.jobs .collection_content.stellen-img {
  padding: 0;
  height: 100%;
}

.jobs .collection_content.stellen-img img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.stellen-pv-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(226 0 26 / 87%);
  color: #fff;
}

.stellen-pv-wrapper {
  height: 44%;
  font-size: 16px;
  text-align: center;
  transition: 300ms ease;
}

.jobs .collection_container:hover .stellen-pv-wrapper {
  height: 100%;
  transition: 300ms ease;
}

.jobs .collection_content.title-stellen {
  font-size: 1.8em;
  position: relative;
  font-weight: 600;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  transition: 300ms ease;
}

.jobs .collection_container:hover .collection_content.title-stellen {
  margin-top: 40px;
  transition: 300ms ease;
}

.jobs .collection_content.title-stellen:after {
  content: "";
  position: absolute;
  left: 50%;
  height: 0;
  border-bottom: 5px dotted #fff;
  bottom: 0px;
  width: 40%;
  max-width: 150px;
  transform: translateX(-50%);
}

.jobs .collection_content.stellen-short {
  padding-top: 0px;
  height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 20px;
  margin: 20px 0;
  transition: 300ms ease;
}

.jobs
  .collection_container:hover
  .stellen-pv-wrapper
  .collection_content.stellen-short {
  height: 60%;
  -webkit-line-clamp: unset;
  transition: 300ms ease;
}

.jobportal-home .button p {
  padding: 0;
  margin: 0;
}

.jobportal-home .button a {
  background: #ababab;
  border-radius: 10px;
  padding: 11px 20px;
  transition: 200ms;
  border: none;
}

.jobportal-home .button a {
  color: #fff !important;
}

.jobportal-home .button:hover a {
  background: var(--main-bg-color);
  opacity: 1 !important;
  border: none;
  transition: 200ms;
}

.jobportal-home .button:hover {
  opacity: 1 !important;
}

.jobportal-home #content .container > .button {
  clear: both;
  position: relative;
  float: left;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  padding: 0;
}

.jobportal-home div#area-2 h2 {
  margin-top: 0;
  position: relative;
  margin-bottom: 55px;
}

.dottie-left h2:after {
  content: "";
  width: 25%;
  border-bottom: 3px dotted var(--main-bg-color);
  left: 0;
  bottom: -25px;
  position: absolute;
  max-width: 117px;
}

.jobportal-home .youtubecontent iframe {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 80px;
}

.content-group .button {
  margin-top: 25px;
}

.group-image img {
  max-width: 470px !important;
  float: right;
  position: relative;
  border-radius: 10px;
}

.red-pain {
  position: relative;
  float: right;
  margin-right: 50px;
  z-index: 0;
  max-width: 470px;
  float: right;
}

.red-pain .textcontent:after {
  content: "";
  position: absolute;
  left: 60px;
  top: -20px;
  background: var(--main-bg-color);
  width: calc(100% - 20px);
  height: 100%;
  z-index: -1;
  border-radius: 10px;
}

.red-pain:before {
  content: "";
  position: absolute;
  right: -70px;
  top: -55px;
  background: url(/userdata/images/454174e2-fb8b-4972-8f39-2caa3ea7d233.jpg);
  width: 131px;
  height: 106px;
  z-index: 1;
  border-radius: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 15%);
}

.content-group .button a {
  background: var(--main-bg-color);
}

.jobportal-home .faq_group_container .question-answer-wrap {
  display: none;
}

.jobportal-home .faq_group_container.active .question-answer-wrap {
  display: block;
}

.content-group .button {
  margin-top: 25px;
  padding: 0;
  border: none;
}

.content-group .button a:hover {
  background: #ababab;
}

.jobportal-home div#area-3 {
  /* padding-top: 400px !important; */
}

.jobportal-home div#area-2 {
  /* margin-bottom: -400px !important; */
  z-index: 1;
}

.grid-gallery .row p {
  margin: 0;
  height: 100%;
}

.grid-gallery .row img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.grid-gallery {
  position: relative;
  float: left;
  width: 100%;
}

.grid-gallery .row {
  display: grid;
  grid-template-columns:
    [col1] calc(25% - 30px) [col2] calc(25% - 30px) [col3] calc(25% - 30px)
    [col4] calc(25% - 30px) [end];
  grid-template-rows: [row1] 300px [row2] 300px [end];
  grid-template-areas:
    "oben oben oben oben"
    "unten unten unten unten";
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
}

.red-pain .textcontent {
  float: left;
}

.grid-gallery .row:before,
.grid-gallery .row:after {
  display: none;
}

.grid-gallery .row > div {
  width: 100% !important;
}

.grid-one {
  grid-column-start: col1;
  grid-column-end: col3;
  grid-row-start: row1;
  grid-row-end: row2;
}
.grid-two {
  grid-column-start: col1;
  grid-column-end: col2;
  grid-row-start: row2;
  grid-row-end: row3;
}
.grid-three {
  grid-column-start: col2;
  grid-column-end: col3;
  grid-row-start: row2;
  grid-row-end: row3;
}
.grid-four {
  grid-column-start: col3;
  grid-column-end: col3;
  grid-row-start: row1;
  grid-row-end: row3;
}
.grid-five {
  grid-column-start: col4;
  grid-column-end: col4;
  grid-row-start: row1;
  grid-row-end: row1;
}
.grid-six {
  grid-column-start: col4;
  grid-column-end: col4;
  grid-row-start: row2;
  grid-row-end: row3;
}

.benefits .collection_container .collection_content {
  padding: 0;
}

.collection_container {
}

.collection_content.benefit-icon {
  width: 20%;
  float: left;
}

.collection_content.benefit-text {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px !important;
  padding-right: 40px !important;
}

.collection_list.benefits {
  width: 50%;
  position: relative;
  float: left;
}

.collection_list.benefits .collection_container {
  float: left;
  width: calc(100% - 20px);
  margin: 10px;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
}

.jobportal-home div#area-5 .dottie {
  margin-bottom: 40px;
}

.collection_content.benefit-icon {
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 0;
}

.collection_content.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobForm,
.job-form {
  display: flex;
  justify-content: center;
}

.jobForm,
.job-form .row {
  max-width: 700px;
  margin: 0 auto;
}

.jobForm input,
.job-form input {
  width: 100% !important;
}

.jobForm .contactformular .form-control,
.job-form .contactformular .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #bbb;
  padding-left: 0;
}

.jobForm label.form-check-label,
.job-form label.form-check-label {
  width: 100% !important;
  text-align: center;
}

.jobForm .form-check-label input[type="checkbox"],
.job-form .form-check-label input[type="checkbox"] {
  float: unset;
}

.jobForm div#submit_button,
.job-form div#submit_button {
  width: 100%;
  text-align: center;
}

.jobForm div#submit_button input#button,
.job-form div#submit_button input#button {
  width: auto !important;
  border: none;
  background: var(--main-bg-color);
  color: #fff;
  border-radius: 10px;
}

.jobForm div#submit_button input#button:hover,
.job-form div#submit_button input#button:hover {
  background: #bababa;
}
.stellen div#area-7 {
  background: none;
}

.stellen div#area-8:before,
.jobportal-home div#area-7:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(/userdata/images/form-bg-left.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.stellen div#area-8:after,
.jobportal-home div#area-7:after {
  content: "";
  right: 0;
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background: url(/userdata/images/form-bg-right.jpg);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
}

.jobportal-home div#area-7.main-screen.grey {
  background: none;
}

.job-form input::placeholder,
.job-form textarea::placeholder {
  opacity: 1;
}

.modal.success .modal-header .close,
.modal.success .modal-header h4 {
  opacity: 1;
}

.modal.success .modal-header {
  background-color: var(--main-bg-color) !important;
  border-color: var(--main-bg-color) !important;
}

.jobs .collection_link a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  opacity: 0;
  color: #fff;
  padding-top: 30px;
}

.stellen.full_preview div#header_2-1 h1 {
  display: none;
}

.stellen.full_preview .collection_content.title-stellen {
  font-size: 2.8em;
  font-style: normal;
  font-weight: 700 !important;
  font-family: "fagono";
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  margin-top: 40px;
}

.stellen.full_preview div#area-2 {
  background: var(--main-bg-color);
  color: #fff;
}

.stellen.full_preview div#area-2 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.stellen.full_preview div#area-2 .container > div {
  max-width: 1300px;
}

.stellen.full_preview div#area-2 h3,
.stellen.full_preview div#area-2 h2 {
  color: #fff;
  margin-top: 0;
}

.stellen.full_preview div#area-2 .dottie h2:after {
  border-color: #fff;
}

.stellen.full_preview .back_to_overview {
  display: none;
}

.stellen.full_preview .collection_content.stellen-short {
  display: none !important;
}

.stellen.full_preview .job-form .contactformular .form-control.file {
  border: none;
}

.stellen.full_preview .form-group {
  position: relative;
}

.stellen.full_preview input#input_upload {
  opacity: 0;
  height: 41px;
  margin-top: 40px;
}

.stellen.full_preview label[for="input_upload"] {
  width: 100% !important;
  text-align: center;
  background: #bababa;
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 10px;
  z-index: 1;
  position: absolute;
  top: 29px;
  transition: 200ms;
}

.stellen.full_preview label[for="input_upload"]:hover {
  background: var(--main-bg-color);
  transition: 200ms;
  cursor: pointer;
}

.stellen.full_preview .form-group.form-check {
  margin-bottom: 0;
}

div#header_2-1 .extra .textcontent h1 {
  margin-bottom: 20px;
  font-size: 2.8em;
}

div#header_2-1 .extra .textcontent {
  display: block;
}

div#header_2-1 .extra .textcontent p {
  font-size: 1.4em;
}

/* .stellen.full_preview div#content {
  display: none !important;
} */

.spec-wrap {
  padding: 80px 0;
  float: left;
  width: 100%;
  background: var(--grey-bg);
  box-shadow: 0 0 0 100vmax var(--grey-bg);
  clip-path: inset(0 -100vmax);
  display: flex;
  align-items: center;
}

.collection_content.spec-img {
  border-radius: 10px;
  overflow: hidden;
  width: 33.33333%;
}

.collection_content.spec-img img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.collection_content.job-specs {
  position: relative;
  float: left;
  width: 66.66666%;
  padding-right: 60px;
}

.stellen.full_preview div#area-3 {
  padding-bottom: 0 !important;
  background-color: #fff !important;
}

.skills,
.short-close {
  margin-bottom: 80px;
}

.job-specs > .textcontent {
  max-width: 850px;
}

.job-specs h2 {
  margin-top: 0;
}

.spec-wrap2 {
  padding: 80px 0;
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.collection_content.spec-img2 {
  border-radius: 10px;
  overflow: hidden;
  width: 33.33333%;
}

.collection_content.spec-img2 img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.collection_content.job-specs2 {
  position: relative;
  float: left;
  width: 66.66666%;
  padding-left: 60px;
}

.job-specs2 > .textcontent {
  max-width: 850px;
}

.job-specs2 h2 {
  margin-top: 0;
}

.job-specs2 h2,
.job-specs h2 {
  max-width: 550px;
  position: relative;
  margin-bottom: 50px;
}

.stellen.full_preview div#area-2.show-all {
  max-height: unset !important;
}

.stellen.full_preview div#area-2.show-element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 135px;
  background: linear-gradient(
    0deg,
    var(--main-bg-color),
    var(--main-bg-color),
    transparent
  );
}

.stellen.full_preview div#area-2.show-element:before {
  content: "Text ausklappen";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #bababa;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1;
  cursor: pointer;
}

.stellen.full_preview div#area-2.show-all.show-element:after {
  display: none !important;
}

.stellen.full_preview div#area-2.show-element.show-all:before {
  content: "Text einklappen";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #bababa;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 1;
  cursor: pointer;
}

.stellen.full_preview div#area-2.show-element {
  height: 400px;
}

.stellen.full_preview div#area-2.show-element.show-all {
  height: unset;
}

.school-ov .collection_list.school {
  width: 33.33333%;
  display: flex !important;
  margin-bottom: 40px;
}

.school-ov .collection_list.school .collection_container {
  padding: 30px;
  margin: 20px;
}

.school-ov .collection_list.school .collection_content {
  padding-left: 0;
}

.school-ov #content {
  background: var(--grey-bg);
}

.school-ov .collection_list.school .collection_container {
  padding: 0px;
  margin: 20px;
  background: #fff;
  border: none;
  box-shadow: 10px 0 20px rgb(0 0 0 / 10%);
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.school-list-wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  float: left;
  width: 100%;
}

.collection_list.school.show .collection_content.school-name {
  background: var(--main-bg-color);
  color: #fff;
  font-weight: 600;
  font-size: 1.4em;
  padding: 20px 30px 10px 30px;
}

.filter_display {
  display: block;
  position: relative !important;
  float: left !important;
  height: auto;
  width: 100%;
  padding: 0 25px;
  margin-bottom: 20px;
}

.button_filter_wrapper_2 {
  display: block;
  position: relative !important;
  float: left !important;
  height: auto;
}

.filter_display a {
  text-decoration: none;
  color: white;
  border-radius: 10px;
  background-color: #b4b4b4;
  padding: 10px 17px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  margin-right: 5px;
}

.collection_list.school.show .collection_content:not(.school-name) {
  padding: 0 30px;
}

.collection_content.school-adress {
  margin-top: 15px;
}

.collection_content.school-link a:after {
  content: "Zur Website";
  background: #b5b4b4;
  padding: 11px 20px;
  margin-top: 0px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  transition: 200ms;
}

.collection_content.school-link a {
  position: absolute;
  width: 130px;
  height: 46px;
  border-radius: 10px;
  margin-top: 10px;
  right: 30px;
  bottom: 30px;
}

.collection_content.school-link a:hover:after {
  background: var(--main-bg-color);
  transition: 200ms;
}

a.button_filter.a-filter,
a.button_filter.o-filter:hover {
  color: #fff !important;
  background: var(--main-bg-color) !important;
}

.school-ov .filter_display a {
  text-decoration: none;
  color: white;
  border-radius: 9px;
  background-color: #b4b4b4;
  padding: 11px 20px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  margin-right: 5px;
}

.school-ov .collection_list.school.hide {
  display: none !important;
}

.faq_headline.section-heading h2 {
  text-align: center;
  font-weight: 400 !important;
  font-size: 1.4em;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.stellen.full_preview div#content .dottie {
  display: none;
}

.stellen.full_preview .faq {
  padding: 0 20px !important;
}

.stellen.full_preview .faq_group_container .faq_question_box {
  position: relative;
  float: left;
  width: 100%;
}

.stellen.full_preview .faq h2 {
  display: none;
}

.collection-skills strong {
  color: var(--main-bg-color);
  font-weight: 400;
}

.stellen.full_preview .faq_answer_box {
  position: relative;
  float: left;
  width: 100%;
}

.faq-home-img {
  margin-top: 60px;
}

.jobportal-home .faq_headline.section-heading {
  cursor: pointer !important;
}

.contact-infos .row {
  border-radius: 15px;
  box-shadow: var(--shadow);
  padding: 40px;
  background: #fff;
}

.title-faq {
  margin-bottom: 50px;
}

.contact-infos .mini-title p {
  color: var(--main-bg-color);
  margin-bottom: 0;
}

.contact-infos .title h3 {
  font-weight: 600 !important;
}

.contact-infos .title h3 strong {
  color: var(--main-bg-color);
}

.contact-infos .left {
  width: auto;
  float: left;
  background: #fff;
  clear: left;
  position: relative;
  padding-right: 5px;
  z-index: 1;
}

.contact-infos .right {
  float: right;
  background: #fff;
  padding-left: 5px;
  z-index: 1;
  position: relative;
  float: right;
}

.contact-infos .button {
  width: 100%;
  background: none;
  padding: 0;
  height: auto;
  border: none;
  position: relative;
  float: left;
}

.contact-infos .button a {
  color: #fff;
  background: var(--main-bg-color);
  width: 100%;
  max-width: unset;
  padding: 11px 20px;
  border-radius: 5px;
  margin-top: 20px !important;
  float: left;
}

.contact-infos .button p {
  height: auto;
  margin: 0;
  padding: 0;
}

.contact-infos .left p,
.contact-infos .right p {
  margin-bottom: 15px;
}

.contact-infos .left p,
.contact-infos .right p {
  margin-bottom: 20px;
}

.contact-infos .title h3 {
  margin-bottom: 30px;
  margin-top: 10px;
}

.contact-zahelu-1:after,
.contact-zahelu-2:after,
.contact-zahelu-3:after,
.contact-zahelu-4:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 26px;
  z-index: 0;
  border-bottom: 3px dotted #ccc;
}

.contact-zahelu-1,
.contact-zahelu-2,
.contact-zahelu-3,
.contact-zahelu-4 {
  position: relative;
  float: left;
  width: 100%;
}

.jobportal-home .contact-infos,
.full_preview .contact-infos {
  max-width: 470px;
  float: right;
}

.contact-infos .button:hover {
  background: none;
}

.contact-infos .button:hover a {
  background: #bababa;
}

.full_preview .collection_content.text-description {
  margin-bottom: 60px;
  padding: 0 20px;
}

.full_preview .short-close .collection_content.facts {
  padding: 0 20px;
}

.stellen.full_preview .filter_display {
  display: none;
}

.collection_list.collection-skills {
  width: 50%;
}

.collection_list.collection-skills .collection_container {
  margin: 0 20px 40px 20px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.collection_list.collection-skills.show .collection_content {
  padding: 0;
  text-align: center;
}

.collection_list.collection-skills.show .collection_content.icon {
  margin-bottom: 20px;
  width: 90px;
  height: 90px;
}

.collection_list.collection-skills.show .collection_content.icon img {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}

.short-close .row {
  margin: 0 auto;
}

.full_preview .coll-skills {
  max-width: 600px;
}

.full_preview .skills {
  display: flex;
  justify-content: center;
}

.coll-skills .text {
  font-size: 15px;
}

.stellen.full_preview .collection_list.benefits {
  width: 100%;
}

.stellen.full_preview div#area-5,
.stellen.full_preview div#area-6,
.stellen.full_preview div#area-7,
.stellen.full_preview div#area-8 {
  position: relative;
  float: left;
  width: 100%;
}

.stellen.full_preview .group-benefits {
  padding: 0;
  padding-top: 20px;
  background: var(--grey-bg);
}

.stellen.full_preview div#area-5 {
  background-color: #fff;
}

.stellen.full_preview .skills h2,
.stellen.full_preview .short-close h2 {
  max-width: 410px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.benefit-carousel-wrapper:before {
  content: "";
  background: linear-gradient(90deg, rgb(249 249 249), rgb(0 0 0 / 0%));
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.benefit-carousel-wrapper:after {
  content: "";
  background: linear-gradient(270deg, rgb(249 249 249), rgb(0 0 0 / 0%));
  width: 25%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.benefit-carousel-wrapper {
  padding-bottom: 50px;
}

.collection_content.benefit-icon img {
  object-fit: contain;
  width: 80% !important;
  height: 80% !important;
}

.benefit-carousel-wrapper .owl-nav.disabled {
  display: none !important;
}

.stellen.full_preview div#area-4 {
  overflow: hidden !important;
  max-width: 100% !important;
}

.jobs-carousel-wrap.owl-carousel.owl-theme .owl-item.active {
  margin-bottom: 20px;
}

.jobs-carousel-wrap.owl-carousel.owl-theme .owl-nav.disabled {
  display: none !important;
}

.jobs-carousel-wrap.owl-carousel.owl-theme.owl-loaded.owl-drag:after {
  content: "";
  background: linear-gradient(90deg, rgb(249 249 249), rgb(0 0 0 / 0%));
  width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.jobs-carousel-wrap.owl-carousel.owl-theme.owl-loaded.owl-drag:before {
  content: "";
  background: linear-gradient(270deg, rgb(249 249 249), rgb(0 0 0 / 0%));
  width: 10%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.jobportal-home .button.left-btn {
  margin-bottom: 40px;
}

.jobportal-home div#content {
  background: var(--grey-bg);
}

.jobportal-home .faq {
  max-width: 1000px;
  margin: 0 auto;
}

.stellen.full_preview #area-6 .dottie-left h2:after {
  left: 60px;
}

.stellen-faq .dottie .textcontent {
  position: relative;
  float: left;
}

.red-pain img {
  border-radius: 10px;
}

.stellen-contact-img .textcontent {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 25px;
  height: 150px;
  border-radius: 500px;
  overflow: hidden;
}

.stellen-contact-img img {
  object-fit: cover;
  height: 100% !important;
  width: 100% !important;
}

.stellen-contact-img p {
  height: 100%;
}

.stellen.full_preview .faq_group_container .faq_question_box.active h3 {
  color: #fff;
  transition: 300ms;
}
.stellen.full_preview .faq_group_container .faq_question_box.active {
  background: var(--main-bg-color);
  transition: 300ms;
}

.stellen.full_preview .faq_question_box.active:after {
  color: #fff;
  transition: 300ms;
}

.downloads .collection_container {
  cursor: pointer;
}

.collection_content.stellen-institute .school {
  width: 25%;
  display: flex !important;
}

.school-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.collection_list.school .collection_container {
  padding: 0;
  border: none;
  box-shadow: var(--shadow);
  border-radius: 15px;
  overflow: hidden;
  padding-bottom: 77px;
  margin: 15px;
  width: 100%;
}

.collection_list.school .collection_content.school-name {
  height: 135px;
}

.future-event-info:nth-child(2),
.future-event-info:nth-child(3),
.future-event-info:nth-child(4),
.future-event-info:nth-child(5),
.future-event-info:nth-child(6) {
  display: block !important;
}

.future-event-info {
  display: none;
}

.text-school-ov {
  margin-bottom: 80px;
}

.stellen.full_preview #content {
  display: none !important;
}

.stellen.full_preview .faq_headline.section-heading {
  display: none;
}
.collection_list.school .collection_container:before,
.school-ov .collection_list.school .collection_container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/userdata/images/school-bg.jpg);
  z-index: 0;
  content: "";
  opacity: 0.06;
}

.full_preview tr:nth-child(even) {
  background: #f1f1f1;
}
.full_preview tr:nth-child(odd) {
  background: var(--grey-bg);
}

.full_preview thead th {
  background: var(--main-bg-color);
  color: #fff;
}

.full_preview td,
.full_preview th {
  padding: 10px;
}

.stellen.full_preview table {
  width: 100% !important;
}

.full_preview thead th:first-child {
  border-radius: 10px 0 0 0;
}
.full_preview thead th:last-child {
  border-radius: 0px 10px 0 0px;
}

.full_preview tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.full_preview tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.full_preview tbody tr td:first-child {
  border-right: 1px solid var(--middle-grey);
}