@charset "UTF-8";
/*********************************************************************************************************************

											STYLES BY:


____________________________________________/\\\\\\__________________________________________________/\\\____
 ___________________________________________\////\\\________________________________________________/\\\\\____
  _________________________________/\\\_________\/\\\_____/\\\_____________________________________/\\\/\\\____
   _____/\\\\\_____/\\\____/\\\__/\\\\\\\\\\\____\/\\\____\///___/\\/\\\\\\_______/\\\\\\\\_______/\\\/\/\\\____
    ___/\\\///\\\__\/\\\___\/\\\_\////\\\////_____\/\\\_____/\\\_\/\\\////\\\____/\\\/////\\\____/\\\/__\/\\\____
     __/\\\__\//\\\_\/\\\___\/\\\____\/\\\_________\/\\\____\/\\\_\/\\\__\//\\\__/\\\\\\\\\\\___/\\\\\\\\\\\\\\\\_
      _\//\\\__/\\\__\/\\\___\/\\\____\/\\\_/\\_____\/\\\____\/\\\_\/\\\___\/\\\_\//\\///////___\///////////\\\//__
       __\///\\\\\/___\//\\\\\\\\\_____\//\\\\\____/\\\\\\\\\_\/\\\_\/\\\___\/\\\__\//\\\\\\\\\\___________\/\\\____
        ____\/////______\/////////_______\/////____\/////////__\///__\///____\///____\//////////____________\///_____



**************************************************************************************************************************************/
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
*, *:before, *:after {
  -moz-box-sizing: border-box; /* Firefox 1, probably can drop this */
  -webkit-box-sizing: border-box; /* Safari 3-4, also probably droppable */
  box-sizing: border-box; /* Everything else */
  margin: 0;
  padding: 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/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 when focused and also mouse hovered in all browsers.
 */
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 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 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;
}

/**
 * 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;
  vertical-align: top;
}

/*csslint important:false*/
/* ==========================================================================
   Pure Base Extras
   ========================================================================== */
/**
 * Extra rules that Pure adds on top of Normalize.css
 */
/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
  display: none !important;
}

nav h1 {
  display: none;
} /* Being friendly to newsreaders */
html, body {
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "DIN-Medium";
  src: url("/assets/fonts/DINM____.woff2") format("woff2"), url("/assets/fonts/DINM____.woff") format("woff"), url("/assets/fonts/DINM____.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "DIN-Regular";
  src: url("/assets/fonts/DINR____.woff2") format("woff2"), url("/assets/fonts/DINR____.woff") format("woff"), url("/assets/fonts/DINR____.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
button, input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  background: #4d4d4d;
  color: #fff;
  font-family: "DIN-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 12px;
  border-radius: 0px;
}
button.fluid, input[type=submit].fluid {
  width: 100%;
}
button.gray, input[type=submit].gray {
  background: gray;
}

.button, a.button, a:hover.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: #4d4d4d;
  color: #fff;
  font-family: "DIN-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 12px;
  border-radius: 0px;
}
.button.fluid, a.button.fluid, a:hover.button.fluid {
  width: 100%;
}
.button.gray, a.button.gray, a:hover.button.gray {
  background: gray;
}
.button.small, a.button.small, a:hover.button.small {
  font-size: 18px;
  line-height: 24px;
  padding: 12.5px;
}
.button i.back_icon, a.button i.back_icon, a:hover.button i.back_icon {
  background: url(/assets/images/icons/back.svg) no-repeat left center #4d4d4d;
}
.button i.next_icon, a.button i.next_icon, a:hover.button i.next_icon {
  display: inline-block;
  background: url(/assets/images/icons/next.svg) no-repeat right center #4d4d4d;
}

.back_icon {
  background: url(/assets/images/icons/back.svg) no-repeat left center transparent;
  background-size: 16px 19px;
  padding-left: 25px;
  text-decoration: none;
  border-bottom: none;
}
.back_icon:hover {
  text-decoration: underline;
}
.back_icon.green {
  color: #35AC6E;
  background-image: url(/assets/images/icons/back-green.svg);
}

.forward_icon, .next_icon {
  display: inline-block;
  background: url(/assets/images/icons/next.svg) no-repeat right center transparent;
  background-size: 16px 19px;
  padding-right: 25px;
  text-decoration: none;
  border-bottom: none;
}
.forward_icon:hover, .next_icon:hover {
  text-decoration: underline;
}
.forward_icon.green, .next_icon.green {
  color: #35AC6E;
  background-image: url(/assets/images/icons/next-green.svg);
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 0;
  border-color: #4d4d4d;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 9px;
  display: inline-block;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #4d4d4d;
  background: #fff;
  border-collapse: collapse;
  box-shadow: none;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  position: relative;
  top: -1px;
}

input[type=checkbox]:checked {
  border-color: #000;
}

input[type=checkbox]:disabled {
  background: #f4f4f2;
}

input[type=checkbox]:checked:after {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  content: url(/assets/images/icons/checkbox-inner.svg);
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=password],
textarea,
select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #727171;
  border-radius: 0px;
  padding: 12px;
  font-family: "DIN-Regular", sans-serif;
  font-size: 18px;
  line-height: 24px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

select {
  padding-top: 7px;
  padding-bottom: 8px;
  padding-right: 40px;
  min-width: 110px;
  background: url(/assets/images/icons/down-arrow.svg) no-repeat calc(100% - 10px) center #fff;
  background-size: 18px;
  margin-bottom: 24px;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #727171;
  border-radius: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 42px;
  background: url(/assets/images/icons/Search-icon.svg) no-repeat 5px center #fff;
  background-size: 30px 25px;
  font-family: "DIN-Regular", sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.segment {
  margin-bottom: 72px;
}

.field, .fields {
  position: relative;
  margin-bottom: 24px;
}

.input {
  margin-bottom: 24px;
  position: relative;
}

.small input[type=text],
.small input[type=email],
.small input[type=number],
.small input[type=tel],
.small input[type=password],
.small textarea,
.small select {
  padding: 0 6px;
}

body {
  font-size: 18px;
  line-height: 24px;
  font-family: "DIN-Regular", sans-serif;
  font-weight: normal;
  color: #4d4d4d;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: auto;
  background-image: url(/assets/images/hg-1600.jpg);
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 900px) {
  body {
    background-image: none;
  }
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: "DIN-Medium", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  color: #4d4d4d;
}

h1, .h1 {
  font-size: 19px;
  line-height: 25px;
}

h2, .h2 {
  font-size: 19px;
  line-height: 25px;
}

h3, .h3 {
  font-size: 19px;
  line-height: 25px;
}

h4, .h4 {
  font-size: 19px;
  line-height: 25px;
}

.small {
  font-size: 15px;
  line-height: 18px;
}

.main_format img {
  display: block;
  vertical-align: bottom;
}
.main_format p, .main_format figure, .main_format iframe, .main_format ul {
  margin-bottom: 24px;
}
.main_format li {
  margin-left: 18px;
  list-style-position: inside;
}
.main_format figcaption {
  margin-top: 6px;
  font-size: 15px;
  line-height: 18px;
}
.main_format ul {
  list-style-type: none;
}
.main_format ul li:before {
  content: "—";
  position: absolute;
  margin-left: -20px;
}
.main_format th {
  text-align: left;
  font-weight: normal;
  font-family: "DIN-Medium", sans-serif;
}
.main_format p.errors {
  margin-bottom: 0;
}
.main_format table {
  width: 100%;
}
.main_format td, .main_format th {
  padding-right: 10px;
}
.main_format td:last-child, .main_format th:last-child {
  padding-right: 0;
}
.main_format blockquote {
  margin-bottom: 24px;
}
.main_format blockquote p {
  font-family: Times, serif;
  font-size: 21px;
  line-height: 25px;
  font-style: italic;
  margin-bottom: 0;
}
.main_format blockquote cite {
  font-style: normal;
}
.main_format dt {
  font-family: "DIN-Medium", sans-serif;
}
.main_format dd, .main_format dl {
  margin-bottom: 24px;
}

hr {
  background-color: #000;
  border-width: 0;
  color: #000;
  height: 1px;
  line-height: 0;
  margin-bottom: 24px;
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
hr::after {
  clear: both;
  content: "";
  display: table;
}

a, .link {
  color: inherit;
  text-decoration: none;
  border-bottom: none;
}

/* Image links remove the Magic border below images (another method would be to make images display as block) */
a img, a:hover img {
  border: none;
  text-decoration: none;
  vertical-align: bottom;
}

a.login_icon {
  background: url(/assets/images/icons/Login-weiss.svg) no-repeat left center transparent;
  background-size: 24px 24px;
  padding-left: 25px;
}

b, strong {
  font-family: "DIN-Medium", sans-serif;
  font-weight: normal;
}

#wrapper {
  position: relative;
  width: 100%;
}

.page_width {
  position: relative;
  width: 100%;
  max-width: 1048px; /* 720px + 40px */
  margin-left: auto;
  margin-right: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: calc(100% + 22px);
  margin-left: -11px;
}
@media only screen and (max-width: 500px) {
  .grid {
    width: 100%;
    margin-left: 0;
  }
}

[class*=col-] {
  margin-bottom: 24px;
  padding-left: 11px;
  padding-right: 11px;
}
@media only screen and (max-width: 500px) {
  [class*=col-] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}
@media only screen and (max-width: 500px) {
  .col-1-2 {
    width: 100%;
  }
}
.col-1-2.invert_order {
  float: right;
}

.col-1-3 {
  width: 33.3333333333%;
}
@media only screen and (max-width: 700px) {
  .col-1-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .col-1-3 {
    width: 100%;
  }
}

.col-2-3 {
  width: 66.6666666666%;
}
@media only screen and (max-width: 700px) {
  .col-2-3 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .col-2-3 {
    width: 100%;
  }
}

.col-1-4 {
  width: 25%;
}
@media only screen and (max-width: 700px) {
  .col-1-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  .col-1-4 {
    width: 100%;
  }
}

.col-1-5 {
  width: 20%;
}
@media only screen and (max-width: 700px) {
  .col-1-5 {
    width: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .col-1-5 {
    width: 33.3333333333%;
  }
}

.col-1-6 {
  width: 16.6666666667%;
}
@media only screen and (max-width: 700px) {
  .col-1-6 {
    width: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .col-1-6 {
    width: 50%;
  }
}

#page_wrapper {
  padding-top: 120px;
  background: #fff;
  min-height: 100%;
}
#page_wrapper::after {
  clear: both;
  content: "";
  display: table;
}
#page_wrapper.open {
  position: fixed;
}
@media only screen and (max-width: 900px) {
  #page_wrapper {
    padding-top: 0;
  }
}

#print_header {
  display: none;
}

#mobile_header {
  display: none;
  width: 100%;
  height: 120px;
  background: #fff;
}
#mobile_header::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (max-width: 900px) {
  #mobile_header {
    display: block;
  }
}

#mobile_claim {
  padding-top: 45px;
  float: left;
  width: calc(200px + 60px);
  margin-left: 60px;
}
@media only screen and (max-width: 520px) {
  #mobile_claim {
    margin-left: 0;
    width: 200px;
  }
}

#hamburger_container {
  padding-top: 40px;
  float: left;
  width: calc(100% - 200px - 2 * 60px);
  text-align: right;
}
@media only screen and (max-width: 520px) {
  #hamburger_container {
    width: calc(100% - 200px);
  }
}

#hamburger {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(/assets/images/icons/menu-open.svg) no-repeat right center transparent;
  background-size: 32px;
}
#hamburger.open {
  background-image: url(/assets/images/icons/menu-close.svg);
}

#mobile_nav {
  display: none;
  z-index: 2;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  background: #fff;
  min-height: calc(100% - 120px);
  padding-left: 85px;
}
@media only screen and (max-width: 520px) {
  #mobile_nav {
    padding-left: 20px;
  }
}
#mobile_nav ul {
  list-style: none;
}
#mobile_nav ul ul li {
  margin-left: 18px;
}
#mobile_nav li {
  width: 100%;
}
#mobile_nav a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
#mobile_nav a:hover, #mobile_nav a.here {
  color: #286d83;
}
#mobile_nav a.here {
  font-family: "DIN-Medium", sans-serif;
}
#mobile_nav.open {
  display: block;
}

#logo_fixed, #main_nav_fixed {
  position: fixed;
  z-index: 3;
}

#logo_container {
  float: left;
  width: 60px;
}
@media only screen and (max-width: 520px) {
  #logo_container {
    display: none;
  }
}

#logo {
  position: relative;
  top: -40px;
  width: 48px;
  height: 134px;
}
@media only screen and (max-width: 900px) {
  #logo {
    top: -90px;
  }
}

#main_nav_container {
  float: left;
  width: 220px;
  margin-left: 60px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #main_nav_container {
    display: none;
  }
}

p.claim {
  font-family: "DIN-Medium", sans-serif;
  font-size: 26px;
  line-height: 24px;
}
p.claim a {
  text-decoration: none;
}
p.claim a:hover {
  text-decoration: none;
  color: #000;
}

#main_nav {
  margin-top: 72px;
}
#main_nav ul {
  list-style: none;
}
#main_nav ul ul {
  display: none;
}
#main_nav ul li a.here ~ ul {
  display: block;
}
#main_nav ul ul li {
  margin-left: 18px;
}
#main_nav li {
  width: 100%;
}
#main_nav a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
#main_nav a:hover, #main_nav a.here {
  color: #286d83;
}
#main_nav a.here {
  font-family: "DIN-Medium", sans-serif;
}

#content_container {
  float: left;
  width: calc(100% - 220px - 60px);
  margin-left: calc(220px + 60px);
}
@media only screen and (max-width: 900px) {
  #content_container {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
}
@media only screen and (max-width: 520px) {
  #content_container {
    width: 100%;
    margin-left: 0;
  }
}

#home_main_image {
  margin-bottom: 1%;
}
#home_main_image a {
  text-decoration: none;
}
#home_main_image figure {
  position: relative;
}
#home_main_image figcaption {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  line-height: 51px;
}
@media only screen and (max-width: 900px) {
  #home_main_image figcaption {
    width: 90%;
  }
}
@media only screen and (max-width: 620px) {
  #home_main_image figcaption {
    font-size: 28px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 500px) {
  #home_main_image figcaption {
    font-size: 19px;
    line-height: 25px;
  }
}
#home_main_image img {
  filter: brightness(100%);
}
#home_main_image img:hover {
  filter: brightness(60%);
}

#portfolio_container {
  margin-bottom: 24px;
  margin-left: -1%;
}
#portfolio_container::after {
  clear: both;
  content: "";
  display: table;
}

.portfolio_item {
  position: relative;
  float: left;
  margin-bottom: 1%;
  margin-left: 1%;
  transition: all 0.2s ease-in-out;
}
.portfolio_item figure {
  position: relative;
}
.portfolio_item figure figcaption {
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  overflow-y: auto;
}
.portfolio_item figure figcaption h2 {
  color: white;
  margin-bottom: 0;
  font-family: Times, serif;
  font-size: 24px;
  line-height: 27px;
  font-style: italic;
  word-break: break-word;
}
.portfolio_item figure figcaption p {
  color: white;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}
.portfolio_item:hover figcaption {
  display: block;
}
.portfolio_item.portfolio-1-3 {
  width: 32%;
}
@media only screen and (max-width: 600px) {
  .portfolio_item.portfolio-1-3 {
    width: 49%;
  }
}
.portfolio_item.portfolio-1-2 {
  width: 49%;
}
.portfolio_item.portfolio-1-1 {
  width: 99%;
}
.portfolio_item a img {
  opacity: 1;
  transition: opacity 0.2s linear;
}
.portfolio_item a:hover img {
  opacity: 0.7;
  transition: opacity 0.2s linear;
}

.category_text {
  padding: 72px 20px;
  color: #286d83;
  font-family: Times, serif;
  font-size: 24px;
  line-height: 29px;
  font-style: italic;
  word-break: break-word;
}

#objekte a {
  text-decoration: none !important;
  border-bottom: none;
}
#objekte a:hover {
  text-decoration: underline;
}
#objekte figcaption {
  word-break: break-word;
}

#objekt_entry .description_container {
  width: 100%;
  margin-bottom: 48px;
}
#objekt_entry .description_container::after {
  clear: both;
  content: "";
  display: table;
}
#objekt_entry .prev_entry, #objekt_entry .next_entry {
  float: left;
  width: 12.5%;
}
#objekt_entry .entry_description {
  float: left;
  width: 50%;
}
#objekt_entry .prev_entry {
  text-align: left;
}
#objekt_entry .entry_description {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
#objekt_entry .next_entry {
  text-align: right;
}

.presse_image {
  min-width: 100px;
}

.shop_item {
  /*
  	width: calc(100% - 2 * 24px);
  	margin-left: $body-margin-size; margin-right: $body-margin-size;
  */
  margin-bottom: 48px;
  border-bottom: 1px solid #727171;
}

.freeform-form-success {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 24px;
  background: rgba(112, 168, 116, 0.773);
  border-radius: 8px;
}
.freeform-form-success p {
  margin-bottom: 0;
}

.visual_effect {
  transition: all 0.2s ease-in-out;
}
.visual_effect:hover {
  transform: scale(1.03);
}

.filter_search input[type=search] {
  min-width: 130px;
}

#tooltip_templates {
  display: none;
}

.tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(/assets/images/icons/tooltip.svg) no-repeat center bottom transparent;
  background-size: 100%;
}

#footer {
  width: 100%;
  color: #fff;
  background: #727171;
  margin-top: 72px;
  padding-top: 48px;
  padding-bottom: 48px;
}
#footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
#footer a:hover, #footer a.here {
  text-decoration: underline;
  color: #286d83;
}

.footer_nav_item {
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
}

.back-to-top {
  position: fixed;
  display: inline-block;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 40px;
  border-radius: 0px;
  background: url(/assets/images/icons/scroll-to-top.svg) no-repeat 0 0 transparent;
}
@media only screen and (max-width: 500px) {
  .back-to-top {
    bottom: 20px;
    right: 10px;
  }
}

.pagination {
  color: #000;
  margin: 30px 0;
}
.pagination::after {
  clear: both;
  content: "";
  display: table;
}

.pagination_spacer {
  padding-right: 15px;
}

.page {
  color: #000;
  padding: 4px 11px;
  border: 1px solid #000;
  margin-right: 10px;
}

.prev_next_arrows {
  font-size: 24px;
}

.page.active, .pagination a:hover {
  background: #000;
  color: #000;
  border: 1px solid #000;
}

@media only screen and (max-width: 500px) {
  .hide-on-small {
    display: none;
  }
}

.hide-on-large {
  display: none;
}
@media only screen and (max-width: 500px) {
  .hide-on-large {
    display: inline-block;
  }
}

.block::after {
  clear: both;
  content: "";
  display: table;
}

ul.thumbnail_slideshow_container {
  list-style: none;
  font-size: 0px;
  margin-left: -2%; /* should match li left margin */
}
@media only screen and (max-width: 500px) {
  ul.thumbnail_slideshow_container {
    margin-left: 0;
  }
}

ul.thumbnail_slideshow_container li {
  display: inline-block;
  padding: 1%;
  margin: 0 0 1% 1%;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  width: 19%; /* this value + 2.5 should = 20% */
}
@media only screen and (max-width: 600px) {
  ul.thumbnail_slideshow_container li {
    width: 32%;
  }
}
@media only screen and (max-width: 500px) {
  ul.thumbnail_slideshow_container li {
    width: 49%;
  }
}

ul.thumbnail_slideshow_container li img {
  max-width: 100%;
  height: auto;
}

.image_full_width, .img_full_width {
  display: block;
  width: 100%;
  height: auto;
}

.image_half_width {
  display: block;
  width: 100%;
  max-width: 655px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}

.img_full_width.img-3-4 {
  width: 75%;
}
.img_full_width.img-2-4 {
  width: 50%;
}
.img_full_width.img-1-4 {
  width: 25%;
}
.img_full_width.img-original {
  width: inherit;
  height: inherit;
}

.image_thumbnail {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  height: auto;
}

.image_full {
  display: block;
  max-width: 75%;
  height: auto;
}

.image_full_height {
  display: block;
  height: auto;
}

.google_maps_full_width {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
}

.google_maps_full_width iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.google_maps_item {
  margin-bottom: 48px;
}

.google_maps {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.image_left {
  float: left;
  width: 50%;
  padding-right: 7.5px;
}
@media only screen and (max-width: 500px) {
  .image_left {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.image_right {
  float: left;
  width: 50%;
  padding-left: 7.5px;
}
@media only screen and (max-width: 500px) {
  .image_right {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

a.download_icon {
  background: url(/assets/images/icons/download-icon.svg) no-repeat left bottom transparent;
  background-size: 18px;
  padding-left: 25px;
}

.video_full_width_container {
  position: relative;
  padding-bottom: 53.5%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 24px;
}

.video_full_width_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

a.facebook.social {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/assets/images/social/Facebook.svg) no-repeat center top transparent;
  text-indent: -9999px;
  background-size: cover;
}

a.instagram.social {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/assets/images/social/Instagram.svg) no-repeat center top transparent;
  text-indent: -9999px;
  background-size: cover;
}

a.twitter.social {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(/assets/images/social/Twitter.svg) no-repeat center top transparent;
  text-indent: -9999px;
  background-size: cover;
}

.italic {
  font-style: italic !important;
}

.only_on_mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .only_on_mobile {
    display: block;
  }
}

.no_margin, .nomargin {
  margin-bottom: 0px;
}

.no_margin_btm {
  margin-bottom: 0px !important;
}

.img_link, a.img_link, a.img_link:hover {
  display: block;
  border: none;
  padding: 0; /*  margin-bottom: 5px; */
}

.img_legend { /* font-size:12px;  */ }

.video_full_width {
  width: 100%;
  margin-bottom: 25px;
}

.align_right {
  text-align: right;
}
@media only screen and (max-width: 500px) {
  .align_right {
    text-align: left;
  }
}

.align_center {
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .align_center {
    text-align: left;
  }
}

.align_left {
  text-align: left;
}

.table_right {
  text-align: right;
  white-space: nowrap;
}

.padding_right {
  padding-right: 25px;
}

.mini_margin_btm {
  margin-bottom: 6px !important;
}

.small_margin_btm {
  margin-bottom: 12px !important;
}

.margin_btm {
  margin-bottom: 24px !important;
}

.big_margin_btm {
  margin-bottom: 48px !important;
}

.large_margin_btm {
  margin-bottom: 72px !important;
}

.huge_margin_btm {
  margin-bottom: 96px !important;
}

.mini_margin_top {
  margin-top: 6px !important;
}

.small_margin_top {
  margin-top: 12px !important;
}

.margin_top {
  margin-top: 24px !important;
}

.big_margin_top {
  margin-top: 48px !important;
}

.large_margin_top {
  margin-top: 72px !important;
}

.huge_margin_top {
  margin-top: 96px !important;
}

.no_padding_btm {
  padding-bottom: 0 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

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

.left {
  text-align: left;
}

.no_wrap {
  white-space: nowrap !important;
}

.success {
  color: #35AC6E !important;
}

.error, .errors {
  color: #A22E18 !important;
}

.hyphen {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.break {
  word-break: break-word;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.modalbox_edit_wrapper {
  margin-top: 24px;
  padding: 24px;
  background: url(/assets/images/system/stripe-gray.png) repeat 0 0 transparent;
  text-align: center;
}

a.modalbox_edit {
  color: #fff;
  background: #666;
  padding: 0 6px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; /* future proofing */
  -khtml-border-radius: 8px; /* for old Konqueror browsers */
  text-decoration: none;
  font-style: normal;
}

a:hover.modalbox_edit {
  color: #fff;
  background: #999;
  text-decoration: none;
}

#admin_box {
  position: fixed;
  top: 0;
  left: 50px;
  width: 960px;
  padding-left: 10px;
  padding-right: 10px;
  background: url(/css/images/stripe-gray.png) repeat 0 0 transparent;
  z-index: 10;
}

#admin_box p {
  margin-bottom: 0;
}

#toggler {
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px 10px;
  z-index: 11;
}

#home #toggler {
  color: #fff;
}

.logged_in, tr.logged_in td {
  background: url(/css/images/stripe-gray.png) repeat 0 0 transparent;
}

.admin_background {
  background: #b21f17;
}

.admin_white, .admin_white a {
  color: white !important;
}

.admin_white {
  padding: 5px;
}

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