/* Compass
 * -------------------- */
/* Helpers
 * -------------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * Set box-sizing to "border-box" for all elements
 */
/* line 7, ../../../../_dev/source/sass/helpers/_normalize.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
/* line 21, ../../../../_dev/source/sass/helpers/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 31, ../../../../_dev/source/sass/helpers/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 45, ../../../../_dev/source/sass/helpers/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 66, ../../../../_dev/source/sass/helpers/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 79, ../../../../_dev/source/sass/helpers/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
/* line 89, ../../../../_dev/source/sass/helpers/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 101, ../../../../_dev/source/sass/helpers/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* line 110, ../../../../_dev/source/sass/helpers/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 122, ../../../../_dev/source/sass/helpers/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 130, ../../../../_dev/source/sass/helpers/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 139, ../../../../_dev/source/sass/helpers/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 147, ../../../../_dev/source/sass/helpers/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 156, ../../../../_dev/source/sass/helpers/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 164, ../../../../_dev/source/sass/helpers/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 172, ../../../../_dev/source/sass/helpers/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 176, ../../../../_dev/source/sass/helpers/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 187, ../../../../_dev/source/sass/helpers/_normalize.scss */
img {
  border: 0;
  vertical-align: middle;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 196, ../../../../_dev/source/sass/helpers/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 207, ../../../../_dev/source/sass/helpers/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 215, ../../../../_dev/source/sass/helpers/_normalize.scss */
hr {
  background-color: #000;
  border: none;
  box-sizing: content-box;
  display: block;
  height: 1px;
  margin: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 228, ../../../../_dev/source/sass/helpers/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 236, ../../../../_dev/source/sass/helpers/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 259, ../../../../_dev/source/sass/helpers/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 273, ../../../../_dev/source/sass/helpers/_normalize.scss */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 284, ../../../../_dev/source/sass/helpers/_normalize.scss */
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.
 */
/* line 297, ../../../../_dev/source/sass/helpers/_normalize.scss */
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.
 */
/* line 309, ../../../../_dev/source/sass/helpers/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 318, ../../../../_dev/source/sass/helpers/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 329, ../../../../_dev/source/sass/helpers/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 341, ../../../../_dev/source/sass/helpers/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 353, ../../../../_dev/source/sass/helpers/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 363, ../../../../_dev/source/sass/helpers/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 374, ../../../../_dev/source/sass/helpers/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 383, ../../../../_dev/source/sass/helpers/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 394, ../../../../_dev/source/sass/helpers/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 403, ../../../../_dev/source/sass/helpers/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 412, ../../../../_dev/source/sass/helpers/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 423, ../../../../_dev/source/sass/helpers/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 428, ../../../../_dev/source/sass/helpers/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 433, ../../../../_dev/source/sass/helpers/_normalize.scss */
th {
  font-weight: normal;
}

/* Input placeholders
   ========================================================================== */
/* line 441, ../../../../_dev/source/sass/helpers/_normalize.scss */
::-webkit-input-placeholder {
  color: #000000;
}

/* FF 18- */
/* line 446, ../../../../_dev/source/sass/helpers/_normalize.scss */
:-moz-placeholder {
  color: #000000;
}

/* FF 19+ */
/* line 451, ../../../../_dev/source/sass/helpers/_normalize.scss */
::-moz-placeholder {
  color: #000000;
}

/* line 455, ../../../../_dev/source/sass/helpers/_normalize.scss */
:-ms-input-placeholder {
  color: #000000;
}

/* Reset headings
   ========================================================================== */
/* line 463, ../../../../_dev/source/sass/helpers/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

/* Reset definition lists
   ========================================================================== */
/* line 473, ../../../../_dev/source/sass/helpers/_normalize.scss */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* Reset anchors
   ========================================================================== */
/* line 484, ../../../../_dev/source/sass/helpers/_normalize.scss */
a,
a:hover,
a:visited {
  text-decoration: none;
}

/* line 490, ../../../../_dev/source/sass/helpers/_normalize.scss */
a:focus {
  outline: none;
}

/* Reset nav elements
   ========================================================================== */
/* line 498, ../../../../_dev/source/sass/helpers/_normalize.scss */
nav ol,
nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 506, ../../../../_dev/source/sass/helpers/_normalize.scss */
li {
  display: inline-block;
}

/* Set text selection to lightgrey
   ========================================================================== */
/* line 514, ../../../../_dev/source/sass/helpers/_normalize.scss */
::-moz-selection {
  background: #999999;
  text-shadow: none;
}

/* line 519, ../../../../_dev/source/sass/helpers/_normalize.scss */
::selection {
  background: #999999;
  text-shadow: none;
}

/* Remove italic style
   ========================================================================== */
/* line 528, ../../../../_dev/source/sass/helpers/_normalize.scss */
i,
em,
address {
  font-style: normal;
}

/* Add font weight bold
   ========================================================================== */
/* line 538, ../../../../_dev/source/sass/helpers/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* Remove margins for paragraphs
   ========================================================================== */
/* line 546, ../../../../_dev/source/sass/helpers/_normalize.scss */
p {
  margin: 0;
}

/**
 * Variables
 * -----------------------------------------------------------------------------
 */
/* Colors
 * -------------------- */
/* widths
 * -------------------- */
/* Gutter
 * -------------------- */
/* Paths
 * -------------------- */
/* Font sizes
 * -------------------- */
/**
 * Webfonts
 * -----------------------------------------------------------------------------
 */
/**
 * Base print styling
 * -----------------------------------------------------------------------------
 * Source: http://html5boilerplate.com/
 */
@media print {
  /* line 11, ../../../../_dev/source/sass/helpers/_print.scss */
  * {
	background: transparent !important;
	color: #000000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
  }
  /* line 17, ../../../../_dev/source/sass/helpers/_print.scss */
  *:before, *:after {
	background: transparent !important;
	color: #000000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
  }

  /* line 26, ../../../../_dev/source/sass/helpers/_print.scss */
  a {
	text-decoration: underline;
  }
  /* line 29, ../../../../_dev/source/sass/helpers/_print.scss */
  a:visited {
	text-decoration: underline;
  }
  /* line 33, ../../../../_dev/source/sass/helpers/_print.scss */
  a[href]:after {
	content: "(" attr(href) ")";
  }

  /* line 38, ../../../../_dev/source/sass/helpers/_print.scss */
  abbr[title]:after {
	content: " (" attr(title) ")";
  }

  /* line 43, ../../../../_dev/source/sass/helpers/_print.scss */
  a[href^='#']:after, a[href^='javascript:']:after {
	content: '';
  }

  /* line 49, ../../../../_dev/source/sass/helpers/_print.scss */
  pre,
  blockquote {
	border: 1px solid #999999;
	page-break-inside: avoid;
  }

  /* line 55, ../../../../_dev/source/sass/helpers/_print.scss */
  thead {
	display: table-header-group;
  }

  /* line 59, ../../../../_dev/source/sass/helpers/_print.scss */
  tr {
	page-break-inside: avoid;
  }

  /* line 63, ../../../../_dev/source/sass/helpers/_print.scss */
  img {
	page-break-inside: avoid;
	max-width: 100% !important;
  }

  /* line 68, ../../../../_dev/source/sass/helpers/_print.scss */
  p,
  h2,
  h3 {
	orphans: 3;
	widows: 3;
  }

  /* line 75, ../../../../_dev/source/sass/helpers/_print.scss */
  h2,
  h3 {
	page-break-after: avoid;
  }
}
/**
 * Mixins
 * -----------------------------------------------------------------------------
 */
/**
 * Cross browser opacity
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include opacity(1,100);
 *      }
 *
 */
/**
 * Set box shadow
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      div {
 *          @include box-shadow(values);
 *      }
 *
 */
/**
 * Grayscale an image
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      img {
 *          @include filter-grayscale(value);
 *      }
 *
 */
/**
 * Background defaults
 * -----------------------------------------------------------------------------
 * 
 * Usage:
 *
 *      header {
 *          @include background-default($opts)
 *      }
 *
 */
/**
 * Visually hide an element
 * -----------------------------------------------------------------------------
 * This placeholder selector will visually hide an element while
 * still make it accessible for screenreaders.
 * 
 * Usage:
 *
 *      p {
 *          @extend %visually-hidden;
 *      }
 *
 */
/* line 100, ../../../../_dev/source/sass/helpers/_mixins.scss */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

/**
 * Clearfix
 * -----------------------------------------------------------------------------
 * A solid clearfix by Nicolas Gallagher.
 * Source: (http://nicolasgallagher.com/micro-clearfix-hack/)
 * 
 * Usage:
 *
 *      p {
 *          @extend %clearfix;
 *      }
 *
 */
/* line 126, ../../../../_dev/source/sass/helpers/_mixins.scss */
.media-block,
.media-block__body,
.clearfix {
  *zoom: 1;
}
/* line 130, ../../../../_dev/source/sass/helpers/_mixins.scss */
.media-block:before,
.media-block__body:before,
.clearfix:before {
  content: ' ';
  display: table;
}
/* line 135, ../../../../_dev/source/sass/helpers/_mixins.scss */
.media-block:after,
.media-block__body:after,
.clearfix:after {
  content: ' ';
  display: table;
  clear: both;
}

/**
 * Media Queries
 * -----------------------------------------------------------------------------
 * A simple mixin for using media queries. Change the values to
 * fit your sites needs.
 * 
 * Usage:
 *
 *      header {
 *          @include bp-small() {
 *              display: none;
 *          }
 *          @include bp-huge() {
 *              display: block;
 *          }
 *      }
 */
/* Components
 * -------------------- */
/**
 * Typography
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../../_dev/source/sass/components/_typography.scss */
html, body {
  font-family: 'Futura LT W01 Book';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414142;
  font-size: 21px;
}

/* line 14, ../../../../_dev/source/sass/components/_typography.scss */
.content {
  line-height: 1.9;
  font-size: 18px;
}
/* line 15, ../../../../_dev/source/sass/components/_typography.scss */
.content p {
  margin-bottom: 40px;
}
/* line 22, ../../../../_dev/source/sass/components/_typography.scss */
.content a {
  color: #c6b6a6;
}
/* line 24, ../../../../_dev/source/sass/components/_typography.scss */
.content a:hover {
  color: #c6b6a6;
  font-weight: bold;
}
/* line 30, ../../../../_dev/source/sass/components/_typography.scss */
.content li {
  display: list-item;
}
/* line 34, ../../../../_dev/source/sass/components/_typography.scss */
.content p + ul {
  margin-top: -20px;
}

/* line 39, ../../../../_dev/source/sass/components/_typography.scss */
b, strong {
  font-family: 'Futura LT W01 Bold';
  font-weight: normal;
}

/* line 44, ../../../../_dev/source/sass/components/_typography.scss */
h1, .content .layout-12--right h2 {
  color: #e66157;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'Futura LT W01 Book';
}
@media only screen and (max-width: 800px) {
  /* line 44, ../../../../_dev/source/sass/components/_typography.scss */
  h1, .content .layout-12--right h2 {
	font-size: 21px;
  }
}

/* line 55, ../../../../_dev/source/sass/components/_typography.scss */
.layout-12--right h2 {
  margin-bottom: 13px;
}

/* line 60, ../../../../_dev/source/sass/components/_typography.scss */
.content h2 {
  font-size: 27px;
  line-height: 1.5;
  color: #e66157;
  font-family: 'Futura LT W01 Bold';
  letter-spacing: 2px;
}
/* line 64, ../../../../_dev/source/sass/components/_typography.scss */
.content h2 a {
  color: #e66157;
}
/* line 66, ../../../../_dev/source/sass/components/_typography.scss */
.content h2 a:hover {
  color: #C5AB88;
}
@media only screen and (max-width: 1100px) {
  /* line 60, ../../../../_dev/source/sass/components/_typography.scss */
  .content h2 {
	font-size: 21px;
	letter-spacing: 1px;
  }
}

/* line 82, ../../../../_dev/source/sass/components/_typography.scss */
.imageslider figure figcaption {
  font-size: 15px;
  line-height: 22px;
}

/* line 91, ../../../../_dev/source/sass/components/_typography.scss */
.accordion .accordion--title {
  font-size: 24px;
  color: #C5AB88;
}
@media only screen and (max-width: 800px) {
  /* line 94, ../../../../_dev/source/sass/components/_typography.scss */
  .accordion .accordion--title h3, .accordion .accordion--title div {
	font-size: 17px;
  }
}
/* line 99, ../../../../_dev/source/sass/components/_typography.scss */
.accordion .accordion--title:hover {
  color: #e66157;
}
/* line 103, ../../../../_dev/source/sass/components/_typography.scss */
.accordion .accordion--title h3 {
  font-family: 'Futura LT W01 Bold';
  text-transform: uppercase;
}
/* line 107, ../../../../_dev/source/sass/components/_typography.scss */
.accordion .accordion--content {
  color: #414142;
  line-height: 1.9;
}
/* line 110, ../../../../_dev/source/sass/components/_typography.scss */
.accordion .accordion--content span {
  color: #e66157;
}
/* line 115, ../../../../_dev/source/sass/components/_typography.scss */
.accordion.open .accordion--title {
  color: #e66157;
}

/* line 122, ../../../../_dev/source/sass/components/_typography.scss */
.teaser-box {
  color: #ffffff;
  font-size: 21px;
  line-height: 1.4;
}
/* line 124, ../../../../_dev/source/sass/components/_typography.scss */
.teaser-box a {
  color: #ffffff;
}
/* line 129, ../../../../_dev/source/sass/components/_typography.scss */
.teaser-box h3 {
  font-family: 'Futura LT W01 Bold';
  margin-bottom: 26px;
}
@media only screen and (max-width: 1100px) {
  /* line 122, ../../../../_dev/source/sass/components/_typography.scss */
  .teaser-box {
	font-size: 18px;
  }
}

/* line 139, ../../../../_dev/source/sass/components/_typography.scss */
footer {
  line-height: 1.7;
}
/* line 141, ../../../../_dev/source/sass/components/_typography.scss */
footer h5 {
  margin: 0;
  color: #e66157;
  text-transform: uppercase;
}
/* line 147, ../../../../_dev/source/sass/components/_typography.scss */
footer p, footer td, footer h5 {
  font-size: 15px;
}
@media only screen and (max-width: 800px) {
  /* line 147, ../../../../_dev/source/sass/components/_typography.scss */
  footer p, footer td, footer h5 {
	font-size: 18px;
  }
}
/* line 153, ../../../../_dev/source/sass/components/_typography.scss */
footer a {
  color: #414142;
}
/* line 155, ../../../../_dev/source/sass/components/_typography.scss */
footer a:hover {
  color: #e66157;
}

/* line 164, ../../../../_dev/source/sass/components/_typography.scss */
nav ul li a {
  font-size: 19px;
  line-height: 1.2;
  color: #ffffff;
}
/* line 168, ../../../../_dev/source/sass/components/_typography.scss */
nav ul li a:hover {
  color: #e66157;
}
/* line 172, ../../../../_dev/source/sass/components/_typography.scss */
nav ul li.active a {
  font-family: 'Futura LT W01 Bold';
  color: #e66157;
  /*  text-transform: uppercase; */
}
/* line 176, ../../../../_dev/source/sass/components/_typography.scss */
nav ul li.active a:hover {
  color: #ffffff;
}
/* line 181, ../../../../_dev/source/sass/components/_typography.scss */
nav ul li ul li a {
  font-family: 'Futura LT W01 Book' !important;
  color: #ffffff !important;
}
/* line 184, ../../../../_dev/source/sass/components/_typography.scss */
nav ul li ul li a:hover {
  color: #dbc8ad !important;
}
/* line 188, ../../../../_dev/source/sass/components/_typography.scss */
nav ul li ul li.active a {
  color: #ffffff;
  font-family: 'Futura LT W01 Bold' !important;
}
/* line 191, ../../../../_dev/source/sass/components/_typography.scss */
nav ul li ul li.active a:hover {
  color: #dbc8ad !important;
}

/**
 * The Teaser Block
 * -----------------------------------------------------------------------------
 *
 * Usage:
 *
 *      <figure class="teaser-block">
 *          <a href="http://some-url-com">
 *              <img src="http://placehold.it/50x50" alt="" width="" height="">
 *			    <figcaption>
 *					<h2>Title</h2>
 *					<p>Text Text Text</p>				
 *				</figcaption>
 *          </a>
 *      </figure>
 */
/* line 21, ../../../../_dev/source/sass/components/_blocks.scss */
.teaser-block a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
/* line 28, ../../../../_dev/source/sass/components/_blocks.scss */
.teaser-block img {
  display: block;
  height: auto;
  width: 100%;
}
/* line 34, ../../../../_dev/source/sass/components/_blocks.scss */
.teaser-block figcaption {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * The Media Block
 * -----------------------------------------------------------------------------
 * Courtesy of Nicole Sullivan. Demo: http://goo.gl/sCZKxk
 *
 * Usage:
 *
 *      <div class="media-block">
 *          <a href="http://some-url-com" class="media-block__image-container">
 *              <img src="http://placehold.it/50x50" alt="">
 *          </a>
 *          <div class="media-block__body">
 *              <h2>I'm a heading inside a media block</h2>
 *              <p>And some text inside it as well</p>
 *          </div>
 *      </div>
 */
/* line 65, ../../../../_dev/source/sass/components/_blocks.scss */
.media-block {
  margin: 0;
}

/* line 74, ../../../../_dev/source/sass/components/_blocks.scss */
.media-block__image-container {
  float: left;
  margin-right: 0;
}
/* line 78, ../../../../_dev/source/sass/components/_blocks.scss */
.media-block__image-container img {
  display: block;
}

/**
 * The Flag Block
 * -----------------------------------------------------------------------------
 * Courtesy of Harry Roberts. Demo: http://goo.gl/YR3ffA, http://goo.gl/4B3uFm
 *
 * Usage:
 *
 *      <div class="flag [flag--top | flag--bottom]">
 *          <div class="flag__image">
 *              <img src="image.jpg" alt="">
 *          </div>
 *          <div class="flag__body">
 *              <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
 *          </div>
 *      </div>
 *
 */
/* line 102, ../../../../_dev/source/sass/components/_blocks.scss */
.flag {
  display: table;
  width: 100%;
}

/* line 107, ../../../../_dev/source/sass/components/_blocks.scss */
.flag__image,
.flag__body {
  display: table-cell;
  vertical-align: middle;
}
/* line 112, ../../../../_dev/source/sass/components/_blocks.scss */
.flag--top .flag__image, .flag--top
.flag__body {
  vertical-align: top;
}
/* line 116, ../../../../_dev/source/sass/components/_blocks.scss */
.flag--bottom .flag__image, .flag--bottom
.flag__body {
  vertical-align: bottom;
}

/* line 122, ../../../../_dev/source/sass/components/_blocks.scss */
.flag__image {
  padding-right: 10px;
}
/* line 125, ../../../../_dev/source/sass/components/_blocks.scss */
.flag__image > img {
  display: block;
  max-width: none;
}
/* line 130, ../../../../_dev/source/sass/components/_blocks.scss */
.flag--rev .flag__image {
  padding-right: 0;
  padding-left: 10px;
}

/* line 137, ../../../../_dev/source/sass/components/_blocks.scss */
.flag__body {
  width: 100%;
}

/**
 * Buttons
 * -----------------------------------------------------------------------------
 */
/**
 * Forms
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../../_dev/source/sass/components/_forms.scss */
form {
  display: block;
}

/**
 * Grid
 * -----------------------------------------------------------------------------
 */
/**
 * Headings
 * -----------------------------------------------------------------------------
 */
/* line 12, ../../../../_dev/source/sass/components/_headings.scss */
.privacy h3 {
  color: #e66157;
}

/**
 * Icons
 * -----------------------------------------------------------------------------
 */
/**
 * Lists
 * -----------------------------------------------------------------------------
 */
/**
 * Tables
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../../_dev/source/sass/components/_tables.scss */
table {
  width: 100%;
}

/**
 * Utilities
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../../_dev/source/sass/components/_utilities.scss */
em,
address {
  font-style: normal;
}

/* line 17, ../../../../_dev/source/sass/components/_utilities.scss */
p {
  margin: 0px 0px 20px 0px;
}
/* line 20, ../../../../_dev/source/sass/components/_utilities.scss */
p:last-child {
  margin-bottom: 0;
}

/* Layout
 * -------------------- */
/**
 * Base
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../../_dev/source/sass/layout/_base.scss */
html,
body {
  height: 100%;
  min-height: 100%;
  background-color: #e9e0cf;
}

/* line 18, ../../../../_dev/source/sass/layout/_base.scss */
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  background-color: #ffffff;
  min-height: 100%;
  margin-bottom: -190px;
}
/* line 27, ../../../../_dev/source/sass/layout/_base.scss */
.wrapper .content {
  background-color: #ffffff;
}

/* line 32, ../../../../_dev/source/sass/layout/_base.scss */
footer, .footer-spacer {
  height: 190px;
}

/* line 36, ../../../../_dev/source/sass/layout/_base.scss */
footer {
  min-height: auto;
}
@media only screen and (max-width: 800px) {
  /* line 36, ../../../../_dev/source/sass/layout/_base.scss */
  footer {
	/* min-height: 100%; */
  }
}

/* line 46, ../../../../_dev/source/sass/layout/_base.scss */
.inner-wrapper {
  padding: 70px 25px 60px 25px;
  border-top: 10px solid #e66157;
}

/* line 50, ../../../../_dev/source/sass/layout/_base.scss */
.inner-wrapper-plain {
  padding: 15px 25px 15px 25px;
}

/* line 56, ../../../../_dev/source/sass/layout/_base.scss */
.inner-wrapper-contact {
  padding: 70px 0 60px 0;
  border-top: 10px solid #e66157;
}
/* line 59, ../../../../_dev/source/sass/layout/_base.scss */
.inner-wrapper-contact .layout-12--right {
  float: right !important;
}
/* line 63, ../../../../_dev/source/sass/layout/_base.scss */
.inner-wrapper-contact .layout-12--left h2 {
  margin-left: 15px;
}

/* line 70, ../../../../_dev/source/sass/layout/_base.scss */
hr {
  background-color: #e66157;
  height: 10px;
  margin-bottom: 50px;
}

/* line 76, ../../../../_dev/source/sass/layout/_base.scss */
.left-overlay {
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #e9e0cf;
  z-index: 10000;
  width: 0px;
}

/**
 * Header
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../../_dev/source/sass/layout/_header.scss */
.page > header {
  border-bottom: 10px solid #e66157;
  position: relative;
}
/* line 9, ../../../../_dev/source/sass/layout/_header.scss */
.page > header h1 {
  margin: 104px 0 0 0;
  padding-left: 143px;
  float: left;
  width: 66.66%;
  width: calc(66.66% + 5px);
}
@media only screen and (max-width: 950px) {
  /* line 9, ../../../../_dev/source/sass/layout/_header.scss */
  .page > header h1 {
	margin-top: 92px;
	width: 63%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 9, ../../../../_dev/source/sass/layout/_header.scss */
  .page > header h1 {
	margin: 125px 0 20px 25px;
	width: 100%;
	width: calc(100% - 25px);
	padding-left: 0;
  }
}
/* line 27, ../../../../_dev/source/sass/layout/_header.scss */
.page > header img {
  width: 260px;
  margin: 24px 0 33px 0;
  float: left;
}
@media only screen and (max-width: 950px) {
  /* line 27, ../../../../_dev/source/sass/layout/_header.scss */
  .page > header img {
	width: 250px;
	margin: 16px 0 20px 0;
  }
}
@media only screen and (max-width: 800px) {
  /* line 27, ../../../../_dev/source/sass/layout/_header.scss */
  .page > header img {
	width: 200px;
	margin: 16px 25px 20px 0;
	position: absolute;
	right: 0px;
  }
}

/**
 * Navigation
 * -----------------------------------------------------------------------------
 */
/* line 6, ../../../../_dev/source/sass/layout/_navigation.scss */
nav {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: -33.333%;
  left: calc(-33.4% - 1px);
  width: 33.333%;
  width: calc(33.4% + 1px);
  height: 789px;
  background-color: #dbc8ad;
  -webkit-transition: left 200ms linear s;
  -moz-transition: left 200ms linear 0s;
  -o-transition: left 200ms linear 0s;
  transition: left 200ms linear 0s;
}
@media only screen and (max-width: 950px) {
  /* line 6, ../../../../_dev/source/sass/layout/_navigation.scss */
  nav {
	left: -50%;
	left: calc(-50% - 3px);
	width: 50%;
	width: calc(50% + 3px);
  }
}
@media only screen and (max-width: 800px) {
  /* line 6, ../../../../_dev/source/sass/layout/_navigation.scss */
  nav {
	left: -82%;
	left: calc(-82% - 3px);
	width: 82%;
	width: calc(82% + 3px);
  }
}
/* line 36, ../../../../_dev/source/sass/layout/_navigation.scss */
nav .menu-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -40px;
  top: 0;
  cursor: pointer;
}
/* line 44, ../../../../_dev/source/sass/layout/_navigation.scss */
nav ul {
  visibility: hidden;
  width: calc(100% - 90px);
  margin: 53px 40px 0 40px;
}
@media only screen and (max-width: 950px) {
  /* line 44, ../../../../_dev/source/sass/layout/_navigation.scss */
  nav ul {
	margin-top: 27px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 44, ../../../../_dev/source/sass/layout/_navigation.scss */
  nav ul {
	width: calc(100% - 50px);
	margin-left: 25px;
	margin-right: 25px;
  }
}
/* line 56, ../../../../_dev/source/sass/layout/_navigation.scss */
nav ul li {
  display: block;
  position: relative;
}
/* line 59, ../../../../_dev/source/sass/layout/_navigation.scss */
nav ul li a {
  padding: 11px 0 11px 0;
  display: block;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
/* line 65, ../../../../_dev/source/sass/layout/_navigation.scss */
nav ul li ul {
  display: none;
  margin: 0;
  position: absolute;
  top: -1px;
  right: -202px;
  width: 305px;
  background-color: #e66157;
  z-index: 10;
  border-top: 1px solid #e66157;
  border-bottom: 1px solid #e66157;
}
/* line 77, ../../../../_dev/source/sass/layout/_navigation.scss */
nav ul li ul li a {
  margin: 0 25px;
}
/* line 81, ../../../../_dev/source/sass/layout/_navigation.scss */
nav ul li ul li:last-child a {
  border-bottom: 0px solid #ffffff;
}
/* line 86, ../../../../_dev/source/sass/layout/_navigation.scss */
nav ul li:hover ul {
  display: block;
}
/* line 91, ../../../../_dev/source/sass/layout/_navigation.scss */
nav ul.meta {
  margin-top: 60px;
}
/* line 95, ../../../../_dev/source/sass/layout/_navigation.scss */
nav.open {
  left: 0;
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */
/* line 7, ../../../../_dev/source/sass/layout/_footer.scss */
footer {
  position: relative;
}
/* line 10, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper {
  background-color: #dbc8ad;
  overflow-x: visible !important;
  width: 100%;
}
/* line 17, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper .footer--block {
  width: 33.33%;
  padding: 20px 0 0 0;
  height: 100%;
  display: block;
  float: left;
}
/* line 23, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper .footer--block .footer-inner {
  border-right: 1px solid #e66157;
  padding: 0 45px 0 45px;
  width: 100%;
  height: 100%;
}
/* line 30, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper .footer--block:nth-child(2n+2) {
  width: 66.6%;
}
/* line 32, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper .footer--block:nth-child(2n+2) .footer-inner {
  border-right: 0px solid #e66157;
}
/* line 37, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper h5 {
  display: block;
  width: 29%;
  padding-right: 5%;
  float: left;
}
/* line 43, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper .footer--text {
  display: block;
  width: 50%;
  float: left;
}
/* line 49, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper .footer--block:nth-child(1) h5 {
  width: 30%;
}
/* line 52, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper .footer--block:nth-child(1) .footer--text {
  width: 70%;
}
/* line 56, ../../../../_dev/source/sass/layout/_footer.scss */
footer .wrapper table tr td:nth-child(1) {
  width: 65px;
}
@media only screen and (max-width: 1300px) {
  /* line 10, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper {
	min-height: 100%;
	position: absolute !important;
  }
}
@media only screen and (max-width: 950px) {
  /* line 67, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block {
	height: auto;
	width: 100% !important;
	width: calc(100% - 25px) !important;
	margin-left: 25px !important;
	margin-bottom: 0;
  }
  /* line 73, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block h5 {
	width: 35% !important;
  }
  /* line 76, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block .footer--text {
	width: 65% !important;
  }
  /* line 79, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block .footer-inner {
	border-right: 0px solid #e66157 !important;
	border-bottom: 1px solid #e66157 !important;
	padding-top: 0;
	padding-left: 0;
  }
  /* line 88, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block:last-child .footer-inner {
	border-bottom: 0px solid #e66157 !important;
  }
}
@media only screen and (max-width: 800px) {
  /* line 95, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block {
	margin: 10px 0 0 0;
	height: auto;
  }
  /* line 98, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block h5 {
	width: 100% !important;
  }
  /* line 101, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block .footer-inner {
	padding-bottom: 20px;
  }
  /* line 104, ../../../../_dev/source/sass/layout/_footer.scss */
  footer .wrapper .footer--block .footer--text {
	width: 100% !important;
  }
}

/* Plugins
 * -------------------- */
/* Views
 * -------------------- */
/**
 *  Contetn
 * -----------------------------------------------------------------------------
 */
/* line 7, ../../../../_dev/source/sass/views/_content.scss */
.imageslider {
  position: relative;
}
/* line 9, ../../../../_dev/source/sass/views/_content.scss */
.imageslider figure {
  position: relative;
}
/* line 11, ../../../../_dev/source/sass/views/_content.scss */
.imageslider figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.6);
  width: 33.3%;
  width: calc(33.3% - 2px);
  padding: 20px;
}
@media only screen and (max-width: 950px) {
  /* line 11, ../../../../_dev/source/sass/views/_content.scss */
  .imageslider figure figcaption {
	width: 50%;
	width: calc(50% - 2px);
	padding: 15px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 11, ../../../../_dev/source/sass/views/_content.scss */
  .imageslider figure figcaption {
	display: none;
  }
}
/* line 31, ../../../../_dev/source/sass/views/_content.scss */
.imageslider .slidernav--left,
.imageslider .slidernav--right {
  position: absolute;
  z-index: 999;
  width: 160px;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 73px;
}
@media only screen and (max-width: 800px) {
  /* line 31, ../../../../_dev/source/sass/views/_content.scss */
  .imageslider .slidernav--left,
  .imageslider .slidernav--right {
	width: 100px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 31, ../../../../_dev/source/sass/views/_content.scss */
  .imageslider .slidernav--left,
  .imageslider .slidernav--right {
	background-size: 50px;
  }
}
/* line 47, ../../../../_dev/source/sass/views/_content.scss */
.imageslider .slidernav--left:hover,
.imageslider .slidernav--right:hover {
  cursor: pointer;
}
/* line 52, ../../../../_dev/source/sass/views/_content.scss */
.imageslider .slidernav--left {
  left: 0;
  background-image: url("../img/btn-nav-left.svg");
}
/* line 55, ../../../../_dev/source/sass/views/_content.scss */
.imageslider .slidernav--left:hover {
  background-image: url("../img/btn-nav-left-hover.svg");
}
/* line 60, ../../../../_dev/source/sass/views/_content.scss */
.imageslider .slidernav--right {
  right: 0;
  background-image: url("../img/btn-nav-right.svg");
}
/* line 63, ../../../../_dev/source/sass/views/_content.scss */
.imageslider .slidernav--right:hover {
  background-image: url("../img/btn-nav-right-hover.svg");
}

/* line 69, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box {
  width: 100%;
}
/* line 72, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .teaser-box--element {
  width: calc((100% - 10px) / 3);
  margin-right: 5px;
  display: block;
  position: relative;
  float: left;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 82, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .teaser-box--element .teaser-box--text {
  position: absolute;
  margin: 20% 45px 0 45px;
}
/* line 87, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .teaser-box--element:nth-child(4).dummy, .teaser-box .teaser-box--element:nth-child(7).dummy, .teaser-box .teaser-box--element:nth-child(10).dummy, .teaser-box .teaser-box--element:nth-child(13).dummy, .teaser-box .teaser-box--element:nth-child(16).dummy, .teaser-box .teaser-box--element:nth-child(19).dummy {
  display: none;
}
/* line 92, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .teaser-box--element:nth-child(3n+3) {
  margin-right: 0px;
}
/* line 96, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .teaser-box--layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #e66157;
  background-color: rgba(212, 64, 52, 0.7);
  -webkit-transition: opacity 200ms linear s;
  -moz-transition: opacity 200ms linear 0s;
  -o-transition: opacity 200ms linear 0s;
  transition: opacity 200ms linear 0s;
}
/* line 110, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .teaser-box--element:nth-child(2n+2) .teaser-box--layer {
  background-color: #e9e0cf;
  background-color: rgba(178, 153, 117, 0.7);
}
/* line 117, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .teaser-box--element:hover .teaser-box--layer {
  opacity: 0;
}
/* line 120, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .teaser-box--element:hover .teaser-box--text {
  opacity: 0;
}
/* line 124, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box p {
  margin: 0;
}
/* line 128, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .dummy {
  background-image: none !important;
  /* background-color: $color--beige; */
}
/* line 129, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .dummy:hover {
  cursor: default;
}
/* line 131, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .dummy:hover .teaser-box--layer {
  opacity: 1;
}
/* line 136, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .dummy img {
  visibility: hidden;
}
/* line 140, ../../../../_dev/source/sass/views/_content.scss */
.teaser-box .dummy .teaser-box--text {
  display: none;
}
@media only screen and (max-width: 1100px) {
  /* line 151, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element .teaser-box--text {
	margin: 15% 25px 0 25px;
  }
}
@media only screen and (max-width: 950px) {
  /* line 157, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element {
	width: calc((100% - 5px) / 2);
  }
  /* line 159, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element .teaser-box--text {
	margin: 10% 45px 0 45px;
  }
  /* line 163, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(even).dummy {
	display: block;
  }
  /* line 168, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(odd).dummy {
	display: none;
  }
  /* line 173, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(3n+3) {
	margin-right: 5px;
  }
  /* line 176, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(2n+2) {
	margin-right: 0px;
  }
  /* line 186, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(2) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(3) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(6) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(7) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(10) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(11) .teaser-box--layer {
	background-color: #e9e0cf;
	background-color: rgba(178, 153, 117, 0.7);
  }
  /* line 198, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(4) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(5) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(8) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(9) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(12) .teaser-box--layer,
  .teaser-box .teaser-box--element:nth-child(13) .teaser-box--layer {
	background-color: #e66157;
	background-color: rgba(212, 64, 52, 0.7);
  }
}
@media only screen and (max-width: 800px) {
  /* line 205, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element {
	width: 100%;
	height: 260px;
  }
  /* line 208, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element .teaser-box--text {
	position: absolute;
	margin: 10% 45px 0 45px;
  }
  /* line 212, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element img {
	display: none;
  }
  /* line 216, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(even).dummy {
	display: none;
  }
  /* line 221, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(odd).dummy {
	display: none;
  }
  /* line 228, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(1n+1) .teaser-box--layer {
	background-color: #e66157;
	background-color: rgba(212, 64, 52, 0.7);
  }
  /* line 234, ../../../../_dev/source/sass/views/_content.scss */
  .teaser-box .teaser-box--element:nth-child(2n+2) .teaser-box--layer {
	background-color: #e9e0cf;
	background-color: rgba(178, 153, 117, 0.7);
  }
}

/* line 242, ../../../../_dev/source/sass/views/_content.scss */
.tx-aktuelles {
  margin-bottom: 33px;
}

/* line 246, ../../../../_dev/source/sass/views/_content.scss */
.googlemap {
  line-height: 0;
  display: block;
}

/* line 253, ../../../../_dev/source/sass/views/_content.scss */
.accordion {
  margin-top: 20px;
}
/* line 256, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--title {
  width: 100%;
  cursor: pointer;
  background-color: #f5f0e7;
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 30px;
}
/* line 264, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--title:hover {
  background-color: #dbc8ad;
}
/* line 267, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--title .accordion--grid1, .accordion .accordion--title .accordion--grid2 {
  padding: 14px 0;
}
/* line 270, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--title .accordion--grid1 {
  padding-left: 42px;
}
/* line 274, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--grid1, .accordion .accordion--grid2 {
  float: left;
}
/* line 277, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--grid1 {
  width: 33%;
  width: calc((100% / 3) - 15px);
  padding-left: 42px;
}
/* line 281, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--grid1 img {
  width: 90%;
  width: calc(100% - 42px);
  height: auto;
  margin-bottom: 20px;
  margin-top: 6px;
}
/* line 289, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--grid2 {
  width: 66%;
}
/* line 293, ../../../../_dev/source/sass/views/_content.scss */
.accordion .date {
  color: #e66157;
  text-align: right;
  padding-right: 60px;
}
@media only screen and (max-width: 950px) {
  /* line 293, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .date {
	text-align: left;
  }
}
/* line 302, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--content {
  display: none;
}
/* line 304, ../../../../_dev/source/sass/views/_content.scss */
.accordion .accordion--content .accordion--inner {
  padding: 25px 0 30px 0;
}
/* line 309, ../../../../_dev/source/sass/views/_content.scss */
.accordion.open .accordion--title {
  background-image: url("../img/arrow-up.svg");
  background-color: #dbc8ad;
}
@media only screen and (max-width: 950px) {
  /* line 315, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--title {
	line-height: 1.4;
	padding: 14px 0;
  }
  /* line 319, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--grid1, .accordion .accordion--grid2 {
	width: 100%;
	margin: 0;
	padding: 0;
  }
  /* line 324, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--grid2 {
	margin-bottom: 15px;
  }
  /* line 329, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--title .accordion--grid1, .accordion .accordion--title .accordion--grid2 {
	width: 100%;
	margin: 0 0 0 45px;
  }
  /* line 334, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--title .accordion--grid1 {
	padding: 0;
  }
  /* line 337, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--title .accordion--grid2 {
	padding: 0;
  }
  /* line 341, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--content {
	line-height: 1.6;
  }
}
@media only screen and (max-width: 800px) {
  /* line 346, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--title {
	background-position: right 12px center;
	background-size: 20px;
  }
  /* line 349, ../../../../_dev/source/sass/views/_content.scss */
  .accordion .accordion--title .accordion--grid1, .accordion .accordion--title .accordion--grid2 {
	width: 90%;
	margin: 0 0 0 15px;
  }
}

/* line 357, ../../../../_dev/source/sass/views/_content.scss */
.inner-wrapper-plain.last .accordion {
  margin-bottom: 70px;
}

/* line 362, ../../../../_dev/source/sass/views/_content.scss */
.layout-12 .layout-12--left, .layout-12 .layout-12--right {
  float: left;
}
/* line 365, ../../../../_dev/source/sass/views/_content.scss */
.layout-12 .layout-12--left {
  width: 33%;
  width: calc((100% / 3) - 15px);
  background-color: #f5f0e7;
  padding: 5px 0;
  margin-left: -45px;
  padding-left: 45px;
}
/* line 372, ../../../../_dev/source/sass/views/_content.scss */
.layout-12 .layout-12--left:empty {
  background-color: transparent;
}
/* line 376, ../../../../_dev/source/sass/views/_content.scss */
.layout-12 .layout-12--right {
  width: 66%;
  margin-left: 45px;
}
/* line 379, ../../../../_dev/source/sass/views/_content.scss */
.layout-12 .layout-12--right p {
  max-width: 650px;
}
@media only screen and (max-width: 950px) {
  /* line 385, ../../../../_dev/source/sass/views/_content.scss */
  .layout-12 .layout-12--left {
	width: 50%;
  }
  /* line 388, ../../../../_dev/source/sass/views/_content.scss */
  .layout-12 .layout-12--right {
	width: 50%;
	margin-left: 45px;
  }
  /* line 391, ../../../../_dev/source/sass/views/_content.scss */
  .layout-12 .layout-12--right p {
	max-width: 650px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 397, ../../../../_dev/source/sass/views/_content.scss */
  .layout-12 .layout-12--left, .layout-12 .layout-12--right {
	float: none;
  }
  /* line 400, ../../../../_dev/source/sass/views/_content.scss */
  .layout-12 .layout-12--left {
	width: 100%;
	width: calc(100% + 90px);
	margin-bottom: 50px;
  }
  /* line 407, ../../../../_dev/source/sass/views/_content.scss */
  .layout-12 .layout-12--right {
	width: 100%;
	margin-left: 0;
  }
}

/* line 415, ../../../../_dev/source/sass/views/_content.scss */
.left-col, .right-col {
  width: 47%;
}
@media only screen and (max-width: 950px) {
  /* line 415, ../../../../_dev/source/sass/views/_content.scss */
  .left-col, .right-col {
	width: 100%;
  }
}
/* line 421, ../../../../_dev/source/sass/views/_content.scss */
.left-col div.block, .right-col div.block {
  border-bottom: 1px solid #e66157;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
}
/* line 426, ../../../../_dev/source/sass/views/_content.scss */
.left-col div.block:last-of-type, .right-col div.block:last-of-type {
  border-bottom: 0px solid #e66157;
}
@media only screen and (max-width: 800px) {
  /* line 415, ../../../../_dev/source/sass/views/_content.scss */
  .left-col, .right-col {
	padding-left: 25px;
  }
  /* line 432, ../../../../_dev/source/sass/views/_content.scss */
  .left-col div.block:last-of-type, .right-col div.block:last-of-type {
	border-bottom: 1px solid #e66157;
  }
}

/* line 437, ../../../../_dev/source/sass/views/_content.scss */
.left-col {
  margin-right: 6%;
  width: 47%;
  float: left;
}
@media only screen and (max-width: 950px) {
  /* line 437, ../../../../_dev/source/sass/views/_content.scss */
  .left-col {
	width: 100%;
  }
}

/* line 445, ../../../../_dev/source/sass/views/_content.scss */
.right-col {
  float: right;
}

/* SEARCH */
/* line 457, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-searchbox {
  margin: 30px 0;
}

/* line 460, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-searchbox-sword {
  width: 300px;
  max-width: 100%;
  margin-bottom: 15px;
}

/* line 466, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-res p.tx-indexedsearch-description {
  max-width: 100%;
  margin-bottom: 10px;
}

/* line 471, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-res {
  border-bottom: 1px solid #e66157;
  margin-bottom: 15px;
  padding-bottom: 0;
}

/* line 477, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-res .tx-indexedsearch-res {
  padding-left: 60px !important;
  border-bottom: 0 solid #e66157 !important;
}

/* line 483, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-browsebox {
  margin: 0 0 15px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e66157;
}
/* line 488, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-browsebox .tx-indexedsearch-browsebox {
  border-bottom: 0px solid #e66157 !important;
}

/* line 492, ../../../../_dev/source/sass/views/_content.scss */
ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0;
}

/* line 498, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-title a {
  color: #e66157;
  font-weight: bold;
}

/* line 503, ../../../../_dev/source/sass/views/_content.scss */
dl {
  padding: 0 0 0 4px;
  color: rgba(230, 97, 87, 0.46);
}

/* line 508, ../../../../_dev/source/sass/views/_content.scss */
dl dt, dl dd {
  display: inline-block;
  font-size: 14px;
}

/* line 512, ../../../../_dev/source/sass/views/_content.scss */
dl dd {
  margin-right: 15px;
}

/* line 517, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-browsebox {
  padding-bottom: 20px;
}

/* line 520, ../../../../_dev/source/sass/views/_content.scss */
nav .tx-indexedsearch-searchbox-sword {
  background-color: #e2d2bd;
  border: 0;
  margin: 80px 40px 0 40px;
  width: calc(100% - 90px);
  font-size: 19px;
  padding: 4px;
  background-image: url("/fileadmin/templates/assets/img/search.png");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 950px) {
  /* line 520, ../../../../_dev/source/sass/views/_content.scss */
  nav .tx-indexedsearch-searchbox-sword {
	margin-top: 143px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 520, ../../../../_dev/source/sass/views/_content.scss */
  nav .tx-indexedsearch-searchbox-sword {
	width: calc(100% - 50px);
	margin-left: 25px;
	margin-right: 25px;
  }
}
/* line 542, ../../../../_dev/source/sass/views/_content.scss */
nav .tx-indexedsearch-searchbox-sword::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}
/* line 545, ../../../../_dev/source/sass/views/_content.scss */
nav .tx-indexedsearch-searchbox-sword::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}
/* line 548, ../../../../_dev/source/sass/views/_content.scss */
nav .tx-indexedsearch-searchbox-sword:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}
/* line 551, ../../../../_dev/source/sass/views/_content.scss */
nav .tx-indexedsearch-searchbox-sword:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

/* line 557, ../../../../_dev/source/sass/views/_content.scss */
.tx-indexedsearch-list {
  margin: 0 !important;
  padding: 0 !important;
}

/**
 *  Legacy definitions for old browser
 *  @requires: js/modernizer.min.js
 * -----------------------------------------------------------------------------
 */
/**
 *  No css transforms
 * -----------------------------------------------------------------------------
 */
/**
 *  No flexbox
 * -----------------------------------------------------------------------------
 */
/**
 *  Infobox for old IE's
 * -----------------------------------------------------------------------------
 */
/* line 36, ../../../../_dev/source/sass/views/_legacy.scss */
.browser-outdated {
  background-color: #D8000C;
  color: white;
  padding: 20px;
  position: fixed;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 99999;
}
/* line 46, ../../../../_dev/source/sass/views/_legacy.scss */
.browser-outdated * {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 100%;
}
/* line 53, ../../../../_dev/source/sass/views/_legacy.scss */
.browser-outdated h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 59, ../../../../_dev/source/sass/views/_legacy.scss */
.browser-outdated a {
  background-color: #D8000C;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  padding: 10px;
  text-decoration: none;
}
/* line 68, ../../../../_dev/source/sass/views/_legacy.scss */
.browser-outdated a:hover {
  background-color: #ffffff;
  color: #D8000C;
}