@media only screen and (max-width: 1620px) {
  #image2, .nav-tel p {
    display: none;
  }

  .btn-div {
    margin: auto;
  }

}

@media only screen and (max-width: 1440px) {
  #about-us .text-container {
    text-align: left;
  }



  .nav-tel > p,
  #image2 {
    display: none;
  }

  .nav-tel{
    margin-right: 2rem;
  }

  #start1 .text-container p,
  #start1 .text-container h1 {
    max-width: 100%;
  }

  #start1 .text-container {
    max-width: 60%;
    margin: auto;
  }

  header > div,
  header {
    padding: 0;
  }

  #logo {
    margin: .6rem;
    margin-left: 2rem;
  }

  #dots-1,
  #dots-2,
  #dots-3,
  #dots-4,
  #dots-5 {
    opacity: 0.4;
  }

  .offer-grid {
    gap: 0;
  }

  .offer-grid {
    grid-template-columns: 1fr;
  }

  #start1,
  #kontakt {
    display: flex;
    flex-direction: column;
  }

  #kontakt {
    text-align: center;
    padding: 4rem 2rem;
    padding-top: 8rem;

  }

  section,#privacy-policy-container {
    padding: 0 5%;
  }

  #start1 {
    padding-top: 15%;
  }

  .offer-grid ul li {
    padding: 0.4rem;
  }

  #image1 {
    margin: auto;
  }

  #about-us.flex-row,
  #testimony .flex-row {
    flex-direction: column;
  }

  #start1 .flex-row {
    flex-wrap: wrap;
  }

  #testimony img,
  #kontakt > img {
    display: none;
  }

  footer {
    padding: 5rem 10%;
  }

  footer .contact .flex-row2{
    gap: .6rem;
  }
}

@media only screen and (max-width: 840px) {
  .nav-tel > p{
    display: block;
    font-size: 12px;
    display: inline-block;
  }
  .nav-tel{
    position: absolute;
    display: block;
    top: 72px;
    left: 150px;
    right: 0px;
    text-align: right;
    padding: 5px 15px 5px 15px;
    margin-right: 0px;
  }
  #tel {
    font-size: 14px;
  }
  .nav-tel * {
    display: inline-block;
  }
  .nav-tel img{
    width: 12px;
    height: auto;
  }

  .nav-tel2{
    display: block;
  }
  #kontakt {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 720px) {
  html {
    font-size: 55%;
  }

  #button-img{
    max-width: 70%;
  }
  
  #start1 {
    padding-top: 25%;
  }

  h1 {
    font-size: 3.6rem;
  }

  nav{
    margin-left: 2rem;
    gap: 2rem;
  }

  .text-container {
    text-align: center;
  }

  nav a img {
    width: 10px;
  }
  .text-container,
  #start1 .text-container,
  #about-us .text-container {
    max-width: 100%;
  }

  #logo,
  header > a {
    /* display: none; */
    height: 60px;
  }

  #image1,
  #image3 {
    width: 80%;
  }

  #image4{
    width: 50%;
  }

  #image3,
  #start1 a img,
  #image3,
  #image4 {
    margin: auto;
  }

  .flex-row2 {
    flex-direction: column;
    align-items: center;
  }

  #text-content {
    margin: 0;
  }

  #logo{
    padding: 0;
    padding-bottom: .5rem;
    margin:.5rem;
  }

  /* #start1 .text-container {
    width: min-content;
  } */

  header {
    background-color: white;
  }

  header > div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2.5rem 0 1.5rem 0;
  }

  footer {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 5rem;
  }

  footer > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #oferta img {
    display: none;
  }

  #testimony div {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  footer .contact .flex-row2{
    flex-direction: row;
    align-items: center;
  }

  footer .contact .flex-row2 p{
    margin: 0;
  }
  #image4 {
    display: none;
  }
  .nav-tel{
    top: 65px;
    background-color: #efefef;
    left: 90px;
  }
  #logo {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 500px) {
  #start1 {
    padding-top: 160px;
  }
  h1, h2 {
    font-size: 3rem;
  }
}


@media only screen and (max-width: 500px) {
  .nav-tel{
    left: 00px;
  }
  #logo {
    margin-left: 10px;
  }
}
