@charset "UTF-8";
/**
 * style.scss
 *
 * Author: Marian Friedmann
 *
 */
/**
 * basicss overrides
 *
 * any defaults in basicss/basicss/_settings.scss
 * may be overridden...
 *
 * e.g. $prototyping: true;
 */
/**
 * basicss import
 */
/**
 * basicss.scss
 *
 * Author: Marian Friedmann
 *
 */
/* ====================================================
   Reset, Defaults, Mixins
   ==================================================== */
/**
 * Reset, Default settings
 */
/**
 * _settings.scss
 *
 * Author: Marian Friedmann
 */
/**
 * Various defaults
 */
/**
 * Default objects
 */
/**
 * Default helper
 */
/**
 * Default fonts
 */
/**
 * Default font size
 */
/**
 * Default headings 
 */
/**
 *  Default spacing
 */
/**
 * Default breakpoints
 */
/**
 * Default constrains
 */
/**
 * Arrows
 */
/**
 * Global Variables 
 */
/**
 * Mixins
 */
/**
 * _media.scss
 *
 * Author: Marius Scheel
 *
 * Usage:
 * @include media(300px);
 * or @include media(300px, false);
 * or @include media(max-width 300px);
 * or @include media(100px max-width 300px);
 * or @include media(max-width 100px max-width 300px);
 * or @include media(max-width 100px max-width 300px, true);
 *
 */
/**
 * _hdpi.scss
 *
 * Author: Marius Scheel
 *
 * defaults to 1.3 to include Google Nexus 7
 * adapted from bourbon:
 * https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_hidpi-media-query.scss
 * 
 * Usage:
 * @include hdpi {
 *  // your css for hdpi displays
 * };
 *
 * you can use a custom ratio, if you like:
 * @include hdpi(1.5) {
 *  // your css
 * };
 */
/**
 * _retina-image.scss
 *
 * Author: Marius Scheel
 *
 * Usage:
 * .hero {
 *  @include retina-image("../path/to/hero", 200px 400px);
 * }
 *
 * to use a specific filename:
 * .hero {
 *  @include retina-image("../path/to/hero", 200px 400px, "../path/to/retina-hero"); 
 * } 
 *
 * modified version of bourbon's retina-image mixin.
 * The mixin uses a @2x.png retina filename by default.
 * https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/addons/_retina-image.scss
 */
/**
 * _background-svg.scss
 *
 * Author: Marian Friedmann
 *
 * SVG als Hintergrundgrafik mit PNG Fallback.
 *
 * Usage:
 * .element {
 *   @include background-svg(../pfad/zum/bild/bildname); // ohne dateiendung
 * }
 *
 */
/**
 * _display-inline-block.scss
 *
 * Author: Marian Friedmann
 *
 * Usage:
 * .element {
 *   @include display-inline-block;
 * }
 *
 */
/**
 * _font-size.scss
 *
 * Author: Marian Friedmann
 *
 */
/**
 * _px-to-rem.scss
 *
 * Author: Marian Friedmann
 *
 * Usage:
 * .element {
 *   @include px-to-rem(padding, 0 24px)
 * }
 *
 * Output:
 * .element {
 *   padding: 0 24px;
 *   padding: 0 1.5rem;
 * }
 *
 */
/**
 * _clearfix.scss
 *
 * Author: Marian Friedmann
 *
 * Usage:
 * .element {
 *   @include clearfix;
 * }
 *
 */
/**
 * _ellipsis.scss
 *
 * Author: Marian Friedmann
 *
 * ellipsis mixin 
 *
 */
/* ====================================================
   Base Styles
   ==================================================== */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 * 3.Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/**
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Addresses font sizes and margins set differently in IE 6/7.
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Addresses margins set differently in IE 6/7.
 */
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 *  Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * 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;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 7/8/9/10.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/**
 * 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 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * _main.scss
 *
 * Author: Marian Friedmann
 *
 */
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

/**
 * _baseline.scss
 *
 * Author: Marian Friedmann
 *
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin: 0 0 26px;
  margin: 0 0 1.85714rem;
}

ul, ol, dd {
  margin-left: 26px;
  margin-left: 1.85714rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * _typo.scss
 *
 * Author: Marian Friedmann
 *
 */
html {
  font-family: "lato", sans-serif;
  font-size: 0.875em;
  line-height: 1.85714;
}

h1,
.heading-1 {
  font-size: 70px;
  font-size: 5rem;
  line-height: 1.11429;
}

h2,
.heading-2 {
  font-size: 45px;
  font-size: 3.21429rem;
  line-height: 1.15556;
}

h3,
.heading-3 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 1.85714;
}

h4,
.heading-4 {
  font-size: 25px;
  font-size: 1.78571rem;
  line-height: 1.04;
}

h5,
.heading-5 {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.3;
}

h6,
.heading-6 {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.625;
}

/**
 * _links.scss
 *
 * Author: Marian Friedmann
 *
 */
a {
  color: #0074d9;
  text-decoration: none;
}

a:hover {
  color: #0059a6;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/**
 * media-src.scss
 *
 * Author: Marian Friedmann
 *
 */
object,
embed,
video,
img {
  max-width: 100%;
  height: auto;
}

img {
  /**
   * Give it some text styles to offset alt text
   */
  color: #c00;
}

/**
 * no fluid images, when width or height are set
 */
img[width],
img[height] {
  max-width: none;
}

/* ====================================================
   Objects
   ==================================================== */
/**
 * _grid.scss
 *
 * Author: Marian Friedmann
 *
 * Usage:
 * <div class="grid">
 *   <div class="grid__item  width--1of1  width-tab--1of3  width-desk--1of4">
 *       ...
 *   </div><!--
 *--><div class="grid__item  width--1of1  width-tab--2of3  width-desk--3of4">
 *     <div class="grid">
 *       <div class="grid__item  width--1of1  width-tab--1of2">
 *           ...
 *       </div><!--
 *    --><div class="grid__item  width--1of1  width-tab--1of2">
 *           ...
 *       </div>
 *     </div>
 *   </div>
 * </div>
 *
 * the example above combines the grid items with the widths from helper/_width.scss
 */
.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -26px;
  margin-left: -1.85714rem;
}

.grid__item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 26px;
  padding-left: 1.85714rem;
}

/** 
 * Reverse the order of grid items
 */
.grid--reversed {
  direction: rtl;
  text-align: left;
}
.grid--reversed > .grid__item {
  direction: ltr;
  text-align: left;
}

/** 
 * Grid items without gutters 
 */
.grid--flush {
  margin-left: 0;
}
.grid--flush > .grid__item {
  padding-left: 0;
}

/** 
 * Grid size variations 
 */
.grid--small {
  margin-left: -13px;
  margin-left: -0.92857rem;
}
.grid--small > .grid__item {
  padding-left: 13px;
  padding-left: 0.92857rem;
}

.grid--large {
  margin-left: -52px;
  margin-left: -3.71429rem;
}
.grid--large > .grid__item {
  padding-left: 52px;
  padding-left: 3.71429rem;
}

/** 
 * Text alignment for grid__items
 */
.grid--alignLeft > .grid__item {
  text-align: left;
}

.grid--alignCenter > .grid__item {
  text-align: center;
}

.grid--alignRight > .grid__item {
  text-align: right;
}

/**
 * _icon.scss
 *
 * Author: Marian Friedmann
 *
 * Usage:
 * <i class="icon [icon--nav-toggle]"></i>
 *
 */
/**
 * Alle icons werden als .svg exportiert unter
 * /assets/images/icons abgelegt und von grunt-svgmin
 * und grunt-grunticon weiterverarbeitet.
 *
 * Output unter /assets/images/icons/grunticon
 */
.icon {
  width: 26px;
  height: 26px;
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

/**
 * Beispiel f├╝r ein Icon
 *
 * .icon--mobile-nav-toggle {
 *   @include background-svg("../images/nav-toggle");
 * }
 */
/* ====================================================
   Helper Classes
   ==================================================== */
/**
 * _spacing.scss
 *
 * Author: Marian Friedmann
 *
 * Usage:
 * <div class="space--top  space-tab--top-double">
 *   ...
 * </div>
 *
 */
/**
 * Basic & spacing
 */
.space--top-none {
  margin-top: 0px;
  margin-top: 0rem;
}

.space--left-none {
  margin-left: 0px;
  margin-left: 0rem;
}

.space--right-none {
  margin-right: 0px;
  margin-right: 0rem;
}

.space--bottom-none {
  margin-bottom: 0px;
  margin-bottom: 0rem;
}

.space--top-quarter {
  margin-top: 6.5px;
  margin-top: 0.46429rem;
}

.space--left-quarter {
  margin-left: 6.5px;
  margin-left: 0.46429rem;
}

.space--right-quarter {
  margin-right: 6.5px;
  margin-right: 0.46429rem;
}

.space--bottom-quarter {
  margin-bottom: 6.5px;
  margin-bottom: 0.46429rem;
}

.space--top-third {
  margin-top: 8.66667px;
  margin-top: 0.61905rem;
}

.space--left-third {
  margin-left: 8.66667px;
  margin-left: 0.61905rem;
}

.space--right-third {
  margin-right: 8.66667px;
  margin-right: 0.61905rem;
}

.space--bottom-third {
  margin-bottom: 8.66667px;
  margin-bottom: 0.61905rem;
}

.space--top-half {
  margin-top: 13px;
  margin-top: 0.92857rem;
}

.space--left-half {
  margin-left: 13px;
  margin-left: 0.92857rem;
}

.space--right-half {
  margin-right: 13px;
  margin-right: 0.92857rem;
}

.space--bottom-half {
  margin-bottom: 13px;
  margin-bottom: 0.92857rem;
}

.space--top {
  margin-top: 26px;
  margin-top: 1.85714rem;
}

.space--left {
  margin-left: 26px;
  margin-left: 1.85714rem;
}

.space--right {
  margin-right: 26px;
  margin-right: 1.85714rem;
}

.space--bottom {
  margin-bottom: 26px;
  margin-bottom: 1.85714rem;
}

.space--top-double {
  margin-top: 52px;
  margin-top: 3.71429rem;
}

.space--left-double {
  margin-left: 52px;
  margin-left: 3.71429rem;
}

.space--right-double {
  margin-right: 52px;
  margin-right: 3.71429rem;
}

.space--bottom-double {
  margin-bottom: 52px;
  margin-bottom: 3.71429rem;
}

.space--top-triple {
  margin-top: 78px;
  margin-top: 5.57143rem;
}

.space--left-triple {
  margin-left: 78px;
  margin-left: 5.57143rem;
}

.space--right-triple {
  margin-right: 78px;
  margin-right: 5.57143rem;
}

.space--bottom-triple {
  margin-bottom: 78px;
  margin-bottom: 5.57143rem;
}

@media screen and (min-width: 481px) {
  .space-tab--top-none {
    margin-top: 0px;
    margin-top: 0rem;
  }

  .space-tab--left-none {
    margin-left: 0px;
    margin-left: 0rem;
  }

  .space-tab--right-none {
    margin-right: 0px;
    margin-right: 0rem;
  }

  .space-tab--bottom-none {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }

  .space-tab--top-quarter {
    margin-top: 6.5px;
    margin-top: 0.46429rem;
  }

  .space-tab--left-quarter {
    margin-left: 6.5px;
    margin-left: 0.46429rem;
  }

  .space-tab--right-quarter {
    margin-right: 6.5px;
    margin-right: 0.46429rem;
  }

  .space-tab--bottom-quarter {
    margin-bottom: 6.5px;
    margin-bottom: 0.46429rem;
  }

  .space-tab--top-third {
    margin-top: 8.66667px;
    margin-top: 0.61905rem;
  }

  .space-tab--left-third {
    margin-left: 8.66667px;
    margin-left: 0.61905rem;
  }

  .space-tab--right-third {
    margin-right: 8.66667px;
    margin-right: 0.61905rem;
  }

  .space-tab--bottom-third {
    margin-bottom: 8.66667px;
    margin-bottom: 0.61905rem;
  }

  .space-tab--top-half {
    margin-top: 13px;
    margin-top: 0.92857rem;
  }

  .space-tab--left-half {
    margin-left: 13px;
    margin-left: 0.92857rem;
  }

  .space-tab--right-half {
    margin-right: 13px;
    margin-right: 0.92857rem;
  }

  .space-tab--bottom-half {
    margin-bottom: 13px;
    margin-bottom: 0.92857rem;
  }

  .space-tab--top {
    margin-top: 26px;
    margin-top: 1.85714rem;
  }

  .space-tab--left {
    margin-left: 26px;
    margin-left: 1.85714rem;
  }

  .space-tab--right {
    margin-right: 26px;
    margin-right: 1.85714rem;
  }

  .space-tab--bottom {
    margin-bottom: 26px;
    margin-bottom: 1.85714rem;
  }

  .space-tab--top-double {
    margin-top: 52px;
    margin-top: 3.71429rem;
  }

  .space-tab--left-double {
    margin-left: 52px;
    margin-left: 3.71429rem;
  }

  .space-tab--right-double {
    margin-right: 52px;
    margin-right: 3.71429rem;
  }

  .space-tab--bottom-double {
    margin-bottom: 52px;
    margin-bottom: 3.71429rem;
  }

  .space-tab--top-triple {
    margin-top: 78px;
    margin-top: 5.57143rem;
  }

  .space-tab--left-triple {
    margin-left: 78px;
    margin-left: 5.57143rem;
  }

  .space-tab--right-triple {
    margin-right: 78px;
    margin-right: 5.57143rem;
  }

  .space-tab--bottom-triple {
    margin-bottom: 78px;
    margin-bottom: 5.57143rem;
  }
}
@media screen and (min-width: 841px) {
  .space-lap--top-none {
    margin-top: 0px;
    margin-top: 0rem;
  }

  .space-lap--left-none {
    margin-left: 0px;
    margin-left: 0rem;
  }

  .space-lap--right-none {
    margin-right: 0px;
    margin-right: 0rem;
  }

  .space-lap--bottom-none {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }

  .space-lap--top-quarter {
    margin-top: 6.5px;
    margin-top: 0.46429rem;
  }

  .space-lap--left-quarter {
    margin-left: 6.5px;
    margin-left: 0.46429rem;
  }

  .space-lap--right-quarter {
    margin-right: 6.5px;
    margin-right: 0.46429rem;
  }

  .space-lap--bottom-quarter {
    margin-bottom: 6.5px;
    margin-bottom: 0.46429rem;
  }

  .space-lap--top-third {
    margin-top: 8.66667px;
    margin-top: 0.61905rem;
  }

  .space-lap--left-third {
    margin-left: 8.66667px;
    margin-left: 0.61905rem;
  }

  .space-lap--right-third {
    margin-right: 8.66667px;
    margin-right: 0.61905rem;
  }

  .space-lap--bottom-third {
    margin-bottom: 8.66667px;
    margin-bottom: 0.61905rem;
  }

  .space-lap--top-half {
    margin-top: 13px;
    margin-top: 0.92857rem;
  }

  .space-lap--left-half {
    margin-left: 13px;
    margin-left: 0.92857rem;
  }

  .space-lap--right-half {
    margin-right: 13px;
    margin-right: 0.92857rem;
  }

  .space-lap--bottom-half {
    margin-bottom: 13px;
    margin-bottom: 0.92857rem;
  }

  .space-lap--top {
    margin-top: 26px;
    margin-top: 1.85714rem;
  }

  .space-lap--left {
    margin-left: 26px;
    margin-left: 1.85714rem;
  }

  .space-lap--right {
    margin-right: 26px;
    margin-right: 1.85714rem;
  }

  .space-lap--bottom {
    margin-bottom: 26px;
    margin-bottom: 1.85714rem;
  }

  .space-lap--top-double {
    margin-top: 52px;
    margin-top: 3.71429rem;
  }

  .space-lap--left-double {
    margin-left: 52px;
    margin-left: 3.71429rem;
  }

  .space-lap--right-double {
    margin-right: 52px;
    margin-right: 3.71429rem;
  }

  .space-lap--bottom-double {
    margin-bottom: 52px;
    margin-bottom: 3.71429rem;
  }

  .space-lap--top-triple {
    margin-top: 78px;
    margin-top: 5.57143rem;
  }

  .space-lap--left-triple {
    margin-left: 78px;
    margin-left: 5.57143rem;
  }

  .space-lap--right-triple {
    margin-right: 78px;
    margin-right: 5.57143rem;
  }

  .space-lap--bottom-triple {
    margin-bottom: 78px;
    margin-bottom: 5.57143rem;
  }
}
@media screen and (min-width: 1024px) {
  .space-desk--top-none {
    margin-top: 0px;
    margin-top: 0rem;
  }

  .space-desk--left-none {
    margin-left: 0px;
    margin-left: 0rem;
  }

  .space-desk--right-none {
    margin-right: 0px;
    margin-right: 0rem;
  }

  .space-desk--bottom-none {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }

  .space-desk--top-quarter {
    margin-top: 6.5px;
    margin-top: 0.46429rem;
  }

  .space-desk--left-quarter {
    margin-left: 6.5px;
    margin-left: 0.46429rem;
  }

  .space-desk--right-quarter {
    margin-right: 6.5px;
    margin-right: 0.46429rem;
  }

  .space-desk--bottom-quarter {
    margin-bottom: 6.5px;
    margin-bottom: 0.46429rem;
  }

  .space-desk--top-third {
    margin-top: 8.66667px;
    margin-top: 0.61905rem;
  }

  .space-desk--left-third {
    margin-left: 8.66667px;
    margin-left: 0.61905rem;
  }

  .space-desk--right-third {
    margin-right: 8.66667px;
    margin-right: 0.61905rem;
  }

  .space-desk--bottom-third {
    margin-bottom: 8.66667px;
    margin-bottom: 0.61905rem;
  }

  .space-desk--top-half {
    margin-top: 13px;
    margin-top: 0.92857rem;
  }

  .space-desk--left-half {
    margin-left: 13px;
    margin-left: 0.92857rem;
  }

  .space-desk--right-half {
    margin-right: 13px;
    margin-right: 0.92857rem;
  }

  .space-desk--bottom-half {
    margin-bottom: 13px;
    margin-bottom: 0.92857rem;
  }

  .space-desk--top {
    margin-top: 26px;
    margin-top: 1.85714rem;
  }

  .space-desk--left {
    margin-left: 26px;
    margin-left: 1.85714rem;
  }

  .space-desk--right {
    margin-right: 26px;
    margin-right: 1.85714rem;
  }

  .space-desk--bottom {
    margin-bottom: 26px;
    margin-bottom: 1.85714rem;
  }

  .space-desk--top-double {
    margin-top: 52px;
    margin-top: 3.71429rem;
  }

  .space-desk--left-double {
    margin-left: 52px;
    margin-left: 3.71429rem;
  }

  .space-desk--right-double {
    margin-right: 52px;
    margin-right: 3.71429rem;
  }

  .space-desk--bottom-double {
    margin-bottom: 52px;
    margin-bottom: 3.71429rem;
  }

  .space-desk--top-triple {
    margin-top: 78px;
    margin-top: 5.57143rem;
  }

  .space-desk--left-triple {
    margin-left: 78px;
    margin-left: 5.57143rem;
  }

  .space-desk--right-triple {
    margin-right: 78px;
    margin-right: 5.57143rem;
  }

  .space-desk--bottom-triple {
    margin-bottom: 78px;
    margin-bottom: 5.57143rem;
  }
}
@media screen and (min-width: 1200px) {
  .space-desk-wide--top-none {
    margin-top: 0px;
    margin-top: 0rem;
  }

  .space-desk-wide--left-none {
    margin-left: 0px;
    margin-left: 0rem;
  }

  .space-desk-wide--right-none {
    margin-right: 0px;
    margin-right: 0rem;
  }

  .space-desk-wide--bottom-none {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }

  .space-desk-wide--top-quarter {
    margin-top: 6.5px;
    margin-top: 0.46429rem;
  }

  .space-desk-wide--left-quarter {
    margin-left: 6.5px;
    margin-left: 0.46429rem;
  }

  .space-desk-wide--right-quarter {
    margin-right: 6.5px;
    margin-right: 0.46429rem;
  }

  .space-desk-wide--bottom-quarter {
    margin-bottom: 6.5px;
    margin-bottom: 0.46429rem;
  }

  .space-desk-wide--top-third {
    margin-top: 8.66667px;
    margin-top: 0.61905rem;
  }

  .space-desk-wide--left-third {
    margin-left: 8.66667px;
    margin-left: 0.61905rem;
  }

  .space-desk-wide--right-third {
    margin-right: 8.66667px;
    margin-right: 0.61905rem;
  }

  .space-desk-wide--bottom-third {
    margin-bottom: 8.66667px;
    margin-bottom: 0.61905rem;
  }

  .space-desk-wide--top-half {
    margin-top: 13px;
    margin-top: 0.92857rem;
  }

  .space-desk-wide--left-half {
    margin-left: 13px;
    margin-left: 0.92857rem;
  }

  .space-desk-wide--right-half {
    margin-right: 13px;
    margin-right: 0.92857rem;
  }

  .space-desk-wide--bottom-half {
    margin-bottom: 13px;
    margin-bottom: 0.92857rem;
  }

  .space-desk-wide--top {
    margin-top: 26px;
    margin-top: 1.85714rem;
  }

  .space-desk-wide--left {
    margin-left: 26px;
    margin-left: 1.85714rem;
  }

  .space-desk-wide--right {
    margin-right: 26px;
    margin-right: 1.85714rem;
  }

  .space-desk-wide--bottom {
    margin-bottom: 26px;
    margin-bottom: 1.85714rem;
  }

  .space-desk-wide--top-double {
    margin-top: 52px;
    margin-top: 3.71429rem;
  }

  .space-desk-wide--left-double {
    margin-left: 52px;
    margin-left: 3.71429rem;
  }

  .space-desk-wide--right-double {
    margin-right: 52px;
    margin-right: 3.71429rem;
  }

  .space-desk-wide--bottom-double {
    margin-bottom: 52px;
    margin-bottom: 3.71429rem;
  }

  .space-desk-wide--top-triple {
    margin-top: 78px;
    margin-top: 5.57143rem;
  }

  .space-desk-wide--left-triple {
    margin-left: 78px;
    margin-left: 5.57143rem;
  }

  .space-desk-wide--right-triple {
    margin-right: 78px;
    margin-right: 5.57143rem;
  }

  .space-desk-wide--bottom-triple {
    margin-bottom: 78px;
    margin-bottom: 5.57143rem;
  }
}
/**
 * _width.scss
 *
 * Author: Marian Friedmann
 *
 * Usage:
 * <div class="grid">
 *   <div class="grid__item  width--1of1  width-tab--1of3  width-desk--1of4">
 *     ...
 *   </div>
 *   <div class="grid__item  width--1of1  width-tab--2of3  width-desk--3of4">
 *     ...
 *   </div>
 * </div>
 *
 */
.width--0 {
  width: 0% !important;
  display: none;
}

.width--1of1,
.width--2of2,
.width--3of3,
.width--4of4,
.width--5of5,
.width--6of6 {
  width: 100% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of2,
.width--2of4,
.width--3of6,
.width--4of8,
.width--5of10,
.width--6of12 {
  width: 50% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of3,
.width--2of6,
.width--3of9,
.width--4of12 {
  width: 33.33333% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--2of3,
.width--4of6,
.width--6of9,
.width--8of12 {
  width: 66.66666% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of4,
.width--2of8,
.width--3of12 {
  width: 25% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--3of4,
.width--6of8,
.width--9of12 {
  width: 75% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of5,
.width--2of10 {
  width: 20% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--2of5,
.width--4of10 {
  width: 40% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--3of5,
.width--6of10 {
  width: 60% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--4of5,
.width--8of10 {
  width: 80% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of6,
.width--2of12 {
  width: 16.66666% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--5of6,
.width--10of12 {
  width: 83.33333% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of8 {
  width: 12.5% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--3of8 {
  width: 37.5% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--5of8 {
  width: 62.5% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--7of8 {
  width: 87.5% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of9 {
  width: 11.1111111% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--2of9 {
  width: 22.2222222% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--4of9 {
  width: 44.4444444% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--5of9 {
  width: 55.5555555% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--7of9 {
  width: 77.7777777% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--8of9 {
  width: 88.8888888% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of10 {
  width: 10% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--3of10 {
  width: 30% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--7of10 {
  width: 70% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--9of10 {
  width: 90% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--1of12 {
  width: 8.3333333% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--5of12 {
  width: 41.6666666% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--7of12 {
  width: 58.3333333% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

.width--11of12 {
  width: 91.6666666% !important;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* IE 7 */
}

@media screen and (min-width: 481px) {
  .width-tab--0 {
    width: 0% !important;
    display: none;
  }

  .width-tab--1of1,
  .width-tab--2of2,
  .width-tab--3of3,
  .width-tab--4of4,
  .width-tab--5of5,
  .width-tab--6of6 {
    width: 100% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of2,
  .width-tab--2of4,
  .width-tab--3of6,
  .width-tab--4of8,
  .width-tab--5of10,
  .width-tab--6of12 {
    width: 50% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of3,
  .width-tab--2of6,
  .width-tab--3of9,
  .width-tab--4of12 {
    width: 33.33333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--2of3,
  .width-tab--4of6,
  .width-tab--6of9,
  .width-tab--8of12 {
    width: 66.66666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of4,
  .width-tab--2of8,
  .width-tab--3of12 {
    width: 25% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--3of4,
  .width-tab--6of8,
  .width-tab--9of12 {
    width: 75% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of5,
  .width-tab--2of10 {
    width: 20% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--2of5,
  .width-tab--4of10 {
    width: 40% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--3of5,
  .width-tab--6of10 {
    width: 60% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--4of5,
  .width-tab--8of10 {
    width: 80% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of6,
  .width-tab--2of12 {
    width: 16.66666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--5of6,
  .width-tab--10of12 {
    width: 83.33333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of8 {
    width: 12.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--3of8 {
    width: 37.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--5of8 {
    width: 62.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--7of8 {
    width: 87.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of9 {
    width: 11.1111111% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--2of9 {
    width: 22.2222222% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--4of9 {
    width: 44.4444444% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--5of9 {
    width: 55.5555555% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--7of9 {
    width: 77.7777777% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--8of9 {
    width: 88.8888888% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of10 {
    width: 10% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--3of10 {
    width: 30% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--7of10 {
    width: 70% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--9of10 {
    width: 90% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--1of12 {
    width: 8.3333333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--5of12 {
    width: 41.6666666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--7of12 {
    width: 58.3333333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-tab--11of12 {
    width: 91.6666666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }
}
@media screen and (min-width: 841px) {
  .width-lap--0 {
    width: 0% !important;
    display: none;
  }

  .width-lap--1of1,
  .width-lap--2of2,
  .width-lap--3of3,
  .width-lap--4of4,
  .width-lap--5of5,
  .width-lap--6of6 {
    width: 100% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of2,
  .width-lap--2of4,
  .width-lap--3of6,
  .width-lap--4of8,
  .width-lap--5of10,
  .width-lap--6of12 {
    width: 50% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of3,
  .width-lap--2of6,
  .width-lap--3of9,
  .width-lap--4of12 {
    width: 33.33333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--2of3,
  .width-lap--4of6,
  .width-lap--6of9,
  .width-lap--8of12 {
    width: 66.66666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of4,
  .width-lap--2of8,
  .width-lap--3of12 {
    width: 25% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--3of4,
  .width-lap--6of8,
  .width-lap--9of12 {
    width: 75% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of5,
  .width-lap--2of10 {
    width: 20% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--2of5,
  .width-lap--4of10 {
    width: 40% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--3of5,
  .width-lap--6of10 {
    width: 60% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--4of5,
  .width-lap--8of10 {
    width: 80% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of6,
  .width-lap--2of12 {
    width: 16.66666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--5of6,
  .width-lap--10of12 {
    width: 83.33333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of8 {
    width: 12.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--3of8 {
    width: 37.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--5of8 {
    width: 62.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--7of8 {
    width: 87.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of9 {
    width: 11.1111111% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--2of9 {
    width: 22.2222222% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--4of9 {
    width: 44.4444444% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--5of9 {
    width: 55.5555555% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--7of9 {
    width: 77.7777777% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--8of9 {
    width: 88.8888888% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of10 {
    width: 10% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--3of10 {
    width: 30% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--7of10 {
    width: 70% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--9of10 {
    width: 90% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--1of12 {
    width: 8.3333333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--5of12 {
    width: 41.6666666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--7of12 {
    width: 58.3333333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-lap--11of12 {
    width: 91.6666666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }
}
@media screen and (min-width: 1024px) {
  .width-desk--0 {
    width: 0% !important;
    display: none;
  }

  .width-desk--1of1,
  .width-desk--2of2,
  .width-desk--3of3,
  .width-desk--4of4,
  .width-desk--5of5,
  .width-desk--6of6 {
    width: 100% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of2,
  .width-desk--2of4,
  .width-desk--3of6,
  .width-desk--4of8,
  .width-desk--5of10,
  .width-desk--6of12 {
    width: 50% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of3,
  .width-desk--2of6,
  .width-desk--3of9,
  .width-desk--4of12 {
    width: 33.33333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--2of3,
  .width-desk--4of6,
  .width-desk--6of9,
  .width-desk--8of12 {
    width: 66.66666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of4,
  .width-desk--2of8,
  .width-desk--3of12 {
    width: 25% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--3of4,
  .width-desk--6of8,
  .width-desk--9of12 {
    width: 75% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of5,
  .width-desk--2of10 {
    width: 20% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--2of5,
  .width-desk--4of10 {
    width: 40% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--3of5,
  .width-desk--6of10 {
    width: 60% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--4of5,
  .width-desk--8of10 {
    width: 80% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of6,
  .width-desk--2of12 {
    width: 16.66666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--5of6,
  .width-desk--10of12 {
    width: 83.33333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of8 {
    width: 12.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--3of8 {
    width: 37.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--5of8 {
    width: 62.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--7of8 {
    width: 87.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of9 {
    width: 11.1111111% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--2of9 {
    width: 22.2222222% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--4of9 {
    width: 44.4444444% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--5of9 {
    width: 55.5555555% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--7of9 {
    width: 77.7777777% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--8of9 {
    width: 88.8888888% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of10 {
    width: 10% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--3of10 {
    width: 30% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--7of10 {
    width: 70% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--9of10 {
    width: 90% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--1of12 {
    width: 8.3333333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--5of12 {
    width: 41.6666666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--7of12 {
    width: 58.3333333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk--11of12 {
    width: 91.6666666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }
}
@media screen and (min-width: 1200px) {
  .width-desk-wide--0 {
    width: 0% !important;
    display: none;
  }

  .width-desk-wide--1of1,
  .width-desk-wide--2of2,
  .width-desk-wide--3of3,
  .width-desk-wide--4of4,
  .width-desk-wide--5of5,
  .width-desk-wide--6of6 {
    width: 100% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of2,
  .width-desk-wide--2of4,
  .width-desk-wide--3of6,
  .width-desk-wide--4of8,
  .width-desk-wide--5of10,
  .width-desk-wide--6of12 {
    width: 50% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of3,
  .width-desk-wide--2of6,
  .width-desk-wide--3of9,
  .width-desk-wide--4of12 {
    width: 33.33333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--2of3,
  .width-desk-wide--4of6,
  .width-desk-wide--6of9,
  .width-desk-wide--8of12 {
    width: 66.66666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of4,
  .width-desk-wide--2of8,
  .width-desk-wide--3of12 {
    width: 25% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--3of4,
  .width-desk-wide--6of8,
  .width-desk-wide--9of12 {
    width: 75% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of5,
  .width-desk-wide--2of10 {
    width: 20% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--2of5,
  .width-desk-wide--4of10 {
    width: 40% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--3of5,
  .width-desk-wide--6of10 {
    width: 60% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--4of5,
  .width-desk-wide--8of10 {
    width: 80% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of6,
  .width-desk-wide--2of12 {
    width: 16.66666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--5of6,
  .width-desk-wide--10of12 {
    width: 83.33333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of8 {
    width: 12.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--3of8 {
    width: 37.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--5of8 {
    width: 62.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--7of8 {
    width: 87.5% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of9 {
    width: 11.1111111% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--2of9 {
    width: 22.2222222% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--4of9 {
    width: 44.4444444% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--5of9 {
    width: 55.5555555% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--7of9 {
    width: 77.7777777% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--8of9 {
    width: 88.8888888% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of10 {
    width: 10% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--3of10 {
    width: 30% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--7of10 {
    width: 70% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--9of10 {
    width: 90% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--1of12 {
    width: 8.3333333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--5of12 {
    width: 41.6666666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--7of12 {
    width: 58.3333333% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }

  .width-desk-wide--11of12 {
    width: 91.6666666% !important;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* IE 7 */
  }
}
/**
 * _typo.scss
 *
 * Author: Marian Friedmann
 *
 * Alt Text Styles.
 *
 * ## sizing
 * - text--large
 * - text--small
 *
 * ## alignment 
 * - text--left
 * - text--right
 * - text--center
 *
 * ## utilities 
 * - text--secondary
 * - text--inherit-color
 * - text--no-wrap
 *
 * Usage:
 * <div class="text--large">
 *   <h1>Lorem Ipsum</h1>
 *   <p>Lorem ipsum</p>
 * </div>
 *
 */
.text--large {
  margin: 52px 0;
  margin: 3.71429rem 0;
}
.text--large h1, .text--large h2 {
  font-size: 84px;
  font-size: 6rem;
  line-height: 1.2381;
}
.text--large h3, .text--large h4 {
  font-size: 42px;
  font-size: 3rem;
  line-height: 1.2381;
}
.text--large h5, .text--large h6 {
  font-size: 33.25px;
  font-size: 2.375rem;
  line-height: 1.56391;
}
.text--large p, .text--large ul, .text--large ol {
  font-size: 24.5px;
  font-size: 1.75rem;
  line-height: 1.06122;
}

.text--small h1, .text--small h2 {
  font-size: 12.25px;
  font-size: 0.875rem;
  line-height: 2.12245;
  margin: 0;
}
.text--small h3, .text--small h4, .text--small h5, .text--small h6 {
  font-size: 10.5px;
  font-size: 0.75rem;
  line-height: 2.47619;
  margin: 0;
}
.text--small p, .text--small ul, .text--small ol {
  font-size: 8.75px;
  font-size: 0.625rem;
  line-height: 2.97143;
}

.text--secondary p, .text--secondary ul, .text--secondary ol, .text--secondary h1, .text--secondary h2, .text--secondary h3, .text--secondary h4, .text--secondary h5, .text--secondary h6 {
  font-family: Georgia, serif;
}

/**
 * Inherit ancestor's text color
 */
.text--inherit-color {
  color: inherit !important;
}

/**
 * Prevent text from wrapping
 */
.text--no-wrap {
  white-space: nowrap !important;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

@media screen and (min-width: 481px) {
  .text-tab--left {
    text-align: left;
  }

  .text-tab--right {
    text-align: right;
  }

  .text-tab--center {
    text-align: center;
  }
}
@media screen and (min-width: 841px) {
  .text-lap--left {
    text-align: left;
  }

  .text-lap--right {
    text-align: right;
  }

  .text-lap--center {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .text-desk--left {
    text-align: left;
  }

  .text-desk--right {
    text-align: right;
  }

  .text-desk--center {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .text-desk-wide--left {
    text-align: left;
  }

  .text-desk-wide--right {
    text-align: right;
  }

  .text-desk-wide--center {
    text-align: center;
  }
}
/**
 * userstyle imports
 *
 * e.g. @import 'nav';
 */
.button {
  display: block;
  background: #3c5d11;
  color: #FFF;
  padding: 0 20px;
  line-height: 24px;
  transition: .3s ease-in-out;
}
.button:hover {
  color: #FFF;
  text-decoration: none;
  background: #2e470d;
}
.button--search {
  background: #FFF;
  color: #3c5d11;
  border: none;
  line-height: 30px;
  -webkit-appearance: none;
  border-radius: 0;
}

.grid--xsmall {
  margin-left: -8.66667px;
  margin-left: -0.61905rem;
}
.grid--xsmall > .grid__item {
  padding-left: 8.66667px;
  padding-left: 0.61905rem;
}

.wrapper {
  max-width: 1400px;
  padding: 0 25px;
  position: relative;
  margin: auto;
}
.wrapper--no-margin {
  padding: 0;
}
@media screen and (min-width: 841px) {
  .wrapper--bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
  }
}

a {
  color: #3c5d11;
}

.grid__item--alignRight {
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .grid__item-desk--alignRight {
    text-align: right;
  }
}

@media screen and (min-width: 841px) {
  .grid-lap--reverse {
    direction: rtl;
  }
}

.grid__inner--right {
  margin-right: 25px;
}

.hotel-headline {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .hotel-headline {
    width: 1024px;
  }
}

h5 {
  color: #3c5d11;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .main-seperator {
    padding-right: 26px;
    padding-right: 1.85714rem;
    border-right: 1px solid #ebebeb;
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    *zoom: 1;
  }
  .main-seperator:before, .main-seperator:after {
    content: " ";
    display: table;
  }
  .main-seperator:after {
    clear: both;
  }
}

.galleryHeader {
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #3c5d11;
}

#spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}

.package-buchen {
  position: relative;
  float: right;
  margin-top: 70px;
  text-align: center;
}
.package-buchen .button-buchen {
  margin: 0;
}

iframe #CPIFrame .mainWrapper {
  background: none !important;
}

.header {
  color: #535353;
}
@media screen and (min-width: 841px) {
  .header {
    background: #3c5d11;
    background: linear-gradient(79deg, #3c5d11 0%, #1e3d0c 100%);
  }
}
.header__bar {
  line-height: 48px;
  background: #3c5d11;
  background: linear-gradient(79deg, #3c5d11 0%, #1e3d0c 100%);
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.header__bar:before, .header__bar:after {
  content: " ";
  display: table;
}
.header__bar:after {
  clear: both;
}
@media screen and (min-width: 841px) {
  .header__bar {
    display: none;
  }
}
.header__bar a {
  color: #ffffff;
}
.header__bar a:hover {
  text-decoration: none;
}
.header__bar a.icon--burger, .header__bar a.icon--phone {
  padding-left: 18px;
  background-position: left center;
}
.header__bar a.icon--phone {
  float: right;
}
.header__navigation {
  display: none;
}
.header__navigation.is-active {
  display: block;
}
@media screen and (min-width: 841px) {
  .header__navigation {
    display: block;
  }
}
.header__logo {
  height: 80px;
  background-position: left center;
  display: block;
  padding: 20px 0;
  width: 200px;
}
.header__grid {
  text-align: center;
}
.header__grid .icon {
  display: block;
  width: 100%;
  height: 24px;
  background-position: center;
}
.header__grid a:hover {
  color: #535353;
}
@media screen and (min-width: 841px) {
  .header__grid {
    position: absolute;
    bottom: 30px;
    left: 260px;
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .header__grid {
    left: 400px;
  }
}
.header__banner {
  background: transparent url(../images/banner.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 0;
  color: #3c5d11;
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 84px;
  text-align: center;
  line-height: 20px;
  position: relative;
}
.header__banner * {
  display: none;
}
.frontpage .header__banner, .header__banner.is-active {
  background-position: center;
}
.frontpage .header__banner *, .header__banner.is-active * {
  display: block;
}
.frontpage .header__banner .grid__item, .header__banner.is-active .grid__item {
  display: inline-block;
}
@media screen and (min-width: 841px) {
  .frontpage .header__banner, .header__banner.is-active {
    min-height: 470px;
  }
}
@media screen and (min-width: 1200px) {
  .frontpage .header__banner, .header__banner.is-active {
    min-height: 410px;
  }
}
.header__banner h1 {
  font-size: 35px;
  font-weight: 300;
}
@media screen and (min-width: 841px) {
  .header__banner h1 {
    /*font-size: 70px;*/
    width: 56%;
  }
}
.header__banner h1 span.smaller {
  font-size: 0.8em;
  width: 70%;
  display: inline-block;
  margin-left: -4em;
}
@media screen and (min-width: 481px) {
  .header__banner h1 span.smaller {
    font-size: 0.7em;
  }
}
.header__banner h1 span.bigger {
  text-transform: uppercase;
  font-size: 1em;
}
@media screen and (min-width: 481px) {
  .header__banner h1 span.bigger {
    font-size: 1.8em;
  }
}
.header__banner h1 span.smaller_below {
  font-size: 0.7em;
  text-align: left;
  margin-left: 4em;
}
@media screen and (min-width: 481px) {
  .header__banner h1 span.smaller_below {
    font-size: 0.6em;
  }
}
.header__banner h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 300;
}
@media screen and (min-width: 841px) {
  .header__banner h3 {
    font-size: 28px;
    width: 70%;
  }
}
.header__places {
  text-align: center;
  color: #3c5d11;
}
.header__places .grid__inner {
  line-height: 21px;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.55);
  margin-bottom: 5px;
  display: block;
  transition: .3s ease-in-out;
}
.header__places .grid__inner:hover {
  text-decoration: none;
  color: #3c5d11;
  background: #ffffff;
}
@media screen and (min-width: 841px) {
  .header__places .grid__inner {
    padding: 20px 0;
  }
}
.header__places span {
  font-size: 28px;
  text-transform: uppercase;
}
.header__info {
  display: none;
}
@media screen and (min-width: 841px) {
  .header__info {
    display: block;
    width: 440px;
    position: absolute;
    right: 90px;
    top: 10px;
    z-index: 60;
    line-height: 27px;
  }
  .header__info .header__hotline {
    position: relative;
    left: 85px;
  }
  .header__info .header__opening {
    left: 118px;
    top: 10px;
    position: relative;
    list-style: none;
  }
  .header__info .header__opening li {
    display: inline-block;
    width: 130px;
  }
}
.header__info span {
  font-size: 21px;
  color: #3c5d11;
  margin-bottom: -6px 0 9px;
  display: block;
}
.header__info input[type=search] {
  width: 187px;
  border: 2px solid #ebebeb;
  border-radius: 0;
  line-height: 29px;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none;
}
.header__info input[type=submit] {
  width: 33px;
  height: 33px;
  background-color: #8b9c15;
  background-position: center;
  padding: 0;
  border: none;
  text-indent: -9999px;
  border-radius: 0;
  -webkit-appearance: none;
}

.wrapper--logo {
  padding-bottom: 20px;
}
@media screen and (min-width: 841px) {
  .wrapper--logo {
    background-color: #ffffff;
  }
}

.navigation {
  width: 220px;
  background: #3c5d11;
  background: linear-gradient(79deg, #3c5d11 0%, #1e3d0c 100%);
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  color: #FFF;
  padding: 20px 0 20px 45px;
  z-index: 50;
}
.navigation a {
  color: #FFF;
}
@media screen and (min-width: 841px) {
  .navigation {
    position: relative;
    width: 100%;
    background: #FFF;
    top: auto;
    left: auto;
    padding: 20px 0 0;
    text-transform: uppercase;
  }
  .navigation li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }
  .navigation li:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #979797;
    display: block;
    position: absolute;
    top: 0;
    right: -3px;
    top: 10px;
    right: -14px;
  }
  .navigation li.last:after {
    display: none;
  }
  .navigation a {
    color: #535353;
  }
}

.search__wrapper {
  background: #3c5d11;
  background: linear-gradient(-45deg, #1e3d0c 0%, #62810e 100%);
}
@media screen and (min-width: 841px) {
  .search__wrapper {
    background: transparent;
    position: relative;
    z-index: 9999;
  }
}
.search__inner {
  padding: 25px;
}
.search__toggle {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 28px;
  background-position: right center;
  display: inline-block;
  padding-right: 40px;
  cursor: pointer;
  margin: 0;
}
@media screen and (min-width: 841px) {
  .frontpage .search__toggle {
    cursor: default;
    background: transparent !important;
  }
}
.search__form {
  padding: 0 15px;
  color: #FFF;
  display: none;
}
.search__form.is-active {
  display: block;
}
@media screen and (min-width: 841px) {
  .frontpage .search__form {
    display: block;
  }
}
.search__form label {
  margin-top: 10px;
  display: inline-block;
}
.search__form input[type=checkbox] {
  margin-right: 8px;
}

.selector {
  line-height: 30px;
  background: #FFF;
  color: #535353;
  padding: 0 13px;
  position: relative;
}
.selector span {
  display: block;
  background-position: right center;
  white-space: nowrap;
}
.selector select {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  line-height: 30px;
  height: 30px;
  opacity: 0;
}

#qs_country, #qs_region, #qs_saison {
  display: block;
  width: 100%;
}

#label_qs_from,
#qs_from {
  float: left;
}

#label_qs_to {
  clear: left;
}

#qs_from {
  width: 49%;
  margin-right: 1%;
}

#label_qs_from,
#label_qs_to,
#qs_to {
  width: 50%;
}

.content {
  background: #FFF;
  position: relative;
  color: #535353;
  padding: 30px 0;
}
@media screen and (min-width: 481px) {
  .content {
    padding: 0;
  }
}
.content h1 {
  font-size: 24px;
  color: #3c5d11;
  font-weight: 300;
}
@media screen and (min-width: 481px) {
  .content h1 {
    font-size: 33px;
  }
}
@media screen and (min-width: 1024px) {
  .content h1 {
    font-size: 45px;
  }
}
.content h4 {
  color: #3c5d11;
}
.content > .wrapper {
  padding: 0 25px;
}
@media screen and (min-width: 481px) {
  .content > .wrapper {
    padding: 30px 25px 30px;
  }
}
@media screen and (min-width: 841px) {
  .content > .wrapper {
    padding: 0 25px 30px;
  }
}
.content > .noHeader {
  top: -410px;
}
.content > .noHeader .sidebar {
  position: relative;
  top: 410px;
}

.content__background {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFF;
  display: none;
}
@media screen and (min-width: 841px) {
  .content__background {
    display: block;
  }
}
.content__background--inner {
  width: 75%;
}
.content__background--white {
  left: auto;
  right: 0;
}
.content__background--gray {
  background: #ebebeb;
}

@media screen and (min-width: 841px) {
  .grid__inner--left {
    position: relative;
    z-index: 500;
    padding-left: 30px;
  }
}

.sidebar-widget h5 {
  color: #3c5d11;
  margin-bottom: 10px;
}
.sidebar-widget h5:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  background-color: #3c5d11;
  background-position: center;
  margin-right: 10px;
  vertical-align: middle;
}
.sidebar-widget a {
  color: #535353;
}
.sidebar-widget li:before {
  content: '\2022';
  display: inline;
  margin-right: 5px;
}
.sidebar-widget ul {
  list-style: none;
}

.breadcrumb {
  font-size: 12px;
  margin: 35px 0;
}
.breadcrumb a {
  color: #535353;
}

.rating {
  background: #3c5d11;
  list-style: none;
  margin: 0;
  line-height: 22px;
  padding: 0 7px;
  display: inline-block;
}
.element .rating {
  position: absolute;
  top: 25px;
  left: 0;
  border: 2px solid #FFF;
  border-left: none;
}
.rating .rating__item {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #8b9c15;
  display: inline-block;
  margin: 0 2px;
}
.rating .rating__item--active {
  background: #FFF;
}
.search__form .rating {
  background: none;
  padding: 0 0 0 19px;
  margin: -5px 0 20px 0;
  display: block;
  margin-top: 0.2em;
}

.elements {
  margin-bottom: 30px;
}

.element {
  background: #ebebeb;
  position: relative;
  padding: 15px;
  margin-bottom: 10px;
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
}
.element:before, .element:after {
  content: " ";
  display: table;
}
.element:after {
  clear: both;
}
@media screen and (min-width: 1024px) {
  .element {
    height: 170px;
    overflow: hidden;
  }
}
.element__image {
  /*width: 100%;*/
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .element__image {
    width: 204px;
    float: left;
  }
}
@media screen and (min-width: 481px) {
  .element__image {
    margin: 0;
    width: 150px;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  .element__image {
    margin: 0;
    width: 246px;
    top: 0;
    left: 0;
  }
}
.element__image__container {
  width: 100%;
  height: 0;
  padding-bottom: 46.6%;
  background-size: 100% auto;
  background-position: center center;
}
@media screen and (min-width: 481px) {
  .element__image__container {
    width: 150px;
    max-width: 100%;
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .element__image__container {
    width: 246px;
  }
}
.element__image .image-desktop {
  display: none;
}
@media screen and (min-width: 481px) {
  .element__image .image-desktop {
    display: block;
  }
}
.element__image .image-mobile {
  display: block;
}
@media screen and (min-width: 481px) {
  .element__image .image-mobile {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  .element__info {
    padding-left: 170px;
  }
}
@media screen and (min-width: 1024px) {
  .element__info {
    padding-left: 0;
  }
}
.element__info h4 {
  margin-bottom: 10px;
  font-weight: normal;
}
@media screen and (min-width: 1024px) {
  .element__info h4 {
    white-space: nowrap;
  }
}
.element__info .rating {
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .element__info {
    margin-left: 210px;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .element__info:after {
    content: '';
    height: 38px;
    /*background: linear-gradient(to bottom, transparent 0%,$colorGrayLight 43%);*/
    background-color: #ebebeb;
    position: absolute;
    width: 100%;
    /*bottom: -16px;*/
    bottom: -38px;
    left: 210px;
  }
  .element__info .overflow {
    display: none;
    position: absolute;
    background-color: #ebebeb;
    left: 465px;
    top: 112px;
  }
  .element__info p {
    margin-bottom: 0;
    padding-right: 240px;
  }
  @-moz-document url-prefix() {
    .element__info:after {
      background: #ebebeb;
    }
  }
}
.element__booking {
  font-family: Arial, sans-serif;
  position: relative;
  width: 200px;
  background: #ffffff;
  text-align: center;
  float: right;
}
@media screen and (min-width: 1024px) {
  .element__booking {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.element__detailButton {
  padding: 0;
  text-align: center;
}
.element__price {
  padding: 0.5em 0 0;
  text-align: center;
  vertical-align: bottom;
}
@media screen and (min-width: 1024px) {
  .element__price {
    /*margin-bottom: 24px;*/
  }
}
.element__price .typeFrom {
  font-size: 0.8em;
}
.element__price .numberOfNights {
  font-size: 0.8em;
}
.element__price .price {
  font-size: 40px;
  color: #3c5d11;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .element__price .price {
    display: inline-block;
    line-height: normal;
  }
}
.element__price span {
  font-size: 40px;
  color: #3c5d11;
  font-weight: 300;
  margin-bottom: -17px;
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .element__price span {
    font-size: 44px;
  }
}
@media screen and (min-width: 481px) {
  .element__head {
    /*
    padding-left: 170px;
    min-height: 140px;
    */
  }
  .element__head h4 {
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .element__head {
    min-height: inherit;
    padding: 0;
  }
}
.element__placeinfo {
  line-height: 25px;
  padding: 10px 0;
}
.element__detail {
  width: 100%;
  font-size: 20px;
  line-height: 42px;
  font-weight: normal;
}
.element__package {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -20px;
  top: -20px;
}

.pagination {
  text-align: center;
  line-height: 22px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
}
.pagination__item {
  display: inline-block;
  height: 22px;
  width: 22px;
  margin: 0 2px;
}
.pagination__link {
  display: block;
  height: 22px;
  width: 22px;
  text-align: center;
  transition: .3s ease-in-out;
}
.pagination__link:hover {
  background-color: #3c5d11;
  color: #FFF;
  text-decoration: none;
}
.pagination__link--active {
  background-color: #3c5d11;
  color: #FFF;
}
.pagination .icon--prev,
.pagination .icon--next {
  text-indent: -9999px;
  background-position: center center;
  opacity: .8;
  transition: .3s ease-in-out;
}
.pagination .icon--prev:hover,
.pagination .icon--next:hover {
  background-color: transparent;
  opacity: 1;
}

.hotel_category {
  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  *zoom: 1;
  margin-bottom: 30px;
}
.hotel_category:before, .hotel_category:after {
  content: " ";
  display: table;
}
.hotel_category:after {
  clear: both;
}
.hotel_category .hotel_category__icon {
  display: none;
}
@media screen and (min-width: 841px) {
  .hotel_category .hotel_category__icon {
    display: block;
    background-color: #3c5d11;
    background-position: center;
    width: 144px;
    height: 144px;
    float: left;
    margin-right: 30px;
  }
}
@media screen and (min-width: 841px) {
  .hotel_category .hotel_category__inner {
    float: left;
    width: 100%;
    margin-left: -174px;
    padding-left: 174px;
  }
}
@media screen and (min-width: 1024px) {
  .hotel_category .hotel_category__inner {
    padding-right: 200px;
  }
}

.appointments {
  list-style: none;
  padding: 0;
  margin: 20px 0 50px;
  line-height: 22px;
}
.appointments i {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 6px;
}

.hotel-details__block {
  margin-bottom: 30px;
}
.hotel-details__item {
  margin-bottom: 1px;
  background: #c7dfae;
  color: #3c5d11;
  line-height: 29px;
}
.hotel-details__label {
  background: #3c5d11;
  width: 45%;
  padding: 0 5px;
  line-height: 29px;
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
  float: left;
}

.button-buchen {
  color: #007400;
  background: #ffc700;
  padding: 10px 1em;
  display: block;
  float: right;
  line-height: 36px;
  text-align: center;
  font-size: 28px;
  margin-bottom: 1.5em;
  border: 3px solid #007400;
}
.button-buchen:hover {
  color: #535353;
  text-decoration: none;
}

.hotel-informations__icon {
  width: 40px;
  height: 30px;
  display: inline-block;
  background-position: left center;
  vertical-align: middle;
  margin-top: -5px;
}
.hotel-informations__item {
  border-bottom: 1px solid #ebebeb;
  padding: 26px 20px 0;
}
.hotel-informations__item h4 {
  font-weight: normal;
  line-height: 30px;
}
.hotel-informations__item p {
  margin: 0;
}
.hotel-informations__item--special {
  background: #3c5d11;
  color: #FFF;
}
.hotel-informations__item--special h4 {
  color: #FFF;
}
.hotel-informations__details {
  margin-top: -10px;
}
.hotel-informations__details a:hover {
  color: #3c5d11;
}
.hotel-informations__item--special .hotel-informations__details a {
  color: #FFF;
}
.hotel-informations #map {
  width: 100%;
  height: 350px;
  margin-bottom: 25px;
}
.hotel-informations #map img {
  max-width: inherit;
}

.hotel-gallery {
  padding: 0 20px;
}
.hotel-gallery__thumbs a {
  border: 1px solid #FFF;
  display: block;
  transition: .3s ease-in-out;
  margin-bottom: 8px;
}
.hotel-gallery__thumbs a.active {
  border: 1px solid #3c5d11;
}
.hotel-gallery__thumbs img {
  display: block;
  margin: 0;
}
.hotel-gallery__main {
  position: relative;
}
.hotel-gallery #spinner {
  display: none;
}
.hotel-gallery__pagination {
  position: absolute;
  width: 48px;
  height: 48px;
  display: block;
  background-color: #3c5d11;
  top: 50%;
  margin: -24px 0 0;
  border: 2px solid #FFF;
  background-position: center;
}
.hotel-gallery__pagination--next {
  right: 0;
  margin-right: -20px;
}
.hotel-gallery__pagination--prev {
  left: 0;
  margin-left: -20px;
  display: none;
}

.oefnungszeiten {
  margin-bottom: 30px;
}
.oefnungszeiten .grid {
  margin-bottom: 5px;
}
@media screen and (min-width: 481px) {
  .oefnungszeiten .grid {
    margin: 0;
  }
}
.oefnungszeiten__header {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
  display: none;
}
@media screen and (min-width: 481px) {
  .oefnungszeiten__header {
    display: block;
  }
}
.oefnungszeiten__footer {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ebebeb;
}

ul.regionList {
  list-style-type: none;
}
ul.regionList h2, ul.regionList h3 {
  margin: 0;
  text-transform: none;
}
ul.regionList h3 {
  margin-top: 2em;
}
ul.regionList ul {
  list-style-type: none;
  padding-left: 6em;
}

#successMessages, #errorMessages {
  border: 2px solid red;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  list-style-type: none;
  margin-bottom: 2em;
  color: red;
}

#successMessages {
  border-color: #3c5d11;
  color: #3c5d11;
}

.ui-dialog {
  z-index: 999;
}

#request fieldset {
  border: none;
  float: left;
  width: 540px;
  margin-left: 1em;
  padding: 1em;
  background-color: white;
  min-height: 350px;
}

#request .left {
  clear: both;
  float: left;
  width: 150px;
  padding-right: 1em;
  text-align: right;
}

#request .right {
  float: left;
  width: 320px;
}

#request .right input[type="text"],
#request .right input[type="email"],
#request .right input[type="tel"] {
  width: 300px;
}

#request .right input#zip {
  width: 80px;
}

#request .right input#city {
  width: 218px;
  margin-left: 2px;
}

#request .age {
  width: 100px;
  display: inline-block;
}

.ui-dialog {
  z-index: 501 !important;
}

.crosslinks {
  margin-top: 3em;
  border: 3px solid #007400;
  padding: 5px;
  text-align: center;
}
.crosslinks .crosslink {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 0.9em;
}
.crosslinks .crosslink:first-child {
  margin-top: 0;
}
.crosslinks .crosslink a {
  display: inline-block;
  padding: 5px;
  width: 100%;
  color: #535353;
  background-color: #c7dfae;
  text-decoration: none;
}
.crosslinks .crosslink a:hover {
  background-color: #3c5d11;
  color: #ebebeb;
}

.footer {
  background: #3c5d11;
  background: linear-gradient(79deg, #3c5d11 0%, #1e3d0c 100%);
  color: #FFF;
  padding: 40px 0;
}
@media screen and (min-width: 841px) {
  .footer {
    padding: 60px 0 100px;
  }
}
.footer a {
  color: #FFF;
}
.footer ul {
  margin-bottom: 0;
}
@media screen and (min-width: 841px) {
  .footer ul {
    line-height: 30px;
    list-style: none;
    text-align: right;
    margin-right: 100px;
  }
  .footer ul li {
    display: inline-block;
    position: relative;
    margin-left: 20px;
  }
  .footer ul li:after {
    content: '';
    display: block;
    position: absolute;
    right: -15px;
    width: 5px;
    height: 5px;
    background: #FFF;
    border-radius: 100%;
    top: 12px;
  }
  .footer ul li.last:after {
    display: none;
  }
}

.socials {
  position: absolute;
  right: 25px;
  top: 0;
}
.socials__button {
  width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center;
}

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