/*320 px Mobile portrait
480 px Mobile landscape
600 px Small tablet
768 px Tablet portrait
1024 px Tablet landscape/Netbook
1280 px & greater — Desktop*/

@media only screen and (max-width: 767px) {
  .hide_on_mobile {
    display: none !important;
  }
  .hide_overflow_on_mobile {
    overflow: hidden;
  }
  body.debug {
    /*background-image: url('../../assets/bg/debug-mobiel.png');*/
  }

  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  .call-to-action-button {
    font-size: 0.8em;
  }
  .header-telephone {
    font-size: 1em;
  }

  .container-header {
    /*background-color: #2d2d2d;*/
  }
  .page-header-fixed-background {
    /*display: block;*/
    height: 100px;
  }
  .page-header-fixed {
    width: 95%;
    height: auto;
    overflow: visible;
  }
  .page-header {
    /*width: inherit;*/
    /*min-height: 100px;*/
  }
  .page-header-with-carousel {
    height: 380px;
  }
  .mobile-menu-link {
    width: 73px;
    font-size: 73px;
    float: left;
    margin-left: -10px;
    margin-top: 10px;
    margin-right: 10px;
  }
  .mobile-menu-link a,
  .mobile-menu-link a:visited,
  .mobile-menu-link a:active,
  .mobile-menu-link a:hover {
    color: #fff;
  }
  .mobile-menu-link a span {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
  }
  .mobile-menu-link a.active span {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    color: #e94e1b !important;
  }
  a.mplus-logo img {
    width: 64px;
    height: 63px;
  }
  a.mplus-logo {
    position: absolute;
  }
  ul.header-menu {
    position: absolute;
    background-color: #2d2d2d;
    clear: both;
    top: 100px;
    left: 0;
    right: -20px;
    margin-left: -15px;
    margin-right: 15px;
    padding-top: 15px;
  }
  ul.header-menu li {
    float: left;
    width: 50%;
  }
  ul.header-menu li.home {
    display: list-item;
  }
  ul.header-menu li a {
    width: 100%;
    height: 41px;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-right: 5px;
    text-align: left;
    background-position: 10px 0px;
    font-size: 1.3em;
    /*background-color: blue;*/
  }
  ul.header-menu li.selected a {
    color: #e94e1b;
  }
  ul.header-menu li a.zorg {
    padding-top: 0px;
  }

  .page-header .header-side {
    margin-right: 10px;
    margin-top: 15px;
  }

  .header-telephone span {
    margin-right: 0;
  }

  .header-telephone {
    font-size: 0.7em;
  }

  .header-demo-download .normal-text {
    display: none;
  }
  .header-demo-download .compact-text {
    display: block;
  }

  .content-wrapper {
    /*margin-top: 110px;*/
  }  

  .menu .home-menu-item .menu_item {
    margin-top: 0;
    padding-top: 5px;
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 60px 60px;
    border-top-right-radius: 0;
    height: 90px;
  }
  .menu .home-menu-item .menu_item:hover {
    background-color: #f8f8f8;
  }
  .menu .home-menu-item img {
    display: none;
    position: absolute;
    opacity: 0.2;
    max-width: 320px;
    max-height: 150px;
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
  }
  .menu .home-menu-item h2 {
    font-size: 1.1em;
  }
  .menu .home-menu-item .title {
    text-align: center;
    border-bottom: none;
    margin-right: 0;
    height: auto;
    text-shadow: -1px -1px 1px #fff,
      1px -1px 1px #fff,
      -1px 1px 1px #fff,
      1px 1px 1px #fff;
  }
  .menu .home-menu-item .text,
  .menu .home-menu-item .link,
  .menu .home-menu-item:hover .link {
    display: none;
  }
  .menu .home-menu-item.horeca .menu_item {
    background-image: url('../../assets/img/horeca-icon-selected-64.png');
  }
  .menu .home-menu-item.sport .menu_item {
    background-image: url('../../assets/img/sport-icon-selected-64.png');
  }
  .menu .home-menu-item.retail .menu_item {
    background-image: url('../../assets/img/retail-icon-selected-64.png');
  }
  .menu .home-menu-item.fashion .menu_item {
    background-image: url('../../assets/img/fashion-icon-selected-64.png');
  }
  .menu .home-menu-item.zorg .menu_item {
    background-image: url('../../assets/img/zorg-icon-selected-64.png');
  }
  .menu .home-menu-item.bakkerij .menu_item {
    background-image: url('../../assets/img/bakkerij-icon-selected-64.png');
  }
  .menu .home-menu-item.speciaalzaak .menu_item {
    background-image: url('../../assets/img/speciaalzaak-icon-selected-64.png');
  }
  .menu .home-menu-item.snackbar .menu_item {
    background-image: url('../../assets/img/snackbar-icon-selected-64.png');
  }

  .page-carousel {
    height: 380px;
  }
  div.carousel {
    height: 380px;
  }
  div.carousel .carousel-backgrounds {
    height: 380px;
    margin-left: -200px;
  }
  div.carousel .carousel-backgrounds img {
    max-height: 380px;
  }
  div.carousel .item {
    height: 380px;
  }
  .page-carousel div.carousel .carousel-caption,
  .page-carousel div.carousel .carousel-caption-with-image,
  div.carousel .carousel-caption,
  div.carousel .carousel-caption-with-image {
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
  }
  .page-carousel div.carousel .carousel-caption {
    margin-top: 170px;
  }
  .page-carousel div.carousel .carousel-caption-with-image {
    margin-top: 100px;
  }
  div.carousel .carousel-caption h3 {
    margin-top: 20px;
    font-size: 1.4em;
  }
  div.carousel .carousel-image {
    height: 150px;
  }
  div.carousel .carousel-image img {
    max-width: 250px;
    max-height: 150px;
  }

  div.tapautomatisering h1 {
    font-size: 1.5em;
  }
  div.tapautomatisering h2 {
    font-size: 1.4em;
  }

  div.sale {
    background: none;
  }
  div.sale .sale-price-and-cta {
    position: inherit;
    width: 100%;
  }
  div.sale .sale-img-wrapper {
    width: 100%;
    max-height: 150px;
    overflow: hidden;
  }
  div.sale .sale-img {
    width: 100%;
  }
  div.sale .sale-contents {
    padding: 10px;
  }
  div.sale h1 {
    font-size: 1.5em;
    margin-top: 0;
  }
  div.sale h1 span {
    font-size: 0.8em;
  }
  div.features h1 {
    font-size: 1.5em;
    margin-top: 10px;
  }
  div.features .features-cta {
    margin-top: 0;
  }
  div.features-inner {
    height: auto;
  }
  div.feature-expose {
    margin-bottom: 10px;
  }
  div.features ul.features-list {
    margin-top: 10px;
  }
  div.features ul.features-list li {
    width: 100%;
  }
  div.features .rich-text h1 {
    margin: 20px 0 15px 0;
    font-size: 1.5em;
  }
  div.features .rich-text p {
    line-height: 1.5em
  }
  div.features .rich-text img {
    max-width: 100%;
  }
  .rich-text h1 {
    font-size: 1.6em;
  }
  .rich-text h2 {
    font-size: 1.3em;
  }
  .rich-text img {
    /*width: auto*/ !important;
    /*max-height: 200px;*/
  }
  .rich-text .ytplayer {
    width: 100%;
    height: 200px;
  }

  div.modules .module {
    padding: 5px;
    height: 104px;
    min-height: 104px;
  }
  div.modules .module .module-price {
    font-size: 0.8em;
  }
  div.modules .module.first-module p {
    margin-top: 10px;
  }
  div.modules .module.first-module img {
    max-width: 64px;
    max-height: 64px;
  }
  div.modules .module img {
    max-width: 50px;
    max-height: 50px;
  }
  div.modules .module h2 {
    font-size: 1em;
  }
  div.modules .module h2 span {
    font-weight: normal;
  }
  div.modules .module h3 {
    font-size: 0.9em;
  }

  div.quote {
    background-image: none;
    background-color: #f9f9f9;
    width: 100%;
    height: 400px;
  }
  div.quote .quote-stars {
    width: 100%;
    bottom: 10px;
  }
  div.quote .quote-contents {
    padding-left: 0;
    padding-right: 0;
  }
  div.quote .quote-img-wrapper {
    width: 100%;
  }
  div.quote .quote-img {
    width: 100%;
    max-width: none;
  }
  div.quote h2 {
    height: 24px;
  }
  div.quote p {
    height: 110px;
  }

  div.contact-form h1 {
    font-size: 1.5em;
  }
  div.contact-form-img-wrapper img {
    max-width: 150px;
    max-height: 250px;
    position: static;
  }

  div.news h1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  div.news h2 {
    display: block;
  }
  div.news p {
    overflow: visible;
  }
  div.news .news-item {
    border-top: none;
  }
  div.news .news-item-pull-out {
    position: relative;
    left: 0;
  }
  div.news .news-item-img-wrapper {
    position: static;
    float: right;
    width: 100px;
    height: auto;
    margin-top: 13px;
  }
  div.news .news-item-img-wrapper img.news-item-img {
    max-width: 100px;
    max-height: 75px;
  }
  
  .app-categories {
    font-size: 18px;
  }
  div.app {
    padding-right: 15px;
    height: auto;
    min-height: 100px;
  }
  div.app .app-price {
    right: 10px;
    font-size: 0.9em;
    padding: 5px;
  }
  div.app .app-img-wrapper {
    width: 100px;
    height: 100px;
  }
  div.app .app-img-wrapper img {
    max-width: 98px;
    max-height: 98px;
  }
  div.app p.app-intro {
    height: 100px;
    overflow: hidden;
  }
  div.app-details .app-img-wrapper {
    width: 100px;
    height: 100px;
  }
  div.app-details .app-img-wrapper img {
    max-width: 98px;
    max-height: 98px;
  }
  
  .page-footer-1 {
    padding-top: 10px;
  }
  .page-footer-1 li {
    margin: 10px 0;
  }
  .page-footer-benefits {
    font-size: 0.8em;
  }
  .page-footer-benefits .page-footer-benefits-img {
    width: 50px;
    height: 40px;  
  }
  .page-footer-benefits .page-footer-benefits-img img {
    max-width: 50px;
    max-height: 40px;
  }
  .page-footer-benefits a {
    height: 40px;
    margin-bottom: 5px;
  }
  .page-footer-benefits .page-footer-benefits-title {
    overflow: hidden;
    height: 40px;
    padding-top: 4px;
    padding-left: 4px;
  }
  .page-footer-dealers {
    margin-top: 15px;
  }
  .page-footer-dealers h2 {
    margin-bottom: 5px;
    font-size: 1.3em;
  }
  .page-footer-dealers a {
    padding: 4px 0;
    margin: 4px 0;
  }
  .page-footer-2 {
    padding-bottom: 10px;
  }
  .page-footer-2 .signature {
    background-image: url('../../assets/img/we-love-pos-white-300.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 95px;
    margin-bottom: 10px;
  }
  .page-footer-2 p {
    margin-top: 0;
    text-align: center;
  }
  .page-footer-3 ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-footer-3 li {
  }
  .page-footer-3 li a {
    display: inline-block;
    margin: 3px 0;
    padding: 3px 0;
  }
  .page-footer-3 ul.social-media-menu {
    margin-top: 10px;
  }
  .footer-keurmerken img {
    width: 45%;
  }

  .whitespace {
    height: 0px;
  }

  .jcarousel-wrapper {
    margin-bottom: 0;
  }
  .jcarousel-control-prev,
  .jcarousel-control-next {
    top: 80px;
  }
  .jcarousel-control-prev {
    left: 5px;
  }
  .jcarousel-control-next {
    right: 5px;
  }
  .dealer-telephone,
  .contact-form-telephone {
    font-size: 1em;
  }
}