<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------- 1024 -------------------------------------------- */
/* --  Misc tablets and slates, everything below iPad landscape       -- */
@media only screen and (max-width: 1024px) {
  /* line 13, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .list-brands {
    width: 100%;
  }
}
/* ------------------- 960 -------------------------------------------- */
/* --  Tablets and other 7" slate devices in landscape mode          -- */
@media only screen and (max-width: 960px) {
  /* line 25, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .top-logo img {
    width: 100%;
  }
  /* line 29, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .site-header .col-xs-7 {
    padding-right: 0px !important;
  }
  /* line 34, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .site-header .col-xs-5 {
    padding-left: 0px !important;
  }
  /* line 38, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .footer .pull-right {
    float: none !important;
  }
  /* line 43, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .list-brands li {
    width: 50%;
    height: 100px;
  }
}
/* ------------------- 768 -------------------------------------------- */
/* --  Tablets in portrait mode, (10") like iPad                     -- */
@media only screen and (max-width: 768px) {
  /* line 57, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .home-item {
    height: 200px;
    margin-bottom: 10px;
  }
  /* line 61, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .home-item img {
    width: 100% !important;
  }
  /* line 66, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .home-item-margin {
    margin-top: 0px;
  }
  /* line 70, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .home-item-margin .overlay {
    width: 100% !important;
    height: auto;
  }
  /* line 77, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .navbar-main li.first {
    margin-left: 10px;
  }
  /* line 82, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .navbar-main li a:hover,
  .navbar-main li a:focus {
    border-bottom: 0px;
    padding-bottom: 10px;
  }
  /* line 88, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .navbar-main li.active a {
    border-bottom: 0px;
    padding-bottom: 10px;
  }
  /* line 94, C:\inetpub\wwwroot\woonwinkelatrium.nl\www\Content\style.responsive.less */
  .list-brands li {
    width: 100%;
  }
}
/* ------------------- 600 -------------------------------------------- */
/* --  High res smartphones, 7" tablets in portrait mode             -- */
/* ------------------- 480 -------------------------------------------- */
/* --  Mobile phones in portrait mode                                -- */

</pre></body></html>