/* For mobile phones: */
@media only screen and (max-width: 700px) {

    #navQueryMobile{
      display:none;
    }

    #MenuDesktop{
      display: none;
    }

    #HeaderDesktop{
      display: none;
    }

    #ContentContact{
      margin-top: 80px;
    }

    #ContentCandidater{
      margin-top: 35px;
    }

    #FollowingStep{
      display: none;
      }

      .fontdowncompanies{
        font-size: 20px;
        margin-left:20px;
      }

  }

@media only screen and (min-width: 800px) {
  #navQueryMobile{
    display: block;
  }

  #HeaderMobile{
    display: none;
  }

  #MenuMobile{
    display: none;
  }

  #MenuDesktop{
    display: block;
  }

  #ContentContact{
    margin-top: 30px;
  }

  #ContentCandidater{
    margin-top: 35px;
  }

  #FollowingStep{
    margin-top: -500px;
  }

  .fontdowncompanies{
    font-size: 40px;
    margin-left:20px;
  }
}

 /*  @media only screen and (min-width: 768px) {

    #navQueryMobile{
      display: block;
    }

    #HeaderMobile{
      display: none;
    }

    #MenuMobile{
      display: none;
    }

    #MenuDesktop{
      display: block;
    }

    #ContentContact{
      margin-top: 30px;
    }

    #ContentCandidater{
      margin-top: 35px;
    }

    #FollowingStep{
      margin-top: -500px;
    }

    .fontdowncompanies{
      font-size: 40px;
      margin-left:20px;
    }
  } */