
@media only screen and (max-width: 768px) { 
     .cookie-consent-modal{
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: end;
        background-color: rgba(0,0,0,0.5);
        position: fixed;
        z-index: 999;
        display: none;
        align-items: center;
    }
    
    /* home banner  */
    .home-banner{
       /* padding: 0px; */
     }
    .banner-img{
      width: 100%;
      height: 430px;
    }
    .home-banner__title{
        font-size: 20px;
      }

    .request-form__wrap{
      display: block;
      margin-top: 32px;
    }

    .request-form__right{
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .request-form{
      width: 96%;
    }
  
    .summary{
      margin: 32px 0;
    }
    .summary h1{
        font-size: 16px;
      }
      .summary h6{
        font-size: 12px;
      }
    
    /* solutions    */
    .solutions-wrap{
      padding: 10px;
      margin-top: 20px;
    }
    .solutions-items{
        padding-top: 20px; 
      }
  

    /* service  */
    .service-title{
        font-size: 24px;
        margin-bottom: 32px;
      }
    
    /* mitgelieferte-wrap */
    .mitgelieferte-wrap{
        padding: 36px 0px 16px 0px;
    }

    .mitgelieferte-img{
        width: 100%;
        height: 475px;
      }
   
      /* kontaktieren sie uns  */
      .kontaktieren{
        background-size: auto;
      }
      .sie-uns__title{
        font-size: 20px;
      }
      


    /* Footer */
    .footer-bg{
        padding: 32px 14px 48px 14px;
      }
    .footer-logo{
        width: 204px;
    }
    
    .kontakt-title{
        font-size: 16px;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    .legal-items{
        margin-top: 48px;
        justify-content: center;
    }


  /* pages  */
  .pages__row{
    display: block;
    margin-top: 24px;
  }
  .text-box{
    width: 100%;
    text-align: center;
  }

  .pages-banner__legal{
    padding: 10rem;
  }
}


@media only screen and (max-width: 576px) {
    .nav-logo{
      width: 70%;
      padding-left: 1rem;
    }
    .nav-bg{
      padding: 10px 0 10px 0 !important;
    }
      /* .active{
        width: 24px;
      } */
    
    /* cookie */
    .cookie-consent-modal{
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: end;
      background-color: rgba(0,0,0,0.5);
      position: fixed;
      z-index: 999;
      display: none;
      align-items: center;
  }
    .content{
        width: 390px;
        padding: 35px;
        border-radius: 4px;
    }
    

    /* home banner  */
    .home-banner{
       padding: 0px;
     }
    .banner-img{
      width: 100%;
      padding: 2rem;
    }
    .home-banner__title{
        font-size: 20px;
      }

    .request-form__wrap{
      display: block;
      margin-top: 32px;
    }

    .request-form__right{
        display: flex;
        align-items: center;
        gap: 22px;
    }

    .request-form{
      width: 96%;
    }
  
    .summary{
      margin: 32px 0;
    }
    .summary h1{
        font-size: 16px;
      }
      .summary h6{
        font-size: 12px;
      }
    
    /* solutions    */
    .solutions-wrap{
      padding: 10px;
      margin-top: 20px;
    }
    .solutions-items{
        padding-top: 20px; 
      }
  

    /* service  */
    .service-title{
        font-size: 24px;
        margin-bottom: 32px;
      }
    
    /* mitgelieferte-wrap */
    .mitgelieferte-wrap{
        padding: 36px 0px 16px 0px;
    }

    .mitgelieferte-img{
        width: 100%;
        height: 475px;
      }
   
      /* kontaktieren sie uns  */
      .kontaktieren{
        background-size: auto;
      }
      .sie-uns__title{
        font-size: 20px;
      }
      


    /* Footer */
    .footer-bg{
        padding: 32px 14px 48px 14px;
      }
    .footer-logo{
        width: 204px;
    }
    
    .kontakt-title{
        font-size: 16px;
        margin-top: 32px;
        margin-bottom: 24px;
    }
    .legal-items{
        margin-top: 48px;
        justify-content: center;
    }


  /* pages  */
  .pages__nav-bg{
    padding: 10px 0 10px 0 !important;
  }
  .pages__row{
    display: block;
    margin-top: 24px;
    padding: 0;
  }
  .text-box{
    width: 100%;
    text-align: center;
  }
  .text-box h6{
    font-size: 20px;
  }
  .pages-banner__legal{
    padding: 12rem;
  }
}

