

@media screen and (max-width: 736px) {
  .h3{
    margin-bottom: 45px;
    margin-top: 45px;
  }
.logo{
  display: none!important;
}
  .btn-contact {
    margin-top: 25px!important;
  }

  .angebot3{
    margin-bottom: 35px!important;
    }
    .angebot2{
      margin-bottom: 35px!important;
      }

    .angebot{
      width: 100%!important;
      margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
  .h3{
    margin-bottom: 45px;
    margin-top: 45px;
  }
  .logo{
    display: none!important;
  }

    .btn-contact {
      margin-top: 25px!important;
    }

  .angebot3{
    margin-bottom: 35px!important;
    }
    .angebot2{
      margin-bottom: 35px!important;
      }
      .angebot{
        width: 100%!important;
        margin-bottom: 30px;
      }
}
