@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;
  }

 .footerPosOffertesvervolgbevest{
  bottom: -50px;
}

  .resize{
    width:100% !important;
  }


  .paddzero{

    padding-left:0 !important;
    width: 100% !important;
    display: inline-block;
  }


  .backtoleft{
    text-align:center !important;
  }

  .minder{
    letter-spacing: .1rem !important;
  }

  .mindersmall{
    letter-spacing: 0rem !important;
  }

  .mindersmallsmall{
    letter-spacing: 0rem !important;
    font-size: 1.3rem !important;
  }

  .upstairs{

    margin-top: 25px !important;
  }

  .normargin{
    left:0 !important;
    letter-spacing:0 !important;
    font-size: 1rem !important;
  }

  .normarginright{
    right:0 !important;
    letter-spacing:0 !important;
    font-size: 1rem !important;
  }


    footer.footerPos {
    bottom: -25px;
    height: 80px;
    }


    footer.footerPosHome {
    bottom: 40px;
    height: 80px;
    z-index:-1;
    }


    footer.footerPosHomegegevens {
    bottom: -40px;
    height: 80px;
    z-index:-1;
    }


    footer.footerPosOffertes {
    bottom: -80px;
    height: 80px;
    z-index:-1;
    padding:0 !important;
    }


    footer.footerPosOffertesvervolg {
    bottom: -1420px;
    height: 80px;
    z-index:1;
    padding:0 !important;
    }

    .backtoleft{

    float:left !important;
    }

    .nofloat{
      float:none !important;
    }

    .bedanktcorr{
    top: auto !important;
    }

    .bevest{

    top: 15% !important;
    }

    .hideblock{
    display: none !important;
    }

}



/* 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%;
  }

}

/* Medium screens - md */
@media only screen and (max-width: 767px) {
  .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) {
  .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) {

}
