﻿@charset "UTF-8";
.header-index {
  background: linear-gradient(90deg, #5592A9 0%, #37BC77 99.99%, #37BC77 100%);
  padding: 40px 0;
  color: #fff;
}
.header-index > .container > .top {
  padding-bottom: 40px;
}
.header-index > .container > .top > .logo > img {
  width: 150px;
}
.header-index > .container > .top > .slogan {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 42px;
  padding-left: 30px;
}
.header-index > .container > .search > .slogan {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 15px;
}
.header-index > .container > form > .row > .search-btn > button {
  padding: 42px 30px;
}
.header-index > .container > form > .row > .search-btn > button:hover {
  color: #008def;
}

div.footer {
  background-color: #5491A9;
  color: #fff;
  padding-top: 25px;
}
div.footer > .container > .footer-header {
  font-size: 2.75rem;
  font-weight: lighter;
}
div.footer > .container > .footer-blocks {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0 0;
}
div.footer > .container > .footer-blocks > div > .footer-block {
  font-size: 18px;
  margin-bottom: 14px;
  display: flex;
}
div.footer > .container > .footer-blocks > div > .footer-block > .top {
  font-size: 18px;
  min-width: 100px;
  font-weight: lighter;
}
div.footer > .container > .footer-blocks > div > .footer-block > .body {
  font-size: 16px;
  min-width: 180px;
  font-weight: normal;
}
div.footer > .container > .footer-blocks > div > .footer-block > .body > a {
  color: #fff;
  transition: all 100ms;
}
div.footer > .container > .footer-blocks > div > .footer-block > .body > a:hover {
  font-weight: bold;
}
div.footer > .container > .footer-line {
  border-bottom: 1px solid #fff;
  margin: 15px 0 0 0;
}
div.footer > .container > .footer-bottom {
  display: flex;
  justify-content: space-between;
}
div.footer > .container > .footer-bottom > .social-media > a {
  font-size: 30px;
  color: #fff;
  margin: 10px;
}
div.footer > .container > .footer-bottom > .copyright > a {
  color: #fff;
}

/*div.footer {
    background-color: #5491A9;
    color: #fff;
    padding-top: 25px;
}

div.footer > .container > .footer-header {
    font-size: 36px;
    font-weight: lighter;
}

div.footer > .container > .footer-blocks {
    display: flex;
    justify-content: space-between;
    margin: 20px 40px 0px 40px;
}*/
/*div.footer > .container > .footer-blocks > div > .footer-block {
    font-size: 18px;
    margin-bottom: 14px;
}

div.footer > .container > .footer-blocks > div > .footer-block > .top {
    font-size: 14px;
    margin-bottom: 1px;
}

div.footer > .container > .footer-blocks > div > .footer-block > .body {
    font-size: 16px;
    margin-left: 20px;
}

div.footer > .container > .footer-blocks > div > .footer-block > .body > a {
    color: #fff;
    transition: all 100ms;
}*/
/*div.footer > .container > .footer-blocks > div > .footer-block > .body > a:hover {
    font-weight: bold;
}*/
/*div.footer > .container > .footer-line {
    border-bottom: 1px solid #fff;
    margin: 15px 0 0 0;
}

div.footer > .container > .footer-bottom {
    display: flex;
    justify-content: space-between;
}

div.footer > .container > .footer-bottom > .social-media {
}

div.footer > .container > .footer-bottom > .social-media > a {
    font-size: 30px;
    color: #fff;
    margin: 10px;
}
*/
.bfi-jobs-bg {
  cursor: pointer;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  filter: grayscale(0.7);
  font-weight: 500;
  font-size: 18px !important;
  transition: all 250ms;
  background-size: unset !important;
}
.bfi-jobs-bg > div {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  width: 100%;
}
.bfi-jobs-bg:hover {
  filter: grayscale(0);
}
.bfi-jobs-bg:hover > div {
  background-color: #fff;
}

.job-box {
  background: #fff;
  margin-bottom: 2rem;
  color: #646464;
  transition: all 250ms;
  border: 4px solid #f5f4f5;
}
.job-box > .category-img {
  margin-bottom: 1rem;
  filter: grayscale(0.7);
}
.job-box > .category-img > img {
  width: 100%;
  height: 6rem;
  object-fit: cover;
}
.job-box > .job-title {
  padding: 1rem 1rem 0;
  min-height: 5.7rem;
  font-size: 20px;
  font-weight: 400;
}
.job-box > .job-meta {
  padding: 0 1rem;
}
.job-box > .job-meta > ul > li {
  margin-bottom: 0.5rem;
}
.job-box > .job-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem;
  font-size: 12px;
  padding: 1rem 0;
  border-top: 2px solid #eee;
}
.job-box > .job-footer > .workload {
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  color: #fff;
  font-weight: 400;
}
.job-box > .job-footer > .workload.Vollzeit {
  background-color: #f1592a;
  border: 1px solid #f1592a;
}
.job-box > .job-footer > .workload.Teilzeit {
  background-color: #00aeef;
  border: 1px solid #00aeef;
}
.job-box > .job-footer > a {
  width: 0px;
  overflow: hidden;
  position: absolute;
}
.job-box:hover {
  background-color: #008def;
  color: #fff;
  cursor: pointer;
  border: 4px solid #008def;
}
.job-box:hover > .category-img {
  margin-bottom: 1rem;
  filter: grayscale(0);
}
.job-box:hover > .job-title > a {
  color: #fff;
}
.job-box:hover > .job-meta > ul > li {
  color: #fff;
}

/*
    über Media Queries
    640 Pixel
    1280 Pixel
    2560 Pixel
    5120 Pixel
*/
.bfi-bg-image {
  background-size: contain;
  background-repeat: no-repeat;
}
.bfi-bg-image.Softwareentwicklung.small {
  background-image: url("../../images/bg-job-types/Softwareentwicklung-small.jpg");
}
.bfi-bg-image.Softwareentwicklung.big {
  background-image: url("../../images/bg-job-types/Softwareentwicklung-big.jpg");
}
.bfi-bg-image.Kaufmännisch_Management.small {
  background-image: url("../../images/bg-job-types/Kaufmännisch&Management-small.jpg");
}
.bfi-bg-image.Kaufmännisch_Management.big {
  background-image: url("../../images/bg-job-types/Kaufmännisch&Management-big.jpg");
}
.bfi-bg-image.Engineering.small {
  background-image: url("../../images/bg-job-types/Engineering-small.jpg");
}
.bfi-bg-image.Engineering.big {
  background-image: url("../../images/bg-job-types/Engineering-big.jpg");
}
.bfi-bg-image.IT-Support.small {
  background-image: url("../../images/bg-job-types/IT-Support-small.jpg");
}
.bfi-bg-image.IT-Support.big {
  background-image: url("../../images/bg-job-types/IT-Support-big.jpg");
}
.bfi-bg-image.IT-Technik.small {
  background-image: url("../../images/bg-job-types/IT-Technik-small.jpg");
}
.bfi-bg-image.IT-Technik.big {
  background-image: url("../../images/bg-job-types/IT-Technik-big.jpg");
}
.bfi-bg-image.Netzwerkadministration.small {
  background-image: url("../../images/bg-job-types/Netzwerkadministration-small.jpg");
}
.bfi-bg-image.Netzwerkadministration.big {
  background-image: url("../../images/bg-job-types/Netzwerkadministration-big.jpg");
}
.bfi-bg-image.Systemadministration.small {
  background-image: url("../../images/bg-job-types/Systemadministration-small.jpg");
}
.bfi-bg-image.Systemadministration.big {
  background-image: url("../../images/bg-job-types/Systemadministration-big.jpg");
}
.bfi-bg-image.Consulting.small {
  background-image: url("../../images/bg-job-types/Consulting-small.jpg");
}
.bfi-bg-image.Consulting.big {
  background-image: url("../../images/bg-job-types/Consulting-big.jpg");
}
.bfi-bg-image.InternBFI.small {
  background-image: url("../../images/bg-job-types/InternBFI-small.jpg");
}
.bfi-bg-image.InternBFI.big {
  background-image: url("../../images/bg-job-types/InternBFI-big.jpg");
}
.bfi-bg-image.Ausbildung.small {
  background-image: url("../../images/bg-job-types/Ausbildung-small.jpg");
}
.bfi-bg-image.Ausbildung.big {
  background-image: url("../../images/bg-job-types/Ausbildung-big.jpg");
}
.bfi-bg-image.Sonstiges.small {
  background-image: url("../../images/bg-job-types/Sonstiges-small.jpg");
}
.bfi-bg-image.Sonstiges.big {
  background-image: url("../../images/bg-job-types/Sonstiges-big.jpg");
}
.bfi-bg-image.LagerLogistik.small {
  background-image: url("../../images/bg-job-types/Lager&Logistik-small.jpg");
}
.bfi-bg-image.LagerLogistik.big {
  background-image: url("../../images/bg-job-types/Lager&Logistik-big.jpg");
}
.bfi-bg-image.Medizin.small {
  background-image: url("../../images/bg-job-types/Medizin-small.jpg");
}
.bfi-bg-image.Medizin.big {
  background-image: url("../../images/bg-job-types/Medizin-big.jpg");
}
.bfi-bg-image.Telekommunikation.small {
  background-image: url("../../images/bg-job-types/Telekommunikation-small.jpg");
}
.bfi-bg-image.Telekommunikation.big {
  background-image: url("../../images/bg-job-types/Telekommunikation-big.jpg");
}

.vacancy > .header > div, .apply > .header > div {
  margin: 10px 0 0;
  background-color: #fff;
  padding: 30px;
  border-radius: 6px;
  opacity: 0.9;
}
.vacancy > .header > div > .title, .apply > .header > div > .title {
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}
.vacancy > .header > div > .location, .apply > .header > div > .location {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.vacancy > .header > div > .referenceNumber, .apply > .header > div > .referenceNumber {
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}

.vacancy > .main > div, .apply > .main > div {
  margin-bottom: 25px;
  border-radius: 6px;
}
.vacancy > .main > div > .meta-data, .apply > .main > div > .meta-data {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
  font-size: 1.125rem;
}
.vacancy > .main > div > .meta-data > .meta-box, .apply > .main > div > .meta-data > .meta-box {
  text-align: center;
}
.vacancy > .main > div > .meta-data > .meta-box > .header, .apply > .main > div > .meta-data > .meta-box > .header {
  font-weight: 400;
}
.vacancy > .main > div > .meta-data > .meta-box > .body, .apply > .main > div > .meta-data > .meta-box > .body {
  font-weight: 300;
}
.vacancy > .main > div > .description-box, .apply > .main > div > .description-box {
  margin-bottom: 40px;
  font-size: 1.125rem;
}
.vacancy > .main > div > .description-box > .headline, .apply > .main > div > .description-box > .headline {
  font-weight: 500;
  padding-bottom: 12px;
}
.vacancy > .main > div > .description-box > .body, .apply > .main > div > .description-box > .body {
  margin-left: 10px;
  font-weight: 300;
}
.vacancy > .main > div > .description-box > .body > .job-name, .apply > .main > div > .description-box > .body > .job-name {
  font-weight: 500;
}
.vacancy > .main > div > .description-footer, .apply > .main > div > .description-footer {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 300;
}

.vacancy > .sidebar > div {
  background: none;
  padding-top: 0;
  padding: 0;
  width: 18.25rem;
  font-weight: 400;
}
.vacancy > .sidebar > div.fixed {
  position: fixed;
  top: 20px;
}
.vacancy > .sidebar > div > div {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  border-radius: 6px;
  filter: drop-shadow(3px 4px 15px rgba(0, 0, 0, 0.25));
}
.vacancy > .sidebar > div > .contact-person > img {
  width: 10rem;
  margin: 0 0 10px;
}
.vacancy > .sidebar > div > .contact-person > a {
  display: block;
  margin: 10px 10px 15px;
  padding: 10px;
  border: 1px solid #18a063;
  background-color: #18a063;
  color: #fff;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 1.25rem;
}
.vacancy > .sidebar > div > .contact-person > p {
  margin-bottom: 0;
}
.vacancy > .sidebar > div > .apply > span {
  display: block;
  margin-bottom: 15px;
}
.vacancy > .sidebar > div > .apply > input {
  width: 14rem;
  height: 3rem;
  font-size: 1.4rem;
}
.vacancy > .sidebar > div > .share-vacancy > div {
  height: 36px;
  line-height: 37px;
}

#file-form {
  margin-bottom: 1rem;
}
#file-form > #fileLabel {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
  text-transform: none;
}
#file-form > #fileLabel:hover {
  color: #008def;
}
#file-form > .lableFileStyle {
  border: 1px solid #ced4da;
  background-color: #fff;
  color: #666666;
  margin-bottom: 4px;
}
#file-form > .lableFileStyle > p {
  padding: 0.5rem 1rem;
}
#file-form > .lableFileStyle > ul {
  list-style: none;
  padding: 0.5rem 1rem;
}
#file-form > .lableFileStyle > ul > li > p {
  margin-bottom: 0;
  line-height: 20px;
}
#file-form > p#maxSize {
  padding-left: 5px;
  font-size: 1rem;
  color: #666;
}
#file-form > p#maxSize > .error {
  color: #dc3545;
  font-size: 1rem !important;
}
#file-form > #fileDeleteButton {
  float: right;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
#file-form > #fileDeleteButton:hover {
  color: #dc3545;
}

.vacancy > div, .apply > div {
  padding: 10px;
  margin: 0px;
}
.vacancy > div > div, .apply > div > div {
  background-color: #fff;
  padding: 30px 40px;
}

/* lg */
/* md */
@media (max-width: 991px) {
  .details > .container {
    padding: 0;
  }
  .details > .container .vacancy {
    padding: 0;
  }
  .details > .container .vacancy > .sidebar > .fixed {
    position: unset;
    width: 100%;
  }
  .details > .container .vacancy > .sidebar > .fixed > .share-vacancy {
    justify-content: space-between;
  }
  .details > .container .vacancy > .sidebar > .fixed > .share-vacancy > div {
    height: 44px;
    line-height: 45px;
  }
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  .category-title, .category-quantity {
    font-size: 0.75rem !important;
  }
}
/* xs */
@media (max-width: 767px) {
  .header-index > .container > .top > .logo > img {
    width: 100px;
  }
  .header-index > .container > .top > .slogan {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .search-fields > div {
    margin: 0px;
  }
  .search-fields > div > div {
    padding: 5px;
  }
  #filter_search {
    margin-bottom: 0px;
  }
  #filter_button {
    margin-top: 15px;
    padding: 1rem;
    width: 100%;
  }
  li.bfi-jobs-bg.bfi-bg-image > div > span {
    font-size: 1rem;
  }
  .job-box {
    margin-bottom: 1rem;
  }
  .footer > .container > .footer-header {
    font-size: 2rem !important;
  }
  .footer > .container > .footer-blocks {
    text-align: center;
  }
  .container {
    padding: 0;
  }
  .container > form > .apply {
    padding-right: 0;
  }
  .container .vacancy {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .container .vacancy > .header > div > .title {
    font-size: 1.8rem;
  }
  .container .vacancy > .main > div {
    padding: 1rem;
  }
  .container .vacancy > .main > div > .meta-data {
    font-size: 1rem;
  }
  .container .vacancy > .main > div > .description-box {
    font-size: 1rem;
  }
}
/* XS Portrait */
#account {
  margin-bottom: 25px;
}
#account > .form-group {
  margin-bottom: 10px;
}

textarea#Description, textarea#Requirements {
  min-height: 15rem;
}

.table.applies-per-month > tbody > tr > td:nth-child(1) {
  text-align: right;
}
.table.applies-per-month > tbody > tr > td:nth-child(2) {
  text-align: center;
}

.apply-error {
  padding: 20px;
  margin: 20px;
  border-radius: 6px;
  background-color: #ffe392;
  font-weight: 600;
}

.workflow-apply {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.workflow-apply > .workflow-box {
  max-width: 20rem;
  filter: drop-shadow(3px 4px 15px rgba(0, 0, 0, 0.25));
  border-radius: 4px;
  margin-bottom: 3rem;
}
.workflow-apply > .workflow-box > .top {
  padding: 1.6rem;
  text-align: center;
  border-radius: 4px 4px 0 0;
}
.workflow-apply > .workflow-box > .top > div {
  max-width: 90%;
}
.workflow-apply > .workflow-box > .top > div > p {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}
.workflow-apply > .workflow-box > .top > div > img {
  width: 8rem;
}
.workflow-apply > .workflow-box > .bottom {
  margin-top: -30px;
  -webkit-clip-path: polygon(0 0, 10% 15%, 80% 15%, 90% 0%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 10% 15%, 80% 15%, 90% 0%, 90% 100%, 0 100%);
  padding: 4rem 2rem 1rem 0.5rem;
  text-align: center;
  border-radius: 0 0 4px 4px;
  min-height: 12.5rem;
}
.workflow-apply > .workflow-box > .bottom > p {
  line-height: 1.6rem;
  margin-bottom: 0;
  padding-right: 10px;
}
.workflow-apply > .workflow-box.search > .top {
  background-color: #5591a9;
  -webkit-clip-path: polygon(0 0, 90% 0%, 90% 50%, 100% 65%, 90% 80%, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0%, 90% 50%, 100% 65%, 90% 80%, 90% 100%, 0 100%);
}
.workflow-apply > .workflow-box.search > .bottom {
  background-color: #E5F8FF;
}
.workflow-apply > .workflow-box.mail > .top {
  -webkit-clip-path: polygon(0 0, 90% 0%, 90% 50%, 100% 65%, 90% 80%, 90% 100%, 0 100%, 0% 80%, 10% 65%, 0% 50%);
  clip-path: polygon(0 0, 90% 0%, 90% 50%, 100% 65%, 90% 80%, 90% 100%, 0 100%, 0% 80%, 10% 65%, 0% 50%);
  background-color: #52c3bf;
}
.workflow-apply > .workflow-box.mail > .bottom {
  background-color: #D7FFFE;
}
.workflow-apply > .workflow-box.interview > .top {
  background-color: #36bd78;
  -webkit-clip-path: polygon(0 0, 90% 0%, 90% 100%, 0 100%, 0% 80%, 10% 65%, 0% 50%);
  clip-path: polygon(0 0, 90% 0%, 90% 100%, 0 100%, 0% 80%, 10% 65%, 0% 50%);
}
.workflow-apply > .workflow-box.interview > .bottom {
  background-color: #D1FFE7;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f4f5;
}

.job-tab > nav {
  margin-bottom: 2rem;
}
