div.addressfield-container-inline > div.form-item {
    float: left; /* LTR */
    margin-right: 1em; /* LTR */
  }
  
  div.addressfield-container-inline.country-GB > div.form-item {
    float: none;
    margin-right: auto; /* LTR */
  }
  
  /* Clear-fix markup for the inline container */
  div.addressfield-container-inline:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  /* IE6 */
  * html div.addressfield-container-inline {
    height: 1%;
  }
  /* IE7 */
  *:first-child + html div.addressfield-container-inline {
    min-height: 1%;
  }
/*})'"*/
@font-face declaration. This font can then be
   * used in any ruleset using a property like this:  font-family: Example, serif;
   */
  
  /*
  @font-face {
    font-family: 'Example';
    src: url(/sites/default/themes/hofbrennereien2015/fonts/example.eot);
    src: url(/sites/default/themes/hofbrennereien2015/fonts/example.eot?iefix) format('eot'),
      url(/sites/default/themes/hofbrennereien2015/fonts/example.woff) format('woff'),
      url(/sites/default/themes/hofbrennereien2015/fonts/example.ttf) format('truetype'),
      url(/sites/default/themes/hofbrennereien2015/fonts/example.svg#webfontOkOndcij) format('svg');
    font-weight: normal;
    font-style: normal;
  } 
 /**
   * @file
   * Normalize.css is intended to be used as an alternative to CSS resets.
   *
   * This file is a slight fork of these original sources:
   * - normalize.css v2.1.2 | MIT License | git.io/normalize
   * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
   *
   * It's suggested that you read the normalize.scss file and customise it to meet
   * your needs, rather then including the file in your project and overriding the
   * defaults later in your CSS.
   * @see http://nicolasgallagher.com/about-normalize-css/
   *
   * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
   *       @see http://snook.ca/archives/html_and_css/no_css_reset/
   */
  
  /**
   * HTML5 display definitions
   */
  
  /* Correct `block` display not defined in IE 8/9. */
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  
  /* Correct `inline-block` display not defined in IE 8/9. */
  audio,
  canvas,
  video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  
  /**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  /* Address styling not present in IE 8/9. */
  [hidden] {
    display: none;
  }
  
  /**
   * Base
   *
   * Instead of relying on the fonts that are available on a user's computer, you
   * can use web fonts which, like images, are resources downloaded to the user's
   * browser. Because of the bandwidth and rendering resources required, web fonts
   * should be used with care.
   *
   * Numerous resources for web fonts can be found on Google. Here are a few
   * websites where you can find Open Source fonts to download:
   * - http://www.fontsquirrel.com/fontface
   * - http://www.theleagueofmoveabletype.com
   *
   * In order to use these fonts, you will need to convert them into formats
   * suitable for web fonts. We recommend the free-to-use Font Squirrel's
   * Font-Face Generator:
   *   http://www.fontsquirrel.com/fontface/generator
   *
   * The following is an example*/
  
  /**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS text size adjust after orientation change, without disabling
   *    user zoom.
   * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
   *    `em` units.
   */
  html {
    font-family: 'Raleway', Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;     /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    line-height: 1.5em;
    color: #54534A;
  }
  
  
  /* Address `font-family` inconsistency between `textarea` and other form elements. */
  button,
  input,
  select,
  textarea {
    font-family: 'Raleway', Verdana, Tahoma, "DejaVu Sans", sans-serif;
  }
  
  /* Remove default margin. */
  body {
    margin: 0;
    padding: 0;
  }
  
  /**
   * Links
   *
   * The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  
  a {
    transition: color 0.4s ease-in-out;
  }
  
  a:link {
    color: #9CBFA4;
    text-decoration: none;
  }
  a:visited {
    color: #9CBFA4;
  }
  a:hover,
  a:focus {
    color: #000;
  }
  a:active {
    color: #9CBFA4;
  }
  
  /* Address `outline` inconsistency between Chrome and other browsers. */
  a:focus {
    outline: thin dotted;
  }
  
  /* Improve readability when focused and also mouse hovered in all browsers. */
  a:active,
  a:hover {
    outline: 0;
  }
  
  /**
   * Typography
   *
   * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
   * so that the line height of our base font becomes the basic unit of vertical
   * measurement. We use multiples of that unit to set the top and bottom margins
   * for our block level elements and to set the line heights of any fonts.
   * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
   */
  
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  p,
  pre {
    margin: 0.6em 0;
  }
  blockquote {
    /* Also indent the quote on both sides. */
    margin: 1.5em 30px;
  }
  
  /**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari 5, and Chrome.
   */
  h1 {
    font-size: 3.125rem;
    line-height: 1.5em; /* 3rem / 2em = 1.5em */
    margin-top: 0.75em; /* 1.5rem / 2em = .75em */
    margin-bottom: 0.3em;
    font-weight: bold;
  }
  h2 {
    font-size: 2.1875rem;
    line-height: 2em; /* 3rem / 1.5em = 2em */
    margin-top: 1em; /* 1.5rem / 1.5em = 1em */
    margin-bottom: 0.3em;
    font-weight: normal;
  }
  h3 {
    font-size: 2.1875rem;
    line-height: 1.28205em; /* 1.5rem / 1.17em = 1.28205em */
    margin-top: 1.28205em;
    margin-bottom: 0.3em;
    font-weight: bold;
  }
  h4 {
    font-size: 1.5625rem;
    line-height: 1.5em; /* 1.5rem / 1em = 1.5em */
    margin-top: 1.5em;
    margin-bottom: 0.3em;
    font-weight: bold;
  }
  h5 {
    font-size: 1.5625rem;
    line-height: 1.80723em; /* 1.5rem / 0.83em = 1.80723em */
    margin-top: 1.80723em;
    margin-bottom: 0.3em;
    font-weight: normal;
  }
  h6 {
    font-size: 1rem;
    line-height: 2.23881em; /* 1.5rem / 0.67em = 2.23881em */
    margin-top: 2.23881em;
    margin-bottom: 0.3em;
    font-weight: bold;
  }@media (max-width: 780px) {
 h1 {
      font-size: 2.5rem;
    }
    h2 {
      font-size: 1.5625rem;
    }
    h3 {
      font-size: 1.5625rem;
    }
    h4 {
      font-size: 1.25rem;
    }
    h5 {
      font-size: 1.25rem;
    }
    h6 {
      font-size: 1rem;
    } 
}@media (max-width: 480px) {
 h1 {
      font-size: 1.875rem;
    }
    h2 {
      font-size: 1.25rem;
    }
    h3 {
      font-size: 1.25rem;
    }
    h4 {
      font-size: 1.125rem;
    }
    h5 {
      font-size: 1.125rem;
    }
    h6 {
      font-size: 1rem;
    } 
}/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  /* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
  b,
  strong {
    font-weight: bold;
  }
  
  /* Address styling not present in Safari 5 and Chrome. */
  dfn {
    font-style: italic;
  }
  
  /* Address differences between Firefox and other browsers. */
  hr {
    box-sizing: content-box;
    height: 0;
    border: 1px solid #E6E6E6;
    padding-bottom: -1px;
    margin: 1.5em 0;
  }
  
  /* Address styling not present in IE 8/9. */
  mark {
    background: #ff0;
    color: #000;
  }
  
  /* Correct font family set oddly in Safari 5 and Chrome. */
  code,
  kbd,
  pre,
  samp,
  tt,
  var {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
    line-height: 1.5em;
  }
  
  /* Improve readability of pre-formatted text in all browsers. */
  pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  /* Set consistent quote types. */
  q {
    quotes: "\201C" "\201D" "\2018" "\2019";
  }
  
  /* Address inconsistent and variable font size in all browsers. */
  small {
    font-size: 81.25%;
  }
  
  /* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  
  /**
   * Lists
   */
  dl,
  menu,
  ol,
  ul {
    /* Address margins set differently in IE 6/7. */
    margin: 1.5em 0;
  }
  ol ol,
  ol ul,
  ul ol,
  ul ul {
    /* Turn off margins on nested lists. */
    margin: 0;
  }
  dd {
    margin: 0 0 0 30px; /* LTR */
  }
  
  /* Address paddings set differently in IE 6/7. */
  menu,
  ol,
  ul {
    padding: 0 0 0 30px; /* LTR */
  }
  
  /* Correct list images handled incorrectly in IE 7. */
  nav ul,
  nav ol {
    list-style: none;
    list-style-image: none;
  }
  
  /**
   * Embedded content and figures
   *
   * @todo Look into adding responsive embedded video.
   */
  img {
    /* Remove border when inside `a` element in IE 8/9. */
    border: 0;
    /* Improve image quality when scaled in IE 7. */
    -ms-interpolation-mode: bicubic;
  
    /* Suppress the space beneath the baseline */
    /* vertical-align: bottom; */
  
    /* Responsive images */
    max-width: 100%;
    height: auto;
    /* Correct IE 8 not scaling image height when resized. */
    width: auto;
  }
  
  /* Correct overflow displayed oddly in IE 9. */
  svg:not(:root) {
    overflow: hidden;
  }
  
  /* Address margin not present in IE 8/9 and Safari 5. */
  figure {
    margin: 0;
  }
  
  /**
   * Forms
   */
  
  /* Correct margin displayed oddly in IE 6/7. */
  form {
    margin: 0;
  }
  
  /* Define consistent border, margin, and padding. */
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.5em 0.625em 1em;
  }
  
  /**
   * 1. Correct `color` not being inherited in IE 8/9.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   * 3. Correct alignment displayed oddly in IE 6/7.
   */
  legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
    *margin-left: -7px; /* 3 */ /* LTR */
  }
  
  /**
   * 1. Correct font family not being inherited in all browsers.
   * 2. Correct font size not being inherited in all browsers.
   * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
   * 4. Improve appearance and consistency with IE 6/7.
   * 5. Keep form elements constrained in their containers.
   */
  button,
  input,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
    vertical-align: baseline; /* 4 */
    max-width: 100%; /* 5 */
    box-sizing: border-box; /* 5 */
  }
  
  /**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
  button,
  input {
    line-height: normal;
  }
  
  /**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
   * Correct `select` style inheritance in Firefox 4+ and Opera.
   */
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type="button"], /* 1 */
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible; /* 4 */
  }
  
  /**
   * Re-set default cursor for disabled elements.
   */
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
  }
  
  input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
  }
  
  /**
   * Remove inner padding and search cancel button in Safari 5 and Chrome
   * on OS X.
   */
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /* Remove inner padding and border in Firefox 4+. */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  
  input:focus {
    outline: none;
  }
  
  /**
   * 1. Remove default vertical scrollbar in IE 8/9.
   * 2. Improve readability and alignment in all browsers.
   */
  textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
  }
  
  /* Drupal-style form labels. */
  label {
    display: block;
    font-weight: bold;
  }
  
  /**
   * Tables
   */
  table {
    /* Remove most spacing between table cells. */
    border-collapse: collapse;
    border-spacing: 0;
    /* Prevent cramped-looking tables */
    /* width: 100%; */
    /* Add vertical rhythm margins. */
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }@media (max-width: 480px) {
 code,
    kbd,
    pre,
    samp,
    tt,
    var,
    p {
      font-size: 0.9375rem;
    } 
}
/*})'"*/
/**
   * @file
   * Positioning for a responsive layout.
   *
   * Define CSS classes to create a fluid grid layout with optional sidebars
   * depending on whether blocks are placed in the left or right sidebars.
   *
   * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
   */
  
  /**
   * Center the page.
   *
   * For screen sizes larger than 1200px, prevent excessively long lines of text
   * by setting a max-width.
   */
  #page,
  .region-bottom {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
  }
  
  /* Apply the shared properties of grid items in a single, efficient ruleset. */
  #header,
  #content,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer {
    box-sizing: border-box;
    word-wrap: break-word;
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  }
  
  /* Containers for grid items and flow items. */
  #header,
  #main,
  #footer {
    *position: relative;
    *zoom: 1;
  }
  #header:before,
  #header:after,
  #main:before,
  #main:after,
  #footer:before,
  #footer:after {
    content: "";
    display: table;
  }
  #header:after,
  #main:after,
  #footer:after {
    clear: both;
  }
  
  /* Navigation bar */@media all and (min-width: 480px) {
 #main {
      position: relative;
    }
    #navigation {
      /* Move the navbar up inside #main's padding. */
      position: absolute;
      top: 0;
      height: 3em;
      width: 100%;
    } 
}/**
   * Use 3 grid columns for smaller screens.
   */@media all and (min-width: 480px) and (max-width: 959px) {
 /**
     * The layout when there is only one sidebar, the left one.
     */
  
    /* Span 2 columns, starting in 2nd column from left. */
    .sidebar-first #content {
      float: left;
      width: 66.66667%;
      margin-left: 33.33333%;
      margin-right: -100%;
    }
  
    /* Span 1 column, starting in 1st column from left. */
    .sidebar-first .region-sidebar-first {
      float: left;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: -33.33333%;
    }
  
    /**
     * The layout when there is only one sidebar, the right one.
     */
  
    /* Span 2 columns, starting in 1st column from left. */
    .sidebar-second #content {
      float: left;
      width: 66.66667%;
      margin-left: 0%;
      margin-right: -66.66667%;
    }
  
    /* Span 1 column, starting in 3rd column from left. */
    .sidebar-second .region-sidebar-second {
      float: left;
      width: 33.33333%;
      margin-left: 66.66667%;
      margin-right: -100%;
    }
  
    /**
     * The layout when there are two sidebars.
     */
  
    /* Span 2 columns, starting in 2nd column from left. */
    .two-sidebars #content {
      float: left;
      width: 66.66667%;
      margin-left: 33.33333%;
      margin-right: -100%;
    }
  
    /* Span 1 column, starting in 1st column from left. */
    .two-sidebars .region-sidebar-first {
      float: left;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: -33.33333%;
    }
  
    /* Start a new row and span all 3 columns. */
    .two-sidebars .region-sidebar-second {
      float: left;
      width: 100%;
      margin-left: 0%;
      margin-right: -100%;
      padding-left: 0;
      padding-right: 0;
      clear: left;
    }
  
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    .two-sidebars .region-sidebar-second .block {
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box;
      word-wrap: break-word;
      *behavior: url("/path/to/boxsizing.htc");
      _display: inline;
      _overflow: hidden;
      _overflow-y: visible;
    }
  
    /* Span 1 column, starting in the 1st column from left. */
    .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
      float: left;
      width: 33.33333%;
      margin-left: 0%;
      margin-right: -33.33333%;
      clear: left;
    }
  
    /* Span 1 column, starting in the 2nd column from left. */
    .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
      float: left;
      width: 33.33333%;
      margin-left: 33.33333%;
      margin-right: -66.66667%;
    }
  
    /* Span 1 column, starting in the 3rd column from left. */
    .two-sidebars .region-sidebar-second .block:nth-child(3n) {
      float: left;
      width: 33.33333%;
      margin-left: 66.66667%;
      margin-right: -100%;
    } 
}/**
   * Use 5 grid columns for larger screens.
   */@media all and (min-width: 960px) {
 /**
     * The layout when there is only one sidebar, the left one.
     */
  
    /* Span 4 columns, starting in 2nd column from left. */
    .sidebar-first #content {
      float: left;
      width: 80%;
      margin-left: 20%;
      margin-right: -100%;
    }
  
    /* Span 1 column, starting in 1st column from left. */
    .sidebar-first .region-sidebar-first {
      float: left;
      width: 20%;
      margin-left: 0%;
      margin-right: -20%;
    }
  
    /**
     * The layout when there is only one sidebar, the right one.
     */
  
    /* Span 4 columns, starting in 1st column from left. */
    .sidebar-second #content {
      float: left;
      width: 80%;
      margin-left: 0%;
      margin-right: -80%;
    }
  
    /* Span 1 column, starting in 5th column from left. */
    .sidebar-second .region-sidebar-second {
      float: left;
      width: 20%;
      margin-left: 80%;
      margin-right: -100%;
    }
  
    /**
     * The layout when there are two sidebars.
     */
  
    /* Span 3 columns, starting in 2nd column from left. */
    .two-sidebars #content {
      float: left;
      width: 60%;
      margin-left: 20%;
      margin-right: -80%;
    }
  
    /* Span 1 column, starting in 1st column from left. */
    .two-sidebars .region-sidebar-first {
      float: left;
      width: 20%;
      margin-left: 0%;
      margin-right: -20%;
    }
  
    /* Span 1 column, starting in 5th column from left. */
    .two-sidebars .region-sidebar-second {
      float: left;
      width: 20%;
      margin-left: 80%;
      margin-right: -100%;
    } 
}
/*})'"*/
/**
   * @file
   * SMACSS Modules
   *
   * Adds modular sets of styles.
   *
   * Additional useful selectors can be found in Zen's online documentation.
   * https://drupal.org/node/1707736
   */
  
  /**
   * Wireframes.
   */
  .with-wireframes #header,
  .with-wireframes #main,
  .with-wireframes #content,
  .with-wireframes #navigation,
  .with-wireframes .region-sidebar-first,
  .with-wireframes .region-sidebar-second,
  .with-wireframes #footer,
  .with-wireframes .region-bottom {
    outline: 1px solid #ccc;
  }
  .lt-ie8 .with-wireframes #header,
  .lt-ie8 .with-wireframes #main,
  .lt-ie8 .with-wireframes #content,
  .lt-ie8 .with-wireframes #navigation,
  .lt-ie8 .with-wireframes .region-sidebar-first,
  .lt-ie8 .with-wireframes .region-sidebar-second,
  .lt-ie8 .with-wireframes #footer,
  .lt-ie8 .with-wireframes .region-bottom {
    /* IE6/7 do not support the outline property. */
    border: 1px solid #ccc;
  }
  
  /**
   * Accessibility features.
   */
  
  /* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
  .element-invisible,
  .element-focusable,
  #navigation .block-menu .block__title,
  #navigation .block-menu-block .block__title {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
  }
  
  /* Turns off the element-invisible effect. */
  .element-focusable:active,
  .element-focusable:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
  
  /*
   * The skip-link link will be completely hidden until a user tabs to the link.
   */
  #skip-link {
    margin: 0;
  }
  #skip-link a,
  #skip-link a:visited {
    display: block;
    width: 100%;
    padding: 2px 0 3px 0;
    text-align: center;
    background-color: #666;
    color: #fff;
  }
  
  /**
   * Branding header.
   */
  
  /* Wrapping link for logo. */
  .header__logo {
    float: left; /* LTR */
    margin: 0;
    padding: 0;
  }
  
  /* Logo image. */
  .header__logo-image {
    vertical-align: bottom;
  }
  
  /* Wrapper for website name and slogan. */
  .header__name-and-slogan {
    float: left;
  }
  
  /* The name of the website. */
  .header__site-name {
    margin: 0;
    font-size: 2em;
    line-height: 1.5em;
  }
  
  /* The link around the name of the website. */
  .header__site-link:link,
  .header__site-link:visited {
    color: #000;
    text-decoration: none;
  }
  .header__site-link:hover,
  .header__site-link:focus {
    text-decoration: underline;
  }
  
  /* The slogan (or tagline) of a website. */
  .header__site-slogan {
    margin: 0;
  }
  
  /* The secondary menu (login, etc.) */
  .header__secondary-menu {
    float: right; /* LTR */
  }
  
  /* Wrapper for any blocks placed in the header region. */
  .header__region {
    /* Clear the logo. */
    clear: both;
  }
  
  /**
   * Navigation bar.
   */
  #navigation {
    /* Sometimes you want to prevent overlapping with main div. */
    /* overflow: hidden; */
  }
  #navigation .block {
    margin-bottom: 0;
  }
  
  /* Main menu and secondary menu links and menu block links. */
  #navigation .links,
  #navigation .menu {
    margin: 0;
    padding: 0;
    text-align: left; /* LTR */
  }
  #navigation .links li,
  #navigation .menu li {
    /* A simple method to get navigation links to appear in one line. */
    float: left; /* LTR */
    padding: 0 10px 0 0; /* LTR */
    list-style-type: none;
    list-style-image: none;
  }
  
  /**
   * Breadcrumb navigation.
   */
  .breadcrumb ol {
    margin: 0;
    padding: 0;
  }
  .breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  /**
   * Titles.
   */
  .page__title,          /* The title of the page. */
  .node__title,          /* Title of a piece of content when it is given in a list of content. */
  .block__title,         /* Block title. */
  .comments__title,      /* Comment section heading. */
  .comments__form-title, /* Comment form heading. */
  .comment__title {      /* Comment title. */
    margin: 0;
  }
  
  /**
   * Messages.
   */
  .messages,
  .messages--status,
  .messages--warning,
  .messages--error {
    margin: 1.5em 0;
    padding: 10px 10px 10px 50px; /* LTR */
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
    *background-image: url(/sites/default/themes/hofbrennereien2015/images/message-24-ok.png);
    background-position: 8px 8px; /* LTR */
    background-repeat: no-repeat;
    border: 1px solid #be7;
  }
  .messages--warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
    *background-image: url(/sites/default/themes/hofbrennereien2015/images/message-24-warning.png);
    border-color: #ed5;
  }
  .messages--error {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
    *background-image: url(/sites/default/themes/hofbrennereien2015/images/message-24-error.png);
    border-color: #ed541d;
  }
  .messages__list {
    margin: 0;
  }
  .messages__item {
    list-style-image: none;
  }
  
  /* Core/module installation error messages. */
  .messages--error p.error {
    color: #333;
  }
  
  /* System status report. */
  .ok,
  .messages--status {
    background-color: #f8fff0;
    color: #234600;
  }
  .warning,
  .messages--warning {
    background-color: #fffce5;
    color: #840;
  }
  .error,
  .messages--error {
    background-color: #fef5f1;
    color: #8c2e0b;
  }
  
  /**
   * Tabs.
   */
  
  /* Basic positioning styles shared by primary and secondary tabs. */
  .tabs-primary,
  .tabs-secondary {
    overflow: hidden;
    *zoom: 1;
    background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
    /* IE 9 and earlier don't understand gradients. */
    list-style: none;
    border-bottom: 1px solid #bbbbbb \0/ie;
    margin: 1.5em 0;
    padding: 0 2px;
    white-space: nowrap;
  }
  .tabs-primary__tab,
  .tabs-secondary__tab,
  .tabs-secondary__tab.is-active {
    float: left; /* LTR */
    margin: 0 3px;
  }
  a.tabs-primary__tab-link,
  a.tabs-secondary__tab-link {
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    display: block;
    line-height: 1.5em;
    text-decoration: none;
  }
  
  /* Primary tabs. */
  .tabs-primary__tab,
  .tabs-primary__tab.is-active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 1px 1px 0 white;
    border: 1px solid #bbbbbb;
    border-bottom-color: transparent;
    /* IE 9 and earlier don't understand gradients. */
    border-bottom: 0 \0/ie;
  }
  .is-active.tabs-primary__tab {
    border-bottom-color: white;
  }
  a.tabs-primary__tab-link,
  a.tabs-primary__tab-link.is-active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    transition: background-color 0.3s;
    color: #333;
    background-color: #dedede;
    letter-spacing: 1px;
    padding: 0 1em;
    text-align: center;
  }
  a.tabs-primary__tab-link:hover,
  a.tabs-primary__tab-link:focus {
    background-color: #e9e9e9;
    border-color: #f2f2f2;
  }
  a.tabs-primary__tab-link:active,
  a.tabs-primary__tab-link.is-active {
    background-color: transparent;
    *zoom: 1;
    background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    border-color: #fff;
  }
  
  /* Secondary tabs. */
  .tabs-secondary {
    font-size: .9em;
    /* Collapse bottom margin of ul.primary. */
    margin-top: -1.5em;
  }
  .tabs-secondary__tab,
  .tabs-secondary__tab.is-active {
    margin: 0.75em 3px;
  }
  a.tabs-secondary__tab-link,
  a.tabs-secondary__tab-link.is-active {
    border-radius: 0.75em;
    transition: background-color 0.3s;
    text-shadow: 1px 1px 0 white;
    background-color: #f2f2f2;
    color: #666;
    padding: 0 .5em;
  }
  a.tabs-secondary__tab-link:hover,
  a.tabs-secondary__tab-link:focus {
    background-color: #dedede;
    border-color: #999;
    color: #333;
  }
  a.tabs-secondary__tab-link:active,
  a.tabs-secondary__tab-link.is-active {
    text-shadow: 1px 1px 0 #333333;
    background-color: #666;
    border-color: #000;
    color: #fff;
  }
  
  /**
   * Inline styles.
   */
  
  /* List of links generated by theme_links(). */
  .inline {
    display: inline;
    padding: 0;
  }
  .inline li {
    display: inline;
    list-style-type: none;
    padding: 0 1em 0 0; /* LTR */
  }
  
  /* The inline field label used by the Fences module. */
  span.field-label {
    padding: 0 1em 0 0; /* LTR */
  }
  
  /**
   * "More" links.
   */
  .more-link {
    text-align: right; /* LTR */
  }
  .more-help-link {
    text-align: right; /* LTR */
  }
  .more-help-link a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
    *background-image: url(/sites/default/themes/hofbrennereien2015/images/help.png);
    background-position: 0 50%; /* LTR */
    background-repeat: no-repeat;
    padding: 1px 0 1px 20px; /* LTR */
  }
  
  /**
   * Pager.
   */
  
  /* A list of page numbers when more than 1 page of content is available. */
  .pager {
    clear: both;
    padding: 0;
    text-align: center;
  }
  
  .pager-item,     /* A list item containing a page number in the list of pages. */
  .pager-first,    /* The first page's list item. */
  .pager-previous, /* The previous page's list item. */
  .pager-next,     /* The next page's list item. */
  .pager-last,     /* The last page's list item. */
  .pager-ellipsis, /* A concatenation of several list items using an ellipsis. */
  .pager-current { /* The current page's list item. */
    display: inline;
    padding: 0 0.5em;
    list-style-type: none;
    background-image: none;
  }
  .pager-current {
    font-weight: bold;
  }
  
  /**
   * Blocks.
   */
  
  /* Block wrapper. */
  .block {
    margin-bottom: 1.5em;
  }
  
  /**
   * Menus.
   */
  .menu__item.is-leaf {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
    *list-style-image: url(/sites/default/themes/hofbrennereien2015/images/menu-leaf.png);
    list-style-type: square;
  }
  .menu__item.is-expanded {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
    *list-style-image: url(/sites/default/themes/hofbrennereien2015/images/menu-expanded.png);
    list-style-type: circle;
  }
  .menu__item.is-collapsed {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); /* LTR */
    *list-style-image: url(/sites/default/themes/hofbrennereien2015/images/menu-collapsed.png); /* LTR */
    list-style-type: disc;
  }
  
  /* The active item in a Drupal menu. */
  .menu a.active {
    color: #000;
  }
  
  /**
   * Marker.
   */
  
  /* The "new" or "updated" marker. */
  .new,
  .update {
    color: #c00;
    /* Remove background highlighting from <mark> in normalize. */
    background-color: transparent;
  }
  
  /**
   * Unpublished note.
   */
  
  /* The word "Unpublished" displayed underneath the content. */
  .unpublished {
    height: 0;
    overflow: visible;
    /* Remove background highlighting from <mark> in normalize. */
    background-color: transparent;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    /* A very nice CSS3 property. */
    word-wrap: break-word;
  }
  .lt-ie8 .node-unpublished > *,
  .lt-ie8 .comment-unpublished > * {
    /* Otherwise these elements will appear below the "Unpublished" text. */
    position: relative;
  }
  
  /**
   * Comments.
   */
  
  /* Wrapper for the list of comments and its title. */
  .comments {
    margin: 1.5em 0;
  }
  
  /* Preview of the comment before submitting new or updated comment. */
  .comment-preview {
    /* Drupal core will use a #ffffea background. See #1110842. */
    background-color: #ffffea;
  }
  
  /* Wrapper for a single comment. */
  .comment {
    /* Comment's permalink wrapper. */
  }
  .comment .permalink {
    text-transform: uppercase;
    font-size: 75%;
  }
  
  /* Nested comments are indented. */
  .indented {
    /* Drupal core uses a 25px left margin. */
    margin-left: 30px; /* LTR */
  }
  
  /**
   * Forms.
   */
  
  /* Wrapper for a form element (or group of form elements) and its label. */
  .form-item {
    margin: 1.5em 0;
  }
  
  /* Pack groups of checkboxes and radio buttons closer together. */
  .form-checkboxes .form-item,
  .form-radios .form-item {
    /* Drupal core uses "0.4em 0". */
    margin: 0;
  }
  
  /* Form items in a table. */
  tr.odd .form-item,
  tr.even .form-item {
    margin: 0;
  }
  
  /* Highlight the form elements that caused a form submission error. */
  .form-item input.error,
  .form-item textarea.error,
  .form-item select.error {
    border: 1px solid #c00;
  }
  
  /* The descriptive help text (separate from the label). */
  .form-item .description {
    font-size: 0.85em;
  }
  .form-type-radio .description,
  .form-type-checkbox .description {
    margin-left: 2.4em;
  }
  
  /* The part of the label that indicates a required field. */
  .form-required {
    color: #c00;
  }
  
  /* Labels for radios and checkboxes. */
  label.option {
    display: inline;
    font-weight: normal;
  }
  
  /* Buttons used by contrib modules like Media. */
  a.button {
    appearance: button;
  }
  
  /* Password confirmation. */
  .password-parent,
  .confirm-parent {
    margin: 0;
  }
  
  /* Drupal's default login form block. */
  #user-login-form {
    text-align: left; /* LTR */
  }
  
  /**
   * OpenID
   *
   * The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  
  /* OpenID creates a new ul above the login form's links. */
  .openid-links {
    /* Position OpenID's ul next to the rest of the links. */
    margin-bottom: 0;
  }
  
  /* The "Log in using OpenID" and "Cancel OpenID login" links. */
  .openid-link,
  .user-link {
    margin-top: 1.5em;
  }
  html.js #user-login-form li.openid-link,
  #user-login-form li.openid-link {
    /* Un-do some of the padding on the ul list. */
    margin-left: -20px; /* LTR */
  }
  #user-login ul {
    margin: 1.5em 0;
  }
  
  /**
   * Drupal admin tables.
   */
  form th {
    text-align: left; /* LTR */
    padding-right: 1em; /* LTR */
    border-bottom: 3px solid #ccc;
  }
  form tbody {
    border-top: 1px solid #ccc;
  }
  form table ul {
    margin: 0;
  }
  tr.even,
  tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
  tr.even {
    background-color: #fff;
  }
  .lt-ie8 tr.even th,
  .lt-ie8 tr.even td,
  .lt-ie8 tr.odd th,
  .lt-ie8 tr.odd td {
    /* IE doesn't display borders on table rows. */
    border-bottom: 1px solid #ccc;
  }
  
  /* Markup generated by theme_tablesort_indicator(). */
  td.active {
    background-color: #ddd;
  }
  
  /* Center checkboxes inside table cell. */
  td.checkbox,
  th.checkbox {
    text-align: center;
  }
  
  /* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
  td.menu-disabled {
    background: #ccc;
  }
  
  /**
   * Autocomplete.
   *
   * @see autocomplete.js
   */
  
  /* Suggestion list. */
  #autocomplete .selected {
    background: #0072b9;
    color: #fff;
  }
  
  /**
   * Collapsible fieldsets.
   *
   * @see collapse.js
   */
  html.js .collapsible .fieldset-legend {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
    *background-image: url(/sites/default/themes/hofbrennereien2015/images/menu-expanded.png);
    background-position: 5px 65%; /* LTR */
    background-repeat: no-repeat;
    padding-left: 15px; /* LTR */
  }
  html.js .collapsed .fieldset-legend {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC'); /* LTR */
    *background-image: url(/sites/default/themes/hofbrennereien2015/images/menu-collapsed.png); /* LTR */
    background-position: 5px 50%; /* LTR */
  }
  .fieldset-legend .summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
  }
  
  /**
   * TableDrag behavior.
   *
   * @see tabledrag.js
   */
  tr.drag {
    background-color: #fffff0;
  }
  tr.drag-previous {
    background-color: #ffd;
  }
  .tabledrag-toggle-weight {
    font-size: 0.9em;
  }
  
  /**
   * TableSelect behavior.
   *
   * @see tableselect.js
   */
  tr.selected td {
    background: #ffc;
  }
  
  /**
   * Progress bar.
   *
   * @see progress.js
   */
  .progress {
    font-weight: bold;
  }
  .progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    border-radius: 3px;
  }
  .progress .filled {
    background-color: #0072b9;
    background-image: url(/sites/default/themes/hofbrennereien2015/images/progress.gif);
  }
/*})'"*/
/**
   * @file
   * Print styling
   *
   * We provide some sane print styling for Drupal using Zen's layout method.
   */
  
  /**
   * By importing this CSS file as media "all", we allow this print file to be
   * aggregated with other stylesheets, for improved front-end performance.
   */@media print {
 /* Underline all links. */
    a:link,
    a:visited {
      text-decoration: underline !important;
    }
  
    /* Don't underline header. */
    a:link.header__site-link,
    a:visited.header__site-link {
      text-decoration: none !important;
    }
  
    /* Add visible URL after links. */
    #content a[href]:after {
      content: " (" attr(href) ")";
      font-weight: normal;
      font-size: 16px;
    }
  
    /* Only display useful links. */
    #content a[href^="javascript:"]:after,
    #content a[href^="#"]:after {
      content: "";
    }
  
    /* Add visible title after abbreviations. */
    #content abbr[title]:after {
      content: " (" attr(title) ")";
    }
  
    /* Un-float the content. */
    #content {
      float: none !important;
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    /* Turn off any background colors or images. */
    body,
    #page,
    #main,
    #content {
      color: #000;
      background-color: transparent !important;
      background-image: none !important;
    }
  
    /* Hide sidebars and nav elements. */
    #skip-link,
    #toolbar,
    #navigation,
    .region-sidebar-first,
    .region-sidebar-second,
    #footer,
    .breadcrumb,
    .tabs,
    .action-links,
    .links,
    .book-navigation,
    .forum-topic-navigation,
    .pager,
    .feed-icons {
      visibility: hidden;
      display: none;
    } 
}
/*})'"*/
/* GENERAL -------------------------------------------------- */
  body {
  	text-rendering: optimizeLegibility;
  	-webkit-font-smoothing: antialiased;
  }
  
  
  #sb-site {
  	margin: 0;
  	background-color: #fff;
  }
  
  #page-outer {
  	position: relative;
  	margin-top: 140px;
  	background-color: #EEE;
  }
  .admin-menu #page-outer {
  	margin-top: 179px;
  }
  
  .block .block-title {
  	display: none;
  }
  
  #content > .messages {
    margin: 20px auto 0 auto;
    z-index: 2;
    box-sizing: border-box;
    max-width: 1030px;
  }
  
  
  
  /* HEADER -------------------------------------------------- */
  
  #name-and-slogan {
  	display: none;
  }
  
  #header {
  	display: block;
  	position: relative;
  	top: -140px;
  }
  
  
  
  /* Logo -------------------------------------------------- */
  #logo {
  	position: absolute;
  	top: 0;
  	left: 50%;
  	z-index: 2;
  	margin-left: -141px;
  	width: 242px;
  	height: 242px;
  	text-align: center;
  	background-image: url(/sites/default/themes/hofbrennereien2015/images/bg-logo.svg);
  	background-repeat: no-repeat;
  	background-size: cover;
  	transition: width 0.8s, height 0.8s, margin 0.8s;
  }
  #logo img {
  	display: inline-block;
  	margin-top: 10px;
  	width: 74.38%;
  }@media (max-width: 820px) {
 #logo {
  		width: 220px;
  		height: 220px;
  		margin-left: -120px;
  	} 
}@media (max-width: 480px) {
 #logo {
  		width: 170px;
  		height: 170px;
  		margin-left: -85px;
  	} 
}/* MAIN CONTENT -------------------------------------------------- */
  #main {
  	position: relative;
  	margin-top: -140px;
  }
  
  #content {
  	background-color: #fff;
  }
  
  #content > * {
  	position: relative;
  	z-index: 1;
  }
  
  #content .search-api-page-results,
  #content #user-login,
  #content #user-pass {
  	margin: 0 auto;
  	max-width: 1030px;
  }
  
  #content #user-pass,
  #content #user-login {
  	padding-bottom: 40px;
  }
  
  #content .tabs-primary {
  	margin: 0;
  	position: absolute;
  	top: 4px;
  	right: 0;
  	z-index: 2;
  }
  .page-user #content .tabs-primary {
    display: none;
  }
  
  #content > :last-child {
  	padding-bottom: 80px;
  }
  
  #content .main-header {
  	background: #9CBFA4;
  	position: relative;
  	color: #fff;
  	padding: 0 25px;
  }
  
  #content .main-header.with-tabs {
  	padding-bottom: 60px;
  }
  #content .main-header > * {
  	position: relative;
  	z-index: 2;
  }
  #content .main-header:after {
  	content: '';
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/bg-header.jpg');
  	background-size: cover;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	opacity: 0.2;
  	z-index: 1;
  }
  
  #content .main-header .header-inner {
  	max-width: 1030px;
  	margin: 0 auto;
  	padding: 140px 0 30px 0;
  }
  #content .main-header .node-title {
  	margin: 0;
  	line-height: 1.2em;
  }
  #content .main-header .field-name-field-subtitle h2 {
  	margin: 0;
  	line-height: 1.2em;
  }@media (max-width: 480px) {
 #content .main-header .header-inner {
  		padding-top: 80px;
  	}
  
  	#content #user-pass,
  	#content #user-login,
  	#content .main-header {
  		padding-left: 15px;
  		padding-right: 15px;
  	} 
}/* BREADCRUMB -------------------------------------------------- */
  
  #content > .breadcrumb {
  	position: absolute;
  	top: 30px;
  	left: 30px;
  	width: 100%;
  	z-index: 2;
  }
  
  .breadcrumb,
  .breadcrumb a {
  	color: #fff;
  	font-size: 0.8125rem;
  	line-height: 1em;
  }
  .breadcrumb .label {
  	display: inline-block;
  	font-size: 0.8125rem;
  	line-height: 1em;
  }
  .breadcrumb .label:after {
  	content: ':';
  	padding-right: 5px;
  }
  .breadcrumb ol {
  	display: inline-block;
  }
  .breadcrumb li:last-child {
  	font-weight: bold;
  }@media (max-width: 910px) {
 #content > .breadcrumb {
  		display: none;
  	} 
}/* SEARCH API Page Results --------------------------------------------------------- */
  .page-search #content > h1 {
    display: none;
  }
  .search-api-page-results .search-performance {
  	display: none;
  }
  
  .search-api-page-results article {
  	border-bottom: 1px solid #E6E6E6;
  }
  
  .search-api-page-results > h2 {
  	margin: 50px 0 0 0;
  }
  
  .search-api-page-results ol {
  	margin: 0;
  	padding: 0;
  }
  .search-api-page-results ul {
  	margin-top: 0px;
  }@media (max-width: 1050px) {
 .search-api-page-results {
  		padding: 0 15px;
  	} 
}/* FORM DISTILLERY SEARCH --------------------------------------------------------- */
  
  .main-header .search-form-distllery-search {
  	position: relative;
  	margin: 30px 0;
  }
  
  .main-header .search-form-distllery-search .form-item {
  	margin: 0 32.039% 0 0;
  }
  
  .main-header .search-form-distllery-search .form-item input {
  	width: 100%;
  	padding: 0;
  	line-height: 50px;
  	height: 50px;
  	text-indent: 40px;
  	border: 0;
  	border-top-left-radius: 25px;
  	border-bottom-left-radius: 25px;
  }
  
  .main-header .search-form-distllery-search input[type="submit"] {
  	position: absolute;
  	top: 0;
  	right: 0;
  	z-index: 2;
  	width: 32.039%;
  	line-height: 50px;
  	height: 50px;
  	padding: 0;
  	border: 0;
  	border-top-right-radius: 25px;
  	border-bottom-right-radius: 25px;
  	background-color: #756599;
  	color: #FFF;
  	text-transform: uppercase;
  	font-weight: bold;
  }
  
  .main-header .search-form-distllery-search input[type="submit"]:hover {
  	background-color: rgba(117, 101, 153, .75);
  }
  
  
  
  /* SLIDEBAR MOBILE MENU --------------------------------------------------------- */
  
  .sb-slidebar {
  	background-color: #eee;
  	box-shadow: inset 0px 0px 45px -8px rgba(0, 0, 0, 0.3);
  	overflow: auto;
  }
  .sb-slidebar.sb-active {
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	justify-content: flex-start;
  }
  
  .sb-slidebar h2 {
  	display: none;
  }
  
  .sb-left .menu {
  	margin: 0px 0 40px 0;
  	padding: 0;
  }
  .sb-left .menu:last-child {
  	margin-bottom: 0;
  }
  
  .sb-left .menu li {
  	margin: 0;
  	padding: 0;
  	list-style: none;
  	border-bottom: 1px solid #E1E1E1;
  }
  
  .sb-left .menu li:first-child {
  	border-top: 1px solid #E1E1E1;
  }
  .sb-left .menu:first-child li:first-child {
  	border-top: 0;
  }
  .sb-left .menu li a {
  	display: block;
  	padding: 16px 20px;
  	text-transform: uppercase;
  	color: #54534A;
  }
  .sb-left .menu li a:hover {
  	background-color: #E1E1E1;
  }
  
  
  .sb-left .header-menu-mobile {
  	margin-top: auto;
  	width: 100%;
  }
  
  .sb-left .header-menu-mobile li:last-child {
  	border-bottom: 0;
  }
  .sb-left .header-menu-mobile li:first-child a:before {
  	content: '';
  	display: inline-block;
  	position: relative;
  	width: 14px;
  	height: 14px;
  	top: 1px;
  	padding-right: 12px;
  	background-image: url(/sites/default/themes/hofbrennereien2015/images/icon-intranet.svg);
  	background-position: left center;
  	background-repeat: no-repeat;
  }
  
  
  
  .sb-left .search-form-distllery-search {
  	position: relative;
  	margin: 20px 0;
  	padding: 0 20px;
  }
  
  .sb-left .form-item {
  	margin: 30px 0 30px 0;
  }
  .sb-left .form-item input {
  	line-height: 40px;
  	width: 100%;
  	min-width: 210px;
  	height: 40px;
  	padding: 0 40px 0 20px;
  	border: 0;
  	border-radius: 20px;
  }
  
  .sb-left .form-submit {
  	position: absolute;
  	top: 0;
  	right: 0;
  	width: 40px;
  	height: 40px;
  	background-image: url(/sites/default/themes/hofbrennereien2015/images/icon-search.svg);
  	background-position: center center;
  	background-repeat: no-repeat;
  	text-indent: -9999px;
  	background-color: transparent;
  	border: 0;
  	box-shadow: none;
  }
/*})'"*/
.region-header {
  	position: relative;
  	z-index: 1;
  	margin-top: 40px;
  	text-align: right;
  }
  
  .region-header .block {
  	margin: 0;
  	padding: 0;
  	text-align: left;
  }
  
  .region-header .slidebars-control {
  	display: none;
  }@media (max-width: 1148px) {
 .region-header .slidebars-control {
  		position: absolute;
  		display: block;
  		z-index: 2;
  		top: 37px;
  		left: 25px;
  		width: 30px;
  		height: 26px;
  		background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-menu.svg');
  		cursor: pointer;
  	} 
}/* MAIN MENU ------------------------------------- */
  
  #block-system-main-menu {
  	background-color: #9DBFA5;
  	margin-top: -40px;
  	height: 100px;
  	line-height: 100px;
  }
  #block-system-main-menu .menu {
  	display: inline-block;
  	margin: 0 0 0 18px;
  	padding: 0;
  	list-style: none;
  }
  #block-system-main-menu .menu li {
  	display: inline-block;
  	list-style: none;
  }
  #block-system-main-menu .menu li:first-child {
  	display: none;
  }
  #block-system-main-menu .menu li a {
  	color: #fff;
  	font-weight: bold;
  	display: block;
  	padding: 0 8px;
  }
  
  #block-system-main-menu .menu li.active-trail a,
  #block-system-main-menu .menu li a:hover {
  	color: #75649A;
  }@media (max-width: 1148px) {
 #block-system-main-menu .menu {
  		display: none;
  	}
  	#block-system-main-menu .menu li:first-child {
  		display: inline-block;
  	} 
}/* LANGUAGE SWITCHER & HEADER MENU ------------------------------------- */
  
  #block-menu-menu-intranet-menu,
  #block-menu-menu-header,
  #block-locale-language-content {
  	display: inline-block;
  	position: relative;
  	top: -40px;
  	line-height: 40px;
  	font-size: 0.875rem;
  }
  
  #block-locale-language-content {
  	text-transform: uppercase;
  }
  
  #block-menu-menu-intranet-menu,
  #block-menu-menu-header {
  	padding-right: 5px;
  	margin-right: 4px;
  }
  
  #block-menu-menu-intranet-menu,
  #block-menu-menu-header:after {
  	content: '|';
  	color: #272822;
  	display: inline-block;
  	padding-left: 5px;
  }
  
  #block-menu-menu-intranet-menu .menu,
  #block-menu-menu-header ul,
  #block-locale-language-content .language-switcher-locale-url {
  	display: inline-block;
  	margin: 0;
  	padding: 0;
  }
  
  #block-menu-menu-intranet-menu .menu li,
  #block-menu-menu-header ul li,
  #block-locale-language-content .language-switcher-locale-url li {
  	display: inline-block;
  	list-style: none;
  }
  #block-locale-language-content .language-switcher-locale-url li:after {
  	content: '|';
  	display: inline-block;
  	padding-left: 5px;
  	color: rgba(220,220,220,0.7);
  }
  #block-locale-language-content .language-switcher-locale-url li:last-child:after {
  	content: none;
  }
  
  #block-menu-menu-intranet-menu .menu li a,
  #block-menu-menu-header ul li a,
  #block-locale-language-content .language-switcher-locale-url li a {
  	display: inline-block;
  	padding: 0 5px;
  	color: #666;
  }
  
  #block-locale-language-content .language-switcher-locale-url li.active a {
  	font-weight: bold;
  }
  
  #block-menu-menu-intranet-menu .menu li a:hover,
  #block-menu-menu-header ul li a:hover,
  #block-locale-language-content .language-switcher-locale-url li a:hover {
  	color: #000;
  }
  
  #block-menu-menu-intranet-menu .menu li:first-child a:before,
  #block-menu-menu-header ul li:first-child a:before {
  	content: '';
  	display: inline-block;
  	position: relative;
  	width: 14px;
  	height: 14px;
  	top: 1px;
  	padding-right: 5px;
  	background-image: url(/sites/default/themes/hofbrennereien2015/images/icon-intranet.svg);
  	background-position: left center;
  	background-repeat: no-repeat;
  }@media (max-width: 760px) {
 #block-menu-menu-header,
  	#block-menu-menu-intranet-menu,
  	#block-locale-language-content li.active {
  		display: none;
  	} 
}/* BLOCK SEARCH API PAGE ------------------------------------- */
  
  .block-search-api-page {
  	position: absolute;
  	bottom: 0;
  	right: 30px;
  	min-width: 40px;
  	height: 100px;
  	margin: 0;
  	padding: 0;
  }
  
  .block-search-api-page .form-item {
  	display: inline-block;
  	margin: 30px 0 30px 0;
  }
  .block-search-api-page .form-item input {
  	line-height: 40px;
  	width: 20.52%;
  	min-width: 278px;
  	height: 40px;
  	padding: 0 40px 0 20px;
  	border: 0;
  	border-radius: 20px;
  }
  
  .block-search-api-page .form-submit {
  	position: absolute;
  	top: 30px;
  	right: 0;
  	width: 40px;
  	height: 40px;
  	background-image: url(/sites/default/themes/hofbrennereien2015/images/icon-search.svg);
  	background-position: center center;
  	background-repeat: no-repeat;
  	text-indent: -9999px;
  	background-color: transparent;
  	border: 0;
  	box-shadow: none;
  }@media (max-width: 860px) {
 .block-search-api-page .form-type-textfield {
  		width: 0;
  		overflow: hidden;
  	}
  
  	.block-search-api-page .form-submit {
  		background-color: #fff;
  		border-radius: 50%;
  	} 
}@media (max-width: 460px) {
 .region-header .slidebars-control {
  		left: 15px;
  	}
  
  	.block-search-api-page {
  		right: 15px;
  	} 
}
/*})'"*/
.region-bottom {
  	font-size: 0.875rem;
  	line-height: 3.5rem;
  	color: #fff;
  	padding: 3px 5.128% 0 5.128%;
    border-top: 5px solid #756599;
    background-color: #9fbfa7;
  }
  .region-bottom a {
  	color: #fff;
  }
  .region-bottom a:hover {
  	color: #000;
  }
  
  .region-bottom .block-menu {
  	display: inline-block;
  	margin: 0;
  }
  
  .region-bottom .menu {
  	margin: 0;
  	padding: 0;
  }
  .region-bottom .menu li {
  	display: inline-block;
  	list-style: none;
  }
  
  .region-bottom .menu li a {
  	display: inline-block;
  	padding: 0 14px 0 14px;
  }
  
  .region-bottom span.copyright:after,
  .region-bottom a.email:after,
  .region-bottom span.vatid:after,
  .region-bottom .menu li:after {
  	content: '-';
  }
  
  .region-bottom span.copyright:after,
  .region-bottom a.email:after,
  .region-bottom span.vatid:after {
  	padding: 0 14px 0 14px;
  }
  .region-bottom a.email:after {
  	padding-right: 0;
  }
  
  .region-bottom .menu li:last-child:after {
  	content: none;
  }@media (max-width: 848px) {
 .region-bottom {
  		padding-top: 1rem;
  		text-align: center;
  		line-height: 2.5em;
  	}
  
  	.region-bottom span.vatid:after {
  		content: none;
  	}
  
  	.region-bottom .block-menu {
  		display: block;
  	} 
}@media (max-width: 480px) {
 .region-bottom span.copyright:after {
  		content: none;
  	}
  
  	.region-bottom span.vatid {
  		display: block;
  	} 
}
/*})'"*/
.field-collection-container {
      border-bottom: 0;
      margin-bottom: 0;
  }
  .field-collection-container .field-items .field-item {
      margin-bottom: 0;
  }
  .field-collection-container .field-items .field-items .field-item {
      margin-bottom: 0;
  }
  .field-collection-view {
      border-bottom: 0;
      margin: 0 0;
      padding: 0 0 0;
  }
  .field-collection-view-final {
      border-bottom: medium none;
  }
  .field-collection-view .entity-field-collection-item {
      float: left;
  }
  .field-collection-view ul.field-collection-view-links {
      float: right;
      font-size: 0.821em;
      list-style-type: none;
      margin: 0 1em;
      padding: 0;
      width: auto;
  }
  .field-collection-view .field-label {
      width: 25%;
  }
  .field-collection-view .content {
      margin-top: 0;
      width: 100%;
  }
  .field-collection-view .entity-field-collection-item {
      width: 100%;
  }
  ul.field-collection-view-links li {
      float: left;
  }
  ul.field-collection-view-links li a {
      margin-right: 1em;
  }
  .field-collection-container ul.action-links-field-collection-add {
      float: right;
      font-size: 0.821em;
      margin: 0 0 1em 2em;
      padding: 0 0.5em 0 0;
  }
/*})'"*/
.node.view-mode-full .content-inner {
  	position: relative;
  	max-width: 1030px;
  	margin: 30px auto 30px auto;
  	padding: 0 25px;
  }
  
  .node.view-mode-full .field-name-field-downloads {
    margin-top: 20px;
  }
  .node.view-mode-full .field-collection-item-field-downloads a:before {
    content: '-';
    padding-right: 4px;
  }
  
  .node.view-mode-full .links .language-link {
  	display: none;
  }@media (max-width: 480px) {
 .node.view-mode-full .content-inner {
  		padding: 0 15px;
  	} 
}
/*})'"*/
/* GALLERY ------------------------------------------------------------------- */
  
  .node-home .field-name-field-gallery-items {
  	position: relative;
  	margin-bottom: 50px;
  	height: 0;
  	padding-bottom: 49.57%;
  }
  
  .node-home .field-name-field-gallery-items .royalSlider {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	border-bottom: 5px solid #756599;
  	line-height: 0;
  }
  .node-home .field-name-field-gallery-items .rsArrowRight,
  .node-home .field-name-field-gallery-items .rsArrowLeft {
  	position: absolute;
  	bottom: 0;
  	top: 0;
  	left: 30px;
  	margin: auto 0;
  	width: 40px;
  	height: 40px;
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-prev.svg');
  	background-repeat: no-repeat;
  	background-position: center center;
  }
  .node-home .field-name-field-gallery-items .rsArrowRight {
  	left: auto;
  	right: 30px;
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-next.svg');
  }
  
  .node-home .field-name-field-gallery-items .field-item {
  	position: relative;
  	color: #fff;
  	text-align: center;
  }
  .node-home .field-name-field-gallery-items .overlay {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 108px;
  	background-color: rgba(0, 0, 0, 0.3);
  }
  
  .node-home .field-name-field-gallery-items .field-name-field-image {
  	line-height: 0;
  }
  
  .node-home .field-name-field-gallery-items .overlay .field:first-child {
  	padding-top: 23px;
  }
  
  .node-home .field-name-field-gallery-items h2,
  .node-home .field-name-field-gallery-items h3 {
  	font-size: 1.5625rem;
  	line-height: 1.2em;
  	margin: 0;
  }
  
  .node-home .field-name-field-gallery-items h2 {
  	font-weight: bold;
  }
  .node-home .field-name-field-gallery-items h3 {
  	font-weight: normal;
  }@media (max-width: 580px) {
 .node-home .field-name-field-gallery-items {
      height: auto;
      padding-bottom: 0;
  	}
  
    .node-home .field-name-field-gallery-items .royalSlider {
      position: relative;
      width: auto;
      height: auto;
    }
  
  	.node-home .field-name-field-gallery-items .overlay {
  		position: relative;
  		height: auto;
      padding: 8px 0;
  		background-color: rgba(0, 0, 0, 0.3);
  	}
  
  	.node-home .field-name-field-gallery-items .overlay .field:first-child {
  		padding-top: 0;
  	}
  	.node-home .field-name-field-gallery-items .overlay .field {
  		padding-top: 0;
  		top: 25%;
  		position: relative;
  	}
  
  	.node-home .field-name-field-gallery-items h2,
  	.node-home .field-name-field-gallery-items h3 {
  		font-size: 1.25rem;
  	} 
}@media (max-width: 460px) {
 .node-home .field-name-field-gallery-items h2,
  	.node-home .field-name-field-gallery-items h3 {
  		font-size: 1.15rem;
  	} 
}/* H1, H2, Body ------------------------------------------------------------------- */
  
  .node-home .field-name-title-field h1,
  .node-home .field-name-field-subtitle h2 {
  	color: #75649A;
  	text-align: center;
  	margin: 0;
  	line-height: 1.35em;
  	padding: 0 25px;
  }
  
  .node-home .field-name-body {
  	max-width: 820px;
  	text-align: center;
  	margin: 25px auto;
  	padding: 0 25px;
  }@media (max-width: 480px) {
 .node-home .field-name-title-field h1,
  	.node-home .field-name-field-subtitle h2,
  	.node-home .field-name-body {
  		padding: 0 15px;
  	} 
}/* Teasers ------------------------------------------------------------------- */
  
  .node-home .field-name-field-home-teasers {
  	margin-top: 65px;
  }
  
  .node-home .field-name-field-home-teasers > .field-items > .field-item {
  	display: inline-block;
  	position: relative;
  	width: 50%;
  	height: 0;
  	padding-bottom: 41.0%;
  	margin: 0;
  	overflow: hidden;
  	box-shadow: inset -1px 0 0 #fff;
  }
  .node-home .field-name-field-home-teasers > .field-items > .field-item:fist-child {
  	box-shadow: inset 1px 0 0 #fff;
  }
  
  .node-home .field-name-field-home-teasers .field-name-field-image {
  	position: relative;
  	line-height: 0;
  }
  .node-home .field-name-field-home-teasers .field-name-field-image .field-item:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	background: #9EBFA6;
  }
  .node-home .field-name-field-home-teasers .field-name-field-image img {
  	position: relative;
  	z-index: 2;
  	opacity: 0.3;
  	transform: scale(1.0);
  	transition: all 0.6s ease;
  }
  .node-home .field-name-field-home-teasers  > .field-items > .field-item:hover .field-name-field-image img {
  	opacity: 0.8;
  	transform: scale(1.01);
  }
  
  
  .node-home .field-name-field-home-teasers .field-name-field-title {
  	position: absolute;
  	top: 29%;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	z-index: 2;
  	max-width: 220px;
  }
  .node-home .field-name-field-home-teasers .field-name-field-title h2 {
  	font-weight: bold;
  	font-size: 2.1875rem;
  	line-height: 1.2em;
  	text-transform: uppercase;
  	text-align: center;
  	color: #fff;
  	margin: 0;
  }
  
  .node-home .field-name-field-home-teasers .field-name-field-link {
  	position: absolute;
  	bottom: 16.67%;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	z-index: 2;
  	text-align: center;
  }
  .node-home .field-name-field-home-teasers .field-name-field-link a {
  	font-weight: bold;
  	line-height: 50px;
  	padding: 0 50px;
  	text-transform: uppercase;
  	color: #fff;
  	display: inline-block;
  	border: 1px solid #fff;
  }@media (min-width: 581px) and (max-width: 780px), (max-width: 360px) {
 .node-home .field-name-field-home-teasers .field-name-field-title {
  		top: 24%;
  	}
  
  	.node-home .field-name-field-home-teasers .field-name-field-title h2 {
  		font-size: 1.5625rem;
  	}
  
  	.node-home .field-name-field-home-teasers .field-name-field-link a {
  		padding: 0 32px;
  	} 
}@media (max-width: 580px) {
 .node-home .field-name-field-home-teasers > .field-items > .field-item {
  		display: block;
  		width: 100%;
  		padding-bottom: 82%;
  		margin-bottom: 2px;
  	} 
}/* Seperator ------------------------------------------------------------------- */
  
  .node-home .node-home-seperator {
  	position: relative;
  	max-width: 515px;
  	height: 150px;
  	margin: 80px auto 80px auto;
  	text-align: center;
  	padding: 0 25px;
  }
  
  .node-home .node-home-seperator:before,
  .node-home .node-home-seperator:after {
  	content: '';
  	position: absolute;
  	left: 25px;
  	top: 75px;
  	width: 120px;
  	height: 1px;
  	background-color: #E1E1E1;
  }
  
  .node-home .node-home-seperator:after {
  	left: auto;
  	right: 25px;
  }
  
  .node-home .node-home-seperator i {
  	display: inline-block;
  	background-image: url(/sites/default/themes/hofbrennereien2015/images/bg-seperator.jpg);
  	background-size: cover;
  	width: 150px;
  	height: 150px;
  	border-radius: 50%;
  }@media (max-width: 480px) {
 .node-home .node-home-seperator {
  		height: 100px;
  	}
  
  	.node-home .node-home-seperator i {
  		width: 100px;
  		height: 100px;
  	}
  
  	.node-home .node-home-seperator:before,
  	.node-home .node-home-seperator:after {
  		top: 50px;
  		width: 20.833%;
  	} 
}
/*})'"*/
.node-article-full {
  
  }
  
  .node-article-full .field-name-field-image {
    float: left;
    margin: 0 20px 20px 0;
  }@media (max-width: 580px) {
 .node-article-full .field-name-field-image {
      float: none;
      text-align: center;
      margin-right: 0;
    } 
}
/*})'"*/
.node-article-teaser {
  	text-align: center;
  }
  
  .node-article-teaser header {
  	margin: 0;
  }
  
  .node-article-teaser .node-title {
  	font-size: 2.1875rem;
  	line-height: 1.5em;
  	font-weight: normal;
  }
  
  .node-article-teaser .node-title,
  .node-article-teaser .node-title a {
  	color: #75649A;
  }
  
  .node-article-teaser .field-name-field-subtitle h4 {
  	font-size: 1.5625rem;
  	line-height: 1.5em;
  	font-weight: normal;
  	text-align: center;
  	margin: 0;
  }
  
  .node-article-teaser .field-name-field-image {
  	margin: .6rem 0 0 0;
  }
  
  .node-article-teaser .field-name-body {
  	margin: .6rem 0 0 0;
    max-width: none;
  }
  
  .node-article-teaser .field-name-body .field-item {
  	display: inline-block;
  	max-width: 830px;
  }
  
  .node-article-teaser .node-readmore a {
  	display: inline-block;
  	font-weight: bold;
  	line-height: 50px;
  	padding: 0 50px;
  	text-transform: uppercase;
  	color: #9DBFA5;
  	border: 1px solid #9DBFA5;
    transition: background-color ease 0.8s, color ease 0.8s;
  }
  .node-article-teaser .node-readmore a:hover {
  	background-color: #9DBFA5;
    color: #fff;
  }
  
  
  .node-article-teaser .links {
  	margin: 1.5rem 0 0 0;
  	display: inline-block;
  }@media (max-width: 780px) {
 .node-article-teaser .node-title {
  		font-size: 1.5625rem;
  	}
  
  	.node-article-teaser .field-name-field-subtitle h4 {
  		font-size: 1.25rem;
  	} 
}@media (max-width: 480px) {
 .node-article-teaser .node-title {
  		font-size: 1.25rem;
  	}
  
  	.node-article-teaser .field-name-field-subtitle h4 {
  		font-size: 1rem;
  	} 
}
/*})'"*/
.node-distillery-full {
  	background-color: #fff;	
  }
  
  .node-distillery-full > header .header-inner {
  	padding-bottom: 80px !important;
  }
  
  .node-distillery-full header h2 {
  	margin: 6px 0 0 0;
  	line-height: 1.2em;
  	max-width: 1000px;
  }
  
  .node-distillery-full header h2 * {
  	display: inline-block;
  }
  
  .node-distillery-full .field-name-field-license .field-item:first-letter {
  	text-transform: uppercase;
  }
  
  .node-distillery-full header .showinmap {
  	margin-top: 30px;
  	font-weight: bold;
  	line-height: 50px;
  	padding: 0 50px;
  	text-transform: uppercase;
  	color: #fff;
  	display: inline-block;
  	border: 1px solid #fff;	
  	cursor: pointer;
  }
  .node-distillery-full header .showinmap .hide-action {
  	display: none;
  }
  .node-distillery-full header .showinmap.opened .hide-action {
  	display: inline;
  }
  .node-distillery-full header .showinmap.opened .show-action {
  	display: none;
  }
  
  .node-distillery-full .field-name-field-position {
  	height: 0;
  	transition: height 0.4s;
  	overflow: hidden;
  }
  .node-distillery-full .field-name-field-position.opened {
  	height: 400px;
  }
  
  .node-distillery-full .contact-bar {
  	padding: 40px 0 40px 0;
  	text-align: center;
  	font-size: 0;
  }
  .node-distillery-full .contact-bar,
  .node-distillery-full .contact-bar a {
  	color: #666666;
  	font-weight: bold;
  }
  
  .node-distillery-full .contact-bar .box {
  	display: inline-block;
  	width: 25%;
  	vertical-align: top;
  	font-size: 1rem;
  }
  .node-distillery-full .contact-bar .box .icon {
  	display: block;
  	height: 50px;
  	margin-bottom: 20px;
  	background-repeat: no-repeat;
  	background-position: center top;
  }
  
  .node-distillery-full .contact-bar .box.address .icon {
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-map.svg');
  }
  .node-distillery-full .contact-bar .box.telephone .icon {
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-telephone.svg');
  }
  .node-distillery-full .contact-bar .box.email .icon {
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-mail.svg');
  }
  .node-distillery-full .contact-bar .box.website .icon {
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-web.svg');
  }
  
  .node-distillery-full .field-name-field-images {
  	line-height: 0;
  	width: 100%;
  }
  .node-distillery-full .field-name-field-images > .field-items {
  	width: 100%;
  }
  .node-distillery-full .field-name-field-images .rsArrowRight,
  .node-distillery-full .field-name-field-images .rsArrowLeft {
  	position: absolute;
  	bottom: 0;
  	top: 0;
  	left: 30px;
  	margin: auto 0;
  	width: 40px;
  	height: 40px;
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-prev.svg');
  	background-repeat: no-repeat;
  	background-position: center center;
  }
  .node-distillery-full .field-name-field-images .rsArrowRight {
  	left: auto;
  	right: 30px;
  	background-image: url('/sites/default/themes/hofbrennereien2015/images/icon-next.svg');
  }
  
  
  .node-distillery-full .field-outer {
  	color: #666666;
  	padding: 0 25px;
  }
  .node-distillery-full .field-outer-inner {
  	border-bottom: 1px solid #E6E6E6;
  	padding: 30px 0;
  	margin: 0 auto;
  	max-width: 1030px;
  }
  .node-distillery-full .field-outer h3 {
  	margin: 0 0 .8rem 0;
  	font-size: 1rem;
  	line-height: 1.5em;
  	font-weight: bold;
  	color: #74619B;
  }
  
  
  .node-distillery-full .field-outer.field-name-field-distillates-outer {
  	background-color: #F7F7F7;
  }
  .node-distillery-full .field-outer.field-name-field-distillates-outer .field-outer-inner {
  	border-bottom: 0;
  }
  
  
  .node-distillery-full .field-name-field-distillates {
  	
  }
  .node-distillery-full .field-name-field-distillates .field-item {
  	line-height: 1.5em;
  	display: inline-block;
  	width: 30%;
  	margin-right: 5%;
  }
  .node-distillery-full .field-name-field-distillates .field-item:nth-child(3n) {
  	margin-right: 0;
  }
  .node-distillery-full .field-name-field-distillates .field-item:before {
  	content: '';
  	display: inline-block;
  	position: relative;
  	top: -3px;
  	width: 5px;
  	height: 5px;
  	background-color: #666666;
  	border-radius: 50%;
  	margin-right: 6px;
  }@media (max-width: 780px) {
 .node-distillery-full .contact-bar .box {
  		width: 49.5%;
  		margin-bottom: 40px;
  	}
  
  	.node-distillery-full .contact-bar .box .icon {
  		height: 45px;
  	}
  
  	.node-distillery-full .contact-bar .box:nth-child(3),
  	.node-distillery-full .contact-bar .box:nth-child(4) {
  		margin-bottom: 0;
  	}
  
  	.node-distillery-full .field-name-field-distillates .field-item:nth-child(3n),
  	.node-distillery-full .field-name-field-distillates .field-item {
  		width: 47.5%;
  		margin-right: 5%;
  	}	
  
  	.node-distillery-full .field-name-field-distillates .field-item:nth-child(2n) {
  		margin-right: 0;
  	} 
}@media (max-width: 480px) {
 .node-distillery-full .field-outer {
  		padding: 0 15px;
  	}	
  
  	.node-distillery-full .contact-bar .box {
  		font-size: 0.9125rem;
  	}
  
  	.node-distillery-full .contact-bar .box .icon {
  		height: 32px;
  	}
  
  	.node-distillery-full header .showinmap {
  		line-height: 40px;
  		padding: 0 30px;
  	}
  
  	.node-distillery-full .field-name-field-distillates .field-item:nth-child(2n),
  	.node-distillery-full .field-name-field-distillates .field-item:nth-child(3n),
  	.node-distillery-full .field-name-field-distillates .field-item {
  		display: block;
  		width: auto;
  		margin-right: 0;
  	} 
}
/*})'"*/
.node-distillery-teaser {
  	padding: 30px 0 30px 0;
  	position: relative;
  }
  
  .node-distillery-teaser .overlay-link {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	z-index: 2;
  }
  
  
  .node-distillery-teaser .node-title,
  .node-distillery-teaser .node-title a,
  .node-distillery-teaser .field-name-field-contact-person h4,
  .node-distillery-teaser .field-name-field-contact-person h4 a {
  	font-size: 	1.5625rem;
  	line-height: 1.3em;
  	color: #74639A;
  	font-weight: normal;
  	margin: 0;
  }
  
  .node-distillery-teaser:hover .node-title a,
  .node-distillery-teaser:hover .field-name-field-contact-person h4 a {
  	color: #666;
  }
  
  .node-distillery-teaser .node-title,
  .node-distillery-teaser .node-title a {
  	font-weight: bold;
  }
  
  .node-distillery-teaser .field-name-field-address {
  	margin-top: 14px;
  }
  
  .node-distillery-teaser .field-name-field-address * {
  	display: inline-block;
  	vertical-align: top;
  }
  
  .node-distillery-teaser .field-name-field-address .street-block:after {
  	content: ',';
  	display: inline-block;
  	margin-right: 3px;
  }
  
  .node-distillery-teaser .field-name-field-address .state,
  .node-distillery-teaser .field-name-field-address .postal-code {
  	display: none;
  }
  
  
  .node-distillery-teaser .teaser-inner {
  	margin-right: 280px;
  }
  
  .node-distillery-teaser .links {
  	margin: auto 0;
  	position: absolute;
  	top: 56px;
  	right: 0;
  }
  
  .node-distillery-teaser .links .de,
  .node-distillery-teaser .links .it {
  	display: none;
  }
  
  .node-distillery-teaser .node-readmore a {
  	display: inline-block;
  	font-weight: bold;
  	line-height: 50px;
  	padding: 0 50px;
  	text-transform: uppercase;
  	color: #9DBFA5;
  	border: 1px solid #9DBFA5;	
  	transition: all 0.4s ease-in-out;
  }
  .node-distillery-teaser:hover .node-readmore a {
  	background-color: rgba(157, 191, 165, 0.15);
  }@media (max-width: 640px) {
 .node-distillery-teaser .teaser-inner {
  		margin-right: 0;
  	}
  
  	.node-distillery-teaser .links {
  		position: relative;
  		top: auto;
  		right: auto;
  	}
  
  	.node-distillery-teaser .node-readmore a {
  		margin-top: 40px;
  		line-height: 40px;
  		padding: 0 30px;
  	} 
}
/*})'"*/
#content > .node-page.node-page-member-list {
  	padding-bottom: 0;
  }
  
  .node-page .main-header .field-name-body {
  	margin: 20px 0 0 0;
  }
  
  .node-page .field-name-field-title-images-collection {
  	margin-top: 24px;
  	position: relative;
  }
  .node-page .field-name-field-title-images-collection .field-item {
  	display: inline-block;
  	vertical-align: top;
  	font-size: 0;
  	line-height: 0;
  	position: relative;
  }
  .node-page .field-name-field-title-images-collection .field-item .field-name-field-title {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	background-color: rgba(0,0,0,0.6);
  	z-index: 1;
  }
  .node-page .field-name-field-title-images-collection .field-item .field-name-field-title .field-item {
  	font-size: 1rem;
  	line-height: 1.5em;
  	color: #fff;
  	padding: 12px 20px;
  }@media (min-width: 481px) {
 .node-page .field-name-field-title-images-collection .field-item:first-child {
  		width: 66.5%;	
  	}
  
  	.node-page .field-name-field-title-images-collection .field-item:first-child:last-child {
  		width: 100%;
  	}
  
  	.node-page .field-name-field-title-images-collection .field-item:nth-child(2),
  	.node-page .field-name-field-title-images-collection .field-item:nth-child(3) {
  		position: absolute;
  		width: 32%;
  		right: 0;
  	}
  
  	.node-page .field-name-field-title-images-collection .field-item:nth-child(2) {
  		top: 0;
  	}
  
  	.node-page .field-name-field-title-images-collection .field-item:nth-child(3) {
  		bottom: 0;
  	} 
}@media (max-width: 480px) {
 .node-page .field-name-field-title-images-collection .field-item {
  		margin-top: 10px;
  	}
  
  	.node-page .field-name-field-title-images-collection .field-item:first-child {
  		margin-bottom: 0;
  	} 
}/* VIEW TABS --------------------------------------------------------- */
  
  .node-page .view-tabs {
  	display: block;
  	position: relative;
  	z-index: 2;
  	margin: -35px auto 0 auto;
  	padding: 0;
  	list-style: none;
  	text-align: center;
  	font-size: 0;
  }
  
  .node-page .view-tabs li {
  	display: inline-block;
  	margin: 0;
  	padding: 10px 0;
  	background-color: #FFF;
  }
  .node-page .view-tabs li:first-child {
  	padding-left: 10px;
  }
  .node-page .view-tabs li:last-child {
  	padding-right: 10px;
  }
  
  .node-page .view-tabs span {
  	display: block;
  	position: relative;
  	min-width: 185px;
  	height: 50px;
  	font-size: 1rem;
  	line-height: 50px;
  	background-color: #9CBFA4;
  	color: #FFF;
  	text-transform: uppercase;
  	font-weight: bold;
  	cursor: pointer;
  }
  .node-page .view-tabs .active span {
  	background-color: #75649A;
  }
  .node-page .view-tabs .active span:after {
  	content: '';
  	position: absolute;
  	bottom: -10px;
  	right: auto;
  	left: auto;
  	margin-left: -40px;
  	width: 0;
  	height: 0;
  	border-left: 20px solid transparent;
  	border-right: 20px solid transparent;
  	border-top: 20px solid #75649A;
  }@media (max-width: 480px) {
 .node-page .view-tabs li {
  		display: inline-block;
  		width: 90%;
  	}
  
  	.node-page .view-tabs li:first-child {
  		padding-right: 10px;
  	}
  	.node-page .view-tabs li:last-child {
  		padding-left: 10px;
  	} 
}/* VIEW DISTILLERIES --------------------------------------------------------- */
  
  .node-page .view-distilleries.view-display-id-list {
  	margin: 0 auto;
  	max-width: 1030px;
  	padding: 0 25px;
  }
  .node-page .view-distilleries.view-display-id-list .view-content {
  	padding-bottom: 80px;
  }
  .node-page .view-distilleries.view-display-id-list .views-row {
  	border-bottom: 1px solid #E6E6E6;
  }
  
  .node-page .view-distilleries.view-display-id-map {
  	margin: -25px 0 0 0;
  }
  
  .gmap-popup a {
  	display: block;
  	color: #75649A;
  	font-weight: bold;
  }
  .gmap-popup .state {
  	display: none;
  }@media (max-width: 480px) {
 .node-page .view-distilleries.view-display-id-list {
  		padding: 0 15px;
  	} 
}
/*})'"*/
