/* @import 'includes/less/reset'; */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
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.
 */
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.
 */
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.
 */
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.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
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.
 */
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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=047e815dca434a403b5bb46569e9c20d)
 * Config saved to config.json and https://gist.github.com/047e815dca434a403b5bb46569e9c20d
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: 14px;
  line-height: 1.42857143;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* header */
header .header {
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 3em;
  min-height: 6em;
  background: #3c3c3c;
}
header .header.landing-page {
  background: none;
}
header .header {
  /* logo */
  /* nav primary */
}
header .header .logo-container {
  position: relative;
  height: 6em;
}
header .header .logo {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: auto;
  max-height: 6em;
  margin: 0 auto;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
header .header .menu {
  margin: 0.75em auto;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
  display: none;
}
header .header .logo:hover {
  opacity: 0.5;
}
header .header .menu:hover {
  opacity: 0.5;
}
header .header .nav-primary {
  margin: 1.5em 2em 1.5em 0;
  overflow: hidden;
}
header .header .nav-primary li {
  float: left;
  margin: 0 0.25em;
}
header .header .nav-primary li a {
  padding: 0.0625em 0.25em;
  font-size: 1.5em;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px transparent solid;
  display: block;
}
header .header .nav-primary li:last-child a {
  border: 2px #ffffff solid;
}
header .header .nav-primary li a:hover {
  border: 2px #ffffff solid;
}
header .header .nav-primary li:last-child a:hover {
  border: 2px transparent solid;
}
header .header .nav-language-switcher {
  position: absolute;
  top: 2em;
  right: 1.5em;
  margin: 0 0 0 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
}
header .header .nav-language-switcher li {
  display: block;
}
header .header .nav-language-switcher li a {
  color: #ffffff;
}
header .header .nav-language-switcher li a:hover {
  color: #b1b1b1;
}
/* hero-video */
#hero-video {
  position: fixed;
  top: 0;
  left: 0%;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  background: #000000;
}
/* footer */
footer .footer {
  z-index: 9;
  position: relative;
  padding: 3em 0 0 0;
  background: #3c3c3c url('/wp-content/themes/arkadenhof/img/bg-magnolie-grey-dark.jpg') no-repeat top right;
  background-size: 100% auto;
}
footer .footer .border-right {
  border-right: 1px #ffffff solid;
}
footer .footer .col-left {
  text-align: right;
}
footer .footer .col-center {
  text-align: center;
}
footer .footer .col-right {
  text-align: right;
}
footer .footer img.logo {
  margin: 0 auto 3em auto;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
footer .footer img.logo:hover {
  opacity: 0.5;
}
footer .footer img.photo {
  width: 100%;
  height: auto;
  margin: 0 0 1.5em 0;
}
footer .footer img.stamp {
  margin: 0 0 0 0;
}
footer .footer h2 {
  margin: 0 0 0.5em 0;
  font-size: 2em;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
footer .footer p {
  margin: 0 0 1.5em 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
}
footer .footer .nav-address {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  line-height: 1.5;
  color: #ffffff;
}
footer .footer .nav-secondary {
  clear: both;
  float: right;
  margin: 0 0 1.2em 0;
  font-size: 1.25em;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
footer .footer .nav-secondary li {
  float: left;
  margin: 0 0;
}
footer .footer .nav-secondary li:after {
  content: "|";
  margin: 0 0.5em;
}
footer .footer .nav-secondary li:last-child:after {
  content: "";
  margin: 0 0;
}
footer .footer .nav-language-switcher {
  clear: both;
  float: right;
  margin: 0 0 1.2em 0;
  font-size: 1.25em;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
footer .footer .nav-language-switcher li {
  float: left;
  margin: 0 0;
}
footer .footer .nav-language-switcher li:after {
  content: "|";
  margin: 0 0.5em;
}
footer .footer .nav-language-switcher li:last-child:after {
  content: "";
  margin: 0 0;
}
footer .footer .ic-social {
  margin: 0.25em auto;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
footer .footer .ic-social:hover {
  opacity: 0.5;
}
footer .footer .copy {
  margin: 1.5em 0;
  text-align: center;
}
footer .footer .copy small {
  font-size: 1em;
  lineheight: 1.5;
}
footer .footer a {
  color: #ffffff;
}
footer .footer a:hover {
  color: #b1b1b1;
}
footer .footer form p {
  margin: 0 0 0.5em 0;
}
footer .footer form input {
  width: 50%;
  margin: 0 0 0 50%;
  padding: 0.5em 0.5em;
  font-size: 1em;
  line-height: 1;
  color: #000000;
  text-align: left;
  background: #b1b1b1;
  border: none;
  display: block;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
footer .footer form input:hover {
  background: #ffffff;
}
footer .footer form input[type="submit"] {
  width: auto;
  margin: 0 0 1.5em 0;
  padding: 0.25em 0.5em;
  font-size: 1em;
  line-height: 1;
  color: #ffffff;
  background: transparent;
  border: 2px #ffffff solid;
  display: inline;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
footer .footer form input[type="submit"]:hover {
  border: 2px transparent solid;
}
footer .footer form .mc4wp-response p {
  margin: 0 0 1.5em 0;
  padding: 0.25em 0.5em;
  background: #ffffff;
  color: #1e1e1e;
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #333;
  color: #ccc;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #ccc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* animations */
/* set all to border box */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* helper for js */
.init-logo {
  visibility: visible;
}
.header,
.main,
.footer {
  visibility: hidden;
}
/* basic */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  width: 100%;
}
body {
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  font-family: 'Yanone Kaffeesatz', arial, sans-serif;
  background: #ffffff;
  overflow-x: hidden;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
a:hover {
  color: #b1b1b1;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: underline;
}
small {
  font-size: 0.75em;
  line-height: 2;
  vertical-align: middle;
  display: block;
}
big {
  font-size: 1.5em;
  line-height: 1;
  vertical-align: middle;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
p {
  margin: 0 0 1.5em 0;
}
ul {
  margin: 0 0 1.5em 0;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
}
ol li {
  margin: 0 0 0 1.5em;
  padding: 0;
}
ul li.separate {
  margin: 0.75em 0 0 0;
}
ol li.separate {
  margin: 0.75em 0 0 1.5em;
}
table {
  width: 100%;
  margin: 0 0 1.5em 0;
  table-layout: fixed;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}
address {
  font-style: normal;
}
cite {
  font-style: normal;
}
blockquote {
  margin: 0;
  padding: 0;
}
textarea,
select,
input,
button {
  outline: none;
}
hr {
  max-width: 75%;
  margin: 0 auto;
}
mark {
  background: transparent;
}
/* layout */
.init-logo {
  z-index: -99;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexbox-light {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main {
  z-index: 5;
  position: relative;
  margin-top: 6em;
  padding: 6em 0 6em 0;
  background: #ffffff url('/wp-content/themes/arkadenhof/img/bg-magnolie-grey-light.jpg') no-repeat top right;
  background-size: 100% auto;
}
.page-template-page-geschichten .main {
  background: #ffffff;
}
.main.landing-page {
  margin-top: 100%;
  margin-top: 100vh;
}
section {
  margin: 6em 0;
}
section:first-child {
  margin: 0 0 6em 0;
}
section:last-child {
  margin: 6em 0 0 0;
}
section:only-child {
  margin: 0 0 0 0;
}
.overlay {
  z-index: 6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #3c3c3c;
}
/* content blocks */
.main h1 {
  margin: 0 0 0.3333em 0;
  font-size: 4.5em;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.main h2 {
  margin: 0 0 0.5em 0;
  font-size: 3em;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.main h2.h3 {
  margin: 0 0 0.75em 0;
  font-size: 2em;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-transform: none;
  text-align: left;
}
.main h3 {
  margin: 0 0 0.75em 0;
  font-size: 2em;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-transform: none;
  text-align: left;
}
.main p {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  line-height: 2;
  color: #000000;
  text-align: left;
}
.main p:last-child {
  margin: 0 0 0 0;
}
.main ul {
  margin: 0 0 1em 1em;
  font-size: 1.5em;
  line-height: 2;
  color: #000000;
  text-align: left;
  list-style: disc;
}
.main ul:last-child {
  margin: 0 0 0 1em;
}
.main ul.no-list {
  margin: 0 0 1em 0;
  list-style: none;
}
.main ul.no-list:last-child {
  margin: 0 0 0 0;
}
.main ul.inline {
  text-align: center !important;
}
.main ul.inline li {
  margin: 0 1em;
  display: inline;
}
.main table {
  margin: 0 0 1em 0;
  font-size: 1.5em;
  line-height: 2;
  color: #000000;
  text-align: left;
}
.main table td.right {
  text-align: right;
}
.main table:last-child {
  margin: 0 0 0 0;
}
.main .default h2 {
  color: #3c3c3c;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-transform: none;
}
.main .default h2.h3 {
  color: #3c3c3c;
  font-family: 'Yanone Kaffeesatz', arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.main .default h3 {
  color: #3c3c3c;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-align: center;
}
.main .default p {
  color: #1e1e1e;
  text-align: center;
}
.main .default ul {
  color: #1e1e1e;
  text-align: left;
}
.main .default p + p {
  margin: -1em 0 1em 0;
}
.main .default a {
  color: #000000;
}
.main .default a:hover {
  color: #b1b1b1;
}
.main .default a.button {
  margin: 1.5em auto;
  padding: 0.25em 0.5em;
  border: 2px #1e1e1e solid;
  text-transform: uppercase;
}
.main .default a.button:hover {
  border: 2px transparent solid;
}
.main .default.kontakt p {
  text-align: left;
}
.main .default.kontakt img + img {
  margin: 1.5em 0 0 0;
}
.main .default.golf h2 {
  text-align: left;
}
.main .default.golf p {
  text-align: left;
}
.main .tipps h2 {
  margin: 0 0 1em 0;
  color: #3c3c3c;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-transform: none;
}
.main .tipps p {
  color: #1e1e1e;
  text-align: center;
}
.main .tipps .box {
  margin: 3em 0;
  padding: 3em 0;
  background: #3c3c3c;
}
.main .tipps .box a {
  padding: 1.5em 1.5em;
  display: block;
}
.main .tipps .box img {
  margin: 0 auto;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main .tipps .box img:hover {
  opacity: 0.5;
}
.main .index-slider {
  width: 100%;
  height: 100%;
  height: 100vh;
  background: #3c3c3c;
}
.main .index-slider .slider-element {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
}
.main .index-slider img {
  width: 100%;
  height: auto;
}
.main .index-slider blockquote {
  position: absolute;
  bottom: 4.5em;
  left: 3em;
  width: auto;
}
.main .index-slider blockquote p {
  margin: 0 0 0.5em 0;
  font-size: 3em;
  line-height: 1;
  color: #ffffff;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  text-align: left;
}
.main .index-slider blockquote p span {
  padding: 0 0 0 0;
}
.main .index-slider blockquote p span::before {
  content: "”";
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}
.main .index-slider blockquote p span em::after {
  content: "“";
  font-size: 1em;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}
.main .index-slider blockquote p em {
  padding: 0 0 0 1em;
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
  font-style: normal;
  display: block;
}
.main .index-slider blockquote footer {
  margin: -1em 0 0 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  text-align: center;
}
.main .index-slider blockquote.center {
  left: 0;
  width: 100%;
}
.main .index-slider blockquote.center p {
  text-align: center;
}
.main .index-slider blockquote.center p span::after {
  content: "“";
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}
.main .thumbs .thumb {
  z-index: 1;
  position: relative;
  margin: 0 auto 1.5em auto;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
  display: block;
  cursor: pointer;
}
.main .thumbs .thumb:hover {
  z-index: 2;
  -moz-transform: scale(1.0625, 1.0625) rotate(0.02deg);
  -ms-transform: scale(1.0625, 1.0625) rotate(0.02deg);
  -o-transform: scale(1.0625, 1.0625) rotate(0.02deg);
  -webkit-transform: scale(1.0625, 1.0625) rotate(0.02deg);
  transform: scale(1.0625, 1.0625) rotate(0.02deg);
}
.main .region-detail {
  margin: 0 0 0 0;
  background: #3c3c3c;
}
.main .region-detail .text-box {
  position: relative;
  height: 100%;
}
.main .region-detail .text-box .inner {
  position: absolute;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 1.5em 3em;
}
.main .region-detail h2 {
  color: #ffffff;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-transform: none;
}
.main .region-detail p {
  margin: 0 0 0 0;
  color: #ffffff;
  text-align: center;
}
.main .region-detail img {
  width: 100%;
  height: auto;
}
.main .region-detail a.button {
  margin: 1.5em auto;
  padding: 0.25em 0.5em;
  color: #ffffff;
  border: 2px #ffffff solid;
  text-transform: uppercase;
}
.main .region-detail a.button:hover {
  color: #b1b1b1;
  border: 2px transparent solid;
}
.main .welcome p {
  text-align: center;
}
.main .welcome h3 {
  margin: 1.5em 0 0.75em 0;
  text-align: center;
}
.main .welcome iframe {
  width: 400px;
  height: auto;
  max-width: 100%;
  margin: 1.5em auto;
  display: block;
  overflow: hidden;
}
.main .welcome img.max400 {
  width: 400px;
  margin: 0 auto 1.5em auto;
}
.main .welcome #TA_certificateOfExcellence695 > img {
  display: none !important;
}
.main .welcome .widCOE {
  margin: 0 auto !important;
}
.main .fullimage img {
  width: 100%;
  height: auto;
}
.main .cite blockquote p {
  margin: 0 0 0.75em 0;
  font-size: 2em;
  line-height: 1.5;
  color: #3c3c3c;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-align: right;
}
.main .cite blockquote p span {
  padding: 0 1em 0 0;
}
.main .cite blockquote p span::before {
  content: "”";
  font-size: 2em;
  line-height: 1;
  color: #b1b1b1;
}
.main .cite blockquote p span::after {
  content: "“";
  font-size: 2em;
  line-height: 0.5;
  color: #b1b1b1;
}
.main .cite blockquote p em {
  font-size: 1.5em;
  line-height: 1.5;
  color: #b1b1b1;
  font-style: normal;
}
.main .cite blockquote footer {
  margin: -1em 0 0 0;
  font-size: 1em;
  line-height: 1.5;
  color: #3c3c3c;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-align: right;
}
.main .hero-subpage,
.main .hero-subpage-2 {
  position: relative;
}
.main .hero-subpage img,
.main .hero-subpage-2 img {
  width: 100%;
  height: auto;
}
.main .hero-subpage blockquote p,
.main .hero-subpage-2 blockquote p {
  margin: 0 0 0.5em 0;
  font-size: 3em;
  line-height: 1;
  color: #ffffff;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
  text-align: left;
}
.main .hero-subpage blockquote p span,
.main .hero-subpage-2 blockquote p span {
  padding: 0 0 0 0;
}
.main .hero-subpage blockquote p span::before,
.main .hero-subpage-2 blockquote p span::before {
  content: "”";
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}
.main .hero-subpage blockquote p span em::after,
.main .hero-subpage-2 blockquote p span em::after {
  content: "“";
  font-size: 1em;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}
.main .hero-subpage blockquote p em,
.main .hero-subpage-2 blockquote p em {
  padding: 0 0 0 1em;
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
  font-style: normal;
  display: block;
}
.main .hero-subpage blockquote footer,
.main .hero-subpage-2 blockquote footer {
  margin: -1em 0 0 0;
  font-size: 1em;
  line-height: 1.5;
  color: #ffffff;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  text-align: center;
}
.main .hero-subpage.kunst blockquote {
  position: absolute;
  bottom: 3em;
  left: -100%;
  width: auto;
  margin: 0 0 0 3em;
}
.main .hero-subpage.garten blockquote {
  position: absolute;
  bottom: 18em;
  right: -100%;
  width: auto;
  margin: 0 3em 0 0;
}
.main .hero-subpage.garten blockquote p {
  text-align: right;
}
.main .hero-subpage.garten blockquote p em {
  padding: 0 1em 0 0;
}
.main .hero-subpage.wein-und-lesen blockquote {
  position: absolute;
  bottom: 3em;
  left: -100%;
  width: 100%;
}
.main .hero-subpage.wein-und-lesen blockquote p {
  text-align: center;
}
.main .hero-subpage.wein-und-lesen blockquote p em {
  padding: 0 0 0 0;
}
.main .hero-subpage-2.wein-und-lesen blockquote {
  position: absolute;
  bottom: 3em;
  left: -100%;
  width: 100%;
}
.main .hero-subpage-2.wein-und-lesen blockquote p {
  text-align: center;
}
.main .hero-subpage-2.wein-und-lesen blockquote p em {
  padding: 0 0 0 0;
}
.main .hero-subpage.region blockquote {
  position: absolute;
  top: 3em;
  left: -100%;
  width: auto;
  margin: 0 0 0 9em;
}
.main .hero-subpage.region p span::before {
  content: "";
}
.main .hero-subpage.region p span em::after {
  content: "";
}
.main .hero-subpage.region p span em::before {
  content: "”";
  font-size: 1em;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}
.main .hero-subpage.region p span::after {
  content: "“";
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.75);
}
.main .suite-preview .box {
  position: relative;
}
.main .suite-preview .box h2 {
  position: absolute;
  margin: 0 0 0 0;
  font-size: 6em;
  line-height: 1;
  color: #ffffff;
  font-family: 'Oranienbaum', Georgia, Times, serif;
  text-transform: none;
  opacity: 0.5;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main .suite-preview .box h2::before {
  content: "”";
  color: #ffffff;
}
.main .suite-preview .box h2::after {
  content: "“";
  color: #ffffff;
}
.main .suite-preview .box ul {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0.6667em;
  font-size: 1.5em;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main .suite-preview .box ul li {
  margin: 0 0 0 1em;
}
.main .suite-preview .box img {
  width: 100%;
  height: auto;
}
.main .suite-preview .box.magnolie h2 {
  top: 0.25em;
  right: 0.5em;
  text-align: right;
}
.main .suite-preview .box.kastanie h2 {
  top: 0.25em;
  left: 0.5em;
  text-align: left;
}
.main .suite-preview .box.lavendel h2 {
  top: 0.25em;
  right: 0.5em;
  text-align: right;
}
.main .suite-preview .box.magnolie ul {
  top: 6.25em;
  right: 0;
}
.main .suite-preview .box.kastanie ul {
  top: 6.25em;
  left: 0;
}
.main .suite-preview .box.lavendel ul {
  top: 6.25em;
  right: 0;
}
.main .suite-preview .box a:hover h2 {
  opacity: 1;
}
.main .suite-preview .box a:hover ul {
  opacity: 1;
}
.main fieldset h2.error {
  color: #800000 !important;
}
.main fieldset img {
  margin: 0 auto;
}
.main fieldset p:last-child {
  margin: 0 0 1em 0;
}
.main fieldset label {
  font-size: 0.6667em;
  line-height: 1.5;
  display: block;
}
.main fieldset input {
  width: 100%;
  padding: 0.25em 64px 0.25em 0.5em;
  text-align: left;
  background: #ffffff;
  border: 1px #1e1e1e solid;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main fieldset textarea {
  width: 100%;
  padding: 0.25em 64px 0.25em 0.5em;
  text-align: left;
  background: #ffffff;
  border: 1px #1e1e1e solid;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main fieldset input[name="FORM_NAME"] {
  background: #ffffff url('/wp-content/themes/arkadenhof/img/ic-name.png') no-repeat right 16px center;
}
.main fieldset input[name="FORM_EMAIL"] {
  background: #ffffff url('/wp-content/themes/arkadenhof/img/ic-email.png') no-repeat right 16px center;
}
.main fieldset input[name="FORM_PHONE"] {
  background: #ffffff url('/wp-content/themes/arkadenhof/img/ic-phone.png') no-repeat right 16px center;
}
.main fieldset input[name="FORM_FROM"] {
  background: #ffffff url('/wp-content/themes/arkadenhof/img/ic-calendar.png') no-repeat right 16px center;
}
.main fieldset input[name="FORM_TO"] {
  background: #ffffff url('/wp-content/themes/arkadenhof/img/ic-calendar.png') no-repeat right 16px center;
}
.main fieldset input[name="FORM_PERSONS"] {
  background: #ffffff url('/wp-content/themes/arkadenhof/img/ic-persons.png') no-repeat right 16px center;
}
.main fieldset textarea[name="FORM_MESSAGE"] {
  background: #ffffff url('/wp-content/themes/arkadenhof/img/ic-message.png') no-repeat right 16px top 16px;
}
.main fieldset input:hover {
  border: 1px #b1b1b1 solid;
}
.main fieldset textarea:hover {
  border: 1px #b1b1b1 solid;
}
.main fieldset input#form-dummy {
  display: none;
}
.main fieldset input.error {
  background: #800000 no-repeat left 16px center;
}
.main fieldset textarea.error {
  background: #800000 no-repeat left 16px center;
}
.main fieldset button {
  width: 100%;
  padding: 0.5em 0.5em;
  border: none;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main fieldset button#submit {
  width: 100%;
  margin: 1em auto 0 auto;
  font-size: 1.3333em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: #3c3c3c url('/wp-content/themes/arkadenhof/img/ic-send.png') no-repeat right 32px center;
}
.main fieldset button#submit:hover {
  background: #1e1e1e url('/wp-content/themes/arkadenhof/img/ic-send.png') no-repeat right -64px center;
}
.main fieldset i.fi-asterisk {
  position: relative;
  top: -0.5em;
  font-size: 0.5em;
  line-height: 1;
  color: #b1b1b1;
}
.main fieldset h2 i.fi-asterisk:before {
  margin: 0 0 0 0;
}
.main fieldset .period_picker_box {
  width: auto !important;
  height: auto !important;
  padding: 1em 2em !important;
  background: #ffffff;
  border: 1px #1e1e1e solid;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.main fieldset .period_picker_box .period_picker_head {
  display: none !important;
}
.main fieldset .period_picker_box th {
  font-size: 0.75em !important;
  line-height: 1.5 !important;
  font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
}
.main fieldset .period_picker_box th.period_picker_month {
  font-size: 1em !important;
  text-align: Center !important;
}
.main fieldset .period_picker_box td {
  font-size: 0.75em !important;
  line-height: 1.5 !important;
  font-family: 'Yanone Kaffeesatz', arial, sans-serif !important;
}
.main fieldset .period_picker_box .period_picker_first_letters_td {
  width: 50% !important;
}
.main fieldset .period_picker_box:hover {
  border: 1px #b1b1b1 solid;
}
.lightbox {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  display: none;
}
.lightbox .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.lightbox .prev {
  position: fixed;
  top: 50%;
  left: 3em;
  padding: 0.25em;
  border: 2px transparent solid;
  cursor: pointer;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.lightbox .next {
  position: fixed;
  top: 50%;
  right: 3em;
  padding: 0.25em;
  border: 2px transparent solid;
  cursor: pointer;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.lightbox .close {
  position: fixed;
  top: 3em;
  right: 3em;
  padding: 0.25em;
  border: 2px transparent solid;
  cursor: pointer;
  -webkit-transition: all 0.33s ease-out;
  -moz-transition: all 0.33s ease-out;
  -o-transition: all 0.33s ease-out;
  transition: all 0.33s ease-out;
}
.lightbox .prev:hover {
  border: 2px #ffffff solid;
}
.lightbox .next:hover {
  border: 2px #ffffff solid;
}
.lightbox .close:hover {
  border: 2px #ffffff solid;
}
.lightbox .slider {
  position: fixed;
  top: 7.5%;
  left: 12em;
  right: 12em;
  bottom: 7.5%;
  width: auto;
  height: 85%;
  overflow: hidden;
}
.lightbox .slider .slider-element {
  width: auto;
  height: 85vh;
  margin: 0 1.5em;
}
.lightbox .slider .slider-element img {
  width: auto;
  max-height: 100%;
  margin: 0 auto;
}
/* overrides */
.no-padding {
  padding: 0 0 !important;
}
.no-margin {
  margin: 0 0 !important;
}
/* clearfixes */
.header:before,
.header:after {
  clear: both;
  content: " ";
  display: table;
}
.footer:before,
.footer:after {
  clear: both;
  content: " ";
  display: table;
}
section:before,
section:after {
  clear: both;
  content: " ";
  display: table;
}
.container:before,
.container:after {
  clear: both;
  content: " ";
  display: table;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .region-detail {
    font-size: 0.75em;
  }
  footer .footer .nav-secondary {
    float: none;
  }
  footer .footer .nav-secondary li {
    float: none;
    margin: 0 0;
  }
  footer .footer .nav-secondary li:after {
    content: "";
    margin: 0 0;
  }
  footer .footer .nav-language-switcher {
    float: none;
  }
  footer .footer .nav-language-switcher li {
    float: none;
    margin: 0 0;
  }
  footer .footer .nav-language-switcher li:after {
    content: "";
    margin: 0 0;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .region-detail {
    font-size: 0.6667em;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .flexbox {
    display: block;
  }
  .flexbox-light {
    display: block;
  }
  header .header.landing-page {
    background: #3c3c3c;
  }
  header .header {
    position: relative;
    padding: 0.5em 0.5em;
    height: auto;
  }
  header .header .logo-container {
    position: relative;
    height: auto;
  }
  header .header .logo {
    position: relative;
    right: auto;
    top: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0.75em auto;
  }
  header .header .menu {
    display: block;
  }
  header .header .nav-primary {
    margin: 0.5em 0 0.5em 0;
    padding: 0.5em;
    display: none;
  }
  header .header .nav-primary li {
    float: none;
    display: block;
    margin: 0.5em 0.25em;
  }
  header .header .nav-language-switcher {
    position: absolute;
    top: auto;
    bottom: 0.5em;
  }
  #hero-video {
    position: relative;
    top: auto;
    left: auto;
    min-height: 0;
  }
  .main {
    margin-top: 0;
  }
  .main.landing-page {
    margin-top: 3em;
  }
  section {
    margin: 3em 0;
  }
  section:first-child {
    margin: 0 0 3em 0;
  }
  section:last-child {
    margin: 3em 0 0 0;
  }
  section:only-child {
    margin: 0 0 0 0;
  }
  .main .hero-subpage blockquote p,
  .main .hero-subpage-2 blockquote p {
    font-size: 1em;
    color: #1e1e1e;
    text-shadow: none;
  }
  .main .hero-subpage blockquote p span::before,
  .main .hero-subpage-2 blockquote p span::before {
    color: #1e1e1e;
    text-shadow: none;
  }
  .main .hero-subpage blockquote p span em::after,
  .main .hero-subpage-2 blockquote p span em::after {
    color: #1e1e1e;
    text-shadow: none;
  }
  .main .hero-subpage blockquote p em,
  .main .hero-subpage-2 blockquote p em {
    color: #1e1e1e;
    text-shadow: none;
  }
  .main .hero-subpage blockquote footer,
  .main .hero-subpage-2 blockquote footer {
    margin: 0 0 0 0;
    color: #1e1e1e;
    text-shadow: none;
  }
  .main .hero-subpage.kunst blockquote {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 1.5em 0 0 0;
  }
  .main .hero-subpage.garten blockquote {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 1.5em 0 0 0;
  }
  .main .hero-subpage.wein-und-lesen blockquote {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 1.5em 0 0 0;
  }
  .main .hero-subpage-2.wein-und-lesen blockquote {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 1.5em 0 0 0;
  }
  .main .hero-subpage.region blockquote {
    position: relative;
    top: auto;
    left: auto;
    margin: 1.5em 0 0 0;
  }
  .main .hero-subpage.kunst blockquote p {
    text-align: center;
  }
  .main .hero-subpage.garten blockquote p {
    text-align: center;
  }
  .main .hero-subpage.wein-und-lesen blockquote p {
    text-align: center;
  }
  .main .hero-subpage-2.wein-und-lesen blockquote p {
    text-align: center;
  }
  .main .hero-subpage.region blockquote p {
    text-align: center;
  }
  .main .index-slider {
    height: auto;
  }
  .main .index-slider .slider-element {
    height: auto;
  }
  .main .index-slider blockquote p {
    font-size: 1em;
  }
  .main .index-slider blockquote footer {
    margin: 0 0 0 0;
  }
  .main .index-slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .main .cite blockquote p {
    font-size: 1em;
  }
  .main .cite blockquote footer {
    margin: 0 0 0 0;
  }
  .main .thumbs .thumb {
    margin: 0 auto 1.5em auto;
    cursor: default;
  }
  .main .thumbs .thumb:hover {
    -moz-transform: scale(1, 1) rotate(0.02deg);
    -ms-transform: scale(1, 1) rotate(0.02deg);
    -o-transform: scale(1, 1) rotate(0.02deg);
    -webkit-transform: scale(1, 1) rotate(0.02deg);
    transform: scale(1, 1) rotate(0.02deg);
  }
  .main .region-detail {
    margin: 0 0 3em 0;
    font-size: 1em;
  }
  .main .region-detail .text-box {
    position: relative;
    height: auto;
  }
  .main .region-detail .text-box .inner {
    position: relative;
    top: auto;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main .tipps .box img {
    margin: 0 auto 1.5em auto;
  }
  .main .suite-preview .box h2 {
    position: relative;
    margin: 0.1667em 0 0.3333em 0;
    font-size: 4.5em;
    color: #1e1e1e;
    opacity: 1;
  }
  .main .suite-preview .box ul {
    position: relative;
    margin: 0 0 3em 0;
    padding: 0.6667em;
    color: #1e1e1e;
    background: none;
    opacity: 1;
  }
  .main .suite-preview .box.magnolie h2 {
    top: auto;
    right: auto;
    text-align: center;
  }
  .main .suite-preview .box.kastanie h2 {
    top: auto;
    left: auto;
    text-align: center;
  }
  .main .suite-preview .box.lavendel h2 {
    top: auto;
    right: auto;
    text-align: center;
  }
  .main .suite-preview .box.magnolie ul {
    top: auto;
  }
  .main .suite-preview .box.kastanie ul {
    top: auto;
  }
  .main .suite-preview .box.lavendel ul {
    top: auto;
  }
  footer .footer .border-right {
    border-right: none;
  }
  footer .footer .col-left {
    text-align: center;
    margin: 0 0 6em 0;
  }
  footer .footer .col-center {
    text-align: center;
    margin: 0 0 6em 0;
  }
  footer .footer .col-right {
    text-align: center;
  }
  footer .footer img.logo {
    margin: 0 auto 1.5em auto;
  }
  footer .footer form input {
    width: 92%;
    margin: 0 4% 0 4%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  body {
    word-wrap: break-word;
  }
  * {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
/* Custom, iPhone Retina */
