/*!
	Theme Name: Barlou
	Theme URI: 
	Description: Theme for 
	Version: 1.0.0
	Author: Nicholas Seiler
*/
/*------------------------------------*\
	Normalize
\*------------------------------------*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*------------------------------------*\
	Settings
\*------------------------------------*/
/*------------------------------------*\
	MIXIN
\*------------------------------------*/
/*------------------------------------*\
	GRID (Neat)
\*------------------------------------*/
.row::after {
  clear: both;
  content: "";
  display: block; }
.row.flex {
  display: flex; }
.row.block {
  display: block; }
.row.none {
  display: none; }
.row.collapse {
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: calc(100% + 3em); }

.col.flex {
  display: flex; }
.col.block {
  display: block; }
.col.none {
  display: none; }

.col_no-shift {
  left: calc(0% - 1.5em + 1.5em);
  position: relative; }

.col.flex_1 {
  order: 1; }

.col_1 {
  width: calc(6.25% - 1.59375em);
  float: left;
  margin-left: 1.5em; }

.col_shift_1 {
  left: calc(6.25% - 1.59375em + 1.5em);
  position: relative; }

.col.flex_2 {
  order: 2; }

.col_2 {
  width: calc(12.5% - 1.6875em);
  float: left;
  margin-left: 1.5em; }

.col_shift_2 {
  left: calc(12.5% - 1.6875em + 1.5em);
  position: relative; }

.col.flex_3 {
  order: 3; }

.col_3 {
  width: calc(18.75% - 1.78125em);
  float: left;
  margin-left: 1.5em; }

.col_shift_3 {
  left: calc(18.75% - 1.78125em + 1.5em);
  position: relative; }

.col.flex_4 {
  order: 4; }

.col_4 {
  width: calc(25% - 1.875em);
  float: left;
  margin-left: 1.5em; }

.col_shift_4 {
  left: calc(25% - 1.875em + 1.5em);
  position: relative; }

.col.flex_5 {
  order: 5; }

.col_5 {
  width: calc(31.25% - 1.96875em);
  float: left;
  margin-left: 1.5em; }

.col_shift_5 {
  left: calc(31.25% - 1.96875em + 1.5em);
  position: relative; }

.col.flex_6 {
  order: 6; }

.col_6 {
  width: calc(37.5% - 2.0625em);
  float: left;
  margin-left: 1.5em; }

.col_shift_6 {
  left: calc(37.5% - 2.0625em + 1.5em);
  position: relative; }

.col.flex_7 {
  order: 7; }

.col_7 {
  width: calc(43.75% - 2.15625em);
  float: left;
  margin-left: 1.5em; }

.col_shift_7 {
  left: calc(43.75% - 2.15625em + 1.5em);
  position: relative; }

.col.flex_8 {
  order: 8; }

.col_8 {
  width: calc(50% - 2.25em);
  float: left;
  margin-left: 1.5em; }

.col_shift_8 {
  left: calc(50% - 2.25em + 1.5em);
  position: relative; }

.col.flex_9 {
  order: 9; }

.col_9 {
  width: calc(56.25% - 2.34375em);
  float: left;
  margin-left: 1.5em; }

.col_shift_9 {
  left: calc(56.25% - 2.34375em + 1.5em);
  position: relative; }

.col.flex_10 {
  order: 10; }

.col_10 {
  width: calc(62.5% - 2.4375em);
  float: left;
  margin-left: 1.5em; }

.col_shift_10 {
  left: calc(62.5% - 2.4375em + 1.5em);
  position: relative; }

.col.flex_11 {
  order: 11; }

.col_11 {
  width: calc(68.75% - 2.53125em);
  float: left;
  margin-left: 1.5em; }

.col_shift_11 {
  left: calc(68.75% - 2.53125em + 1.5em);
  position: relative; }

.col.flex_12 {
  order: 12; }

.col_12 {
  width: calc(75% - 2.625em);
  float: left;
  margin-left: 1.5em; }

.col_shift_12 {
  left: calc(75% - 2.625em + 1.5em);
  position: relative; }

.col.flex_13 {
  order: 13; }

.col_13 {
  width: calc(81.25% - 2.71875em);
  float: left;
  margin-left: 1.5em; }

.col_shift_13 {
  left: calc(81.25% - 2.71875em + 1.5em);
  position: relative; }

.col.flex_14 {
  order: 14; }

.col_14 {
  width: calc(87.5% - 2.8125em);
  float: left;
  margin-left: 1.5em; }

.col_shift_14 {
  left: calc(87.5% - 2.8125em + 1.5em);
  position: relative; }

.col.flex_15 {
  order: 15; }

.col_15 {
  width: calc(93.75% - 2.90625em);
  float: left;
  margin-left: 1.5em; }

.col_shift_15 {
  left: calc(93.75% - 2.90625em + 1.5em);
  position: relative; }

.col.flex_16 {
  order: 16; }

.col_16 {
  width: calc(100% - 3em);
  float: left;
  margin-left: 1.5em; }

.col_shift_16 {
  left: calc(100% - 3em + 1.5em);
  position: relative; }

.col_shift_05 {
  left: calc(3.125% - 1.546875em + 1.5em);
  position: relative; }

.col_shift_15 {
  left: calc(9.375% - 1.640625em + 1.5em);
  position: relative; }

@media (max-width: "500" (-1px)) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_xs {
    display: flex; }
  .row.block_xs {
    display: block; }
  .row.none_xs {
    display: none; }
  .row.collapse_xs {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 3em); }

  .col.flex_xs {
    display: flex; }
  .col.block_xs {
    display: block; }
  .col.none_xs {
    display: none; }

  .col_no-shift_xs {
    left: calc(0% - 1.5em + 1.5em);
    position: relative; }

  .col.flex_1_xs {
    order: 1; }

  .col_1_xs {
    width: calc(6.25% - 1.59375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_1_xs {
    left: calc(6.25% - 1.59375em + 1.5em);
    position: relative; }

  .col.flex_2_xs {
    order: 2; }

  .col_2_xs {
    width: calc(12.5% - 1.6875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_2_xs {
    left: calc(12.5% - 1.6875em + 1.5em);
    position: relative; }

  .col.flex_3_xs {
    order: 3; }

  .col_3_xs {
    width: calc(18.75% - 1.78125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_3_xs {
    left: calc(18.75% - 1.78125em + 1.5em);
    position: relative; }

  .col.flex_4_xs {
    order: 4; }

  .col_4_xs {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_4_xs {
    left: calc(25% - 1.875em + 1.5em);
    position: relative; }

  .col.flex_5_xs {
    order: 5; }

  .col_5_xs {
    width: calc(31.25% - 1.96875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_5_xs {
    left: calc(31.25% - 1.96875em + 1.5em);
    position: relative; }

  .col.flex_6_xs {
    order: 6; }

  .col_6_xs {
    width: calc(37.5% - 2.0625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_6_xs {
    left: calc(37.5% - 2.0625em + 1.5em);
    position: relative; }

  .col.flex_7_xs {
    order: 7; }

  .col_7_xs {
    width: calc(43.75% - 2.15625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_7_xs {
    left: calc(43.75% - 2.15625em + 1.5em);
    position: relative; }

  .col.flex_8_xs {
    order: 8; }

  .col_8_xs {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_8_xs {
    left: calc(50% - 2.25em + 1.5em);
    position: relative; }

  .col.flex_9_xs {
    order: 9; }

  .col_9_xs {
    width: calc(56.25% - 2.34375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_9_xs {
    left: calc(56.25% - 2.34375em + 1.5em);
    position: relative; }

  .col.flex_10_xs {
    order: 10; }

  .col_10_xs {
    width: calc(62.5% - 2.4375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_10_xs {
    left: calc(62.5% - 2.4375em + 1.5em);
    position: relative; }

  .col.flex_11_xs {
    order: 11; }

  .col_11_xs {
    width: calc(68.75% - 2.53125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_11_xs {
    left: calc(68.75% - 2.53125em + 1.5em);
    position: relative; }

  .col.flex_12_xs {
    order: 12; }

  .col_12_xs {
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_12_xs {
    left: calc(75% - 2.625em + 1.5em);
    position: relative; }

  .col.flex_13_xs {
    order: 13; }

  .col_13_xs {
    width: calc(81.25% - 2.71875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_13_xs {
    left: calc(81.25% - 2.71875em + 1.5em);
    position: relative; }

  .col.flex_14_xs {
    order: 14; }

  .col_14_xs {
    width: calc(87.5% - 2.8125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_14_xs {
    left: calc(87.5% - 2.8125em + 1.5em);
    position: relative; }

  .col.flex_15_xs {
    order: 15; }

  .col_15_xs {
    width: calc(93.75% - 2.90625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_15_xs {
    left: calc(93.75% - 2.90625em + 1.5em);
    position: relative; }

  .col.flex_16_xs {
    order: 16; }

  .col_16_xs {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_16_xs {
    left: calc(100% - 3em + 1.5em);
    position: relative; }

  .col_shift_05_xs {
    left: calc(3.125% - 1.546875em + 1.5em);
    position: relative; }

  .col_shift_15_xs {
    left: calc(9.375% - 1.640625em + 1.5em);
    position: relative; } }
@media (min-width: 500px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_s {
    display: flex; }
  .row.block_s {
    display: block; }
  .row.none_s {
    display: none; }
  .row.collapse_s {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 3em); }

  .col.flex_s {
    display: flex; }
  .col.block_s {
    display: block; }
  .col.none_s {
    display: none; }

  .col_no-shift_s {
    left: calc(0% - 1.5em + 1.5em);
    position: relative; }

  .col.flex_1_s {
    order: 1; }

  .col_1_s {
    width: calc(6.25% - 1.59375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_1_s {
    left: calc(6.25% - 1.59375em + 1.5em);
    position: relative; }

  .col.flex_2_s {
    order: 2; }

  .col_2_s {
    width: calc(12.5% - 1.6875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_2_s {
    left: calc(12.5% - 1.6875em + 1.5em);
    position: relative; }

  .col.flex_3_s {
    order: 3; }

  .col_3_s {
    width: calc(18.75% - 1.78125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_3_s {
    left: calc(18.75% - 1.78125em + 1.5em);
    position: relative; }

  .col.flex_4_s {
    order: 4; }

  .col_4_s {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_4_s {
    left: calc(25% - 1.875em + 1.5em);
    position: relative; }

  .col.flex_5_s {
    order: 5; }

  .col_5_s {
    width: calc(31.25% - 1.96875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_5_s {
    left: calc(31.25% - 1.96875em + 1.5em);
    position: relative; }

  .col.flex_6_s {
    order: 6; }

  .col_6_s {
    width: calc(37.5% - 2.0625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_6_s {
    left: calc(37.5% - 2.0625em + 1.5em);
    position: relative; }

  .col.flex_7_s {
    order: 7; }

  .col_7_s {
    width: calc(43.75% - 2.15625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_7_s {
    left: calc(43.75% - 2.15625em + 1.5em);
    position: relative; }

  .col.flex_8_s {
    order: 8; }

  .col_8_s {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_8_s {
    left: calc(50% - 2.25em + 1.5em);
    position: relative; }

  .col.flex_9_s {
    order: 9; }

  .col_9_s {
    width: calc(56.25% - 2.34375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_9_s {
    left: calc(56.25% - 2.34375em + 1.5em);
    position: relative; }

  .col.flex_10_s {
    order: 10; }

  .col_10_s {
    width: calc(62.5% - 2.4375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_10_s {
    left: calc(62.5% - 2.4375em + 1.5em);
    position: relative; }

  .col.flex_11_s {
    order: 11; }

  .col_11_s {
    width: calc(68.75% - 2.53125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_11_s {
    left: calc(68.75% - 2.53125em + 1.5em);
    position: relative; }

  .col.flex_12_s {
    order: 12; }

  .col_12_s {
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_12_s {
    left: calc(75% - 2.625em + 1.5em);
    position: relative; }

  .col.flex_13_s {
    order: 13; }

  .col_13_s {
    width: calc(81.25% - 2.71875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_13_s {
    left: calc(81.25% - 2.71875em + 1.5em);
    position: relative; }

  .col.flex_14_s {
    order: 14; }

  .col_14_s {
    width: calc(87.5% - 2.8125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_14_s {
    left: calc(87.5% - 2.8125em + 1.5em);
    position: relative; }

  .col.flex_15_s {
    order: 15; }

  .col_15_s {
    width: calc(93.75% - 2.90625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_15_s {
    left: calc(93.75% - 2.90625em + 1.5em);
    position: relative; }

  .col.flex_16_s {
    order: 16; }

  .col_16_s {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_16_s {
    left: calc(100% - 3em + 1.5em);
    position: relative; }

  .col_shift_05_s {
    left: calc(3.125% - 1.546875em + 1.5em);
    position: relative; }

  .col_shift_15_s {
    left: calc(9.375% - 1.640625em + 1.5em);
    position: relative; } }
@media (min-width: 768px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_sm {
    display: flex; }
  .row.block_sm {
    display: block; }
  .row.none_sm {
    display: none; }
  .row.collapse_sm {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 3em); }

  .col.flex_sm {
    display: flex; }
  .col.block_sm {
    display: block; }
  .col.none_sm {
    display: none; }

  .col_no-shift_sm {
    left: calc(0% - 1.5em + 1.5em);
    position: relative; }

  .col.flex_1_sm {
    order: 1; }

  .col_1_sm {
    width: calc(6.25% - 1.59375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_1_sm {
    left: calc(6.25% - 1.59375em + 1.5em);
    position: relative; }

  .col.flex_2_sm {
    order: 2; }

  .col_2_sm {
    width: calc(12.5% - 1.6875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_2_sm {
    left: calc(12.5% - 1.6875em + 1.5em);
    position: relative; }

  .col.flex_3_sm {
    order: 3; }

  .col_3_sm {
    width: calc(18.75% - 1.78125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_3_sm {
    left: calc(18.75% - 1.78125em + 1.5em);
    position: relative; }

  .col.flex_4_sm {
    order: 4; }

  .col_4_sm {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_4_sm {
    left: calc(25% - 1.875em + 1.5em);
    position: relative; }

  .col.flex_5_sm {
    order: 5; }

  .col_5_sm {
    width: calc(31.25% - 1.96875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_5_sm {
    left: calc(31.25% - 1.96875em + 1.5em);
    position: relative; }

  .col.flex_6_sm {
    order: 6; }

  .col_6_sm {
    width: calc(37.5% - 2.0625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_6_sm {
    left: calc(37.5% - 2.0625em + 1.5em);
    position: relative; }

  .col.flex_7_sm {
    order: 7; }

  .col_7_sm {
    width: calc(43.75% - 2.15625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_7_sm {
    left: calc(43.75% - 2.15625em + 1.5em);
    position: relative; }

  .col.flex_8_sm {
    order: 8; }

  .col_8_sm {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_8_sm {
    left: calc(50% - 2.25em + 1.5em);
    position: relative; }

  .col.flex_9_sm {
    order: 9; }

  .col_9_sm {
    width: calc(56.25% - 2.34375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_9_sm {
    left: calc(56.25% - 2.34375em + 1.5em);
    position: relative; }

  .col.flex_10_sm {
    order: 10; }

  .col_10_sm {
    width: calc(62.5% - 2.4375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_10_sm {
    left: calc(62.5% - 2.4375em + 1.5em);
    position: relative; }

  .col.flex_11_sm {
    order: 11; }

  .col_11_sm {
    width: calc(68.75% - 2.53125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_11_sm {
    left: calc(68.75% - 2.53125em + 1.5em);
    position: relative; }

  .col.flex_12_sm {
    order: 12; }

  .col_12_sm {
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_12_sm {
    left: calc(75% - 2.625em + 1.5em);
    position: relative; }

  .col.flex_13_sm {
    order: 13; }

  .col_13_sm {
    width: calc(81.25% - 2.71875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_13_sm {
    left: calc(81.25% - 2.71875em + 1.5em);
    position: relative; }

  .col.flex_14_sm {
    order: 14; }

  .col_14_sm {
    width: calc(87.5% - 2.8125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_14_sm {
    left: calc(87.5% - 2.8125em + 1.5em);
    position: relative; }

  .col.flex_15_sm {
    order: 15; }

  .col_15_sm {
    width: calc(93.75% - 2.90625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_15_sm {
    left: calc(93.75% - 2.90625em + 1.5em);
    position: relative; }

  .col.flex_16_sm {
    order: 16; }

  .col_16_sm {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_16_sm {
    left: calc(100% - 3em + 1.5em);
    position: relative; }

  .col_shift_05_sm {
    left: calc(3.125% - 1.546875em + 1.5em);
    position: relative; }

  .col_shift_15_sm {
    left: calc(9.375% - 1.640625em + 1.5em);
    position: relative; } }
@media (min-width: 1024px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_m {
    display: flex; }
  .row.block_m {
    display: block; }
  .row.none_m {
    display: none; }
  .row.collapse_m {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 3em); }

  .col.flex_m {
    display: flex; }
  .col.block_m {
    display: block; }
  .col.none_m {
    display: none; }

  .col_no-shift_m {
    left: calc(0% - 1.5em + 1.5em);
    position: relative; }

  .col.flex_1_m {
    order: 1; }

  .col_1_m {
    width: calc(6.25% - 1.59375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_1_m {
    left: calc(6.25% - 1.59375em + 1.5em);
    position: relative; }

  .col.flex_2_m {
    order: 2; }

  .col_2_m {
    width: calc(12.5% - 1.6875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_2_m {
    left: calc(12.5% - 1.6875em + 1.5em);
    position: relative; }

  .col.flex_3_m {
    order: 3; }

  .col_3_m {
    width: calc(18.75% - 1.78125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_3_m {
    left: calc(18.75% - 1.78125em + 1.5em);
    position: relative; }

  .col.flex_4_m {
    order: 4; }

  .col_4_m {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_4_m {
    left: calc(25% - 1.875em + 1.5em);
    position: relative; }

  .col.flex_5_m {
    order: 5; }

  .col_5_m {
    width: calc(31.25% - 1.96875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_5_m {
    left: calc(31.25% - 1.96875em + 1.5em);
    position: relative; }

  .col.flex_6_m {
    order: 6; }

  .col_6_m {
    width: calc(37.5% - 2.0625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_6_m {
    left: calc(37.5% - 2.0625em + 1.5em);
    position: relative; }

  .col.flex_7_m {
    order: 7; }

  .col_7_m {
    width: calc(43.75% - 2.15625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_7_m {
    left: calc(43.75% - 2.15625em + 1.5em);
    position: relative; }

  .col.flex_8_m {
    order: 8; }

  .col_8_m {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_8_m {
    left: calc(50% - 2.25em + 1.5em);
    position: relative; }

  .col.flex_9_m {
    order: 9; }

  .col_9_m {
    width: calc(56.25% - 2.34375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_9_m {
    left: calc(56.25% - 2.34375em + 1.5em);
    position: relative; }

  .col.flex_10_m {
    order: 10; }

  .col_10_m {
    width: calc(62.5% - 2.4375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_10_m {
    left: calc(62.5% - 2.4375em + 1.5em);
    position: relative; }

  .col.flex_11_m {
    order: 11; }

  .col_11_m {
    width: calc(68.75% - 2.53125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_11_m {
    left: calc(68.75% - 2.53125em + 1.5em);
    position: relative; }

  .col.flex_12_m {
    order: 12; }

  .col_12_m {
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_12_m {
    left: calc(75% - 2.625em + 1.5em);
    position: relative; }

  .col.flex_13_m {
    order: 13; }

  .col_13_m {
    width: calc(81.25% - 2.71875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_13_m {
    left: calc(81.25% - 2.71875em + 1.5em);
    position: relative; }

  .col.flex_14_m {
    order: 14; }

  .col_14_m {
    width: calc(87.5% - 2.8125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_14_m {
    left: calc(87.5% - 2.8125em + 1.5em);
    position: relative; }

  .col.flex_15_m {
    order: 15; }

  .col_15_m {
    width: calc(93.75% - 2.90625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_15_m {
    left: calc(93.75% - 2.90625em + 1.5em);
    position: relative; }

  .col.flex_16_m {
    order: 16; }

  .col_16_m {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_16_m {
    left: calc(100% - 3em + 1.5em);
    position: relative; }

  .col_shift_05_m {
    left: calc(3.125% - 1.546875em + 1.5em);
    position: relative; }

  .col_shift_15_m {
    left: calc(9.375% - 1.640625em + 1.5em);
    position: relative; } }
@media (min-width: 1200px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_l {
    display: flex; }
  .row.block_l {
    display: block; }
  .row.none_l {
    display: none; }
  .row.collapse_l {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 3em); }

  .col.flex_l {
    display: flex; }
  .col.block_l {
    display: block; }
  .col.none_l {
    display: none; }

  .col_no-shift_l {
    left: calc(0% - 1.5em + 1.5em);
    position: relative; }

  .col.flex_1_l {
    order: 1; }

  .col_1_l {
    width: calc(6.25% - 1.59375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_1_l {
    left: calc(6.25% - 1.59375em + 1.5em);
    position: relative; }

  .col.flex_2_l {
    order: 2; }

  .col_2_l {
    width: calc(12.5% - 1.6875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_2_l {
    left: calc(12.5% - 1.6875em + 1.5em);
    position: relative; }

  .col.flex_3_l {
    order: 3; }

  .col_3_l {
    width: calc(18.75% - 1.78125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_3_l {
    left: calc(18.75% - 1.78125em + 1.5em);
    position: relative; }

  .col.flex_4_l {
    order: 4; }

  .col_4_l {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_4_l {
    left: calc(25% - 1.875em + 1.5em);
    position: relative; }

  .col.flex_5_l {
    order: 5; }

  .col_5_l {
    width: calc(31.25% - 1.96875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_5_l {
    left: calc(31.25% - 1.96875em + 1.5em);
    position: relative; }

  .col.flex_6_l {
    order: 6; }

  .col_6_l {
    width: calc(37.5% - 2.0625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_6_l {
    left: calc(37.5% - 2.0625em + 1.5em);
    position: relative; }

  .col.flex_7_l {
    order: 7; }

  .col_7_l {
    width: calc(43.75% - 2.15625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_7_l {
    left: calc(43.75% - 2.15625em + 1.5em);
    position: relative; }

  .col.flex_8_l {
    order: 8; }

  .col_8_l {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_8_l {
    left: calc(50% - 2.25em + 1.5em);
    position: relative; }

  .col.flex_9_l {
    order: 9; }

  .col_9_l {
    width: calc(56.25% - 2.34375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_9_l {
    left: calc(56.25% - 2.34375em + 1.5em);
    position: relative; }

  .col.flex_10_l {
    order: 10; }

  .col_10_l {
    width: calc(62.5% - 2.4375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_10_l {
    left: calc(62.5% - 2.4375em + 1.5em);
    position: relative; }

  .col.flex_11_l {
    order: 11; }

  .col_11_l {
    width: calc(68.75% - 2.53125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_11_l {
    left: calc(68.75% - 2.53125em + 1.5em);
    position: relative; }

  .col.flex_12_l {
    order: 12; }

  .col_12_l {
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_12_l {
    left: calc(75% - 2.625em + 1.5em);
    position: relative; }

  .col.flex_13_l {
    order: 13; }

  .col_13_l {
    width: calc(81.25% - 2.71875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_13_l {
    left: calc(81.25% - 2.71875em + 1.5em);
    position: relative; }

  .col.flex_14_l {
    order: 14; }

  .col_14_l {
    width: calc(87.5% - 2.8125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_14_l {
    left: calc(87.5% - 2.8125em + 1.5em);
    position: relative; }

  .col.flex_15_l {
    order: 15; }

  .col_15_l {
    width: calc(93.75% - 2.90625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_15_l {
    left: calc(93.75% - 2.90625em + 1.5em);
    position: relative; }

  .col.flex_16_l {
    order: 16; }

  .col_16_l {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_16_l {
    left: calc(100% - 3em + 1.5em);
    position: relative; }

  .col_shift_05_l {
    left: calc(3.125% - 1.546875em + 1.5em);
    position: relative; }

  .col_shift_15_l {
    left: calc(9.375% - 1.640625em + 1.5em);
    position: relative; } }
@media (min-width: 1600px) {
  .row::after {
    clear: both;
    content: "";
    display: block; }
  .row.flex_xl {
    display: flex; }
  .row.block_xl {
    display: block; }
  .row.none_xl {
    display: none; }
  .row.collapse_xl {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 3em); }

  .col.flex_xl {
    display: flex; }
  .col.block_xl {
    display: block; }
  .col.none_xl {
    display: none; }

  .col_no-shift_xl {
    left: calc(0% - 1.5em + 1.5em);
    position: relative; }

  .col.flex_1_xl {
    order: 1; }

  .col_1_xl {
    width: calc(6.25% - 1.59375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_1_xl {
    left: calc(6.25% - 1.59375em + 1.5em);
    position: relative; }

  .col.flex_2_xl {
    order: 2; }

  .col_2_xl {
    width: calc(12.5% - 1.6875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_2_xl {
    left: calc(12.5% - 1.6875em + 1.5em);
    position: relative; }

  .col.flex_3_xl {
    order: 3; }

  .col_3_xl {
    width: calc(18.75% - 1.78125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_3_xl {
    left: calc(18.75% - 1.78125em + 1.5em);
    position: relative; }

  .col.flex_4_xl {
    order: 4; }

  .col_4_xl {
    width: calc(25% - 1.875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_4_xl {
    left: calc(25% - 1.875em + 1.5em);
    position: relative; }

  .col.flex_5_xl {
    order: 5; }

  .col_5_xl {
    width: calc(31.25% - 1.96875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_5_xl {
    left: calc(31.25% - 1.96875em + 1.5em);
    position: relative; }

  .col.flex_6_xl {
    order: 6; }

  .col_6_xl {
    width: calc(37.5% - 2.0625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_6_xl {
    left: calc(37.5% - 2.0625em + 1.5em);
    position: relative; }

  .col.flex_7_xl {
    order: 7; }

  .col_7_xl {
    width: calc(43.75% - 2.15625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_7_xl {
    left: calc(43.75% - 2.15625em + 1.5em);
    position: relative; }

  .col.flex_8_xl {
    order: 8; }

  .col_8_xl {
    width: calc(50% - 2.25em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_8_xl {
    left: calc(50% - 2.25em + 1.5em);
    position: relative; }

  .col.flex_9_xl {
    order: 9; }

  .col_9_xl {
    width: calc(56.25% - 2.34375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_9_xl {
    left: calc(56.25% - 2.34375em + 1.5em);
    position: relative; }

  .col.flex_10_xl {
    order: 10; }

  .col_10_xl {
    width: calc(62.5% - 2.4375em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_10_xl {
    left: calc(62.5% - 2.4375em + 1.5em);
    position: relative; }

  .col.flex_11_xl {
    order: 11; }

  .col_11_xl {
    width: calc(68.75% - 2.53125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_11_xl {
    left: calc(68.75% - 2.53125em + 1.5em);
    position: relative; }

  .col.flex_12_xl {
    order: 12; }

  .col_12_xl {
    width: calc(75% - 2.625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_12_xl {
    left: calc(75% - 2.625em + 1.5em);
    position: relative; }

  .col.flex_13_xl {
    order: 13; }

  .col_13_xl {
    width: calc(81.25% - 2.71875em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_13_xl {
    left: calc(81.25% - 2.71875em + 1.5em);
    position: relative; }

  .col.flex_14_xl {
    order: 14; }

  .col_14_xl {
    width: calc(87.5% - 2.8125em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_14_xl {
    left: calc(87.5% - 2.8125em + 1.5em);
    position: relative; }

  .col.flex_15_xl {
    order: 15; }

  .col_15_xl {
    width: calc(93.75% - 2.90625em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_15_xl {
    left: calc(93.75% - 2.90625em + 1.5em);
    position: relative; }

  .col.flex_16_xl {
    order: 16; }

  .col_16_xl {
    width: calc(100% - 3em);
    float: left;
    margin-left: 1.5em; }

  .col_shift_16_xl {
    left: calc(100% - 3em + 1.5em);
    position: relative; }

  .col_shift_05_xl {
    left: calc(3.125% - 1.546875em + 1.5em);
    position: relative; }

  .col_shift_15_xl {
    left: calc(9.375% - 1.640625em + 1.5em);
    position: relative; } }
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'Open Sans';
  src: url(fonts//OpenSans-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url(fonts//OpenSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url(fonts//OpenSans-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url(fonts//OpenSans-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url(fonts//OpenSans-SemiBoldItalic.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url(fonts//OpenSans-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Open Sans';
  src: url(fonts//OpenSans-BoldItalic.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap; }
/*------------------------------------*\
	THEMING
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  background-color: #0b4457; }
  html.iframe {
    background-color: #fff; }
    html.iframe.bg_grey {
      background-color: #f4f3f3; }

body {
  font: 300 16px "Open Sans", sans-serif;
  color: #444; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #444;
  text-decoration: none; }

a:hover {
  color: #444; }

a:focus {
  outline: 0; }

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

input:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

input,
textarea,
button,
select,
label,
a,
div,
span {
  -webkit-tap-highlight-color: transparent; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  margin: 0 auto;
  position: relative;
  background-color: #fff; }

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.btn, .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .cky-btn {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  padding: 0.6rem 0.6rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  text-decoration: none !important; }
  .btn.btn_blue, input.btn.wpcf7-submit, .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn, .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_blue.cky-btn, .cky-preference-center .cky-footer-wrapper .cky-btn.cky-btn-accept {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0.6rem 1.5rem 0.6rem 0.6rem;
    background-color: #0b4457;
    background-image: url(img/icons/arrow-right_white.png);
    background-repeat: no-repeat;
    background-size: auto 36%;
    transition: background 0.3s, color 0.3s; }
    @media (min-width: 1024px) {
      .btn.btn_blue, input.btn.wpcf7-submit, .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn, .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_blue.cky-btn, .cky-preference-center .cky-footer-wrapper .cky-btn.cky-btn-accept {
        font-size: 0.62rem;
        line-height: 0.62rem; } }
    .btn.btn_blue:hover, input.btn.wpcf7-submit:hover, .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:hover, .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept:hover, .cky-preference-center .cky-footer-wrapper .btn_blue.cky-btn:hover, .cky-preference-center .cky-footer-wrapper .cky-btn.cky-btn-accept:hover {
      background-color: #116784;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      letter-spacing: 0.01rem;
      font-size: 0.72rem;
      line-height: 0.72rem;
      text-transform: uppercase;
      color: #ebebeb; }
      @media (min-width: 1024px) {
        .btn.btn_blue:hover, input.btn.wpcf7-submit:hover, .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:hover, .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept:hover, .cky-preference-center .cky-footer-wrapper .btn_blue.cky-btn:hover, .cky-preference-center .cky-footer-wrapper .cky-btn.cky-btn-accept:hover {
          font-size: 0.62rem;
          line-height: 0.62rem; } }
    .btn.btn_blue:focus, input.btn.wpcf7-submit:focus, .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:focus, .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept:focus, .cky-preference-center .cky-footer-wrapper .btn_blue.cky-btn:focus, .cky-preference-center .cky-footer-wrapper .cky-btn.cky-btn-accept:focus {
      background-color: #116784;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      letter-spacing: 0.01rem;
      font-size: 0.72rem;
      line-height: 0.72rem;
      text-transform: uppercase;
      color: #ebebeb; }
      @media (min-width: 1024px) {
        .btn.btn_blue:focus, input.btn.wpcf7-submit:focus, .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:focus, .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept:focus, .cky-preference-center .cky-footer-wrapper .btn_blue.cky-btn:focus, .cky-preference-center .cky-footer-wrapper .cky-btn.cky-btn-accept:focus {
          font-size: 0.62rem;
          line-height: 0.62rem; } }
    .btn.btn_blue.download, input.btn.download.wpcf7-submit, .cky-preference-center .cky-footer-wrapper input.download.wpcf7-submit.cky-btn, .cky-consent-bar .cky-notice-btn-wrapper .download.cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_blue.download.cky-btn, .cky-preference-center .cky-footer-wrapper .download.cky-btn.cky-btn-accept {
      background-image: url(img/icons/download_icon.png); }
  .btn.btn_green, .iframe input.btn.wpcf7-submit, .iframe .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept, .cky-consent-bar .cky-notice-btn-wrapper .iframe input.wpcf7-submit.cky-btn.cky-btn-accept, .iframe .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn, .cky-preference-center .cky-footer-wrapper .iframe input.wpcf7-submit.cky-btn, .cky-consent-bar .cky-notice-btn-wrapper .btn_green.cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_green.cky-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    text-transform: uppercase;
    color: #fff;
    padding: 0.6rem 1.5rem 0.6rem 0.6rem;
    background-color: #81b739;
    background-image: url(img/icons/arrow-right_white.png);
    background-repeat: no-repeat;
    background-size: auto 36%;
    transition: background 0.3s, color 0.3s; }
    @media (min-width: 1024px) {
      .btn.btn_green, .iframe input.btn.wpcf7-submit, .iframe .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept, .cky-consent-bar .cky-notice-btn-wrapper .iframe input.wpcf7-submit.cky-btn.cky-btn-accept, .iframe .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn, .cky-preference-center .cky-footer-wrapper .iframe input.wpcf7-submit.cky-btn, .cky-consent-bar .cky-notice-btn-wrapper .btn_green.cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_green.cky-btn {
        font-size: 0.62rem;
        line-height: 0.62rem; } }
    .btn.btn_green:hover, .iframe input.btn.wpcf7-submit:hover, .iframe .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .cky-consent-bar .cky-notice-btn-wrapper .iframe input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .iframe .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:hover, .cky-preference-center .cky-footer-wrapper .iframe input.wpcf7-submit.cky-btn:hover, .cky-consent-bar .cky-notice-btn-wrapper .btn_green.cky-btn.cky-btn-accept:hover, .cky-preference-center .cky-footer-wrapper .btn_green.cky-btn:hover {
      background-color: #9acb58; }
    .btn.btn_green:focus, .iframe input.btn.wpcf7-submit:focus, .iframe .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept:focus, .cky-consent-bar .cky-notice-btn-wrapper .iframe input.wpcf7-submit.cky-btn.cky-btn-accept:focus, .iframe .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:focus, .cky-preference-center .cky-footer-wrapper .iframe input.wpcf7-submit.cky-btn:focus, .cky-consent-bar .cky-notice-btn-wrapper .btn_green.cky-btn.cky-btn-accept:focus, .cky-preference-center .cky-footer-wrapper .btn_green.cky-btn:focus {
      background-color: #9acb58; }
  .btn.btn_grey, .cky-consent-bar .cky-notice-btn-wrapper .btn_grey.cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_grey.cky-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    text-transform: uppercase;
    color: #282828;
    padding: 0.7rem 1.5rem 0.7rem 0.7rem;
    background-color: #f4f3f3;
    background-image: url(img/icons/arrow-right_blue.png);
    background-size: auto 36%;
    transition: background 0.3s; }
    @media (min-width: 1024px) {
      .btn.btn_grey, .cky-consent-bar .cky-notice-btn-wrapper .btn_grey.cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_grey.cky-btn {
        font-size: 0.62rem;
        line-height: 0.62rem; } }
    .btn.btn_grey:hover, .cky-consent-bar .cky-notice-btn-wrapper .btn_grey.cky-btn.cky-btn-accept:hover, .cky-preference-center .cky-footer-wrapper .btn_grey.cky-btn:hover {
      background-color: #e8e6e6;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      letter-spacing: 0.01rem;
      font-size: 0.72rem;
      line-height: 0.72rem;
      text-transform: uppercase;
      color: #282828; }
      @media (min-width: 1024px) {
        .btn.btn_grey:hover, .cky-consent-bar .cky-notice-btn-wrapper .btn_grey.cky-btn.cky-btn-accept:hover, .cky-preference-center .cky-footer-wrapper .btn_grey.cky-btn:hover {
          font-size: 0.62rem;
          line-height: 0.62rem; } }
  .btn.btn_download, .cky-consent-bar .cky-notice-btn-wrapper .btn_download.cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_download.cky-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    text-transform: uppercase;
    color: #fff;
    background-color: #282828;
    background-image: url(img/icons/download_icon.png);
    background-size: auto 1rem;
    display: block;
    padding: 1rem 1.7rem 1rem 0.7rem; }
    @media (min-width: 1024px) {
      .btn.btn_download, .cky-consent-bar .cky-notice-btn-wrapper .btn_download.cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper .btn_download.cky-btn {
        font-size: 0.62rem;
        line-height: 0.62rem; } }
    .btn.btn_download:hover, .cky-consent-bar .cky-notice-btn-wrapper .btn_download.cky-btn.cky-btn-accept:hover, .cky-preference-center .cky-footer-wrapper .btn_download.cky-btn:hover {
      background-color: #e8e6e6;
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      letter-spacing: 0.01rem;
      font-size: 0.76rem;
      line-height: 0.912rem;
      color: #282828; }
      @media (min-width: 1024px) {
        .btn.btn_download:hover, .cky-consent-bar .cky-notice-btn-wrapper .btn_download.cky-btn.cky-btn-accept:hover, .cky-preference-center .cky-footer-wrapper .btn_download.cky-btn:hover {
          font-size: 0.62rem;
          line-height: 0.744rem; } }

.text .btn, .text .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept, .cky-consent-bar .cky-notice-btn-wrapper .text .cky-btn.cky-btn-accept, .text .cky-preference-center .cky-footer-wrapper .cky-btn, .cky-preference-center .cky-footer-wrapper .text .cky-btn {
  margin: 0.2rem 0 0; }
  .text .btn.btn_green, .text .iframe input.btn.wpcf7-submit, .iframe .text input.btn.wpcf7-submit, .text .iframe .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept, .iframe .cky-consent-bar .cky-notice-btn-wrapper .text input.wpcf7-submit.cky-btn.cky-btn-accept, .text .cky-consent-bar .cky-notice-btn-wrapper .iframe input.wpcf7-submit.cky-btn.cky-btn-accept, .cky-consent-bar .cky-notice-btn-wrapper .iframe .text input.wpcf7-submit.cky-btn.cky-btn-accept, .text .iframe .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn, .iframe .cky-preference-center .cky-footer-wrapper .text input.wpcf7-submit.cky-btn, .text .cky-preference-center .cky-footer-wrapper .iframe input.wpcf7-submit.cky-btn, .cky-preference-center .cky-footer-wrapper .iframe .text input.wpcf7-submit.cky-btn, .text .cky-consent-bar .cky-notice-btn-wrapper .btn_green.cky-btn.cky-btn-accept, .cky-consent-bar .cky-notice-btn-wrapper .text .btn_green.cky-btn.cky-btn-accept, .text .cky-preference-center .cky-footer-wrapper .btn_green.cky-btn, .cky-preference-center .cky-footer-wrapper .text .btn_green.cky-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    text-transform: uppercase;
    color: #fff; }
    @media (min-width: 1024px) {
      .text .btn.btn_green, .text .iframe input.btn.wpcf7-submit, .iframe .text input.btn.wpcf7-submit, .text .iframe .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept, .iframe .cky-consent-bar .cky-notice-btn-wrapper .text input.wpcf7-submit.cky-btn.cky-btn-accept, .text .cky-consent-bar .cky-notice-btn-wrapper .iframe input.wpcf7-submit.cky-btn.cky-btn-accept, .cky-consent-bar .cky-notice-btn-wrapper .iframe .text input.wpcf7-submit.cky-btn.cky-btn-accept, .text .iframe .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn, .iframe .cky-preference-center .cky-footer-wrapper .text input.wpcf7-submit.cky-btn, .text .cky-preference-center .cky-footer-wrapper .iframe input.wpcf7-submit.cky-btn, .cky-preference-center .cky-footer-wrapper .iframe .text input.wpcf7-submit.cky-btn, .text .cky-consent-bar .cky-notice-btn-wrapper .btn_green.cky-btn.cky-btn-accept, .cky-consent-bar .cky-notice-btn-wrapper .text .btn_green.cky-btn.cky-btn-accept, .text .cky-preference-center .cky-footer-wrapper .btn_green.cky-btn, .cky-preference-center .cky-footer-wrapper .text .btn_green.cky-btn {
        font-size: 0.62rem;
        line-height: 0.62rem; } }
    .text .btn.btn_green:hover, .text .iframe input.btn.wpcf7-submit:hover, .iframe .text input.btn.wpcf7-submit:hover, .text .iframe .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .iframe .cky-consent-bar .cky-notice-btn-wrapper .text input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .text .cky-consent-bar .cky-notice-btn-wrapper .iframe input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .cky-consent-bar .cky-notice-btn-wrapper .iframe .text input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .text .iframe .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:hover, .iframe .cky-preference-center .cky-footer-wrapper .text input.wpcf7-submit.cky-btn:hover, .text .cky-preference-center .cky-footer-wrapper .iframe input.wpcf7-submit.cky-btn:hover, .cky-preference-center .cky-footer-wrapper .iframe .text input.wpcf7-submit.cky-btn:hover, .text .cky-consent-bar .cky-notice-btn-wrapper .btn_green.cky-btn.cky-btn-accept:hover, .cky-consent-bar .cky-notice-btn-wrapper .text .btn_green.cky-btn.cky-btn-accept:hover, .text .cky-preference-center .cky-footer-wrapper .btn_green.cky-btn:hover, .cky-preference-center .cky-footer-wrapper .text .btn_green.cky-btn:hover {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      letter-spacing: 0.01rem;
      font-size: 0.72rem;
      line-height: 0.72rem;
      text-transform: uppercase;
      color: #fff; }
      @media (min-width: 1024px) {
        .text .btn.btn_green:hover, .text .iframe input.btn.wpcf7-submit:hover, .iframe .text input.btn.wpcf7-submit:hover, .text .iframe .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .iframe .cky-consent-bar .cky-notice-btn-wrapper .text input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .text .cky-consent-bar .cky-notice-btn-wrapper .iframe input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .cky-consent-bar .cky-notice-btn-wrapper .iframe .text input.wpcf7-submit.cky-btn.cky-btn-accept:hover, .text .iframe .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:hover, .iframe .cky-preference-center .cky-footer-wrapper .text input.wpcf7-submit.cky-btn:hover, .text .cky-preference-center .cky-footer-wrapper .iframe input.wpcf7-submit.cky-btn:hover, .cky-preference-center .cky-footer-wrapper .iframe .text input.wpcf7-submit.cky-btn:hover, .text .cky-consent-bar .cky-notice-btn-wrapper .btn_green.cky-btn.cky-btn-accept:hover, .cky-consent-bar .cky-notice-btn-wrapper .text .btn_green.cky-btn.cky-btn-accept:hover, .text .cky-preference-center .cky-footer-wrapper .btn_green.cky-btn:hover, .cky-preference-center .cky-footer-wrapper .text .btn_green.cky-btn:hover {
          font-size: 0.62rem;
          line-height: 0.62rem; } }

.download_row .btn_download {
  margin: 0.8rem 0 0; }

input.wpcf7-submit.btn, .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept, .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn {
  width: auto;
  margin: 1rem 0 0; }
  input.wpcf7-submit.btn:focus, .cky-consent-bar .cky-notice-btn-wrapper input.wpcf7-submit.cky-btn.cky-btn-accept:focus, .cky-preference-center .cky-footer-wrapper input.wpcf7-submit.cky-btn:focus {
    outline: none;
    border: 0; }

input {
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0; }
  input.input_grey {
    background-color: #f4f3f3;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: 0.00rem;
    color: #282828;
    padding: 0.5rem 1.5rem 0.5rem 0.6rem;
    border: 1px solid #f4f3f3; }
    @media (min-width: 768px) {
      input.input_grey {
        font-size: 0.75rem;
        line-height: 0.75rem; } }
    @media (min-width: 1024px) {
      input.input_grey {
        font-size: 0.82rem;
        line-height: 0.82rem; } }
    input.input_grey:focus {
      border: 1px solid #0b4457; }
  input.wpcf7-form-control {
    width: 100%; }
  input.wpcf7-not-valid {
    border: 1px solid #cc0000; }
  input:focus {
    outline: 0;
    border: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  font: inherit;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  outline: none; }
  select.select_grey {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: 0.00rem;
    color: #282828;
    padding: 0 1.5rem 0 0.6rem;
    height: 2rem;
    line-height: 2rem !important;
    border: 1px solid #f4f3f3; }
    @media (min-width: 768px) {
      select.select_grey {
        font-size: 0.75rem;
        line-height: 0.75rem; } }
    @media (min-width: 1024px) {
      select.select_grey {
        font-size: 0.82rem;
        line-height: 0.82rem; } }

select::-ms-expand {
  display: none; }

.wpcf7 {
  width: 100%; }
  .wpcf7 br {
    display: none; }
  .wpcf7 p {
    margin: 0; }
  .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin: 0.75rem 0 0; }
    .wpcf7 .wpcf7-form-control-wrap:first-child {
      margin: 0; }
  .wpcf7 .footnote {
    padding: 1rem 0 0;
    line-height: 0; }
    .wpcf7 .footnote small {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.7rem;
      line-height: 1.05rem;
      letter-spacing: 0.00rem;
      color: #78787b; }
      @media (min-width: 768px) {
        .wpcf7 .footnote small {
          font-size: 0.6rem;
          line-height: 0.96rem; } }
      @media (min-width: 1024px) {
        .wpcf7 .footnote small {
          font-size: 0.6rem;
          line-height: 0.96rem; } }
      .wpcf7 .footnote small a {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.7rem;
        line-height: 1.05rem;
        letter-spacing: 0.00rem;
        color: #78787b;
        text-decoration: underline; }
        @media (min-width: 768px) {
          .wpcf7 .footnote small a {
            font-size: 0.6rem;
            line-height: 0.96rem; } }
        @media (min-width: 1024px) {
          .wpcf7 .footnote small a {
            font-size: 0.6rem;
            line-height: 0.96rem; } }
    @media (min-width: 1024px) {
      .wpcf7 .footnote.first {
        display: none; } }
  .wpcf7 .wpcf7-not-valid-tip {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #cc0000;
    padding: 0.3rem 0 0; }
    @media (min-width: 768px) {
      .wpcf7 .wpcf7-not-valid-tip {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .wpcf7 .wpcf7-not-valid-tip {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
  .wpcf7 .wpcf7-not-valid {
    border: 1px solid #cc0000; }
  .wpcf7 .wpcf7-not-valid-tip {
    color: #5c5c5c; }
  .wpcf7 form .wpcf7-response-output {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #282828;
    margin: 1rem 0 0;
    padding: 0.6rem 1.5rem 0.6rem 0.6rem; }
    @media (min-width: 768px) {
      .wpcf7 form .wpcf7-response-output {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .wpcf7 form .wpcf7-response-output {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
  .wpcf7 form.wpcf7-form.invalid .wpcf7-response-output, .wpcf7 form.wpcf7-form.unaccepted .wpcf7-response-output {
    border: 2px solid #cc0000; }
  .wpcf7 form.wpcf7-form.failed .wpcf7-response-output {
    border: 2px solid #cc0000; }
  .wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
    border: 2px solid #81b739; }

.acf-form .acf-field {
  margin: 0;
  padding: 1.5rem 0 0; }
  .acf-form .acf-field:first-child {
    padding: 0; }
  .acf-form .acf-field.half_padding {
    padding: 0.75rem 0 0; }
  .acf-form .acf-field.input_white input {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: 0.00rem;
    color: #282828;
    padding: 0.5rem 1.5rem 0.5rem 0.6rem;
    border: 1px solid #f4f3f3; }
    @media (min-width: 768px) {
      .acf-form .acf-field.input_white input {
        font-size: 0.75rem;
        line-height: 0.75rem; } }
    @media (min-width: 1024px) {
      .acf-form .acf-field.input_white input {
        font-size: 0.82rem;
        line-height: 0.82rem; } }
    .acf-form .acf-field.input_white input:focus {
      border: 1px solid #0b4457; }
  .acf-form .acf-field.select_white .acf-input {
    background-color: #fff; }
    .acf-form .acf-field.select_white .acf-input::before {
      width: 1.5rem;
      height: 100%;
      background-color: #dedede;
      background-image: url(img/icons/arrow-bottom_blue.png);
      background-position: center;
      background-size: 50% auto;
      background-repeat: no-repeat;
      content: "";
      display: block;
      position: absolute;
      right: 0; }
  .acf-form .acf-field.select_white select {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: 0.00rem;
    color: #282828;
    padding: 0 1.5rem 0 0.6rem;
    height: 2rem;
    line-height: 2rem !important;
    border: 1px solid #f4f3f3;
    z-index: 100;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    outline: none; }
    @media (min-width: 768px) {
      .acf-form .acf-field.select_white select {
        font-size: 0.75rem;
        line-height: 0.75rem; } }
    @media (min-width: 1024px) {
      .acf-form .acf-field.select_white select {
        font-size: 0.82rem;
        line-height: 0.82rem; } }
  .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list {
    border-top: 1px solid #c7c7c7; }
    .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list:focus-within {
      border: 1px solid transparent;
      border-radius: 0;
      border-top: 1px solid #c7c7c7; }
    .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li {
      display: block;
      margin: 0;
      padding: 1rem 0 0.2rem;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #282828; }
      @media (min-width: 768px) {
        .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
      @media (min-width: 1024px) {
        .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li {
          float: left;
          width: 50%; } }
      .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li label {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.9rem;
        line-height: 0.9rem;
        letter-spacing: 0.00rem;
        color: #282828;
        display: block;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: auto 200%;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(img/icons/checkbox.png);
        padding: 0 0 0 1.1rem; }
        @media (min-width: 768px) {
          .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li label {
            font-size: 0.75rem;
            line-height: 0.75rem; } }
        @media (min-width: 1024px) {
          .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li label {
            font-size: 0.82rem;
            line-height: 0.82rem; } }
        .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li label.selected {
          background-position: 0 -0.9rem; }
          @media (min-width: 768px) {
            .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li label.selected {
              background-position: 0 -0.75rem; } }
          @media (min-width: 1024px) {
            .acf-form .acf-field.acf-field-checkbox .acf-checkbox-list li label.selected {
              background-position: 0 -0.82rem; } }
  .acf-form .acf-field.acf-error .acf-input {
    border: 1px solid #cc0000; }
  .acf-form .acf-field .acf-label {
    margin: 0;
    padding: 0 0 0.6rem;
    display: block; }
    .acf-form .acf-field .acf-label label {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.9rem;
      line-height: 1.17rem;
      color: #ba946a;
      text-transform: none;
      margin: 0; }
      @media (min-width: 768px) {
        .acf-form .acf-field .acf-label label {
          font-size: 0.7rem;
          line-height: 0.91rem; } }
      @media (min-width: 1024px) {
        .acf-form .acf-field .acf-label label {
          font-size: 0.8rem;
          line-height: 1.04rem; } }
      .acf-form .acf-field .acf-label label .acf-required {
        color: #ba946a; }
  .acf-form .acf-field.no_label .acf-label {
    display: none; }
.acf-form .acf-submit-button {
  margin: 1rem 0 0; }
.acf-form p {
  margin: 0;
  padding: 1rem 0 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.395rem;
  letter-spacing: 0.00rem;
  color: #282828; }
  @media (min-width: 768px) {
    .acf-form p {
      font-size: 0.75rem;
      line-height: 1.1625rem; } }
  @media (min-width: 1024px) {
    .acf-form p {
      font-size: 0.82rem;
      line-height: 1.271rem; } }
  .acf-form p:first-child {
    padding: 0; }
.acf-form .footnote {
  padding: 1rem 0 0;
  line-height: 0; }
  .acf-form .footnote small {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
    line-height: 1.05rem;
    letter-spacing: 0.00rem;
    color: #78787b; }
    @media (min-width: 768px) {
      .acf-form .footnote small {
        font-size: 0.6rem;
        line-height: 0.96rem; } }
    @media (min-width: 1024px) {
      .acf-form .footnote small {
        font-size: 0.6rem;
        line-height: 0.96rem; } }
    .acf-form .footnote small a {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.7rem;
      line-height: 1.05rem;
      letter-spacing: 0.00rem;
      color: #78787b;
      text-decoration: underline; }
      @media (min-width: 768px) {
        .acf-form .footnote small a {
          font-size: 0.6rem;
          line-height: 0.96rem; } }
      @media (min-width: 1024px) {
        .acf-form .footnote small a {
          font-size: 0.6rem;
          line-height: 0.96rem; } }
  @media (min-width: 1024px) {
    .acf-form .footnote.first {
      display: none; } }

.design_friedhof .acf-field.input_white input:focus {
  border: 1px solid #81b739; }
.design_friedhof .acf-field.select_white .acf-input::before {
  background-image: url(img/icons/arrow-bottom_green.png); }
.design_friedhof .acf-field.acf-field-checkbox .acf-checkbox-list li label {
  background-image: url(img/icons/checkbox_green.png); }
.design_friedhof .acf-field .acf-label label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.17rem;
  color: #5e842d;
  text-transform: none; }
  @media (min-width: 768px) {
    .design_friedhof .acf-field .acf-label label {
      font-size: 0.7rem;
      line-height: 0.91rem; } }
  @media (min-width: 1024px) {
    .design_friedhof .acf-field .acf-label label {
      font-size: 0.8rem;
      line-height: 1.04rem; } }
  .design_friedhof .acf-field .acf-label label .acf-required {
    color: #5e842d; }
.design_friedhof .acf-field.no_label .acf-label {
  display: none; }

.bg_grey .acf-form .acf-field.input_white input {
  background-color: #f4f3f3; }
.bg_grey .acf-form .acf-field.select_white .acf-input {
  background-color: #f4f3f3; }

.acf-message-success {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  padding: 2rem 1rem;
  background-color: rgba(255, 255, 255, 0.6); }
  @media (min-width: 768px) {
    .acf-message-success {
      position: absolute; } }
  .acf-message-success .acf-message-success-inner {
    background-color: #fff;
    padding: 1rem 1rem;
    margin: 2rem auto 0;
    border: 0.09rem solid #c7c7c7; }
    @media (min-width: 768px) {
      .acf-message-success .acf-message-success-inner {
        max-width: 30rem;
        padding: 1.5rem 2rem; } }
    .acf-message-success .acf-message-success-inner h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 1.1rem;
      line-height: 1.43rem;
      letter-spacing: -0.01rem;
      color: #0b4457;
      padding: 1rem 0 0;
      margin: 0; }
      @media (min-width: 768px) {
        .acf-message-success .acf-message-success-inner h2 {
          font-size: 0.9rem;
          line-height: 1.17rem; } }
      @media (min-width: 1024px) {
        .acf-message-success .acf-message-success-inner h2 {
          font-size: 1rem;
          line-height: 1.3rem; } }
    .acf-message-success .acf-message-success-inner p {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #282828;
      padding: 0.5rem 0 0; }
      @media (min-width: 768px) {
        .acf-message-success .acf-message-success-inner p {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .acf-message-success .acf-message-success-inner p {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
      .acf-message-success .acf-message-success-inner p a {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.9rem;
        line-height: 1.395rem;
        letter-spacing: 0.00rem;
        color: #ba946a; }
        @media (min-width: 768px) {
          .acf-message-success .acf-message-success-inner p a {
            font-size: 0.75rem;
            line-height: 1.1625rem; } }
        @media (min-width: 1024px) {
          .acf-message-success .acf-message-success-inner p a {
            font-size: 0.82rem;
            line-height: 1.271rem; } }

.design_friedhof .acf-message-success .acf-message-success-inner h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.43rem;
  letter-spacing: -0.01rem;
  color: #5e842d; }
  @media (min-width: 768px) {
    .design_friedhof .acf-message-success .acf-message-success-inner h2 {
      font-size: 0.9rem;
      line-height: 1.17rem; } }
  @media (min-width: 1024px) {
    .design_friedhof .acf-message-success .acf-message-success-inner h2 {
      font-size: 1rem;
      line-height: 1.3rem; } }
.design_friedhof .acf-message-success .acf-message-success-inner p a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.395rem;
  letter-spacing: 0.00rem;
  color: #81b739; }
  @media (min-width: 768px) {
    .design_friedhof .acf-message-success .acf-message-success-inner p a {
      font-size: 0.75rem;
      line-height: 1.1625rem; } }
  @media (min-width: 1024px) {
    .design_friedhof .acf-message-success .acf-message-success-inner p a {
      font-size: 0.82rem;
      line-height: 1.271rem; } }

.is-validating .acf-form-submit, .is-valid .acf-form-submit {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 200; }
  .is-validating .acf-form-submit .acf-spinner, .is-valid .acf-form-submit .acf-spinner {
    left: calc(50% - 1rem);
    display: inline-block;
    position: absolute;
    bottom: 2rem;
    height: 2rem;
    width: 2rem; }

html, body {
  font-weight: 400;
  font-size: 5vw;
  line-height: 6vw;
  overflow-x: hidden;
  width: 100%; }
  @media (min-width: 500px) {
    html, body {
      font-size: 3.5vw;
      line-height: 4.2vw; } }
  @media (min-width: 768px) {
    html, body {
      font-size: 3vw;
      line-height: 3.6vw; } }
  @media (min-width: 1024px) {
    html, body {
      font-size: 2vw;
      line-height: 2.4vw; } }
  @media (min-width: 1200px) {
    html, body {
      font-size: 22px;
      line-height: 26.4px; } }

.wrapper {
  background-image: url(img/BG_Barlou.jpg);
  background-size: 100% auto;
  background-color: #0b4457; }

.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

#main {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.3); }

.hide {
  display: none; }

@media (min-width: 500px) {
  .hide_s {
    display: none; } }

@media (min-width: 768px) {
  .hide_sm {
    display: none; } }

@media (min-width: 1024px) {
  .hide_m {
    display: none; } }

.show {
  display: block; }

@media (min-width: 500px) {
  .show_s {
    display: block; } }

@media (min-width: 768px) {
  .show_sm {
    display: block; } }

@media (min-width: 1024px) {
  .show_m {
    display: block; } }

.showdib_ {
  display: inline-block; }

@media (min-width: 500px) {
  .show_dib_s {
    display: inline-block; } }

@media (min-width: 768px) {
  .show_dib_sm {
    display: inline-block; } }

@media (min-width: 1024px) {
  .show_dib_m {
    display: inline-block; } }

.db {
  display: block; }

.dib {
  display: inline-block; }

.df {
  display: flex;
  float: none;
  flex-wrap: wrap; }

.center {
  text-align: center; }

@media (min-width: 500px) {
  .center_s {
    text-align: center; } }

@media (min-width: 768px) {
  .center_sm {
    text-align: center; } }

@media (min-width: 1024px) {
  .center_m {
    text-align: center; } }

@media (min-width: 1200px) {
  .center_l {
    text-align: center; } }

span {
  white-space: nowrap; }

.section {
  background-color: #fff; }
  .section.bg_grey {
    background-color: #f4f3f3; }
  .section.content_section {
    padding: 1.9rem 1rem 2.2rem;
    border-bottom: 2px solid #f4f3f3; }
    @media (min-width: 768px) {
      .section.content_section {
        padding: 1.4rem 1.6rem; } }
    @media (min-width: 1024px) {
      .section.content_section {
        padding: 2.4rem 1rem 2.8rem; } }
    .section.content_section.section_more_padding {
      padding: 1.9rem 1.4rem 2.5rem; }
      @media (min-width: 1024px) {
        .section.content_section.section_more_padding {
          padding: 2.4rem 0 2.8rem; } }
      @media (min-width: 1200px) {
        .section.content_section.section_more_padding {
          padding: 2.4rem 1rem 2.8rem; } }
  .section.stadt_section picture {
    display: inline-block;
    padding: 0 0 1rem; }
  .section.download_section .download_row {
    padding: 1rem 0 0; }
    @media (min-width: 1024px) {
      .section.download_section .download_row {
        padding: 1.5rem 0 0; } }
    .section.download_section .download_row .col:first-child .btn_download:first-child {
      margin: 0; }
    @media (min-width: 1024px) {
      .section.download_section .download_row .col .btn_download:first-child {
        margin: 0; } }
  .section.dienstleister_section {
    padding-top: 0; }
  @media (min-width: 1024px) {
    .section#bestattungsarten .section_hl_ct.no_padding {
      padding-bottom: 0.5rem; } }

.separator_line {
  border-top: 1px solid #c7c7c7; }

.section_hl_ct {
  padding: 0 0.2rem 1.2rem;
  width: 100%; }
  .section_hl_ct.no_padding {
    padding: 0; }
  .section_hl_ct .section_hl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.56rem;
    letter-spacing: -0.01rem;
    color: #0b4457;
    margin: 0; }
    @media (min-width: 768px) {
      .section_hl_ct .section_hl {
        font-size: 1.1rem;
        line-height: 1.43rem; } }
    @media (min-width: 1024px) {
      .section_hl_ct .section_hl {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  @media (min-width: 1024px) {
    .section_hl_ct {
      padding: 0 0 1.5rem; } }

.iframe .section_hl {
  color: #5e842d !important; }

.section.content_section.section_more_padding .section_hl_ct {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1024px) {
    .section.content_section.section_more_padding .section_hl_ct {
      padding-left: 0;
      padding-right: 0; } }

.dienstleister_section .section_hl_ct {
  padding: 0 0 0.7rem;
  border-bottom: 1px solid #c7c7c7; }
  .dienstleister_section .section_hl_ct .section_hl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43rem;
    letter-spacing: -0.01rem;
    color: #282828; }
    @media (min-width: 768px) {
      .dienstleister_section .section_hl_ct .section_hl {
        font-size: 0.9rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .dienstleister_section .section_hl_ct .section_hl {
        font-size: 1rem;
        line-height: 1.3rem; } }
  @media (min-width: 1024px) {
    .dienstleister_section .section_hl_ct {
      padding: 0 0 0.8rem; } }

.text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.395rem;
  letter-spacing: 0.00rem;
  color: #282828; }
  @media (min-width: 768px) {
    .text {
      font-size: 0.75rem;
      line-height: 1.1625rem; } }
  @media (min-width: 1024px) {
    .text {
      font-size: 0.82rem;
      line-height: 1.271rem; } }
  .text p {
    margin: 0;
    padding: 1em 0 0; }
    .text p a {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #ba946a;
      font-weight: 600;
      text-decoration: underline; }
      @media (min-width: 768px) {
        .text p a {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .text p a {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
    .text p b, .text p strong {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #282828;
      font-weight: 700; }
      @media (min-width: 768px) {
        .text p b, .text p strong {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .text p b, .text p strong {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
    .text p:first-child {
      padding: 0; }
  .text a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #ba946a;
    font-weight: 600;
    text-decoration: underline; }
    @media (min-width: 768px) {
      .text a {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .text a {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
  .text ul {
    margin: 0;
    padding: 0 0 0 1rem; }
    .text ul li {
      padding: 0 0 1rem; }
  .text.meta_text *:first-child, .text.stadt_text *:first-child, .text.portal_text *:first-child, .text.oef_text *:first-child {
    padding: 0; }
  .text.meta_text h2, .text.stadt_text h2, .text.portal_text h2, .text.oef_text h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43rem;
    letter-spacing: -0.01rem;
    color: #282828;
    margin: 0;
    padding: 1.5rem 0 0; }
    @media (min-width: 768px) {
      .text.meta_text h2, .text.stadt_text h2, .text.portal_text h2, .text.oef_text h2 {
        font-size: 0.9rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .text.meta_text h2, .text.stadt_text h2, .text.portal_text h2, .text.oef_text h2 {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .text.meta_text p, .text.stadt_text p, .text.portal_text p, .text.oef_text p {
    padding: 0.5rem 0 0; }

.dienstleister_section .text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.395rem;
  letter-spacing: 0.00rem;
  color: #78787b;
  padding: 0.4rem 0 0; }
  @media (min-width: 768px) {
    .dienstleister_section .text {
      font-size: 0.75rem;
      line-height: 1.1625rem; } }
  @media (min-width: 1024px) {
    .dienstleister_section .text {
      font-size: 0.82rem;
      line-height: 1.271rem; } }

.subnav_ct {
  padding: 0 0 1.4rem;
  margin: 0;
  list-style: none; }
  .subnav_ct .subnav_pt {
    margin: 0.25rem 0 0; }
    .subnav_ct .subnav_pt :first-child {
      margin: 0; }
    .subnav_ct .subnav_pt a {
      padding: 0.7rem 1.2rem 0.7rem 0.9rem;
      background-position: right 0.9rem center;
      display: block;
      background-size: auto 38%; }
      @media (min-width: 1024px) {
        .subnav_ct .subnav_pt a {
          background-position: right 0.8rem center; } }

.box, .ba_boxen_ct .ba_box {
  background-color: #f4f3f3;
  overflow: hidden;
  margin-top: 1.4rem; }
  @media (min-width: 768px) {
    .box, .ba_boxen_ct .ba_box {
      margin-top: 1.5rem; } }

.bg_grey .box, .bg_grey .ba_boxen_ct .ba_box, .ba_boxen_ct .bg_grey .ba_box {
  background-color: #fff; }

.box_img, .ba_boxen_ct .ba_box .ba_box_img {
  font-size: 0;
  line-height: 0;
  border-top: 0.09rem solid #c7c7c7;
  border-right: 0.09rem solid #c7c7c7;
  border-left: 0.09rem solid #c7c7c7;
  background-size: 102%;
  background-position: center;
  display: none; }
  .box_img.x2, .ba_boxen_ct .ba_box .x2.ba_box_img {
    display: block; }
  @media (min-width: 1024px) {
    .box_img, .ba_boxen_ct .ba_box .ba_box_img {
      display: block; }
      .box_img.x2, .ba_boxen_ct .ba_box .x2.ba_box_img {
        display: none; } }
  @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
    .box_img, .ba_boxen_ct .ba_box .ba_box_img {
      display: none; }
      .box_img.x2, .ba_boxen_ct .ba_box .x2.ba_box_img {
        display: block; } }

.box_content, .ba_boxen_ct .ba_box .ba_box_content {
  border-right: 0.09rem solid #c7c7c7;
  border-left: 0.09rem solid #c7c7c7;
  border-bottom: 0.09rem solid #c7c7c7;
  display: block;
  padding: 1rem 1rem; }
  @media (min-width: 1024px) {
    .box_content, .ba_boxen_ct .ba_box .ba_box_content {
      padding: 1.2rem 1.2rem; } }

.box_hl {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.43rem;
  letter-spacing: -0.01rem;
  color: #282828;
  margin: 0;
  padding: 0 0 1rem; }
  @media (min-width: 768px) {
    .box_hl {
      font-size: 0.9rem;
      line-height: 1.17rem; } }
  @media (min-width: 1024px) {
    .box_hl {
      font-size: 1rem;
      line-height: 1.3rem; } }

.box_btn {
  margin-top: 1.2rem; }
  @media (min-width: 768px) {
    .box_btn {
      margin-top: 1.5rem; } }

@media (max-width: 1023px) {
  .ba_boxen_ct {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 3em); } }
@media (min-width: 1024px) {
  .ba_boxen_ct .ba_box {
    left: calc(3.125% - 1.546875em + 1.5em);
    position: relative; } }
.ba_boxen_ct .ba_box .ba_box_img {
  background-size: cover;
  height: 10rem; }
  @media (min-width: 500px) {
    .ba_boxen_ct .ba_box .ba_box_img {
      height: 13rem; } }
  @media (min-width: 768px) {
    .ba_boxen_ct .ba_box .ba_box_img {
      height: 8rem; } }
  @media (min-width: 1024px) {
    .ba_boxen_ct .ba_box .ba_box_img {
      height: 8.6rem; } }
.ba_boxen_ct .ba_box .ba_box_content {
  padding: 0.7rem 0.9rem;
  background-image: url(img/icons/arrow-right_blue.png);
  background-repeat: no-repeat;
  background-size: auto 1rem;
  background-position: right 0.9rem center; }
  @media (min-width: 1024px) {
    .ba_boxen_ct .ba_box .ba_box_content {
      background-position: right 0.8rem center;
      background-size: auto 0.8rem; } }
  .ba_boxen_ct .ba_box .ba_box_content .ba_box_hl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.1rem;
    letter-spacing: -0.01rem;
    color: #0b4457;
    margin: 0;
    padding: 0 0 0.2rem; }
    @media (min-width: 768px) {
      .ba_boxen_ct .ba_box .ba_box_content .ba_box_hl {
        font-size: 0.9rem;
        line-height: 0.9rem; } }
    @media (min-width: 1024px) {
      .ba_boxen_ct .ba_box .ba_box_content .ba_box_hl {
        font-size: 1rem;
        line-height: 1rem; } }
  .ba_boxen_ct .ba_box .ba_box_content .ba_box_sl {
    margin: 0; }
  .ba_boxen_ct .ba_box .ba_box_content .ba_box_sl {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #ba946a; }
    @media (min-width: 768px) {
      .ba_boxen_ct .ba_box .ba_box_content .ba_box_sl {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .ba_boxen_ct .ba_box .ba_box_content .ba_box_sl {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
.ba_boxen_ct .ba_btn_ct {
  text-align: center; }

.doppel_box_ct .box:first-child, .doppel_box_ct .ba_boxen_ct .ba_box:first-child, .ba_boxen_ct .doppel_box_ct .ba_box:first-child {
  margin-top: 0; }
@media (min-width: 768px) {
  .doppel_box_ct .box, .doppel_box_ct .ba_boxen_ct .ba_box, .ba_boxen_ct .doppel_box_ct .ba_box {
    margin-top: 0; } }
.doppel_box_ct .box .box_img, .doppel_box_ct .ba_boxen_ct .ba_box .box_img, .ba_boxen_ct .doppel_box_ct .ba_box .box_img, .ba_boxen_ct .ba_box .doppel_box_ct .box .ba_box_img, .doppel_box_ct .ba_boxen_ct .ba_box .ba_box_img, .ba_boxen_ct .doppel_box_ct .ba_box .ba_box_img {
  height: 9.8rem; }
  @media (min-width: 500px) {
    .doppel_box_ct .box .box_img, .doppel_box_ct .ba_boxen_ct .ba_box .box_img, .ba_boxen_ct .doppel_box_ct .ba_box .box_img, .ba_boxen_ct .ba_box .doppel_box_ct .box .ba_box_img, .doppel_box_ct .ba_boxen_ct .ba_box .ba_box_img, .ba_boxen_ct .doppel_box_ct .ba_box .ba_box_img {
      height: 11.8rem; } }
  @media (min-width: 768px) {
    .doppel_box_ct .box .box_img, .doppel_box_ct .ba_boxen_ct .ba_box .box_img, .ba_boxen_ct .doppel_box_ct .ba_box .box_img, .ba_boxen_ct .ba_box .doppel_box_ct .box .ba_box_img, .doppel_box_ct .ba_boxen_ct .ba_box .ba_box_img, .ba_boxen_ct .doppel_box_ct .ba_box .ba_box_img {
      height: 7.8rem; } }
  @media (min-width: 1024px) {
    .doppel_box_ct .box .box_img, .doppel_box_ct .ba_boxen_ct .ba_box .box_img, .ba_boxen_ct .doppel_box_ct .ba_box .box_img, .ba_boxen_ct .ba_box .doppel_box_ct .box .ba_box_img, .doppel_box_ct .ba_boxen_ct .ba_box .ba_box_img, .ba_boxen_ct .doppel_box_ct .ba_box .ba_box_img {
      height: 11.5rem; } }

.karte_box {
  background-color: #fff;
  border: 0.09rem solid #c7c7c7; }
  @media (min-width: 768px) {
    .karte_box {
      display: flex; } }
  .karte_box .karte_box_adresse {
    padding: 0.9rem 1rem;
    width: 100%; }
    @media (min-width: 768px) {
      .karte_box .karte_box_adresse {
        display: flex;
        width: 55%;
        flex-wrap: wrap;
        order: 2;
        padding: 1.2rem 1.3rem; } }
    @media (min-width: 1024px) {
      .karte_box .karte_box_adresse {
        width: 45%; } }
    .karte_box .karte_box_adresse .karte_box_adresse_hl {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 1.1rem;
      line-height: 1.43rem;
      letter-spacing: -0.01rem;
      color: #282828;
      margin: 0;
      padding: 0 0 0.5rem;
      width: 100%; }
      @media (min-width: 768px) {
        .karte_box .karte_box_adresse .karte_box_adresse_hl {
          font-size: 0.9rem;
          line-height: 1.17rem; } }
      @media (min-width: 1024px) {
        .karte_box .karte_box_adresse .karte_box_adresse_hl {
          font-size: 1rem;
          line-height: 1.3rem; } }
      @media (min-width: 1024px) {
        .karte_box .karte_box_adresse .karte_box_adresse_hl {
          padding: 0 0 0.6rem; } }
    .karte_box .karte_box_adresse .karte_box_adresse_adresse {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #78787b;
      padding: 0 0 0.8rem;
      margin: 0; }
      @media (min-width: 768px) {
        .karte_box .karte_box_adresse .karte_box_adresse_adresse {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .karte_box .karte_box_adresse .karte_box_adresse_adresse {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
      @media (min-width: 1024px) {
        .karte_box .karte_box_adresse .karte_box_adresse_adresse {
          padding: 0 0 1rem; } }
    .karte_box .karte_box_adresse .karte_box_adresse_routen_link {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #ba946a;
      font-weight: 600;
      text-decoration: underline;
      background-position: right center;
      background-repeat: no-repeat;
      padding: 0.5rem 0;
      display: inline-block; }
      @media (min-width: 768px) {
        .karte_box .karte_box_adresse .karte_box_adresse_routen_link {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .karte_box .karte_box_adresse .karte_box_adresse_routen_link {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
      .karte_box .karte_box_adresse .karte_box_adresse_routen_link.karte_box_adresse_routen_link_maps {
        background-image: url(img/icons/google_maps.png);
        background-size: auto 85%;
        padding: 0.5rem 2.8rem 0.5rem 0; }
      .karte_box .karte_box_adresse .karte_box_adresse_routen_link.karte_box_adresse_routen_link_rmv {
        background-image: url(img/icons/rmv.png);
        background-size: auto 50%;
        padding: 0.5rem 6.2rem 0.5rem 0; }
    .karte_box .karte_box_adresse .karte_box_adresse_hl2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #78787b;
      font-weight: 700;
      margin: 0;
      padding: 1rem 0 0;
      width: 100%; }
      @media (min-width: 768px) {
        .karte_box .karte_box_adresse .karte_box_adresse_hl2 {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .karte_box .karte_box_adresse .karte_box_adresse_hl2 {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
    .karte_box .karte_box_adresse p {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #78787b;
      margin: 0; }
      @media (min-width: 768px) {
        .karte_box .karte_box_adresse p {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .karte_box .karte_box_adresse p {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
  .karte_box .karte_box_karte {
    height: 12rem;
    width: 100%; }
    @media (min-width: 768px) {
      .karte_box .karte_box_karte {
        display: flex;
        order: 1;
        width: 45%;
        height: auto; } }
    @media (min-width: 1024px) {
      .karte_box .karte_box_karte {
        width: 55%; } }

.info_wrapper {
  flex-wrap: wrap; }
  .info_wrapper .section_hl_ct {
    width: 100%; }

.info_ct {
  background-color: #f4f3f3;
  width: 100%;
  padding: 0.9rem 1rem;
  margin: 1rem 0 0;
  border: 0.09rem solid #c7c7c7; }
  @media (min-width: 1024px) {
    .info_ct {
      padding: 1.2rem 1.3rem;
      margin: 0; } }
  .info_ct .info_hl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43rem;
    letter-spacing: -0.01rem;
    color: #282828;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0.3rem; }
    @media (min-width: 768px) {
      .info_ct .info_hl {
        font-size: 0.9rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .info_ct .info_hl {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .info_ct .info_hl2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #282828;
    text-transform: uppercase;
    margin: 0;
    padding: 1.4rem 0 0.5rem; }
    @media (min-width: 768px) {
      .info_ct .info_hl2 {
        font-size: 0.7rem;
        line-height: 0.7rem; } }
    @media (min-width: 1024px) {
      .info_ct .info_hl2 {
        font-size: 0.65rem;
        line-height: 0.65rem; } }
    .info_ct .info_hl2:first-child {
      padding-top: 0; }
    @media (min-width: 1024px) {
      .info_ct .info_hl2 {
        padding: 0.9rem 0 0.4rem; }
        .info_ct .info_hl2:first-child {
          padding-top: 0; } }
  .info_ct p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #ba946a;
    letter-spacing: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .info_ct p {
        font-size: 0.7rem;
        line-height: 0.7rem; } }
    @media (min-width: 1024px) {
      .info_ct p {
        font-size: 0.65rem;
        line-height: 0.65rem; } }

.bg_grey .info_ct {
  background-color: #fff; }

.galerie_ct .galerie_arrows {
  position: absolute;
  width: 77.5vw;
  max-width: 892px; }
  @media (min-width: 500px) {
    .galerie_ct .galerie_arrows {
      width: 80.2vw; } }
  @media (min-width: 768px) {
    .galerie_ct .galerie_arrows {
      width: 78.3vw; } }
  @media (min-width: 1024px) {
    .galerie_ct .galerie_arrows {
      width: 88vw; } }
  .galerie_ct .galerie_arrows button {
    outline: none;
    font-size: 0;
    line-height: 0;
    border: 0;
    height: 45vw;
    width: 0.7rem;
    margin-right: -1.2rem;
    float: right;
    padding: 0;
    background: none;
    background-image: url(img/icons/arrow-right_green_big.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    cursor: pointer; }
    .galerie_ct .galerie_arrows button:first-child {
      float: none;
      margin-left: -1.2rem;
      background-image: url(img/icons/arrow-left_green_big.png); }
    @media (min-width: 1024px) {
      .galerie_ct .galerie_arrows button {
        height: 520px;
        width: 1rem;
        margin-right: -1.5rem; }
        .galerie_ct .galerie_arrows button:first-child {
          margin-left: -1.5rem; } }
.galerie_ct .galerie img {
  width: 100%; }
.galerie_ct .galerie figcaption {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #78787b;
  display: none;
  padding: 0.2rem 0 0;
  font-weight: 400; }
  @media (min-width: 768px) {
    .galerie_ct .galerie figcaption {
      font-size: 0.7rem;
      line-height: 0.7rem; } }
  @media (min-width: 1024px) {
    .galerie_ct .galerie figcaption {
      font-size: 0.65rem;
      line-height: 0.65rem; } }
  @media (min-width: 1024px) {
    .galerie_ct .galerie figcaption {
      display: inline; } }

.kontakt_box {
  background-color: #f4f3f3;
  border: 0.09rem solid #c7c7c7;
  padding: 0.9rem 1rem;
  margin-top: 1.5rem; }
  .kontakt_box:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .kontakt_box {
      margin-top: 0; } }
  @media (min-width: 1024px) {
    .kontakt_box {
      padding: 1.2rem 1.3rem; } }
  .kontakt_box .kontakt_hinweis_ct .kontakt_hinweis {
    position: absolute;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #c7c7c7;
    text-align: right;
    width: 94%;
    margin: -2rem 0 0; }
    @media (min-width: 768px) {
      .kontakt_box .kontakt_hinweis_ct .kontakt_hinweis {
        font-size: 0.7rem;
        line-height: 0.7rem; } }
    @media (min-width: 1024px) {
      .kontakt_box .kontakt_hinweis_ct .kontakt_hinweis {
        font-size: 0.65rem;
        line-height: 0.65rem; } }
    @media (min-width: 1024px) {
      .kontakt_box .kontakt_hinweis_ct .kontakt_hinweis {
        margin: -2.2rem 0 0; } }
  .kontakt_box .kontakt_box_tl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 0.9rem;
    color: #ba946a;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 1.2rem; }
    @media (min-width: 768px) {
      .kontakt_box .kontakt_box_tl {
        font-size: 0.7rem;
        line-height: 0.7rem; } }
    @media (min-width: 1024px) {
      .kontakt_box .kontakt_box_tl {
        font-size: 0.65rem;
        line-height: 0.65rem; } }
  .kontakt_box .kontakt_box_hl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43rem;
    letter-spacing: -0.01rem;
    color: #282828;
    margin: 0;
    padding: 0 0 1.4rem; }
    @media (min-width: 768px) {
      .kontakt_box .kontakt_box_hl {
        font-size: 0.9rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .kontakt_box .kontakt_box_hl {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .kontakt_box .kontakt_box_email_disclaimer {
    padding: 0.2rem 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
    line-height: 1.05rem;
    letter-spacing: 0.00rem;
    color: #78787b; }
    @media (min-width: 768px) {
      .kontakt_box .kontakt_box_email_disclaimer {
        font-size: 0.6rem;
        line-height: 0.96rem; } }
    @media (min-width: 1024px) {
      .kontakt_box .kontakt_box_email_disclaimer {
        font-size: 0.7rem;
        line-height: 1.12rem; } }
  .kontakt_box .kontakt_box_disclaimer {
    padding: 1.2rem 0 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
    line-height: 1.05rem;
    letter-spacing: 0.00rem;
    color: #78787b; }
    @media (min-width: 768px) {
      .kontakt_box .kontakt_box_disclaimer {
        font-size: 0.6rem;
        line-height: 0.96rem; } }
    @media (min-width: 1024px) {
      .kontakt_box .kontakt_box_disclaimer {
        font-size: 0.7rem;
        line-height: 1.12rem; } }
  .kontakt_box p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #282828;
    margin: 0; }
    @media (min-width: 768px) {
      .kontakt_box p {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .kontakt_box p {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
    .kontakt_box p a {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #ba946a;
      font-weight: 600;
      text-decoration: underline; }
      @media (min-width: 768px) {
        .kontakt_box p a {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .kontakt_box p a {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
    .kontakt_box p b {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #282828;
      font-weight: 700; }
      @media (min-width: 768px) {
        .kontakt_box p b {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .kontakt_box p b {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
    .kontakt_box p abbr[title] {
      text-decoration: none;
      border: none; }
  .kontakt_box .kontakt_box_hl2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #282828;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 768px) {
      .kontakt_box .kontakt_box_hl2 {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .kontakt_box .kontakt_box_hl2 {
        font-size: 0.82rem;
        line-height: 1.271rem; } }

.section.bg_grey .kontakt_box {
  background-color: #fff; }

.anzeige_wrapper {
  padding: 0 0 1rem; }
  .anzeige_wrapper .anzeige_hinweis {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #c7c7c7;
    float: right;
    margin: 0.7rem 0 0;
    padding: 0 0 0.3rem; }
    @media (min-width: 768px) {
      .anzeige_wrapper .anzeige_hinweis {
        font-size: 0.7rem;
        line-height: 0.7rem; } }
    @media (min-width: 1024px) {
      .anzeige_wrapper .anzeige_hinweis {
        font-size: 0.65rem;
        line-height: 0.65rem; } }
  .anzeige_wrapper .anzeige_ct {
    background-color: #f4f3f3;
    border: 0.09rem solid #c7c7c7;
    width: 100%;
    padding: 0.9rem 1rem;
    clear: both; }
    @media (min-width: 768px) {
      .anzeige_wrapper .anzeige_ct {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .anzeige_wrapper .anzeige_ct {
        padding: 1.2rem 1.3rem; } }
    .anzeige_wrapper .anzeige_ct .anzeige_logo {
      display: none; }
      @media (min-width: 768px) {
        .anzeige_wrapper .anzeige_ct .anzeige_logo {
          display: flex;
          justify-content: center;
          width: 7rem;
          padding: 0 1.5rem 0 0;
          border-right: 0.09rem solid #c7c7c7; } }
      @media (min-width: 1024px) {
        .anzeige_wrapper .anzeige_ct .anzeige_logo {
          width: 11rem;
          padding: 0 2rem 0 0; } }
    @media (min-width: 768px) {
      .anzeige_wrapper .anzeige_ct .anzeige_text {
        padding: 0 0 0 1.2rem; } }
    @media (min-width: 1024px) {
      .anzeige_wrapper .anzeige_ct .anzeige_text {
        padding: 0 0 0 1.8rem; } }
    .anzeige_wrapper .anzeige_ct .anzeige_hl {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 1.1rem;
      line-height: 1.43rem;
      letter-spacing: -0.01rem;
      color: #0b4457;
      margin: 0;
      padding: 0 0 1rem; }
      @media (min-width: 768px) {
        .anzeige_wrapper .anzeige_ct .anzeige_hl {
          font-size: 0.9rem;
          line-height: 1.17rem; } }
      @media (min-width: 1024px) {
        .anzeige_wrapper .anzeige_ct .anzeige_hl {
          font-size: 1rem;
          line-height: 1.3rem; } }
      @media (min-width: 500px) {
        .anzeige_wrapper .anzeige_ct .anzeige_hl {
          padding: 0 0 0.5rem; } }
      .anzeige_wrapper .anzeige_ct .anzeige_hl span {
        white-space: nowrap; }
    .anzeige_wrapper .anzeige_ct .anzeige_sl {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #282828;
      margin: 0;
      padding: 0 0 1rem; }
      @media (min-width: 768px) {
        .anzeige_wrapper .anzeige_ct .anzeige_sl {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .anzeige_wrapper .anzeige_ct .anzeige_sl {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
    .anzeige_wrapper .anzeige_ct .anzeige_link {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #0b4457;
      font-weight: 600;
      text-decoration: underline;
      float: left; }
      @media (min-width: 768px) {
        .anzeige_wrapper .anzeige_ct .anzeige_link {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .anzeige_wrapper .anzeige_ct .anzeige_link {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
      @media (min-width: 500px) {
        .anzeige_wrapper .anzeige_ct .anzeige_link {
          padding: 0.05rem 0 0; } }
      .anzeige_wrapper .anzeige_ct .anzeige_link:first-child {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 1.1rem;
        line-height: 1.43rem;
        letter-spacing: -0.01rem;
        color: #0b4457;
        padding: 0 0 0.3rem; }
        @media (min-width: 768px) {
          .anzeige_wrapper .anzeige_ct .anzeige_link:first-child {
            font-size: 0.9rem;
            line-height: 1.17rem; } }
        @media (min-width: 1024px) {
          .anzeige_wrapper .anzeige_ct .anzeige_link:first-child {
            font-size: 1rem;
            line-height: 1.3rem; } }
        @media (min-width: 500px) {
          .anzeige_wrapper .anzeige_ct .anzeige_link:first-child {
            padding: 0 2rem 0 0; } }

.lr_box {
  border: 0.09rem solid #c7c7c7;
  position: relative; }
  @media (min-width: 768px) {
    .lr_box {
      display: flex; } }
  .lr_box .lr_box_1 {
    padding: 1.5rem 1rem 1.5rem;
    width: 100%; }
    .lr_box .lr_box_1 div {
      width: 100%; }
    @media (min-width: 768px) {
      .lr_box .lr_box_1 {
        display: flex;
        width: 55%;
        flex-wrap: wrap;
        order: 1;
        padding: 1.2rem 1.3rem;
        border-right: 1px solid #c7c7c7; } }
    @media (min-width: 1024px) {
      .lr_box .lr_box_1 {
        width: 55%; } }
  .lr_box .lr_box_2 {
    padding: 1.5rem 1rem 1.5rem;
    width: 100%;
    border-top: 1px solid #c7c7c7; }
    @media (min-width: 768px) {
      .lr_box .lr_box_2 {
        display: flex;
        order: 2;
        flex-wrap: wrap;
        width: 45%;
        height: auto;
        padding: 1.2rem 1.3rem;
        border-top: 0; } }
    @media (min-width: 1024px) {
      .lr_box .lr_box_2 {
        width: 45%; } }
    .lr_box .lr_box_2 .lr_box_2_hl {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.9rem;
      line-height: 1.17rem;
      color: #ba946a;
      margin: 0;
      padding: 0 0 0.8rem;
      flex: none;
      width: 100%; }
      @media (min-width: 768px) {
        .lr_box .lr_box_2 .lr_box_2_hl {
          font-size: 0.7rem;
          line-height: 0.91rem; } }
      @media (min-width: 1024px) {
        .lr_box .lr_box_2 .lr_box_2_hl {
          font-size: 0.8rem;
          line-height: 1.04rem; } }
      @media (min-width: 1024px) {
        .lr_box .lr_box_2 .lr_box_2_hl {
          padding: 0 0 1rem; } }
    .lr_box .lr_box_2 p {
      flex: none;
      width: 100%; }
  .lr_box .lr_box_box_1_hl, .lr_box .lr_box_hl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43rem;
    letter-spacing: -0.01rem;
    color: #282828;
    margin: 0;
    padding: 0 0 1rem; }
    @media (min-width: 768px) {
      .lr_box .lr_box_box_1_hl, .lr_box .lr_box_hl {
        font-size: 0.9rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .lr_box .lr_box_box_1_hl, .lr_box .lr_box_hl {
        font-size: 1rem;
        line-height: 1.3rem; } }
    @media (min-width: 1024px) {
      .lr_box .lr_box_box_1_hl, .lr_box .lr_box_hl {
        padding: 0 0 1.2rem; } }

.lr_box .design_friedhof .lr_box_2_hl {
  color: #5e842d !important; }

.dienstleister_box {
  background-color: #f4f3f3;
  padding: 0.9rem 1rem;
  margin: 0.7rem 0 0; }
  @media (min-width: 768px) {
    .dienstleister_box {
      padding: 1.2rem 1.3rem; } }
  .dienstleister_box h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43rem;
    letter-spacing: -0.01rem;
    color: #81b739;
    margin: 0; }
    @media (min-width: 768px) {
      .dienstleister_box h3 {
        font-size: 0.8rem;
        line-height: 1.04rem; } }
    @media (min-width: 1024px) {
      .dienstleister_box h3 {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .dienstleister_box h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #282828;
    margin: 0;
    font-weight: 400;
    padding: 0.2rem 0 0; }
    @media (min-width: 768px) {
      .dienstleister_box h4 {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .dienstleister_box h4 {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
  .dienstleister_box p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #78787b;
    margin: 1rem 0 0; }
    @media (min-width: 768px) {
      .dienstleister_box p {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .dienstleister_box p {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
    .dienstleister_box p a {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #ba946a;
      font-weight: 600;
      text-decoration: underline;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .dienstleister_box p a {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .dienstleister_box p a {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
    .dienstleister_box p span {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #78787b;
      font-weight: 700; }
      @media (min-width: 768px) {
        .dienstleister_box p span {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .dienstleister_box p span {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
  @media (min-width: 1024px) {
    .dienstleister_box {
      display: flex;
      flex-wrap: wrap; }
      .dienstleister_box .dienstleister_left {
        padding: 0 0.6rem 0 0;
        width: 50%; }
      .dienstleister_box .dienstleister_right {
        width: 50%;
        padding: 0 0 0 0.6rem; }
        .dienstleister_box .dienstleister_right p:first-child {
          margin: 0; } }

.signatur {
  padding: 1.5rem 0 0; }
  .signatur .signatur_img {
    height: 4.5rem; }
    @media (min-width: 1024px) {
      .signatur .signatur_img {
        height: 4rem; } }
  .signatur .signatur_text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
    line-height: 1.05rem;
    letter-spacing: 0.00rem;
    color: #ba946a; }
    @media (min-width: 768px) {
      .signatur .signatur_text {
        font-size: 0.6rem;
        line-height: 0.96rem; } }
    @media (min-width: 1024px) {
      .signatur .signatur_text {
        font-size: 0.7rem;
        line-height: 1.12rem; } }

.tf_erste_schritte_ct {
  padding: 0; }
  .tf_erste_schritte_ct .tf_erste_schritte {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #282828;
    background-repeat: no-repeat;
    background-size: 2.2rem auto;
    background-position: 0 0.2rem;
    padding: 0 2rem 2rem 3rem;
    min-height: 2.4rem; }
    @media (min-width: 768px) {
      .tf_erste_schritte_ct .tf_erste_schritte {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .tf_erste_schritte_ct .tf_erste_schritte {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
    @media (min-width: 500px) {
      .tf_erste_schritte_ct .tf_erste_schritte {
        background-position: 1rem 0.2rem;
        line-height: 2.4rem;
        padding: 0 2rem 1.5rem 3.8rem; } }
    @media (min-width: 1024px) {
      .tf_erste_schritte_ct .tf_erste_schritte {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 0.9rem;
        line-height: 1.395rem;
        letter-spacing: 0.00rem;
        color: #282828;
        background-position: 2rem 0.2rem;
        padding: 0 0 0 4.8rem; } }
  @media (min-width: 1024px) and (min-width: 768px) {
    .tf_erste_schritte_ct .tf_erste_schritte {
      font-size: 0.75rem;
      line-height: 1.1625rem; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .tf_erste_schritte_ct .tf_erste_schritte {
      font-size: 0.82rem;
      line-height: 1.271rem; } }

    .tf_erste_schritte_ct .tf_erste_schritte::marker {
      display: none;
      font-size: 0; }
    .tf_erste_schritte_ct .tf_erste_schritte:first-child {
      background-image: url(img/icons/step_1.png); }
    .tf_erste_schritte_ct .tf_erste_schritte:nth-child(0n+2) {
      background-image: url(img/icons/step_2.png); }
    .tf_erste_schritte_ct .tf_erste_schritte:nth-child(0n+3) {
      background-image: url(img/icons/step_3.png);
      padding-bottom: 0; }
    .tf_erste_schritte_ct .tf_erste_schritte a {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #ba946a;
      font-weight: 600;
      text-decoration: underline; }
      @media (min-width: 768px) {
        .tf_erste_schritte_ct .tf_erste_schritte a {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .tf_erste_schritte_ct .tf_erste_schritte a {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
    .tf_erste_schritte_ct .tf_erste_schritte span {
      white-space: nowrap; }

.tf_dokumente {
  background-color: #fff;
  border: 0.1rem solid #0b4457;
  padding: 1rem;
  list-style: none;
  margin: 1.5rem 0; }
  @media (min-width: 1024px) {
    .tf_dokumente {
      padding: 1.5rem 0; } }
  .tf_dokumente li {
    padding: 1rem 0 0; }
    .tf_dokumente li:first-child {
      padding: 0; }
    @media (min-width: 1024px) {
      .tf_dokumente li {
        display: block;
        padding: 0.7rem 0 0; } }
  .tf_dokumente .tf_dokumente_left {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #0b4457;
    font-weight: 700; }
    @media (min-width: 768px) {
      .tf_dokumente .tf_dokumente_left {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .tf_dokumente .tf_dokumente_left {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
    @media (min-width: 1024px) {
      .tf_dokumente .tf_dokumente_left {
        display: inline-block;
        width: 27%;
        text-align: right;
        padding: 0 1% 0 0; } }
  .tf_dokumente .tf_dokumente_right {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #ba946a;
    font-weight: 700;
    white-space: pre-wrap; }
    @media (min-width: 768px) {
      .tf_dokumente .tf_dokumente_right {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .tf_dokumente .tf_dokumente_right {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
    @media (min-width: 1024px) {
      .tf_dokumente .tf_dokumente_right {
        display: inline-block;
        width: 73%;
        padding: 0 0 0 2%; } }

.f_boxen_ct .f_box {
  background-color: #f4f3f3;
  overflow: hidden;
  margin-top: 1.2rem; }
  .f_boxen_ct .f_box:nth-child(-n+2) {
    margin-top: 0; }
  @media (min-width: 768px) {
    .f_boxen_ct .f_box {
      margin-top: 1.5rem; }
      .f_boxen_ct .f_box:nth-child(-n+4) {
        margin-top: 0; } }
  .f_boxen_ct .f_box .f_box_img {
    font-size: 0;
    line-height: 0;
    border-top: 0.09rem solid #c7c7c7;
    border-right: 0.09rem solid #c7c7c7;
    border-left: 0.09rem solid #c7c7c7;
    background-size: 102%;
    background-position: center;
    height: 10rem;
    display: none; }
    .f_boxen_ct .f_box .f_box_img.x2 {
      display: block; }
    @media (max-width: 768px) {
      .f_boxen_ct .f_box .f_box_img {
        display: none; }
        .f_boxen_ct .f_box .f_box_img.x2 {
          display: none; } }
    @media (min-width: 500px) {
      .f_boxen_ct .f_box .f_box_img {
        height: 13.2rem; } }
    @media (min-width: 768px) {
      .f_boxen_ct .f_box .f_box_img {
        height: 8rem; } }
    @media (min-width: 1024px) {
      .f_boxen_ct .f_box .f_box_img {
        height: 8.4rem;
        display: block; }
        .f_boxen_ct .f_box .f_box_img.x2 {
          display: none; } }
  @media only screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1024px) and (min-resolution: 192dpi), only screen and (min-width: 1024px) and (min-resolution: 2dppx) {
    .f_boxen_ct .f_box .f_box_img {
      display: none; }
      .f_boxen_ct .f_box .f_box_img.x2 {
        display: block; } }

  .f_boxen_ct .f_box .f_box_content {
    border-right: 0.09rem solid #c7c7c7;
    border-left: 0.09rem solid #c7c7c7;
    border-bottom: 0.09rem solid #c7c7c7;
    border-top: 0.09rem solid #c7c7c7;
    padding: 0.9rem 1rem; }
    @media (min-width: 768px) {
      .f_boxen_ct .f_box .f_box_content {
        border-top: 0; } }
    @media (min-width: 1024px) {
      .f_boxen_ct .f_box .f_box_content {
        padding: 1.2rem 1.3rem; } }
    .f_boxen_ct .f_box .f_box_content .f_box_hl {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 1.1rem;
      line-height: 1.43rem;
      letter-spacing: -0.01rem;
      color: #282828;
      margin: 0;
      padding: 0 0 0.5rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      @media (min-width: 768px) {
        .f_boxen_ct .f_box .f_box_content .f_box_hl {
          font-size: 0.9rem;
          line-height: 1.17rem; } }
      @media (min-width: 1024px) {
        .f_boxen_ct .f_box .f_box_content .f_box_hl {
          font-size: 1rem;
          line-height: 1.3rem; } }
      @media (min-width: 1024px) {
        .f_boxen_ct .f_box .f_box_content .f_box_hl {
          padding: 0 0 0.6rem; } }
    .f_boxen_ct .f_box .f_box_content .f_box_address {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.395rem;
      letter-spacing: 0.00rem;
      color: #78787b;
      padding: 0 0 0.8rem;
      margin: 0; }
      @media (min-width: 768px) {
        .f_boxen_ct .f_box .f_box_content .f_box_address {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) {
        .f_boxen_ct .f_box .f_box_content .f_box_address {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
      @media (min-width: 1024px) {
        .f_boxen_ct .f_box .f_box_content .f_box_address {
          padding: 0 0 1rem; } }

.bg_grey .f_boxen_ct .f_box {
  background-color: #fff; }

.header {
  padding: 0.8rem 0 1.2rem 0;
  text-align: center; }
  @media (min-width: 768px) {
    .header {
      padding: 0.8rem 0 0.8rem 1.2rem; } }
  @media (min-width: 1024px) {
    .header {
      padding: 1.4rem 2.2rem;
      margin: 0 auto;
      border-bottom: 0; } }
  .header .logo_ct {
    display: inline-block;
    position: relative;
    height: 7rem;
    z-index: 1000; }
    .header .logo_ct img {
      height: 100%;
      opacity: 0.99; }
    @media (min-width: 1024px) {
      .header .logo_ct {
        height: 9rem; } }

.header_shadow {
  position: absolute;
  height: 20px;
  width: 100%;
  max-width: 1200px;
  z-index: 12;
  box-shadow: inset 0 51px 2px -50px rgba(0, 0, 0, 0.3); }

#nav_icon_ct {
  position: absolute;
  right: 6vw;
  width: 1.8rem;
  height: 2.8rem;
  top: 2.8rem;
  z-index: 1000; }
  @media (min-width: 768px) {
    #nav_icon_ct {
      right: 5vw; } }
  @media (min-width: 1024px) {
    #nav_icon_ct {
      display: none; } }

#nav_icon {
  cursor: pointer;
  z-index: 3000; }
  #nav_icon #nav_icon_close {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2000; }
    #nav_icon #nav_icon_close .nav_icon {
      background-position: center;
      z-index: 2000; }
      #nav_icon #nav_icon_close .nav_icon.right {
        opacity: 0;
        filter: alpha(opacity=0); }
      #nav_icon #nav_icon_close .nav_icon.right, #nav_icon #nav_icon_close .nav_icon.left {
        transition: transform 0.3s, opacity 0.3s; }
  #nav_icon .nav_icon {
    width: 100%;
    height: 100%;
    background-image: url(img/icons/nav_icon.png);
    background-size: 98% auto;
    position: absolute;
    background-repeat: no-repeat;
    transition: opacity 0.3s, background 0.3s;
    transform: rotate(0deg); }
    #nav_icon .nav_icon.top {
      background-position: center 25%; }
    #nav_icon .nav_icon.bottom {
      background-position: center 75%; }

#nav_icon_ct.open #nav_icon .nav_icon {
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(img/icons/nav_icon.png); }
#nav_icon_ct.open #nav_icon #nav_icon_close .nav_icon.right {
  transform: rotate(-45deg);
  opacity: 1;
  filter: alpha(opacity=100); }
#nav_icon_ct.open #nav_icon #nav_icon_close .nav_icon.left {
  transform: rotate(45deg);
  opacity: 1;
  filter: alpha(opacity=100); }

#main_nav {
  height: 0;
  overflow: hidden; }
  @media (min-width: 1024px) {
    #main_nav {
      height: auto !important; } }
  #main_nav > ul {
    margin: 0;
    padding: 0 0 0; }
    @media (min-width: 1024px) {
      #main_nav > ul {
        border-bottom: 0; } }
    #main_nav > ul > li {
      text-align: left; }
      #main_nav > ul > li a {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 0.9rem;
        line-height: 0.9rem;
        text-transform: uppercase;
        color: #fff;
        padding: 0.8rem 0 0 1.5rem;
        display: block; }
        @media (min-width: 1024px) {
          #main_nav > ul > li a {
            font-weight: 400;
            font-size: 0.78rem;
            line-height: 0.78rem;
            letter-spacing: -0.01rem; } }
      #main_nav > ul > li > a {
        padding: 0.8rem 0 0.8rem 1.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      #main_nav > ul > li.menu-item-has-children {
        background-image: url(img/icons/arrow-bottom_sand.png);
        background-repeat: no-repeat;
        background-size: 0.8rem;
        background-position: right 1.5rem top 1rem; }
        #main_nav > ul > li.menu-item-has-children > a {
          width: 80%; }
        #main_nav > ul > li.menu-item-has-children a {
          border-bottom: 0; }
      #main_nav > ul > li .sub-menu {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        height: 0;
        overflow: hidden;
        list-style: square; }
        @media (min-width: 1024px) {
          #main_nav > ul > li .sub-menu {
            height: auto !important; } }
      #main_nav > ul > li.current_page_item > a, #main_nav > ul > li.current-menu-item > a {
        font-weight: 600;
        color: #fff; }
      #main_nav > ul > li.current_page_parent > a {
        font-weight: 600; }
        #main_nav > ul > li.current_page_parent > a a {
          font-weight: 600;
          color: #fff; }
      #main_nav > ul > li.current_page_parent .sub-menu {
        height: auto; }
      #main_nav > ul > li.current_page_parent.activePt .sub-menu {
        height: 0; }
      #main_nav > ul > li ul {
        padding-left: 1.9rem; }
      @media (min-width: 1024px) {
        #main_nav > ul > li.last ul {
          right: 0; } }
      #main_nav > ul > li ul > li::marker {
        color: #fff;
        content: "-"; }
      #main_nav > ul > li ul > li::marker {
        color: #fff;
        content: "-"; }
      #main_nav > ul > li li a {
        text-transform: none;
        padding: 0 0 0.6rem 0.6rem; }
      #main_nav > ul > li li:first-child a {
        padding: 0.3rem 0 0.6rem 0.6rem; }
      #main_nav > ul > li li:last-child a {
        padding: 0 0 1rem 0.6rem; }
      #main_nav > ul > li li.current_page_item > a, #main_nav > ul > li li.current-menu-item > a {
        font-weight: 600;
        color: #fff; }
  @media (min-width: 1024px) {
    #main_nav {
      background-color: #0b4457;
      height: auto;
      top: 0;
      max-width: 1200px;
      padding: 0 0 0 0; }
      #main_nav > ul {
        padding: 0 0 0;
        float: right; }
        #main_nav > ul > li {
          display: block;
          float: left; }
          #main_nav > ul > li.hide_m {
            display: none; }
          #main_nav > ul > li.menu-item-has-children {
            background-image: url(img/icons/arrow-bottom_blue.png);
            background-size: auto  22%;
            background-position: right 0.7rem center;
            background-repeat: no-repeat; }
            #main_nav > ul > li.menu-item-has-children > a {
              width: 100%;
              padding: 0.45rem 1.5rem 0.45rem 0.9rem; }
          #main_nav > ul > li a {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 0.9rem;
            line-height: 0.9rem;
            text-transform: uppercase;
            color: #fff;
            display: inline;
            padding: 0.45rem 0.9rem;
            display: block;
            border-left: 1px solid rgba(254, 254, 254, 0.3); } }
        @media (min-width: 1024px) and (min-width: 1024px) {
          #main_nav > ul > li a {
            font-weight: 400;
            font-size: 0.78rem;
            line-height: 0.78rem;
            letter-spacing: -0.01rem; } }
  @media (min-width: 1024px) {
          #main_nav > ul > li:first-child a {
            padding: 0.45rem 0.9rem; }
          #main_nav > ul > li.current_page_item {
            background-color: #083240; }
            #main_nav > ul > li.current_page_item > a {
              font-weight: 600; }
          #main_nav > ul > li ul li a {
            padding: 0.45rem 0.9rem; }
          #main_nav > ul > li ul li:first-child a, #main_nav > ul > li ul li:last-child a {
            padding: 0.45rem 0.9rem; }
          #main_nav > ul > li:hover {
            background-color: #ba946a; }
            #main_nav > ul > li:hover .sub-menu {
              display: block; }
        #main_nav > ul .sub-menu {
          z-index: 1000;
          -webkit-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 2px 5px -3px rgba(0, 0, 0, 0.75);
          background-color: #0b4457;
          padding: 0;
          position: absolute;
          text-align: left;
          display: none;
          border: 1px solid #0b4457;
          border-bottom: 1px solid #0b4457 !important;
          border-top: 0; }
          #main_nav > ul .sub-menu li {
            display: block;
            border-top: 1px solid #d2b788; }
            #main_nav > ul .sub-menu li a {
              color: #0b4457;
              text-transform: none; }
            #main_nav > ul .sub-menu li:first-child {
              border-top: 2px solid #d2b788; }
          #main_nav > ul .sub-menu:hover {
            display: block; }
          #main_nav > ul .sub-menu li:hover {
            background-color: #ebdbc3; } }

.header_anruf_ct {
  display: none; }
  @media (min-width: 1024px) {
    .header_anruf_ct {
      display: block;
      position: absolute;
      padding: 1.2rem 1rem 0 0;
      top: 4rem;
      right: 2rem; }
      .header_anruf_ct .header_anruf {
        float: left;
        text-align: right;
        padding-right: 1.2rem; }
        .header_anruf_ct .header_anruf .header_anruf_day {
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.9rem;
          line-height: 1.395rem;
          letter-spacing: 0.00rem;
          color: #dedede; } }
      @media (min-width: 1024px) and (min-width: 768px) {
        .header_anruf_ct .header_anruf .header_anruf_day {
          font-size: 0.75rem;
          line-height: 1.1625rem; } }
      @media (min-width: 1024px) and (min-width: 1024px) {
        .header_anruf_ct .header_anruf .header_anruf_day {
          font-size: 0.82rem;
          line-height: 1.271rem; } }
  @media (min-width: 1024px) {
        .header_anruf_ct .header_anruf a {
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 1.2rem;
          line-height: 1.56rem;
          letter-spacing: -0.01rem;
          color: #fff; } }
      @media (min-width: 1024px) and (min-width: 768px) {
        .header_anruf_ct .header_anruf a {
          font-size: 1.1rem;
          line-height: 1.43rem; } }
      @media (min-width: 1024px) and (min-width: 1024px) {
        .header_anruf_ct .header_anruf a {
          font-size: 1.25rem;
          line-height: 1.625rem; } }
  @media (min-width: 1024px) {
      .header_anruf_ct .header_anruf_links {
        float: left;
        padding-left: 1.2rem; }
        .header_anruf_ct .header_anruf_links ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .header_anruf_ct .header_anruf_links ul li a {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 0.9rem;
            line-height: 1.71rem;
            text-transform: uppercase;
            color: #0b4457;
            line-height: 1.4rem;
            text-transform: none; } }
        @media (min-width: 1024px) and (min-width: 1024px) {
          .header_anruf_ct .header_anruf_links ul li a {
            font-weight: 400;
            font-size: 0.78rem;
            line-height: 1.482rem;
            letter-spacing: -0.01rem; } }

section.hero_section .hero_shadow {
  position: absolute;
  height: 20px;
  width: 100%;
  max-width: 1200px;
  box-shadow: inset 0 51px 2px -50px rgba(0, 0, 0, 0.3); }
section.hero_section picture {
  display: block;
  height: 106.5vw;
  background-color: #f0f0f0; }
  @media (min-width: 500px) {
    section.hero_section picture {
      height: 79.8vw; } }
  @media (min-width: 1024px) {
    section.hero_section picture {
      height: 33.9vw; } }
  @media (min-width: 1200px) {
    section.hero_section picture {
      height: 507px; } }
  section.hero_section picture.hero_low {
    height: 43vw; }
    @media (min-width: 1024px) {
      section.hero_section picture.hero_low {
        height: 30vw; } }
    @media (min-width: 1200px) {
      section.hero_section picture.hero_low {
        height: 360px; } }

/* Slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none !important;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.frage_box_ct {
  margin: 0.7rem 0 0; }
  .frage_box_ct:first-child {
    margin: 0; }
  .frage_box_ct .frage_box {
    margin: 0;
    background-color: #f4f3f3;
    border: 0.09rem solid #c7c7c7;
    padding: 0.8rem 2rem 0.8rem 0.8rem;
    background-image: url(img/icons/arrow-top_gold.png);
    background-repeat: no-repeat;
    background-size: auto 0.6rem;
    background-position: right 0.7rem center;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.17rem;
    letter-spacing: -0.01rem;
    color: #282828; }
    @media (min-width: 768px) {
      .frage_box_ct .frage_box {
        font-size: 0.85rem;
        line-height: 1.105rem; } }
    @media (min-width: 1024px) {
      .frage_box_ct .frage_box {
        font-size: 1rem;
        line-height: 1.3rem; } }
    @media (min-width: 1024px) {
      .frage_box_ct .frage_box {
        padding: 0.9rem 1.2rem; } }
  .frage_box_ct .frage_antwort_inner {
    padding: 0.7rem 0.7rem; }
    @media (min-width: 1024px) {
      .frage_box_ct .frage_antwort_inner {
        padding: 0.8rem 1.2rem; } }
  .frage_box_ct.geschlossen .frage_box {
    background-image: url(img/icons/arrow-bottom_gold.png); }
  .frage_box_ct.geschlossen .frage_antwort {
    height: 0;
    overflow: hidden; }

.bg_grey .frage_box {
  background-color: #fff; }

.fragen_text {
  padding: 1.5em 0 0; }

.musik_ct {
  margin: 0.3rem 0 0;
  background-color: #f4f3f3;
  padding: 0.3rem 2rem 0.3rem 0.9rem;
  border: 0.09rem solid #c7c7c7;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.395rem;
  letter-spacing: 0.00rem;
  color: #282828;
  background-image: url(img/icons/play_btn.png);
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: auto 1.3rem; }
  .musik_ct:first-child {
    margin: 0; }
  @media (min-width: 500px) {
    .musik_ct {
      margin: 0.25rem 0 0;
      padding: 0.2rem 2rem 0.2rem 0.9rem; } }
  .musik_ct span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #78787b;
    font-weight: 300; }
    @media (min-width: 768px) {
      .musik_ct span {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .musik_ct span {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
  @media (min-width: 768px) {
    .musik_ct {
      font-size: 0.75rem;
      line-height: 1.1625rem; } }
  @media (min-width: 1024px) {
    .musik_ct {
      font-size: 0.82rem;
      line-height: 1.271rem; } }
  .musik_ct.playing {
    background-image: url(img/icons/pause_btn.png);
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #ba946a; }
    @media (min-width: 768px) {
      .musik_ct.playing {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .musik_ct.playing {
        font-size: 0.82rem;
        line-height: 1.271rem; } }

.bg_grey .musik_ct {
  background-color: #fff; }

.musik_text {
  padding: 0 0 1em; }

.bewertung_header {
  padding: 0 0 1.5rem; }
  .bewertung_header .logo_ct {
    width: 15rem;
    display: inline-block; }

.section.bewertung_section {
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0;
  max-width: 68rem; }
  .section.bewertung_section .bewerten_btns_ct a {
    display: block;
    margin: 0.5rem 0 0; }
    .section.bewertung_section .bewerten_btns_ct a:first-child {
      margin: 1.5rem 0 0; }

.bewertung_footer_nav {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.395rem;
  letter-spacing: 0.00rem;
  color: #282828; }
  @media (min-width: 768px) {
    .bewertung_footer_nav {
      font-size: 0.75rem;
      line-height: 1.1625rem; } }
  @media (min-width: 1024px) {
    .bewertung_footer_nav {
      font-size: 0.82rem;
      line-height: 1.271rem; } }
  .bewertung_footer_nav ul {
    padding: 0; }
    .bewertung_footer_nav ul li {
      display: inline-block;
      padding: 4rem 1rem; }
      .bewertung_footer_nav ul li:first-child {
        padding: 1rem 0; }
      .bewertung_footer_nav ul li a {
        text-decoration: underline; }

.section.portal_section {
  margin: 0 auto;
  padding: 1.5rem 1.5rem 0;
  max-width: 68rem; }
  .section.portal_section .portal_text {
    margin: 1.5rem 0 0; }
  .section.portal_section .portal_btns_ct a {
    margin: 0.5rem 0 0; }
    .section.portal_section .portal_btns_ct a:first-child {
      margin: 0.5rem 0 0; }

.banner_row {
  padding: 0 5%; }
  @media (min-width: 768px) {
    .banner_row {
      padding: 0; } }
  .banner_row.only_desktop {
    display: none; }
  @media (min-width: 768px) {
    .banner_row.only_mobile {
      display: none; } }
  @media (min-width: 768px) {
    .banner_row.only_desktop {
      display: block; } }
  @media (max-width: 768px) {
    .banner_row .col_banner_nr {
      margin-left: 0;
      width: 47%; } }
  .banner_row .banner {
    font-weight: 400;
    font-size: 5vw;
    line-height: 6vw;
    padding: 0.8rem 0.5rem; }
    @media (min-width: 500px) {
      .banner_row .banner {
        font-size: 3.5vw;
        line-height: 4.2vw; } }
    @media (min-width: 768px) {
      .banner_row .banner {
        font-size: 3vw;
        line-height: 3.6vw; } }
    @media (min-width: 1024px) {
      .banner_row .banner {
        font-size: 2vw;
        line-height: 2.4vw; } }
    @media (min-width: 1200px) {
      .banner_row .banner {
        font-size: 22px;
        line-height: 26.4px; } }
    @media (max-width: 500px) {
      .banner_row .banner {
        padding: 0.7rem 0; } }
    @media (min-width: 768px) {
      .banner_row .banner {
        padding: 0.4rem 1.5rem; } }
    @media (min-width: 1024px) {
      .banner_row .banner {
        padding: 0.6rem 2.5rem; } }
    .banner_row .banner .banner_hl {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 0.9rem;
      line-height: 0.9rem;
      line-height: 1.4rem;
      color: #282828;
      height: 1.4rem;
      white-space: nowrap; }
      .banner_row .banner .banner_hl.banner_hl {
        font-weight: 600; }
      .banner_row .banner .banner_hl.banner_sl {
        font-size: 0.85rem;
        line-height: 0.85rem;
        line-height: 1.4rem; }
      @media (min-width: 768px) {
        .banner_row .banner .banner_hl.banner_hl {
          font-size: 0.8rem;
          line-height: 0.8rem;
          line-height: 3rem; }
        .banner_row .banner .banner_hl.banner_sl {
          font-size: 0.6rem;
          line-height: 0.6rem;
          line-height: 3rem; } }
      @media (min-width: 1024px) {
        .banner_row .banner .banner_hl.banner_hl {
          font-size: 0.9rem;
          line-height: 0.9rem;
          line-height: 3rem; }
        .banner_row .banner .banner_hl.banner_sl {
          font-size: 0.7rem;
          line-height: 0.7rem;
          line-height: 3rem;
          text-transform: uppercase; }
          .banner_row .banner .banner_hl.banner_sl > span {
            display: inline; } }
      @media (min-width: 768px) {
        .banner_row .banner .banner_hl {
          height: 3rem; } }
    .banner_row .banner .banner_sl {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-size: 0.9rem;
      line-height: 0.9rem;
      line-height: 1.4rem;
      color: #78787b;
      height: 1.4rem;
      white-space: nowrap; }
      .banner_row .banner .banner_sl.banner_hl {
        font-weight: 600; }
      .banner_row .banner .banner_sl.banner_sl {
        font-size: 0.85rem;
        line-height: 0.85rem;
        line-height: 1.4rem; }
      @media (min-width: 768px) {
        .banner_row .banner .banner_sl.banner_hl {
          font-size: 0.8rem;
          line-height: 0.8rem;
          line-height: 3rem; }
        .banner_row .banner .banner_sl.banner_sl {
          font-size: 0.6rem;
          line-height: 0.6rem;
          line-height: 3rem; } }
      @media (min-width: 1024px) {
        .banner_row .banner .banner_sl.banner_hl {
          font-size: 0.9rem;
          line-height: 0.9rem;
          line-height: 3rem; }
        .banner_row .banner .banner_sl.banner_sl {
          font-size: 0.7rem;
          line-height: 0.7rem;
          line-height: 3rem;
          text-transform: uppercase; }
          .banner_row .banner .banner_sl.banner_sl > span {
            display: inline; } }
      @media (min-width: 768px) {
        .banner_row .banner .banner_sl {
          height: 3rem;
          text-align: center; } }
      .banner_row .banner .banner_sl > span {
        display: none; }
    .banner_row .banner .banner_nr {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 0.98rem;
      line-height: 0.98rem;
      line-height: 2.8rem;
      color: #ba946a;
      letter-spacing: 0.01em;
      display: block;
      text-align: right;
      height: 2.8rem;
      white-space: nowrap;
      letter-spacing: -0.01em; }
      @media (min-width: 768px) {
        .banner_row .banner .banner_nr {
          font-size: 1rem;
          line-height: 1rem;
          line-height: 3rem; } }
      @media (min-width: 1024px) {
        .banner_row .banner .banner_nr {
          font-size: 1.1rem;
          line-height: 1.1rem;
          line-height: 3rem; } }
      @media (min-width: 768px) {
        .banner_row .banner .banner_nr {
          height: 3rem; } }
    @media (min-width: 768px) {
      .banner_row .banner .col:first-child .banner_sl {
        display: none; } }

.checklist_ct {
  margin: 0;
  padding: 1rem 0 0.75rem; }
  .checklist_ct li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .checklist_ct .checklist_pt {
    width: auto;
    display: inline-block;
    background-image: url(img/icons/checkmark_gold.png);
    background-repeat: no-repeat;
    background-size: 1.2rem auto;
    background-position: left center;
    padding: 0 0 0 1.9rem;
    margin: 0 0 1.7rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.02rem;
    font-size: 0.95rem;
    line-height: 1.33rem;
    color: #282828; }
    @media (min-width: 768px) {
      .checklist_ct .checklist_pt {
        font-size: 0.8rem;
        line-height: 1.12rem; } }
    @media (min-width: 1024px) {
      .checklist_ct .checklist_pt {
        background-size: 1.1rem auto;
        padding: 0.2rem 0 0 1.7rem;
        width: 50%;
        float: left; } }

.img-text_teaser_ct.left .col {
  float: right;
  margin-right: 1.5em;
  margin-left: 0;
  left: auto;
  right: calc(6.25% - 1.59375em + 1.5em); }
  .img-text_teaser_ct.left .col .text {
    padding-bottom: 1rem; }
    @media (min-width: 1024px) {
      .img-text_teaser_ct.left .col .text {
        padding-bottom: 0; } }
.img-text_teaser_ct .section_hl_ct {
  padding-top: 1rem; }
  @media (min-width: 1024px) {
    .img-text_teaser_ct .section_hl_ct {
      padding-top: 0; } }
  .img-text_teaser_ct .section_hl_ct .section_hl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.56rem;
    letter-spacing: -0.01rem;
    color: #0b4457;
    text-align: left;
    padding: 0 0 0.25rem; }
    @media (min-width: 768px) {
      .img-text_teaser_ct .section_hl_ct .section_hl {
        font-size: 1.1rem;
        line-height: 1.43rem; } }
    @media (min-width: 1024px) {
      .img-text_teaser_ct .section_hl_ct .section_hl {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  .img-text_teaser_ct .section_hl_ct .section_sl {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #ba946a;
    margin: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .img-text_teaser_ct .section_hl_ct .section_sl {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .img-text_teaser_ct .section_hl_ct .section_sl {
        font-size: 0.82rem;
        line-height: 1.271rem; } }

.contact_info_section .lr_box .lr_box_2 {
  border-top: 1px solid #c7c7c7; }
  @media (min-width: 768px) {
    .contact_info_section .lr_box .lr_box_2 {
      border-top: 0; } }

.contact_info_ct .contact_info {
  background-repeat: no-repeat;
  background-size: 1rem auto;
  background-position: left center;
  padding: 0 0 0 1.8rem;
  margin: 1.2rem 0 0; }
  .contact_info_ct .contact_info.telefon {
    background-image: url(img/icons/telefon_icon.png);
    background-position: 0.1rem center; }
  .contact_info_ct .contact_info.mail {
    background-image: url(img/icons/mail_icon.png);
    background-size: 1.2rem auto; }
  .contact_info_ct .contact_info.location {
    background-image: url(img/icons/location_icon.png);
    background-position: 0.1rem center; }
  .contact_info_ct .contact_info.vcard {
    background-image: url(img/icons/vcard_icon.png);
    background-size: 1.2rem auto; }
  .contact_info_ct .contact_info a, .contact_info_ct .contact_info .a {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.17rem;
    letter-spacing: -0.01rem;
    color: #ba946a;
    text-transform: none; }
    @media (min-width: 768px) {
      .contact_info_ct .contact_info a, .contact_info_ct .contact_info .a {
        font-size: 0.78rem;
        line-height: 1.014rem; } }
    @media (min-width: 1024px) {
      .contact_info_ct .contact_info a, .contact_info_ct .contact_info .a {
        font-size: 0.92rem;
        line-height: 1.196rem; } }
  .contact_info_ct .contact_info .a {
    color: #0b4457; }
  .contact_info_ct .contact_info span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #78787b; }
    @media (min-width: 768px) {
      .contact_info_ct .contact_info span {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .contact_info_ct .contact_info span {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
  @media (min-width: 1024px) {
    .contact_info_ct .contact_info {
      margin: 1.5rem 0 0;
      padding: 0 0 0 2.4rem; }
      .contact_info_ct .contact_info.mail {
        background-size: 1.28rem auto; } }

@media (min-width: 768px) {
  .bestattungskosten_section .wpcf7-form {
    display: flex !important; } }
.bestattungskosten_section .wpcf7-form label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.17rem;
  color: #ba946a;
  text-transform: none;
  padding: 1.5rem 0 0;
  display: block; }
  @media (min-width: 768px) {
    .bestattungskosten_section .wpcf7-form label {
      font-size: 0.7rem;
      line-height: 0.91rem; } }
  @media (min-width: 1024px) {
    .bestattungskosten_section .wpcf7-form label {
      font-size: 0.8rem;
      line-height: 1.04rem; } }
  .bestattungskosten_section .wpcf7-form label:first-child {
    padding: 0; }
.bestattungskosten_section .wpcf7-form select {
  width: 100%; }
.bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap {
  margin: 0.6rem 0 0; }
  .bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap.zusatzleistungen {
    border-top: 1px solid #c7c7c7; }
  .bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap.interesse, .bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap.ausgestaltung, .bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap.bestattungsart {
    background-color: #fff; }
    .bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap.interesse::before, .bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap.ausgestaltung::before, .bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap.bestattungsart::before {
      width: 1.5rem;
      height: 100%;
      background-color: #dedede;
      background-image: url(img/icons/arrow-bottom_blue.png);
      background-position: center;
      background-size: 50% auto;
      background-repeat: no-repeat;
      content: "";
      display: block;
      position: absolute;
      right: 0; }
  .bestattungskosten_section .wpcf7-form .wpcf7-form-control-wrap select {
    z-index: 100;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    outline: none; }
.bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
  padding: 0.8rem 0 0; }
  @media (min-width: 1024px) {
    .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
      float: left;
      width: 50%; } }
  .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.395rem;
    letter-spacing: 0.00rem;
    color: #282828;
    display: block; }
    @media (min-width: 768px) {
      .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
        font-size: 0.75rem;
        line-height: 1.1625rem; } }
    @media (min-width: 1024px) {
      .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
        font-size: 0.82rem;
        line-height: 1.271rem; } }
    .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
      padding: 0 0 0 4px; }
  .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    line-height: 0.9rem;
    height: 0.9rem;
    letter-spacing: 0.00rem;
    color: #282828;
    padding-left: 1.4rem;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 200%;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(img/icons/checkbox.png); }
    @media (min-width: 768px) {
      .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span {
        font-size: 0.75rem;
        line-height: 0.75rem;
        height: 0.75rem; } }
    @media (min-width: 1024px) {
      .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] + span {
        font-size: 0.82rem;
        line-height: 0.82rem;
        height: 0.82rem; } }
  .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span {
    background-position: 0 -0.9rem; }
    @media (min-width: 768px) {
      .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span {
        background-position: 0 -0.75rem; } }
    @media (min-width: 1024px) {
      .bestattungskosten_section .wpcf7-form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox]:checked + span {
        background-position: 0 -0.82rem; } }
.bestattungskosten_section .wpcf7-form.invalid .wpcf7-form-control-wrap.interesse .wpcf7-not-valid-tip, .bestattungskosten_section .wpcf7-form.invalid .wpcf7-form-control-wrap.ausgestaltung .wpcf7-not-valid-tip, .bestattungskosten_section .wpcf7-form.invalid .wpcf7-form-control-wrap.bestattungsart .wpcf7-not-valid-tip {
  display: none; }
.bestattungskosten_section .lr_box {
  background-color: #f4f3f3; }
  .bestattungskosten_section .lr_box input.input_grey {
    background-color: #fff; }
.bestattungskosten_section .lr_box .lr_box_2 {
  border-top: 0; }
  @media (max-width: 768px) {
    .bestattungskosten_section .lr_box .lr_box_2 {
      padding: 0.9rem 1rem 1.5rem; } }
@media (max-width: 768px) {
  .bestattungskosten_section .lr_box .lr_box_1 {
    padding: 1.5rem 1rem 0.9rem; } }
.bestattungskosten_section.bg_grey .wpcf7-form .wpcf7-form-control-wrap.interesse, .bestattungskosten_section.bg_grey .wpcf7-form .wpcf7-form-control-wrap.ausgestaltung, .bestattungskosten_section.bg_grey .wpcf7-form .wpcf7-form-control-wrap.bestattungsart {
  background-color: #f4f3f3; }
.bestattungskosten_section.bg_grey .lr_box {
  background-color: #fff; }
  .bestattungskosten_section.bg_grey .lr_box input.input_grey {
    background-color: #f4f3f3; }

@media (min-width: 768px) {
  .acf-form.kostenformular_form .acf-form-fields {
    display: flex !important; } }
.acf-form.kostenformular_form label {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1.17rem;
  color: #ba946a;
  text-transform: none;
  padding: 1.5rem 0 0;
  display: block; }
  @media (min-width: 768px) {
    .acf-form.kostenformular_form label {
      font-size: 0.7rem;
      line-height: 0.91rem; } }
  @media (min-width: 1024px) {
    .acf-form.kostenformular_form label {
      font-size: 0.8rem;
      line-height: 1.04rem; } }
  .acf-form.kostenformular_form label:first-child {
    padding: 0; }
.acf-form.kostenformular_form select {
  width: 100%; }
@media (max-width: 768px) {
  .acf-form.kostenformular_form_ef .lr_box_2 {
    padding-top: 0; }
  .acf-form.kostenformular_form_ef .lr_box_2_hl {
    display: none; }
  .acf-form.kostenformular_form_ef .text {
    display: none; } }

.bestattungskosten_section.iframe .wpcf7-form label {
  color: #5e842d; }
.bestattungskosten_section.iframe .wpcf7-form .wpcf7-form-control-wrap.interesse::before, .bestattungskosten_section.iframe .wpcf7-form .wpcf7-form-control-wrap.ausgestaltung::before, .bestattungskosten_section.iframe .wpcf7-form .wpcf7-form-control-wrap.bestattungsart::before {
  background-image: url(img/icons/arrow-bottom_green.png); }

#ratgeber_nav_btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  letter-spacing: 0.00rem;
  color: #0b4457;
  background-color: #0b4457;
  border: none;
  text-align: left;
  border-bottom: 0.35rem solid #0b4457;
  width: 100%;
  padding: 0 0 0 2.5rem;
  background-image: url(img/icons/ratgeber_nav_icon.png);
  background-size: auto 80%;
  background-position: 1rem center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    #ratgeber_nav_btn {
      font-size: 0.75rem; } }
  @media (min-width: 1024px) {
    #ratgeber_nav_btn {
      font-size: 0.82rem; } }
  #ratgeber_nav_btn:focus, #ratgeber_nav_btn:active {
    outline: none; }
  @media (min-width: 1024px) {
    #ratgeber_nav_btn {
      display: none; } }

#ratgeber_nav {
  position: absolute;
  background-color: #f4f3f3;
  z-index: 10;
  top: 6.45rem;
  bottom: 0;
  border-right: 1px solid #dedede;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.3s;
  padding: 1rem; }
  #ratgeber_nav.open {
    transform: translate3d(0, 0, 0); }
  #ratgeber_nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #ratgeber_nav ul li a {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.9rem;
      line-height: 1.35rem;
      letter-spacing: 0.00rem;
      color: #282828;
      padding: 0 0 0 0.8rem; }
      @media (min-width: 768px) {
        #ratgeber_nav ul li a {
          font-size: 0.75rem;
          line-height: 1.2rem; } }
      @media (min-width: 1024px) {
        #ratgeber_nav ul li a {
          font-size: 0.82rem;
          line-height: 1.312rem; } }
    #ratgeber_nav ul li > .sub-menu {
      padding: 0 0 0.4rem 0.8rem;
      display: none; }
    #ratgeber_nav ul .current-menu-parent > .sub-menu {
      display: block; }
    #ratgeber_nav ul .current-menu-parent > a {
      font-weight: 600; }
    #ratgeber_nav ul .current-menu-item > .sub-menu {
      display: block; }
    #ratgeber_nav ul .current-menu-item > a {
      color: #ba946a;
      font-weight: 600;
      text-decoration: underline;
      background-image: url(img/icons/arrow-right_gold.png);
      background-size: auto 55%;
      background-position: 0 center;
      background-repeat: no-repeat; }
  @media (min-width: 1024px) {
    #ratgeber_nav {
      position: static;
      transform: translate3d(0, 0, 0);
      border-right: 0;
      display: flex; }
      #ratgeber_nav.open {
        transform: translate3d(0, 0, 0); } }

@media screen and (max-width: 1024px) {
  #ratgeber_nav {
    width: 15rem; } }
@media (min-width: 1024px) {
  .ratgeber_row {
    display: flex;
    flex-wrap: wrap; } }

.ratgeber_breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0 0 0.5rem; }
  .ratgeber_breadcrumb li {
    margin: 0;
    padding: 0 0.4rem 0 0.6rem;
    display: inline-block;
    background-image: url(img/icons/arrow-right_grey.png);
    background-repeat: no-repeat;
    background-size: auto 34%;
    background-position: left 65%; }
    .ratgeber_breadcrumb li a {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.7rem;
      line-height: 1.05rem;
      letter-spacing: 0.00rem;
      color: #78787b; }
      @media (min-width: 768px) {
        .ratgeber_breadcrumb li a {
          font-size: 0.6rem;
          line-height: 0.96rem; } }
      @media (min-width: 1024px) {
        .ratgeber_breadcrumb li a {
          font-size: 0.6rem;
          line-height: 0.96rem; } }
      .ratgeber_breadcrumb li a.active {
        color: #ba946a;
        font-weight: 600; }
    .ratgeber_breadcrumb li:first-child {
      background: none;
      padding: 0 0.4rem 0 0; }

.ratgeber_content {
  padding: 1rem 1rem 2.5rem; }
  @media (min-width: 1024px) {
    .ratgeber_content {
      padding: 0.5rem 1.5rem 2.5rem 0; } }

.ratgeber_img {
  background-color: #f0f0f0;
  min-height: 7.2rem; }
  @media (min-width: 500px) {
    .ratgeber_img {
      min-height: 9.2rem; } }
  @media (min-width: 768px) {
    .ratgeber_img {
      min-height: 10.9rem; } }
  @media (min-width: 1024px) {
    .ratgeber_img {
      min-height: 9.5rem; } }

.ratgeber_img_hl {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.43rem;
  letter-spacing: -0.01rem;
  color: #282828;
  margin: 0.75rem 0 0; }
  @media (min-width: 768px) {
    .ratgeber_img_hl {
      font-size: 0.9rem;
      line-height: 1.17rem; } }
  @media (min-width: 1024px) {
    .ratgeber_img_hl {
      font-size: 1rem;
      line-height: 1.3rem; } }
  @media (min-width: 1024px) {
    .ratgeber_img_hl {
      display: block;
      height: 2rem;
      line-height: 2rem;
      background-color: rgba(255, 255, 255, 0.7);
      margin-top: -2rem;
      position: relative;
      z-index: 100;
      padding: 0 0.75rem; } }

.ratgeber_uebsicht_hl {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.43rem;
  letter-spacing: -0.01rem;
  color: #ba946a;
  margin: 0.75rem 0 0.4rem; }
  @media (min-width: 768px) {
    .ratgeber_uebsicht_hl {
      font-size: 0.9rem;
      line-height: 1.17rem; } }
  @media (min-width: 1024px) {
    .ratgeber_uebsicht_hl {
      font-size: 1rem;
      line-height: 1.3rem; } }
  @media (min-width: 1024px) {
    .ratgeber_uebsicht_hl {
      margin: 1.5rem 0 0.4rem; } }

.ratgeber_uebrsicht_liste {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.35rem;
  letter-spacing: 0.00rem;
  color: #282828;
  font-weight: 600;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .ratgeber_uebrsicht_liste {
      font-size: 0.75rem;
      line-height: 1.2rem; } }
  @media (min-width: 1024px) {
    .ratgeber_uebrsicht_liste {
      font-size: 0.82rem;
      line-height: 1.312rem; } }
  .ratgeber_uebrsicht_liste li a {
    display: block;
    padding: 0.1rem 0 0.1rem 0.8rem;
    background-image: url(img/icons/arrow-right_grey.png);
    background-size: auto 42%;
    background-position: 0 center;
    background-repeat: no-repeat; }

.ratgeber_content_section {
  padding: 2.5rem 0 0; }
  .ratgeber_content_section .ratgeber_content_hl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.56rem;
    letter-spacing: -0.01rem;
    color: #0b4457;
    margin: 0;
    border-bottom: 1px solid #dedede;
    padding: 0 0 0.3rem; }
    @media (min-width: 768px) {
      .ratgeber_content_section .ratgeber_content_hl {
        font-size: 1.1rem;
        line-height: 1.43rem; } }
    @media (min-width: 1024px) {
      .ratgeber_content_section .ratgeber_content_hl {
        font-size: 1.25rem;
        line-height: 1.625rem; } }
  .ratgeber_content_section .ratgeber_content_sl {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43rem;
    letter-spacing: -0.01rem;
    color: #ba946a;
    margin: 0;
    padding: 0.5rem 0 1.2rem; }
    @media (min-width: 768px) {
      .ratgeber_content_section .ratgeber_content_sl {
        font-size: 0.9rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .ratgeber_content_section .ratgeber_content_sl {
        font-size: 1rem;
        line-height: 1.3rem; } }

.ratgeber_link_section {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.35rem;
  letter-spacing: 0.00rem;
  color: #0b4457;
  font-weight: 600;
  margin: 0;
  padding: 0.5rem 0 0;
  list-style: none; }
  @media (min-width: 768px) {
    .ratgeber_link_section {
      font-size: 0.75rem;
      line-height: 1.2rem; } }
  @media (min-width: 1024px) {
    .ratgeber_link_section {
      font-size: 0.82rem;
      line-height: 1.312rem; } }
  .ratgeber_link_section li {
    display: inline-block;
    margin: 0.5rem 0.6rem 0 0;
    padding: 0.3rem 0.6rem;
    list-style: none;
    background-color: #f4f3f3; }
    @media (min-width: 1024px) {
      .ratgeber_link_section li {
        padding: 0.2rem 0.6rem;
        margin: 0.5rem 0.5rem 0 0; } }
    .ratgeber_link_section li a {
      padding: 0.1rem 0 0.1rem 0.8rem;
      background-image: url(img/icons/arrow-right_grey.png);
      background-size: auto 42%;
      background-position: 0 center;
      background-repeat: no-repeat; }

.ratgeber_img_section {
  padding: 1rem 0 0; }
  .ratgeber_img_section figcaption {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
    line-height: 1.05rem;
    letter-spacing: 0.00rem;
    color: #78787b; }
    @media (min-width: 768px) {
      .ratgeber_img_section figcaption {
        font-size: 0.6rem;
        line-height: 0.96rem; } }
    @media (min-width: 1024px) {
      .ratgeber_img_section figcaption {
        font-size: 0.6rem;
        line-height: 0.96rem; } }

.footer {
  border-top: 0.25rem solid #fff; }
  .footer .footer_top {
    padding: 1rem 0.8rem; }
    @media (min-width: 768px) {
      .footer .footer_top {
        padding: 1.2rem 1.2rem; } }
    @media (min-width: 1024px) {
      .footer .footer_top {
        width: 97%;
        margin: 0 auto; } }
    .footer .footer_top .footer_logo_ct {
      width: 12rem; }
      .footer .footer_top .footer_logo_ct p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: 0.00rem;
        color: #5c5c5c;
        margin: 0;
        padding: 1rem 0 0; }
        @media (min-width: 768px) {
          .footer .footer_top .footer_logo_ct p {
            font-size: 0.75rem;
            line-height: 1.125rem; } }
        @media (min-width: 1024px) {
          .footer .footer_top .footer_logo_ct p {
            font-size: 0.75rem;
            line-height: 1.125rem; } }
      @media (min-width: 768px) {
        .footer .footer_top .footer_logo_ct {
          float: left; } }
      @media (min-width: 1024px) {
        .footer .footer_top .footer_logo_ct {
          float: left;
          padding: 0.2rem 0 0; } }
    .footer .footer_top .footer_menu {
      padding: 1rem 0 1rem; }
      .footer .footer_top .footer_menu ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .footer .footer_top .footer_menu ul li {
          padding: 0.5rem 0; }
          .footer .footer_top .footer_menu ul li a {
            font-family: "Open Sans", sans-serif;
            font-weight: 400;
            font-size: 0.9rem;
            line-height: 0.9rem;
            letter-spacing: 0.02rem;
            text-transform: uppercase;
            color: #fff;
            padding: 0 1.4rem 0 0;
            background-image: url(img/icons/arrow-right_blue.png);
            background-repeat: no-repeat;
            background-position: right center;
            background-size: auto 80%; }
            @media (min-width: 768px) {
              .footer .footer_top .footer_menu ul li a {
                font-weight: 400;
                font-size: 0.7rem;
                line-height: 0.7rem; } }
            @media (min-width: 1024px) {
              .footer .footer_top .footer_menu ul li a {
                font-weight: 400;
                font-size: 0.75rem;
                line-height: 0.75rem; } }
          .footer .footer_top .footer_menu ul li.current_page_item.show_active a {
            background: none;
            font-weight: 600;
            color: #fff; }
          @media (min-width: 768px) {
            .footer .footer_top .footer_menu ul li {
              padding: 0.4rem 0; }
              .footer .footer_top .footer_menu ul li:first-child {
                padding: 0 0 0.4rem; } }
      @media (min-width: 768px) {
        .footer .footer_top .footer_menu {
          float: left;
          width: 50%;
          padding: 0 0 0 6rem; } }
      @media (min-width: 1024px) {
        .footer .footer_top .footer_menu {
          width: 30%; } }
    .footer .footer_top .footer_ef-logo_ct {
      width: 13rem;
      float: right;
      text-align: right; }
      .footer .footer_top .footer_ef-logo_ct img {
        width: 70%;
        opacity: 0.99; }
      .footer .footer_top .footer_ef-logo_ct p {
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: 0.00rem;
        color: #5c5c5c;
        margin: 0;
        padding: 1rem 0 0; }
        @media (min-width: 768px) {
          .footer .footer_top .footer_ef-logo_ct p {
            font-size: 0.75rem;
            line-height: 1.125rem; } }
        @media (min-width: 1024px) {
          .footer .footer_top .footer_ef-logo_ct p {
            font-size: 0.75rem;
            line-height: 1.125rem; } }
      @media (min-width: 768px) {
        .footer .footer_top .footer_ef-logo_ct {
          display: none; } }
      @media (min-width: 1024px) {
        .footer .footer_top .footer_ef-logo_ct {
          display: block;
          padding: 1.3rem 0 0; } }
  .footer .footer_bottom {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.00rem;
    color: #fff;
    padding: 0.8rem 0.8rem;
    border-top: 0.09rem solid #c7c7c7; }
    @media (min-width: 768px) {
      .footer .footer_bottom {
        font-size: 0.75rem;
        line-height: 1.125rem; } }
    @media (min-width: 1024px) {
      .footer .footer_bottom {
        font-size: 0.75rem;
        line-height: 1.125rem; } }
    @media (min-width: 768px) {
      .footer .footer_bottom {
        padding: 0.8rem 1.2rem; } }
    @media (min-width: 1024px) {
      .footer .footer_bottom {
        padding: 0.8rem 2rem; } }
    .footer .footer_bottom .copyright {
      display: none; }
      @media (min-width: 768px) {
        .footer .footer_bottom .copyright {
          display: block;
          float: left; } }
    .footer .footer_bottom .meta_menu {
      text-align: center; }
      .footer .footer_bottom .meta_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center; }
        @media (min-width: 768px) {
          .footer .footer_bottom .meta_menu ul {
            float: right; } }
        .footer .footer_bottom .meta_menu ul li {
          display: inline-block;
          padding: 0 0.4rem; }
          .footer .footer_bottom .meta_menu ul li a {
            color: #fff; }
            .footer .footer_bottom .meta_menu ul li a:hover {
              text-decoration: underline; }
          @media (min-width: 768px) {
            .footer .footer_bottom .meta_menu ul li {
              padding: 0 0 0 0.8rem; } }

.cky-consent-container.cky-box-bottom-left {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0.4); }

.cky-consent-bar {
  background-color: #FFFFFF;
  border-color: #f4f4f4;
  border-radius: 0 !important;
  color: #212121;
  width: 30rem;
  max-width: 90vw;
  margin: 20vh auto; }
  @media (min-width: 500px) {
    .cky-consent-bar {
      max-width: 70vw;
      padding: 1.5rem 2rem !important; } }
  @media (min-width: 768px) {
    .cky-consent-bar {
      max-width: 50vw;
      padding: 1.5rem 2rem !important; } }
  @media (min-width: 1024px) {
    .cky-consent-bar {
      padding: 2rem 3rem !important;
      width: 24rem;
      margin: 30vh auto; } }
  .cky-consent-bar .cky-notice .cky-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.43rem;
    letter-spacing: -0.01rem;
    color: #282828;
    margin: 0 0 1rem; }
    @media (min-width: 768px) {
      .cky-consent-bar .cky-notice .cky-title {
        font-size: 0.9rem;
        line-height: 1.17rem; } }
    @media (min-width: 1024px) {
      .cky-consent-bar .cky-notice .cky-title {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .cky-consent-bar .cky-notice-des p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.7rem;
    line-height: 1.05rem;
    letter-spacing: 0.00rem;
    color: #282828; }
    @media (min-width: 768px) {
      .cky-consent-bar .cky-notice-des p {
        font-size: 0.6rem;
        line-height: 0.96rem; } }
    @media (min-width: 1024px) {
      .cky-consent-bar .cky-notice-des p {
        font-size: 0.7rem;
        line-height: 1.12rem; } }
  .cky-consent-bar .cky-notice-btn-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    margin: 0 !important; }
    .cky-consent-bar .cky-notice-btn-wrapper .cky-btn {
      display: grid;
      margin: 0.75rem 0 0 !important;
      border-color: #0b4457 !important;
      color: #78787b !important;
      text-decoration: underline; }
      .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-accept {
        grid-column-start: 1;
        grid-column-end: span 2;
        grid-row-start: 1;
        grid-row-end: 1;
        color: #fff !important;
        background-color: #0b4457 !important;
        margin: 1.5rem 0 0 !important; }
      .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-customize, .cky-consent-bar .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
        border: 0 !important; }

.cky-preference-center {
  max-width: 90vw; }
  .cky-preference-center .cky-preference-header span {
    white-space: inherit; }
  .cky-preference-center .cky-preference-title {
    font-weight: 600 !important;
    letter-spacing: -0.01rem !important;
    font-size: 1.1rem !important;
    line-height: 1.43rem !important;
    letter-spacing: -0.01rem;
    color: #282828 !important; }
    @media (min-width: 768px) {
      .cky-preference-center .cky-preference-title {
        font-size: 0.9rem !important;
        line-height: 1.17rem !important; } }
    @media (min-width: 1024px) {
      .cky-preference-center .cky-preference-title {
        font-size: 1rem;
        line-height: 1.3rem;
        font-size: 1rem !important;
        line-height: 1.3rem !important; } }
  .cky-preference-center .cky-show-desc-btn {
    color: #ba946a !important; }
  @media (min-width: 500px) {
    .cky-preference-center .cky-footer-wrapper .cky-prefrence-btn-wrapper {
      flex-wrap: unset; } }
  .cky-preference-center .cky-footer-wrapper .cky-btn {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01rem;
    font-size: 0.72rem;
    line-height: 0.72rem;
    text-transform: uppercase;
    color: #0b4457;
    color: #0b4457 !important;
    border-color: #0b4457 !important;
    padding: 0.6rem 0.6rem !important; }
    @media (min-width: 1024px) {
      .cky-preference-center .cky-footer-wrapper .cky-btn {
        font-size: 0.62rem;
        line-height: 0.62rem; } }
    .cky-preference-center .cky-footer-wrapper .cky-btn.cky-btn-accept {
      color: #fff !important;
      background-color: #0b4457 !important;
      text-transform: uppercase !important;
      padding: 0.6rem 1.5rem 0.6rem 0.6rem !important; }

.cky-switch input {
  background-color: #0b4457 !important; }

.cky-btn-revisit-wrapper {
  display: inline-block !important;
  background: none !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.00rem;
  color: #5c5c5c;
  padding: 0.5rem 0 0; }
  .cky-btn-revisit-wrapper::before, .cky-btn-revisit-wrapper::after {
    display: none !important; }
  @media (min-width: 768px) {
    .cky-btn-revisit-wrapper {
      font-size: 0.75rem;
      line-height: 1.125rem; } }
  @media (min-width: 1024px) {
    .cky-btn-revisit-wrapper {
      font-size: 0.75rem;
      line-height: 1.125rem; } }
  @media (min-width: 768px) {
    .cky-btn-revisit-wrapper {
      float: right;
      padding: 0 0.2rem 0 0; } }
  .cky-btn-revisit-wrapper > button {
    background: transparent !important;
    border: 0 !important;
    color: #fff !important;
    display: inline-block !important; }
    .cky-btn-revisit-wrapper > button:hover {
      text-decoration: underline; }

.cky-btn-revisit-wrapper, div[data-cky-tag="detail-powered-by"] {
  display: none !important; }

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #416f90;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #416f90;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #416f90;
  color: #fff;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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