.nav-item.dropdown:hover .dropdown-menu {
  animation: fadeIn 0.3s forwards;
  }
  @keyframes fadeIn {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
  }
  .nav-item.dropdown .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: none;
  animation: fadeOut 0.3s forwards;
  left: 52%; /* Zentriere das Dropdown relativ zum übergeordneten Element */
  transform: translateX(-50%); /* Zentriere horizontal */
  }
  .nav-item.dropdown.show .dropdown-menu {
  animation: fadeIn 0.3s forwards;
  }
  .nav-item.dropdown .dropdown-menu a {
  color: #333;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  }
  .nav-item.dropdown .dropdown-menu a:hover {
  background-color: transparent;
  }
  .nav-item.dropdown .dropdown-menu {
  background-color: blue;
  color:white;
  }
  .nav-item.dropdown.show .dropdown-menu {
  display: block;
  animation: fadeIn 0.3s forwards;
  }
  .nav-item.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border: none;
  animation: fadeOut 0.3s forwards;
  }
  /* Stil für die leuchtend blaue Linie */
  .divider-line {
  border-top: 1px solid #007BFF; /* Hier kannst du die gewünschte Farbe einstellen */
  }
  .dropdown-open  {
  max-height: 200px; /* Die gewünschte Höhe des geöffneten Dropdown-Menüs */
  transition: max-height 0.3s ease-in-out; /* Füge eine sanfte Animation hinzu */ 
  height: auto;
  }
  .dropdown-header{
  text-align: center;
  }

@media (max-width: 1300px) {
}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    height: auto;
  }

  .quote_btn-container {
    display: none;
  }

  .custom_nav-container .navbar-nav {
    margin: 0;
    margin-left: auto;
    align-items: center;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section {
    padding: 75px 0;
  }

  .contact_section .img-box {
    margin-top: 45px;
  }

  .info_section .row>div:nth-child(1) {
    margin-bottom: 25px;
  }

  .info_section .row>div:nth-child(2) {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .hero_area {
    border-radius: 0 0 0px 0;
  }

  .slider_section .detail-box {
    margin-top: 45px;
  }

  .about_section {
    border-radius: 100px 0 100px 0;
  }

  .about_section .img-box {
    margin-top: 45px;
  }

  .contact_section .row {
    flex-direction: column-reverse;
  }

  .contact_section .map_container {
    margin-left: 0;
    margin-bottom: 45px;
    height: 375px;
  }

  .info_section .row>div:nth-child(3) {
    margin-bottom: 35px;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }

  .info_section .info_links {
    align-items: center;
  }

  .info_section form input {
    text-align: center;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.map-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.map-container iframe {
  position: absolute;
  top: 0;
  width: 85%;
  height: 100%;
}

@media (max-width: 768px) {
  .map{margin-left:7.5%}
}
@media (min-width: 780px) {
.part{
   margin-left:0%;
}.map{margin-left:30%}}

@media (min-width: 1280px) {
.partnered{
   margin-left:25%;
}
.map{margin-left:25%}
}

.respons{width:100%}