@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1650px) {

}

@media only screen and (max-width: 1520px) {

}

@media only screen and (max-width: 1399px) {
  .personField {
    right: 14%;
  }


  .container-full {
    padding-top: 300px;
  }

  .orderOuter {
    top: auto;
    transform: none;
  }

  footer {
    position: relative;
    /* bottom: auto; */
    padding-top: 80px;
    padding-bottom: 50px;
  }

  footer.footerPos {
    bottom: auto;
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

/* Big screens - xl */
@media only screen and (max-width: 1199px) {
  .displayBig {
    display: block;
  }

  .hideBig {
    display: none;
  }

  .personField {
    right: 10%;
  }

  .tab {
    padding-right: 30%;
  }

  .orderOuter.bevestigingOuter {
    top: auto;
    transform: none;
  }

  footer.footerPos {
    padding-top: 80px;
    padding-bottom: 50px;
  }

}

/* Large screens - lg */
@media only screen and (max-width: 991px) {
  .displayLarge {
  display: block;
  }

  .hideLarge {
  display: none;
  }

  .tab {
    padding-right: 0;
  }

  .personField {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    padding-top: 25px;
  }

  .container-checkbox {
    display: block;
    width: 100%;
  }


  footer{
    margin-top: -250px;
  }

}

/* Medium screens - md */
@media only screen and (max-width: 767px) {

  footer{
    margin-top: -250px;
  }
  .displayMedium {
    display: block;
  }

  .hideMedium {
    display: none;
  }

  .tabbtnOuter {
    display: block;
    margin: 20px 0;
  }

  .tablinks {
    width: 100%;
  }

  .verzendBtn {
    width: 95%;
  }

  .backgroundHeader {
    background-position: 48%;
  }

}

/* Small screens and phones - sm */
@media only screen and (max-width: 575px) {


  footer{
    margin-top: -190px;
  }

  .displaySmall {
    display: block;
  }

  .hideSmall {
    display: none;
  }

  .tcrlogoOuter img {
    width: 80%;
  }

  .tabOuter {
    padding: 50px 20px 80px 20px;
  }

  .tabinnerTitel h2 {
    font-size: 32px;
  }

  .tabinnerPrice h3 {
    font-size: 82px;
  }

  .topFooter p, .topFooter a, .topFooter span {
    margin: 0;
  }

  .tabinnerTitel h1 {
    font-size: 64px;
  }

}

/* Extra small screens and phones - col */
@media only screen and (max-width: 450px) {

}

@media only screen and (max-width: 340px) {

}
