@font-face {
  font-family: 'Be Vietnam Pro';
  src: url('../fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: 400;

}

html,
body {
  font-family: 'Be Vietnam Pro', sans-serif;
}

:root {
  --text-color: #001123;
  --white: #ffffff;
  --gray-bg: #F5F5F5;
}

.text-primary {
  --bs-text-opacity: 1;
  color: #004289 !important;
}

.title1 {
  font-size: 48px;
  font-weight: 700;
  font-family: inherit;
  padding-bottom: 20px;
  padding-top: 20px;

}

.title2 {
  font-family: Be Vietnam Pro;
  font-weight: 500;
  font-size: 36px;
  line-height: 100%;
}

.title3 {
  font-family: Be Vietnam Pro;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  text-align: left;
  padding-top: 10px;
}

.title4 {
  font-family: Be Vietnam Pro;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;

}

.title5 {
  font-family: Be Vietnam Pro;
  font-weight: 400;
  font-size: 20px;

}

.title6 {
  font-family: Be Vietnam Pro;
  font-weight: 400;

  font-size: 16px;
  line-height: 24.6px;
  display: flex;
  justify-content: space-between;

}

.small-text {
  font-size: 14px !important;
}

/*header*/

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  align-content: center;
}

.header .nav-item {
  border: none;

}

.right {
  margin-right: -90px;
}

.navbar-nav {
  margin-right: 10px !important;
}

.navbar-nav .nav-link {
  color: #004289;
  font-weight: 500;
  margin-right: 5px;
  border: none;
  font-size: 16px;
}

.header.navbar-nav .nav-link:hover {
  color: #001123;
}

.btn-custom {
  background-color: #004289;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  color: #004289;
  background-color: #fff;
  border: 1px solid #004289;
}


.btn-custom2 {
  color: #004289;
  background-color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  transition: 0.3s;
}

.btn-custom2:hover {
  background-color: #004289;
  color: #fff;
}

.lang-switch a {
  color: #004289;
  font-weight: 600;
  margin-left: 10px;
  text-decoration: none;
  font-size: 18px;
}

.lang-switch a:hover {
  color: #001123;
}

/*hero*/

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00428980;
}

.carousel-caption {
  top: 0;
  bottom: 0;
  transform: none;
}

.carousel-caption h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.carousel-caption p {
  font-size: 1rem;
}

.carousel-caption {
  z-index: 2;
}

.carousel-caption a.btn {
  margin-top: 15px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
}

.carousel-indicators {
  z-index: 99 !important;
  margin-bottom: 100px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.steps-list {
  font-family: inherit;
  font-weight: 400;
  font-size: 20px;
}

.steps-list li {
  margin-bottom: 12px;
  line-height: 1.4;
}

/*form*/
.form-bg {
  background-color: #F5F5F5;
}

.form-heading-bg {
  background-color: #004289;
}

.form-control {
  border-radius: 0 !important;
  border: 1px solid #868686 !important;

  background-color: #00000000 !important;
  color: #000 !important;
}

.form-select {
  border-radius: 0 !important;
  border: 1px solid #868686 !important;
  box-shadow: none;
  background-color: #00000000 !important;
  color: #000;
}

.form-control:focus,
.form-select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #868686 !important;
}

.form-control,
.form-select {
  height: 60px;
  font-size: 16px;
  padding: 0 10px;
  box-sizing: border-box;
}

.form-bg .row>.col-12 {
  margin-bottom: 3px;
}

.form-control::placeholder,
.form-select::placeholder {
  font-size: 16px;
  color: #000000;
  opacity: 1;
}

.section-container {
  padding: 50px 0;
}

.section-header {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-subheader {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

.section-custom-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 60px 0;
}


.image-background {
  background-color: #003B73;

  padding: 40px 20px;
  border-radius: 8px;
}

.image-wrapper {
  flex: 1;

}

.image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 0px;
}

.img-section {
  width: 72%;
}

.imgtextmobile .image-wrapper img {
  background: #004289;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.imgtextmobile .img-bg {
  background: #004289;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-description {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1rem;

}

.custom-btn {
  background-color: #007bff;
  color: white;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  border: none;
}

.custom-btn:hover {
  background-color: #0056b3;
  color: white;
}

.custom-btn-red {
  background-color: #DF2B2B;
  color: white;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.custom-btn-red:hover {
  background-color: white;
  color: #DF2B2B;
  border: 1px solid #DF2B2B;
}


.image-row {
  gap: 15px;
}

.img-text {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.8) 70%,
      #004289 30%);
}


.icon-badge {
  position: absolute;
  top: -20px;
  left: 20px;
  background-color: #004b9b;
  padding: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-badge img {
  width: 40px;
  height: 40px;
}



.mehr-link {
  color: red;
  font-weight: 500;
  text-decoration: none;
}

.mehr-link:hover {
  text-decoration: underline;
}

.row-equal>[class*='col-'] {
  display: flex;
}

.card {
  flex: 1 1 auto;
}

.card {
  position: relative;
  padding-top: 30px;
  height: 100%;
  border: 0.5px solid #004289;

}

.Leistungen-container {
  background-color: #F5F5F5;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
}

.section-subheading {
  font-size: 1rem;
  color: #333;
}

.label-text {
  color: #004b9b;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}

.icon-image {
  max-width: 139px;
  margin-top: 20px;
}

.nav-tabs .nav-link {
  border: none;
  font-weight: 500;
  color: #6c757d;
}

.nav-tabs .nav-link:hover {
  border: 0px;
}

.nav-tabs .nav-link.active {
  color: #004b9b;
  border: 0px;
}

.tab-content {
  padding-top: 30px;
}

.tab-pane img {
  max-width: 100%;

}

.nav-item {
  border-right: 1px solid #00000033;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.border-primary {
  color: #004289;
}

.custom-gradient-section {
  background: linear-gradient(to bottom, #004289, #001123);
  color: white;
  padding: 60px 0;

}

.custom-gradient-section h1,
.custom-gradient-section h6,
.custom-gradient-section p {
  color: white;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #000;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);

}

.cta-gradient-section {
  background: linear-gradient(to left, #001123, #004289);

  color: white;
  padding: 60px 0;

}

.cta-gradient-section .border {
  max-width: 914px;
}

.custom-hr {
  border: 1px solid white;
  width: 914px;
  margin: auto;

}

.accordion-button:not(.collapsed) {
  color: inherit;
  background-color: inherit;
  box-shadow: none !important;
}

.accordion-button:focus,
.accordion-button:active {
  outline: none !important;
  box-shadow: none !important;
}

.accordion-button::after {
  filter: invert(0);
}

.accordion-item,
.accordion-item .accordion-button {
  border-radius: 0;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 0 !important;
}

.title-border {
  width: 2%;
  color: #004289;
  height: 2px;
}

.contact-box {
  max-width: 400px;
}

.map .small-text {
  font-size: 15px;
  line-height: normal;
}

.imgtextmobile {
  display: none !important;
}

.label-text {
  display: inline-flex;
  position: relative;
  justify-content: center;
}

.label-text::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #004b9b;
  bottom: -5px;
}

.label-text2 {
  display: inline-flex;
  position: relative;
  justify-content: center;
}

.label-text2::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #ffffff;
  bottom: -5px;
}

.contact-box {
  margin-top: -96px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

.quicklinks {
  text-align: left !important;
}

.footer-menu {

  width: fit-content;
  margin: 0 0 0 auto !IMPORTANT;
}

.tab-section .nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link.active {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
}

.tab-section .nav-item {
  border-right: 1px solid #00000033;
  margin-bottom: 10px;

}

.tab-section .nav-item #third-tab {
  border-right: 0 !important;
}

.carousel-item {
  height: 85vh !important;

}

.carousel-item img {
  object-fit: cover;
  align-items: center;
  height: 85vh !important;
}

/* Show only on mobile */
@media (max-width: 991px) {
  .form-img .main-row {
    flex-direction: column-reverse;
  }

  .carousel-item {
    height: 90vh !important;

  }

  .carousel-item img {
    object-fit: cover;
    align-items: center;
    height: 90vh !important;
  }

  .imgtextdesktop {
    display: none;
  }

  .imgtextmobile {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 1.5rem;
  }

  .list-with-button li.last-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .list-with-button li.last-item a {
    margin-top: 1rem;
    align-self: flex-start;
  }

  .quicklinks a {
    display: block;
    margin-bottom: 2px;

  }

  .title1 {
    font-size: 32px;
  }

  .title3 {
    font-size: 24px;
  }

  .title5 {
    font-size: 16px;
  }

  .title4 {
    font-size: 20px;
    line-height: 1.3;
  }

  .title6 {
    font-size: 14px;
  }

  .d-flex button img {
    width: 35px;
    height: 35px;

  }

  .d-flex button h5 {
    font-size: 1rem;

  }

  .d-flex.flex-column button {
    margin-left: 40px;
    margin-right: 40px;
  }

  .nav-tabs {
    justify-content: flex-start !important;
    border-bottom: none !important;
  }

  .nav-tabs .nav-item {
    flex: 1 1 100%;
    border: none !important;
  }

  .nav-tabs .nav-link {
    border: none !important;
    text-align: left;
    padding-left: 0;
  }

  .karriere img {
    display: none;
  }

  .werkvertrag img {
    display: none;
  }

  .btn-custom {
    font-size: 12px;
  }

  .small-text {
    font-size: 12px;
  }

  .carousel-caption p {
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
  }

  .carousel-caption .title1 {
    text-align: left;
    font-size: 32px;
  }

  .carousel-indicators {
    position: absolute;
    margin-bottom: 110px;

  }

  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .custom-hr {
    width: 70%;
  }


  .carousel-caption {
    z-index: 2;
  }

  .carousel-caption {
    top: 0;
    bottom: 0;
    transform: none;
  }

  .text-center {
    text-align: center !important;
  }

  .align-items-center {
    align-items: center !important;
  }

  .justify-content-center {
    justify-content: center !important;
  }

  .flex-column {
    flex-direction: column !important;
  }

  .carousel-caption {
    position: absolute;
    bottom: 1.25rem;
    left: 8%;
    color: #fff;
    text-align: left;
  }

  .carousel-caption .btn-custom {
    background-color: #fff;
    color: #004289;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
    align-items: flex-start;
  }

  .custom-gradient-section .title-border {
    width: 16px;
    color: #ffffff;
    height: 2px;
  }

  .footer-menu {
    width: 100%;
    margin: 0 0 0 auto ! IMPORTANT;
  }

}

.outer-img {
  left: 100%;
  top: 0px;
  height: 100%;
  width: 300px;
}

.imgtextdesktop {
  overflow: hidden !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar .btn-custom {
    margin-right: 10px !important;
    padding: 10px 10px !important;
    font-size: 12px !important;
  }

  .lang-switch a:first-child {
    margin: unset !important;
  }

  .title1 {
    font-size: 36px;
  }

  .title3 {
    font-size: 26px;
  }

  .navbar-nav .nav-link {
    font-size: 13px !important;
  }

  .lang-switch a {
    font-size: 12px !important;
  }

  .title4 {
    font-size: 21px;
  }

  .form-control, .form-select{
    height: 48px !important;
  }
}