/* contact nav */
@media screen and (max-width: 992px) {
  .contact-nav {
    display: none;
  }
}


/* main nav */
@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block !important;
  }

  .nav-link {
    padding: 1.5rem 0 !important;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .navbar-nav {
    padding: 0 1rem;
  }

  .nav_custom .navbar-brand {
    display: inline-block;
    margin-left: 1rem;
  }
}




@media (max-width: 1199.98px) { 
  .about h1 {
    font-size: 30px;
    margin-bottom: 11px;
  }
  .blog figure figcaption{
    padding: 30px;
  }
  .blog figure figcaption li {
    font-size: 15px;
    margin-top: 12px;
  }
}
@media (max-width: 991.98px) { 
  #header_slider {
    height: 32rem !important;
  }
  .navbar-nav {
    background: #125A2A;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #212121;
    padding: 0;
  }
  .nav_custom.nav_active .navbar-nav{
    background: #fff;
  }
  .nav-item {
    padding: 0px 10px;
    border-bottom: 1px dashed #828282;
  }
  .nav-item:last-child{
    border-bottom: none;
  }
  .accordion .card-header{
    padding: 5px;
  }
  .accordion .btn-link {
    white-space: collapse;
    text-align: left;
  }
  .about, .anfahrt{
    padding-top: 0;
  }
 }
@media (max-width: 767.98px) { 
  .nav_custom.nav_active{
    padding-bottom: 27px;
  }
  header .d-flex {
    display: block !important;
  }
  header .cover .content h1{
    margin-bottom: 10px;
  }
  header .btn-equal {
    font-size: 12px;
    max-width: 134px;
    margin: 3px;
    margin-bottom: 3px;
  }
  footer h4 {
    font-size: 16px;
    font-weight: bold;
  }
  footer p, footer a{
    font-size: 11px;
    line-height: 20px;
  }
 }
@media (max-width: 575.98px) { 
  .h2, h2{
    font-size: 28px !important;
  }
  .nav_custom.nav_active{
    padding-bottom: 0;
  }
  header .cover .content{
    padding: 0 20px;
  }
  header .cover .content h1, h1{
    font-size: 28px;
  }
  .service{
    padding-top: 0;
  }
  footer h4{
    font-size: 24px;
  }
  footer p, footer a {
    font-size: 16px;
    line-height: 30px;
  }
  .footer-widget {
    margin: 20px 0;
  }
  .quote .button {
    margin: auto;
    display: block;
    width: 210px;
    text-align: center;
    font-size: 14px;
  }
 }


 @media (max-width: 340px){
  .about h1 {
    font-size: 21px;
  }
  header .cover .content h1, h1 {
    font-size: 20px;
  }
  .swiper-slide{
    width: 100% !important;
  }
  .quote h2 {
    text-align: center;
    font-size: 21px !important;
  }
  .accordion .btn-link,
  .accordion .card-body{
    font-size: 12px;
    line-height: normal;
  }
 }