/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries, regardless of screen size.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable got to your theme settings and
 * look under the "CSS" settings tab.
 */
/*
 * Really small screens and up
 */
/* @media only screen and (min-width: 220px) {} */
/*
 * Smalltouch sizes and up
 */
/* @media only screen and (min-width: 320px) {} */
/*
 * Smalltouch sizes and down
 */
@media only screen and (max-width: 480px) {
  /* 
   * Float Region Blocks - custom media query CSS example:
   * 
   * Float regions blocks is an Extension you can enable in the appearance
   * settings for your theme. This feature allows you to automatically float
   * blocks in regions, you can switch it on and off depending on your
   * requirements. For design purposes you many want to remove the floats for
   * devices where the entire theme is just one column - for example small
   * mobile phones. The following CSS is inside the custom media query:
   *
   *   @media only screen and (max-width: 480px){}
   *
   * This will target devices with a maximum width of 480px - most small phones.
   * In these smaller screen sizes we can remove the float and widths so all
   * blocks stack instead of displaying horizonally. The selector used is an
   * "attribute selector" which will match on any float block class. Use your
   * inspector or Firebug to get the classes from the page output if you need
   * more granular control over block alignment and stacking.
   */
  /* line 57, ../sass/responsive.custom.scss */
  .region[class*="float-blocks"] .block {
    float: none;
    width: 100%;
  }

  /* line 62, ../sass/responsive.custom.scss */
  .region-header {
    display: none;
  }

  /* line 66, ../sass/responsive.custom.scss */
  #site-name {
    height: 30px;
    line-height: 30px;
  }
  /* line 69, ../sass/responsive.custom.scss */
  #site-name a {
    font-size: 0.55em;
  }

  /* line 74, ../sass/responsive.custom.scss */
  #block-block-1 {
    display: none;
  }

  /* line 78, ../sass/responsive.custom.scss */
  #block-views-distributor-block {
    display: none;
  }

  /* line 82, ../sass/responsive.custom.scss */
  #branding {
    position: relative;
  }
  /* line 84, ../sass/responsive.custom.scss */
  #branding #site-name {
    text-align: center;
  }

  /* line 86, ../sass/responsive.custom.scss */
  #block-menu-menu-kategorie {
    clear: both;
    margin: 0 auto;
  }

  /* line 91, ../sass/responsive.custom.scss */
  .sidebar {
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 614px) {
  /* line 98, ../sass/responsive.custom.scss */
  .region-header {
    display: none;
  }

  /* line 102, ../sass/responsive.custom.scss */
  #branding {
    position: relative;
  }
  /* line 104, ../sass/responsive.custom.scss */
  #branding #site-name {
    text-align: center;
    height: 50px;
    line-height: 50px;
  }

  /* line 112, ../sass/responsive.custom.scss */
  #site-name a {
    font-size: 1em;
  }

  /* line 117, ../sass/responsive.custom.scss */
  #block-block-1 {
    display: none;
  }

  /* line 121, ../sass/responsive.custom.scss */
  .sidebar {
    margin: 0 auto !important;
  }

  /* line 126, ../sass/responsive.custom.scss */
  .region-sidebar-second {
    float: left;
  }
}
/*
 * Tablet sizes and down
 */
@media only screen and (min-width: 615px) and (max-width: 768px) {
  /* line 138, ../sass/responsive.custom.scss */
  #block-views-slideshow-header-block {
    display: none;
  }

  /* line 142, ../sass/responsive.custom.scss */
  #block-views-partner-block {
    position: relative !important;
    background: #14262a !important;
  }

  /* line 147, ../sass/responsive.custom.scss */
  #branding {
    position: relative;
  }
  /* line 149, ../sass/responsive.custom.scss */
  #branding #site-name {
    text-align: left;
  }

  /* line 153, ../sass/responsive.custom.scss */
  #site-name a {
    font-size: 1.35em;
  }

  /* line 160, ../sass/responsive.custom.scss */
  .page-node-365 .webform-client-form {
    text-align: center;
  }
  /* line 162, ../sass/responsive.custom.scss */
  .page-node-365 .webform-client-form input {
    max-width: 28em;
  }
  /* line 167, ../sass/responsive.custom.scss */
  .page-node-365 .webform-client-form .form-textarea-wrapper textarea {
    max-width: 28em;
  }

  /* line 174, ../sass/responsive.custom.scss */
  .sidebar {
    width: 255px;
    margin: 0 20px;
  }

  /* line 179, ../sass/responsive.custom.scss */
  .region-sidebar-first {
    float: left;
  }

  /* line 183, ../sass/responsive.custom.scss */
  .region-sidebar-second {
    float: right;
  }
}
@media only screen and (max-width: 1235px) {
  /* line 190, ../sass/responsive.custom.scss */
  #block-views-ufd-frontpage-block .view-id-ufd_frontpage.views-row-count-5 .views-row {
    width: 100%;
  }

  /* line 194, ../sass/responsive.custom.scss */
  #block-views-ufd-frontpage-block .views-field-field-existing-image {
    min-height: 8em;
  }
}
@media only screen and (max-width: 1150px) {
  /* line 200, ../sass/responsive.custom.scss */
  #block-views-ufd-frontpage-block .view-id-ufd_frontpage.views-row-count-4 .views-row {
    width: 100%;
  }

  /* line 204, ../sass/responsive.custom.scss */
  #block-views-ufd-frontpage-block .views-field-field-existing-image {
    min-height: 6em;
  }
}
@media only screen and (max-width: 925px) {
  /* line 210, ../sass/responsive.custom.scss */
  #block-views-ufd-frontpage-block .view-id-ufd_frontpage.views-row-count-2 .views-row,
  #block-views-ufd-frontpage-block .view-id-ufd_frontpage.views-row-count-3 .views-row {
    width: 100%;
    min-width: 270px;
    float: left;
    padding-bottom: 20px;
  }

  /* line 219, ../sass/responsive.custom.scss */
  #block-views-ufd-frontpage-block .views-field-field-existing-image {
    min-height: auto;
  }
}
/*
 * Desktops/laptops and up
 */
@media only screen and (min-width: 769px) and (max-width: 1141px) {
  /* line 233, ../sass/responsive.custom.scss */
  #block-views-slideshow-header-block {
    display: none;
  }

  /* line 237, ../sass/responsive.custom.scss */
  #block-views-partner-block {
    position: relative !important;
    background: #14262a !important;
  }

  /* line 242, ../sass/responsive.custom.scss */
  #branding {
    position: relative;
  }
  /* line 244, ../sass/responsive.custom.scss */
  #branding #site-name {
    text-align: left;
    font-size: 1em;
  }

  /* line 247, ../sass/responsive.custom.scss */
  .region-sidebar-second {
    max-width: none;
    width: 800px;
    margin: 0 auto !important;
  }
  /* line 251, ../sass/responsive.custom.scss */
  .region-sidebar-second .block {
    width: 255px;
  }
}
@media only screen and (min-width: 1142px) and (max-width: 1388px) {
  /* line 259, ../sass/responsive.custom.scss */
  #branding #logo {
    float: left;
  }
  /* line 262, ../sass/responsive.custom.scss */
  #branding #site-name {
    padding-top: 10px;
    font-size: 1.75em;
  }
}
