.navbar {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:576px) {
  .navbar {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .navbar {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .navbar {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .navbar {
    max-width: 1140px;
  }
}

.input-margin {
  margin-bottom: 1rem;
}

.form-control::placeholder, .form-select::placeholder {
  color: white;
}

#submit:hover, #submit:active {
  background-color: white !important;
  color: var(--fekete);
  border-color: var(--fekete)!important;
}

.job-head {
  font-size: 24px;
}

.separator {
  padding: 0px 10px;
}

.phone-link {
  font-weight: 700;
  color: var(--fekete);
  text-decoration: none;
}

.mail-link {
  color: var(--fekete);
  text-decoration: none;
}

.mini-icon {
  height: 20px;
  width: auto;
  margin-right: 5px;
}

.job-card {
  background-color: white;
  padding: 20px 20px;
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-image: none;
  width: 40px;
  height: 160px;
}

.carousel-control-prev-icon::after {
  content: '‹';
  color: var(--md-kek);
  font-size: 5rem;
}

.carousel-control-next-icon::after {
  content: '›';
  color: var(--md-kek);
  font-size: 5rem;
}

.mobile-prev {
  left: 0 !important;
}

.mobile-next {
  right: 0 !important;
}

@media (max-width: 576px) {
  .sub-heading {
    width: 100% !important;
    font-size: 18px !important;
  }
}

.sub-heading {
  color: white;
  width: 660px;
  font-size: 24px;
}

body, html {
  overflow-x: hidden;
}

.overlay-text {
  color: white;
  font-size: 34px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 38px;
}

@media (max-width: 576px) {
  .overlay-text {
    color: white;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 38px;
  }
}

.h-line {
  height: 1px;
  background-color: white;
}

