@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", sans-serif;
  overflow-x: hidden;
}
header {
  background-color: #072d3b;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 0;
  z-index: 99;
}

.navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
p {
  font-size: 18px;
}
a {
  font-size: 18px;
}
.navbar-nav li a {
  color: #fff;
  margin: 0 25px;
}

.news-image {
  margin-bottom: 10px;
  height: 350px;
  overflow: hidden;
  display: flex;
}

.track-trace {
  color: #fff;
  background-color: #90b528;
  padding: 10px 25px;
  margin-right: 0 !important;
}

.navbar {
  padding: 0;
}

.track-trace:hover {
  text-decoration: none;
  color: #fff;
}

.navbar-toggler {
  position: relative;
  padding: 0;
}

.navbar-toggler-icon {
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.navbar-toggler-icon::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #fff;
}

.navbar-toggler-icon::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 30px;
  background-color: #fff;
}

.active {
  border-bottom: 2px solid #90b528;
}

.nav-link {
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.welcome-section {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  background-image: url('https://vftrockenbau.de/wp-content/uploads/2024/11/home-section1-ezgif.com-optiwebp-scaled.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
}

.welcome-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.22);
}
.center-items {
  display: flex;
  align-items: center;
}
.about-title p {
  padding-right: 80px;
}
.logo {
  height: 80px;
}
.welcome-section .col-md-12 {
  position: unset;
}

.welcome-section h2 {
  font-weight: bold;
  font-size: 70px;
  color: #fff;
  position: relative;
  line-height: 1;
}

.welcome-section h2 span {
  color: #90b528;
}

.btn-group {
  margin-top: 20px;
  position: relative;
}

.btn-group a {
  padding: 17px 25px;
  min-width: 200px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.get-quote {
  background-color: #90b528;
  color: #fff;
  margin-right: 10px;
  border: 2px solid #90b528;
}

.get-quote:hover {
  text-decoration: none;
  color: #fff;
}

.contact-us {
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.4s;
}

.contact-us:hover {
  color: #fff;
  background-color: #90b528;
  border: 2px solid #90b528;
  text-decoration: none;
}

.products-services {
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 150px;
}

.products-services-div h2 {
  color: #00445e;
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

.products-services-div h2 span {
  color: #90b528;
}

.products-serservices-box {
  margin-bottom: 40px;
  position: relative;
  transition: all 0.4s;
  height: 300px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
}

.products-serservices-box:hover {
  transform: translateY(-10px);
}

.products-serservices-box p {
  position: absolute;
  bottom: 10px;
  left: 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.4s;
}

.products-serservices-box img {
  object-fit: cover;
  width: 100%;
}

::selection {
  background-color: #202223;
  color: #fff;
}

.products-services-pagination .swiper-pagination {
  bottom: auto;
  top: -65px;
  display: flex;
  align-items: center;
}

.products-services-pagination .swiper-pagination-bullet {
  background-color: #006a93 !important;
  opacity: 1 !important;
  margin: 0 3px;
  transition: all 0.4s;
}

.products-services-pagination .swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #00afeb;
  opacity: 1;
  background-color: #fff !important;
}

.vf-numbers {
  padding: 100px 0;
  position: relative;
}
.apply-image img {
  width: 100%;
}
.apply-section {
  padding-bottom: 100px;
}
.vf-numbers::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/green-map.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
}
.apply-form input {
  padding: 14px;
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-bottom: 0;
}
.apply-section .news-title {
  margin-bottom: 50px;
}
.apply-form textarea {
  padding: 14px;
  width: 100%;
  border: 1px solid #d7d7d7;
  margin-bottom: 0;
  min-height: 100px;
  margin-bottom: 0;
	max-height: 120px;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
.vf-numbers-box h3 {
  font-size: 40px;
  color: #00445e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.vf-numbers-box h4 {
  font-size: 60px;
  color: #00445e;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.vf-numbers-box p {
  text-align: center;
  color: #00445e;
  font-weight: bold;
  font-size: 20px;
}

ul.tabs {
  padding: 0px;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 27px;
  width: 800px;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  border-bottom: 5px solid #f1faff;
}

ul.tabs li {
  background: none;
  display: inline-block;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
}

ul.tabs li.current::before {
  position: absolute;
  content: "";
  background-color: #90b528;
  width: 100%;
  height: 5px;
  bottom: -5px;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.news-box {
  margin-bottom: 30px;
  transition: all 0.4s;
}

.news-image {
  margin-bottom: 10px;
}
.news-image a {
  width: 100%;
}

.news-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news {
  padding: 100px 0;
  overflow: hidden;
}

.news-title {
  color: #00445e;
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 0;
}
.news-title span {
  color: #90b528;
}

footer {
  background-color: #072d3b;
  padding: 80px 0;
}

.footer-details p {
  color: #fff;
  margin-top: 40px;
}

.footer-info h3 {
  color: #fff;
  position: relative;
  font-size: 27px;
  padding-bottom: 2px;
  margin-bottom: 30px;
}

.footer-info h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 60px;
  background-color: #90b528;
}

.footer-info p {
  color: #fff;
}

.footer-info a img {
  margin-right: 10px;
}

.submit-btn {
  background-color: #90b528;
  color: #fff;
  display: inline-block;
  padding: 12px 45px;
  margin-top: 0;
}

.submit-btn:hover {
  text-decoration: none;
  color: #fff;
}

.pricing-page {
  padding-top: 170px;
  padding-bottom: 20px;
}

.pricing-title h3 {
  color: #00445e;
  font-weight: bold;
  font-size: 60px;
}

.about-title span {
  color: #90b528;
}

.navbar-brand {
  z-index: 9999;
  display: flex;
  align-items: center;
}
.navbar-brand h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  .about-title p {
    padding-right: 0;
  }
  header {
    padding: 0;
  }
  .navbar-nav {
    margin-top: 30px;
    margin-left: 0;
    padding-bottom: 30px;
  }

  .nav-item {
    border: 1px solid #d7d7d7;
    padding: 8px;
    margin: 3px 0;
    text-align: center;
  }

  .active {
    border: 0;
    color: #90b528 !important;
  }

  .active a {
    border-bottom: 0;
  }

  .track-trace-section {
    padding: 90px 0;
  }

  .track-trace-form {
    margin-bottom: 15px;
  }

  .track-trace {
    text-align: center;
    position: relative;
  }
  .navbar-nav li:last-child {
    background-color: #90b528;
  }

  ul.tabs {
    width: 100%;
  }

  ul.tabs li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
	.apply-form {
		margin-top:10px
	}
	.apply-section .news-title {
    margin-bottom: 15px;
  }
  #projekt {
    padding: 30px 0;
  }

  .logo {
    height: 70px;
  }

  .welcome-section {
    min-height: 95vh;
    align-items: flex-end;
    padding: 90px 0;
  }

  .welcome-section h2 {
    font-size: 35px;
  }
  .vf-numbers-box {
    margin-bottom: 35px;
  }
  .btn-group a {
    min-width: auto;
    padding: 12px 15px;
    font-size: 16px;
    width: 100%;
  }

  .btn-group {
    bottom: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .products-services {
    padding: 50px 0;
  }

  .products-services-div h2 {
    font-size: 35px;
    margin-bottom: 55px;
    padding-bottom: 0;
  }
  .news-box {
    margin-bottom: 15px;
  }
  .products-services-pagination .swiper-pagination {
    top: -40px;
  }
  .vf-numbers {
    padding: 50px 0;
    position: relative;
  }

  .vf-numbers-box h3 {
    font-size: 35px;
  }

  .vf-numbers-box h4 {
    font-size: 35px;
  }

  ul.tabs {
    overflow-x: scroll;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 0;
  }

  ul.tabs li {
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
    width: fit-content;
  }

  ul.tabs li.current {
    background-color: #00445e;
    color: #fff;
  }

  ul.tabs li.current::before {
    display: none;
  }

  .news-title {
    font-size: 35px;
  }

  .news {
    padding: 50px 0;
  }

  .news-details h3 a {
    font-size: 20px;
  }
  footer {
    padding: 50px 0;
  }

  .footer-details img {
    max-height: 45px;
  }

  .footer-details p {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .footer-info h3 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 22px;
  }

  .footer-info a img {
    height: 30px;
  }

  .news-page {
    padding-top: 120px;
  }

  .news-page {
    padding-top: 120px !important;
  }

  .news-title {
    text-align: left;
  }
}
