/***** MIXINS *****/
@media only screen and (max-device-width: 700px) {
  /***** MAIN TAGS *****/
  /* line 38, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  * {
    max-width: 100%; }

  /* line 42, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  img {
    max-width: 100%;
    height: auto; }

  /* line 47, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  table {
    max-width: 100%;
    width: auto !important; }

  /***** CLASSES *****/
  /* line 53, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .inside-container {
    width: 100%; }

  /* TOP HEADER CONTAINER */
  /* line 58, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .top-header-container {
    width: 100%;
    margin-left: 0px;
    display: none; }
    /* line 63, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .top-header-container img {
      margin: 0px !important; }

  /* HEADER */
  /* line 69, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .header {
    height: auto; }
    /* line 3, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .header:after {
      content: "";
      display: table;
      clear: both; }
    /* line 73, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .header .main-menu {
      width: 100%;
      height: auto;
      background: #6E6E6E;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -moz-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Chrome */
      display: flex;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 50px;
      height: 55px; }
      /* line 3, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
      .header .main-menu:after {
        content: "";
        display: table;
        clear: both; }
      /* line 86, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
      .header .main-menu ul {
        float: none; }
      /* line 90, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
      .header .main-menu #searchForm {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        clear: both;
        flex: 3;
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0px;
        background: none;
        box-sizing: border-box; }
        /* line 101, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
        .header .main-menu #searchForm input {
          width: calc(100% - 80px);
          border: 1px solid #ccc;
          margin: 5px;
          box-sizing: border-box; }
        /* line 108, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
        .header .main-menu #searchForm #searchimage {
          width: auto; }
          /* line 111, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
          .header .main-menu #searchForm #searchimage:before {
            content: 'zoeken';
            background: #ccc;
            border-radius: 3px;
            display: block;
            height: 30px;
            line-height: 30px;
            padding: 0px 10px;
            margin: 5px;
            width: 40px; }
      /* line 125, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
      .header .main-menu .topmenu-container {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        z-index: 100; }
        /* line 131, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
        .header .main-menu .topmenu-container .open-menu {
          display: table-cell;
          content: "";
          width: 50px;
          height: 55px;
          cursor: pointer;
          padding-top: 16px;
          box-sizing: border-box; }
          /* line 141, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
          .header .main-menu .topmenu-container .open-menu span {
            background: #fff;
            display: block;
            height: 2px;
            width: 30px;
            margin-bottom: 6px;
            margin-left: 10px; }
        /* line 151, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
        .header .main-menu .topmenu-container ul {
          display: none;
          width: 100%;
          position: absolute;
          top: 55px;
          left: 0px;
          background: #fff; }
          /* line 3, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
          .header .main-menu .topmenu-container ul:after {
            content: "";
            display: table;
            clear: both; }
          /* line 160, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
          .header .main-menu .topmenu-container ul li {
            width: 100%;
            height: 44px;
            line-height: 44px;
            background: none;
            border-bottom: 1px solid #ccc;
            vertical-align: middle;
            background: #fff; }
            /* line 170, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
            .header .main-menu .topmenu-container ul li a {
              color: #333;
              width: 100%;
              display: block;
              height: 44px;
              line-height: 44px;
              text-align: left;
              padding: 0 10px;
              box-sizing: border-box;
              font-size: 16px; }
            /* line 182, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
            .header .main-menu .topmenu-container ul li:hover {
              background: none;
              background-color: #eee; }
            /* line 187, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
            .header .main-menu .topmenu-container ul li:last-child {
              display: none; }
        /* line 194, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
        .header .main-menu .topmenu-container:hover ul {
          display: block;
          z-index: 10000; }
      /* line 201, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
      .header .main-menu .logo_placeholder {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        position: absolute;
        top: 0px;
        width: 141px;
        margin-left: -70px;
        left: 50%; }
        /* line 209, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
        .header .main-menu .logo_placeholder img {
          margin-left: 0px;
          margin-right: 0px; }

  /* FOOTER */
  /* line 218, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .footer {
    width: 100%; }
    /* line 221, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .footer .footer-top {
      padding: 15px; }

  /*** COLUM STRUCTURE ***/
  /* content left */
  /* line 231, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .twocolumn.content-left .banner .info-block-content {
    padding-left: 0px; }
  /* line 235, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .twocolumn.content-left .banner .info-block-image {
    position: static; }
  /* line 239, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .twocolumn.content-left .banner .border-block-content {
    height: auto; }
  /* line 247, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .twocolumn.content-left .subbanner .triple, .twocolumn.content-left .subbanner .klein, .twocolumn.content-left .clear-block .triple, .twocolumn.content-left .clear-block .klein {
    width: 100%; }

  /***** CONTENT *****/
  /* line 254, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    /* line 258, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .content .content-center {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1;
      width: auto; }
    /* line 263, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .content .content-left {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2;
      width: 100%; }
      /* line 268, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
      .content .content-left.twocolumn, .content .content-left.twocolumnonerow {
        width: 100%; }
    /* line 274, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .content .offerte-left {
      width: 100%; }
      /* line 277, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
      .content .offerte-left .border-block-content {
        min-height: 0px !important;
        max-height: auto; }
    /* line 283, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .content .offerte-left .content-center {
      width: 100%; }
    /* line 287, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .content .content-right {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 3;
      -webkit-order: 3;
      order: 3;
      width: 100%; }

  /* line 296, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .offerte .content .content-left {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  /* line 300, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .offerte .content .content-center {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  /* line 304, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .offerte .content .content-right {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  /* BUTTONS */
  /* line 312, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .content-center a.arrow-large {
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #0273c3;
    background: #aaa;
    border-radius: 3px;
    padding: 0 10px;
    padding-right: 30px;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-right: 10px; }
    /* line 326, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .content-center a.arrow-large br {
      display: none; }
    /* line 330, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .content-center a.arrow-large:after {
      content: '';
      font-size: 18px;
      position: absolute;
      top: 35%;
      right: 10px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-left: 5px solid #fff;
      border-bottom: 5px solid transparent; }
  /* line 344, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .content-center span.arrow-large br {
    display: none; }
  /* line 348, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .content-center .greyblock a.arrow-large {
    background: #0273c3;
    color: #fff; }

  /*** MORE ***/
  /* line 357, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block.klein {
    width: 100%; }

  /* line 362, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block.klein .border-block-content, .border-block.double .border-block-content {
    height: auto; }
    /* line 3, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .border-block.klein .border-block-content:after, .border-block.double .border-block-content:after {
      content: "";
      display: table;
      clear: both; }

  /* line 367, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .txtcontainer {
    width: 100%; }

  /* BORDER BLOCK */
  /* line 375, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block .border-block-top, .border-box-withing-a-box .border-block .border-block-top {
    display: none; }

  /* line 379, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block.greyblock {
    margin: 20px 0; }
    /* line 382, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .border-block.greyblock .border-block-top {
      display: block; }

  /* line 388, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block .border-block-left, .border-box-withing-a-box .border-block .border-block-left {
    background: none; }

  /* line 393, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block .border-block-right, .border-box-withing-a-box .border-block .border-block-right {
    background: none; }

  /* line 398, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block .border-block-bottom, .border-box-withing-a-box .border-block .border-block-bottom {
    display: none; }

  /* line 403, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block .border-block-content, .border-box-withing-a-box .border-block .border-block-content {
    padding: 20px 0;
    margin: 0px 0;
    border-bottom: 2px solid #ccc; }
    /* line 3, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .border-block .border-block-content:after, .border-box-withing-a-box .border-block .border-block-content:after {
      content: "";
      display: table;
      clear: both; }

  /* line 412, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block.klein .border-block-content, .border-block.double .border-block-content {
    padding: 10px 0;
    margin: 0px 0;
    border-bottom: 1px solid #eee; }
    /* line 3, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .border-block.klein .border-block-content:after, .border-block.double .border-block-content:after {
      content: "";
      display: table;
      clear: both; }

  /* line 422, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block.klein:last-child .border-block-content {
    border-bottom: 0px; }

  /* line 428, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .clear-block {
    padding: 0px; }

  /* line 432, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
  .border-block.splash {
    width: 100%; }
    /* line 435, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .border-block.splash p {
      margin: 10px 0px; }
    /* line 440, /home/harwin/sites/hoe-koop-ik.nl/www/css/sass/responsive.scss */
    .border-block.splash .border-block-content {
      height: auto; }
 }

/*# sourceMappingURL=responsive.css.map */