@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1440px) {
  #indicator {
    background-color: #f0f /*pink 1*/;
  }
  .centerCont {
    float: left;
    width: 100%;
    margin: 0px;
  }
  #currentMQ {
    z-index: 1;
  }
}
/*pink 1*/
@media screen and (max-width: 1279px) {
  #indicator {
    background-color: #0f0;
/*Lime 2*/
  }
  .limeHide {
    display: none;
  }
  .lime {
    visibility: visible;
  }
  #currentMQ {
    z-index: 2;
  }
  .fixedCart {
    display: none;
  }
}
/*Lime 2*/
@media screen and (max-width: 1150px) {
  #indicator {
    background-color: #00c;
/*blauw 3*/
  }
  .blueW100 {
    width: 100%;
  }
  .blueHide {
    display: none;
  }
  #currentMQ {
    z-index: 3;
  }
  .row_cont_mail {
    display: none;
  }
}
/*blauw 3*/
@media screen and (max-width: 1023px) {
  #indicator {
    background-color: #660;
/*kakkie 4*/
  }
  .kakkieW100 {
    width: 100%;
  }
  .kakkieHide {
    display: none;
  }
  #currentMQ {
    z-index: 4;
  }
  .lmSlide_if_fix {
    display: none;
  }
  .hdr_isPinnedBtn {
    display: none;
  }
  .hdr_downBtn {
    display: block;
  }
  .lmSlide {
    display: none;
  }
  .row_cont_mail {
    display: table-row;
  }
}
/*kakkie 4*/
@media screen and (max-width: 900px) {
  #indicator {
    background-color: #999;
/*Grijs 5*/
  }
  .grayW100 {
    width: 100%;
  }
  .grayHide {
    display: none;
  }
  .gray {
    visibility: visible;
  }
  #currentMQ {
    z-index: 5;
  }
  .row_cont_mail {
    display: none;
  }
}
/*Grijs 5*/
@media screen and (max-width: 767px) {
  #indicator {
    background-color: #ff9;
/*yellow 6*/
  }
  .yellowDetable {
    position: relative;
    float: left;
    width: 100%;
  }
  .yellowHide {
    display: none;
  }
  .yellowShow {
    display: block;
  }
  .yellowRelative {
    position: relative;
    float: left;
    width: 100%;
  }
  .yellowAbsolute {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .yellowVierkant {
    height: auto;
    position: relative;
  }
  .yellowVierkant:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .yellowW100 {
    width: 100%;
  }
  .yellowNoMGLR {
    margin-left: 0px;
    margin-right: 0px;
  }
  .yellowClear {
    clear: both;
  }
  .yellowFll {
    float: left;
  }
  .yellowCenter {
    text-align: center;
  }
  .yellowNoAspect {
    content: normal;
    display: inherit;
    padding-top: 0;
  }
  .yellowUndoVierkant {
    position: relative;
    float: left;
  }
  .yellowUndoVierkant::before {
    content: normal;
    display: inherit;
    clear: none;
  }
  .yellowUndoVierkant::after {
/* to clear float */
    content: normal;
    display: inherit;
    clear: none;
  }
  #currentMQ {
    z-index: 6;
  }
  .dropBelowFixedMenu {
    margin-top: 80px;
  }
  .sectionTitle {
    height: 70px;
    background-position: 40px 15px;
    backround-size: auto 40px;
    background-position: 40px 35px;
  }
  .st_text {
    padding-top: 22.5px;
  }
  .st_with_btn {
    height: 140px;
/*padding-top:((114 - 25)/2)px;*/
  }
  .st_btn_cont {
    width: 70%;
    float: left;
    text-align: left;
    clear: both;
    margin-left: 40px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .st_icon {
    height: 70px;
  }
  .lm_fixed {
    left: auto;
    right: 0px;
    height: auto;
    z-index: 1;
  }
  .sectionMargin {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
}
/*yellow 6*/
@media screen and (max-width: 600px) {
  #indicator {
    background-color: #c3f;
/*purple 7*/
  }
  #currentMQ {
    z-index: 7;
  }
  .purpleHide {
    display: none;
  }
  .prdRow {
    font-size: 15px;
  }
  .prdRow input {
    font-size: 14px;
  }
  .prd_ster,
  .prd_naam,
  .prd_prijs,
  .prd_aantal,
  .prd_kar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
/*purple 7*/
@media screen and (max-width: 479px) {
  #indicator {
    background-color: #f90;
/*orange 8*/
/*I Phone staand*/
  }
  #currentMQ {
    z-index: 8;
  }
  .orangeHide {
    display: none;
  }
}
/*orange 8*/
@media screen and (max-width: 319px) {
  #indicator {
    background-color: #600;
/*brown 9*/
  }
}
